/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #448ccb;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6598;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 7px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1,
.text-h1 {
  font-size: 36px;
}
h2,
.h2,
.text-h2 {
  font-size: 28px;
}
h3,
.h3,
.text-h3 {
  font-size: 24px;
}
h4,
.h4,
.text-h4 {
  font-size: 20px;
}
h5,
.h5,
.text-h5 {
  font-size: 14px;
}
h6,
.h6,
.text-h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-default {
  color: #ff7800;
}
.text-primary {
  color: #448ccb;
}
a.text-primary:hover {
  color: #3072ac;
}
.text-success {
  color: #3ab94e;
}
a.text-success:hover {
  color: #2e923e;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.text-white {
  color: #ffffff;
}
.text-gray {
  color: #656565;
}
.text-oht10 {
  color: #f7fbfe;
}
.text-oht11 {
  color: #fefef4;
}
.text-oht12 {
  color: #fafafa;
}
.text-oht13 {
  color: #a5a5a5;
}
.text-oht15 {
  color: #ffe4e4;
}
.text-oht16 {
  color: #f7f7f7;
}
.text-oht17 {
  color: #f6f7e1;
}
.text-oht18 {
  color: #f1f6f7;
}
.bg-primary {
  color: #fff;
  background-color: #448ccb;
}
a.bg-primary:hover {
  background-color: #3072ac;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.text-bold {
  font-weight: bold;
}
.text-semi {
  font-weight: 600;
}
/*
* in order to use this properly, the element who has it must set height and line height = height
* see http://stackoverflow.com/a/14850381
*
*/
.vertical-align-middle > div {
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 14px;
  }
  h4,
  .h4 {
    font-size: 12px;
  }
}
.font-oswald {
  font-family: 'oswald', 'Open Sans', sans-serif;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 7px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 7px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .container-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* taken from : http://stackoverflow.com/questions/19695784/how-can-i-make-bootstrap-columns-all-the-same-height */
.equal-height-columns {
  overflow: hidden;
}
.equal-height-columns > [class*="col-"] {
  margin-bottom: -9999px;
  padding-bottom: 9999px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 20px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e8e8e8;
}
.table > thead {
  background-color: #f7f7f7;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e8e8e8;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid #e8e8e8;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}
.table-bordered {
  border: 1px solid #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-columns {
  border: 1px solid #e8e8e8;
}
.table-columns > thead > tr > th,
.table-columns > thead > tr > td {
  border-bottom-width: 1px;
}
.table-columns > thead > tr > th:first-child,
.table-columns > tbody > tr > th:first-child,
.table-columns > tfoot > tr > th:first-child,
.table-columns > thead > tr > td:first-child,
.table-columns > tbody > tr > td:first-child,
.table-columns > tfoot > tr > td:first-child {
  border-left: 1px solid #e8e8e8;
  color: #929292;
}
.table-columns > thead > tr > th:last-child,
.table-columns > tbody > tr > th:last-child,
.table-columns > tfoot > tr > th:last-child,
.table-columns > thead > tr > td:last-child,
.table-columns > tbody > tr > td:last-child,
.table-columns > tfoot > tr > td:last-child {
  color: #444444;
  font-weight: bolder;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.default,
.table > tbody > tr > td.default,
.table > tfoot > tr > td.default,
.table > thead > tr > th.default,
.table > tbody > tr > th.default,
.table > tfoot > tr > th.default,
.table > thead > tr.default > td,
.table > tbody > tr.default > td,
.table > tfoot > tr.default > td,
.table > thead > tr.default > th,
.table > tbody > tr.default > th,
.table > tfoot > tr.default > th {
  background-color: transparent;
  color: #ff7800;
}
.table-hover > tbody > tr > td.default:hover,
.table-hover > tbody > tr > th.default:hover,
.table-hover > tbody > tr.default:hover > td,
.table-hover > tbody > tr:hover > .default,
.table-hover > tbody > tr.default:hover > th {
  background-color: rgba(0, 0, 0, 0);
  color: #ff7800;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
  color: #000;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
  color: #000;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: transparent;
  color: #3ab94e;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: rgba(0, 0, 0, 0);
  color: #3ab94e;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #f7f7f7;
  color: #000;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #eaeaea;
  color: #000;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  color: #000;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
  color: #000;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  color: #000;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
  color: #000;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e8e8e8;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 40px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 7px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #000;
}
.has-success .form-control {
  color: #000;
  border-color: #3ab94e;
  background-color: #ffffff;
}
.has-success .form-control:focus {
  border-color: #34a646;
}
.has-success .input-group-addon {
  color: #000;
  border-color: #3ab94e;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #000;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control:focus {
  border-color: #785f33;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d23600;
}
.has-error .form-control {
  color: #d23600;
  border-color: #d23600;
  background-color: #ffe4e4;
}
.has-error .form-control:focus {
  border-color: #b92f00;
}
.has-error .input-group-addon {
  color: #d23600;
  border-color: #d23600;
  background-color: #ffe4e4;
}
.has-error .form-control-feedback {
  color: #d23600;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.has-feedback.left-feedback .form-control {
  padding-right: inherit;
  padding-left: 40px;
}
.left-feedback .form-control-feedback {
  left: 0;
}
.checkbox .oht-checkbox {
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../images/input-sprite.png") no-repeat top left;
  background-position: 0px 0px;
}
.checkbox .oht-checkbox:hover {
  cursor: pointer;
  background-position: 0px -20px;
}
.checkbox .oht-checkbox.checked {
  background-position: 0px -40px;
}
.checkbox .oht-checkbox.checked:hover {
  cursor: pointer;
  background-position: 0px -60px;
}
.checkbox[disabled] .oht-checkbox,
.checkbox.disabled .oht-checkbox,
.checkbox fieldset[disabled] .oht-checkbox {
  background-position: 0px -80px;
  cursor: not-allowed;
  /* disabled and checked */
}
.checkbox[disabled] .oht-checkbox.checked,
.checkbox.disabled .oht-checkbox.checked,
.checkbox fieldset[disabled] .oht-checkbox.checked {
  background-position: 0px -100px;
  cursor: not-allowed;
}
.checkbox label {
  padding-left: 25px;
}
.checkbox label input {
  display: none;
}
.radio .oht-radio {
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../images/input-sprite.png") no-repeat top left;
  background-position: -20px 0px;
}
.radio .oht-radio:hover {
  cursor: pointer;
  background-position: -20px -20px;
}
.radio .oht-radio.checked {
  background-position: -20px -40px;
}
.radio .oht-radio.checked:hover {
  cursor: pointer;
  background-position: -20px -60px;
}
.radio[disabled] .oht-radio,
.radio.disabled .oht-radio,
.radio fieldset[disabled] .oht-radio {
  background-position: -20px -80px;
  cursor: not-allowed;
  /* disabled and checked */
}
.radio[disabled] .oht-radio.checked,
.radio.disabled .oht-radio.checked,
.radio fieldset[disabled] .oht-radio.checked {
  background-position: -20px -100px;
  cursor: not-allowed;
}
.radio label {
  padding-left: 25px;
}
.radio label input {
  display: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #ff7800;
  border-color: #ff7800;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #ff9333;
  border-color: #ff983d;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ff7800;
  border-color: #ff7800;
}
.btn-default:active,
.btn-default.active {
  background-color: #cc6000;
  border-color: #c25b00;
}
.btn-default .badge {
  color: #ff7800;
  background-color: #fff;
}
.btn-default.btn-invert {
  color: #ff7800;
  background-color: #fff;
  border-color: #ff7800;
}
.btn-default.btn-invert:hover,
.btn-default.btn-invert:active,
.btn-default.btn-invert.active,
.btn-invert.open > .dropdown-toggle.btn-default {
  color: #ff9333;
  background-color: #ffffff;
  border-color: #ff983d;
}
.btn-default.btn-invert:active,
.btn-default.btn-invert.active {
  color: #cc6000;
  background-color: #e6e6e6;
  border-color: #c25b00;
}
.btn-primary {
  color: #fff;
  background-color: #448ccb;
  border-color: #448ccb;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #6ca5d6;
  border-color: #74a9d8;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #448ccb;
  border-color: #448ccb;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3072ac;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #448ccb;
  background-color: #fff;
}
.btn-primary.btn-invert {
  color: #448ccb;
  background-color: #fff;
  border-color: #448ccb;
}
.btn-primary.btn-invert:hover,
.btn-primary.btn-invert:active,
.btn-primary.btn-invert.active,
.btn-invert.open > .dropdown-toggle.btn-primary {
  color: #6ca5d6;
  background-color: #ffffff;
  border-color: #74a9d8;
}
.btn-primary.btn-invert:active,
.btn-primary.btn-invert.active {
  color: #3072ac;
  background-color: #e6e6e6;
  border-color: #2e6da4;
}
.btn-success {
  color: #fff;
  background-color: #3ab94e;
  border-color: #34a646;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5bcb6c;
  border-color: #4fc862;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #3ab94e;
  border-color: #34a646;
}
.btn-success:active,
.btn-success.active {
  background-color: #2e923e;
  border-color: #257732;
}
.btn-success .badge {
  color: #3ab94e;
  background-color: #fff;
}
.btn-success.btn-invert {
  color: #3ab94e;
  background-color: #fff;
  border-color: #3ab94e;
}
.btn-success.btn-invert:hover,
.btn-success.btn-invert:active,
.btn-success.btn-invert.active,
.btn-invert.open > .dropdown-toggle.btn-success {
  color: #5bcb6c;
  background-color: #ffffff;
  border-color: #62ce73;
}
.btn-success.btn-invert:active,
.btn-success.btn-invert.active {
  color: #2e923e;
  background-color: #e6e6e6;
  border-color: #2b8a3a;
}
.btn-info {
  color: #fff;
  background-color: #5bb5c2;
  border-color: #5bb5c2;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #80c6d0;
  border-color: #88c9d3;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bb5c2;
  border-color: #5bb5c2;
}
.btn-info:active,
.btn-info.active {
  background-color: #3f9dab;
  border-color: #3d96a3;
}
.btn-info .badge {
  color: #5bb5c2;
  background-color: #fff;
}
.btn-info.btn-invert {
  color: #5bb5c2;
  background-color: #fff;
  border-color: #5bb5c2;
}
.btn-info.btn-invert:hover,
.btn-info.btn-invert:active,
.btn-info.btn-invert.active,
.btn-invert.open > .dropdown-toggle.btn-info {
  color: #80c6d0;
  background-color: #ffffff;
  border-color: #88c9d3;
}
.btn-info.btn-invert:active,
.btn-info.btn-invert.active {
  color: #3f9dab;
  background-color: #e6e6e6;
  border-color: #3d96a3;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f4c37d;
  border-color: #f3bc6f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-warning.btn-invert {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #f0ad4e;
}
.btn-warning.btn-invert:hover,
.btn-warning.btn-invert:active,
.btn-warning.btn-invert.active,
.btn-invert.open > .dropdown-toggle.btn-warning {
  color: #f4c37d;
  background-color: #ffffff;
  border-color: #f5c786;
}
.btn-warning.btn-invert:active,
.btn-warning.btn-invert.active {
  color: #ec971f;
  background-color: #e6e6e6;
  border-color: #eb9316;
}
.btn-danger {
  color: #fff;
  background-color: #d23600;
  border-color: #b92f00;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ff4606;
  border-color: #f63f00;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d23600;
  border-color: #b92f00;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #9f2900;
  border-color: #7b2000;
}
.btn-danger .badge {
  color: #d23600;
  background-color: #fff;
}
.btn-danger.btn-invert {
  color: #d23600;
  background-color: #fff;
  border-color: #d23600;
}
.btn-danger.btn-invert:hover,
.btn-danger.btn-invert:active,
.btn-danger.btn-invert.active,
.btn-invert.open > .dropdown-toggle.btn-danger {
  color: #ff4606;
  background-color: #ffffff;
  border-color: #ff4e10;
}
.btn-danger.btn-invert:active,
.btn-danger.btn-invert.active {
  color: #9f2900;
  background-color: #e6e6e6;
  border-color: #952600;
}
.btn-link {
  color: #448ccb;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6598;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 7px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #448ccb;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #448ccb;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 6px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 7px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 7px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 7px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 7px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #448ccb;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 7px 7px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 7px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 7px 7px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 7px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #448ccb;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 7px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 7px 7px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 73px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 26px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 73px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 7px 7px;
  margin-left: 15px;
  margin-top: 20.5px;
  margin-bottom: 20.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 7px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 13px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    display: block;
    padding: 10px 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
.navbar-btn.btn-sm {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-btn.btn-xs {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}
.navbar-text {
  margin-top: 26.5px;
  margin-bottom: 26.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fafafa;
  border-color: #e9e9e9;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #f2f2f2;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  background-color: #ffffff;
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e9e9e9;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f2f2f2;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #f2f2f2;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 7px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 7px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #448ccb;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6598;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #448ccb;
  border-color: #448ccb;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #448ccb;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3072ac;
}
.label-success {
  background-color: #3ab94e;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #2e923e;
}
.label-info {
  background-color: #5bb5c2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3f9dab;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d23600;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #9f2900;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #448ccb;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 7px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 7px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #448ccb;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 7px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3ab94e;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2e923e;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #448ccb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #3ab94e;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bb5c2;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d23600;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #448ccb;
  border-color: #448ccb;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e4eef7;
}
.list-group-item-success {
  color: #3ab94e;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3ab94e;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3ab94e;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3ab94e;
  border-color: #3ab94e;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 6px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 6px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e8e8e8;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 7px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #448ccb;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #448ccb;
  border-color: #448ccb;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #448ccb;
}
.panel-primary > .panel-heading .badge {
  color: #448ccb;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #448ccb;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3ab94e;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3ab94e;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 7px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: none;
  max-width: 200px;
  min-width: 150px;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #929292;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 4px #929292;
  -moz-box-shadow: 0 1px 4px #929292;
  box-shadow: 0 1px 4px #929292;
  white-space: normal;
}
.tooltip.top {
  margin-top: -10px;
}
.tooltip.right {
  margin-left: 10px;
}
.tooltip.bottom {
  margin-top: 10px;
}
.tooltip.left {
  margin-left: -10px;
}
.tooltip-arrow,
.tooltip-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-arrow {
  border-width: 11px;
}
.tooltip-arrow:after {
  border-width: 10px;
  content: "";
}
.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #5f5f5f;
  border-top-color: #929292;
  bottom: -11px;
}
.tooltip.top .tooltip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #5f5f5f;
  border-right-color: #929292;
}
.tooltip.right .tooltip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #5f5f5f;
  border-bottom-color: #929292;
  top: -11px;
}
.tooltip.bottom .tooltip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #5f5f5f;
  border-left-color: #929292;
}
.tooltip.left .tooltip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.tooltip.tooltip-success {
  color: #3ab94e;
  border-color: #3ab94e;
}
.tooltip.tooltip-success.top .tooltip-arrow {
  border-top-color: #3ab94e;
}
.tooltip.tooltip-success.right .tooltip-arrow {
  border-right-color: #3ab94e;
}
.tooltip.tooltip-success.bottom .tooltip-arrow {
  border-bottom-color: #3ab94e;
}
.tooltip.tooltip-success.left .tooltip-arrow {
  border-left-color: #3ab94e;
}
.tooltip.tooltip-danger {
  color: #d23600;
  border-color: #d23600;
}
.tooltip.tooltip-danger.top .tooltip-arrow {
  border-top-color: #d23600;
}
.tooltip.tooltip-danger.right .tooltip-arrow {
  border-right-color: #d23600;
}
.tooltip.tooltip-danger.bottom .tooltip-arrow {
  border-bottom-color: #d23600;
}
.tooltip.tooltip-danger.left .tooltip-arrow {
  border-left-color: #d23600;
}
.tooltip.tooltip-danger.top .tooltip-arrow:after,
.tooltip.tooltip-success.top .tooltip-arrow:after {
  bottom: 2px;
}
.tooltip.tooltip-danger.right .tooltip-arrow:after,
.tooltip.tooltip-success.right .tooltip-arrow:after {
  left: 2px;
}
.tooltip.tooltip-danger.bottom .tooltip-arrow:after,
.tooltip.tooltip-success.bottom .tooltip-arrow:after {
  top: 2px;
}
.tooltip.tooltip-danger.left .tooltip-arrow:after,
.tooltip.tooltip-success.left .tooltip-arrow:after {
  right: 2px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 6px 6px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.page-sync-language-pair .main-container .nav-tabs:before,
.page-sync-language-pair .main-container .nav-tabs:after,
.page-sync-language-pair .main-container .region-content-wrapper .region-content:before,
.page-sync-language-pair .main-container .region-content-wrapper .region-content:after,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator:before,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator:after,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner:before,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner:after,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner:before,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner:after,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner:before,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner:after,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner:before,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner:after,
.page-benefits-language-pairs .main-container .nav-tabs:before,
.page-benefits-language-pairs .main-container .nav-tabs:after,
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content:before,
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content:after,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator:before,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator:after,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner:before,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner:after,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner:before,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner:after,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner:before,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner:after,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner:before,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.page-sync-language-pair .main-container .nav-tabs:after,
.page-sync-language-pair .main-container .region-content-wrapper .region-content:after,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator:after,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner:after,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner:after,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner:after,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner:after,
.page-benefits-language-pairs .main-container .nav-tabs:after,
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content:after,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator:after,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner:after,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner:after,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner:after,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown {
  display: block;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1000px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media only screen and (max-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
  border: none;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: right;
}
.field-name-field-exp-page-picture .img-responsive {
  display: inline-block;
}
.resizable-textarea textarea {
  border-radius: 7px 7px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #a94442;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555555;
  border: 1px solid #ccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #448ccb;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 7px 7px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 7px 7px 7px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 7px 0 0 7px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 7px 7px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.views-exposed-form .form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .views-exposed-form .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #2e923e;
}
.alert-info a {
  color: #245269;
}
.alert-warning a {
  color: #66512c;
}
.alert-danger a {
  color: #843534;
}
.modal-content:after:before,
.modal-content:after:after {
  content: " ";
  display: table;
}
.modal-content:after:after {
  clear: both;
}
.modal-content:after:before,
.modal-content:after:after {
  content: " ";
  display: table;
}
.modal-content:after:after {
  clear: both;
}
#cboxLoadedContent {
  margin-bottom: 0;
  margin-top: 28px;
}
#cboxClose {
  bottom: auto;
  top: -2px;
}
#cboxTitle {
  bottom: auto;
  top: 0px;
}
#cboxNext,
#cboxPrevious {
  top: 0px;
}
.btn-xl {
  padding: 12.5px 20px;
  font-size: 22.5px;
  line-height: 1.6625;
  border-radius: 8.75px;
}
@font-face {
  font-family: 'BebasNeue-normal-normal';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/BebasNeue/BebasNeue-normal-normal.eot');
  src: url('../fonts/BebasNeue/BebasNeue-normal-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue/BebasNeue-normal-normal.woff') format('woff'), url('../fonts/BebasNeue/BebasNeue-normal-normal.ttf') format('truetype'), url('../fonts/BebasNeue/BebasNeue-normal-normal.svg#BebasNeue_normal_normal') format('svg');
}
@font-face {
  font-family: 'OpenSans-normal-normal';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans/OpenSans-normal-normal.eot');
  src: url('../fonts/OpenSans/OpenSans-normal-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-normal-normal.woff') format('woff'), url('../fonts/OpenSans/OpenSans-normal-normal.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-normal-normal.svg#OpenSans_normal_normal') format('svg');
}
@font-face {
  font-family: 'OpenSans-normal-italic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans/OpenSans-normal-italic.eot');
  src: url('../fonts/OpenSans/OpenSans-normal-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-normal-italic.woff') format('woff'), url('../fonts/OpenSans/OpenSans-normal-italic.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-normal-italic.svg#OpenSans_normal_italic') format('svg');
}
@font-face {
  font-family: 'OpenSans-bold-normal';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans/OpenSans-bold-normal.eot');
  src: url('../fonts/OpenSans/OpenSans-bold-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-bold-normal.woff') format('woff'), url('../fonts/OpenSans/OpenSans-bold-normal.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-bold-normal.svg#OpenSans_bold_normal') format('svg');
}
@font-face {
  font-family: 'OpenSans-bold-italic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans/OpenSans-bold-italic.eot');
  src: url('../fonts/OpenSans/OpenSans-bold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-bold-italic.woff') format('woff'), url('../fonts/OpenSans/OpenSans-bold-italic.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-bold-italic.svg#OpenSans_bold_italic') format('svg');
}
@font-face {
  font-family: 'OpenSans-lighter-normal';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans/OpenSans-lighter-normal.eot');
  src: url('../fonts/OpenSans/OpenSans-lighter-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-lighter-normal.woff') format('woff'), url('../fonts/OpenSans/OpenSans-lighter-normal.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-lighter-normal.svg#OpenSans_lighter_normal') format('svg');
}
@font-face {
  font-family: 'OpenSans-lighter-italic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans/OpenSans-lighter-italic.eot');
  src: url('../fonts/OpenSans/OpenSans-lighter-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-lighter-italic.woff') format('woff'), url('../fonts/OpenSans/OpenSans-lighter-italic.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-lighter-italic.svg#OpenSans_lighter_italic') format('svg');
}
@font-face {
  font-family: 'OpenSans-bolder-normal';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans/OpenSans-bolder-normal.eot');
  src: url('../fonts/OpenSans/OpenSans-bolder-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-bolder-normal.woff') format('woff'), url('../fonts/OpenSans/OpenSans-bolder-normal.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-bolder-normal.svg#OpenSans_bolder_normal') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans/OpenSans-normal-normal.eot');
  src: url('../fonts/OpenSans/OpenSans-normal-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-normal-normal.woff') format('woff'), url('../fonts/OpenSans/OpenSans-normal-normal.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-normal-normal.svg#OpenSans_normal_normal') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/OpenSans/OpenSans-bold-normal.eot');
  src: url('../fonts/OpenSans/OpenSans-bold-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-bold-normal.woff') format('woff'), url('../fonts/OpenSans/OpenSans-bold-normal.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-bold-normal.svg#OpenSans_bold_normal') format('svg');
}
@font-face {
  font-family: 'Oswald-normal-normal';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Oswald/Oswald-normal-normal.eot');
  src: url('../fonts/Oswald/Oswald-normal-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald/Oswald-normal-normal.woff') format('woff'), url('../fonts/Oswald/Oswald-normal-normal.ttf') format('truetype'), url('../fonts/Oswald/Oswald-normal-normal.svg#Oswald_normal_normal') format('svg');
}
@font-face {
  font-family: 'Oswald-bold-normal';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Oswald/Oswald-bold-normal.eot');
  src: url('../fonts/Oswald/Oswald-bold-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald/Oswald-bold-normal.woff') format('woff'), url('../fonts/Oswald/Oswald-bold-normal.ttf') format('truetype'), url('../fonts/Oswald/Oswald-bold-normal.svg#Oswald_bold_normal') format('svg');
}
@font-face {
  font-family: 'Oswald-lighter-normal';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Oswald/Oswald-lighter-normal.eot');
  src: url('../fonts/Oswald/Oswald-lighter-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald/Oswald-lighter-normal.woff') format('woff'), url('../fonts/Oswald/Oswald-lighter-normal.ttf') format('truetype'), url('../fonts/Oswald/Oswald-lighter-normal.svg#Oswald_lighter_normal') format('svg');
}
@font-face {
  font-family: 'SegoeUI-normal-normal';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/SegoeUI/SegoeUI-normal-normal.eot');
  src: url('../fonts/SegoeUI/SegoeUI-normal-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI/SegoeUI-normal-normal.woff') format('woff'), url('../fonts/SegoeUI/SegoeUI-normal-normal.ttf') format('truetype'), url('../fonts/SegoeUI/SegoeUI-normal-normal.svg#SegoeUI_normal_normal') format('svg');
}
#header-second {
  padding: 40px 0;
}
@media (max-width: 768px) {
  #header-second {
    display: none;
  }
}
#header-second .region-menu:after {
  content: '';
  display: block;
  clear: both;
}
#header-second .region-menu #block-search-form {
  float: right;
  width: 350px;
}
#header-second .region-menu #block-search-form .block-title {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  display: block;
  float: left;
  color: #434343;
  font-size: 16px;
  padding-right: 20px;
  height: 31px;
  line-height: 31px;
}
#header-second .region-menu #block-search-form .block-content {
  display: block;
  float: right;
  position: relative;
}
#header-second .region-menu #block-search-form .block-content .input-group {
  display: block;
}
#header-second .region-menu #block-search-form .block-content .input-group input.form-text {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 210px;
  padding: 0 35px 0 5px;
  display: block;
  float: left;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  height: 31px;
  margin: 0;
}
#header-second .region-menu #block-search-form .block-content .input-group input.form-text:focus {
  padding: 0 35px 0 5px;
  margin: 0;
}
#header-second .region-menu #block-search-form .block-content .input-group .input-group-btn {
  display: block;
  float: left;
  position: relative;
  height: 31px;
  width: 0px;
}
#header-second .region-menu #block-search-form .block-content .input-group .input-group-btn button.btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: block !important;
  height: 31px;
  width: 31px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  border: 0;
  background: url('../images/sprite.png') -218px -114px no-repeat;
  padding: 0 0 0 31px;
  margin: 0;
  text-indent: 50px;
}
#header-second .region-menu #block-search-form .block-content .form-type-select {
  display: none;
}
#header-second .region-menu #block-oht-generic-breadcrumbs {
  float: left;
}
#header-second .region-menu #block-oht-generic-breadcrumbs .block-content .breadcrumb {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 24px;
  color: #434343;
}
#header-second .region-menu #block-oht-generic-breadcrumbs .block-content .breadcrumb span {
  color: #a5a5a5;
  text-decoration: none;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
#header-second .region-menu #block-oht-generic-breadcrumbs .block-content .breadcrumb a {
  color: #a5a5a5;
  text-decoration: none;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
#header-second .region-menu #block-oht-generic-breadcrumbs .block-content .breadcrumb a:hover {
  text-decoration: underline;
}
#header_user_section a {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: white;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-radius: 7px;
  -webkit-user-select: none;
}
#header_user_section a:hover {
  background-color: #ff7800;
}
.ld-right #header-second #block-search-form {
  float: left;
}
.ld-right #header-second #block-search-form .block-title {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.ld-right #header-second #block-search-form .block-content {
  float: left;
}
.ld-right #header-second #block-search-form .block-content .input-group input.form-text {
  padding: 0 5px 0 35px;
  float: right;
}
.ld-right #header-second #block-search-form .block-content .input-group .input-group-btn button.btn {
  right: auto;
  left: 3px;
}
.ld-right #header-second #block-oht-generic-breadcrumbs {
  float: right;
}
.zone-preface-wrapper {
  border-bottom: 1px solid #eeeeee;
}
body.admin-menu #admin-menu {
  z-index: 16000;
}
body.ld-right .zone-preface-first {
  float: right;
}
body.ld-right .zone-preface-second {
  float: left;
}
body.ld-right .side-left-sidebar {
  float: right;
}
body.ld-right .side-right-sidebar {
  float: left;
}
body.ld-right .main-container > section {
  float: right;
}
body .sharethis-buttons {
  padding: 25px 0 0 0;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  height: 55px;
  margin-bottom: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body .sharethis-wrapper .stButton .stMainServices {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.ld-right .sharethis-wrapper {
  float: right;
}
body ul.tabs--primary.nav.nav-tabs {
  list-style: none;
  padding: 0;
  overflow: auto;
}
body ul.tabs--primary.nav.nav-tabs li {
  float: left;
  padding: 2px 6px;
}
body ul.tabs--primary.nav.nav-tabs li a {
  color: #5bb5c2;
  text-decoration: underline;
}
body ul.tabs--primary.nav.nav-tabs li a:hover {
  text-decoration: none;
}
body.ld-right ul.tabs--primary.nav.nav-tabs li {
  float: right;
}
body .region-sidebar-first {
  padding-bottom: 40px;
}
.page-homepage .page-header {
  display: none;
}
body .pane-oht-panels-template #View-in-Desktop-Version {
  text-align: center;
  vertical-align: middle;
  margin: 35px 0px;
}
body #block-locale-language-content {
  display: block;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #d9d9d9;
  z-index: 999999999;
  float: right;
  background: #f1f1f1;
  position: fixed;
  top: 20%;
  right: 0px;
  border-radius: 3px 0 0 3px;
}
body #block-locale-language-content .language-switcher-locale-url li {
  padding: 5px 15px 3px 16px;
}
body #block-locale-language-content .language-switcher-locale-url .active {
  background: #fff;
  box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, 0.3);
}
body #block-locale-language-content ul {
  padding: 0px;
  list-style: none;
}
#section-footer #block-block-12 {
  display: inline-block;
  float: left;
  width: 20%;
}
@media (max-width: 768px) {
  #section-footer #block-block-12 {
    width: 100%;
    text-align: center;
  }
}
#section-footer #block-block-5 {
  color: #ff7800;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
  float: left;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #section-footer #block-block-5 {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
}
#section-footer #block-block-5 .block-title {
  margin: 0px 0px 0px 15px;
}
#section-footer #block-block-4 {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  float: left;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
}
#section-footer #block-block-4 .block-title {
  color: #ff7800;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}
#section-footer #block-block-4 .block-content {
  max-width: 130px;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content {
    max-width: 100%;
    text-align: center;
  }
}
#section-footer #block-block-4 .block-content a {
  color: white;
  text-decoration: none ;
}
#section-footer #block-block-4 .block-content a:hover {
  text-decoration: none;
}
#section-footer #block-block-4 .block-content a p {
  padding: 1px 0px 0px 0px ;
}
#section-footer #block-block-4 .block-content #fb_bt {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content #fb_bt p {
    display: inline-block;
    margin: 0px 0px 0px 0px;
  }
}
#section-footer #block-block-4 .block-content #fb_bt img {
  float: left;
  display: inline-block;
  padding: 0px 10px 10px 0px;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content #fb_bt img {
    float: none !important;
    padding: 10px 10px 10px 0px;
  }
}
#section-footer #block-block-4 .block-content #in_bt {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content #in_bt p {
    display: inline-block;
    margin: 0px 0px 0px 0px;
  }
}
#section-footer #block-block-4 .block-content #in_bt img {
  float: left;
  display: inline-block;
  padding: 0px 10px 10px 0px;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content #in_bt img {
    float: none !important;
    padding: 10px 10px 10px 0px;
  }
}
#section-footer #block-block-4 .block-content #t_bt {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content #t_bt p {
    display: inline-block;
    margin: 0px 0px 0px 0px;
  }
}
#section-footer #block-block-4 .block-content #t_bt img {
  float: left;
  display: inline-block;
  padding: 0px 10px 10px 0px;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content #t_bt img {
    float: none !important;
    padding: 10px 10px 10px 0px;
  }
}
#section-footer #block-block-4 .block-content #yt_bt {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content #yt_bt p {
    display: inline-block;
    margin: 0px 0px 0px 0px;
  }
}
#section-footer #block-block-4 .block-content #yt_bt img {
  float: left;
  display: inline-block;
  padding: 0px 10px 10px 0px;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content #yt_bt img {
    float: none !important;
    padding: 10px 10px 10px 0px;
  }
}
#section-footer #block-block-4 .block-content #g_bt {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content #g_bt p {
    display: inline-block;
    margin: 0px 0px 0px 0px;
  }
}
#section-footer #block-block-4 .block-content #g_bt img {
  float: left;
  display: inline-block;
  padding: 0px 10px 10px 0px;
}
@media (max-width: 768px) {
  #section-footer #block-block-4 .block-content #g_bt img {
    float: none !important;
    padding: 10px 10px 10px 0px;
  }
}
#section-footer #block-menu-menu-footer-menu,
#section-footer #block-menu-menu-footer-menu-1 {
  display: inline-block;
  float: left;
  margin-left: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#section-footer #block-menu-menu-footer-menu .menu > .expanded,
#section-footer #block-menu-menu-footer-menu-1 .menu > .expanded {
  display: inline-block;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  #section-footer #block-menu-menu-footer-menu-1 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #section-footer #block-menu-menu-footer-menu-1 .block-content {
    width: 100%;
    text-align: center;
  }
  #section-footer #block-menu-menu-footer-menu-1 .block-content .first.expanded {
    text-align: center;
    width: 100%;
  }
  #section-footer #block-menu-menu-footer-menu-1 .block-content .last.expanded {
    text-align: center;
    width: 100%;
  }
}
#section-footer #block-menu-menu-footer-menu-1 .block-content .menu > .expanded {
  display: inline-block;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#section-footer #block-menu-menu-footer-menu-1 .block-content > .first {
  display: inline-block;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#section-footer #block-menu-menu-footer-menu-1 .block-content + .last:first-child {
  display: block !important;
}
#section-footer #block-menu-menu-footer-menu-1 .block-content + .expanded:first-child {
  display: inline-block;
}
#section-footer .nolink {
  color: #ff7800;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#section-footer .block-content ul li a {
  margin: 0px;
  padding: 0px;
}
#section-footer .block-content ul li a:focus,
#section-footer .block-content ul li a:hover {
  background: none;
}
.page-home .footer {
  margin-top: -1px !important;
}
.page-home .footer .block-content ul li a {
  margin: 0px;
  padding: 0px;
}
.page-home .footer .block-content ul li a:focus,
.page-home .footer .block-content ul li a:hover {
  background: none;
}
.btn.btn-lg.header-trans-btn {
  margin-top: 5px;
}
#block-menu-menu-tom-menu {
  display: inline-block;
  float: none;
  vertical-align: top;
}
#block-menu-menu-tom-menu li.ie6 ul {
  display: block;
}
#block-menu-menu-tom-menu .block-content ul li span,
#block-menu-menu-tom-menu .block-content ul li a {
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 15px;
  padding-right: 15px;
  color: #777;
  position: relative;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
#block-menu-menu-tom-menu .block-content ul li span:hover {
  cursor: default;
}
#block-menu-menu-tom-menu .block-content ul li ul li a,
#block-menu-menu-tom-menu .block-content ul li ul li span {
  display: block;
  padding: 8px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  margin-left: 4px;
  margin-right: 4px;
  white-space: normal;
  color: #fafafa;
  text-transform: none;
  text-decoration: none;
}
#block-menu-menu-tom-menu .block-content ul li ul li a:hover,
#block-menu-menu-tom-menu .block-content ul li ul li span:hover {
  cursor: pointer;
  background-color: #ff7800;
  border-color: #ff7800;
  border-radius: 5px;
}
#block-menu-menu-tom-menu li {
  float: left;
  position: relative;
}
#block-menu-menu-tom-menu li:hover ul {
  display: block;
}
#block-menu-menu-tom-menu li ul {
  position: absolute;
  top: 10px;
  left: 0;
  display: none;
  border-radius: 5px;
  min-width: 250px;
  background-color: #444444;
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  margin: 45px 0px 0px -75px;
}
#block-menu-menu-tom-menu li ul:before {
  position: absolute;
  top: -4px;
  left: 48%;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
  border-bottom-color: #333333;
  border-right: 6px solid transparent;
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
  box-sizing: border-box;
}
#block-menu-menu-tom-menu li ul li {
  float: none;
  width: 100%;
  text-align: left;
}
#block-menu-menu-tom-menu li ul li a:hover {
  background-color: #ff7800;
  border-color: #ff7800;
  border-radius: 5px;
}
#block-menu-menu-tom-menu li ul:hover {
  display: block;
}
.not-front #header_placeholder_drupal {
  padding: 75px 0px 0px 0px;
}
#header_placeholder_drupal {
  padding: 75px 0px 0px 0px;
}
@media (max-width: 992px) {
  #header_placeholder_drupal #mobile_menu_placeholder {
    display: none;
  }
}
@media (max-width: 768px) {
  #header_placeholder_drupal #mobile_menu_placeholder {
    display: none;
  }
}
@media (min-width: 768px) {
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 25px;
  }
}
.btn {
  border: 2px solid transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:active,
.btn.active,
.btn:hover,
.btn:focus,
.btn.focus {
  outline: none;
}
.btn-gray {
  color: #fff;
  background-color: #929292;
  border-color: #929292;
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #fff;
  background-color: #ababab;
  border-color: #b1b1b1;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #929292;
  border-color: #929292;
}
.btn-gray:active,
.btn-gray.active {
  background-color: #797979;
  border-color: #737373;
}
.btn-gray .badge {
  color: #929292;
  background-color: #fff;
}
.btn-gray.btn-invert {
  color: #929292;
  background-color: #fff;
  border-color: #929292;
}
.btn-gray.btn-invert:hover,
.btn-gray.btn-invert:active,
.btn-gray.btn-invert.active,
.btn-invert.open > .dropdown-toggle.btn-gray {
  color: #ababab;
  background-color: #ffffff;
  border-color: #b1b1b1;
}
.btn-gray.btn-invert:active,
.btn-gray.btn-invert.active {
  color: #797979;
  background-color: #e6e6e6;
  border-color: #737373;
}
.btn-basic {
  color: #a5a5a5;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-basic:hover,
.btn-basic:active,
.btn-basic.active,
.open > .dropdown-toggle.btn-basic {
  color: #a5a5a5;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-basic:active,
.btn-basic.active,
.open > .dropdown-toggle.btn-basic {
  background-image: none;
}
.btn-basic.disabled,
.btn-basic[disabled],
fieldset[disabled] .btn-basic,
.btn-basic.disabled:hover,
.btn-basic[disabled]:hover,
fieldset[disabled] .btn-basic:hover,
.btn-basic.disabled:active,
.btn-basic[disabled]:active,
fieldset[disabled] .btn-basic:active,
.btn-basic.disabled.active,
.btn-basic[disabled].active,
fieldset[disabled] .btn-basic.active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-basic:active,
.btn-basic.active {
  background-color: #d9d9d9;
  border-color: #d3d3d3;
}
.btn-basic .badge {
  color: #f2f2f2;
  background-color: #a5a5a5;
}
.btn-basic.btn-invert {
  color: #f2f2f2;
  background-color: #a5a5a5;
  border-color: #f2f2f2;
}
.btn-basic.btn-invert:hover,
.btn-basic.btn-invert:active,
.btn-basic.btn-invert.active,
.btn-invert.open > .dropdown-toggle.btn-basic {
  color: #ffffff;
  background-color: #bfbfbf;
  border-color: #ffffff;
}
.btn-basic.btn-invert:active,
.btn-basic.btn-invert.active {
  color: #d9d9d9;
  background-color: #8c8c8c;
  border-color: #d3d3d3;
}
.btn-basic.btn-invert {
  color: #f2f2f2;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-dropdown {
  color: #929292;
  background-color: #ffffff;
  border-color: #d2d2d2;
}
.btn-dropdown:hover,
.btn-dropdown:active,
.btn-dropdown.active,
.open > .dropdown-toggle.btn-dropdown {
  color: #929292;
  background-color: #ffffff;
  border-color: #f1f1f1;
}
.btn-dropdown:active,
.btn-dropdown.active,
.open > .dropdown-toggle.btn-dropdown {
  background-image: none;
}
.btn-dropdown.disabled,
.btn-dropdown[disabled],
fieldset[disabled] .btn-dropdown,
.btn-dropdown.disabled:hover,
.btn-dropdown[disabled]:hover,
fieldset[disabled] .btn-dropdown:hover,
.btn-dropdown.disabled:active,
.btn-dropdown[disabled]:active,
fieldset[disabled] .btn-dropdown:active,
.btn-dropdown.disabled.active,
.btn-dropdown[disabled].active,
fieldset[disabled] .btn-dropdown.active {
  background-color: #ffffff;
  border-color: #d2d2d2;
}
.btn-dropdown:active,
.btn-dropdown.active {
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-dropdown .badge {
  color: #ffffff;
  background-color: #929292;
}
.btn-dropdown.btn-invert {
  color: #ffffff;
  background-color: #929292;
  border-color: #ffffff;
}
.btn-dropdown.btn-invert:hover,
.btn-dropdown.btn-invert:active,
.btn-dropdown.btn-invert.active,
.btn-invert.open > .dropdown-toggle.btn-dropdown {
  color: #ffffff;
  background-color: #ababab;
  border-color: #ffffff;
}
.btn-dropdown.btn-invert:active,
.btn-dropdown.btn-invert.active {
  color: #e6e6e6;
  background-color: #797979;
  border-color: #e0e0e0;
}
.btn-dropdown {
  border-width: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  min-width: 200px;
  text-align: left;
}
.btn-dropdown:hover,
.btn-dropdown:active,
.btn-dropdown.active,
.open > .dropdown-toggle.btn-dropdown {
  color: #448ccb;
  background-color: #f7f7f7;
  border-color: #448ccb;
  border-width: 2px;
  margin: -1px 1px -1px -1px;
}
.btn-dropdown:hover {
  background-color: #ffffff;
}
.open > .dropdown-toggle.btn-dropdown {
  border-bottom-width: 0px;
  border-radius: 7px 7px 0px 0px;
  border-color: #ccc;
  border-width: 1px;
  margin: 0px;
}
.btn-dropdown .caret {
  color: #929292;
  position: absolute;
  right: 10px;
  top: 16px;
}
.btn-dropdown .selected {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn-dropdown + .dropdown-menu {
  overflow-y: auto;
  max-height: 300px;
}
.dropup.open > .btn-dropdown.dropdown-toggle {
  border-top-width: 0px;
  border-radius: 0px 0px 7px 7px;
  border-width: 1px;
}
.btn-link {
  cursor: pointer;
}
.dropdown {
  display: inline-block;
}
.dropdown.open {
  margin-bottom: 1px;
}
.dropdown .dropdown-menu {
  width: 100%;
}
.dropdown .btn:hover,
.dropdown .btn:focus,
.dropdown .btn.focus {
  outline: none;
  color: #929292;
}
.navbar .dropdown-menu {
  max-width: 200px;
}
.dropdown-menu {
  min-width: 200px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #ccc;
  border-top-width: 0px;
  border-color: #ccc;
  border-radius: 0px 0px 7px 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
  display: block;
  padding: 8px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: normal;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > span:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > span:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #448ccb;
  cursor: pointer;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > span,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > span:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > span:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #448ccb;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > span,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > span:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > span:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > span:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > span:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a,
.open > span {
  outline: 0;
}
.dropup .dropdown-menu,
.dropup .dropdown-2ed-menu {
  border-radius: 7px 7px 0px 0px;
  border-bottom-width: 0px;
  border-top-width: 1px;
}
@media (max-width: 992px) {
  .dropdown-menu {
    display: none;
  }
  .dropdown.open-click ul.dropdown-menu {
    display: block;
  }
  .dropdown.open-click ul.dropdown-menu li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown.open-click ul.dropdown-menu li.divider {
    display: none;
  }
}
@media (min-width: 992px) {
  /*
  the following code makes sure menus open on hover,
  taken from:
  http://stackoverflow.com/questions/16214326/bootstrap-dropdown-with-hover

  there is still a problem when user hovers then clicks it since its JS
  */
  .open-hover.dropdown:hover {
    color: #555;
    background-color: #f2f2f2;
  }
  .open-hover.dropdown:hover .dropdown-menu {
    display: block;
  }
  /*
  the following code makes the background color different so it would look selected
  there is still a problem when user hovers then clicks it since its JS
  */
  /* show a nice caret in the menu */
  .show-caret.dropdown .dropdown-menu {
    margin-top: -10px;
  }
  .show-caret.dropdown .dropdown-menu:before {
    position: absolute;
    top: -4px;
    left: 48%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid;
    border-left: 6px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }
}
@media (max-width: 992px) {
  .mobile-modal .modal-dialog {
    height: 100%;
    width: 100%;
    margin: 0px;
    overflow: hidden;
  }
  .mobile-modal .modal-content {
    border-radius: 0px;
    height: 100%;
    overflow-y: auto;
  }
  .mobile-modal .modal-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}
#footer {
  background-color: #383838;
}
#footer ul {
  list-style: none;
  padding: 0px;
}
#footer ul li {
  font-size: 12px;
  padding-top: 5px;
}
#footer ul li a {
  color: #ffffff;
  text-decoration: none;
}
#footer hr {
  border-color: #515151;
}
/* since we used fixed header we need to pad the top, references in the navbar component in bootstrap */
/* that padding is added by the header.js script because only it knows the header height */
@media (max-width: 480px) {
  .site_logo {
    padding-top: 19px;
    padding-left: 0px;
  }
  .site_logo img {
    width: 141px;
  }
}
#header .navbar-header a {
  /* 41 is the height of the OHT logo */
  padding-top: 16px;
  padding-bottom: 16px;
}
#header .navbar-nav > li {
  /* override the nav to get rounded corners */
}
@media (min-width: 992px) {
  #header .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
#header .navbar-nav > li .dropdown-menu {
  border-radius: 5px;
}
#header.navbar {
  /* override the nav to get rounded corners end */
  /* override the drop down */
}
@media (min-width: 992px) {
  #header.navbar .dropdown-menu {
    left: 50%;
    margin: -10px -125px 0;
  }
  #header.navbar .dropdown-menu {
    min-width: 250px;
    background-color: #444444;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #header.navbar .dropdown-menu > li > a {
    margin-left: 4px;
    margin-right: 4px;
    color: #fafafa;
  }
  #header.navbar .dropdown-menu > li > a.header-remain-open-title,
  #header.navbar .dropdown-menu > li > a.header-remain-open-title:hover {
    background-color: #ff7800;
    border-radius: 5px 5px 0px 0px;
  }
  #header.navbar .dropdown-menu > li > a.header-remain-open {
    background-color: #b35400;
  }
  #header.navbar .dropdown-menu > li > a:hover,
  #header.navbar .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #ff7800;
    border-radius: 5px;
  }
}
#header a.text-white:hover,
#header a.text-white:focus {
  color: #ffffff;
}
#header a.text-primary:hover,
#header a.text-primary:focus {
  color: #448ccb;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
  color: #e9e9e9;
  background-color: #ff7800;
}
.navbar .user-photo img {
  width: 50px;
  height: 50px;
  border: 1px solid #448ccb;
}
/* override the drop down end */
@media (min-width: 992px) {
  #header {
    border: none;
    /*
    the following code centers the navbar content instead of left aligning it
    taken from:
    http://stackoverflow.com/questions/18777235/center-content-in-responsive-bootstrap-navbar
    */
    /* User Section */
  }
  #header #header_sections > li:hover {
    background-color: #f2f2f2;
  }
  #header img {
    border: none;
  }
  #header .nav {
    /*
      align buttons vertically in header, the calculation is just the height height minus
      the button height (calculating button height is tricky)
      */
  }
  #header .nav .btn {
    margin-top: 18.5px;
    margin-bottom: 18.5px;
  }
  #header.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  #header.navbar .navbar-collapse {
    text-align: center;
  }
  #header #header_login {
    width: 210px;
    height: 73px;
    background-color: #f2f2f2;
    /* User Menu (dropdown) */
  }
  #header #header_login .user-photo {
    padding-top: 12px;
  }
  #header #header_login .user-photo,
  #header #header_login .user-data {
    padding-left: 10px;
  }
  #header #header_login .user-data {
    width: 125px;
    max-width: 125px;
    line-height: 73px;
  }
  #header #header_login .caret {
    margin-top: 36.5px;
    margin-right: 10px;
  }
  #header #header_login .dropdown-menu {
    min-width: 210px;
    max-width: 210px;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px -105px 0;
  }
  #header #header_login .dropdown-menu li {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
  }
  #header #header_login .dropdown-menu li div {
    width: 100%;
  }
  #header #header_login .dropdown-menu li a {
    padding-left: 40px;
    color: #f2f2f2;
    text-decoration: none;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header #header_login .dropdown-menu li a:hover {
    background-color: transparent;
  }
  #header #header_login .dropdown-menu li:hover {
    background-color: #f2f2f2;
  }
  #header #header_login .dropdown-menu li:hover a {
    color: #5bb5c2;
  }
  #header #header_login .dropdown-menu li:first-child,
  #header #header_login .dropdown-menu li:last-child {
    border: none;
  }
  #header #header_login .dropdown-menu .user-menu-messages {
    background-color: #ff7800;
    border-radius: 25px;
    height: 20px;
    padding-top: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 15px;
  }
  #header #header_login_menu {
    right: inherit;
    left: 0px;
    margin-left: -85px;
    padding: 15px;
  }
  #header #header_login_menu #header_login_error {
    margin-bottom: 0px;
    color: #FF0000;
  }
  #header #header_login_menu #header_login_button {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* override caret color in dropdown*/
  .show-caret.dropdown .dropdown-menu:before {
    border-bottom-color: #333333;
  }
}
@media (max-width: 992px) {
  .navbar .user-photo img {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
  }
  .navbar .navbar-header .navbar-toggle {
    margin-right: 15px;
  }
  .navbar .navbar-header .navbar-brand {
    margin-left: 15px;
  }
  .navbar .dropdown-menu {
    width: 100%;
    list-style: none;
    padding-left: 0px;
    max-width: none;
  }
  .navbar .open a {
    background-color: #d9d9d9;
  }
  .navbar li a {
    color: #fafafa;
  }
}
/* MOBILE LOGIN MODAL */
#login_mobile .modal-header {
  background-color: #f7f7f7;
}
#login_mobile .modal-body {
  padding: 0px;
}
#login_mobile .modal-body h3 {
  margin-top: 10px;
}
#login_mobile .modal-body hr {
  border-color: #a5a5a5;
}
@media (max-width: 768px) {
  #login_mobile .modal-body hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#login_mobile .modal-footer {
  position: fixed;
  bottom: 0px;
  padding: 0px;
  text-align: inherit;
}
.border-oht-1 {
  border: 1px solid;
  border-color: #ececec;
}
.border-oht-2 {
  border: 1px solid;
  border-color: #d1d1d1;
}
.border-oht-3 {
  border: 1px solid;
  border-color: #e0e0e0;
}
.bordered {
  border: 1px solid;
  border-color: #DADADA;
  -webkit-box-shadow: 0px 2px 3px 0px #AFAFAF;
  -moz-box-shadow: 0px 2px 3px 0px #AFAFAF;
  box-shadow: 0px 2px 3px 0px #AFAFAF;
}
.padding-top-small {
  padding-top: 12px;
}
.padding-top-medium {
  padding-top: 20px;
}
.padding-top-large {
  padding-top: 28px;
}
.padding-bottom-small {
  padding-bottom: 12px;
}
.padding-bottom-medium {
  padding-bottom: 20px;
}
.padding-bottom-large {
  padding-bottom: 28px;
}
.padding-small {
  padding-top: 12px;
  padding-bottom: 12px;
}
.padding-medium {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-large {
  padding-top: 28px;
  padding-bottom: 28px;
}
.box-padding-small {
  padding: 12px;
}
.box-padding-medium {
  padding: 20px;
}
.box-padding-large {
  padding: 28px;
}
.no-margin {
  margin: 0;
}
@media print {
  .visible-also-in-print {
    display: block !important;
  }
  .hidden-in-print-only {
    display: none !important;
  }
}
.bg-oht-1 {
  background-color: #ff7800;
}
.bg-oht-2 {
  background-color: #448ccb;
}
.bg-oht-3 {
  background-color: #5bb5c2;
}
.bg-oht-4 {
  background-color: #444444;
}
.bg-oht-5 {
  background-color: #737373;
}
.bg-oht-6 {
  background-color: #929292;
}
.bg-oht-7 {
  background-color: #f2f2f2;
}
.bg-oht-8 {
  background-color: #3ab94e;
}
.bg-oht-9 {
  background-color: #d23600;
}
.bg-oht-10 {
  background-color: #f7fbfe;
}
.bg-oht-11 {
  background-color: #fefef4;
}
.bg-oht-12 {
  background-color: #fafafa;
}
.bg-oht-13 {
  background-color: #a5a5a5;
}
.bg-oht-14 {
  background-color: #ffffff;
}
.bg-oht-15 {
  background-color: #ffe4e4;
}
.bg-oht-16 {
  background-color: #f7f7f7;
}
.bg-oht-17 {
  background-color: #f6f7e1;
}
.bg-oht-18 {
  background-color: #f1f6f7;
}
.bg-default {
  background-color: #ff7800;
}
/* Override dropdown */
.btn-dropdown {
  text-align: right;
}
.btn-dropdown.open-click:hover > span.selected {
  margin-right: 0px;
}
.btn-dropdown:hover > span.selected {
  margin-right: -2px;
}
.btn-dropdown .caret {
  right: initial;
  left: 10px;
}
/* Override inputs */
.form-control:focus {
  margin-right: -1px;
}
/* although bootstrap-rtl already converted checkboxes and radios, we forced 25px padding
instead of 20 so we must adapt */
.radio label,
.checkbox label {
  padding-right: 25px;
}
/** color */
.row-margin {
  margin-left: 0;
  margin-right: 0;
}
.flex-wrap {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-blue {
  background-color: #004dd9;
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 77, 233, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 77, 233, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(0, 77, 233, 0.3);
}
.btn-green {
  background-color: #00aaa0;
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 170, 160, 0.4);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 170, 160, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(0, 170, 160, 0.4);
}
.btn-orange {
  background-color: #ff7900;
  color: #ffffff;
  -webkit-box-shadow: 0px 13px 27px 0px rgba(255, 121, 0, 0.4);
  -moz-box-shadow: 0px 13px 27px 0px rgba(255, 121, 0, 0.4);
  box-shadow: 0px 13px 27px 0px rgba(255, 121, 0, 0.4);
}
.icon-sl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQsAAAA0CAYAAACdDh2eAAAW5UlEQVR4Xu1de3gc1XU/585KsmzzaNMYTPu1IQlYSUu+9gNawivmsWucQAgEE14htOHREF4GYbC9sxrtrCAxxhCbkESBr3k0mNYQwDxs7YogA62TgpuvBIJw0xYKNa/Y2NhY1mrmnn5nPHe5Gs/uzj4khDX3H1s7577Onfube54XIS4xB2IOxByIwAGMQBOTxByIORBzAGKwiF+CmAMxByJxIAaLSGyKiWIOxByIwSJ+B2IOxByIxIGGwGLu3Ln7uq77OSI8CpE+RgR/tLtX3IxI/w0AvzIMY92aNWvejTSaCU60k+izQLAACDY5AjL7Im6OMmTTNJ/Q6aSUC3t6en4ZpW5ME3NgonCgLrBIJpNHEGEnInwRANqrTGaICFYLAbfk8/kNzZr4e0RHGgD7tQEMIKLTrHbLtbODaI4geBAApng0BPdMNfD8KP3GYBGFSzHNROdATWAxd+7cj7quezsRnMvHhxonR4iw0jCMa9asWfN2jXVHke8kmg8Ey/wf17UjfAER32ukzUp19wAKxgpJz0xLiL+O0mcMFlG4FNNMdA5E3vDJZPIYAFwFADO1SW0GoFVE4gki8XwiId/gZ44jDhTC+XMAOBEA5wHAR1QdRHhDSjmvv7//6XqZs1PSrwHgL7X6T7UjzB0LwAgDCu9cgXDBVMR7oswhDCw2btz4zMEHHzxVr79kyZIdXttxaRoHgryvpWHbtk+ohX5vp40EFqlUai4R3K+JHFsRYQkALM/n8xW/6LNnz56SSLReggjdAPAHPkN3SYlnPP5439p6GPyeSz9GhAsDdZsOGOWAghC+OQ3xe1HHHgYWQgjm23K9jaGhoVOXLl06ZiekqOPdm+hisGjealYFi1QqdTgRPAkA6iv4pBB4Tl9f3+u1DGPOnDkzpaR7AeB4v95OIfC4vr6+f6+lHabdQrTfFIICABw5VoDRLKDg8cVgUesKx/QTkQMVwWL27NnTW1panwOAg/3BP7z//vudtWrVqmI9k5k3b17r1q3b7gOA0/z6/zMyUvzMwMAAH79rKmMJGDuIThEED5SUmbtHRrWeKNSEYrCoaWlj4gnKgYpgkUqlbiGCTn/sG3bs2H7c+vXrhxqZC4slLS2trK84nNtBhKX5fP76etocC8BoNlDEJ4t6VjauMxE5UBYsfLHhv3w9xTAAHVYoFP4zOIlkcs5DRO6V/f39/xt1gslk8hAA/A0AtAHAkBD4iVrFGtVXMwFjLIBivMCiq6trhuu6n1Z8ISKnp6fHUyKbpnkYEZWUzFHXqRl0iUTiScuyJLc1f/789mnTpv1N1HYTicTvLMt6LSp9TDe2HCgLFqlUKk0E9u7zN9zW35+/NmwoyWSKtfc7iKDbcYq3DwwMRPJ5OPnk1DJEmO+fLsx8Pp+rd6rNAIyxAorxAotMJnMSEaU1Hr5n2/apfv83A8BR9fK33nqI+EI2m71C1c9kMnOJaEHU9hDxqWw2m4lKH9ONLQfKgkUymXoeANj8SYYhPr527dqXK4CF9wgRWL/xjXw+/6/Vhn3KKad8zHUle3nyGF4oFPJ/Ua1OpeeNAMZYAsVkBgsiujWXyz2i1s00zdsCJu9qSz5iGMaZlmXVrNOq1nD8vHYOhILFSSeddIAQhuczAQDPFgr5oNWh1JN/stB7lkRwV1tby42PPvroO5WGlEymngGAI3ygOSCfz79V+xTer1EPYIw1UExisNhlGMaXLcvayTxYtGjRAYZhrKzVmY+Ibsnlco818l7EdZvDgVCwSKVSJxLB434XywuF/NXlugsBC0X6FgB2Fgp9/1jO0SiZTH0HAK7aXYFOLhQKqs+6Z1cLYIwHUEwEsKibmU2smMlkzieii/0myXGceTfffHNYbA2apskm9hm7PyL462w2GyoCN3F4cVMROBAKFiefPOdCRPqx/8W/Op/Pj3Ie0tutABaK7BeGIS5fu3btS8HxpFKpq4iAAYPtkl/r7+/7SYQxVyWJAhjjBRTNBgvLsqY6jnOXzgQiusEwjEPL6SzS6TRbm/6qKuM0AiFEQUrJ4mRXLfUUrWEYme7u7t+pv9Pp9I8Q8c/8v58rFouZ1tbWO4kN0lpJJBJLXNc9GgDY89d7NSoASz1Di+vUyYEyYJH6BiLc6YPFZfl8vrdc+xHAgqsWAfDiQqHvp6OBZs7fA5DnCUkEl/f35yN7RVabbyXAAITvAAGfeHYHhfkvJSFcPg3x+9XarvV5M/0sOjs7p7W3t5f0ADwWwzC+LqU8uMkKzocAvNNl2Q9FOT4Q0f/lcrmvqhOlZVkdruuW1paIVgghholImeW1RaBHEJE9e+9QPyLindlslkMN6irpdPo6RPSUvZUKEXXncrmBanTj8XzRokUzDcMohRMEXc8zmcxSHkc2m92Dh2M1vvE4WWwFIHtkZGR50FIyVicLxawKgBHkJ3/fxgQouKPJBhaIeFc2m/2ZYnI6nb4SEc9UoGwYxtmu696g9FWBxdhqGMY813V5o3zUf7bRtu3L6t0ECxYs2CeRSEw3DOMHALCP67rnqbZaWlr2kVLOBoBzgwrZevtrVj0GjEQicR0RHT5hwaJJOgtWdP6opcW4sVyU6VjoLIILFQEwxhQoJgJYpNPpUxDxT6u8xJ8DgIM0mtCTBRHdh4gjldpyHOd+pY+wLCvhui6fCvb36zxvGMZi13U51ijh/7adN7HWZicRHYWIZ6nfpJQX9vT0vNrIRkyn0/cg4ky18bq6ug4dGhp6fcmSJdv5GQDco1tvGumrWXXVqWgiBLVFsIbQM4VCoWwodhkx5JeIcEW1/BXJZPLfANCztCBCw9aQcgtUATCk78LddNFDH8sHfbKI8uKaphn0xQgFi1qD3RYvXny0EKJHjYGIvstBdLq/BYsliHilRhMmivwkm83+Q5S5lKMJggUf5aWUAwwQ+v/5JNLW1sYnjdkMLgDAYPbI8PDwSgYWfT3VJub6fALgvonokVwudyv/P5PJcDuXqt8RkdvyRCJEXJnNZtlC5BX9JKH6JKKZiDhb62dUe9xPLX2oMUkpT+O5EdHrQoiHiWgff77bh4eHO3meQT421c8CAF4nwhv7+z3dRMVQ62b7WVR7iUIAw3Vc54R9W1qeqla30eeTGSzS6XQXv+w+D1lZ+ZVEIsGOWZ7JHAA2Dw4OfqWjo4NjhtTpY+vg4OBZHR0dvJGUKPKabdusB6m7KLBgMcQXP3iD9/pgwZtw4/Dw8MbW1lYWV3gz3+q67ibDMA4iouv4t2KxeJl/EvHmpX/xfZBZrYMF11G/+232Oo4zIIQ4HBFZxPD0JD4Ni268eT2gcV33XMW7av1E6YPbNE2TgYvz0XTatr3BNE0GuKWIyImpNjCwldPdNMuDs8hWDccpZqMGhTXTgzPq20NE+w5JuBkQDgOEO6Yi/nPUuo3QTVawsCxrui9utPr8CxNBHrVte6lpmjcCwBzFZ8MwrnMc57O6KCKEuKy7u3tjvWuhwEKvH+I4NmozKVq1qQBgpW3bveXEA17rIFj4m5RTK47Svei0wU2s+g2ehrTx7NGP/56V7cMfx2oGJF0HZJomgyOfoLqJ6NRisbisppNF1NiQVCq1ho+QfX19JTNZtcX0Y0PY25OtEQ3FhlTrayI8n6xgkU6nT+Wvp1qDMBGET9+2ba83TfM4Vu5rtKsTiUTBdd0V2hqusm3bs9LVU/SNp77k6mShbULeOIeG6Qj0zVgPWARBRAcLJcYE+1Uns+DvYaAU5TfTNMuChW3bnCazbKkYdZpMJpcClBZ7w8hI8diBgYFd9SyUqjN37tw2x3GeUroKAFxWKPSVXqhG2p6odScrWJimyT40n/HXRYkgbOpTOrDhrVu3nr5ixYphDjKbPn0660lafPp3fKsJiyJ+ImjYbNs2+1/UlU2sks5iEoFFqBgSdhoK7qcPbT6LiQoMYeOajGDh+wmwDO69YxxUtmvXroVtbW0/16wgT9u2bWob9RbdnOqLIsdoZlcmvda2bU6rWHOpZA3RxlCTGDI8PPxFdWRXvhHlxJBKJ4tmiSGV+uA5cj+a4tabNtcpFou9YaKHzuR6MmWtGxlJnDMw8JiKHYm0aLNnf/7AlhaH3XjZRMdlJyIcX81iEqnxCU40GcEik8l8lYj+Ti0NO1btjk5+P+o0GPeRTqfPDFhFVhuG8biU0vPy9V/sx3K5HINK5BL0s2DdhzKZBhth2ogKTraUsHfrStd1H2YlKCKykvRwImILC6eR9Iqm+Cz9HvytjIKTLRae5UQHpSjthfWbTqe9MbOC96abbnqdwY3/jcrIqmDBDYXl4CSCbwsBK6Ll4Gy7GJEsLXHvLkQ4M5/Pr4k60A8z3WQEC9M02SL2J2qPCyHOIaJriUjlsyA/onSrWlvLsg50XbdkSgSAMFFkx5tvvnlmb29vRV8P/X0J8+Bkk2Eulys5Z+n0QdMp0yLigDKdKlrfZMmWhX3YmoCIvVJKz5KiNviUKVNOVaZTDfC6faApdcs6Cfb78K0RbKHwzLVs0lSAwVYKIQSbOz1TrCrcb5Q+GCT18WnjYcB4SUrZWwk8IoEFN8rZvRHxPiI4UBvm7xE5uzc9IWXihWB2b0Q8gQjObnZ27w8bcEw2sLAs69Ou635Xe5lf3LVr1w26CBLMdaFoTdO8GwA+rq0xA8yxAVEkY9v2mJu8P2zvWZTx+paPQ9ky4/t8sBjCDnHeb5U8ZSODhX/CmEGEtwMQo2kdBVci0jWNhqLX0fEHWmWygUU6nb4aEb+kgcUeIggA/NC27T2uUshkMpcQkf7Ff0gI8QtdFEHEddlslk+qcamBA0ExRK+qHLsqeYrWBBaqcb6RDACuB0A2tejBWGFD3wVAbK65pVAoPFvD3PYaUtM0+zneS01ISrm4paVlq/715WeGYZxhWVbpWB7GgIULF34kkUiwA1Op+IFkhxAR+yqossW27S9HZWKzPDh9924e335+3xQigoCU8qKenp5XguPjFICB4LUtg4ODZ3d0dPyTdkIt+rzycmXEJRoHlK8I+5YUi8V1rNBkkau9vb0k2lQKTKsLLNTQQu469b3tkMWTve6u02hLsieVaZpsAVB3pvCxjz0D1wc3vZTSVHkzy/Wlvg4BsDjddV1WhF2i/V6Tx2OzwMI0zWMAoJQiERFfFEIscF2Xs6WrWJCtQggOJNujIKJwXZdvm9OvxeR8FuyHcYaqQETfzuVydd07U+867g31fN8Xzq7PTlgqHocd3TYEdTLB+TYEFnsD88ZjDqZpsmNRKW2gMm8FPQp9OZ5jJEL9CCzLElLKO4joU9qmeTWXy10YcKtmU+X6bDa7KOr8mggWbAVQd8Nw999DxG2BU0/UYSk69r9gD8jbtYrP2rZdV1b4WjuP6XdzIAaLcXgTAiHa3OMWDsOWUn6NiII3qz1kGMZylRFbDW/evHlGR0cHJzj+QmDIdxuGca/runx6KUVuImJNgVfNAAvfisDRpMqxii0e50kpryK+gb7+okQRds//Q78ZyTy0LGtLtWb1IC+mLeeAFDy1sYVjrPJFhAWjVZvHB/08BotxWAHTNNlc+K1AV4uKxeJvW1tb2cSoh2fzqYCzit0vhHhpZGQEEXEWAJyFiIcE2nh3eHj4gilTphwd8uW+wrbtF6JOrxlgkclkTmPzqNbn4NDQUGd7ezuLIApAog4pSHeN76NTEkUQ8Y5sNsvgVLEouVwzG24Pc23WQaWSL0a1/qI+L+fKHbX+eNPFYDEOHPeVfvxVLOktAODlwcHBi2fNmnUCIi6uYxgsqnQbhrHecRxOWVe6sNr3ITi/FrfoZoBFUNxCxO8LIR4oFosN31lSLBbfbW9v/2RAFPmtbdvfjMo7/przacF3nBqVFUvzvmSfilLOi6ht10M3kXJVRBl/DBZRuNQEGtM0Wdz420BTP7Nt+y4/me3XaxALCRFXZLPZB4LRmtw+Ii7nZ7UMu1Gw6OrqOkhKyakK1TvliSCO45whhPhELWMpQ7vrxRdf7Oro6NBFEXJd9/yoXoh+oNWtiHgpIm7URQzfDXqmEILzOozKTOV7dbIjFIeVMyhvJKKVHFpeKZcEEa1jN+rW1tZr/VDzja7rWmq8mrMYJ/vh1H9e2wDQy+Hjig/19E9EO6SU10XlTZT1icEiCpeaQOPnzmSRQz9dEBEtYa2+Ly/zUVuZHMv1uk1Kuaynp+dJ0zQvAAAGmVLhU0UikbjIsqya7qNtFCwymQzrXy7ShtJMEcRrVghxtZTyRAA4Xevnbtu2GaSqFgUWADCLvSKV2zNX9KMx2bPSc9nW/Q18RybOL+FtdBVNG8hFwe4BDNTBfBXsHXmPlHID56kQQmxSIKWBhQcQnDtDCHGe77Hp5Zvwx+Z5hUbofzsDlGEYD0spOVfHBt3tvCqDqhDEYNEoB2uoH2b2ZFGBMyYJIdhzcYqU8nQpJYsmfOQufaUBgK+O5Bdh9aZNm4ZnzJhxue745A+DRZPr9a9S1OE1CBaYTqd/ioh/rPX3AyLagogLo46hGh0R/RwR+UpGNq16hYheyeVyOkiVbUaBhWEYG339hcpNwcl5LmX372CoeBAYVON+Gj5QLuNKxAmcVjyxRwOHUQlz9JOFvmYMXOrkU0v/7CLOuhgtoU2vnomrGn+rPY/BohqHmvw8xDKienhZSnl3T0/Pv/Ae4MQxjuN4fiuJROJtvpWLdR+O4xyPiCzOqLiL0ghrtYDoU2sELEzT5JvrStm4/a/geYZh8NWFnNZflecYQKKy1I+DYOWuKr83DONc13VH6X+EEJfo1w6Ua1+BBWfG4tMCuzkrgGA/A95YIWBRMTO4OoFEySUR1FGU01noY6iWmTzQ/6gAtqh8jkoXg0VUTjWJzveVsIiInYzCyltE9CwivoKI70gpOWCK8zl8ChHZqjItrBIRcTQmp4evK9dDI2CRTqfnI3revF5ha44Q4lrXdR/UrCByeHj4S9XCoPW5dXV1fVJK+cPAfPlSqpN0UYSI7s3lcqUArihgoXQN7CDHCXpUVGcFsOhkMSHYttIJjANY1Nx/k17Z9z9GzW4wbq86BxgwHMfh9Pil+InqtcpSeGJMNpvli4fqAgpuuV6w8C09QR8Pjr58W7fy1HuzmGma7Obt3U7GJUwUAYC3bNs+p9r89ZOFnrNSDykPAQsvrDuYl5LBhhWeSsRoBCxUPkw1x4AYUnf/DbxToVXjk0WzOVpDe5lM5gQi4i+lSlRbQ22PlO+GXWbb9q9qrRikrxcsgunwuF1WHAZFkKg+EcFxhYhtoaIIAFxj2/Z/hPFB97NQCkhfUamSCXdyol7/bhEOUDtU97PQc1T6Ski2irB1pJt1DVHzSyi/CnWK8UUMzu/CStBqCk4vR2bU/ht9H8Lqx2AxFlytoU0/qS3fj8GnjGqWENXyZkS8f/v27Q/edtttQzV0V5a0AbCwAeBY1XAZEYSD5M61LKumhEnc5uLFi48QQoxKdmMYxpWO4yR10adSWrigB6c/Vu8mLzZZst4iTDeglJMqv4Wfwp8d6EJNp9rpZ1S+Cj9zNvflXRXg98s0nL9iEyIyWDD48N/s53Fr0HTKVxPU0v9Y3KwWg0UzdloT2vCP80cS0RH8EgEAWxam+k2/BwCvcYISAHjGMIwNQXfwRodgmuZ5RFTyEBVCPCuE+I3jOKN8Q7Zt2/YtzpnJ/bEL+qxZszjSVQWIsXnzaUR8ldPYawDyjm3bNV+DyPV9pS5bVIQ2x3WJROINvlZA64MtASUrSaP8iOvvyYEYLOK3IuZAzIFIHIjBIhKbYqKYAzEHYrCI34GYAzEHInEgBotIbIqJYg7EHIjBIn4HYg7EHIjEgf8HnrP8JVjKjKMAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  display: block;
}
.icon-sl.icon-sl-sl_icon_video {
  background-position: -5px -5px;
  width: 30px;
  height: 29px;
}
.icon-sl.icon-sl-sl_scroll-mobile {
  background-position: -45px -5px;
  width: 34px;
  height: 20px;
}
.icon-sl.icon-sl-sl_uta_logo {
  background-position: -89px -5px;
  width: 173px;
  height: 42px;
}
.icon-anch {
  background-image: url('../images/frontpage/sprite/anch.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-anch.icon-anch-anch_efficiency {
  background-position: -5px -5px;
  width: 60px;
  height: 64px;
}
.icon-anch.icon-anch-anch_enterprise {
  background-position: -75px -5px;
  width: 64px;
  height: 64px;
}
.icon-anch.icon-anch-anch_expertise {
  background-position: -149px -5px;
  width: 64px;
  height: 64px;
}
.icon-anch.icon-anch-anch_quality {
  background-position: -223px -5px;
  width: 64px;
  height: 58px;
}
.icon-anch.icon-anch-anch_translators {
  background-position: -297px -5px;
  width: 60px;
  height: 64px;
}
.icon-tr {
  background-image: url('../images/frontpage/sprite/trusted.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-tr.icon-tr-trusted_3m {
  background-position: -5px -5px;
  width: 51px;
  height: 51px;
}
.icon-tr.icon-tr-trusted_amasone {
  background-position: -66px -5px;
  width: 97px;
  height: 51px;
}
.icon-tr.icon-tr-trusted_cheetah {
  background-position: -5px -66px;
  width: 98px;
  height: 51px;
}
.icon-tr.icon-tr-trusted_evernote {
  background-position: -5px -127px;
  width: 143px;
  height: 51px;
}
.icon-tr.icon-tr-trusted_google {
  background-position: -113px -66px;
  width: 92px;
  height: 51px;
}
.icon-tr.icon-tr-trusted_iherb {
  background-position: -173px -5px;
  width: 73px;
  height: 51px;
}
.icon-tr.icon-tr-trusted_indeed {
  background-position: -5px -188px;
  width: 96px;
  height: 51px;
}
.icon-tr.icon-tr-trusted_payoneer {
  background-position: -111px -188px;
  width: 108px;
  height: 51px;
}
.icon-tr.icon-tr-trusted_udemy {
  background-position: -158px -127px;
  width: 85px;
  height: 51px;
}
.icon-tr.icon-tr-trusted_xiaomi {
  background-position: -256px -5px;
  width: 111px;
  height: 51px;
}
.icon-eff {
  background-image: url('../images/frontpage/sprite/eff.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-eff.icon-eff-eff_any_project {
  background-position: -5px -5px;
  width: 65px;
  height: 64px;
}
.icon-eff.icon-eff-eff_any_website {
  background-position: -80px -5px;
  width: 62px;
  height: 67px;
}
.icon-eff.icon-eff-eff_automate {
  background-position: -5px -82px;
  width: 64px;
  height: 64px;
}
.icon-eff.icon-eff-eff_easy {
  background-position: -79px -82px;
  width: 48px;
  height: 64px;
}
.icon-eff.icon-eff-eff_leverage {
  background-position: -152px -5px;
  width: 56px;
  height: 64px;
}
.icon-qual {
  background-image: url('../images/frontpage/sprite/qual.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-qual.icon-qual-qual_inprogress {
  background-position: -5px -5px;
  width: 64px;
  height: 64px;
}
.icon-qual.icon-qual-qual_iso_copy {
  background-position: -79px -5px;
  width: 104px;
  height: 101px;
}
.icon-qual.icon-qual-qual_new {
  background-position: -193px -5px;
  width: 64px;
  height: 64px;
}
.icon-qual.icon-qual-qual_realtime {
  background-position: -267px -5px;
  width: 64px;
  height: 64px;
}
.icon-qual.icon-qual-qual_sample {
  background-position: -341px -5px;
  width: 64px;
  height: 64px;
}
.icon-ind {
  background-image: url('../images/frontpage/sprite/ind.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-ind.icon-ind-ind_adworks {
  background-position: -5px -5px;
  width: 32px;
  height: 32px;
}
.icon-ind.icon-ind-ind_automotive {
  background-position: -47px -5px;
  width: 35px;
  height: 33px;
}
.icon-ind.icon-ind-ind_business {
  background-position: -92px -5px;
  width: 32px;
  height: 34px;
}
.icon-ind.icon-ind-ind_cv {
  background-position: -134px -5px;
  width: 26px;
  height: 34px;
}
.icon-ind.icon-ind-ind_gaming {
  background-position: -170px -5px;
  width: 32px;
  height: 28px;
}
.icon-ind.icon-ind-ind_legal {
  background-position: -212px -5px;
  width: 32px;
  height: 33px;
}
.icon-ind.icon-ind-ind_marketing {
  background-position: -254px -5px;
  width: 32px;
  height: 28px;
}
.icon-ind.icon-ind-ind_medical {
  background-position: -296px -5px;
  width: 32px;
  height: 32px;
}
.icon-ind.icon-ind-ind_mobile {
  background-position: -338px -5px;
  width: 26px;
  height: 33px;
}
.icon-ind.icon-ind-ind_patents {
  background-position: -374px -5px;
  width: 40px;
  height: 40px;
}
.icon-ind.icon-ind-ind_scientific {
  background-position: -424px -5px;
  width: 24px;
  height: 32px;
}
.icon-ind.icon-ind-ind_software {
  background-position: -458px -5px;
  width: 32px;
  height: 32px;
}
.icon-ind.icon-ind-ind_technical {
  background-position: -500px -5px;
  width: 32px;
  height: 32px;
}
.icon-ind.icon-ind-ind_travel {
  background-position: -542px -5px;
  width: 32px;
  height: 32px;
}
.icon-team {
  background-image: url('../images/frontpage/sprite/team.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-team.icon-team-team_satis {
  background-position: -5px -5px;
  width: 101px;
  height: 101px;
}
.icon-team.icon-team-team_video {
  background-position: -116px -5px;
  width: 80px;
  height: 80px;
}
.icon-team {
  background-image: url('../images/frontpage/sprite/team.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-team.icon-team-team_satis {
  background-position: -5px -5px;
  width: 101px;
  height: 101px;
}
.icon-team.icon-team-team_video {
  background-position: -116px -5px;
  width: 80px;
  height: 80px;
}
.icon-enterprise {
  background-image: url('../images/pages/sprite/sp_enterprise.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-enterprise.icon-easy {
  background-position: -5px -5px;
  width: 64px;
  height: 60px;
}
.icon-enterprise.icon-meeting {
  background-position: -78px -5px;
  width: 66px;
  height: 66px;
}
.icon-enterprise.icon-perfect {
  background-position: -153px -5px;
  width: 64px;
  height: 58px;
}
.icon-ben-enterprise {
  background-image: url('../images/pages/sprite/sp_ben-enterprise.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-ben-enterprise.icon-hands {
  background-position: -5px -5px;
  width: 64px;
  height: 56px;
}
.icon-ben-enterprise.icon-pig {
  background-position: -79px -5px;
  width: 64px;
  height: 64px;
}
.icon-ben-enterprise.icon-time {
  background-position: -153px -5px;
  width: 64px;
  height: 60px;
}
.icon-qua-enterprise {
  background-image: url('../images/pages/sprite/sp_qua-enterprise.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-qua-enterprise.icon-qua-bag {
  background-position: -5px -5px;
  width: 76px;
  height: 56px;
}
.icon-qua-enterprise.icon-qua-search {
  background-position: -91px -5px;
  width: 61px;
  height: 58px;
}
.icon-qua-enterprise.icon-qua-time {
  background-position: -162px -5px;
  width: 58px;
  height: 58px;
}
.icon-pric-enterprise {
  background-image: url('../images/pages/sprite/sp_pric-enterprise.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-pric-enterprise.icon-fees {
  background-position: -5px -5px;
  width: 75px;
  height: 40px;
}
.icon-pric-enterprise.icon-pay-per {
  background-position: -90px -5px;
  width: 64px;
  height: 58px;
}
.icon-pric-enterprise.icon-rate {
  background-position: -164px -5px;
  width: 32px;
  height: 60px;
}
.icon-benefits {
  background-image: url('../images/pages/sprite/sp_benefits.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-benefits.icon-cuting {
  background-position: -5px -5px;
  width: 52px;
  height: 52px;
}
.icon-benefits.icon-industry {
  background-position: -67px -5px;
  width: 47px;
  height: 51px;
}
.icon-benefits.icon-onestop {
  background-position: -124px -5px;
  width: 30px;
  height: 48px;
}
.icon-benefits.icon-scale {
  background-position: -164px -5px;
  width: 46px;
  height: 46px;
}
.icon-benefits.icon-translate {
  background-position: -220px -5px;
  width: 48px;
  height: 42px;
}
.icon-pricing {
  background-image: url('../images/pages/sprite/sp_pricing.png');
  background-repeat: no-repeat;
  display: block;
}
.icon-pricing.icon-pri-all-enterprise {
  background-position: -5px -5px;
  width: 64px;
  height: 64px;
}
.icon-pricing.icon-pri-leverange {
  background-position: -79px -5px;
  width: 54px;
  height: 64px;
}
.icon-pricing.icon-pri-manage {
  background-position: -143px -5px;
  width: 64px;
  height: 56px;
}
.icon-pricing.icon-pri-up-to-the {
  background-position: -217px -5px;
  width: 74px;
  height: 60px;
}
.icon-features {
  background-image: url('../images/pages/sprite/sp_features.png');
  background-repeat: no-repeat;
  margin-right: 36px;
  display: inline-flex;
}
.icon-features.icon-fea-dtp {
  background-position: -5px -5px;
  width: 64px;
  height: 58px;
}
.icon-features.icon-fea-glossary {
  background-position: -79px -5px;
  width: 64px;
  height: 64px;
}
.icon-features.icon-fea-manger {
  background-position: -153px -5px;
  width: 64px;
  height: 64px;
}
.icon-features.icon-fea-memory {
  background-position: -227px -5px;
  width: 56px;
  height: 64px;
}
.icon-features.icon-fea-proof {
  background-position: -293px -5px;
  width: 58px;
  height: 64px;
}
.icon-features.icon-fea-support {
  background-position: -361px -5px;
  width: 64px;
  height: 64px;
}
.icon-features.icon-fea-transcrip {
  background-position: -435px -5px;
  width: 40px;
  height: 64px;
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul li {
    width: 100%;
  }
}
#block-menu-menu-tom-menu .block-content > ul li.link-have .nolink {
  display: none;
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul li.link-have .nolink {
    display: inline-block;
  }
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul li.link-have > a {
    display: none;
  }
}
#block-menu-menu-tom-menu .block-content > ul li.link-have .menu .first {
  display: none;
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul li.link-have .menu .first {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul li.expanded {
    width: 100%;
  }
  #block-menu-menu-tom-menu .block-content > ul li.expanded.sub-menu-open .nolink:before {
    top: 44%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #block-menu-menu-tom-menu .block-content > ul li.expanded.sub-menu-open > .menu {
    display: block;
    background-color: transparent;
    padding-left: 10px;
  }
  #block-menu-menu-tom-menu .block-content > ul li.expanded > .nolink {
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  #block-menu-menu-tom-menu .block-content > ul li.expanded > .nolink:before {
    position: absolute;
    top: 45%;
    right: -5px;
    display: inline-block;
    content: '';
    border-bottom-color: rgba(0, 77, 217, 0.9);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1230px) {
  #block-menu-menu-tom-menu .block-content > ul li span,
  #block-menu-menu-tom-menu .block-content > ul li a {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul li span,
  #block-menu-menu-tom-menu .block-content > ul li a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul li ul li a:hover,
  #block-menu-menu-tom-menu .block-content > ul li ul li span:hover,
  #block-menu-menu-tom-menu .block-content > ul li ul li a:focus,
  #block-menu-menu-tom-menu .block-content > ul li ul li span:focus {
    border-radius: 0;
    background-color: transparent;
    color: #3483c8;
  }
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul li .menu {
    position: relative;
    background-color: #f7f7f7;
    margin: 0;
    top: 0;
    border-radius: 0;
    display: none;
  }
  #block-menu-menu-tom-menu .block-content > ul li .menu:before {
    display: none;
  }
  #block-menu-menu-tom-menu .block-content > ul li .menu li span,
  #block-menu-menu-tom-menu .block-content > ul li .menu li a {
    color: #777777;
  }
}
#block-menu-menu-tom-menu .block-content > ul .login-link,
#block-menu-menu-tom-menu .block-content > ul .register-link {
  display: none;
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul .login-link,
  #block-menu-menu-tom-menu .block-content > ul .register-link {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  #block-menu-menu-tom-menu .block-content > ul .register-link {
    border-bottom: 1px solid #e9e9e9;
  }
}
@media only screen and (max-width: 992px) {
  .page-fixed {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 992px) {
  #header .navbar-header {
    transition: none;
  }
  #header .navbar-collapse {
    padding-top: 74px;
    transition: height 0.3s ease;
  }
  #header.header-menu-open {
    width: 100%;
  }
  #header.header-menu-open .navbar-header {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background: #fafafa;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    left: 0;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header.header-menu-open .collapse.in {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding-top: 74px;
    position: fixed;
    z-index: 8888;
    width: 100%;
    top: 0;
    left: 0;
    background: #fafafa;
    margin: 0;
    padding-left: 30px;
    padding-right: 15px;
  }
  #header.header-menu-open .block-menu {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #header.header-menu-open .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  #header.header-menu-open .collapse.in {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-frontpage {
  font-family: 'Open Sans', sans-serif;
  min-width: 320px;
}
.page-frontpage #block-oht-forms-let-us-know,
.page-frontpage #block-search-form {
  display: none;
}
.page-frontpage *:active,
.page-frontpage *:hover,
.page-frontpage *:focus {
  outline: 0;
  outline-offset: 0;
}

.page-frontpage .slider-block .link-block .btn-blue {
  display: none;
}
.page-frontpage .slider-block .link-block .letter {
  display: none;
}
.page-frontpage .slider-block .link-block .btn-orange {
  display: block;
}
.page-frontpage .iherb-block .content-block .title {
  display: none;
}
.page-frontpage .iherb-block .content-block .desc {
  display: none;
}
.page-frontpage .iherb-block .content-block .btn-blue {
  display: none;
}
.page-frontpage .multilayer-block .popup-block .title-h {
  display: none;
}
.page-frontpage .multilayer-block .popup-block .btn-blue {
  display: none;
}
.page-frontpage .translation-team-block .last-block .number-block {
  display: none;
}
.page-frontpage[spec='business'] .slider-block .link-block .btn-blue,
.page-frontpage[spec='enterprise'] .slider-block .link-block .btn-blue {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page-frontpage[spec='business'] .slider-block .link-block .btn-blue,
  .page-frontpage[spec='enterprise'] .slider-block .link-block .btn-blue {
    display: block;
  }
}
.page-frontpage[spec='business'] .slider-block .link-block .btn-orange,
.page-frontpage[spec='enterprise'] .slider-block .link-block .btn-orange {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page-frontpage[spec='business'] .slider-block .link-block .btn-orange,
  .page-frontpage[spec='enterprise'] .slider-block .link-block .btn-orange {
    display: block;
  }
}
.page-frontpage[spec='business'] .slider-block .link-block .letter,
.page-frontpage[spec='enterprise'] .slider-block .link-block .letter {
  display: inline-block;
}
@media only screen and (max-width: 1230px) {
  .page-frontpage[spec='business'] .slider-block .link-block .letter,
  .page-frontpage[spec='enterprise'] .slider-block .link-block .letter {
    width: 240px;
    text-align: center;
    display: block;
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage[spec='business'] .slider-block .link-block .letter,
  .page-frontpage[spec='enterprise'] .slider-block .link-block .letter {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage[spec='business'] .slider-block .link-block .letter,
  .page-frontpage[spec='enterprise'] .slider-block .link-block .letter {
    padding: 5px;
  }
}
.page-frontpage[spec='business'] .iherb-block .content-block .title,
.page-frontpage[spec='enterprise'] .iherb-block .content-block .title {
  display: inline-block;
}
.page-frontpage[spec='business'] .iherb-block .content-block .desc,
.page-frontpage[spec='enterprise'] .iherb-block .content-block .desc {
  display: inline-block;
}
.page-frontpage[spec='business'] .iherb-block .content-block .btn-blue,
.page-frontpage[spec='enterprise'] .iherb-block .content-block .btn-blue {
  display: inline-block;
}
.page-frontpage[spec='business'] .iherb-block .content-block .btn-orange,
.page-frontpage[spec='enterprise'] .iherb-block .content-block .btn-orange {
  display: none;
}
.page-frontpage[spec='business'] .iherb-block .video-block .content-block .text-block .link-block,
.page-frontpage[spec='enterprise'] .iherb-block .video-block .content-block .text-block .link-block {
  padding-top: 30px;
}
.page-frontpage[spec='business'] .multilayer-block .popup-block .content-block,
.page-frontpage[spec='enterprise'] .multilayer-block .popup-block .content-block {
  padding: 30px 20px 30px;
  min-height: 180px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(58, 185, 77, 0.4);
  -moz-box-shadow: 0px 13px 30px 0px rgba(58, 185, 77, 0.4);
  box-shadow: 0px 13px 30px 0px rgba(58, 185, 77, 0.4);
}
.page-frontpage[spec='business'] .multilayer-block .popup-block .title-h,
.page-frontpage[spec='enterprise'] .multilayer-block .popup-block .title-h {
  display: inline-block;
}
.page-frontpage[spec='business'] .multilayer-block .popup-block .btn-blue,
.page-frontpage[spec='enterprise'] .multilayer-block .popup-block .btn-blue {
  display: inline-block;
}
.page-frontpage[spec='business'] .multilayer-block .popup-block .btn-orange,
.page-frontpage[spec='enterprise'] .multilayer-block .popup-block .btn-orange {
  display: none;
}
.page-frontpage[spec='business'] .translation-team-block .last-block .number-block,
.page-frontpage[spec='enterprise'] .translation-team-block .last-block .number-block {
  display: block;
}
.page-frontpage #block-menu-menu-tom-menu .nav .expanded:nth-of-type(6) {
  display: none;
}
@media only screen and (max-width: 992px) {
  .page-frontpage #header .navbar-header .navbar-brand {
    margin-left: 0;
  }
}
@media only screen and (max-width: 345px) {
  .page-frontpage #header .navbar-header .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-frontpage #header .navbar-header .navbar-brand img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .page-frontpage #header .navbar-header .navbar-brand.site_logo {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 345px) {
  .page-frontpage #header .navbar-header .navbar-brand.site_logo img {
    max-height: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-frontpage #header .navbar-header .navbar-brand.site_logo_hybrid {
    padding-left: 0px;
  }
}
.page-frontpage #header .navbar-header .navbar-brand.site_logo_hybrid img {
  height: 41px;
}
@media only screen and (max-width: 480px) {
  .page-frontpage #header .navbar-header .navbar-brand.site_logo_hybrid img {
    max-height: 36px;
  }
}
@media only screen and (max-width: 345px) {
  .page-frontpage #header .navbar-header .navbar-brand.site_logo_hybrid img {
    max-height: 30px;
  }
}
.page-frontpage #header .navbar-header .header-trans-btn {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 161px;
  font-size: 1.5rem;
  margin-right: 15px;
}
@media only screen and (max-width: 992px) {
  .page-frontpage #header .navbar-header .header-trans-btn {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .page-frontpage #header .navbar-header .header-trans-btn {
    width: 141px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 345px) {
  .page-frontpage #header .navbar-header .header-trans-btn {
    width: 120px;
    font-size: 1.2rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page-frontpage #header .container {
  max-width: 1230px;
  width: 100%;
}
.page-frontpage .footer {
  margin-top: 0;
}
.page-frontpage .footer .region-footer-first-inner {
  margin: 0 auto;
  max-width: 850px;
}
.page-frontpage .footer #block-block-5 .col-md-2 {
  width: 100%;
}
.page-frontpage .footer #block-block-12 .col-md-2 {
  width: 100%;
}
.page-frontpage.btn-info-fixed #sb-collapse.btn-info {
  top: 147px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage.btn-info-fixed #sb-collapse.btn-info {
    top: 90px;
  }
}
.page-frontpage.btn-info-fixed .sb-wrapper #sb-dismiss {
  top: 147px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage.btn-info-fixed .sb-wrapper #sb-dismiss {
    top: 90px;
  }
}
.page-frontpage.btn-info-fixed .sb-wrapper.active-sidebar #sb-dismiss {
  top: 147px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage.btn-info-fixed .sb-wrapper.active-sidebar #sb-dismiss {
    top: 20px;
  }
}
.page-frontpage.btn-info-fixed.admin-menu #sb-collapse.btn-info {
  top: 175px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage.btn-info-fixed.admin-menu #sb-collapse.btn-info {
    top: 115px;
  }
}
.page-frontpage.btn-info-fixed.admin-menu .sb-wrapper #sb-dismiss {
  top: 175px;
}
.page-frontpage.btn-info-fixed.admin-menu .sb-wrapper.active-sidebar #sb-dismiss {
  top: 175px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage.btn-info-fixed.admin-menu .sb-wrapper.active-sidebar #sb-dismiss {
    top: 115px;
  }
}
.page-frontpage.admin-menu .anchor-block.anchor-block-fixed {
  top: 99px;
}
.page-frontpage.admin-menu #sb-collapse.btn-info {
  top: 115px;
}
.page-frontpage.admin-menu #sb-dismiss {
  top: 115px;
}
@media only screen and (max-width: 768px) {
}
.page-frontpage.admin-menu .active-sidebar #sb-dismiss {
  top: 115px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage.admin-menu .active-sidebar #sb-dismiss {
    left: auto;
    top: 50px;
    right: 20px;
  }
}
.page-frontpage #header_placeholder_drupal {
  padding: 73px 0px 0px 0px;
}
.page-frontpage .header {
  display: none;
}
.page-frontpage * {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page-frontpage img {
  max-width: 100%;
}
.page-frontpage .link-video {
  font-size: 0;
  display: block;
}
@media only screen and (max-width: 1260px) {
  .page-frontpage .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-frontpage .site-width {
  max-width: 1230px;
  margin: 0 auto;
}
.page-frontpage .close-frontpage-modal {
  display: none;
}
.page-frontpage.iframe-open-popup .close-frontpage-modal {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 600;
}
.page-frontpage.iframe-open-popup .frontpage-modal {
  display: block;
  margin: 10% auto;
  min-width: 640px;
  width: 50%;
  z-index: 950;
  position: relative;
}
.page-frontpage.iframe-open-popup .iframe-popup-block {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 901;
}
.page-frontpage .frontpage-modal {
  background-color: #ffffff;
  display: none;
}
.page-frontpage .slider-block {
  background-color: #fcecdd;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block {
    background-color: #fdebdd;
  }
}
.page-frontpage .slider-block .container-slider {
  position: relative;
}
.page-frontpage .slider-block .col-text-block {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .col-text-block {
    position: relative;
    width: 100%;
  }
}
.page-frontpage .slider-block .content-block-text {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .content-block-text {
    padding-left: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .content-block-text .title {
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .slider-block .content-block-text .title {
    text-align: center;
  }
}
.page-frontpage .slider-block .content-block-text .title .title-h {
  font-size: 70px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #454546;
  letter-spacing: -3px;
  line-height: 1;
}
@media only screen and (max-width: 1230px) {
  .page-frontpage .slider-block .content-block-text .title .title-h {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .page-frontpage .slider-block .content-block-text .title .title-h {
    font-size: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .slider-block .content-block-text .title .title-h {
    font-size: 42px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .slider-block .content-block-text .title .title-h {
    font-size: 35px;
  }
}
.page-frontpage .slider-block .content-block-text .desc-block {
  padding-top: 15px;
  max-width: 360px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .content-block-text .desc-block {
    text-align: center;
    padding-top: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .slider-block .content-block-text .desc-block {
    text-align: center;
    padding-top: 0;
    max-width: 100%;
  }
}
.page-frontpage .slider-block .content-block-text .desc-block p {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.3px;
}
.page-frontpage .slider-block .content-block-text .link-block {
  padding-top: 30px;
}
.page-frontpage .slider-block .content-block-text .link-block .letter {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
}
@media only screen and (max-width: 1230px) {
  .page-frontpage .slider-block .content-block-text .link-block .letter {
    width: 240px;
    text-align: center;
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .content-block-text .link-block .letter {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .slider-block .content-block-text .link-block .letter {
    padding: 5px;
  }
}
.page-frontpage .slider-block .content-block-text .link-block .btn {
  text-transform: uppercase;
  padding: 15px 12px;
  font-size: 16px;
  font-weight: 700;
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .content-block-text .link-block .btn {
    width: 320px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-frontpage .slider-block .content-block-text .link-block .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .slider-block .content-block-text .link-block .btn {
    width: 100%;
  }
}
.page-frontpage .slider-block .content-block-text .link-video-block {
  padding-top: 42px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .content-block-text .link-video-block {
    text-align: center;
  }
}
.page-frontpage .slider-block .content-block-text .link-video-block .link-video {
  font-size: 0;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .content-block-text .link-video-block .link-video {
    vertical-align: bottom;
  }
}
.page-frontpage .slider-block .content-block-text .link-video-block .link-video .label-text {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.page-frontpage .slider-block .content-block-text .link-video-block .link-video i {
  display: inline-block;
  vertical-align: middle;
}
.page-frontpage .slider-block .content-block-text .link-video-block .icon-sl-sl_uta_logo {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .content-block-text .link-video-block .icon-sl-sl_uta_logo {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .slider-block .content-block-text .link-video-block .icon-sl-sl_uta_logo {
    margin-left: 5px;
  }
}
.page-frontpage .slider-block .content-block-slider {
  position: relative;
}
.page-frontpage .slider-block .content-block-slider .logo-block {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .content-block-slider .logo-block {
    display: none;
  }
}
.page-frontpage .slider-block .content-block-slider .header-slider .item-slide {
  height: 570px;
  overflow-x: hidden;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: bottom right;
  /**/
}
@media only screen and (max-width: 1230px) {
  .page-frontpage .slider-block .content-block-slider .header-slider .item-slide {
    height: 650px;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .content-block-slider .header-slider .item-slide {
    background-position: bottom center;
    background-size: contain;
    height: 500px;
  }
}
@media only screen and (max-width: 570px) {
  .page-frontpage .slider-block .content-block-slider .header-slider .item-slide {
    height: 400px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .slider-block .content-block-slider .header-slider .item-slide {
    height: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .slider-block .content-block-slider .header-slider .item-slide {
    height: 240px;
  }
}
.page-frontpage .slider-block .scroll-icon-block {
  position: absolute;
  bottom: 12px;
  width: 30px;
  text-align: center;
  margin: 0 auto;
  display: block;
  left: 49.3%;
  background-color: transparent;
}
@media only screen and (max-width: 1230px) {
  .page-frontpage .slider-block .scroll-icon-block {
    width: 34px;
    bottom: 33px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .slider-block .scroll-icon-block {
    bottom: 15px;
    display: block;
    width: 100%;
    left: 0;
    text-align: center;
  }
}
.page-frontpage .slider-block .scroll-icon-block .icon-scroll {
  width: 30px;
  height: 70px;
  display: inline-block;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url('../images/frontpage/scroller_anime_fix.gif');
}
@media only screen and (max-width: 1230px) {
  .page-frontpage .slider-block .scroll-icon-block .icon-scroll {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .scroll-icon-block .icon-scroll {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .slider-block .scroll-icon-block .icon-scroll {
    display: none;
  }
}
.page-frontpage .slider-block .scroll-icon-block .icon-sl-sl_scroll-mobile {
  display: none;
}
@media only screen and (max-width: 1230px) {
  .page-frontpage .slider-block .scroll-icon-block .icon-sl-sl_scroll-mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .slider-block .scroll-icon-block .icon-sl-sl_scroll-mobile {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .slider-block .scroll-icon-block .icon-sl-sl_scroll-mobile {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .trusted-block {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .trusted-block {
    padding-top: 35px;
    padding-bottom: 70px;
  }
}
.page-frontpage .trusted-block .title-block {
  text-align: center;
}
.page-frontpage .trusted-block .title-block .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #454546;
  padding-bottom: 30px;
  margin-top: 18px;
  letter-spacing: -0.3px;
  opacity: 0.65;
}
.page-frontpage .trusted-block .logo-block {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .trusted-block .logo-block {
    max-width: 600px;
    margin: 0 auto;
  }
}
.page-frontpage .trusted-block .logo-block .img-block {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
}
.page-frontpage .trusted-block .logo-block .img-block .img {
  text-align: center;
}
.page-frontpage .anchor-height-block {
  display: block;
  height: 180px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .anchor-height-block {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .anchor-height-block {
    display: none;
  }
}
.page-frontpage .anchor-block {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .anchor-block {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .anchor-block {
    display: none;
  }
}
.page-frontpage .anchor-block.anchor-block-fixed {
  position: fixed;
  top: 70px;
  width: 100%;
  left: 0;
  display: block;
  z-index: 600;
}
.page-frontpage .anchor-block.anchor-block-fixed .fix-menu .item-li .item-link {
  padding-top: 0;
  height: auto;
}
.page-frontpage .anchor-block.anchor-block-fixed .fix-menu .item-li .item-link .icon {
  display: none;
}
.page-frontpage .anchor-block.anchor-block-fixed .fix-menu .item-li .item-link .text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-frontpage .anchor-block.default-focus .item-li:first-of-type .item-link .text {
  color: #444445;
}
.page-frontpage .anchor-block.default-focus .item-li:first-of-type .item-link i {
  opacity: 1;
}
.page-frontpage .anchor-block.default-focus .item-li:first-of-type .item-link:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ff7900;
}
.page-frontpage .anchor-block .fix-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-frontpage .anchor-block .fix-menu .item-li {
  width: 20%;
  display: inline-flex;
  font-size: 0;
  float: left;
}
.page-frontpage .anchor-block .fix-menu .item-li .item-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  height: 180px;
  text-align: center;
  padding-top: 35px;
  vertical-align: middle;
  width: 100%;
}
.page-frontpage .anchor-block .fix-menu .item-li .item-link:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  width: 0;
  height: 4px;
  transition: width 0.3s ease-out 0.1s;
  background-color: #ff7900;
}
.page-frontpage .anchor-block .fix-menu .item-li .item-link:hover {
  text-decoration: none;
}
.page-frontpage .anchor-block .fix-menu .item-li .item-link:hover:after {
  width: 100%;
}
.page-frontpage .anchor-block .fix-menu .item-li .item-link:hover i {
  opacity: 1;
}
.page-frontpage .anchor-block .fix-menu .item-li .item-link:hover .text {
  color: #444445;
}
.page-frontpage .anchor-block .fix-menu .item-li .item-link i {
  display: block;
  opacity: 0.5;
}
.page-frontpage .anchor-block .fix-menu .item-li .item-link .icon {
  display: inline-block;
  text-align: center;
  min-height: 65px;
}
.page-frontpage .anchor-block .fix-menu .item-li .item-link .text {
  padding-top: 17px;
  display: block;
  font-weight: 700;
  color: #929392;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 5.4px;
}
@media only screen and (max-width: 1230px) {
  .page-frontpage .anchor-block .fix-menu .item-li .item-link .text {
    letter-spacing: 0;
  }
}
.page-frontpage .hybrid-block {
  background-color: #f7f7f7;
  min-height: 480px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-frontpage .hybrid-block-1 {
  background-image: url('../images/frontpage/hybrid_block_bg.jpg');
}
.page-frontpage .hybrid-block-2 {
  background-image: url('../images/frontpage/hybrid_block_bg_2.jpg');
}
.page-frontpage .hybrid-block-3 {
  background-image: url('../images/frontpage/hybrid_block_bg_3.jpg');
}
@media only screen and (max-width: 768px) {
  .page-frontpage .hybrid-block {
    background-position: top center;
    min-height: 900px;
  }
  .page-frontpage .hybrid-block-1 {
    background-image: url('../images/frontpage/hybrid_block_tabl_bg.jpg');
  }
  .page-frontpage .hybrid-block-2 {
    background-image: url('../images/frontpage/hybrid_block_tabl_bg_2.png');
  }
  .page-frontpage .hybrid-block-3 {
    background-image: url('../images/frontpage/hybrid_block_tabl_bg_3.png');
  }
}
@media only screen and (max-width: 570px) {
  .page-frontpage .hybrid-block {
    min-height: 700px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .hybrid-block {
    min-height: 600px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .hybrid-block {
    min-height: 500px;
  }
}
.page-frontpage .hybrid-block .title-block {
  padding-top: 187px;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .hybrid-block .title-block {
    padding-bottom: 45px;
    max-width: 450px;
    padding-top: 350px;
  }
}
@media only screen and (max-width: 570px) {
  .page-frontpage .hybrid-block .title-block {
    padding-top: 280px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .hybrid-block .title-block {
    padding-top: 240px;
  }
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .hybrid-block .title-block .title-blue {
  font-size: 22px;
  color: #63f2ff;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px #072b44;
  letter-spacing: 7px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .hybrid-block .title-block .title-blue {
    max-width: 200px;
    margin: 0 auto;
  }
}
.page-frontpage .hybrid-block .title-block .title-h {
  font-size: 50px;
  font-family: 'Roboto Slab', serif;
  color: #ffffff;
  font-weight: 300;
  display: inline-block;
  padding: 20px 0 0;
  margin: 0;
  text-shadow: 0px 0px 10px #072b44;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .hybrid-block .title-block .title-h {
    font-size: 50px;
  }
  .page-frontpage .hybrid-block .title-block .title-h .tire {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .hybrid-block .title-block .title-h {
    font-size: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .hybrid-block .title-block .title-h {
    font-size: 32px;
  }
}
.page-frontpage .hybrid-block .title-block .desc-block {
  padding-top: 20px;
  margin: 0 auto;
  max-width: 640px;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0px 0px 10px #072b44;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .hybrid-block .title-block .desc-block {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .hybrid-block .title-block .desc-block {
    font-size: 14px;
  }
}

.page-frontpage .hybrid-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex!important;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.page-frontpage .hybrid-slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 5px;
  padding: 0;
}
.page-frontpage .hybrid-slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-frontpage .hybrid-slider .slick-dots button {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 0 none;
  padding: 0;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block {
    background-color: #f7f7f7;
  }
}
.page-frontpage .efficient-block .site-width {
  max-width: 1270px;
}
.page-frontpage .efficient-block .container-efficient {
  padding-bottom: 35px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 96% 100%;
  background-image: url('../images/frontpage/eff_hand_01.png');
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .container-efficient {
    background-position: bottom center;
    padding-bottom: 400px;
  }
}

@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 420px) {
  .page-frontpage .efficient-block .container-efficient {
    padding-bottom: 240px;
    background-size: 55%;
    background-image: url('../images/frontpage/eff_hand_02.png');
  }
}
.page-frontpage .efficient-block .row-bottom .item-block .title-item .title .title-h {
  margin-top: 15px;
}
.page-frontpage .efficient-block .row-bottom .item-block:first-of-type .more-block {
  padding-top: 20px;
}
.page-frontpage .efficient-block .title-block {
  padding-top: 90px;
  padding-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .title-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-frontpage .efficient-block .title-block .title-h {
  font-size: 60px;
  font-family: 'Roboto Slab', serif;
  color: #454546;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .title-block .title-h {
    font-size: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .efficient-block .title-block .title-h {
    font-size: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .efficient-block .title-block .title-h {
    font-size: 32px;
  }
}
.page-frontpage .efficient-block .item-block {
  text-align: left;
  padding-bottom: 40px;
  min-height: 280px;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .item-block {
    padding-bottom: 60px;
    width: 100%;
  }
}
.page-frontpage .efficient-block .item-block .title-item {
  display: table;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .item-block .title-item {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .efficient-block .item-block .title-item {
    display: inline-block;
    width: 100%;
  }
}
.page-frontpage .efficient-block .item-block .title-item .icon-block {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}
.page-frontpage .efficient-block .item-block .title-item .icon-block i {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .item-block .title-item .icon-block {
    display: inline-block;
    width: 100%;
  }
  .page-frontpage .efficient-block .item-block .title-item .icon-block i {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .efficient-block .item-block .title-item .icon-block {
    display: inline-block;
    width: 100%;
  }
  .page-frontpage .efficient-block .item-block .title-item .icon-block i {
    margin: 0 auto;
  }
}
.page-frontpage .efficient-block .item-block .title-item .title {
  padding-left: 5px;
  display: table-cell;
  vertical-align: middle;
  max-width: 240px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .item-block .title-item .title {
    display: block;
    padding-left: 0;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .efficient-block .item-block .title-item .title {
    display: block;
    padding-left: 0;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.page-frontpage .efficient-block .item-block .title-item .title .title-h {
  font-size: 20px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 420px) {
  .page-frontpage .efficient-block .item-block .title-item .title .title-h {
    margin-top: 10px;
  }
}
.page-frontpage .efficient-block .item-block .desc-block {
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .item-block .desc-block {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {

}
.page-frontpage .efficient-block .item-block .desc-block p {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
.page-frontpage .efficient-block .item-block .more-block {
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .item-block .more-block {
    padding-top: 5px;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .efficient-block .item-block .more-block .link {
  color: #3583c5;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.page-frontpage .efficient-block .item-block .img-block {
  padding-top: 5px;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .item-block .img-block.img-block-desktop {
    display: none;
  }
}
.page-frontpage .efficient-block .item-block .img-block.img-block-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .efficient-block .item-block .img-block.img-block-mobile {
    display: block;
    text-align: center;
  }
}
.page-frontpage .iherb-block {
  background-color: #e6fffd;
  padding-bottom: 65px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/frontpage/iherb_block_bg.jpg');
}
.page-frontpage .iherb-block .title-block {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .iherb-block .title-block {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .iherb-block .title-block {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.page-frontpage .iherb-block .title-block .title-h {
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .iherb-block .title-block .title-h {
    font-size: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .iherb-block .title-block .title-h {
    font-size: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .iherb-block .title-block .title-h {
    font-size: 32px;
  }
}
.page-frontpage .iherb-block .title-block .style-light {
  font-weight: 300;
  letter-spacing: -0.5px;
}
.page-frontpage .iherb-block .video-block {
  padding-top: 20px;
}
.page-frontpage .iherb-block .video-block .content-block {
  margin: 0 auto;
  max-width: 600px;
}
.page-frontpage .iherb-block .video-block .content-block .video {
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.6);
}
.page-frontpage .iherb-block .video-block .content-block .video .link-video {
  font-size: 0;
  display: block;
  position: relative;
}
.page-frontpage .iherb-block .video-block .content-block .video .link-video:before {
  display: inline-block;
  position: absolute;
  content: '';
  top: 38%;
  left: 43%;
  height: 80px;
  width: 80px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/frontpage/sprite/team/team_video.png');
}
.page-frontpage .iherb-block .video-block .content-block .text-block {
  text-align: center;
}
.page-frontpage .iherb-block .video-block .content-block .text-block .title {
  padding-top: 30px;
}
.page-frontpage .iherb-block .video-block .content-block .text-block .title .title-label {
  font-family: 'Roboto Slab', serif;
  font-size: 48px;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 420px) {
  .page-frontpage .iherb-block .video-block .content-block .text-block .title .title-label {
    font-size: 28px;
  }
}
.page-frontpage .iherb-block .video-block .content-block .text-block .desc {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
}
.page-frontpage .iherb-block .video-block .content-block .text-block .link-block {
  padding-top: 75px;
}
.page-frontpage .iherb-block .video-block .content-block .text-block .link-block .btn {
  text-transform: uppercase;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  padding: 15px 12px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  width: 340px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .iherb-block .video-block .content-block .text-block .link-block .btn {
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .iherb-block .video-block .content-block .text-block .link-block .btn {
    width: 100%;
  }
}
.page-frontpage .iherb-block .video-block .content-block .text-block .link-block .btn-orange {
  width: 240px;
  padding: 15px 12px;
  font-size: 14px;
}
.page-frontpage .translation-team-block {
  background-color: #e6fffd;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block {
    background-color: #e6fefe;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .none-background {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .none-background {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .padding-top-block {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .padding-top-block {
    padding-top: 20px;
  }
}
.page-frontpage .translation-team-block .title-block {
  padding-top: 85px;
  padding-bottom: 110px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .title-block {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .translation-team-block .title-block .title-h {
  font-size: 60px;
  font-family: 'Roboto Slab', serif;
  color: #373635;
  font-weight: 300;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  letter-spacing: -1px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .title-block .title-h {
    font-size: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .translation-team-block .title-block .title-h {
    font-size: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .title-block .title-h {
    font-size: 32px;
  }
}
.page-frontpage .translation-team-block .title-block .icon-title {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}
.page-frontpage .translation-team-block .item-block {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 80px;
}
.page-frontpage .translation-team-block .item-block.item-block-left {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block.item-block-left {
    padding-left: 15px;
  }
}
.page-frontpage .translation-team-block .item-block.item-reverse-left {
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block.item-reverse-left {
    float: none;
  }
}
.page-frontpage .translation-team-block .item-block.item-reverse-right {
  float: right;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block.item-reverse-right {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .translation-team-block .item-block .content-block {
  min-height: 400px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block {
    min-height: 100%;
  }
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .translation-team-block .item-block .content-block.content-block-text-1 {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block.content-block-text-1 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block.content-block-text-1 .title {
    max-width: 400px;
  }
}
.page-frontpage .translation-team-block .item-block .content-block.content-block-text-2 {
  padding-top: 103px;
}
.page-frontpage .translation-team-block .item-block .content-block.content-block-text-2 .title {
  max-width: 350px;
}
.page-frontpage .translation-team-block .item-block .content-block.content-block-text-2 .title .title-h {
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block.content-block-text-2 {
    padding-top: 0;
  }
}
.page-frontpage .translation-team-block .item-block .content-block.content-block-text-2 .text-block {
  padding-left: 38px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block.content-block-text-2 .text-block {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block.content-block-text-2 .text-block .title {
    max-width: 400px;
  }
}
.page-frontpage .translation-team-block .item-block .content-block.content-block-text-3 {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block.content-block-text-3 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block.content-block-text-3 .title {
    max-width: 400px;
  }
}
.page-frontpage .translation-team-block .item-block .content-block.content-block-text-3 .title .title-h {
  letter-spacing: -1.5px;
}
.page-frontpage .translation-team-block .item-block .content-block .translation-team-slider {
  position: relative;
}
.page-frontpage .translation-team-block .item-block .content-block .translation-team-slider .slide-hidden {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.page-frontpage .translation-team-block .item-block .content-block .img {
  width: 100%;
}
.page-frontpage .translation-team-block .item-block .content-block .img.img-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block .img.img-mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block .img.img-desktop {
    display: none;
  }
}
.page-frontpage .translation-team-block .item-block .content-block .link-video {
  position: relative;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block .link-video {
    max-width: 100%;
  }
}
.page-frontpage .translation-team-block .item-block .content-block .link-video:before {
  display: inline-block;
  position: absolute;
  content: '';
  top: 38%;
  left: 43%;
  height: 80px;
  width: 80px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/frontpage/sprite/team/team_video.png');
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block .link-video img {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .item-block .content-block .link-video img {
    width: 100%;
  }
}
.page-frontpage .translation-team-block .item-block .content-block .text-block {
  padding-left: 40px;
  padding-right: 80px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .item-block .content-block .text-block {
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .item-block .content-block .text-block {
    padding: 0;
  }
}
.page-frontpage .translation-team-block .item-block .content-block .text-block .title .title-h {
  font-size: 30px;
  color: #2a2a2a;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 400;
}
.page-frontpage .translation-team-block .item-block .content-block .text-block .desc-block {
  padding-top: 15px;
}
.page-frontpage .translation-team-block .item-block .content-block .text-block .desc-block p {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.85;
}
.page-frontpage .translation-team-block .item-block .content-block .text-block .link-block {
  padding-top: 30px;
}
.page-frontpage .translation-team-block .item-block .content-block .text-block .link-block .btn {
  padding: 12px 12px;
  font-size: 16px;
  width: 260px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .page-frontpage .translation-team-block .item-block .content-block .text-block .link-block .btn {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .item-block .content-block .text-block .link-block .btn {
    display: block;
    margin: 0 auto;
  }
}
.page-frontpage .translation-team-block .item-block .content-block .text-block .more-block {
  padding-top: 18px;
}
@media only screen and (max-width: 420px) {
  .page-frontpage .translation-team-block .item-block .content-block .text-block .more-block {
    padding-top: 5px;
  }
}
.page-frontpage .translation-team-block .item-block .content-block .text-block .more-block .link-more {
  color: #00aaa0;
  font-weight: 400;
  font-size: 1.4rem;
}
.page-frontpage .translation-team-block .item-block .content-block .text-block .specify-block {
  padding-top: 25px;
  font-style: italic;
  font-weight: 300;
  color: #4c4c4c;
}
@media only screen and (max-width: 767px) {
  .page-frontpage .translation-team-block .item-block .content-block .text-block .link {
    padding-top: 20px;
    display: block;
  }
}
.page-frontpage .translation-team-block .last-block .item-block {
  padding: 0;
}
@media only screen and (max-width: 767px) {
}
.page-frontpage .translation-team-block .last-block .item-block.item-block-bg {
  min-height: 400px;
  position: relative;
}
@media only screen and (max-width: 420px) {
  .page-frontpage .translation-team-block .last-block .item-block.item-block-bg {
    min-height: 220px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .last-block .item-block.item-block-bg {
    min-height: 170px;
  }
}
.page-frontpage .translation-team-block .last-block .item-block.item-block-bg .content-block {
  position: absolute;
  bottom: 0;
  right: 25px;
  display: table;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .translation-team-block .last-block .item-block.item-block-bg .content-block .team-img {
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .last-block .item-block.item-block-bg .content-block .team-img {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .last-block .item-block.item-block-bg .content-block .team-img {
    display: block;
  }
}
.page-frontpage .translation-team-block .last-block .item-block .content-block {
  min-height: 100%;
}
.page-frontpage .translation-team-block .last-block .item-block .content-block .text-block {
  padding-top: 30px;
  padding-left: 55px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .last-block .item-block .content-block .text-block {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .last-block .item-block .content-block .text-block {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.page-frontpage .translation-team-block .last-block .item-block .content-block .text-block .title .title-h {
  letter-spacing: -0.8px;
}
.page-frontpage .translation-team-block .last-block .item-block .content-block .number-block .link-number {
  color: #2a2a2a;
  text-decoration: none;
  font-size: 28px;
}
.page-frontpage .translation-team-block .last-block .item-block .content-block .link-block {
  padding-top: 20px;
}
.page-frontpage .translation-team-block .last-block .item-block .content-block .link-block .btn {
  padding: 12px 12px;
  font-size: 16px;
  width: 260px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .last-block .item-block .content-block .link-block .btn {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .last-block .item-block .content-block .link-block .btn {
    display: block;
    margin: 0 auto;
  }
}
.page-frontpage .translation-team-block .last-block .item-block .content-block .logo-block {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .last-block .item-block .content-block .logo-block i {
    margin: 0 auto;
  }
}
.page-frontpage .translation-team-block .last-block .item-block .content-block .team-img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .translation-team-block .last-block .item-block .content-block .team-img {
    position: relative;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .translation-team-block .last-block .item-block .content-block .team-img {
    position: relative;
  }
}
.page-frontpage .multilayer-block {
  background-color: #f5fef6;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block {
    padding-bottom: 60px;
  }
}
.page-frontpage .multilayer-block .container-multilayer-block {
  max-width: 1100px;
}
.page-frontpage .multilayer-block .title-block {
  padding-top: 105px;
  padding-bottom: 53px;
  text-align: center;
  padding-left: 99px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .title-block {
    padding-left: 0;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .multilayer-block .title-block {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .multilayer-block .title-block .title-h {
  font-size: 60px;
  font-family: 'Roboto Slab', serif;
  color: #373635;
  font-weight: 300;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .title-block .title-h {
    font-size: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .multilayer-block .title-block .title-h {
    font-size: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .multilayer-block .title-block .title-h {
    font-size: 32px;
  }
}
.page-frontpage .multilayer-block .title-block .icon-title-white {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .title-block .icon-title-white {
    display: block;
  }
  .page-frontpage .multilayer-block .title-block .icon-title-white i {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .multilayer-block .title-block .icon-title-white {
    display: block;
  }
  .page-frontpage .multilayer-block .title-block .icon-title-white i {
    margin: 0 auto;
  }
}
.page-frontpage .multilayer-block .title-block .icon-title {
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
  padding-top: 7px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .title-block .icon-title {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .multilayer-block .title-block .icon-title {
    display: none;
  }
}
.page-frontpage .multilayer-block .item-block {
  text-align: left;
  padding-bottom: 20px;
  min-height: 130px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .item-block {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .multilayer-block .item-block {
    padding-bottom: 40px;
  }
}
.page-frontpage .multilayer-block .item-block.item-block-left {
  padding-left: 30px;
}
@media only screen and (max-width: 1230px) {
  .page-frontpage .multilayer-block .item-block.item-block-left {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .item-block.item-block-left {
    padding-left: 15px;
  }
}
.page-frontpage .multilayer-block .item-block.item-block-right {
  padding-left: 80px;
}
@media only screen and (max-width: 1230px) {
  .page-frontpage .multilayer-block .item-block.item-block-right {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .item-block.item-block-right {
    padding-left: 15px;
  }
}
.page-frontpage .multilayer-block .item-block.item-block-bot {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 420px) {
  .page-frontpage .multilayer-block .item-block.item-block-bot {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.page-frontpage .multilayer-block .item-block .content-block {
  display: table;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .item-block .content-block {
    display: block;
    max-width: 420px;
    margin: 0 auto;
  }
}
.page-frontpage .multilayer-block .item-block .content-block .icon-block {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .item-block .content-block .icon-block {
    display: inline-block;
    width: 100%;
  }
  .page-frontpage .multilayer-block .item-block .content-block .icon-block i {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .multilayer-block .item-block .content-block .text-block {
  display: table-cell;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .item-block .content-block .text-block {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .multilayer-block .item-block .content-block .text-block .title {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .item-block .content-block .text-block .title {
    display: inline;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .multilayer-block .item-block .content-block .text-block .title {
    display: inline;
  }
}
.page-frontpage .multilayer-block .item-block .content-block .text-block .title .title-h {
  margin-top: 0;
  font-size: 20px;
  color: #444445;
  font-weight: 600;
}
.page-frontpage .multilayer-block .item-block .content-block .text-block .desc-block {
  padding-top: 10px;
}
.page-frontpage .multilayer-block .item-block .content-block .text-block .desc-block p {
  color: #606161;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
.page-frontpage .multilayer-block .popup-block {
  padding-top: 30px;
}
@media only screen and (max-width: 420px) {
  .page-frontpage .multilayer-block .popup-block {
    padding-top: 0;
  }
}
.page-frontpage .multilayer-block .popup-block .content-block {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;

}
.page-frontpage .multilayer-block .popup-block .content-block .title .title-h {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 24px;
  color: #444445;
}
.page-frontpage .multilayer-block .popup-block .content-block .link-block {
  padding-top: 25px;
}
.page-frontpage .multilayer-block .popup-block .content-block .link-block .btn {
  text-transform: uppercase;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
.page-frontpage .multilayer-block .popup-block .content-block .link-block .btn.btn-blue {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 77, 217, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 77, 217, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(0, 77, 217, 0.3);
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .multilayer-block .popup-block .content-block .link-block .btn.btn-blue {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .multilayer-block .popup-block .content-block .link-block .btn.btn-blue {
    width: 80%;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .multilayer-block .popup-block .content-block .link-block .btn.btn-blue {
    width: 100%;
  }
}
.page-frontpage .multilayer-block .popup-block .content-block .link-block .btn.btn-orange {
  width: 240px;
  padding: 15px 12px;
  font-size: 14px;
}
.page-frontpage .industry-block {
  background-color: #f7f7f7;
  padding-bottom: 150px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url('../images/frontpage/ind_block_bg.png');
}
@media only screen and (max-width: 768px) {
  .page-frontpage .industry-block {
    background-size: 250%;
  }
}
@media only screen and (max-width: 320px) {

  .page-frontpage .industry-block {
    background-size: 250%;
  }
}

.page-frontpage .industry-block .title-block {
  padding-top: 110px;
  padding-bottom: 45px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .industry-block .title-block {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
}
.page-frontpage .industry-block .title-block .title-h {
  font-size: 60px;
  font-family: 'Roboto Slab', serif;
  color: #373635;
  font-weight: 300;
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .industry-block .title-block .title-h {
    font-size: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .page-frontpage .industry-block .title-block .title-h {
    font-size: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .industry-block .title-block .title-h {
    font-size: 32px;
  }
}
.page-frontpage .industry-block .title-block .desc-block {
  padding-top: 23px;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .industry-block .title-block .desc-block {
    margin: 0 auto;
    max-width: 500px;
  }
}
.page-frontpage .industry-block .title-block .desc-block p {
  color: #383838;
  font-size: 21px;
  font-weight: 300;
}
.page-frontpage .industry-block .title-block .more-block {
  padding-top: 18px;
}
.page-frontpage .industry-block .title-block .more-block .link {
  color: #3583c5;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.page-frontpage .industry-block .col-block {
  text-align: center;
  display: inline-block;
  padding: 0;
}
.page-frontpage .industry-block .item-block {
  display: inline-block;
  padding: 12px 11px 12px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 345px) {
}
@media only screen and (max-width: 320px) {
  .page-frontpage .industry-block .item-block {
    float: left;
    width: 150px;
  }
}
.page-frontpage .industry-block .item-block .content-block {
  background-color: #ffffff;
  padding: 32px 15px 20px;
  text-align: center;
  width: 150px;
  height: 150px;
  display: inline-block;
}
@media only screen and (max-width: 345px) {
  .page-frontpage .industry-block .item-block .content-block {
    width: 130px;
  }
}
@media only screen and (max-width: 320px) {
  .page-frontpage .industry-block .item-block .content-block {
    width: 130px;
  }
}
.page-frontpage .industry-block .item-block .content-block:hover,
.page-frontpage .industry-block .item-block .content-block:focus,
.page-frontpage .industry-block .item-block .content-block.active {
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.page-frontpage .industry-block .item-block .content-block .icon-block {
  text-align: center;
  display: inline-block;
}
.page-frontpage .industry-block .item-block .content-block .icon-block .icon-ind {
  height: 34px;
}
.page-frontpage .industry-block .item-block .content-block .text-block {
  padding-top: 15px;
}
.page-frontpage .industry-block .item-block .content-block .text-block .title .title-h {
  font-size: 16px;
  color: #383838;
}
.sb-wrapper #sb-dismiss {
  z-index: 9999;
  width: 41px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #373737;
  border: 1px solid #373737;
  position: fixed;
  display: block;
  cursor: pointer;
  top: 90px;
  left: -560px;
  right: auto;
  border-radius: 0 5px 5px 0;
  -webkit-transition: left ease-out 0.3s;
  -o-transition: left ease-out 0.3s;
  transition: left ease-out 0.3s;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-image: url('../images/frontpage/sprite/icons/close-icon-side.png');
}
@media only screen and (max-width: 768px) {
  .sb-wrapper #sb-dismiss {
    left: -600px;
    top: 145px;
  }
}
.sb-wrapper #sb-dismiss i {
  display: none;
}
.page-frontpage .sb-wrapper.active-sidebar #sb-dismiss {
  position: fixed;
  top: 90px;
  left: 560px;
  right: auto;
  -webkit-transition: left ease-out 0.3s;
  -o-transition: left ease-out 0.3s;
  transition: left ease-out 0.3s;
}
@media only screen and (max-width: 768px) {
  .page-frontpage .sb-wrapper.active-sidebar #sb-dismiss {
    left: auto;
    top: 20px;
    right: 20px;
  }
}
#sb-collapse {
  position: relative;
}
#sb-collapse.btn-info {
  display: inline-block;
  border-radius: 0;
  background-color: #fff;
  border-color: #fff;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 60px;
  left: 0;
  text-align: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/frontpage/sprite/icons/open-icon-little.png');
  width: 41px;
  height: 47px;
  line-height: 47px;
  border-radius: 0 5px 5px 0;
  z-index: 5000;
  box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2);
}
#sb-collapse.btn-info i {
  display: none;
}
#sb-sidebar {
  width: 560px;
  position: fixed;
  top: 0;
  left: -600px;
  height: 100%;
  z-index: 9000;
  background: #373737;
  color: #fff;
  transition: all 0.3s;
  overflow: auto;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar {
    width: 100%;
    left: -900px;
  }
}
@media only screen and (max-width: 570px) {
}
@media only screen and (max-width: 420px) {
}
@media only screen and (max-width: 320px) {
}
#sb-sidebar.active {
  left: 0;
}
#sb-sidebar .sidebar-inner {
  padding: 8px;
  position: relative;
}
#sb-sidebar .sidebar-header {
  padding: 20px 20px 20px 30px;
  background: #373737;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar .sidebar-header {
    text-align: center;
    padding: 0;
  }
}
#sb-sidebar .sidebar-header h3 {
  font-size: 3.6rem;
  font-weight: 300;
  margin: 0;
  padding-top: 95px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar .sidebar-header h3 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 420px) {
  #sb-sidebar .sidebar-header h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 320px) {
  #sb-sidebar .sidebar-header h3 {
    font-size: 2rem;
  }
}
#sb-sidebar .sidebar-header h2 {
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff7900;
  margin: 0;
  letter-spacing: -1px;
}
@media only screen and (max-width: 420px) {
  #sb-sidebar .sidebar-header h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 320px) {
  #sb-sidebar .sidebar-header h2 {
    font-size: 2rem;
  }
}
#sb-sidebar .sidebar-header > p {
  font-size: 1.6rem;
  margin: 0;
  padding-top: 35px;
  letter-spacing: 0.3px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar .sidebar-header > p {
    padding-top: 10px;
    display: inline-block;
    margin: 0 auto;
    max-width: 220px;
  }
}
@media only screen and (max-width: 320px) {
  #sb-sidebar .sidebar-header > p {
    font-size: 1.4rem;
    max-width: 220px;
  }
}
#sb-sidebar .sidebar-content {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar .sidebar-content {
    padding-top: 30px;
    max-width: 440px;
    margin: 0 auto;
  }
}
#sb-sidebar .sidebar-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar .sidebar-content ul {
    justify-content: center;
  }
}
#sb-sidebar .sidebar-content li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 235px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar .sidebar-content li {
    max-width: 200px;
  }
}
@media only screen and (max-width: 420px) {
  #sb-sidebar .sidebar-content li {
    max-width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  #sb-sidebar .sidebar-content li {
    max-width: 50%;
  }
}
#sb-sidebar .sidebar-content li:hover .sb-link {
  opacity: 1;
  border: 1px transparent;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
}
#sb-sidebar .sidebar-content li:hover:nth-of-type(1) .sb-link {
  border: 1px solid #ff7900;
  background-color: #ff7900;
}
#sb-sidebar .sidebar-content li:hover:nth-of-type(2) .sb-link {
  border: 1px solid #005ce9;
  background-color: #005ce9;
}
#sb-sidebar .sidebar-content li:hover:nth-of-type(3) .sb-link {
  border: 1px solid #909090;
  background-color: #909090;
}
#sb-sidebar .sidebar-content li:hover:nth-of-type(4) .sb-link {
  border: 1px solid #00aba1;
  background-color: #00aba1;
}
#sb-sidebar .sidebar-content li:hover i.icon-business:before {
  background-position: -287px -5px;
}
#sb-sidebar .sidebar-content li:hover i.icon-enterprise:before {
  background-position: -361px -5px;
}
#sb-sidebar .sidebar-content li:hover i.icon-individual:before {
  background-position: -505px -5px;
}
#sb-sidebar .sidebar-content li:hover i.icon-translator:before {
  background-position: -435px -5px;
}
#sb-sidebar .sidebar-content .sb-link {
  text-decoration: none;
  width: 215px;
  height: 100px;
  display: block;
  border: 1px solid rgba(128, 128, 128, 0.5);
  padding: 10px 15px;
  background-color: rgba(47, 47, 47, 0.5);
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar .sidebar-content .sb-link {
    width: 100%;
    height: auto;
    min-height: 160px;
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 420px) {
  #sb-sidebar .sidebar-content .sb-link {
    width: 100%;
    height: auto;
    min-height: 160px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 320px) {
  #sb-sidebar .sidebar-content .sb-link {
    min-height: 120px;
  }
}
#sb-sidebar .sidebar-content .sb-link i {
  height: 80px;
  width: 65px;
  vertical-align: middle;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar .sidebar-content .sb-link i {
    height: 65px;
    margin: 0 auto;
    width: 100%;
  }
}
#sb-sidebar .sidebar-content .sb-link i:before {
  position: relative;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url('../images/frontpage/sprite/sidebar.png');
  content: '';
}
#sb-sidebar .sidebar-content .sb-link i.icon-business:before {
  width: 64px;
  height: 56px;
  background-position: -5px -5px;
}
#sb-sidebar .sidebar-content .sb-link i.icon-enterprise:before {
  width: 64px;
  height: 64px;
  background-position: -79px -5px;
}
#sb-sidebar .sidebar-content .sb-link i.icon-individual:before {
  width: 54px;
  height: 64px;
  background-position: -223px -5px;
}
#sb-sidebar .sidebar-content .sb-link i.icon-translator:before {
  width: 60px;
  height: 64px;
  background-position: -153px -5px;
}
#sb-sidebar .sidebar-content .sb-link span {
  display: inline-flex;
  color: white;
  width: 50%;
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar .sidebar-content .sb-link span {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
    max-width: 100px;
    height: auto;
    text-align: center;
    line-height: 1.2;
    font-size: 1.8rem;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  #sb-sidebar .sidebar-content .sb-link span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  #sb-sidebar .sidebar-content .sb-link span {
    font-size: 1.4rem;
    max-width: 95px;
    padding-top: 5px;
  }
}
#sb-sidebar .sidebar-footer {
  margin: 0 auto;
  max-width: 480px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  #sb-sidebar .sidebar-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 570px) {
  #sb-sidebar .sidebar-footer {
    max-width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  #sb-sidebar .sidebar-footer {
    padding-top: 20px;
  }
}
#sb-sidebar .sidebar-footer .links-block {
  display: flex;
  padding-top: 40px;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
  #sb-sidebar .sidebar-footer .links-block {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  #sb-sidebar .sidebar-footer .links-block {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
}
#sb-sidebar .sidebar-footer .links-block:before {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-top: 1px solid #4a4a4a;
  height: 30px;
}
@media only screen and (max-width: 420px) {
  #sb-sidebar .sidebar-footer .links-block:before {
    width: 100%;
    height: 20px;
  }
}
#sb-sidebar .sidebar-footer .logo-main {
  display: inline-flex;
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../images/frontpage/oht_h_log.png');
  width: 230px;
  height: 70px;
  margin: 0 5px;
}
#sb-sidebar .sidebar-footer .logo-add {
  display: inline-flex;
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../images/frontpage/hibrid_t_log.png');
  width: 230px;
  height: 70px;
  margin: 0 5px;
}
.page-frontpage .sb-overlay {
  display: none;
}
/** General */
.page-home {
  /** Splash **/
  /** Brands */
  /** Wizard */
  /** Clients */
  /** Translators */
  /** Speed */
  /** Quality */
  /** Expertise */
  /** Contact us */
  /** Client stories */
  /** Brands for tablets and mobile */
  /** Contact */
  /** Iphone special   359px   */
}
@media (max-width: 768px) {
  .page-home .row {
    margin-right: 0px!important;
    margin-left: 0px;
  }
}
.page-home #block-system-main {
  margin-top: -38px;
}
.page-home .splashbottom {
  position: relative;
  top: 0;
  height: 100px;
  margin-top: -100px;
  color: #fff;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash_bottom_bg.png');
  background-repeat: repeat;
}
.page-home .splashbottom .row {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .page-home .splashbottom .row {
    padding-top: 3px;
  }
}
@media (max-width: 768px) {
  .page-home .splashbottom .row {
    padding-top: 10px;
  }
}
.page-home .splashbottom .row .iso {
  float: left;
  margin-right: 10px;
}
.page-home .splashbottom .row a:focus {
  outline: none;
  text-decoration: none;
}
.page-home .splashbottom .row a:hover {
  outline: none;
  text-decoration: none;
}
.page-home .splashbottom .row .my-team-row {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin: -5px 0px 0px 0px;
}
.page-home .splashbottom .row .my-team-row .link-myteam {
  display: block;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/myteam.png');
  background-repeat: no-repeat;
  width: 54px;
  height: 38px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.page-home .splashbottom .row .my-team-row .Myteamtext {
  font-size: 12px;
  font-family: "OpenSans-bolder-normal", Helvetica, sans-serif;
  line-height: 20px;
  height: 58px;
  display: table-cell;
  vertical-align: middle;
}
.page-home .splashbottom .row .my-team-row .Myteamtext #featur {
  color: #fff;
  font-family: "OpenSans-normal-italic", Helvetica, normal-italic;
}
.page-home .splashbottom .row .my-team-row .Myteamtext #team {
  font-family: "OpenSans-bold-normal";
  font-size: 28px;
  color: #00bcc3;
  display: block;
  line-height: 20px;
  margin: 2px 0px 5px 0px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-home .splashbottom .row .my-team-row .Myteamtext #team {
    font-size: 21px;
  }
}
.page-home .splashbottom .row .my-team-row .Myteamtext #exclus {
  font-size: 13px;
  color: #fff;
  font-family: "OpenSans-bolder-normal";
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-home .splashbottom .row .my-team-row .Myteamtext #exclus {
    margin-left: -60px;
  }
}
.page-home .splashbottom .row .quality-row {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 45px;
}
@media (max-width: 1200px) {
  .page-home .splashbottom .row .quality-row {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .page-home .splashbottom .row .quality-row {
    display: none;
  }
}
.page-home .splashbottom .row .quality-row .link-iso {
  display: block;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  background-position: -400px 0;
  width: 54px;
  height: 58px;
  float: left;
  margin-right: 10px;
}
.page-home .splashbottom .row .quality-row .isotext {
  font-size: 12px;
  font-family: "OpenSans-bolder-normal", Helvetica, sans-serif;
  line-height: 20px;
  height: 58px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .page-home .splashbottom .row .quality-row .isotext {
    font-size: 18px;
    font-weight: 300;
  }
}
.page-home .splashbottom .row .quality-row .isotext a {
  color: #fff;
  text-decoration: none;
}
.page-home .splashbottom .row .quality-row .isotext a:hover {
  text-decoration: none;
}
.page-home .splashbottom .row .hum {
  float: left;
  padding-left: 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .page-home .splashbottom .row .hum {
    padding-left: 20px;
    border-left: 1px solid #6A6A6A;
    border-right: 1px solid #6A6A6A;
    height: 100px;
    margin-top: -20px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .page-home .splashbottom .row .hum {
    margin-top: 20px;
    border-top: 1px solid #6A6A6A;
    border-left: none;
    border-right: none;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .page-home .splashbottom .row .hum {
    float: none;
    border: none;
    border-top: 1px solid #6A6A6A;
  }
}
.page-home .splashbottom .row .hum .link-human {
  display: block;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  background-position: -500px 0;
  width: 56px;
  height: 58px;
  float: left;
  margin-right: 10px;
}
.page-home .splashbottom .row .hum .humantitle {
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
}
@media (max-width: 1200px) {
  .page-home .splashbottom .row .hum .humantitle {
    text-transform: uppercase;
    font-size: 20px;
  }
}
.page-home .splashbottom .row .hum .humantext {
  font-size: 12px;
  line-height: 20px;
  font-family: "OpenSans-bolder-normal", Helvetica, sans-serif;
}
@media (max-width: 1200px) {
  .page-home .splashbottom .row .hum .humantext {
    font-size: 18px;
    font-weight: 300;
  }
}
.page-home .splashbottom .row .hum .humantext a {
  color: #fff;
  text-decoration: none;
}
.page-home .splashbottom .row .hum .humantext a:hover {
  text-decoration: none;
}
.page-home .splashbottom .row .calc-row {
  padding-left: 45px;
  width: 24%;
}
@media (max-width: 1200px) {
  .page-home .splashbottom .row .calc-row {
    padding-left: 20px;
    margin-top: -10px;
  }
}
.page-home .splashbottom .row .calc-row .calc-img {
  display: block;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  background-position: -700px 0;
  width: 31px;
  height: 31px;
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}
@media (max-width: 1200px) {
}
.page-home .splashbottom .row .calc-row .calctitle {
  font-family: Oswald-normal-normal;
  font-size: 16px;
  text-decoration: none;
  margin-top: 7px;
  position: relative;
  z-index: 999;
  outline: none;
}
@media (max-width: 1200px) {
  .page-home .splashbottom .row .calc-row .calctitle .calc {
    width: auto;
    height: auto;
    margin-top: 0;
  }
}
.page-home .splashbottom .row .calc-row .calctitle a {
  font-size: 16px;
  text-decoration: none;
  margin-top: 7px;
  position: relative;
  z-index: 999;
  outline: none;
  font-family: Oswald-normal-normal;
  color: #ff7800;
}
.page-home .splashbottom .row .calc-row .calctitle a:hover {
  color: #ff7800;
}
.page-home .splashbottom .row .quote {
  font-size: 13px;
  margin-top: 2px;
}
.page-home .splashbottom .row .quote a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.page-home .splashbottom .row .quote a:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .page-home .splashbottom {
    margin-top: -137px;
  }
  .page-home .splashbottom img {
    height: 58px;
  }
}
@media (max-width: 768px) {
  .page-home .splashbottom {
    height: 170px;
    margin-top: -170px;
  }
}
.page-home #block-oht-generic-sociallinks {
  display: none;
}
.page-home .modal-body {
  height: auto !important;
}
.page-home .navbar {
  margin-bottom: 0;
}
.page-home #block-block-11 {
  display: none;
}
.page-home .splash {
  min-height: 789px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .page-home .splash {
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .page-home .splash {
    min-height: 537px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.page-home .splash .splash-bg > div.next {
  z-index: -15;
}
.page-home .splash .splash-bg,
.page-home .splash .splash-bg > div {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-home .splash .splash-bg .splash-il,
.page-home .splash .splash-bg > div .splash-il,
.page-home .splash .splash-bg .splash-default,
.page-home .splash .splash-bg > div .splash-default {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Telaviv.jpg');
}
.page-home .splash .splash-bg .splash-de,
.page-home .splash .splash-bg > div .splash-de {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Berlin.jpg');
}
.page-home .splash .splash-bg .splash-ch,
.page-home .splash .splash-bg > div .splash-ch {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Geneva.jpg');
}
.page-home .splash .splash-bg .splash-ua,
.page-home .splash .splash-bg > div .splash-ua {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Kiev.jpg');
}
.page-home .splash .splash-bg .splash-es,
.page-home .splash .splash-bg > div .splash-es {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Madrid2.jpg');
}
.page-home .splash .splash-bg .splash-us,
.page-home .splash .splash-bg > div .splash-us {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_NeyYork2.jpg');
}
.page-home .splash .splash-bg .splash-fr,
.page-home .splash .splash-bg > div .splash-fr {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Paris.jpg');
}
.page-home .splash .splash-bg .splash-br,
.page-home .splash .splash-bg > div .splash-br {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Rio.jpg');
}
.page-home .splash .splash-bg .splash-it,
.page-home .splash .splash-bg > div .splash-it {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Rome.jpg');
}
.page-home .splash .splash-bg .splash-cn,
.page-home .splash .splash-bg > div .splash-cn {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Shanghai.jpg');
}
.page-home .splash .splash-bg .splash-au,
.page-home .splash .splash-bg > div .splash-au {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Sydnie.jpg');
}
.page-home .splash .splash-bg .splash-jp,
.page-home .splash .splash-bg > div .splash-jp {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Tokyo.jpg');
}
.page-home .splash .splash-bg .splash-ca,
.page-home .splash .splash-bg > div .splash-ca {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash/OHT_HP_splash_Toronto.jpg');
}
.page-home .splash .splash-bg-images {
  display: none;
}
.page-home .splash .container {
  min-height: 789px;
  position: relative;
}
@media (max-width: 992px) {
  .page-home .splash .container {
    min-height: 500px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .page-home .splash .container {
    min-height: 537px;
  }
}
.page-home .splash .container .translate-button-orange {
  font-weight: 600;
  padding: 15px 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7800;
  text-decoration: none;
}
.page-home .splash .container .translate-button-orange:hover,
.page-home .splash .container .translate-button-orange:focus {
  color: #fff;
  text-decoration: none;
}
.page-home .splash .container .video {
  font-weight: 600;
  background: #000;
  padding: 15px 41px 15px 20px;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.page-home .splash .container .video:hover,
.page-home .splash .container .video:focus {
  color: #fff;
  text-decoration: none;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splash_play_video_bg.png');
  background-repeat: repeat;
}
.page-home .splash .container .video:after {
  content: ' ';
  display: block;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  background-position: -750px 0;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 15px;
  top: 17px;
}
.page-home .splash .container h1 {
  font-size: 64px;
  margin-top: 82px;
  font-family: "OpenSans-bolder-normal", Helvetica, sans-serif;
}
@media (max-width: 992px) {
  .page-home .splash .container h1 {
    font-size: 53px;
    font-weight: 600;
    font-weight: normal;
    margin-top: 72px;
    font-family: Open Sans;
  }
}
@media (max-width: 768px) {
  .page-home .splash .container h1 {
    font-size: 35px ;
    font-weight: bold;
    font-weight: normal;
    margin-top: 50px;
    font-family: Open Sans;
  }
}
.page-home .splash .container .text {
  font-size: 42px;
  margin-top: -15px;
}
@media (max-width: 992px) {
  .page-home .splash .container .text {
    font-size: 35px;
    margin-top: -5px;
  }
}
@media (max-width: 768px) {
  .page-home .splash .container .text {
    font-size: 25px;
    margin-top: -5px;
  }
}
.page-home .splash .container .moneyback {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 190px;
  margin-top: 40px;
  height: 119px;
  width: 190px;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=f');
  background-position: 0px -380px;
}
@media (max-width: 992px) {
  .page-home .splash .container .moneyback {
    margin-top: 74px;
  }
}
.page-home .splash .container .buttons {
  margin-top: 63px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .page-home .splash .container .buttons {
    margin-top: 30px;
  }
}
.page-home .splash .container .person {
  z-index: 999;
}
.page-home .splash .container .name {
  font-weight: bold;
  position: absolute;
  z-index: 999;
  bottom: 190px;
  right: -40px;
  width: 140px;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .page-home .splash .container .name {
    display: none;
  }
}
.page-home .splash .container .name span {
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
}
.page-home .splash .container .namemob {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .page-home .splash .container .namemob {
    display: none;
  }
}
.page-home .splash .container .namemob span {
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  color: #d9d9d9;
}
.page-home .splash .container .woman {
  height: 464px;
  width: 440px;
  background: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/splashbottom_woman.png') no-repeat top center;
}
@media (max-width: 1200px) {
  .page-home .splash .container .woman {
    position: absolute;
    z-index: 0;
    height: 424px;
    bottom: 0px;
    right: 0px;
  }
}
@media (max-width: 992px) {
  .page-home .splash .container .woman {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 420px;
    max-width: 432px;
  }
}
@media (max-width: 768px) {
  .page-home .splash .container .woman {
    position: absolute;
    bottom: 0px;
    max-width: 460px;
    right: -150px;
    height: 423px;
  }
}
@media (max-width: 480px) {
  .page-home .splash .container .woman {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-home .splash .translate {
    padding: 12px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .page-home .splash .translate {
    margin-bottom: 15px;
    padding: 12px 19px;
  }
}
.page-home .brands.mob {
  background: #1b0d03;
}
.page-home .brands.mob .logo img {
  margin: 0 35%;
  width: 30%;
}
.page-home .brands.mob .enterprise_grade_quality {
  color: #fff;
  font-family: "OpenSans-normal-italic", Helvetica, normal-italic;
  font-size: 33px;
  text-align: center;
}
.page-home .brands.mob .translate_btn {
  text-align: center;
}
.page-home .brands.mob .translate_btn a {
  margin: 0 35%;
  font-weight: 600;
  padding: 15px 25px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7800;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 7px;
  display: inline-block;
}
@media (max-width: 768px) {
  .page-home .brands.mob .translate_btn a {
    margin: 0 15%;
  }
}
.page-home .brands.mob .translate_btn a:hover,
.page-home .brands.mob .translate_btn a:focus {
  text-decoration: none;
  color: #fff;
}
.page-home .brands.mob .seal {
  text-align: center;
  padding-top: 27px;
}
.page-home .brands.mob .seal img {
  margin: 0 35%;
}
.page-home .brands.mob .col-sm-3 {
  margin: auto;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 992px) {
}
@media (max-width: 992px) {
  .page-home .brands.mob .col-sm-3:nth-child(3) {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .page-home .brands.mob .col-sm-3:nth-child(3) {
    padding-bottom: 20px;
  }
}
.page-home .brands.mob a {
  border: none;
}
.page-home .splashbottom_top {
  background: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/bg.png') top center repeat-x;
}
.page-home .splashbottom_top .brands .oht_logo img {
  width: 80%;
}
.page-home .splashbottom_top .brands .enterprise_grade_quality {
  width: 40%;
  color: #fff;
  font-family: "OpenSans-normal-italic", Helvetica, normal-italic;
  font-size: 33px;
  text-align: center;
}
.page-home .splashbottom_top .brands .translate_btn {
  padding-top: 27px!important;
}
.page-home .splashbottom_top .brands .translate_btn a {
  font-weight: 600;
  padding: 15px 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7800;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 7px;
  display: inline-block;
}
.page-home .splashbottom_top .brands .translate_btn a:hover,
.page-home .splashbottom_top .brands .translate_btn a:focus {
  text-decoration: none;
  color: #fff;
}
.page-home .splashbottom_top .brands .seal {
  padding-top: 27px!important;
  width: 10% ;
}
.page-home .splashbottom_top .brands .seal img {
  float: right;
}
.page-home .splashbottom_top .brands a {
  display: block;
  text-decoration: none;
  color: #929292;
}
.page-home .splashbottom_top .brands a:hover,
.page-home .splashbottom_top .brands a:focus {
  text-decoration: none;
  color: #929292;
}
.page-home .splashbottom_top .brands .col-xs-3 {
  padding-top: 7px;
  padding-bottom: 20px;
}
.page-home .splashbottom_top .brands .circle_west,
.page-home .splashbottom_top .brands .circle_media,
.page-home .splashbottom_top .brands .circle_enterprise,
.page-home .splashbottom_top .brands .circle_mobile {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.page-home .splashbottom_top .brands .circle_enterprise {
  background-position: 0 0;
}
.page-home .splashbottom_top .brands .circle_media {
  background-position: 0 -300px;
}
.page-home .splashbottom_top .brands .circle_mobile {
  background-position: 0 -200px;
}
.page-home .splashbottom_top .brands .circle_west {
  background-position: 0 -100px;
}
.page-home .splashbottom_top .brands .brandtitle {
  font-size: 15px;
  display: block;
  font-weight: bold;
}
.page-home .splashbottom_top .brands .branddescription {
  display: block;
}
.page-home .splashbottom_top .brands .brandtitle a {
  text-decoration: none;
}
.page-home .splashbottom_top .brands .brandtitle a:hover {
  text-decoration: none;
}
.page-home .wizard {
  padding-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .page-home .wizard {
    display: none;
  }
}
.page-home .wizard h2 {
  font-size: 36px;
  position: relative;
  text-align: left;
  color: #444446;
  display: block;
  margin-bottom: 45px;
  font-family: "OpenSans-lighter-normal", Helvetica, sans-serif;
}
.page-home .wizard h2 .btn:focus {
  color: #fff;
  text-decoration: none;
}
.page-home .wizard h2 .btn .focus {
  color: #fff;
  text-decoration: none;
}
.page-home .wizard h2 a {
  position: absolute;
  right: 0px;
  bottom: -29px;
  font-weight: normal !important;
  font-family: "OpenSans-bold-normal", Helvetica, sans-serif;
}
.page-home .wizard h2 a:focus {
  color: #fff;
  text-decoration: none;
}
.page-home .wizard .wizardform {
  margin-bottom: 45px;
}
.page-home .wizard .wizardform div img {
  margin: 0 auto;
}
.page-home .wizard .wizardform .translate-button-orange {
  font-weight: 600;
  padding: 15px 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7800;
  text-decoration: none;
}
.page-home .wizard .wizardform #ohtwizard-new {
  padding-bottom: 30px;
}
.page-home .wizard .wizardform #ohtwizard-new a {
  display: block;
  width: 100%;
  height: 440px;
  background: url('../images/homepage/wizard-bg.png') #fcfcfc center center no-repeat;
  background-size: 100% auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 3px 6px #CCC;
  -webkit-box-shadow: 0px 3px 6px #CCC;
  -moz-box-shadow: 0px 3px 6px #CCC;
  max-width: 998px;
}
.page-home .wizard .wizardform #ohtwizard-new a:focus,
.page-home .wizard .wizardform #ohtwizard-new a:hover {
  text-decoration: none;
  border: none;
}
.page-home .wizard .filetypes {
  width: 100%;
  text-align: center;
}
.page-home .wizard .filetypes .file-type {
  display: block;
  height: 48px;
  width: 48px;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
}
.page-home .wizard .filetypes .file-type.csv {
  background-position: -150px -300px;
}
.page-home .wizard .filetypes .file-type.docx {
  background-position: -450px -200px;
}
.page-home .wizard .filetypes .file-type.html {
  background-position: -750px -200px;
}
.page-home .wizard .filetypes .file-type.adobe_indesign {
  background-position: -650px -200px;
}
.page-home .wizard .filetypes .file-type.pdf {
  background-position: -150px -200px;
}
.page-home .wizard .filetypes .file-type.pptx {
  background-position: -350px -200px;
}
.page-home .wizard .filetypes .file-type.plain_text {
  background-position: -550px -200px;
}
.page-home .wizard .filetypes .file-type.xlsx {
  background-position: -250px -200px;
}
.page-home .wizard .filetypes ul {
  display: inline-block;
  padding-left: 0;
}
.page-home .wizard .filetypes ul li {
  float: left;
  height: 45px;
  margin-right: 25px;
  list-style: none;
}
.page-home .wizard .filetypes ul li:first-child {
  font-size: 18px;
  font-weight: 300;
  padding-top: 10px;
  color: #808080;
}
.page-home .wizard .filetypes ul li:nth-last-child(1) {
  padding-top: 15px;
}
.page-home .wizard:after {
  content: '';
  display: block;
  clear: both;
}
.page-home .wizard ul li:nth-last-child(1) a {
  text-decoration: underline;
  color: #448ccb;
}
.page-home .wizard ul li:nth-last-child(1) a:hover {
  color: #448ccb;
}
.page-home .clients {
  padding-bottom: 60px;
  padding-top: 60px;
  overflow-x: hidden;
  border-bottom: 1px solid #DEDEDE;
  clear: both;
}
@media (max-width: 992px) {
  .page-home .clients {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.page-home .clients .col-xs-12 .clientstitle {
  font-size: 18px;
  margin-bottom: 27px;
  text-align: center;
  color: #595959;
}
@media (max-width: 992px) {
  .page-home .clients .col-xs-12 .clientstitle {
    font-size: 18px;
  }
}
.page-home .clients .col-xs-12 img {
  margin: 0 auto;
}
.page-home .translators {
  min-height: 425px;
  padding-top: 170px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
}
.page-home .translators.tr-1 {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/translators/OHT_HP_translators_Set1.jpg');
}
@media (max-width: 768px) {
  .page-home .translators.tr-1 {
    min-height: 250px;
    padding-top: 90px;
    background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/translators/mobile-strip.png');
  }
}
.page-home .translators.tr-2 {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/translators/OHT_HP_translators_Set2.jpg');
}
@media (max-width: 768px) {
  .page-home .translators.tr-2 {
    min-height: 250px;
    padding-top: 90px;
    background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/translators/mobile-strip.png');
  }
}
.page-home .translators.tr-3 {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/translators/OHT_HP_translators_Set3.jpg');
}
@media (max-width: 768px) {
  .page-home .translators.tr-3 {
    min-height: 250px;
    padding-top: 90px;
    background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/translators/mobile-strip.png');
  }
}
@media (max-width: 992px) {
  .page-home .translators {
    min-height: 250px;
    padding-top: 90px;
    position: relative;
  }
}
.page-home .translators .mb-bg-img {
  display: none;
}
@media (max-width: 992px) {
  .page-home .translators .mb-bg-img {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .page-home .translators .mb-bg-img {
    display: none;
  }
}
.page-home .translators .mb-bg-img img {
  min-width: 100%;
  min-height: 100%;
}
.page-home .translators .row {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 992px) {
  .page-home .translators .row {
    margin-right: 0px;
    margin-left: -15px;
  }
}
.page-home .translators .row .block {
  height: 84px;
  position: relative;
}
@media (max-width: 992px) {
  .page-home .translators .row .block {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .page-home .translators .row .block {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-home .translators .row .block .text {
  font-size: 19px;
  height: 84px;
  text-align: center;
  color: #444;
}
@media (max-width: 992px) {
  .page-home .translators .row .block .text {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .page-home .translators .row .block .text {
    font-size: 15px;
  }
}
.page-home .translators .row .block .text .text-table {
  display: table;
  width: 100%;
}
.page-home .translators .row .block .text .text-table .table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 84px;
}
.page-home .translators .row .block .button {
  height: 84px;
}
@media (max-width: 768px) {
  .page-home .translators .row .block .button {
    height: 84px;
    right: 0px;
    position: absolute;
    padding-right: 0px;
  }
}
.page-home .translators .row .block .button .btn {
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  height: 85px;
  color: #fff;
  background-color: #ff7800;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 60px;
  position: absolute;
  right: 15px;
  top: 0px;
}
@media (max-width: 1200px) {
  .page-home .translators .row .block .button .btn {
    position: absolute;
    right: -14px;
    top: 0px;
  }
}
@media (max-width: 992px) {
  .page-home .translators .row .block .button .btn {
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    height: 84px;
    color: #fff;
    background-color: #ff7800;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 60px;
    position: absolute;
    right: -14px;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .page-home .translators .row .block .button .btn {
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    height: 84px;
    margin-top: 0px;
    color: #fff;
    background-color: #ff7800;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 60px;
    position: absolute;
    right: -14px;
    top: 0px;
  }
}
.page-home .translators .row .block .button .btn:hover,
.page-home .translators .row .block .button .btn:focus {
  text-decoration: none;
}
.page-home .speed {
  min-height: 430px;
  color: #444;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .page-home .speed {
    min-height: 336px;
    color: #444;
  }
}
.page-home .speed .text {
  padding-top: 94px;
}
@media (max-width: 992px) {
  .page-home .speed .text {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .page-home .speed .text {
    padding-top: 40px;
    text-align: center;
  }
}
.page-home .speed .text h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Open Sans;
}
.page-home .speed .text p {
  line-height: 2;
}
.page-home .speed .text a {
  text-decoration: underline;
}
.page-home .speed .text a.more {
  display: block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-home .speed .text a.more {
    font-size: 17px;
    text-decoration: underline;
  }
}
.page-home .speed .image {
  height: 430px;
  position: relative;
}
@media (max-width: 992px) {
  .page-home .speed .image {
    height: 336px;
    min-height: 336px;
  }
}
@media (max-width: 768px) {
  .page-home .speed .image {
    height: 280px;
    min-height: 280px;
  }
}
.page-home .speed .image .word-hours {
  position: absolute;
  bottom: 260px;
  right: 120px;
}
.page-home .speed .image .word-hours > div {
  display: inline-block;
  height: 50px;
  padding: 0 20px;
}
.page-home .speed .image .word-hours .value {
  color: #ff7800;
  font-family: "Oswald-normal-normal", Helvetica, sans-serif;
  font-size: 36px;
}
.page-home .speed .image .word-hours .value-text {
  font-size: 13px;
  color: #666;
}
.page-home .speed .image .arrow {
  background-position: -650px -300px;
  width: 29px;
  height: 37px;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
}
.page-home .speed .image .clock {
  position: absolute;
  bottom: 0;
}
.page-home .speed .image .clock.mob {
  right: 0;
  left: 0;
  margin: auto;
}
.page-home .quality {
  min-height: 430px;
  color: #444;
  background-color: #f7f7f7;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .page-home .quality {
    min-height: 336px;
    color: #444;
  }
}
.page-home .quality p {
  line-height: 2;
}
.page-home .quality .text {
  padding-top: 94px;
}
@media (max-width: 992px) {
  .page-home .quality .text {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .page-home .quality .text {
    padding-top: 40px;
    text-align: center;
  }
}
.page-home .quality .text h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Open Sans;
}
.page-home .quality .text a {
  text-decoration: underline;
}
.page-home .quality .text a.more {
  display: block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-home .quality .text a.more {
    font-size: 17px;
    text-decoration: underline;
  }
}
.page-home .quality .image {
  height: 430px;
}
@media (max-width: 992px) {
  .page-home .quality .image {
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .page-home .quality .image {
    height: 250px;
    min-height: 250px;
  }
}
.page-home .quality .image .iso {
  margin-top: 107px;
  margin-left: 85px;
}
@media (max-width: 992px) {
  .page-home .quality .image .iso {
    margin-top: 71px;
    margin-left: -7px;
  }
}
.page-home .quality .image .iso div {
  padding-top: 15px;
}
.page-home .quality .image .iso .img-iso {
  float: left;
  margin-right: 15px;
  background-position: -250px -300px;
  width: 66px;
  height: 71px;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
}
.page-home .quality .image .iso p {
  line-height: normal;
  color: #757575;
  margin: 0;
}
.page-home .quality .image .diamond {
  position: absolute;
  bottom: 0;
}
.page-home .quality .image .diamond.mob {
  right: 0;
  left: 0;
  margin: auto;
}
.page-home .s-11:before,
.page-home .s-12:before,
.page-home .s-13:before,
.page-home .s-14:before,
.page-home .s-15:before,
.page-home .s-16:before,
.page-home .s-17:before,
.page-home .s-21:before,
.page-home .s-22:before,
.page-home .s-23:before,
.page-home .s-24:before,
.page-home .s-25:before,
.page-home .s-26:before,
.page-home .s-27:before {
  background: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/expertise_icons/expertise-icons-sprite.png') no-repeat;
  display: block;
  height: 55px;
  content: ' ';
}
@media (max-width: 768px) {
  .page-home .s-11:before,
  .page-home .s-12:before,
  .page-home .s-13:before,
  .page-home .s-14:before,
  .page-home .s-15:before,
  .page-home .s-16:before,
  .page-home .s-17:before,
  .page-home .s-21:before,
  .page-home .s-22:before,
  .page-home .s-23:before,
  .page-home .s-24:before,
  .page-home .s-25:before,
  .page-home .s-26:before,
  .page-home .s-27:before {
    display: block;
    float: left;
    height: 55px;
    width: 65px;
    content: ' ';
  }
}
.page-home .expertise .s-11:before {
  background-position: 20px 0;
}
.page-home .expertise .s-12:before {
  background-position: -135px 0;
}
.page-home .expertise .s-13:before {
  background-position: -280px 0;
}
.page-home .expertise .s-14:before {
  background-position: -435px 0;
}
.page-home .expertise .s-15:before {
  background-position: -580px 0;
}
.page-home .expertise .s-16:before {
  background-position: -730px 0;
}
.page-home .expertise .s-17:before {
  background-position: -880px 0;
}
.page-home .expertise .s-21:before {
  background-position: 25px -150px;
}
.page-home .expertise .s-22:before {
  background-position: -135px -150px;
}
.page-home .expertise .s-23:before {
  background-position: -280px -150px;
}
.page-home .expertise .s-24:before {
  background-position: -430px -150px;
}
.page-home .expertise .s-25:before {
  background-position: -580px -150px;
}
.page-home .expertise .s-26:before {
  background-position: -730px -150px;
}
.page-home .expertise .s-27:before {
  background-position: -880px -150px;
}
@media (max-width: 992px) {
  .page-home .expertise .s-11:before {
    background-position: 10px 0;
  }
  .page-home .expertise .s-12:before {
    background-position: -140px 0;
  }
  .page-home .expertise .s-13:before {
    background-position: -290px 0;
  }
  .page-home .expertise .s-14:before {
    background-position: -445px 0;
  }
  .page-home .expertise .s-15:before {
    background-position: -590px 0;
  }
  .page-home .expertise .s-16:before {
    background-position: -740px 0;
  }
  .page-home .expertise .s-17:before {
    background-position: -890px 0;
  }
  .page-home .expertise .s-21:before {
    background-position: 15px -150px;
  }
  .page-home .expertise .s-22:before {
    background-position: -145px -150px;
  }
  .page-home .expertise .s-23:before {
    background-position: -290px -150px;
  }
  .page-home .expertise .s-24:before {
    background-position: -440px -150px;
  }
  .page-home .expertise .s-25:before {
    background-position: -590px -150px;
  }
  .page-home .expertise .s-26:before {
    background-position: -740px -150px;
  }
  .page-home .expertise .s-27:before {
    background-position: -890px -150px;
  }
}
@media (max-width: 768px) {
  .page-home .expertise .s-11:before {
    background-position: 0 0;
  }
  .page-home .expertise .s-12:before {
    background-position: -150px 0;
  }
  .page-home .expertise .s-13:before {
    background-position: -300px 0;
  }
  .page-home .expertise .s-14:before {
    background-position: -450px 0;
  }
  .page-home .expertise .s-15:before {
    background-position: -600px 0;
  }
  .page-home .expertise .s-16:before {
    background-position: -750px 0;
  }
  .page-home .expertise .s-17:before {
    background-position: -900px 0;
  }
  .page-home .expertise .s-21:before {
    background-position: 0px -150px;
  }
  .page-home .expertise .s-22:before {
    background-position: -150px -150px;
  }
  .page-home .expertise .s-23:before {
    background-position: -300px -150px;
  }
  .page-home .expertise .s-24:before {
    background-position: -450px -150px;
  }
  .page-home .expertise .s-25:before {
    background-position: -600px -150px;
  }
  .page-home .expertise .s-26:before {
    background-position: -750px -150px;
  }
  .page-home .expertise .s-27:before {
    background-position: -900px -150px;
  }
}
.page-home .expertise {
  min-height: 600px;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/expertise.jpg');
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .page-home .expertise {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .page-home .expertise {
    background-repeat: repeat-y;
    background-position: top;
  }
}
.page-home .expertise h2 {
  font-weight: 300;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
  font-family: Open Sans;
}
@media (max-width: 768px) {
  .page-home .expertise h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Open Sans;
  }
}
.page-home .expertise .iconsfirst,
.page-home .expertise .iconssecond {
  width: 100%;
  text-align: center;
}
.page-home .expertise .iconsfirst ul,
.page-home .expertise .iconssecond ul {
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 0;
  padding-left: 0;
}
.page-home .expertise .iconsfirst ul li,
.page-home .expertise .iconssecond ul li {
  float: left;
  width: 132px;
  height: 140px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 15px;
  list-style: none;
  text-align: center;
  position: relative;
}
.page-home .expertise .iconsfirst ul li:before,
.page-home .expertise .iconssecond ul li:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.75;
  z-index: 1;
}
.page-home .expertise .iconsfirst ul li a,
.page-home .expertise .iconssecond ul li a {
  color: #434343;
  display: block;
  min-height: 55px;
  position: relative;
  z-index: 50;
}
.page-home .expertise .iconsfirst ul li a:focus,
.page-home .expertise .iconssecond ul li a:focus,
.page-home .expertise .iconsfirst ul li a:hover,
.page-home .expertise .iconssecond ul li a:hover {
  text-decoration: none;
}
.page-home .expertise .iconsfirst ul li span,
.page-home .expertise .iconssecond ul li span,
.page-home .expertise .iconsfirst ul li div,
.page-home .expertise .iconssecond ul li div {
  display: table-cell;
  width: 100px;
  height: 40px;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 1200px) {
  .page-home .expertise .iconsfirst ul li span,
  .page-home .expertise .iconssecond ul li span,
  .page-home .expertise .iconsfirst ul li div,
  .page-home .expertise .iconssecond ul li div {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .page-home .expertise .iconsfirst ul li span,
  .page-home .expertise .iconssecond ul li span,
  .page-home .expertise .iconsfirst ul li div,
  .page-home .expertise .iconssecond ul li div {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .page-home .expertise .iconsfirst ul li span,
  .page-home .expertise .iconssecond ul li span,
  .page-home .expertise .iconsfirst ul li div,
  .page-home .expertise .iconssecond ul li div {
    font-size: 13px;
    display: table-cell;
    height: 56px;
    text-align: left;
    vertical-align: middle;
    width: 75px;
  }
}
@media (max-width: 1200px) {
  .page-home .expertise .iconsfirst ul li,
  .page-home .expertise .iconssecond ul li {
    width: 112px;
    height: 120px;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .page-home .expertise .iconsfirst ul li,
  .page-home .expertise .iconssecond ul li {
    width: 97px;
    height: 105px;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .page-home .expertise .iconsfirst ul li,
  .page-home .expertise .iconssecond ul li {
    float: none;
    width: 100%;
    height: 75px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .page-home .expertise .iconsfirst ul,
  .page-home .expertise .iconssecond ul {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .page-home .expertise .iconsfirst,
  .page-home .expertise .iconssecond {
    width: 50% ;
    padding-left: 5px ;
    padding-right: 5px;
  }
}
.page-home .expertise img {
  margin: 0 auto;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .page-home .expertise img {
    padding-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .page-home .expertise img {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .page-home .expertise img {
    float: left;
    margin: 0;
    margin-right: 5px;
  }
}
.page-home .contactus {
  background-color: #f9f9f9;
  overflow-x: hidden;
}
.page-home .contactus .container {
  position: relative;
  z-index: 0;
}
.page-home .contactus .container h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Open Sans;
  font-size: 24px;
}
@media (max-width: 768px) {
  .page-home .contactus .container h2 {
    text-align: center;
    font-family: Open Sans;
  }
}
.page-home .contactus .container .contactus-wrapper {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .page-home .contactus .container .contactus-wrapper {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .page-home .contactus .container .contactus-wrapper .text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-home .contactus .container .contactus-wrapper .text table {
    margin: 0 auto;
  }
}
.page-home .contactus .container .contactus-wrapper .text table tr td {
  font-size: 16px;
  padding-bottom: 20px;
  color: #626262;
}
@media (max-width: 768px) {
  .page-home .contactus .container .contactus-wrapper .text table tr td {
    text-align: left;
  }
}
.page-home .contactus .container .contactus-wrapper .text table tr td:nth-child(2) {
  padding-left: 10px;
}
.page-home .contactus .container .contactus-wrapper .text table tr td:nth-child(3) {
  font-weight: 600;
  padding-left: 25px;
}
.page-home .contactus .container .contactus-wrapper .text table tr td .img-call {
  background-position: -550px -300px;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  width: 24px;
  height: 22px;
  display: block;
}
.page-home .contactus .container .contactus-wrapper .text table tr td .img-mail {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  background-position: -400px -300px;
  width: 24px;
  height: 20px;
  display: block;
}
.page-home .contactus .container .contactus-wrapper .text table tr td .img-chat {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  background-position: -700px -300px;
  width: 24px;
  height: 21px;
  display: block;
}
.page-home .contactus .container .contactus-wrapper .text table a {
  text-decoration: underline;
  color: #ff7800;
  font-family: "OpenSans-bolder-normal", Helvetica, sans-serif;
}
.page-home .contactus .container .contactus-wrapper .btn {
  font-weight: 600;
  margin-bottom: 23px;
  color: #fff;
  background-color: #5bb5c2;
}
@media (max-width: 992px) {
  .page-home .contactus .container .contactus-wrapper .btn {
    padding: 16px 50px;
    font-size: 20px;
  }
}
.page-home .contactus .container .contactus-wrapper .btn:hover,
.page-home .contactus .container .contactus-wrapper .btn:focus {
  color: #fff;
}
@media (max-width: 992px) {
  .page-home .contactus .container .contactus-wrapper {
    padding-bottom: 350px;
  }
}
@media (max-width: 768px) {
  .page-home .contactus .container .image {
    padding: 0 20px;
  }
}
.page-home .contactus .container .image img {
  position: absolute;
  z-index: -10;
  bottom: 0px;
  right: 0px;
  height: 300px;
}
@media (max-width: 992px) {
  .page-home .contactus .container .image img {
    position: absolute;
    bottom: 0px;
    height: auto;
    right: auto;
  }
}
@media (max-width: 768px) {
  .page-home .contactus .container .image img {
    height: auto;
    right: auto;
    position: relative;
    padding-top: 30px;
  }
}
.page-home .clientstories {
  overflow-x: hidden;
}
.page-home .clientstories h2 {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  font-family: Open Sans;
}
.page-home .clientstories .payoneer {
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
  background-position: -250px -400px;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  width: 108px;
  height: 39px;
}
.page-home .clientstories .quote {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 25px;
}
.page-home .clientstories .name {
  font-weight: 600;
  font-style: italic;
  color: #ff7800;
}
.page-home .clientstories .all {
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}
.page-home .clientstories .all .btn {
  font-weight: 600;
  color: #448ccb;
  border: 2px solid #448ccb;
  background-color: #fff;
}
.page-home .contact {
  font-size: 23px;
  padding-bottom: 40px;
  color: #fff;
  background-color: #448ccb;
  overflow-x: hidden;
}
.page-home .contact h2 {
  font-size: 34px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans;
}
.page-home .contact .cphone .img-cphone {
  float: left;
  display: block;
  margin-right: 10px;
  background-position: -600px -300px;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  width: 30px;
  height: 32px;
}
@media (max-width: 768px) {
  .page-home .contact .cphone {
    float: none !important;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .page-home .contact .cphone a {
    color: #fff !important;
  }
}
.page-home .contact .cform .img-cmail {
  float: left;
  display: block;
  margin-right: 10px;
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/sprites.png?q=d');
  background-position: -450px -300px;
  width: 35px;
  height: 28px;
}
.page-home .contact .cform a {
  color: #fff;
  text-decoration: none;
}
.page-home .contact .cform a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .page-home .contact .cform {
    float: none !important;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .page-home .contact span {
    display: inline-block;
  }
}
@media (max-width: 359px) {
  .page-home .splash .container {
    min-height: 537px;
  }
  .page-home .splash h1 {
    font-size: 30px;
    font-family: Open Sans;
  }
  .page-home .splash .text {
    font-size: 23px;
  }
  .page-home .splash .btn-lg {
    font-size: 15px;
  }
  .page-home .splash .namemob span {
    font-size: 13px;
  }
  .page-home .splash .namemob {
    font-size: 19px;
  }
  .page-home .translators .block .text {
    font-size: 14px;
  }
  .page-home .translators .block .btn {
    font-size: 17px;
  }
  .page-home .expertise ul li {
    padding: 4px;
  }
  .page-home .expertise img {
    float: left;
    margin: 0;
    margin-top: 5px;
  }
  .page-home .contactus table tr td:nth-child(3) {
    padding-left: 9px;
    font-size: 14px;
  }
  .page-home .splash .buttons {
    margin-top: 30px;
    height: 196px;
    position: relative;
    z-index: 999;
  }
}
.page-home .MyTeam-panel {
  background-image: url('/translation/sites/all/themes/ohtbootstrap/images/homepage/myteambg.jpg');
  background-repeat: no-repeat;
  color: #fff;
  width: 100%;
  height: 580px;
  background-position: center center;
}
@media (max-width: 768px) {
  .page-home .MyTeam-panel {
    background-image: none;
  }
}
.page-home .MyTeam-panel .container {
  height: 550px;
}
.page-home .MyTeam-panel .container .row:first-child {
  height: 550px;
  background: #0ca8ae;
}
.page-home .MyTeam-panel .container .row:first-child .new-feature {
  padding: 15px 0px 15px 0px;
  font-family: "OpenSans-bolder-normal", Helvetica, sans-serif;
  background: rgba(0, 0, 0, 0.7);
  width: 185px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 768px) {
  .page-home .MyTeam-panel .container .row:first-child .buttons {
    margin-left: 15%;
  }
}
.page-home .MyTeam-panel .container .row:first-child .myteam-title {
  margin: 70px 0px 0px 0px;
}
.page-home .MyTeam-panel .container .row:first-child .myteam-title #Introducing {
  font-size: 36px;
  line-height: 37px;
  font-family: "OpenSans-lighter-normal";
  margin: 0px 0px 0px 0px;
}
.page-home .MyTeam-panel .container .row:first-child .myteam-title #MyTeam-title {
  font-family: "OpenSans-bold-normal", Helvetica, sans-serif;
  font-size: 80px;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 768px) {
  .page-home .MyTeam-panel .container .row:first-child .myteam-title #MyTeam-title {
    font-size: 60px;
  }
}
.page-home .MyTeam-panel .container .row:first-child .myteam-body {
  font-size: 40px;
  font-family: "OpenSans-normal-normal";
  margin: 0px 0px 0px 0px;
  line-height: 50px;
  width: 110%;
}
@media (max-width: 768px) {
  .page-home .MyTeam-panel .container .row:first-child .myteam-body {
    width: 100%;
    font-size: 30px;
  }
}
.page-home .MyTeam-panel .container .row:first-child .myteam-body span {
  font-family: OpenSans-normal-italic;
}
.page-home .MyTeam-panel .container .row:first-child .myteam-buttom {
  display: inline-block;
  float: left;
  font-family: "OpenSans-bolder-normal", Helvetica, sans-serif;
  margin: 40px 20px 0px 0px;
}
.page-home .MyTeam-panel .container .row:first-child .myteam-buttom a {
  background: #fff;
  color: #0ca8ae;
}
.page-home .MyTeam-panel .container .row:first-child .myteam-buttom a:hover {
  color: #0ca8ae;
}
.page-home .MyTeam-panel .container .row:first-child .myteam-modal {
  font-family: "OpenSans-normal-italic", Helvetica, normal-italic;
  display: inline-block;
  text-decoration: underline;
  margin-top: 45px;
  padding-top: 10px;
  width: 100%;
  position: absolute;
}
@media (max-width: 768px) {
  .page-home .MyTeam-panel .container .row:first-child .myteam-modal {
    width: 20%;
  }
}
.page-home .MyTeam-panel .container .row:first-child .myteam-modal a {
  color: #fff;
}
.page-home .MyTeam-panel .container .row:first-child .myteam-modal a:hover {
  color: #fff;
}
.page-home .MyTeam-panel .container .row:first-child #myteam-hide {
  display: none;
  color: #fff;
  position: absolute;
  background: rgba(0, 0, 0, 0.92);
  margin: -315px 0px 0px -100px;
  padding: 10px 30px 30px 20px;
  text-align: center;
  font-family: "OpenSans-normal-normal";
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-home .MyTeam-panel .container .row:first-child #myteam-hide {
    width: -110%;
  }
}
@media (max-width: 547px) {
  .page-home .MyTeam-panel .container .row:first-child #myteam-hide {
    margin-top: -385px !important;
  }
}
.page-home .MyTeam-panel .container .row:first-child #myteam-hide .arrow-down {
  width: 0;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.92);
  margin: 30px 0px 0px 120px;
}
.page-home .MyTeam-panel .container .row:first-child #myteam-hide img {
  margin: 0px 20%;
}
.page-home .MyTeam-panel .container .row:first-child #myteam-hide h2 {
  margin: 10px 0px 15px 0px;
}
.page-home .MyTeam-panel .container .row:first-child #myteam-hide #myteam_hide_text {
  line-height: 25px;
}
.main-container ul.pager {
  border-top: 2px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
}
.main-container ul.pager .pager-current {
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ff7800;
  font-weight: bold;
}
.main-container ul.pager li {
  display: inline-block;
}
.main-container ul.pager li.pager-item {
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.main-container ul.pager li.pager-item a {
  color: #808080;
  text-decoration: none;
}
.main-container ul.pager li.pager-first,
.main-container ul.pager li.pager-last {
  display: none;
}
@media (max-width: 480px) {
  .main-container ul.pager li.pager-next {
    display: block;
  }
}
.main-container ul.pager li.pager-next a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  color: #fff;
  background-color: #ff7800;
  border-color: #ff7800;
  padding: 3px 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 22px;
}
.main-container ul.pager li.pager-next a:focus,
.main-container ul.pager li.pager-next a:active:focus,
.main-container ul.pager li.pager-next a.active:focus,
.main-container ul.pager li.pager-next a.focus,
.main-container ul.pager li.pager-next a:active.focus,
.main-container ul.pager li.pager-next a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.main-container ul.pager li.pager-next a:hover,
.main-container ul.pager li.pager-next a:focus,
.main-container ul.pager li.pager-next a.focus {
  color: #fff;
  text-decoration: none;
}
.main-container ul.pager li.pager-next a:active,
.main-container ul.pager li.pager-next a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.main-container ul.pager li.pager-next a.disabled,
.main-container ul.pager li.pager-next a[disabled],
fieldset[disabled] .main-container ul.pager li.pager-next a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-container ul.pager li.pager-next a:focus,
.main-container ul.pager li.pager-next a:active:focus,
.main-container ul.pager li.pager-next a.active:focus,
.main-container ul.pager li.pager-next a.focus,
.main-container ul.pager li.pager-next a:active.focus,
.main-container ul.pager li.pager-next a.active.focus {
  outline: none;
}
.main-container ul.pager li.pager-next a:active,
.main-container ul.pager li.pager-next a.active,
.main-container ul.pager li.pager-next a:hover,
.main-container ul.pager li.pager-next a:focus,
.main-container ul.pager li.pager-next a.focus {
  outline: none;
}
.main-container ul.pager li.pager-next a:hover,
.main-container ul.pager li.pager-next a:active,
.main-container ul.pager li.pager-next a.active,
.open > .dropdown-toggle.main-container ul.pager li.pager-next a {
  color: #fff;
  background-color: #ff9333;
  border-color: #ff983d;
}
.main-container ul.pager li.pager-next a:active,
.main-container ul.pager li.pager-next a.active,
.open > .dropdown-toggle.main-container ul.pager li.pager-next a {
  background-image: none;
}
.main-container ul.pager li.pager-next a.disabled,
.main-container ul.pager li.pager-next a[disabled],
fieldset[disabled] .main-container ul.pager li.pager-next a,
.main-container ul.pager li.pager-next a.disabled:hover,
.main-container ul.pager li.pager-next a[disabled]:hover,
fieldset[disabled] .main-container ul.pager li.pager-next a:hover,
.main-container ul.pager li.pager-next a.disabled:active,
.main-container ul.pager li.pager-next a[disabled]:active,
fieldset[disabled] .main-container ul.pager li.pager-next a:active,
.main-container ul.pager li.pager-next a.disabled.active,
.main-container ul.pager li.pager-next a[disabled].active,
fieldset[disabled] .main-container ul.pager li.pager-next a.active {
  background-color: #ff7800;
  border-color: #ff7800;
}
.main-container ul.pager li.pager-next a:active,
.main-container ul.pager li.pager-next a.active {
  background-color: #cc6000;
  border-color: #c25b00;
}
.main-container ul.pager li.pager-next a .badge {
  color: #ff7800;
  background-color: #fff;
}
.main-container ul.pager li.pager-next a.btn-invert {
  color: #ff7800;
  background-color: #fff;
  border-color: #ff7800;
}
.main-container ul.pager li.pager-next a.btn-invert:hover,
.main-container ul.pager li.pager-next a.btn-invert:active,
.main-container ul.pager li.pager-next a.btn-invert.active,
.btn-invert.open > .dropdown-toggle.main-container ul.pager li.pager-next a {
  color: #ff9333;
  background-color: #ffffff;
  border-color: #ff983d;
}
.main-container ul.pager li.pager-next a.btn-invert:active,
.main-container ul.pager li.pager-next a.btn-invert.active {
  color: #cc6000;
  background-color: #e6e6e6;
  border-color: #c25b00;
}
.main-container ul.pager li.pager-next a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
  padding-left: 10px;
}
@media (max-width: 480px) {
  .main-container ul.pager li.pager-next a {
    clear: both;
    float: none;
    margin-top: 20px;
    position: inherit;
  }
}
@media (max-width: 480px) {
  .main-container ul.pager li.pager-previous {
    display: block;
  }
}
.main-container ul.pager li.pager-previous a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  color: #fff;
  background-color: #ff7800;
  border-color: #ff7800;
  padding: 3px 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: 22px;
}
.main-container ul.pager li.pager-previous a:focus,
.main-container ul.pager li.pager-previous a:active:focus,
.main-container ul.pager li.pager-previous a.active:focus,
.main-container ul.pager li.pager-previous a.focus,
.main-container ul.pager li.pager-previous a:active.focus,
.main-container ul.pager li.pager-previous a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.main-container ul.pager li.pager-previous a:hover,
.main-container ul.pager li.pager-previous a:focus,
.main-container ul.pager li.pager-previous a.focus {
  color: #fff;
  text-decoration: none;
}
.main-container ul.pager li.pager-previous a:active,
.main-container ul.pager li.pager-previous a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.main-container ul.pager li.pager-previous a.disabled,
.main-container ul.pager li.pager-previous a[disabled],
fieldset[disabled] .main-container ul.pager li.pager-previous a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-container ul.pager li.pager-previous a:focus,
.main-container ul.pager li.pager-previous a:active:focus,
.main-container ul.pager li.pager-previous a.active:focus,
.main-container ul.pager li.pager-previous a.focus,
.main-container ul.pager li.pager-previous a:active.focus,
.main-container ul.pager li.pager-previous a.active.focus {
  outline: none;
}
.main-container ul.pager li.pager-previous a:active,
.main-container ul.pager li.pager-previous a.active,
.main-container ul.pager li.pager-previous a:hover,
.main-container ul.pager li.pager-previous a:focus,
.main-container ul.pager li.pager-previous a.focus {
  outline: none;
}
.main-container ul.pager li.pager-previous a:hover,
.main-container ul.pager li.pager-previous a:active,
.main-container ul.pager li.pager-previous a.active,
.open > .dropdown-toggle.main-container ul.pager li.pager-previous a {
  color: #fff;
  background-color: #ff9333;
  border-color: #ff983d;
}
.main-container ul.pager li.pager-previous a:active,
.main-container ul.pager li.pager-previous a.active,
.open > .dropdown-toggle.main-container ul.pager li.pager-previous a {
  background-image: none;
}
.main-container ul.pager li.pager-previous a.disabled,
.main-container ul.pager li.pager-previous a[disabled],
fieldset[disabled] .main-container ul.pager li.pager-previous a,
.main-container ul.pager li.pager-previous a.disabled:hover,
.main-container ul.pager li.pager-previous a[disabled]:hover,
fieldset[disabled] .main-container ul.pager li.pager-previous a:hover,
.main-container ul.pager li.pager-previous a.disabled:active,
.main-container ul.pager li.pager-previous a[disabled]:active,
fieldset[disabled] .main-container ul.pager li.pager-previous a:active,
.main-container ul.pager li.pager-previous a.disabled.active,
.main-container ul.pager li.pager-previous a[disabled].active,
fieldset[disabled] .main-container ul.pager li.pager-previous a.active {
  background-color: #ff7800;
  border-color: #ff7800;
}
.main-container ul.pager li.pager-previous a:active,
.main-container ul.pager li.pager-previous a.active {
  background-color: #cc6000;
  border-color: #c25b00;
}
.main-container ul.pager li.pager-previous a .badge {
  color: #ff7800;
  background-color: #fff;
}
.main-container ul.pager li.pager-previous a.btn-invert {
  color: #ff7800;
  background-color: #fff;
  border-color: #ff7800;
}
.main-container ul.pager li.pager-previous a.btn-invert:hover,
.main-container ul.pager li.pager-previous a.btn-invert:active,
.main-container ul.pager li.pager-previous a.btn-invert.active,
.btn-invert.open > .dropdown-toggle.main-container ul.pager li.pager-previous a {
  color: #ff9333;
  background-color: #ffffff;
  border-color: #ff983d;
}
.main-container ul.pager li.pager-previous a.btn-invert:active,
.main-container ul.pager li.pager-previous a.btn-invert.active {
  color: #cc6000;
  background-color: #e6e6e6;
  border-color: #c25b00;
}
.main-container ul.pager li.pager-previous a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e079";
  padding-right: 10px;
}
@media (max-width: 480px) {
  .main-container ul.pager li.pager-previous a {
    clear: both;
    float: none;
    margin-bottom: 20px;
    position: inherit;
  }
}
body .form-select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
}
body #block-oht-generic-fullarticlelist-tax,
body #block-oht-generic-fullarticlelist {
  position: relative;
  padding: 9px 0;
}
body #block-oht-generic-fullarticlelist-tax .block-content a,
body #block-oht-generic-fullarticlelist .block-content a {
  display: block;
  background-color: #a5a5a5;
  color: #ffffff;
  padding: 8px 14px 8px 32px;
  float: left;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-fullarticlelist-tax .block-content a:before,
body #block-oht-generic-fullarticlelist .block-content a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 16px;
  line-height: 16px;
  margin-top: -8px;
  color: #ffffff;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e055";
}
body.ld-right #block-oht-generic-fullarticlelist .block-content > a {
  padding: 8px 32px 8px 14px;
  float: right;
}
body.ld-right #block-oht-generic-fullarticlelist .block-content > a:before {
  left: initial;
  right: 10px;
}
body #block-oht-generic-prefacetool-tax,
body #block-oht-generic-prefacetool {
  padding: 9px 0;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-prefacetool-tax .block-content > a,
body #block-oht-generic-prefacetool .block-content > a {
  position: relative;
  display: block;
  line-height: 16px;
  color: #ffffff;
  background-color: #ff7800;
  font-size: 14px;
  text-decoration: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body #block-oht-generic-prefacetool-tax .block-content > a:before,
body #block-oht-generic-prefacetool .block-content > a:before {
  position: absolute;
  top: 50%;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ffffff;
}
body #block-oht-generic-prefacetool-tax .block-content > a.prev-article,
body #block-oht-generic-prefacetool .block-content > a.prev-article {
  float: left;
  padding: 8px 14px 8px 28px;
}
body #block-oht-generic-prefacetool-tax .block-content > a.prev-article:before,
body #block-oht-generic-prefacetool .block-content > a.prev-article:before {
  left: 6px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e079";
}
body #block-oht-generic-prefacetool-tax .block-content > a.next-article,
body #block-oht-generic-prefacetool .block-content > a.next-article {
  float: right;
  padding: 8px 28px 8px 14px;
}
body #block-oht-generic-prefacetool-tax .block-content > a.next-article:before,
body #block-oht-generic-prefacetool .block-content > a.next-article:before {
  right: 8px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
}
body.ld-right #block-menu-menu-categories-menu .block-title {
  text-align: right;
}
body.ld-right #block-menu-menu-categories-menu .block-content a {
  text-align: right;
}
body #block-oht-generic-articlesyoumightlike,
body #block-views-fair-traide-block-1,
body #block-views-categories-block-4,
body #block-views-blog-block-4 {
  background-color: #f7f7f7;
}
body #block-oht-generic-articlesyoumightlike .block-title,
body #block-views-fair-traide-block-1 .block-title,
body #block-views-categories-block-4 .block-title,
body #block-views-blog-block-4 .block-title {
  position: relative;
  width: 88%;
  margin: auto;
  padding: 18px 0 10px 22px;
  color: #448ccb;
  border-bottom: 2px solid #448ccb;
}
body #block-oht-generic-articlesyoumightlike .block-title:before,
body #block-views-fair-traide-block-1 .block-title:before,
body #block-views-categories-block-4 .block-title:before,
body #block-views-blog-block-4 .block-title:before {
  position: absolute;
  left: 2px;
  top: 21px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e023";
}
body #block-oht-generic-articlesyoumightlike .view-content .views-row,
body #block-views-fair-traide-block-1 .view-content .views-row,
body #block-views-categories-block-4 .view-content .views-row,
body #block-views-blog-block-4 .view-content .views-row {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body #block-oht-generic-articlesyoumightlike .view-content .views-row:before,
body #block-views-fair-traide-block-1 .view-content .views-row:before,
body #block-views-categories-block-4 .view-content .views-row:before,
body #block-views-blog-block-4 .view-content .views-row:before,
body #block-oht-generic-articlesyoumightlike .view-content .views-row:after,
body #block-views-fair-traide-block-1 .view-content .views-row:after,
body #block-views-categories-block-4 .view-content .views-row:after,
body #block-views-blog-block-4 .view-content .views-row:after {
  content: " ";
  display: table;
}
body #block-oht-generic-articlesyoumightlike .view-content .views-row:after,
body #block-views-fair-traide-block-1 .view-content .views-row:after,
body #block-views-categories-block-4 .view-content .views-row:after,
body #block-views-blog-block-4 .view-content .views-row:after {
  clear: both;
}
body #block-oht-generic-articlesyoumightlike .view-content .views-row:before,
body #block-views-fair-traide-block-1 .view-content .views-row:before,
body #block-views-categories-block-4 .view-content .views-row:before,
body #block-views-blog-block-4 .view-content .views-row:before,
body #block-oht-generic-articlesyoumightlike .view-content .views-row:after,
body #block-views-fair-traide-block-1 .view-content .views-row:after,
body #block-views-categories-block-4 .view-content .views-row:after,
body #block-views-blog-block-4 .view-content .views-row:after {
  content: " ";
  display: table;
}
body #block-oht-generic-articlesyoumightlike .view-content .views-row:after,
body #block-views-fair-traide-block-1 .view-content .views-row:after,
body #block-views-categories-block-4 .view-content .views-row:after,
body #block-views-blog-block-4 .view-content .views-row:after {
  clear: both;
}
body #block-oht-generic-articlesyoumightlike .view-content .views-row .views-field-field-image,
body #block-views-fair-traide-block-1 .view-content .views-row .views-field-field-image,
body #block-views-categories-block-4 .view-content .views-row .views-field-field-image,
body #block-views-blog-block-4 .view-content .views-row .views-field-field-image {
  float: left;
  padding-right: 25px;
}
body #block-oht-generic-articlesyoumightlike .view-content .views-row .views-field-created,
body #block-views-fair-traide-block-1 .view-content .views-row .views-field-created,
body #block-views-categories-block-4 .view-content .views-row .views-field-created,
body #block-views-blog-block-4 .view-content .views-row .views-field-created {
  color: #737373;
  font-size: 13px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-articlesyoumightlike .view-content .views-row .views-field-title a,
body #block-views-fair-traide-block-1 .view-content .views-row .views-field-title a,
body #block-views-categories-block-4 .view-content .views-row .views-field-title a,
body #block-views-blog-block-4 .view-content .views-row .views-field-title a {
  color: #444444;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-articlesyoumightlike .view-content .views-row .views-field-nothing-1,
body #block-views-fair-traide-block-1 .view-content .views-row .views-field-nothing-1,
body #block-views-categories-block-4 .view-content .views-row .views-field-nothing-1,
body #block-views-blog-block-4 .view-content .views-row .views-field-nothing-1 {
  display: none;
}
body #block-oht-generic-articlesyoumightlike .view-content .views-row:last-child,
body #block-views-fair-traide-block-1 .view-content .views-row:last-child,
body #block-views-categories-block-4 .view-content .views-row:last-child,
body #block-views-blog-block-4 .view-content .views-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body #block-oht-generic-articlesyoumightlike .block-title {
  color: #ff7800;
  border-bottom: 2px solid #ff7800;
}
body #block-oht-generic-articlesyoumightlike .block-title:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e005";
}
body #block-views-fair-traide-block-1 .block-title {
  color: #3ab94e;
  border-bottom: 2px solid #3ab94e;
}
body.ld-right #block-oht-generic-articlesyoumightlike .block-title,
body.ld-right #block-views-categories-block-4 .block-title,
body.ld-right #block-views-blog-block-4 .block-title {
  padding-right: 22px;
  text-align: right;
}
body.ld-right #block-oht-generic-articlesyoumightlike .block-title:before,
body.ld-right #block-views-categories-block-4 .block-title:before,
body.ld-right #block-views-blog-block-4 .block-title:before {
  left: initial;
  right: 2px;
}
body.ld-right #block-oht-generic-articlesyoumightlike .view-content .views-row .views-field-field-image,
body.ld-right #block-views-categories-block-4 .view-content .views-row .views-field-field-image,
body.ld-right #block-views-blog-block-4 .view-content .views-row .views-field-field-image {
  float: right;
  padding-right: 0;
  padding-left: 22px;
}
body.ld-right #block-oht-generic-articlesyoumightlike .view-content .views-row .views-field-created,
body.ld-right #block-views-categories-block-4 .view-content .views-row .views-field-created,
body.ld-right #block-views-blog-block-4 .view-content .views-row .views-field-created {
  text-align: right;
}
body.ld-right #block-oht-generic-articlesyoumightlike .view-content .views-row .views-field-title,
body.ld-right #block-views-categories-block-4 .view-content .views-row .views-field-title,
body.ld-right #block-views-blog-block-4 .view-content .views-row .views-field-title {
  text-align: right;
}
body #block-views-categories-block-5,
body #block-views-blog-block-5 {
  background-color: #f7f7f7;
}
body #block-views-categories-block-5 .block-title,
body #block-views-blog-block-5 .block-title {
  position: relative;
  width: 88%;
  margin: auto;
  padding: 18px 0 10px 22px;
  color: #929292;
  border-bottom: 2px solid #929292;
}
body #block-views-categories-block-5 .block-title:before,
body #block-views-blog-block-5 .block-title:before {
  position: absolute;
  left: 2px;
  top: 21px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e041";
}
body #block-views-categories-block-5 .tags a,
body #block-views-blog-block-5 .tags a {
  color: #5bb5c2;
  font-size: 13px;
  line-height: 27px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}
body #block-views-categories-block-5 .tags a:hover,
body #block-views-blog-block-5 .tags a:hover {
  text-decoration: none;
}
body.ld-right #block-views-categories-block-5 .block-title,
body.ld-right #block-views-blog-block-5 .block-title {
  padding-right: 22px;
  text-align: right;
}
body.ld-right #block-views-categories-block-5 .block-title:before,
body.ld-right #block-views-blog-block-5 .block-title:before {
  left: initial;
  right: 2px;
}
body #block-menu-menu-api-links .block-content > ul.menu .nolink {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #444444;
  text-decoration: none;
  font-size: 13px;
  padding: 0 10px;
  background: url("../images/sprite.png") no-repeat -310px -217px;
  background-color: #f7f7f7;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-menu-menu-api-links .block-content > ul.menu .nolink.expanded,
body #block-menu-menu-api-links .block-content > ul.menu .nolink:hover {
  color: #448ccb;
  background-color: #fff;
  font-family: 'SpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
}
body #block-menu-menu-api-links .block-content > ul.menu .nolink.expanded {
  background: #fff url("../images/sprite.png") no-repeat -310px -266px;
}
body #block-menu-menu-api-links .block-content > ul.menu .nolink + ul {
  display: none;
}
body #block-menu-menu-api-links .block-content > ul.menu a {
  background: url("../images/sprite.png") no-repeat 6px -1321px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #block-menu-menu-api-links .block-content > ul.menu a:hover {
  color: #ff7800;
}
body #block-menu-menu-api-links .block-content > ul.menu .load-process-link a {
  background: url('../images/wait.gif') no-repeat right 10px center;
}
body.ld-right #block-menu-menu-api-links {
  text-align: right;
}
body.ld-right #block-menu-menu-api-links .block-content > ul.menu .nolink {
  background: #fff url("../images/sprite.png") no-repeat -576px -217px;
}
body.ld-right #block-menu-menu-api-links .block-content > ul.menu .nolink.expanded {
  background: #fff url("../images/sprite.png") no-repeat -576px -266px;
}
body.ld-right #block-menu-menu-api-links .block-content > ul.menu a {
  background: url("../images/sprite.png") no-repeat -306px -1320px;
}
#block-menu-menu-api .block-title {
  color: #448ccb;
}
#block-menu-menu-api .menu li {
  margin: 0;
}
#block-menu-menu-api .menu a {
  background-color: #f7f7f7;
}
#block-menu-menu-api .menu a.active,
#block-menu-menu-api .menu a:hover {
  background-color: #fff;
  color: #ff7800;
}
#block-menu-menu-api .menu .load-process-link a {
  background-color: #f7f7f7;
  background: url('../images/wait.gif') no-repeat right 10px center;
}
body #block-oht-generic-fairtraideheader .block-content {
  padding-left: 100px;
  background: url("../images/fair-traide-logosecond.png") no-repeat 0px -15px;
}
body #block-oht-generic-fairtraideheader .block-content h3,
body #block-oht-generic-fairtraideheader .block-content h2 {
  color: #fff;
  font-size: 42px;
  text-shadow: 0px 0px 8px black;
  margin: 0px;
  line-height: 42px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-fairtraideheader .block-content h3 {
  font-size: 24px;
  text-shadow: 0px 0px 8px black;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-fairtraideheader .block-content .line {
  color: #fff;
  font-weight: bold;
  height: 15px;
  border-top: 2px solid #fff;
  margin-top: 15px;
  width: 40px;
}
body.ld-right #block-oht-generic-fairtraideheader .block-content {
  padding-left: 0;
  padding-right: 100px;
  text-align: right;
  background: url("../images/fair-traide-logosecond.png") no-repeat right -15px;
}
body.ld-right #block-oht-generic-fairtraideheader .block-content .line {
  margin-left: auto;
}
body #block-oht-generic-sociallinks {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 10px 5px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  opacity: 0.9;
  background-color: #fff;
}
body.ld-right #block-oht-generic-sociallinks {
  right: initial;
  left: 0;
}
body #block-oht-generic-fairtraidemain {
  border: none;
}
body #block-oht-generic-fairtraidemain .block-title {
  color: #ff7800;
}
body #block-oht-generic-fairtraidemain .block-content {
  padding-left: 0;
  padding-right: 0;
}
body #block-oht-generic-fairtraidemain .block-content a {
  color: #fff;
  background: url('../images/sprite.png') 0px -1271px no-repeat;
  font-size: 14px;
  text-decoration: none;
  padding-left: 30px;
  display: block;
  line-height: 28px;
  overflow: hidden;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-menu-menu-fair-trade {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-menu-menu-fair-trade a:hover {
  color: #3ab94e;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform {
  background-color: #f4f9fb;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-title {
  padding: 20px 20px 0 20px;
  color: #448ccb;
  display: block;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-title:before,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-title:after {
  padding: 0 15px;
  content: '---';
  display: inline-block;
  color: #bcd6ec;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content {
  margin: 20px 20px 68px 20px;
  background-color: #fff;
  padding: 2px;
  position: relative;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form {
  display: block;
  border: 1px solid #cfe1e6;
  padding: 10px;
  text-align: center;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item {
  margin-bottom: 10px;
  text-align: left;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item.webform-component-email,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item.webform-component-textfield {
  border: 1px solid #d8d8d8;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item.webform-component-email:before,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item.webform-component-textfield:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 30px;
  text-align: center;
  line-height: 30px;
  width: 15%;
  color: #656565;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item.webform-component-email input,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item.webform-component-textfield input {
  display: inline-block;
  border: 0;
  height: 30px;
  padding: 0;
  line-height: 30px;
  width: 80%;
  background: none;
  color: #656565;
  font-size: 13px;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item.webform-component-email input:focus,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item.webform-component-textfield input:focus {
  padding: 0;
  border: 0;
  margin: 0;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item.webform-component-markup {
  color: #808080;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item.webform-component-markup p {
  margin: 0;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item#webform-component-full-name:before {
  content: "\e008";
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item#webform-component-email:before {
  content: "\2709";
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item#webform-component-phone-number:before {
  content: "\e145";
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-item#webform-component-company-name:before {
  content: "\e043";
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2) .block.block-webform .block-content form .form-submit {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 18px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-text-shadow: 1px 1px 3px #255884;
  -moz-text-shadow: 1px 1px 3px #255884;
  text-shadow: 1px 1px 3px #255884;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program-blog .block.block-webform,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).node-type-fair-trade .block.block-webform {
  background-color: #f6f7e1;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program-blog .block.block-webform .block-content,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).node-type-fair-trade .block.block-webform .block-content {
  background-color: initial;
  border: 2px solid #b3af9e;
  padding: 25px;
  margin: 10px;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content h2 a,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program-blog .block.block-webform .block-content h2 a,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).node-type-fair-trade .block.block-webform .block-content h2 a {
  font-size: 24px;
  line-height: 26px;
  color: #3ab94e;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content .field-name-field-exp-page-webform-title,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program-blog .block.block-webform .block-content .field-name-field-exp-page-webform-title,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).node-type-fair-trade .block.block-webform .block-content .field-name-field-exp-page-webform-title {
  font-size: 13px;
  color: #444444;
  text-align: center;
  background: url('../images/fair-traide-line.png') center bottom no-repeat;
  padding-bottom: 10px;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content .webform-client-form,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program-blog .block.block-webform .block-content .webform-client-form,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).node-type-fair-trade .block.block-webform .block-content .webform-client-form {
  border: none;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content .webform-client-form .webform-component-textfield,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program-blog .block.block-webform .block-content .webform-client-form .webform-component-textfield,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).node-type-fair-trade .block.block-webform .block-content .webform-client-form .webform-component-textfield,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content .webform-client-form .webform-component-email,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program-blog .block.block-webform .block-content .webform-client-form .webform-component-email,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).node-type-fair-trade .block.block-webform .block-content .webform-client-form .webform-component-email {
  background-color: #fff;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content .webform-client-form .form-submit,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program-blog .block.block-webform .block-content .webform-client-form .form-submit,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).node-type-fair-trade .block.block-webform .block-content .webform-client-form .form-submit {
  background-color: #3ab94e;
  border-color: #3ab94e;
  text-shadow: none;
}
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content .statistics_counter,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).page-fair-trade-program-blog .block.block-webform .block-content .statistics_counter,
body:not(.page-clients-logos):not(.page-sync-translator,.page-language2).node-type-fair-trade .block.block-webform .block-content .statistics_counter {
  display: none;
}
body #block-oht-generic-fairtraide .block-content {
  padding-top: 128px;
  background: url('../images/fair-traide-logo.png') center -56px no-repeat;
}
body #block-oht-generic-fairtraide .block-content h2 {
  color: #fff;
  font-size: 60px;
  text-shadow: 0px 0px 8px black;
  margin: 0px;
  line-height: 42px;
  text-align: center;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-fairtraide .block-content .links {
  list-style: none;
  text-align: center;
  margin-top: 56px;
  padding: 0;
}
body #block-oht-generic-fairtraide .block-content .links li {
  display: inline-block;
}
body #block-oht-generic-fairtraide .block-content .links a {
  display: block;
  width: 100px;
  background: #3ab94e;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-pricingbottom {
  text-align: center;
  margin-top: 20px;
}
body #block-oht-generic-pricingbottom .block-content {
  position: relative;
  overflow: hidden;
}
body #block-oht-generic-pricingbottom .oht-generic-pricetime {
  padding-bottom: 30px;
}
body #block-oht-generic-pricingbottom .oht-generic-pricing-bottom-right,
body #block-oht-generic-pricingbottom .oht-generic-pricing-bottom {
  float: left;
  width: 50%;
  margin: 30px 0;
  line-height: 22.5px;
  color: #444444;
  font-size: 15px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-pricingbottom a.translate-button,
body #block-oht-generic-pricingbottom a.get-quote {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  height: 55px;
  background-color: #ff7800;
  text-transform: uppercase;
  text-shadow: 0px 2px 1px #994800;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 18px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body #block-oht-generic-pricingbottom a.get-quote {
  background-color: #fff;
  color: #448ccb;
  text-shadow: none;
}
body #block-oht-generic-pricingbottom .custom-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f6f7;
}
body #block-oht-generic-search .block-title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 25px;
  color: #444444;
  font-size: 40px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-search .block-content form {
  text-align: center;
}
body #block-oht-generic-search .block-content form .text {
  padding-bottom: 16px;
  color: #737373;
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-search .block-content form .form-submit,
body #block-oht-generic-search .block-content form .form-item {
  display: inline-block;
}
body #block-oht-generic-search .block-content form .form-submit.form-item-search input,
body #block-oht-generic-search .block-content form .form-item.form-item-search input {
  height: 40px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body #block-oht-generic-search .block-content form .form-submit {
  margin-top: -1px;
  display: block;
  margin: 0 auto;
  background-color: #ff7800;
  border: 0;
  height: 40px;
  width: 132px;
  text-transform: uppercase;
  text-shadow: #b35400 0px 2px 0px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body #block-oht-generic-search .block-content form .form-item {
  width: 33%;
}
body #block-oht-generic-search .block-content form .form-item input {
  color: #929292;
}
body #block-oht-generic-supportleft .contact-support-block,
body #block-block-7 .contact-support-block {
  padding: 35px 20px;
  background-color: #f1f6f7;
}
body #block-oht-generic-supportleft .contact-support-block h2,
body #block-block-7 .contact-support-block h2 {
  color: #448ccb;
  text-align: center;
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content,
body #block-block-7 .contact-support-block .contact-support-block-content {
  text-align: center;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content:before,
body #block-block-7 .contact-support-block .contact-support-block-content:before,
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content:after,
body #block-block-7 .contact-support-block .contact-support-block-content:after {
  content: " ";
  display: table;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content:after,
body #block-block-7 .contact-support-block .contact-support-block-content:after {
  clear: both;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content:before,
body #block-block-7 .contact-support-block .contact-support-block-content:before,
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content:after,
body #block-block-7 .contact-support-block .contact-support-block-content:after {
  content: " ";
  display: table;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content:after,
body #block-block-7 .contact-support-block .contact-support-block-content:after {
  clear: both;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content > span,
body #block-block-7 .contact-support-block .contact-support-block-content > span {
  background: #fff;
  border-top: #eeeeee 1px solid;
  border-bottom: #eeeeee 1px solid;
  padding: 12px 8px;
  margin-right: -4px;
  display: inline-block;
  min-height: 21px;
  min-width: 6px;
  vertical-align: top;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content > span a,
body #block-block-7 .contact-support-block .contact-support-block-content > span a {
  display: inline;
  color: #444444;
  text-decoration: none;
  padding-left: 22px;
  background: url('../images/sprite.png') 0 -996px no-repeat;
  line-height: 19.5px;
  font-size: 13px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content .first,
body #block-block-7 .contact-support-block .contact-support-block-content .first {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content .second a,
body #block-block-7 .contact-support-block .contact-support-block-content .second a {
  background: url('../images/sprite.png') 0px -256px no-repeat;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content .last,
body #block-block-7 .contact-support-block .contact-support-block-content .last {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content .last a,
body #block-block-7 .contact-support-block .contact-support-block-content .last a {
  background: url('../images/sprite.png') 0px -297px no-repeat;
}
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content .clear,
body #block-block-7 .contact-support-block .contact-support-block-content .clear,
body #block-oht-generic-supportleft .contact-support-block .contact-support-block-content .hidden-text,
body #block-block-7 .contact-support-block .contact-support-block-content .hidden-text {
  display: none;
  position: absolute;
  padding: 10px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  bottom: -50px;
  right: -50px;
  color: #448ccb;
  width: 120px;
  text-align: center;
}
body #block-oht-generic-supportleft .contact-support-block .text,
body #block-block-7 .contact-support-block .text {
  padding-top: 20px;
}
body #block-oht-generic-supportleft .contact-support-block .text a,
body #block-block-7 .contact-support-block .text a {
  color: #448ccb;
  background: url('../images/sprite.png') 230px -1039px no-repeat;
  display: block;
  text-decoration: none;
  font-size: 13px;
  padding: 0 20px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-supportleft .must-know,
body #block-block-7 .must-know {
  background-color: #fafafa;
  padding: 30px 20px 30px 20px;
}
body #block-oht-generic-supportleft .must-know h2,
body #block-block-7 .must-know h2 {
  color: #ff7800;
  letter-spacing: 0.1px;
  font-size: 26px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-supportleft .must-know .content a,
body #block-block-7 .must-know .content a {
  display: block;
  color: #444444;
  text-decoration: none;
  padding-bottom: 10px;
}
body #block-oht-generic-supportleft .cant-find,
body #block-block-7 .cant-find {
  padding: 20px;
  border: 1px solid #eeeeee;
  line-height: 19.5px;
  color: #444444;
  font-size: 13px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-supportleft .cant-find h2 a,
body #block-block-7 .cant-find h2 a {
  color: #448ccb;
  display: block;
  word-spacing: 0;
  margin-bottom: 15px;
  background: url('../images/sprite.png') 220px -1083px no-repeat;
  font-size: 28px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-supportleft .cant-find h2 a:hover,
body #block-block-7 .cant-find h2 a:hover {
  text-decoration: none;
}
body #block-oht-generic-supportleft .cant-find .content,
body #block-block-7 .cant-find .content {
  color: #737373;
}
body.ld-right #block-block-7 {
  text-align: right;
}
body.ld-right #block-block-7 .contact-support-block .text a {
  background: url('../images/sprite.png') -568px -1039px no-repeat;
}
body.ld-right #block-block-7 .cant-find h2 {
  background: url('../images/sprite.png') -566px -1083px no-repeat;
}
body #block-oht-generic-support .block-content h2 {
  float: left;
  line-height: 38px;
  font-size: 38px;
  color: #444444;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-support .block-content h2 img {
  float: left;
  padding: 10px 15px 0 0;
}
body #block-oht-generic-support .block-content .back {
  float: right;
  margin-top: 18px;
}
body #block-oht-generic-support .block-content .back a {
  text-decoration: none;
  line-height: 50px;
  color: #444444;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-support .block-content .line {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
body #block-oht-generic-support .block-content .line:before,
body #block-oht-generic-support .block-content .line:after {
  content: " ";
  display: table;
}
body #block-oht-generic-support .block-content .line:after {
  clear: both;
}
body #block-oht-generic-support .block-content .line:before,
body #block-oht-generic-support .block-content .line:after {
  content: " ";
  display: table;
}
body #block-oht-generic-support .block-content .line:after {
  clear: both;
}
body #block-oht-generic-support .block-content h1 {
  color: #5bb5c2;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 20px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.ld-right #block-oht-generic-support {
  text-align: right;
}
body.ld-right #block-oht-generic-support .block-content h2 {
  float: right;
}
body.ld-right #block-oht-generic-support .block-content h2 img {
  float: right;
  padding: 10px 0 0 15px;
}
body.ld-right #block-oht-generic-support .block-content .back {
  float: left;
}
body #block-views-support-block-2 .block-title {
  padding-bottom: 15px;
  color: #444444;
  font-size: 20px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-views-support-block-2 .block-content a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
  color: #5bb5c2;
  font-size: 13px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.ld-right #block-views-support-block-2 {
  text-align: right;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .block-title,
body #block-views-language-translation-new-block .block-title,
body #block-views-expert-translation-new-block .block-title {
  color: #444444;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-shadow: #fff 0px 1px 0px;
  border-bottom: 3px solid #d5d5d5;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view table,
body #block-views-language-translation-new-block .view table,
body #block-views-expert-translation-new-block .view table {
  width: 100%;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .col-2,
body #block-views-language-translation-new-block .view .col-2,
body #block-views-expert-translation-new-block .view .col-2 {
  padding: 0 17px;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .td-inner,
body #block-views-language-translation-new-block .view .td-inner,
body #block-views-expert-translation-new-block .view .td-inner {
  border: 1px solid #d5d5d5;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .td-inner.empty-td,
body #block-views-language-translation-new-block .view .td-inner.empty-td,
body #block-views-expert-translation-new-block .view .td-inner.empty-td {
  visibility: hidden;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .td-inner td:first-child,
body #block-views-language-translation-new-block .view .td-inner td:first-child,
body #block-views-expert-translation-new-block .view .td-inner td:first-child {
  width: 38px;
  text-align: center;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .td-inner a,
body #block-views-language-translation-new-block .view .td-inner a,
body #block-views-expert-translation-new-block .view .td-inner a {
  line-height: 24px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  color: #448ccb;
  font-size: 15px;
  text-decoration: none;
  font-family: 'SegoeUI-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .td-inner a:hover,
body #block-views-language-translation-new-block .view .td-inner a:hover,
body #block-views-expert-translation-new-block .view .td-inner a:hover {
  text-decoration: underline;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .view-footer,
body #block-views-language-translation-new-block .view .view-footer,
body #block-views-expert-translation-new-block .view .view-footer {
  width: 100%;
  text-align: center;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .view-footer:before,
body #block-views-language-translation-new-block .view .view-footer:before,
body #block-views-expert-translation-new-block .view .view-footer:before,
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .view-footer:after,
body #block-views-language-translation-new-block .view .view-footer:after,
body #block-views-expert-translation-new-block .view .view-footer:after {
  content: " ";
  display: table;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .view-footer:after,
body #block-views-language-translation-new-block .view .view-footer:after,
body #block-views-expert-translation-new-block .view .view-footer:after {
  clear: both;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .view-footer:before,
body #block-views-language-translation-new-block .view .view-footer:before,
body #block-views-expert-translation-new-block .view .view-footer:before,
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .view-footer:after,
body #block-views-language-translation-new-block .view .view-footer:after,
body #block-views-expert-translation-new-block .view .view-footer:after {
  content: " ";
  display: table;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .view-footer:after,
body #block-views-language-translation-new-block .view .view-footer:after,
body #block-views-expert-translation-new-block .view .view-footer:after {
  clear: both;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .view-footer a,
body #block-views-language-translation-new-block .view .view-footer a,
body #block-views-expert-translation-new-block .view .view-footer a {
  display: inline-block;
  background-color: #ff7800;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-decoration: none;
}
body #block-views-233e4d21a89869c70e2a8b2208577e2c .view .view-footer a:hover,
body #block-views-language-translation-new-block .view .view-footer a:hover,
body #block-views-expert-translation-new-block .view .view-footer a:hover {
  text-decoration: underline;
}
body.ld-right #block-views-233e4d21a89869c70e2a8b2208577e2c .views-field-title *,
body.ld-right #block-views-language-translation-new-block .views-field-title *,
body.ld-right #block-views-expert-translation-new-block .views-field-title * {
  direction: rtl;
}
body #block-oht-generic-intro-header {
  background: url('../images/intro-header.png') left top no-repeat;
  height: 360px;
  margin-top: -65px;
  margin-bottom: 30px;
}
body #block-oht-generic-intro-header .header-text-first {
  padding-top: 65px;
  padding-left: 23px;
  color: #444444;
  line-height: 40px;
  font-size: 30px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-intro-header .header-text-first span {
  color: #929292;
  font-size: 24px;
}
body #block-oht-generic-intro-header .header-text-second {
  color: #fff;
  padding: 25px 23px 0;
  margin-bottom: 16px;
  width: 56%;
  line-height: 52px;
  font-size: 40px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-generic-intro-header .header-text-third {
  line-height: 27px;
  font-size: 18px;
}
body.ld-right #block-oht-generic-intro-header {
  background: url('../images/intro-header-ltr.png') right top no-repeat;
  text-align: right;
}
body.ld-right #block-oht-generic-intro-header .header-text-second {
  float: right;
}
body.ld-right #block-oht-generic-intro-header .header-text-third {
  clear: both;
}
body #block-oht-generic-intro-footer {
  padding-top: 30px;
}
body #block-oht-generic-intro-footer .block-content {
  text-align: center;
  color: #444444;
  padding-bottom: 120px;
  background: url('../images/intro-footer.png') center bottom no-repeat;
  background-size: contain;
  font-size: 20px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.front #block-webform-client-block-5839 .block-inner {
  padding: 5px;
}
body.front #block-webform-client-block-5839 .block-inner .block-content .form-item #edit-submitted-i-am-a label input {
  margin: 5px 0px 0px -20px !important;
}
body.front #block-webform-client-block-5839 .block-inner .block-content .form-item label {
  line-height: 20px;
  margin: 0px;
  padding: 0px 10px 0px 0px;
}
body.page-services-supported-languages #block-oht-forms-let-us-know {
  margin: 0px -21px 0px 0px;
}
body.page-services-supported-languages #block-oht-forms-let-us-know .block-inner {
  background-color: #f2f2f2;
  padding: 0px;
}
body.page-services-supported-languages #block-oht-forms-let-us-know .block-inner .block-content label {
  width: 100%!important;
}
body.page-services-supported-languages #block-oht-forms-let-us-know .block-inner .block-content #edit-last-name,
body.page-services-supported-languages #block-oht-forms-let-us-know .block-inner .block-content #edit-email,
body.page-services-supported-languages #block-oht-forms-let-us-know .block-inner .block-content #edit-company,
body.page-services-supported-languages #block-oht-forms-let-us-know .block-inner .block-content #edit-phone,
body.page-services-supported-languages #block-oht-forms-let-us-know .block-inner .block-content #edit-description {
  width: 90%;
}
body.page-services-supported-languages #block-oht-forms-let-us-know .block-inner .block-content #edit-00nw0000008fkl1 label {
  padding: 0px 0px 0px 20px;
}
body.page-homepage #block-oht-forms-let-us-know {
  width: 100%;
  margin: 0px;
}
body.page-homepage #block-oht-forms-let-us-know .block-inner {
  padding: 0px 10px 20px 10px;
}
body.page-homepage #block-oht-forms-let-us-know .block-inner .block-content {
  padding: 10px 10px ;
}
body.page-homepage #block-oht-forms-let-us-know .block-inner .block-content .form-item label {
  padding-left: 0px;
}
body.page-benefits-industry-expertise #block-oht-forms-let-us-know {
  width: 110%;
  margin: 0px -21px 0px 0px;
}
body.page-benefits-industry-expertise #block-oht-forms-let-us-know .block-inner {
  background-color: #f2f2f2;
  padding: 30px;
}
body.page-benefits-language-pairs #block-oht-forms-let-us-know {
  width: 47%;
  margin-left: 3%;
  margin-top: 200px;
}
body.page-benefits-language-pairs #block-oht-forms-let-us-know .block-inner {
  padding: 30px;
}
body.page-benefits-language-pairs #block-oht-forms-let-us-know .block-inner .block-content .form-item #edit-last-name,
body.page-benefits-language-pairs #block-oht-forms-let-us-know .block-inner .block-content .form-item #edit-email,
body.page-benefits-language-pairs #block-oht-forms-let-us-know .block-inner .block-content .form-item #edit-company,
body.page-benefits-language-pairs #block-oht-forms-let-us-know .block-inner .block-content .form-item #edit-phone,
body.page-benefits-language-pairs #block-oht-forms-let-us-know .block-inner .block-content .form-item #edit-00nw0000008fkl1 {
  float: left;
  width: 70%;
}
body.page-benefits-language-pairs #block-oht-forms-let-us-know .block-inner .block-content .form-item .form-textarea-wrapper {
  float: left;
  width: 70%;
}
body.page-benefits-language-pairs #block-oht-forms-let-us-know .block-inner .block-content .form-item .form-textarea-wrapper #edit-description {
  float: left;
  width: 100%;
}
body.page-benefits-language-pairs #block-oht-forms-let-us-know .block-inner .block-content .form-item label {
  text-align: left;
  float: left;
  width: 30%;
  padding-left: 20px;
}
body.page-benefits-language-pairs #block-oht-forms-let-us-know .block-inner .block-content .form-submit {
  width: 40%;
}
body #block-oht-forms-let-us-know {
  float: right;
  margin-bottom: 15px;
}
body #block-oht-forms-let-us-know ul {
  display: none;
}
body #block-oht-forms-let-us-know .block-inner {
  background-color: #fafafa;
  padding: 10px;
}
body #block-oht-forms-let-us-know .block-inner .block-title {
  color: #444444;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-forms-let-us-know .block-inner .block-content p {
  color: #737373;
  line-height: 19.5px;
  font-size: 13px;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item {
  min-height: 40px;
  margin-bottom: 10px;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item:before,
body #block-oht-forms-let-us-know .block-inner .block-content .form-item:after {
  content: " ";
  display: table;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item:after {
  clear: both;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item:before,
body #block-oht-forms-let-us-know .block-inner .block-content .form-item:after {
  content: " ";
  display: table;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item:after {
  clear: both;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item #edit-00nw0000008fkl1 label {
  padding: 0px 0px 0px 20px;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item label {
  text-align: center;
  width: 100%;
  margin: 0;
  padding-left: 0px;
  color: #737373;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 13px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item label .form-required {
  display: none;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item .form-textarea-wrapper,
body #block-oht-forms-let-us-know .block-inner .block-content .form-item input {
  float: left;
  width: 100%;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item .form-textarea-wrapper {
  min-height: 108px;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item-00nw0000008fkl1 #edit-00nw0000008fkl1 {
  width: 100%;
  display: inline-block;
  text-transform: none;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item-00nw0000008fkl1 #edit-00nw0000008fkl1 .form-item-00nw0000008fkl1 {
  display: inline-block;
  width: 100%;
  margin: 0px 0px -20px 0px;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item-00nw0000008fkl1 #edit-00nw0000008fkl1 .form-item-00nw0000008fkl1 label {
  width: 100%;
  text-transform: none;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item-00nw0000008fkl1 #edit-00nw0000008fkl1 .form-item-00nw0000008fkl1 label input {
  display: inline-block;
  width: 5%;
  margin: 12px 0px 0px -20px;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-link {
  clear: left;
  float: left;
  padding-top: 15px;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-link a {
  color: #5bb5c2;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-link a:hover {
  text-decoration: underline;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-submit {
  width: 100%;
  clear: right;
  float: right;
  padding: 0 30px;
  margin: 0px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ff7800;
  -webkit-text-shadow: 1px 1px 1px #ff7800;
  -moz-text-shadow: 1px 1px 1px #ff7800;
  text-shadow: 1px 1px 1px #ff7800;
  box-shadow: none;
  border: 0px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-forms-let-us-know .block-inner .block-content ul.list-inline {
  clear: both;
}
body #block-oht-forms-let-us-know .block-inner .block-content ul.list-inline li {
  color: #000;
  padding: 0 30px;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item-last-name input {
  background: url('../images/sprite.png') 12px -205px no-repeat #fff;
  float: left;
  width: 100%;
  display: block;
  border: 1px solid #d2d2d2!important;
  margin: 0!important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #555;
  padding: 0 5px 0 35px!important;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item-email input {
  background: url('../images/sprite.png') 12px -247px no-repeat #fff;
  float: left;
  width: 100%;
  display: block;
  border: 1px solid #d2d2d2!important;
  margin: 0!important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #555;
  padding: 0 5px 0 35px!important;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item-phone input {
  background: url('../images/sprite.png') 12px -285px no-repeat #fff;
  float: left;
  width: 100%;
  display: block;
  border: 1px solid #d2d2d2!important;
  margin: 0!important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #555;
  padding: 0 5px 0 35px!important;
}
body #block-oht-forms-let-us-know .block-inner .block-content .form-item-company input {
  background: url('../images/sprite.png') 12px -325px no-repeat #fff;
  float: left;
  width: 100%;
  display: block;
  border: 1px solid #d2d2d2!important;
  margin: 0!important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #555;
  padding: 0 5px 0 35px!important;
}
body #block-webform-client-block-5839 {
  margin-bottom: 15px;
}
body #block-webform-client-block-5839 ul {
  display: none;
}
body #block-webform-client-block-5839 .block-inner {
  background-color: #fafafa;
  padding: 30px;
}
body #block-webform-client-block-5839 .block-inner .block-title {
  display: none;
}
body #block-webform-client-block-5839 .block-inner .block-content h2 {
  display: none;
}
body #block-webform-client-block-5839 .block-inner .block-content .field-name-field-exp-page-webform-title {
  margin-bottom: 15px;
}
body #block-webform-client-block-5839 .block-inner .block-content .field-name-field-exp-page-webform-title p {
  color: #737373;
  line-height: 19.5px;
  font-size: 13px;
}
body #block-webform-client-block-5839 .block-inner .block-content .field-name-field-exp-page-webform-title p:first-child {
  color: #444444;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-item {
  min-height: 40px;
  margin-bottom: 10px;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-item:before,
body #block-webform-client-block-5839 .block-inner .block-content .form-item:after {
  content: " ";
  display: table;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-item:after {
  clear: both;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-item:before,
body #block-webform-client-block-5839 .block-inner .block-content .form-item:after {
  content: " ";
  display: table;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-item:after {
  clear: both;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-item label {
  float: left;
  margin: 0;
  width: 30%;
  color: #737373;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 13px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-item label .form-required {
  display: none;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-item .form-textarea-wrapper,
body #block-webform-client-block-5839 .block-inner .block-content .form-item input {
  float: left;
  width: 70%;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-item .form-textarea-wrapper {
  min-height: 108px;
}
body #block-webform-client-block-5839 .block-inner .block-content #webform-component-i-am-a #edit-submitted-i-am-a {
  width: 70%;
  display: inline-block;
  text-transform: none;
}
body #block-webform-client-block-5839 .block-inner .block-content #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a {
  display: inline-block;
  width: 100%;
  margin: 0px 0px -20px 0px;
}
body #block-webform-client-block-5839 .block-inner .block-content #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a label {
  width: 100%;
  text-transform: none;
}
body #block-webform-client-block-5839 .block-inner .block-content #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a label input {
  display: inline-block;
  width: 5%;
  margin: 12px 0px 0px -20px;
}
body #block-webform-client-block-5839 .block-inner .block-content .webform-component-email input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body #block-webform-client-block-5839 .block-inner .block-content .webform-component-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body #block-webform-client-block-5839 .block-inner .block-content .webform-component-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body #block-webform-client-block-5839 .block-inner .block-content .webform-component-email input:-ms-input-placeholder {
  color: #999;
}
body #block-webform-client-block-5839 .block-inner .block-content .webform-component-email input::-webkit-input-placeholder {
  color: #999;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-link {
  clear: left;
  float: left;
  padding-top: 15px;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-link a {
  color: #5bb5c2;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-link a:hover {
  text-decoration: underline;
}
body #block-webform-client-block-5839 .block-inner .block-content .form-submit {
  clear: right;
  float: right;
  padding: 0 30px;
  margin: 0px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ff7800;
  -webkit-text-shadow: 1px 1px 1px #ff7800;
  -moz-text-shadow: 1px 1px 1px #ff7800;
  text-shadow: 1px 1px 1px #ff7800;
  box-shadow: none;
  border: 0px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-webform-client-block-5839 .block-inner .block-content ul.list-inline {
  clear: both;
}
body #block-webform-client-block-5839 .block-inner .block-content ul.list-inline li {
  color: #000;
  padding: 0 30px;
}
body.ld-right #block-webform-client-block-5839 .block-inner .block-content .form-item label {
  float: right;
}
body.ld-right #block-webform-client-block-5839 .block-inner .block-content .form-item input {
  float: right;
}
body.ld-right #block-webform-client-block-5839 .block-inner .block-content .form-submit {
  float: left;
  clear: left;
}
body.ld-right #block-webform-client-block-5839 .block-inner .block-content .form-link {
  float: right;
  clear: right;
}
body #block-oht-sync-language-pair .block-inner {
  background-color: #5bb5c2;
  color: #fff;
  text-align: center;
}
body #block-oht-sync-language-pair .block-inner .block-content {
  padding: 30px;
}
body #block-oht-sync-language-pair .block-inner table {
  width: 100%;
}
body #block-oht-sync-language-pair .block-inner table .second,
body #block-oht-sync-language-pair .block-inner table .first {
  position: relative;
  width: 50%;
  padding: 50px 8px;
  vertical-align: top;
}
body #block-oht-sync-language-pair .block-inner table .second .icon,
body #block-oht-sync-language-pair .block-inner table .first .icon {
  width: 60px;
  height: 45px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -30px;
  background: url('../images/sync/sprite-sync.png') -440px -54px no-repeat;
}
body #block-oht-sync-language-pair .block-inner table .second .first-line,
body #block-oht-sync-language-pair .block-inner table .first .first-line {
  font-size: 20px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-sync-language-pair .block-inner table .second .third-line,
body #block-oht-sync-language-pair .block-inner table .first .third-line {
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -80px;
  height: 40px;
  width: 160px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 40px;
  font-size: 13px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body #block-oht-sync-language-pair .block-inner table .second .third-line a,
body #block-oht-sync-language-pair .block-inner table .first .third-line a {
  display: block;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body #block-oht-sync-language-pair .block-inner table .second .third-line a:hover,
body #block-oht-sync-language-pair .block-inner table .first .third-line a:hover {
  text-decoration: underline;
}
body #block-oht-sync-language-pair .block-inner table .first {
  border-right: 1px solid #8dcbd4;
}
body #block-oht-sync-language-pair .block-inner table .first .icon {
  background: url('../images/sync/sprite-sync.png') 14px -62px no-repeat;
}
body #block-oht-sync-language-pair .block-inner table .first .third-line a {
  color: #444444;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner {
  text-align: center;
  padding: 40px 0px;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner:before,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner:after {
  content: " ";
  display: table;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner:after {
  clear: both;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner:before,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner:after {
  content: " ";
  display: table;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner:after {
  clear: both;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .quality,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .speed,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .price {
  width: 33.33%;
  float: left;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .quality .icon,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .speed .icon,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .price .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  background: url('../images/sync/sprite-sync.png') 10px -141px no-repeat;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .quality .header,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .speed .header,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .price .header {
  color: #ff7800;
  padding-bottom: 15px;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .quality .text p:first-child,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .speed .text p:first-child,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .price .text p:first-child {
  color: #448ccb;
  margin: 0;
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .quality .text p:last-child,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .speed .text p:last-child,
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .price .text p:last-child {
  color: #737373;
  padding-bottom: 15px;
  line-height: 19.5px;
  font-size: 13px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .quality .icon {
  background: url('../images/sync/sprite-sync.png') -68px -141px no-repeat;
}
body #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .price .icon {
  background: url('../images/sync/sprite-sync.png') -146px -141px no-repeat;
}
body #block-oht-sync-translator-content .block-inner .supported-file-types {
  position: relative;
}
body #block-oht-sync-translator-content .block-inner .supported-file-types .custom-background {
  position: absolute;
  background-color: #f7f7f7;
}
body #block-oht-sync-translator-content .block-inner .supported-file-types .inner {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
}
body #block-oht-sync-translator-content .block-inner .supported-file-types .inner .title {
  margin: 0;
  text-align: center;
  color: #444444;
  line-height: 90px;
  font-size: 24px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-sync-translator-content .block-inner .supported-file-types .inner .image {
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  color: #737373;
  text-align: right;
  background: url('../images/supported-files.jpg') no-repeat left center;
}
body #block-oht-sync-translator-content .block-inner .related-privacy .inner > div {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
body #block-oht-sync-translator-content .block-inner .related-privacy .inner > div .header {
  color: #444444;
  padding-top: 30px;
  padding-bottom: 25px;
  font-size: 16px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body #block-oht-sync-translator-content .block-inner .related-privacy .inner > div .text {
  color: #000;
  line-height: 19.5px;
  font-size: 13px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.ld-right #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .quality,
body.ld-right #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .speed,
body.ld-right #block-oht-sync-translator-content .block-inner .speed-quality-price .inner .price {
  float: right;
}
body.ld-right #block-oht-sync-translator-content .block-inner .supported-file-types .image {
  text-align: left;
  background: url('../images/supported-files.jpg') no-repeat right center;
}
body.ld-right #block-oht-sync-translator-content .block-inner .related-privacy .inner > div {
  float: right;
}
body #block-block-2 {
  border: 0;
}
body #block-block-2 .block-content {
  padding: 10px 0;
}
body #block-views-categories-block-1,
body #block-views-blog-block-1 {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}
body #block-views-categories-block-1 .block-title,
body #block-views-blog-block-1 .block-title {
  color: #4a86c3;
  text-transform: uppercase;
  border-bottom: 2px solid #4a86c3;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 0 0 15px;
  margin: 12px 20px 0;
}
body #block-views-categories-block-1 .block-title:before,
body #block-views-blog-block-1 .block-title:before {
  content: "\e005";
}
body #block-views-categories-block-1 .block-title:before,
body #block-views-blog-block-1 .block-title:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
body #block-views-categories-block-1 .block-content .views-row,
body #block-views-blog-block-1 .block-content .views-row {
  clear: both;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body #block-views-categories-block-1 .block-content .views-row:after,
body #block-views-blog-block-1 .block-content .views-row:after {
  content: '';
  display: block;
  clear: both;
}
body #block-views-categories-block-1 .block-content .views-row.views-row-last,
body #block-views-blog-block-1 .block-content .views-row.views-row-last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
body #block-views-categories-block-1 .block-content .views-row .views-field-field-image,
body #block-views-blog-block-1 .block-content .views-row .views-field-field-image {
  float: left;
  padding-right: 25px;
}
body #block-views-categories-block-1 .block-content .views-row .views-field-created,
body #block-views-blog-block-1 .block-content .views-row .views-field-created {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #656565;
}
body #block-views-categories-block-1 .block-content .views-row .views-field-title a,
body #block-views-blog-block-1 .block-content .views-row .views-field-title a {
  color: #434343;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
}
body #block-views-categories-block-2,
body #block-views-blog-block-2 {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}
body #block-views-categories-block-2 .block-title,
body #block-views-blog-block-2 .block-title {
  color: #898a8a;
  text-transform: uppercase;
  border-bottom: 2px solid #898a8a;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 0 0 15px;
  margin: 12px 20px 0;
}
body #block-views-categories-block-2 .block-title:before,
body #block-views-blog-block-2 .block-title:before {
  content: "\e041";
}
body #block-views-categories-block-2 .block-title:before,
body #block-views-blog-block-2 .block-title:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
body .pane-client-logos {
  width: 100%;
  text-align: center;
}
body .pane-client-logos .pane-title {
  font-size: 18px;
  margin-bottom: 27px;
  text-align: center;
  color: #595959;
}
body .pane-client-logos .pane-content {
  display: inline-block;
  width: 100%;
}
.region-sidebar-first .block {
  margin-bottom: 10px;
  border: 1px solid #E6E6E6;
  background: #fff;
}
.region-sidebar-first .block .block-title {
  padding: 12px 10px 0 10px;
  color: #ff7800;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  display: block;
}
.region-sidebar-first .block .block-content {
  padding: 12px 20px;
}
.region-sidebar-first .block .block-content img {
  max-width: 100%;
}
.region-sidebar-first .block:first-child {
  border-top: 0px !important;
}
.region-sidebar-first .block.block-menu-block,
.region-sidebar-first .block.block-menu {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 0;
}
.region-sidebar-first .block.block-menu-block .block-content,
.region-sidebar-first .block.block-menu .block-content {
  padding: 12px 0 0 0;
}
.region-sidebar-first .block.block-menu-block .block-content ul,
.region-sidebar-first .block.block-menu .block-content ul {
  margin: 0;
  padding: 0;
}
.region-sidebar-first .block.block-menu-block .block-content ul li,
.region-sidebar-first .block.block-menu .block-content ul li {
  list-style: none;
  list-style-image: none;
  display: block;
  border-top: 1px solid #e6e6e6;
  margin: 1px 0px;
  padding: 0px;
}
.region-sidebar-first .block.block-menu-block .block-content ul li.first,
.region-sidebar-first .block.block-menu .block-content ul li.first {
  margin-top: 0px;
}
.region-sidebar-first .block.block-menu-block .block-content ul li a,
.region-sidebar-first .block.block-menu .block-content ul li a {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #434343;
  text-decoration: none;
  font-size: 13px;
  padding: 0 10px;
}
.region-sidebar-first .block.block-menu-block .block-content ul li ul li a,
.region-sidebar-first .block.block-menu .block-content ul li ul li a {
  padding: 0 20px;
}
body.taxonomy-vocabulary-category .page-header {
  display: none;
}
body.taxonomy-vocabulary-category .view-id-categories .view-content {
  overflow: hidden;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row {
  width: 50%;
  float: left;
  padding-bottom: 30px;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-title a {
  color: #444444;
  font-size: 18px;
  text-decoration: none;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-field-image img {
  width: 100%;
  height: 100%;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-created,
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-name {
  color: #929292;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-created .field-content span:not(.username),
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-name .field-content span:not(.username) {
  display: none;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-created .field-content a.username,
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-name .field-content a.username {
  color: #ff7800;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-body {
  line-height: 35px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-body:before {
  content: '';
  display: block;
  clear: both;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-nothing {
  height: 55px;
  padding: 25px 0 0 0;
  margin-top: 18px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-nothing .link {
  float: left;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-nothing .link a {
  color: #ff7800;
  font-size: 14px;
  text-decoration: none;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row .views-field-nothing .share {
  float: right;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row.views-row-even {
  clear: left;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row:not(.views-row-1) {
  padding: 0 20px 30px 0;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row:not(.views-row-1) .views-field-nothing,
body.taxonomy-vocabulary-category .view-id-categories .views-row:not(.views-row-1) .views-field-body {
  display: none;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row-1 {
  width: 100%;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row-1 .views-field-field-image {
  float: left;
  width: 50%;
  padding-right: 20px;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row-1 .views-field-field-image img {
  margin-bottom: 32px;
}
body.taxonomy-vocabulary-category .view-id-categories .views-row-1 .views-field-title a {
  font-size: 32px;
  line-height: 42px;
}
body.taxonomy-vocabulary-category .view-id-categories.view-display-id-block_6 .views-field-created,
body.taxonomy-vocabulary-category .view-id-categories.view-display-id-block_6 .views-field-name {
  display: none;
}
body.taxonomy-vocabulary-category .view-id-categories.view-display-id-block_3 .views-row:not(.views-row-1) {
  padding-bottom: 30px;
}
body.taxonomy-vocabulary-category .view-id-categories.view-display-id-block_7 .views-row .views-field-field-image {
  width: auto;
  float: left;
  padding-right: 20px;
}
body.taxonomy-vocabulary-category .view-id-categories.view-display-id-block_7 .views-row .views-field-field-image img {
  margin: 10px 0 0;
}
body.taxonomy-vocabulary-category .view-id-categories.view-display-id-block_7 .views-row .views-field-created {
  line-height: 50px;
  color: #5bb5c2;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-category .view-id-categories.view-display-id-block_7 .views-row:not(.views-row-1) .views-field-body {
  display: block;
  font-size: 15px;
  line-height: 24px;
}
body.taxonomy-vocabulary-category.ld-right .view-id-categories .views-row .views-field-title,
body.taxonomy-vocabulary-category.ld-right .view-id-categories .views-row .views-field-body {
  text-align: right;
}
body.taxonomy-vocabulary-category.ld-right .view-id-categories .views-row .views-field-field-image {
  float: right;
}
body.taxonomy-vocabulary-category.ld-right .view-id-categories .views-row .views-field-created,
body.taxonomy-vocabulary-category.ld-right .view-id-categories .views-row .views-field-name {
  text-align: right;
}
body.taxonomy-vocabulary-category.ld-right .view-id-categories .views-row .views-field-nothing .link {
  float: right;
}
body.taxonomy-vocabulary-category.ld-right .view-id-categories .views-row .views-field-nothing .share {
  float: left;
}
body.taxonomy-vocabulary-category.ld-right .view-id-categories .views-row.views-row-1 .views-field-field-image {
  padding-right: 0;
  padding-left: 20px;
}
body.taxonomy-vocabulary-category.ld-right .view-id-categories.view-display-id-block_7 .views-field-field-image {
  padding-right: 0;
  padding-left: 20px;
}
body.taxonomy-vocabulary-blog-category .page-header {
  display: none;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .view-content {
  overflow: hidden;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row {
  width: 50%;
  float: left;
  padding-bottom: 30px;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-title a {
  color: #444444;
  font-size: 18px;
  text-decoration: none;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-field-image img {
  width: 100%;
  height: 100%;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-created,
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-name {
  color: #929292;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-created .field-content span:not(.username),
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-name .field-content span:not(.username) {
  display: none;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-created .field-content a.username,
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-name .field-content a.username {
  color: #ff7800;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-body {
  line-height: 35px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-body:before {
  content: '';
  display: block;
  clear: both;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-nothing {
  height: 55px;
  padding: 25px 0 0 0;
  margin-top: 18px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-nothing .link {
  float: left;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-nothing .link a {
  color: #ff7800;
  font-size: 14px;
  text-decoration: none;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row .views-field-nothing .share {
  float: right;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row.views-row-even {
  clear: left;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row:not(.views-row-1) {
  padding: 0 20px 30px 0;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row:not(.views-row-1) .views-field-nothing,
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row:not(.views-row-1) .views-field-body {
  display: none;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row-1 {
  width: 100%;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row-1 .views-field-field-image {
  float: left;
  width: 50%;
  padding-right: 20px;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row-1 .views-field-field-image img {
  margin-bottom: 32px;
}
body.taxonomy-vocabulary-blog-category .view-id-categories .views-row-1 .views-field-title a {
  font-size: 32px;
  line-height: 42px;
}
body.taxonomy-vocabulary-blog-category .view-id-categories.view-display-id-block_6 .views-field-created,
body.taxonomy-vocabulary-blog-category .view-id-categories.view-display-id-block_6 .views-field-name {
  display: none;
}
body.taxonomy-vocabulary-blog-category .view-id-categories.view-display-id-block_3 .views-row:not(.views-row-1) {
  padding-bottom: 30px;
}
body.taxonomy-vocabulary-blog-category .view-id-categories.view-display-id-block_7 .views-row .views-field-field-image {
  width: auto;
  float: left;
  padding-right: 20px;
}
body.taxonomy-vocabulary-blog-category .view-id-categories.view-display-id-block_7 .views-row .views-field-field-image img {
  margin: 10px 0 0;
}
body.taxonomy-vocabulary-blog-category .view-id-categories.view-display-id-block_7 .views-row .views-field-created {
  line-height: 50px;
  color: #5bb5c2;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-blog-category .view-id-categories.view-display-id-block_7 .views-row:not(.views-row-1) .views-field-body {
  display: block;
  font-size: 15px;
  line-height: 24px;
}
body.taxonomy-vocabulary-blog-category.ld-right .view-id-categories .views-row .views-field-title,
body.taxonomy-vocabulary-blog-category.ld-right .view-id-categories .views-row .views-field-body {
  text-align: right;
}
body.taxonomy-vocabulary-blog-category.ld-right .view-id-categories .views-row .views-field-field-image {
  float: right;
}
body.taxonomy-vocabulary-blog-category.ld-right .view-id-categories .views-row .views-field-created,
body.taxonomy-vocabulary-blog-category.ld-right .view-id-categories .views-row .views-field-name {
  text-align: right;
}
body.taxonomy-vocabulary-blog-category.ld-right .view-id-categories .views-row .views-field-nothing .link {
  float: right;
}
body.taxonomy-vocabulary-blog-category.ld-right .view-id-categories .views-row .views-field-nothing .share {
  float: left;
}
body.taxonomy-vocabulary-blog-category.ld-right .view-id-categories .views-row.views-row-1 .views-field-field-image {
  padding-right: 0;
  padding-left: 20px;
}
body.taxonomy-vocabulary-blog-category.ld-right .view-id-categories.view-display-id-block_7 .views-field-field-image {
  padding-right: 0;
  padding-left: 20px;
}
body.taxonomy-vocabulary-support .page-header {
  display: none;
}
body.taxonomy-vocabulary-support .main-container {
  padding-bottom: 40px;
}
body.taxonomy-vocabulary-support .pane-taxonomy-term-field-image {
  float: left;
}
body.taxonomy-vocabulary-support .pane-taxonomy-term-field-image {
  padding-top: 2px;
}
body.taxonomy-vocabulary-support .pane-page-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
body.taxonomy-vocabulary-support .pane-page-title h2 {
  text-indent: 10px;
  font-size: 42px;
  line-height: 24px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-support .pane-support {
  clear: both;
}
body.taxonomy-vocabulary-support .view-support .view-content a {
  color: #5bb5c2;
  display: block;
  padding-bottom: 20px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-tags .page-header {
  display: none;
}
body.taxonomy-vocabulary-tags .block-system .block-content h2 a {
  color: #444444;
  font-size: 18px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body.taxonomy-vocabulary-tags .block-system .block-content h2 a:hover {
  text-decoration: underline;
}
body.taxonomy-vocabulary-tags .block-system .block-content .field-name-field-image {
  display: block;
  float: left;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  margin-right: 15px;
  text-decoration: none;
}
body.taxonomy-vocabulary-tags .block-system .block-content .submitted {
  padding: 0 0 10px 0;
  font-size: 12px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-tags .block-system .block-content .field-name-body {
  font-size: 15px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-tags .block-system .block-content .field-name-body a {
  color: #ff7800;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body.taxonomy-vocabulary-tags .block-system .block-content .field-name-body a:hover {
  text-decoration: underline;
}
body.taxonomy-vocabulary-tags .block-system .block-content .sharethis-buttons {
  border: none;
  margin: 0;
  height: 38px;
}
body.taxonomy-vocabulary-tags .block-system .block-content .separator {
  width: 20px;
  border-bottom: 2px solid #eeeeee;
  padding-top: 10px;
  margin-bottom: 15px;
}
body.taxonomy-vocabulary-tags .block-system .block-content .related-articles,
body.taxonomy-vocabulary-tags .block-system .block-content .mobile-tabs {
  display: none;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content,
.main-container #block-system-main .view-blog.view-display-id-page .view-content {
  padding-top: 30px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content:after,
.main-container #block-system-main .view-blog.view-display-id-page .view-content:after {
  content: '';
  clear: both;
  display: block;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row {
  float: left;
  width: 50%;
  padding-bottom: 30px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first {
  width: 100%;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-body,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-body {
  display: block;
  clear: both;
  padding: 15px 0;
  line-height: 35px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-title a,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-title a {
  font-size: 34px;
  line-height: 42px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-field-image,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-field-image {
  float: left;
  padding-bottom: 0;
  padding-top: 10px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-field-image img,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-field-image img {
  padding-right: 20px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-created,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-created {
  clear: none;
  float: none;
  height: 18px;
}
@media (max-width: 480px) {
  .main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-created,
  .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-created {
    display: none;
  }
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-name,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-name {
  clear: none;
  float: none;
  height: 18px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-name .field-content span,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-name .field-content span {
  display: none;
}
@media (max-width: 480px) {
  .main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-name,
  .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-name {
    display: none;
  }
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-nothing,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-nothing {
  display: block;
  padding: 25px 0 0 0;
  border-bottom: 2px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  height: 75px;
}
@media (max-width: 480px) {
  .main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-nothing,
  .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-nothing {
    height: auto;
  }
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-nothing .share,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-nothing .share {
  float: right;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-nothing .share span,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-nothing .share span {
  height: 30px;
}
@media (max-width: 480px) {
  .main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-nothing .share,
  .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-nothing .share {
    float: none;
    clear: both;
    padding-bottom: 20px;
  }
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-nothing .link,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-nothing .link {
  float: left;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-nothing .link a,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-nothing .link a {
  color: #ff7800;
  font-size: 14px;
  text-decoration: none;
  font-style: italic;
}
@media (max-width: 480px) {
  .main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-first .views-field-nothing .link,
  .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-nothing .link {
    float: none;
    clear: both;
    padding-bottom: 20px;
  }
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-even,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-even {
  padding-right: 20px;
  clear: both;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row.views-row-2,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-2 {
  clear: both;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-title a,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-title a {
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #434343;
  line-height: 27px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-name,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-name {
  clear: both;
  color: #656565;
  font-size: 12px;
  float: left;
  padding-right: 5px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-name a,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-name a {
  color: #ff7800;
}
@media (max-width: 480px) {
  .main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-name,
  .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-name {
    display: none;
  }
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-created,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-created {
  color: #656565;
  font-size: 12px;
  float: left;
  padding-right: 5px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-created a,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-created a {
  color: #ff7800;
}
@media (max-width: 480px) {
  .main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-created,
  .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-created {
    display: none;
  }
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-created-1,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-created-1 {
  display: none;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-body,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-body,
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-nothing,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-nothing {
  display: none;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-field-image,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-field-image {
  padding-bottom: 20px;
}
.main-container #block-system-main .view-categories.view-display-id-page_1 .view-content .views-row .views-field-field-image img,
.main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-field-image img {
  width: 100%;
  height: auto;
}
.ld-right .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row {
  float: right;
}
.ld-right .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-field-image {
  float: right;
}
.ld-right .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-field-image img {
  padding-left: 20px;
  padding-right: 0;
}
.ld-right .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-nothing .share {
  float: left;
}
.ld-right .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row.views-row-first .views-field-nothing .link {
  float: right;
}
.ld-right .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-name,
.ld-right .main-container #block-system-main .view-blog.view-display-id-page .view-content .views-row .views-field-created {
  float: right;
  padding-right: 0;
  padding-left: 5px;
}
body.page-about-customer-stories .header-second {
  display: none;
}
body.page-about-customer-stories .page-header {
  display: none;
}
body.page-about-customer-stories #block-block-6 {
  padding-top: 40px;
}
body.page-about-customer-stories #block-block-6 .block-title {
  color: #5bb5c2;
  text-align: center;
  font-size: 36px;
  padding-bottom: 30px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-customer-stories #block-block-6 .block-content {
  font-size: 22px;
  color: #444444;
  text-align: center;
  padding-bottom: 40px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-customer-stories #block-block-6 .block-content strong {
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-customer-stories .pane-video-testimonials .views-row {
  margin-bottom: 100px;
}
body.page-about-customer-stories .pane-video-testimonials .views-row:before,
body.page-about-customer-stories .pane-video-testimonials .views-row:after {
  content: " ";
  display: table;
}
body.page-about-customer-stories .pane-video-testimonials .views-row:after {
  clear: both;
}
body.page-about-customer-stories .pane-video-testimonials .views-row:before,
body.page-about-customer-stories .pane-video-testimonials .views-row:after {
  content: " ";
  display: table;
}
body.page-about-customer-stories .pane-video-testimonials .views-row:after {
  clear: both;
}
body.page-about-customer-stories .pane-video-testimonials .views-row .views-field-title {
  padding: 30px 0 10px;
  font-size: 18px;
  color: #444444;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-customer-stories .pane-video-testimonials .views-row .views-field-title a {
  color: #444444;
}
body.page-about-customer-stories .pane-video-testimonials .views-row .views-field-field-description {
  color: #ff7800;
  padding-bottom: 5px;
  font-size: 15px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-customer-stories .pane-video-testimonials .views-row .views-field-field-description a {
  color: #ff7800;
}
body.page-about-customer-stories .pane-video-testimonials .views-row .views-field-field-description span {
  color: #737373;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-customer-stories .pane-video-testimonials .views-row .views-field-body {
  font-size: 14px;
  line-height: 24px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-customer-stories .pane-video-testimonials .views-row.views-row-odd .views-field-field-image {
  float: left;
  padding-right: 45px;
}
body.page-about-customer-stories .pane-video-testimonials .views-row.views-row-even .views-field-field-image {
  float: right;
  padding-left: 45px;
}
body.page-about-customer-stories .pane-video-testimonials .view-display-id-block_2 .views-row {
  padding: 35px;
  background: #eef7f9;
  margin-bottom: 40px;
}
body.page-about-customer-stories .pane-video-testimonials .view-display-id-block_2 .views-row:before,
body.page-about-customer-stories .pane-video-testimonials .view-display-id-block_2 .views-row:after {
  content: " ";
  display: table;
}
body.page-about-customer-stories .pane-video-testimonials .view-display-id-block_2 .views-row:after {
  clear: both;
}
body.page-about-customer-stories .pane-video-testimonials .view-display-id-block_2 .views-row:before,
body.page-about-customer-stories .pane-video-testimonials .view-display-id-block_2 .views-row:after {
  content: " ";
  display: table;
}
body.page-about-customer-stories .pane-video-testimonials .view-display-id-block_2 .views-row:after {
  clear: both;
}
body.page-about-customer-stories .pane-client-logos {
  margin-bottom: 40px;
}
body.page-about-customer-stories .pane-client-logos .views-view-grid {
  width: 100%;
}
body.page-about-customer-stories .pane-client-logos .views-view-grid td {
  padding: 30px 0;
}
body.page-about-customer-stories.ld-right .pane-video-testimonials .views-row {
  text-align: right;
}
body.page-about-customer-stories.ld-right .pane-video-testimonials .view-display-id-block_2 .views-row {
  padding: 35px;
  background: #eef7f9;
  margin-bottom: 40px;
}
body.page-about-customer-stories.ld-right .pane-video-testimonials .view-display-id-block_2 .views-row:before,
body.page-about-customer-stories.ld-right .pane-video-testimonials .view-display-id-block_2 .views-row:after {
  content: " ";
  display: table;
}
body.page-about-customer-stories.ld-right .pane-video-testimonials .view-display-id-block_2 .views-row:after {
  clear: both;
}
body.page-about-customer-stories.ld-right .pane-video-testimonials .view-display-id-block_2 .views-row:before,
body.page-about-customer-stories.ld-right .pane-video-testimonials .view-display-id-block_2 .views-row:after {
  content: " ";
  display: table;
}
body.page-about-customer-stories.ld-right .pane-video-testimonials .view-display-id-block_2 .views-row:after {
  clear: both;
}
body.page-about-customer-stories.ld-right .pane-video-testimonials .view-display-id-block_2 .views-row .views-field-field-image {
  float: right;
  padding-right: 0px;
  padding-left: 45px;
}
body.page-affiliate .affiliate-banner .custom-background {
  position: absolute;
  background: url('../images/affiliate/header-bg.png') no-repeat top center #448ccb;
  z-index: -1;
  top: 0px;
  height: 562px !important;
}
@media (max-width: 768px) {
  body.page-affiliate .affiliate-banner .custom-background {
    height: 723px!important;
    background: url('../images/affiliate/OHT_Affiliate_Page_mob.png') no-repeat center top #3b7aaf;
  }
}
body.page-affiliate .affiliate-banner .pane-content {
  margin: auto;
  text-align: center;
}
body.page-affiliate .affiliate-banner .pane-content .page-frontpage-demo-content {
  margin-top: 320px;
}
@media (max-width: 992px) {
  body.page-affiliate .affiliate-banner .pane-content .page-frontpage-demo-content {
    margin-top: 220px;
  }
}
@media (max-width: 768px) {
  body.page-affiliate .affiliate-banner .pane-content .page-frontpage-demo-content {
    margin-top: 300px;
  }
}
body.page-affiliate .affiliate-banner .pane-content .page-frontpage-demo-content .page-title-prefix {
  font-family: OpenSans-lighter-normal;
  color: #fff;
  font-size: 32px;
}
@media (max-width: 480px) {
  body.page-affiliate .affiliate-banner .pane-content .page-frontpage-demo-content .page-title-prefix {
    font-size: 22px;
  }
}
body.page-affiliate .affiliate-banner .pane-content .page-frontpage-demo-content .page-title {
  font-family: OpenSans-normal-normal;
  color: #fff;
  font-size: 54px;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  body.page-affiliate .affiliate-banner .pane-content .page-frontpage-demo-content .page-title {
    font-size: 44px;
    margin-bottom: 15px;
  }
}
body.page-affiliate .affiliate-banner .pane-content .page-frontpage-demo-content .page-title-suffix {
  font-family: OpenSans-lighter-normal;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 480px) {
  body.page-affiliate .affiliate-banner .pane-content .page-frontpage-demo-content .page-title-suffix {
    font-size: 15px;
  }
}
body.page-affiliate .affiliate_process {
  text-align: center;
}
body.page-affiliate .affiliate_process .pane-title {
  font-size: 34px;
  font-family: OpenSans-lighter-normal;
  color: #457fb2;
  margin-top: 75px;
  margin-bottom: 30px;
}
body.page-affiliate .affiliate_process .pane-title #bold {
  font-family: OpenSans-bold-normal;
}
body.page-affiliate .affiliate_process .pane-subtitle {
  font-size: 18px;
  line-height: 30px;
  color: #737373;
  font-family: OpenSans-lighter-normal;
}
body.page-affiliate .affiliate_process .pane-subtitle #bold {
  font-family: OpenSans-bolder-normal;
}
body.page-affiliate .affiliate_process .pane-content {
  position: relative;
  z-index: 1;
  background: url('../images/affiliate/process-bg.png') no-repeat center 70px;
  overflow: hidden;
  padding-top: 240px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  body.page-affiliate .affiliate_process .pane-content {
    background-size: 100%;
    padding-top: 220px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  body.page-affiliate .affiliate_process .pane-content {
    background: none;
    padding-top: 50px;
  }
}
body.page-affiliate .affiliate_process .pane-content .pane-block {
  font-family: OpenSans-normal-normal;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 992px) {
  body.page-affiliate .affiliate_process .pane-content .pane-block {
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 992px) {
  body.page-affiliate .affiliate_process .pane-content .pane-block.first-block {
    background: url('../images/affiliate/send_m.png') no-repeat center top;
    padding-top: 160px;
  }
}
@media (max-width: 992px) {
  body.page-affiliate .affiliate_process .pane-content .pane-block.second-block {
    background: url('../images/affiliate/10prec_mob.png') no-repeat center 40px;
    padding-top: 200px;
  }
}
body.page-affiliate .affiliate_process .pane-content .pane-block.third-block {
  padding: 0px;
}
@media (min-width: 1200px) {
  body.page-affiliate .affiliate_process .pane-content .pane-block.third-block {
    margin: 0px 0px 0px 15px;
  }
}
@media (max-width: 1200px) {
  body.page-affiliate .affiliate_process .pane-content .pane-block.third-block {
    padding: 0px 0px 0px 40px;
  }
}
@media (max-width: 992px) {
  body.page-affiliate .affiliate_process .pane-content .pane-block.third-block {
    background: url('../images/affiliate/special_mob.png') no-repeat center 40px;
    padding: 180px 0px 0px 0px;
  }
}
body.page-affiliate .affiliate_process .pane-content .pane-block.fourth-block #ital {
  font-style: italic;
}
@media (min-width: 1200px) {
  body.page-affiliate .affiliate_process .pane-content .pane-block.fourth-block {
    width: 23%;
  }
}
@media (max-width: 1200px) {
  body.page-affiliate .affiliate_process .pane-content .pane-block.fourth-block {
    width: 20%;
    padding: 0px 0px 0px 100px;
  }
}
@media (max-width: 992px) {
  body.page-affiliate .affiliate_process .pane-content .pane-block.fourth-block {
    background: url('../images/affiliate/cash_out_mob.png') no-repeat center 30px;
    padding: 180px 0px 0px 0px;
    width: 100%;
  }
}
body.page-affiliate .affiliate_process .pane-content .pane-block #light {
  font-size: 14px;
  font-family: OpenSans-lighter-normal;
}
body.page-affiliate .affiliate_process .pane-content .pane-block #bold {
  font-family: OpenSans-bolder-normal;
}
body.page-affiliate .start_earning_money_simply_panel {
  background: #f7f7f7;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-title {
  text-align: center;
  font-family: OpenSans-lighter-normal;
  font-size: 34px;
  color: #444444;
  margin-top: 70px;
  margin-bottom: 70px;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block {
  padding-top: 70px ;
  text-align: center;
  font-family: OpenSans-normal-normal;
  font-size: 16px;
  color: #444444;
}
@media (max-width: 768px) {
  body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block {
    width: 100%;
  }
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block.first-block {
  display: none;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block.second-block {
  background: url('../images/affiliate/send.png') no-repeat top center;
  margin: 0px 0px 0px 150px;
  max-height: 135px;
  border-right: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block.second-block {
    margin: 0px;
  }
}
@media (max-width: 768px) {
  body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block.second-block {
    width: 100%;
    height: 300px;
    max-height: 300px;
  }
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block.second-block #affiliate-link {
  color: #448ccb;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  font-family: "Courier New";
  display: inline-block;
  margin: 20px 0px 0px 15px;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block.second-block a {
  cursor: pointer;
  background: #448ccb;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block.third-block {
  background: url('../images/affiliate/login.png') no-repeat top center;
  max-height: 135px;
  border-right: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block.third-block {
    width: 100%;
    height: 230px;
    max-height: 230px;
  }
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block.third-block a {
  cursor: pointer;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block.fourth-block {
  background: url('../images/affiliate/get.png') no-repeat top center;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block a {
  font-family: OpenSans-bold-normal;
  color: #fff;
  text-transform: uppercase;
  background: #ff7800;
  border-radius: 6px;
  text-align: center;
  width: 60%;
  display: inline-block;
  padding: 10px;
  margin: 20px 10px 0px 10px;
  font-size: 14px;
  cursor: pointer;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-block a:hover {
  text-decoration: none;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-anon {
  display: none;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-subtitle {
  font-size: 16px;
  font-family: OpenSans-lighter-normal;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.logged .pane-subtitle {
    margin-top: 150px;
  }
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block {
  padding-top: 70px ;
  text-align: center;
  font-family: OpenSans-normal-normal;
  font-size: 16px;
  color: #444444;
}
@media (max-width: 768px) {
  body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block {
    width: 100%;
  }
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.first-block {
  background: url('../images/affiliate/register.png') no-repeat top center;
  max-height: 135px;
  border-right: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.first-block {
    max-height: 300px;
    background: url('../images/affiliate/register.png') no-repeat center 10px;
  }
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.first-block a {
  display: none;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.second-block {
  background: url('../images/affiliate/send.png') no-repeat top center;
  max-height: 135px;
  border-right: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.second-block {
    max-height: 300px;
    background: url('../images/affiliate/send.png') no-repeat center 20px;
  }
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.second-block #affiliate-link {
  color: #448ccb;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  font-family: "Courier New";
  display: inline-block;
  margin: 20px 0px 0px 15px;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.second-block a {
  display: none;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.third-block {
  max-height: 135px;
  border-right: 1px solid #eeeeee;
  background: url('../images/affiliate/login.png') no-repeat top center;
}
@media (max-width: 768px) {
  body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.third-block {
    background: url('../images/affiliate/login.png') no-repeat center 10px;
    max-height: 300px;
  }
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.third-block a {
  display: none;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.fourth-block {
  background: url('../images/affiliate/get.png') no-repeat top center;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.fourth-block #ital {
  font-style: italic;
}
@media (max-width: 768px) {
  body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.fourth-block {
    background: url('../images/affiliate/get.png') no-repeat center 10px;
    max-height: 300px;
  }
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block.fourth-block a {
  display: none;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block a {
  font-family: OpenSans-bold-normal;
  color: #fff;
  text-transform: uppercase;
  background: #ff7800;
  border-radius: 6px;
  text-align: center;
  width: 60%;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  margin: 20px 10px 0px 10px;
  font-size: 14px;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-block a:hover {
  text-decoration: none;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-anon {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 15px 0px;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-anon a,
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-anon button {
  border: none;
  cursor: pointer;
  font-family: OpenSans-bold-normal;
  color: #fff;
  text-transform: uppercase;
  background: #ff7800;
  border-radius: 6px;
  text-align: center;
  width: 100px;
  display: inline-block;
  padding: 10px;
  margin: 20px 10px 0px 10px;
  font-size: 14px;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-anon a:hover,
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-anon button:hover {
  cursor: pointer;
  text-decoration: none;
}
body.page-affiliate .start_earning_money_simply_panel .start_earning_money_simply .pane-content.anonymus .pane-subtitle {
  font-size: 16px;
  font-family: OpenSans-lighter-normal;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
  margin-top: 20px;
}
body.page-affiliate .avalible_banners .pane-title {
  font-family: OpenSans-lighter-normal;
  font-size: 34px;
  width: 100%;
  display: inline-block;
  padding-bottom: 55px;
}
body.page-affiliate .avalible_banners .pane-block.form {
  float: left;
}
body.page-affiliate .avalible_banners .pane-block.form #form-title {
  font-family: OpenSans-lighter-normal;
  font-size: 24px ;
}
body.page-affiliate .avalible_banners .pane-block.form #light {
  font-family: OpenSans-normal-normal;
  font-size: 12px ;
}
body.page-affiliate .avalible_banners .pane-block.form ul {
  list-style: none;
  width: 190px;
  margin-bottom: 20px;
  padding: 0px;
}
body.page-affiliate .avalible_banners .pane-block.form ul li {
  display: inline;
  float: left;
  margin-bottom: 5px;
  min-width: 50%;
}
body.page-affiliate .avalible_banners .pane-block.textarea-form {
  float: right;
  width: 70%;
}
@media (max-width: 992px) {
  body.page-affiliate .avalible_banners .pane-block.textarea-form {
    width: 60%;
  }
}
@media (max-width: 768px) {
  body.page-affiliate .avalible_banners .pane-block.textarea-form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page-affiliate .avalible_banners .pane-block.textarea-form {
    width: 100%;
  }
}
body.page-affiliate .avalible_banners .pane-block.textarea-form #area-title {
  display: inline-block;
  font-family: OpenSans-lighter-normal;
  float: left;
  margin: 5px 0px 0px 0px;
  font-size: 18px;
}
body.page-affiliate .avalible_banners .pane-block.textarea-form #area-btn {
  float: right;
  color: #fff;
  font-family: OpenSans-bolder-normal;
  padding: 5px 35px 6px 35px;
  background: #448ccb;
  margin: 0px 0px 10px 0px;
  border-radius: 6px;
  font-size: 18px;
}
body.page-affiliate .avalible_banners .pane-block.textarea-form #area-btn:hover {
  cursor: pointer;
  text-decoration: none;
}
body.page-affiliate .avalible_banners .pane-block.textarea-form textarea {
  border-radius: 6px;
  float: left;
  clear: both;
  width: 100%;
}
body.page-affiliate .avalible_banners .pane-block.textarea-preview {
  display: inline-block;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 60px;
}
body.page-affiliate .avalible_banners .pane-block.textarea-preview #preview-title {
  margin-bottom: 15px;
  font-family: OpenSans-bolder-normal;
  text-transform: uppercase;
  font-size: 16px;
  color: #737373;
}
body.page-contact-us #page-title {
  display: none;
}
body.page-contact-us #block-system-main {
  /************ Dropdown - Choose Department *************/
  /************ Form *************/
}
body.page-contact-us #block-system-main .oht-contactus-company-contacts-wrapper {
  background: #f1f6f7;
}
body.page-contact-us #block-system-main .oht-contactus-company-contacts-wrapper .oht-contactus-company-contacts {
  position: relative;
  height: 200px;
  padding-top: 0px;
  line-height: 32px;
  color: #444444;
  font-size: 16px;
  background: url('../images/contact-us/contact-us-bg.jpg') right top no-repeat #f1f6f7;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-contact-us #block-system-main .oht-contactus-company-contacts-wrapper .oht-contactus-company-contacts .custom-background {
  position: absolute;
  background-color: #f1f6f7;
  z-index: -1;
}
body.page-contact-us #block-system-main .oht-contactus-company-contacts-wrapper .oht-contactus-company-contacts .oht-contactus-header {
  padding-top: 60px;
  font-size: 21px;
  color: #5bb5c2;
}
body.page-contact-us #block-system-main .oht-contactus-company-contacts-wrapper .oht-contactus-company-contacts .oht-contactus-content b {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-contact-us #block-system-main .oht-contactus-company-contacts-wrapper .oht-contactus-company-contacts .oht-contactus-content span {
  color: #929292;
}
body.page-contact-us #block-system-main .oht-contactus-choose-department-form {
  text-align: center;
}
body.page-contact-us #block-system-main .oht-contactus-choose-department-form .form-item-choose-department {
  margin: 30px auto;
}
body.page-contact-us #block-system-main .oht-contactus-choose-department-form .form-item-choose-department label {
  display: inline-block;
  padding-right: 20px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #444444;
}
body.page-contact-us #block-system-main .oht-contactus-choose-department-form .form-item-choose-department #edit-choose-department_msdd {
  border: 1px solid #d2d2d2;
}
body.page-contact-us #block-system-main .oht-contactus-choose-department-form .form-item-choose-department #edit-choose-department_msdd .ddTitle {
  background: none;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #448ccb;
  font-size: 18px;
  text-align: left;
}
body.page-contact-us #block-system-main .oht-contactus-choose-department-form .form-item-choose-department #edit-choose-department_msdd .ddTitle .divider {
  border-left: 0px;
  display: none;
}
body.page-contact-us #block-system-main .oht-contactus-choose-department-form .form-item-choose-department #edit-choose-department_msdd .ddlabel {
  padding-left: 10px;
  padding-right: 10px;
}
body.page-contact-us #block-system-main .oht-contactus-choose-department-form .form-item-choose-department #edit-choose-department_msdd ul {
  margin: 0px;
  padding: 0px;
}
body.page-contact-us #block-system-main .oht-contactus-choose-department-form .form-item-choose-department #edit-choose-department_msdd ul li {
  text-align: left;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
body.page-contact-us #block-system-main .oht-contactus-choose-department-form #edit-choose-department {
  width: 300px;
  display: none;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open {
  border: 1px solid #d2d2d2;
  padding: 40px 30px 20px;
  margin-bottom: 30px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-required {
  color: #d23600;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal {
  display: block;
  width: 410px;
  min-height: 360px;
  float: left;
  border: 0;
  border-right: 1px solid #d2d2d2;
  margin-bottom: 0px;
  margin-right: 30px;
  box-shadow: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal > legend {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #737373;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding: 0 0 20px 0;
  background: none;
  border: 0;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .optgroupTitle {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #737373;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .ddChild {
  width: 430px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .form-item.form-type-textfield label {
  display: inline-block;
  padding-right: 15px;
  width: 90px;
  text-align: right;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 15px;
  direction: rtl;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .form-item.form-type-textfield input {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 15px;
  width: 250px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d2d2d2;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .form-item.form-type-select label {
  display: inline-block;
  padding-right: 15px;
  width: 90px;
  text-align: right;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 15px;
  direction: rtl;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .form-item.form-type-select ul {
  margin: 0px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .form-item.form-type-select ul li {
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .form-item.form-type-select select {
  width: 247px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .form-item.form-type-select .ddTitle {
  background: none;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .form-item.form-type-select .ddTitle .divider {
  border-left: 0px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .form-item.form-type-select .ddTitle .ddTitleText {
  text-align: left;
  height: 25px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-personal .form-item.form-type-select .ddTitle .ddTitleText .ddlabel {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  height: 24px;
  display: block;
  overflow: hidden;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request {
  width: 460px;
  min-height: 360px;
  display: block;
  border: 0;
  box-shadow: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request > legend {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #929292;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding: 0 0 20px 0;
  background: none;
  border: 0;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 7px;
  color: #fff;
  background-color: #ff7800;
  border-color: #ff7800;
  text-transform: uppercase;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  float: right;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:active:focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.active:focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:active.focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:hover,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.focus {
  color: #fff;
  text-decoration: none;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.disabled,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit[disabled],
fieldset[disabled] body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:active:focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.active:focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:active.focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.active.focus {
  outline: none;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:hover,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:focus,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.focus {
  outline: none;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:hover,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.active,
.open > .dropdown-togglebody.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit {
  color: #fff;
  background-color: #ff9333;
  border-color: #ff983d;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.active,
.open > .dropdown-togglebody.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit {
  background-image: none;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.disabled,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit[disabled],
fieldset[disabled] body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.disabled:hover,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit[disabled]:hover,
fieldset[disabled] body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:hover,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.disabled:active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit[disabled]:active,
fieldset[disabled] body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.disabled.active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit[disabled].active,
fieldset[disabled] body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.active {
  background-color: #ff7800;
  border-color: #ff7800;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit:active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.active {
  background-color: #cc6000;
  border-color: #c25b00;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit .badge {
  color: #ff7800;
  background-color: #fff;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.btn-invert {
  color: #ff7800;
  background-color: #fff;
  border-color: #ff7800;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.btn-invert:hover,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.btn-invert:active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.btn-invert.active,
.btn-invert.open > .dropdown-togglebody.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit {
  color: #ff9333;
  background-color: #ffffff;
  border-color: #ff983d;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.btn-invert:active,
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request #edit-submit.btn-invert.active {
  color: #cc6000;
  background-color: #e6e6e6;
  border-color: #c25b00;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .optgroupTitle {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #444444;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .ddChild {
  width: 430px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item {
  text-align: right;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-item.form-type-select label {
  display: inline-block;
  padding-right: 15px;
  text-align: left;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 15px;
  direction: rtl;
  width: 430px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-item.form-type-select ul {
  padding: 0px;
  margin: 0px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-item.form-type-select ul li {
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-item.form-type-select select {
  width: 430px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-item.form-type-select .ddTitle {
  background: none;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-item.form-type-select .ddTitle .divider {
  border-left: 0px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-item.form-type-select .ddTitle .ddTitleText {
  text-align: left;
  height: 25px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-item.form-type-select .ddTitle .ddTitleText .ddlabel {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  height: 24px;
  display: block;
  overflow: hidden;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-type-textfield label {
  display: inline-block;
  padding-right: 15px;
  text-align: left;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 15px;
  direction: rtl;
  width: 430px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-type-textfield input {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 15px;
  width: 430px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d2d2d2;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-type-textarea label {
  display: inline-block;
  padding-right: 20px;
  text-align: left;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 15px;
  direction: rtl;
  vertical-align: top;
  width: 430px;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-type-textarea .form-textarea-wrapper {
  width: 430px;
  display: inline-block;
  vertical-align: middle;
}
body.page-contact-us #block-system-main .oht-contactus-main-form.open .form-wrapper#edit-request .form-item.form-type-textarea textarea {
  line-height: 17px;
  padding: 5px;
  width: 430px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d2d2d2;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  height: 100px;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-company-contacts {
  background: url('../images/contact-us/contact-us-bg.jpg') left top no-repeat #f1f6f7;
}
body.page-contact-us.ld-right #block-system-main .form-item-choose-department label {
  padding-left: 20px;
  padding-right: 0px;
}
body.page-contact-us.ld-right #block-system-main .ddcommon .ddArrow {
  left: 4px;
  right: auto;
}
body.page-contact-us.ld-right #block-system-main .dd .ddTitle .ddTitleText {
  padding: 5px 5px 5px 20px;
  text-align: right;
}
body.page-contact-us.ld-right #block-system-main #edit-choose-department_msdd ul li {
  text-align: right !important;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .dd .ddChild {
  left: auto;
  right: -1px;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .form-wrapper#edit-personal {
  float: right;
  margin-right: 0px;
  margin-left: 40px;
  border-right: 0px;
  border-left: 1px solid #d2d2d2;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .form-wrapper#edit-personal .form-item.form-type-textfield label {
  text-align: right;
  direction: ltr;
  padding-right: 0px;
  padding-left: 15px;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .form-wrapper#edit-personal .form-item.form-type-select label {
  text-align: right;
  direction: ltr;
  padding-right: 0px;
  padding-left: 15px;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .form-wrapper#edit-personal .form-item.form-type-select .ddTitle .ddTitleText .ddlabel {
  text-align: right;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .form-wrapper#edit-request #edit-submit {
  float: left;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .form-wrapper#edit-request .form-item.form-type-textarea label {
  padding-right: 0px;
  padding-left: 20px;
  text-align: right;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .form-wrapper#edit-request .form-item.form-type-textfield label {
  text-align: right;
  direction: ltr;
  padding-right: 0px;
  padding-left: 15px;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .form-wrapper#edit-request .form-item.form-type-select ul li {
  text-align: right !important;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .form-wrapper#edit-request .form-item.form-type-select label {
  text-align: right !important;
  direction: ltr;
  padding-right: 0px !important;
  padding-left: 15px;
}
body.page-contact-us.ld-right #block-system-main .oht-contactus-main-form .form-wrapper#edit-request .form-item.form-type-select .ddTitle .ddTitleText .ddlabel {
  text-align: right;
}
body.page-media-media-center .page-header {
  margin-top: 30px;
}
body.page-media-media-center .view-media .col-last {
  width: 35%;
}
body.page-media-media-center .view-media .row-first td {
  width: 35%;
}
body.page-media-media-center .view-media table {
  border-collapse: collapse;
  border: 1px solid #eeeeee;
}
body.page-media-media-center .view-media table td {
  position: relative;
  padding: 10px 15px 85px;
  border: 1px solid #eeeeee;
}
body.page-media-media-center .view-media .views-field-field-image {
  border: 1px solid #eeeeee;
}
body.page-media-media-center .view-media .views-field-field-image img {
  width: 100%;
  height: 100%;
}
body.page-media-media-center .view-media .views-field-title {
  padding: 5px 0px;
  line-height: 24px;
  font-size: 13px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-media-media-center .view-media .views-field-field-description {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 5px 15px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-media-media-center .view-media .views-field-field-youtube-link a,
body.page-media-media-center .view-media .views-field-field-media-file a,
body.page-media-media-center .view-media .views-field-field-link a {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 15px 0 35px;
  text-decoration: none;
  background: url("../images/media/media-download.png") 15px center no-repeat;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-media-media-center .view-media .views-field-field-youtube-link a {
  background: url("../images/media/media-watch.png") 15px center no-repeat;
}
body.page-media-media-center .view-media .views-field-field-link a {
  background: url("../images/media/media-view-link.png") 15px center no-repeat;
}
body.page-media-media-center .view-media .views-field-nothing {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
body.page-media-media-center .view-media .views-field-nothing .field-content,
body.page-media-media-center .view-media .views-field-nothing .bottom-line {
  display: block;
  width: 100%;
}
body.page-media-media-center .view-media .views-field-nothing .bottom-line {
  height: 9px;
  padding: 0 15px;
  background: url('../images/media/media-bottom.png') center center no-repeat;
  background-clip: content-box;
}
body.page-media-media-center.ld-right .page-header,
body.page-media-media-center.ld-right .view-media {
  text-align: right;
}
body.page-media-media-center.ld-right .page-header .views-field-field-youtube-link a,
body.page-media-media-center.ld-right .view-media .views-field-field-youtube-link a,
body.page-media-media-center.ld-right .page-header .views-field-field-media-file a,
body.page-media-media-center.ld-right .view-media .views-field-field-media-file a,
body.page-media-media-center.ld-right .page-header .views-field-field-link a,
body.page-media-media-center.ld-right .view-media .views-field-field-link a {
  padding: 0 35px 0 15px;
  background: url("../images/media/media-download.png") right 15px center no-repeat;
}
body.page-media-media-center.ld-right .page-header .views-field-field-youtube-link a,
body.page-media-media-center.ld-right .view-media .views-field-field-youtube-link a {
  background: url("../images/media/media-watch.png") right 15px center no-repeat;
}
body.page-media-media-center.ld-right .page-header .views-field-field-link a,
body.page-media-media-center.ld-right .view-media .views-field-field-link a {
  background: url("../images/media/media-view-link.png") right 15px center no-repeat;
}
body.page-fair-trade-program:not(.page-fair-trade-program-blog) .header-second {
  padding: 20px 0 5px 0;
  background: url('../images/fair-traide-bg.jpg') bottom center no-repeat;
}
body.page-fair-trade-program:not(.page-fair-trade-program-blog) .page-header {
  display: none;
}
body.page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content h2 {
  font-size: 24px;
  line-height: 26px;
  color: #3ab94e;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content .field-name-field-exp-page-webform-title {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 20px;
}
body.page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content .webform-client-form {
  padding-top: 20px;
}
body.page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content .webform-client-form .webform-component {
  float: left;
  width: 21%;
  margin-right: 10px;
}
body.page-fair-trade-program:not(.page-fair-trade-program-blog) .block.block-webform .block-content .webform-client-form .form-submit {
  border: 0;
  height: 34px;
}
body.page-fair-trade-program:not(.page-fair-trade-program-blog).ld-right .page-header {
  text-align: right;
}
body.page-fair-trade-program-blog .header-second {
  padding: 20px 0 5px 0;
  background: url('../images/fair-traide-bg.jpg') bottom center no-repeat;
}
body.page-fair-trade-program-blog .page-header {
  font-size: 42px;
  color: #444444;
  line-height: 45px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-fair-trade-program-blog .main-container {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-fair-trade-program-blog .view-fair-traide table td {
  width: 50%;
  padding-left: 10px;
  padding-bottom: 30px;
}
body.page-fair-trade-program-blog .view-fair-traide table td.col-first {
  padding-left: 0;
  padding-right: 10px;
}
body.page-fair-trade-program-blog .view-fair-traide .views-field-title {
  padding-bottom: 15px;
}
body.page-fair-trade-program-blog .view-fair-traide .views-field-title a {
  color: #3ab94e;
  text-decoration: none;
  font-size: 22px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-fair-trade-program-blog .view-fair-traide .views-field-field-image img {
  width: 100%;
  height: 100%;
}
body.page-fair-trade-program-blog .view-fair-traide .views-field-body {
  padding-top: 15px;
}
body.page-fair-trade-program-blog .view-fair-traide .pager-previous a,
body.page-fair-trade-program-blog .view-fair-traide .pager-next a {
  text-decoration: none;
  text-transform: capitalize;
  line-height: 30px;
  font-size: 13px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-fair-trade-program-blog.ld-right .view-fair-traide,
body.page-fair-trade-program-blog.ld-right .page-header {
  text-align: right;
}
body.page-about-open-positions {
  background-color: #4A86C4;
}
body.page-about-open-positions .header-second {
  margin-top: -5px !important;
  padding: 0px !important;
  position: relative;
  background-color: #fff;
}
body.page-about-open-positions .header-second:before {
  content: '';
  background: #F1F3F5 url('../images/hiring-main.jpg') center -1px no-repeat;
  position: absolute;
  width: 100%;
  height: 308px;
  bottom: -309px;
}
body.page-about-open-positions .side-right-sidebar,
body.page-about-open-positions .side-left-sidebar {
  display: none;
}
body.page-about-open-positions footer.footer {
  margin: 0;
}
body.page-about-open-positions .page-header {
  padding-top: 218px;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 38px;
  margin: 0;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-open-positions .hiring-header {
  margin-bottom: 30px;
}
body.page-about-open-positions .hiring-header:before,
body.page-about-open-positions .hiring-header:after {
  content: " ";
  display: table;
}
body.page-about-open-positions .hiring-header:after {
  clear: both;
}
body.page-about-open-positions .hiring-header:before,
body.page-about-open-positions .hiring-header:after {
  content: " ";
  display: table;
}
body.page-about-open-positions .hiring-header:after {
  clear: both;
}
body.page-about-open-positions .hiring-header h3 {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  padding-right: 12px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-open-positions .hiring-header .item-list {
  margin-top: 16px;
}
body.page-about-open-positions .hiring-header .item-list li {
  display: block;
  list-style: none;
  padding-right: 5px;
  margin: 0px;
  float: left;
}
body.page-about-open-positions .hiring-header .item-list li a {
  display: block;
  background-color: #fff;
  color: #444444;
  font-size: 15px;
  text-decoration: none;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  min-width: 100px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.page-about-open-positions .hiring-header .item-list li a.active {
  background-color: #ff7800;
  color: #fff;
}
body.page-about-open-positions .add-cv {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-open-positions .add-cv a {
  color: #fff;
}
body.page-about-open-positions .add-cv .sharethis-wrapper {
  margin: 20px 0 40px;
}
body.page-about-open-positions .view-hiring {
  position: relative;
}
body.page-about-open-positions .view-hiring .custom-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
body.page-about-open-positions .view-hiring .view-content {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
body.page-about-open-positions .view-hiring .view-content .view-group {
  overflow: hidden;
}
body.page-about-open-positions .view-hiring h3 {
  clear: both;
  color: #929292;
  margin-bottom: 20px;
  padding-right: 40px;
  font-size: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-open-positions .view-hiring .views-row {
  float: left;
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
body.page-about-open-positions .view-hiring .views-row.views-row-odd {
  clear: left;
}
body.page-about-open-positions .view-hiring .views-row .views-field-title {
  text-transform: uppercase;
  color: #448ccb;
  font-size: 16px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-open-positions .view-hiring .views-row .views-field-title a {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  text-transform: uppercase;
  color: #448ccb;
  font-size: 16px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-open-positions .view-hiring .views-row .views-field-title span,
body.page-about-open-positions .view-hiring .views-row .views-field-title a {
  display: block;
}
body.page-about-open-positions .view-hiring .views-row .views-field-body {
  color: #000;
  padding: 10px 0;
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-open-positions .view-hiring .views-row .views-field-body strong {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-open-positions .view-hiring .views-row .views-field-field-lang-sevline-header5 {
  width: 100%;
  overflow: hidden;
}
body.page-about-open-positions .view-hiring .views-row .views-field-field-lang-sevline-header5 a {
  margin-top: 15px;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  padding: 5px 10px;
  background-color: #448ccb;
  display: block;
  float: left;
  text-decoration: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.page-about-open-positions .view-hiring .views-row .views-field-field-lang-sevline-header5 .job-id {
  display: block;
  float: left;
  margin-top: 12px;
  padding: 5px 10px;
  color: #929292;
  font-size: 16px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-open-positions.ld-right .add-cv {
  text-align: right;
}
body.page-about-open-positions.ld-right .view-hiring {
  text-align: right;
}
body.page-about-open-positions.ld-right .view-hiring .views-row {
  float: right;
}
body.page-about-open-positions.ld-right .view-hiring .views-row .views-field-field-lang-sevline-header5 span,
body.page-about-open-positions.ld-right .view-hiring .views-row .views-field-field-lang-sevline-header5 a {
  float: right;
}
body.page-benefits-oht-vs-agency .header-second {
  display: none;
}
body.page-benefits-oht-vs-agency .footer {
  margin: 0;
}
body.page-benefits-oht-vs-agency .page-header {
  font-size: 36px;
  padding-top: 30px;
  text-align: center;
  color: #448ccb;
}
body.page-benefits-oht-vs-agency .page-header span {
  font-size: 24px;
}
body.page-benefits-oht-vs-agency #block-oht-generic-pricingbottom {
  position: relative;
}
body.page-benefits-oht-vs-agency .region-content-wrapper .pane-custom {
  padding-left: 140px;
  background: url('../images/oht-vs-agency/sidebar-bg.png') 0px 59px no-repeat;
}
body.page-benefits-oht-vs-agency .region-content-wrapper .pane-custom.pane-1 {
  color: #929292;
  background: none;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0 30px;
  font-size: 18px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table {
  width: 100%;
  margin-bottom: 20px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table th {
  text-align: center;
  color: #fff;
  width: 33%;
  height: 60px;
  padding: 10px 15px;
  line-height: 24px;
  font-size: 18px;
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table th.invisible {
  width: 24%;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table th.dark {
  background-color: #444444;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table th.gray {
  background-color: #a5a5a5;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  vertical-align: middle;
  border-color: #eeeeee;
  color: #444444;
  padding: 2px 15px;
  font-size: 13px;
  line-height: 15px;
  position: relative;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td.blue {
  height: 50px;
  color: #438dce;
  background-color: #f5f9fd;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td.orange {
  height: 50px;
  color: #fe7d03;
  background-color: #fff8f2;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td.aqua {
  height: 50px;
  color: #2ca5b8;
  background-color: #f7fbfc;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td.green {
  height: 70px;
  color: #3cb251;
  background-color: #f5fbf6;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td.gray {
  height: 58px;
  color: #3c3c3d;
  background-color: #f7f7f7;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td.orange-1 {
  height: 76px;
  color: #fe7d03;
  background-color: #fff8f2;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td .yes,
body.page-benefits-oht-vs-agency .region-content-wrapper table td .no {
  margin-top: 5px;
  display: block;
  float: left;
  margin-right: 20px;
  background: url("../images/oht-vs-agency/sprite-info.png") top center no-repeat;
  width: 25px;
  height: 25px;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td .no {
  background: url("../images/oht-vs-agency/sprite-info.png") 0px -52px no-repeat;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td .info-button {
  position: absolute;
  right: 15px;
  top: 25%;
  z-index: 10;
  cursor: pointer;
  display: block;
  background: url("../images/oht-vs-agency/sprite-info.png") 0px -103px no-repeat;
  width: 25px;
  height: 25px;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td .hidden-text {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: 22px;
  right: -22px;
  padding: 15px;
  background-color: #fff;
  width: 230px;
  z-index: 150;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 18px 10px #f2f2f2;
  -moz-box-shadow: 0px 0px 18px 10px #f2f2f2;
  box-shadow: 0px 0px 18px 10px #f2f2f2;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td .hidden-text:hover {
  display: block;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td .hidden-text-arrow {
  display: block;
  height: 45px;
  width: 60px;
  background: url("../images/oht-vs-agency/arrow.png") bottom right 14px no-repeat;
  position: absolute;
  top: -45px;
  right: 25px;
}
body.page-benefits-oht-vs-agency .region-content-wrapper table td .info-button:hover + .hidden-text {
  display: block;
}
body.page-about-how-does-it-work {
  background-color: #448ccb;
}
body.page-about-how-does-it-work .header-second {
  display: none;
}
body.page-about-how-does-it-work .footer {
  border: none;
  margin: 0;
}
body.page-about-how-does-it-work .page-header {
  display: block;
  text-align: center;
  margin: 0;
  color: #fff;
  padding: 40px 0 0 0;
  letter-spacing: -0.6px;
  line-height: 46px;
  font-size: 40px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .custom-background {
  position: absolute;
}
body.page-about-how-does-it-work .pane-custom.pane-1:before,
body.page-about-how-does-it-work .pane-custom.pane-1:after {
  content: " ";
  display: table;
}
body.page-about-how-does-it-work .pane-custom.pane-1:after {
  clear: both;
}
body.page-about-how-does-it-work .pane-custom.pane-1:before,
body.page-about-how-does-it-work .pane-custom.pane-1:after {
  content: " ";
  display: table;
}
body.page-about-how-does-it-work .pane-custom.pane-1:after {
  clear: both;
}
body.page-about-how-does-it-work .pane-custom.pane-1 .pane-title {
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.01em;
  padding: 20px 20% 50px;
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-1 .pane-content {
  color: #fff;
  padding-top: 240px;
  padding-bottom: 40px;
  background: url('../images/how-does-it-work/first-pane-bg.jpg') top center no-repeat;
  overflow: hidden;
}
body.page-about-how-does-it-work .pane-custom.pane-1 .pane-block {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-1 .pane-block span {
  font-size: 13px;
  line-height: 18px;
}
body.page-about-how-does-it-work .pane-custom.pane-2:before,
body.page-about-how-does-it-work .pane-custom.pane-2:after {
  content: " ";
  display: table;
}
body.page-about-how-does-it-work .pane-custom.pane-2:after {
  clear: both;
}
body.page-about-how-does-it-work .pane-custom.pane-2:before,
body.page-about-how-does-it-work .pane-custom.pane-2:after {
  content: " ";
  display: table;
}
body.page-about-how-does-it-work .pane-custom.pane-2:after {
  clear: both;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .custom-background {
  background-color: #fff;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-content {
  position: relative;
  z-index: 1;
  background: url('../images/how-does-it-work/second-pane-left-bg.png') no-repeat left top;
  overflow: hidden;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block {
  padding-left: 90px;
  padding-top: 40px;
  padding-right: 50%;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block.first-block {
  min-height: 340px;
  font-size: 16px;
  background: url('../images/how-does-it-work/second-pane-first-block-bg.png') 530px 30px no-repeat;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block.second-block {
  margin-bottom: 40px;
  min-height: 297px;
  font-size: 16px;
  background: url('../images/how-does-it-work/second-pane-second-block-bg.png') 530px 20px no-repeat;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block.third-block {
  position: absolute;
  width: 35%;
  right: 90px;
  top: 750px;
  padding: 0;
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block.third-block span:not(.dark) {
  text-transform: uppercase;
  color: #ff7800;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block.third-block .dark {
  color: #000;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block.fourth-block {
  margin-top: 132px;
  height: 180px;
  background: url("../images/how-does-it-work/second-pane-fourth-block-bg.png") left top no-repeat;
  margin-left: 70px;
  padding: 40px 120px 0px 180px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block.fourth-block div {
  font-size: 21px;
  color: #ff7800;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block.fifth-block {
  margin-top: 32px;
  padding-left: 90px;
  padding-right: 550px;
  height: 309px;
  background: url('../images/how-does-it-work/second-pane-fifth-block-bg.png') 540px 0px no-repeat;
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block.sixth-block {
  margin-top: 52px;
  margin-bottom: 62px;
  padding-left: 90px;
  padding-right: 550px;
  height: 367px;
  background: url('../images/how-does-it-work/second-pane-sixth-block-bg.png') 540px 0px no-repeat;
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block .pane-block-notice {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
}
body.page-about-how-does-it-work .pane-custom.pane-2 .pane-block .pane-block-notice span {
  text-transform: uppercase;
  color: #448ccb;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-3 {
  color: #444444;
  line-height: 24px;
  font-size: 17px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .custom-background {
  background: url('../images/how-does-it-work/third-block-arrow.png') top center no-repeat #f2f2f2;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .pane-content {
  background: url('../images/how-does-it-work/third-block-bg.jpg') 500px 340px no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .pane-content .pane-block {
  width: 44%;
  padding-left: 90px;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .pane-content .pane-block.first-block {
  padding: 75px 0 34px 90px;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .pane-content .pane-block.second-block {
  height: 224px;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .pane-content .pane-block.third-block {
  height: 225px;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .pane-content .pane-block.fourth-block {
  height: 165px;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .pane-content .pane-block.fifth-block {
  width: 100%;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .pane-content .pane-block.sixth-block {
  width: 100%;
  margin-top: 64px;
  margin-left: 70px;
  height: 220px;
  background: url("../images/how-does-it-work/second-pane-fourth-block-bg.png") left top no-repeat;
  padding: 40px 200px 0px 180px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .pane-content .pane-block.sixth-block div {
  font-size: 21px;
  color: #ff7800;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-3 .pane-content .third-block-wrapper {
  background: url('../images/how-does-it-work/third-block-left-bg.png') left top no-repeat;
}
body.page-about-how-does-it-work .pane-custom.pane-4 {
  text-align: center;
  overflow: hidden;
}
body.page-about-how-does-it-work .pane-custom.pane-4 .right,
body.page-about-how-does-it-work .pane-custom.pane-4 .left {
  float: left;
  width: 50%;
  padding: 40px 0 20px;
  margin: 50px 0;
  line-height: 22.5px;
  color: #fff;
  height: 190px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-4 .right a:not(.small-link),
body.page-about-how-does-it-work .pane-custom.pane-4 .left a {
  display: inline-block;
  text-decoration: none;
  color: #ff7800;
  padding: 0 20px;
  height: 55px;
  width: 45%;
  background-color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.page-about-how-does-it-work .pane-custom.pane-4 .left {
  border-right: 1px solid #5bb5c2;
}
body.page-about-how-does-it-work .pane-custom.pane-4 .left a {
  color: #444444;
}
body.page-about-how-does-it-work .pane-custom.pane-4 a.small-link {
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-how-does-it-work .pane-custom.pane-4 a.small-link:hover {
  text-decoration: none;
}
body.page-about-how-does-it-work.ld-right .pane-custom {
  text-align: right;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-1 .pane-content {
  background: url('../images/how-does-it-work/first-pane-bg-he.jpg') top center no-repeat;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-1 .pane-content .pane-block {
  float: right;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-2 .pane-content {
  background: url('../images/how-does-it-work/second-pane-left-bg.png') no-repeat right top;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-2 .pane-content .pane-block {
  padding-right: 90px;
  padding-left: 50%;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-2 .pane-content .pane-block.first-block {
  background: url('../images/how-does-it-work/second-pane-first-block-bg.png') right 530px top 30px no-repeat;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-2 .pane-content .pane-block.second-block {
  background: url('../images/how-does-it-work/second-pane-second-block-bg.png') right 530px top 20px no-repeat;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-2 .pane-content .pane-block.third-block {
  left: 90px;
  right: initial;
  padding: 0;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-2 .pane-content .pane-block.fourth-block {
  margin-right: 0;
  padding: 40px 260px 0px 40px;
  background: url("../images/how-does-it-work/second-pane-fourth-block-bg-he.png") left top no-repeat;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-2 .pane-content .pane-block.fifth-block {
  padding-right: 90px;
  padding-left: 550px;
  background: url('../images/how-does-it-work/second-pane-fifth-block-bg.png') right 540px top no-repeat;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-2 .pane-content .pane-block.sixth-block {
  padding-right: 90px;
  padding-left: 550px;
  background: url('../images/how-does-it-work/second-pane-sixth-block-bg.png') right 540px top no-repeat;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-3 .custom-background {
  background: url('../images/how-does-it-work/third-block-arrow.png') top center no-repeat #f2f2f2;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-3 .pane-content {
  background: url('../images/how-does-it-work/third-block-bg.jpg') right 500px top 340px no-repeat;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-3 .pane-content .pane-block {
  width: 44%;
  padding-left: 0;
  padding-right: 90px;
  float: right;
  clear: both;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-3 .pane-content .pane-block.first-block {
  padding: 75px 90px 34px 0;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-3 .pane-content .pane-block.fifth-block {
  width: 100%;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-3 .pane-content .pane-block.sixth-block {
  width: 100%;
  background: url("../images/how-does-it-work/second-pane-fourth-block-bg-he.png") right top no-repeat;
  margin-right: 70px;
  padding: 40px 170px 0px 200px;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-3 .pane-content .third-block-wrapper {
  overflow: hidden;
  background: url('../images/how-does-it-work/third-block-left-bg.png') right top no-repeat;
}
body.page-about-how-does-it-work.ld-right .pane-custom.pane-4 {
  text-align: center;
}
body.page-language-additional-languages,
body.page-language,
body.page-expert {
  font-family: 'SegoeUI-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-language-additional-languages .page-header,
body.page-language .page-header,
body.page-expert .page-header {
  display: none;
}
body.page-language-additional-languages .footer,
body.page-language .footer,
body.page-expert .footer {
  margin: 0;
}
body.page-language-additional-languages .pane-custom.pane-3,
body.page-language .pane-custom.pane-3,
body.page-expert .pane-custom.pane-3 {
  padding-top: 100px;
  border-bottom: 3px solid #ff7800;
}
body.page-language-additional-languages .pane-custom.pane-3 .pane-title,
body.page-language .pane-custom.pane-3 .pane-title,
body.page-expert .pane-custom.pane-3 .pane-title {
  color: #ff7800;
  line-height: 30px;
  border: none;
  margin: 0px;
  padding-bottom: 20px;
  padding-top: 15px;
  display: block;
  letter-spacing: -0.04em;
  font-size: 40px;
  font-weight: bold;
}
body.page-language-additional-languages .pane-custom.pane-3 .pane-content,
body.page-language .pane-custom.pane-3 .pane-content,
body.page-expert .pane-custom.pane-3 .pane-content {
  color: #444444;
  font-size: 27px;
  line-height: 30px;
  padding-bottom: 20px;
  width: 60%;
}
body.page-language-additional-languages .pane-custom.pane-4,
body.page-language .pane-custom.pane-4,
body.page-expert .pane-custom.pane-4 {
  font-size: 14px;
  line-height: 23px;
  color: #444444;
}
body.page-language-additional-languages .pane-custom.pane-4 .pane-content,
body.page-language .pane-custom.pane-4 .pane-content,
body.page-expert .pane-custom.pane-4 .pane-content {
  width: 60%;
  padding-bottom: 30px;
}
body.page-language-additional-languages .pane-custom.pane-2,
body.page-language .pane-custom.pane-2,
body.page-expert .pane-custom.pane-2,
body.page-language-additional-languages .pane-custom.pane-1,
body.page-language .pane-custom.pane-1,
body.page-expert .pane-custom.pane-1 {
  background: url('../images/exp-page/exp-page-first-line-block-bg.png') center bottom no-repeat;
  color: #737373;
  padding-bottom: 7px;
  margin-bottom: 40px;
  font-size: 14px;
}
body.page-language-additional-languages .pane-custom.pane-2 .pane-content,
body.page-language .pane-custom.pane-2 .pane-content,
body.page-expert .pane-custom.pane-2 .pane-content,
body.page-language-additional-languages .pane-custom.pane-1 .pane-content,
body.page-language .pane-custom.pane-1 .pane-content,
body.page-expert .pane-custom.pane-1 .pane-content {
  height: 120px;
  background-color: #fbfaf6;
  padding: 15px 20px 7px 20px;
  border: 1px solid #eeeeee;
}
body.page-language-additional-languages .pane-custom.pane-5,
body.page-language .pane-custom.pane-5,
body.page-expert .pane-custom.pane-5 {
  position: absolute;
  z-index: 150;
  right: 0px;
  bottom: 167px;
}
body.page-language-additional-languages .pane-custom.pane-5 .professional-translation-services-header-image,
body.page-language .pane-custom.pane-5 .professional-translation-services-header-image,
body.page-expert .pane-custom.pane-5 .professional-translation-services-header-image {
  background: url('../images/header-image.png') center top no-repeat;
  height: 365px;
  width: 310px;
}
body.page-language-additional-languages .section-prefooter .custom-background,
body.page-language .section-prefooter .custom-background,
body.page-expert .section-prefooter .custom-background {
  position: absolute;
  background-color: #eef7f9;
}
body.page-language-additional-languages .section-prefooter .region-prefooter,
body.page-language .section-prefooter .region-prefooter,
body.page-expert .section-prefooter .region-prefooter {
  position: relative;
  z-index: 1;
  background: url('../images/professional-translation-services-view-bg.png') center top no-repeat;
  padding-top: 30px;
  padding-bottom: 40px;
}
body.page-language-additional-languages.ld-right,
body.page-language.ld-right,
body.page-expert.ld-right {
  text-align: right;
}
body.page-language-additional-languages.ld-right .pane-custom.pane-3,
body.page-language.ld-right .pane-custom.pane-3,
body.page-expert.ld-right .pane-custom.pane-3 {
  overflow: hidden;
}
body.page-language-additional-languages.ld-right .pane-custom.pane-3 .pane-title,
body.page-language.ld-right .pane-custom.pane-3 .pane-title,
body.page-expert.ld-right .pane-custom.pane-3 .pane-title {
  width: 100%;
  float: right;
}
body.page-language-additional-languages.ld-right .pane-custom.pane-3 .pane-content,
body.page-language.ld-right .pane-custom.pane-3 .pane-content,
body.page-expert.ld-right .pane-custom.pane-3 .pane-content {
  float: right;
}
body.page-language-additional-languages.ld-right .pane-custom.pane-4,
body.page-language.ld-right .pane-custom.pane-4,
body.page-expert.ld-right .pane-custom.pane-4 {
  overflow: hidden;
}
body.page-language-additional-languages.ld-right .pane-custom.pane-4 .pane-content,
body.page-language.ld-right .pane-custom.pane-4 .pane-content,
body.page-expert.ld-right .pane-custom.pane-4 .pane-content {
  float: right;
}
body.page-language-additional-languages.ld-right .pane-custom.pane-5,
body.page-language.ld-right .pane-custom.pane-5,
body.page-expert.ld-right .pane-custom.pane-5 {
  right: initial;
  left: 0;
}
body.page-language-additional-languages .section-prefooter .custom-background,
body.page-language .section-prefooter .custom-background {
  background-color: #eeeeee;
}
body.page-services .views-row-13 .views-field-title .current-element-bg > a {
  font-size: 30px !important;
}
body.page-services .page-header {
  display: none;
}
body.page-services .main-container {
  margin-bottom: 40px;
}
body.page-services .view-language-solutions.view-display-id-block_2 ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
body.page-services .view-language-solutions.view-display-id-block_2 ul li {
  float: left;
}
body.page-services .view-language-solutions.view-display-id-block_2 .view-content a {
  line-height: 48px;
  background-color: #fff;
  color: #929292;
  font-size: 14px;
  word-spacing: 1px;
  text-decoration: none;
  display: block;
  padding: 0 15px;
  height: 48px;
}
body.page-services .view-language-solutions.view-display-id-block_2 .view-content a:hover {
  color: #444444;
  background-color: #f7f7f7;
}
body.page-services .view-language-solutions.view-display-id-block_2 .view-content .views-row-1 a {
  color: #444444;
  background-color: #f7f7f7;
}
body.page-services .view-language-solutions.view-display-id-page {
  margin-top: 25px;
}
body.page-services .view-language-solutions.view-display-id-page .views-row {
  line-height: 24px;
  font-size: 15px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services .view-language-solutions.view-display-id-page .views-row:before,
body.page-services .view-language-solutions.view-display-id-page .views-row:after {
  content: " ";
  display: table;
}
body.page-services .view-language-solutions.view-display-id-page .views-row:after {
  clear: both;
}
body.page-services .view-language-solutions.view-display-id-page .views-row:before,
body.page-services .view-language-solutions.view-display-id-page .views-row:after {
  content: " ";
  display: table;
}
body.page-services .view-language-solutions.view-display-id-page .views-row:after {
  clear: both;
}
body.page-services .view-language-solutions.view-display-id-page .views-row .views-field {
  float: left;
}
body.page-services .view-language-solutions.view-display-id-page .views-row .views-field .current-element-bg {
  height: 314px;
  padding: 0px;
}
body.page-services .view-language-solutions.view-display-id-page .views-row .views-field .current-element-bg p {
  padding: 30px;
}
body.page-services .view-language-solutions.view-display-id-page .views-row .views-field-field-image {
  width: 33.33%;
  height: 314px;
}
body.page-services .view-language-solutions.view-display-id-page .views-row .views-field-field-image img {
  width: 100%;
  height: 100%;
}
body.page-services .view-language-solutions.view-display-id-page .views-row .views-field-title {
  position: relative;
  width: 33.33%;
}
body.page-services .view-language-solutions.view-display-id-page .views-row .views-field-title .current-element-bg > a {
  display: block;
  color: #fff;
  word-spacing: 20px;
  text-decoration: none;
  line-height: 54px;
  font-size: 42px;
  padding: 30px 30px 120px 30px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services .view-language-solutions.view-display-id-page .views-row .views-field-title .node-link a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 70px 0px 10px 30px;
  color: #fff;
  text-decoration: none;
  word-spacing: 2px;
  line-height: 54px;
  font-size: 14px;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services .view-language-solutions.view-display-id-page .views-row .views-field-body {
  width: 33.33%;
}
body.page-services .view-language-solutions.view-display-id-page .views-row .views-field-body .current-element-bg {
  background-image: url('../images/sprite.png');
  background-position: 0 -620px;
  background-repeat: no-repeat;
}
body.page-services .view-language-solutions.view-display-id-page .views-row.views-row-odd .views-field-field-image {
  float: right;
}
body.page-services.ld-right .view-language-solutions {
  text-align: right;
}
body.page-translation-price .header-second {
  display: none;
}
body.page-translation-price .footer {
  margin-top: 0;
}
body.page-translation-price .page-header {
  margin-top: 60px;
  color: #448ccb;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  font-size: 42px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price .view-header h2 {
  text-align: center;
  color: #808080;
  padding: 0 15%;
  margin-bottom: 45px;
  font-size: 20px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price .view-content {
  line-height: 24px;
}
body.page-translation-price .view-content .views-row {
  padding: 25px;
}
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks {
  width: 82%;
  margin: auto;
}
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general,
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert {
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 47%;
  background: url('../images/white-bg.png') left top repeat;
}
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general .price-blocks-line-1,
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert .price-blocks-line-1 {
  font-size: 15px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general .price-blocks-line-1 strong,
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert .price-blocks-line-1 strong {
  color: #000;
}
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general .price-blocks-line-1 span,
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert .price-blocks-line-1 span {
  display: inline-block;
  color: #448ccb;
  padding: 0 5px;
  font-size: 28px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general .price-blocks-line-2,
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert .price-blocks-line-2 {
  font-size: 13px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general .price-blocks-line-2 span,
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert .price-blocks-line-2 span {
  display: inline-block;
  color: #448ccb;
  padding: 0 5px;
}
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general {
  float: left;
}
body.page-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert {
  float: right;
}
body.page-translation-price .view-content .views-row .views-field-field-exp-page-fifthline-text1 {
  width: 94%;
  margin: auto;
  font-size: 13px;
  clear: both;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price .view-content .views-row .views-field-field-exp-page-fifthline-text1 table {
  clear: both;
  width: 87%;
  margin: auto;
}
body.page-translation-price .view-content .views-row .views-field-field-exp-page-fifthline-text1 table td {
  border: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
  padding: 5px 0;
  width: 33%;
}
body.page-translation-price .view-content .views-row.views-row-first {
  border: 4px solid #448ccb;
  text-align: center;
  background: url('../images/pricing-bg-first-row.jpg') top center no-repeat;
}
body.page-translation-price .view-content .views-row.views-row-first .views-field-title {
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #ff7800;
  font-size: 36px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price .view-content .views-row.views-row-first .views-field-field-exp-page-fifthline-text1 table td {
  border: 0px;
}
body.page-translation-price .view-content .views-row.views-row-first .views-field-body {
  margin-bottom: 160px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price .view-content .views-row.views-row-first .views-field-body strong {
  color: #000;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price .view-content .views-row.views-row-last {
  background-color: #f7f7f7;
  border: 4px solid #a5a5a5;
  margin-top: 20px;
  text-align: center;
}
body.page-translation-price .view-content .views-row.views-row-last .views-field-title .field-content {
  display: block;
  margin: 0 30px 20px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price .view-content .views-row.views-row-last .views-field-title .field-content span {
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #444444;
  font-size: 36px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translation-price #block-oht-generic-pricingbottom {
  position: relative;
}
body .pricing-page-buttons-top {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
}
body .pricing-page-buttons-top:after {
  display: block;
  content: ' ';
  clear: both;
}
body .pricing-page-buttons-top .block-content {
  position: relative;
  overflow: hidden;
}
body .pricing-page-buttons-top .oht-generic-pricetime {
  padding-bottom: 30px;
}
body .pricing-page-buttons-top .oht-generic-pricing-bottom-right,
body .pricing-page-buttons-top .oht-generic-pricing-bottom {
  float: left;
  position: relative;
  z-index: 10;
  width: 50%;
  margin: 30px 0;
  line-height: 22.5px;
  color: #444444;
  font-size: 15px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body .pricing-page-buttons-top a.translate-button,
body .pricing-page-buttons-top a.get-quote {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  height: 55px;
  background-color: #ff7800;
  text-transform: uppercase;
  text-shadow: 0px 2px 1px #994800;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 18px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body .pricing-page-buttons-top a.get-quote {
  background-color: #fff;
  color: #448ccb;
  text-shadow: none;
}
body .pricing-page-buttons-top .custom-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f6f7;
  z-index: 1;
}
body.page-translator-join-us .footer {
  margin: 0px;
}
body.page-translator-join-us .main-container {
  margin-bottom: 0px;
  padding-bottom: 0px!important;
}
body.page-translator-join-us .panel-separator {
  display: none;
  margin: 0px;
}
body.page-translator-join-us .translator-join-us {
  height: 498px;
}
body.page-translator-join-us .translator-join-us .custom-background {
  position: absolute;
  background: url('../images/translator-join-us/splash.png') no-repeat top center #448ccb;
  z-index: -1;
  top: 0px;
}
body.page-translator-join-us .translator-join-us .container {
  float: left;
  width: 400px;
  padding: 90px 0 0 15px;
}
body.page-translator-join-us .translator-join-us .container .text-title {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #448ccb;
  font-size: 54px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 54px;
  /* Approximation due to font substitution */
  text-align: left;
}
@media (max-width: 992px) {
  body.page-translator-join-us .translator-join-us .container .text-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.page-translator-join-us .translator-join-us .container .text-title {
    font-size: 35px;
  }
}
body.page-translator-join-us .translator-join-us .container .text-table {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 22px;
  /* Approximation due to font substitution */
  font-weight: 300;
  line-height: 32px;
  /* Approximation due to font substitution */
  text-align: left;
}
@media (max-width: 992px) {
  body.page-translator-join-us .translator-join-us .container .text-table {
    font-size: 18px;
    width: 60%;
  }
}
@media (max-width: 768px) {
  body.page-translator-join-us .translator-join-us .container .text-table {
    font-size: 16px;
    width: 30%;
  }
}
body.page-translator-join-us .translator-join-us .container .text-btn a {
  padding: 10px 56px;
  text-transform: uppercase;
}
body.page-translator-join-us .pane-2 {
  height: 450px;
  margin: -20px 0px 0px 0px;
}
body.page-translator-join-us .pane-2 .custom-background {
  position: absolute;
  background: #448ccb;
  z-index: -1;
}
body.page-translator-join-us .pane-2 .pane-title {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 34px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 30px;
  /* Approximation due to font substitution */
  text-align: center;
  padding: 70px 0px 25px 0px;
}
body.page-translator-join-us .pane-2 .pane-content {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 18px;
  /* Approximation due to font substitution */
  font-weight: 300;
  line-height: 28px;
  /* Approximation due to font substitution */
  text-align: center;
}
body.page-translator-join-us .pane-2 .pane-content .sub-text {
  padding: 0px 0px 50px 0px;
}
body.page-translator-join-us .pane-2 .pane-content .content {
  padding-top: 100px;
  padding-bottom: 40px;
  background: url('../images/translator-join-us/appliction.png') top center no-repeat;
  overflow: hidden;
}
body.page-translator-join-us .pane-2 .pane-content .pane-block {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  padding: 5px 20px;
}
body.page-translator-join-us .pane-3 {
  margin-bottom: 80px;
}
body.page-translator-join-us .pane-3 .sub-title {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 34px;
  /* Approximation due to font substitution */
  font-weight: 300;
  line-height: 40px;
  /* Approximation due to font substitution */
  text-align: center;
  padding-top: 60px;
}
body.page-translator-join-us .pane-3 .sub-title span {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 24px;
  /* Approximation due to font substitution */
  font-weight: 300;
  line-height: 40px;
  /* Approximation due to font substitution */
  text-align: center;
}
body.page-translator-join-us .pane-3 .sub-text {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 26px;
  /* Approximation due to font substitution */
  text-align: center;
  padding: 0px 0px 50px 0px ;
}
body.page-translator-join-us .pane-3 .images-block .mb-bg-img {
  display: inline-block;
  height: 200px;
  width: 300px;
  margin: 0 15px 0 0;
  float: left;
}
@media (max-width: 992px) {
  body.page-translator-join-us .pane-3 .images-block .mb-bg-img {
    width: 30%;
    margin: 0 5px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-translator-join-us .pane-3 .images-block .mb-bg-img {
    margin: 5px 5px 15px 30%;
    width: 300px;
    clear: left;
  }
}
body.page-translator-join-us .pane-3 .images-block .work {
  background: url('../images/translator-join-us/work.png') top center no-repeat;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 22px;
  /* Approximation due to font substitution */
  text-align: left;
}
body.page-translator-join-us .pane-3 .images-block .work .work_text {
  margin: 20px 0px 0px 20px;
}
body.page-translator-join-us .pane-3 .images-block .work .work_text span {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 24px;
  /* Approximation due to font substitution */
  font-weight: 600;
  line-height: 22px;
  /* Approximation due to font substitution */
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
body.page-translator-join-us .pane-3 .images-block .paid {
  background: url('../images/translator-join-us/paid.png') top center no-repeat;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 22px;
  /* Approximation due to font substitution */
  text-align: left;
}
body.page-translator-join-us .pane-3 .images-block .paid .paid_text {
  margin: 130px 0px 0px 20px;
}
body.page-translator-join-us .pane-3 .images-block .paid .paid_text span {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 24px;
  /* Approximation due to font substitution */
  font-weight: 600;
  line-height: 22px;
  /* Approximation due to font substitution */
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
body.page-translator-join-us .pane-3 .images-block .access {
  background: url('../images/translator-join-us/access.png') top center no-repeat;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 22px;
  /* Approximation due to font substitution */
  text-align: left;
}
body.page-translator-join-us .pane-3 .images-block .access .access_text {
  margin: 20px 0px 0px 20px;
}
body.page-translator-join-us .pane-3 .images-block .access .access_text span {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 24px;
  /* Approximation due to font substitution */
  font-weight: 600;
  line-height: 22px;
  /* Approximation due to font substitution */
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
body.page-translator-join-us .pane-3 .images-block #payoneer {
  background-color: #5bb5c2;
  width: 619px;
  height: 200px;
  margin: 15px 0px 0px 0px;
  display: inline-block;
}
@media (max-width: 768px) {
  body.page-translator-join-us .pane-3 .images-block #payoneer {
    height: 400px;
  }
}
body.page-translator-join-us .pane-3 .images-block #payoneer .text {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 24px;
  /* Approximation due to font substitution */
  text-align: left;
  padding: 40px 0px 0px 0px;
}
@media (max-width: 768px) {
  body.page-translator-join-us .pane-3 .images-block #payoneer .text {
    text-align: center;
    padding: 40px 60px;
  }
}
body.page-translator-join-us .pane-3 .images-block #payoneer .payoneer-img img {
  float: left;
  display: inline-block;
  padding: 20px 10px 10px 20px;
}
@media (max-width: 768px) {
  body.page-translator-join-us .pane-3 .images-block #payoneer .payoneer-img img {
    float: none;
    padding: 40px 30%;
  }
}
body.page-translator-join-us .pane-4 .custom-background {
  position: absolute;
  background: #f7f7f7;
  z-index: -1;
}
body.page-translator-join-us .pane-4 .badges_pane .title_pane {
  padding: 60px 0px 40px 0px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 34px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 40px;
  /* Approximation due to font substitution */
  text-align: center;
}
body.page-translator-join-us .pane-4 .badges_pane .subtitle_pane {
  padding: 0px 0px 60px 0px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 24px;
  /* Approximation due to font substitution */
  font-weight: 300;
  line-height: 40px;
  /* Approximation due to font substitution */
  text-align: center;
}
body.page-translator-join-us .pane-4 .badges_pane .body_pane {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 60px 0px;
}
body.page-translator-join-us .pane-4 .badges_pane .body_pane .text_badges {
  display: inline-block;
  float: left;
  width: 40%;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 13px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 24px;
  /* Approximation due to font substitution */
  text-align: left;
}
@media (max-width: 768px) {
  body.page-translator-join-us .pane-4 .badges_pane .body_pane .text_badges {
    padding: 30% 0px 0px 0px;
  }
}
body.page-translator-join-us .pane-4 .badges_pane .body_pane .text_badges a {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #448ccb;
  font-size: 13px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 24px;
  /* Approximation due to font substitution */
  text-align: left;
}
body.page-translator-join-us .pane-4 .badges_pane .body_pane .badges_img {
  display: inline-block;
  float: right;
  width: 60%;
}
body.page-translator-join-us .pane-4 .badges_pane .body_pane .badges_img img {
  float: right;
}
@media (max-width: 768px) {
  body.page-translator-join-us .pane-4 .badges_pane .body_pane .badges_img img {
    width: 50%;
    float: left;
  }
}
body.page-translator-join-us .pane-5 {
  text-align: center;
  overflow: hidden;
}
body.page-translator-join-us .pane-5 .custom-background {
  position: absolute;
  background: #5bb5c2;
  z-index: -1;
}
body.page-translator-join-us .pane-5 .right,
body.page-translator-join-us .pane-5 .left {
  float: left;
  width: 50%;
  padding: 40px 0 20px;
  margin: 50px 0;
  line-height: 22.5px;
  color: #fff;
  height: 190px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translator-join-us .pane-5 .right a:not(.small-link),
body.page-translator-join-us .pane-5 .left a {
  display: inline-block;
  text-decoration: none;
  color: #444444;
  padding: 0 20px;
  height: 55px;
  width: 45%;
  background-color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.page-translator-join-us .pane-5 .left {
  border-right: 1px solid #5bb5c2;
}
body.page-translator-join-us .pane-5 .left a {
  color: #ff7800;
}
body.page-translator-join-us .pane-5 a.small-link {
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translator-join-us .pane-5 a.small-link:hover {
  text-decoration: none;
}
body.page-benefits-translation-price .currency {
  display: none;
}
body.page-benefits-translation-price #lang {
  border: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
  padding: 5px 0;
  width: 33%;
  display: inline-block;
  font-size: 13px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price #lang:last-child {
  width: 30%;
  border-top: 0px;
  clear: left;
}
body.page-benefits-translation-price .header-second {
  display: none;
}
body.page-benefits-translation-price .footer {
  margin-top: 0;
}
body.page-benefits-translation-price .page-header {
  margin-top: 60px;
  color: #448ccb;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  font-size: 42px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-header h2 {
  text-align: center;
  color: #808080;
  padding: 0 15%;
  margin-bottom: 45px;
  font-size: 20px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content {
  line-height: 24px;
}
body.page-benefits-translation-price .view-content .views-row {
  padding: 25px;
}
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks {
  width: 82%;
  margin: auto;
}
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general,
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert {
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 47%;
  background: url('../images/white-bg.png') left top repeat;
}
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general .price-blocks-line-1,
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert .price-blocks-line-1 {
  font-size: 15px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general .price-blocks-line-1 strong,
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert .price-blocks-line-1 strong {
  color: #000;
}
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general .price-blocks-line-1 span,
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert .price-blocks-line-1 span {
  display: inline-block;
  color: #448ccb;
  padding: 0 5px;
  font-size: 28px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general .price-blocks-line-2,
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert .price-blocks-line-2 {
  font-size: 13px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general .price-blocks-line-2 span,
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert .price-blocks-line-2 span {
  display: inline-block;
  color: #448ccb;
  padding: 0 5px;
}
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-general {
  float: left;
}
body.page-benefits-translation-price .view-content .views-row .views-field-nothing-4 .price-blocks-expert {
  float: right;
}
body.page-benefits-translation-price .view-content .views-row .views-field-field-exp-page-fifthline-text1 {
  width: 94%;
  margin: auto;
  font-size: 13px;
  clear: both;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row .views-field-field-exp-page-fifthline-text1 table {
  clear: both;
  width: 87%;
  margin: auto;
}
body.page-benefits-translation-price .view-content .views-row .views-field-field-exp-page-fifthline-text1 table td {
  border: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
  padding: 5px 0;
  width: 33%;
}
body.page-benefits-translation-price .view-content .views-row.views-row-classic {
  border: 4px solid #448ccb;
  text-align: center;
  background: url('../images/pricing-bg-first-row.jpg') top center no-repeat;
}
body.page-benefits-translation-price .view-content .views-row.views-row-classic .views-field-title {
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #ff7800;
  font-size: 36px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row.views-row-classic .views-field-field-exp-page-fifthline-text1 table td {
  border: 0px;
}
body.page-benefits-translation-price .view-content .views-row.views-row-classic .views-field-body {
  margin-bottom: 160px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row.views-row-classic .views-field-body strong {
  color: #000;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row.views-row-exclusive {
  background-color: #f7f7f7;
  border: 4px solid #a5a5a5;
  margin-top: 20px;
  text-align: center;
}
body.page-benefits-translation-price .view-content .views-row.views-row-exclusive .languages_pairs_table {
  margin: 40px auto 0px auto;
  width: 80%;
}
body.page-benefits-translation-price .view-content .views-row.views-row-exclusive .languages_pairs_table tg,
body.page-benefits-translation-price .view-content .views-row.views-row-exclusive .languages_pairs_table td {
  border: 1px solid #e7e7e7;
  font-size: 13px;
  font-family: OpenSans-lighter-normal, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 5px 10px 5px 5px;
  text-align: center;
}
body.page-benefits-translation-price .view-content .views-row.views-row-exclusive .languages_pairs_table tbody tr th {
  text-align: center;
}
body.page-benefits-translation-price .view-content .views-row.views-row-exclusive .languages_pairs_table tbody tr td {
  border: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 0;
  width: 33%;
  font-size: 13px;
  font-family: OpenSans-lighter-normal, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  float: left;
  text-align: center;
}
body.page-benefits-translation-price .view-content .views-row.views-row-exclusive .languages_pairs_table .target_languages {
  display: inline-block;
  margin: 20px 0px 10px 0px;
}
body.page-benefits-translation-price .view-content .views-row.views-row-exclusive .views-field-title .field-content {
  display: block;
  margin: 0 30px 20px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row.views-row-exclusive .views-field-title .field-content span {
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #444444;
  font-size: 36px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row.views-row-enterprise {
  padding: 25px 25px 75px 25px;
  background-color: #f7f7f7;
  border: 4px solid #a5a5a5;
  margin-top: 20px;
  text-align: center;
}
body.page-benefits-translation-price .view-content .views-row.views-row-enterprise .views-field-title .field-content {
  display: block;
  margin: 0 30px 20px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row.views-row-enterprise .views-field-title .field-content span {
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #444444;
  font-size: 36px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row.views-row-additional {
  background-color: #f7f7f7;
  border: 4px solid #a5a5a5;
  margin-top: 20px;
  text-align: center;
}
body.page-benefits-translation-price .view-content .views-row.views-row-additional .views-field-title .field-content {
  display: block;
  margin: 0 30px 20px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row.views-row-additional .views-field-title .field-content span {
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #444444;
  font-size: 36px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-translation-price .view-content .views-row.views-row-additional .additional_services_table {
  margin: 40px auto 0px auto;
  width: 80%;
}
body.page-benefits-translation-price .view-content .views-row.views-row-additional .additional_services_table tg,
body.page-benefits-translation-price .view-content .views-row.views-row-additional .additional_services_table td {
  border: 1px solid #e7e7e7;
  font-size: 13px;
  font-family: OpenSans-lighter-normal, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 5px 10px 5px 5px;
  text-align: center;
}
body.page-benefits-translation-price .view-content .views-row.views-row-additional .additional_services_table tbody tr th {
  text-align: center;
}
body.page-benefits-translation-price .view-content .views-row.views-row-additional .additional_services_table tbody tr td {
  text-align: center;
}
body.page-benefits-translation-price #block-oht-generic-pricingbottom {
  position: relative;
}
body .pricing-page-buttons-top {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
}
body .pricing-page-buttons-top:after {
  display: block;
  content: ' ';
  clear: both;
}
body .pricing-page-buttons-top .block-content {
  position: relative;
  overflow: hidden;
}
body .pricing-page-buttons-top .oht-generic-pricetime {
  padding-bottom: 30px;
}
body .pricing-page-buttons-top .oht-generic-pricing-bottom-right,
body .pricing-page-buttons-top .oht-generic-pricing-bottom {
  float: left;
  position: relative;
  z-index: 10;
  width: 50%;
  margin: 30px 0;
  line-height: 22.5px;
  color: #444444;
  font-size: 15px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body .pricing-page-buttons-top a.translate-button,
body .pricing-page-buttons-top a.get-quote {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  height: 55px;
  background-color: #ff7800;
  text-transform: uppercase;
  text-shadow: 0px 2px 1px #994800;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 18px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body .pricing-page-buttons-top a.get-quote {
  background-color: #fff;
  color: #448ccb;
  text-shadow: none;
}
body .pricing-page-buttons-top .custom-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f6f7;
  z-index: 1;
}
body.page-support .header-second {
  background: url('../images/ginger2-rtl.png') center bottom no-repeat;
  background-color: #fbfaf6;
}
body.page-support .main-container {
  padding-bottom: 40px;
}
body.page-support .page-header {
  color: #737373;
  font-size: 26px;
  padding-top: 30px;
  letter-spacing: 0.1px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-support .view-support .view-grouping {
  width: 50%;
  float: left;
  padding-left: 10px;
}
body.page-support .view-support .view-grouping.element-even {
  padding-left: 0;
  padding-right: 10px;
  clear: left;
}
body.page-support .view-support .view-grouping .view-grouping-header {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
body.page-support .view-support .view-grouping .view-grouping-header a {
  color: #444444;
  text-decoration: none;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-support .view-support .view-grouping .view-grouping-header img {
  float: left;
  margin-right: 10px;
}
body.page-support .view-support .view-grouping .views-row {
  padding-bottom: 5px;
}
body.page-support .view-support .view-grouping .views-row .views-field-title a {
  color: #5bb5c2;
  text-decoration: none;
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-support .view-support .view-grouping .all-article {
  color: #929292;
  padding: 0 10px;
  display: block;
  height: 24px;
  line-height: 24px;
  background: url('../images/sprite.png') 0px -956px no-repeat #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-support.ld-right .view-support {
  text-align: right;
}
body.page-support.ld-right .view-support .view-grouping img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
body.page-support.ld-right .view-support .all-article {
  background: url('../images/sprite.png') -290px -955px no-repeat #fff;
}
body.page-about-about-us .page-header {
  letter-spacing: -1.5px;
  line-height: 55px;
  font-size: 30px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .footer {
  border: 0;
  margin: 0;
}
body.page-about-about-us .content-section-container {
  color: #444444;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .custom-background {
  position: absolute;
}
body.page-about-about-us .content-section-container .about-us-title {
  text-align: center;
  background: url('../images/about-us/about-us-main-bg.jpg') top center no-repeat;
  height: 519px;
  overflow: hidden;
}
body.page-about-about-us .content-section-container .about-us-title .about-us-title-inner {
  color: #444444;
  padding-top: 30px;
  line-height: 60px;
  font-size: 46px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .about-us-title .about-us-title-inner .title {
  font-size: 30px;
}
body.page-about-about-us .content-section-container .panel-col-top {
  display: none;
}
body.page-about-about-us .content-section-container .center-wrapper {
  position: relative;
}
body.page-about-about-us .content-section-container .center-wrapper:before,
body.page-about-about-us .content-section-container .center-wrapper:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .center-wrapper:after {
  clear: both;
}
body.page-about-about-us .content-section-container .center-wrapper:before,
body.page-about-about-us .content-section-container .center-wrapper:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .center-wrapper:after {
  clear: both;
}
body.page-about-about-us .content-section-container .center-wrapper .custom-background {
  background-color: #f7f7f7;
}
body.page-about-about-us .content-section-container .center-wrapper .inside {
  position: relative;
  z-index: 1;
}
body.page-about-about-us .content-section-container .center-wrapper .pane-oht-aboutus-quick-facts {
  padding: 80px 0;
  padding-left: 15px;
}
body.page-about-about-us .content-section-container .center-wrapper .pane-oht-aboutus-quick-facts .pane-title {
  padding-bottom: 30px;
  color: #929292;
  font-size: 34px;
}
body.page-about-about-us .content-section-container .center-wrapper .pane-oht-aboutus-quick-facts .about-us-quick-facts .fact {
  width: 50%;
  padding-right: 15%;
  float: left;
  padding-bottom: 15px;
}
body.page-about-about-us .content-section-container .center-wrapper .pane-oht-aboutus-quick-facts .about-us-quick-facts .fact.element-even {
  clear: left;
}
body.page-about-about-us .content-section-container .center-wrapper .pane-oht-aboutus-quick-facts .about-us-quick-facts .fact .value {
  color: #ff7800;
  padding-bottom: 10px;
  font-size: 34px;
  font-family: 'Oswald-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .center-wrapper .pane-oht-aboutus-quick-facts .about-us-quick-facts .fact .desc {
  font-size: 16px;
  line-height: 19px;
}
body.page-about-about-us .content-section-container .center-wrapper .pane-custom.pane-2 {
  padding: 80px 0;
  padding-right: 15px;
}
body.page-about-about-us .content-section-container .center-wrapper .pane-custom.pane-2 .pane-title {
  padding-bottom: 30px;
  color: #444444;
  font-size: 34px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .center-wrapper .pane-custom.pane-2 .pane-content {
  font-size: 14px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices {
  position: relative;
  text-align: center;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices:before,
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices:after {
  clear: both;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices:before,
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices:after {
  clear: both;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .custom-background {
  background-color: #444446;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .pane-title {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 30px;
  padding-top: 50px;
  background: url('../images/about-us/marker.png') top center no-repeat;
  font-size: 28px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .about-us-offices {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 60px;
  background: url('../images/about-us/OHT_About_cities_v.jpg') top center no-repeat;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .about-us-offices:before,
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .about-us-offices:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .about-us-offices:after {
  clear: both;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .about-us-offices:before,
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .about-us-offices:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .about-us-offices:after {
  clear: both;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .about-us-offices .office {
  width: 14.28%;
  float: left;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .about-us-offices .office .name {
  color: #929292;
  font-size: 15px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-offices .about-us-offices .office .time {
  color: #ff7800;
  font-size: 20px;
  font-family: 'Oswald-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation {
  text-align: center;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-title {
  padding-bottom: 15px;
  padding-top: 45px;
  font-size: 34px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content {
  font-size: 16px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits-title {
  font-size: 28px;
  padding: 40px 0 30px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits {
  background: url('../images/about-us/benefits.png') top center no-repeat;
  background-size: 85% auto;
  padding-top: 70px;
  padding-bottom: 30px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits:before,
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits:after {
  clear: both;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits:before,
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits:after {
  clear: both;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits .benefit {
  width: 20%;
  float: left;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits .benefit .link a {
  font-size: 13px;
  color: #448ccb;
  text-decoration: none;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-translation .pane-content .benefits .benefit .link a:hover {
  text-decoration: underline;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services {
  position: relative;
  color: #fff;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .custom-background {
  background: url('../images/about-us/services-bg.jpg') no-repeat top center;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-title {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
  font-size: 34px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content {
  position: relative;
  z-index: 1;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes {
  padding-bottom: 20px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes:before,
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes:after {
  clear: both;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes:before,
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes:after {
  clear: both;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box {
  width: 50%;
  float: left;
  padding-right: 5%;
  height: 130px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box .title {
  font-size: 20px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-left: 70px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box .button-desc,
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box .desc {
  padding-left: 70px;
  font-size: 16px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box .button-desc a,
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box .desc a {
  font-size: 13px;
  color: #5bb5c2;
  text-decoration: none;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box .button-desc a:hover,
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box .desc a:hover {
  text-decoration: underline;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box.box-1 {
  background: url('../images/about-us/services-sprite.png') left top no-repeat;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box.box-2 {
  background: url('../images/about-us/services-sprite.png') 0px -261px no-repeat;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box.box-3 {
  background: url('../images/about-us/services-sprite.png') 0px -523px no-repeat;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box.box-4 {
  background: url('../images/about-us/services-sprite.png') 0px -784px no-repeat;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box.box-5 {
  background: url('../images/about-us/services-sprite.png') 0px -1046px no-repeat;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box.box-button .button-desc {
  background: url('../images/about-us/services-sprite.png') 15px -1297px no-repeat #fff;
  width: 80%;
  padding: 10px 10px 10px 78px;
  color: #737373;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box.box-button .button-desc a {
  color: #ff7800;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .pane-oht-aboutus-services .pane-content .boxes .box.box-button .button-desc a:hover {
  text-decoration: underline;
}
body.page-about-about-us .content-section-container .pane-custom.trusted-by-top-businesses {
  text-align: center;
  font-size: 26px;
}
body.page-about-about-us .content-section-container .pane-custom.trusted-by-top-businesses .pane-title {
  font-size: 26px;
  padding: 50px 0 40px 0;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .pane-custom.trusted-by-top-businesses .clients {
  height: 269px;
  margin-bottom: 50px;
  background: url('../images/about-us/clients.jpg') no-repeat top center;
}
body.page-about-about-us .content-section-container .pane-custom#bottom-links {
  text-align: center;
}
body.page-about-about-us .content-section-container .pane-custom#bottom-links .custom-background {
  background-color: #5bb5c2;
  z-index: -1;
}
body.page-about-about-us .content-section-container .pane-custom#bottom-links .pane-content #about_links #bot_but {
  padding: 0px 0px 40px 0px;
}
body.page-about-about-us .content-section-container .pane-custom#bottom-links .pane-content #about_links p {
  display: inline-block;
}
body.page-about-about-us .content-section-container .pane-custom#bottom-links .pane-content #about_links p a {
  margin: 15px 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  background: #ffffff;
  display: inline-block;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons {
  position: relative;
  text-align: center;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons:before,
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons:after {
  clear: both;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons:before,
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons:after {
  content: " ";
  display: table;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons:after {
  clear: both;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons .custom-background {
  background-color: #5bb5c2;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons .pane-content {
  position: relative;
  z-index: 1;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons .right,
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons .left {
  float: left;
  width: 50%;
  padding: 40px 0 20px;
  margin: 50px 0;
  line-height: 22.5px;
  color: #fff;
  height: 190px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons .right a,
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons .left a:not(.small-link) {
  display: inline-block;
  text-decoration: none;
  color: #444444;
  padding: 0 20px;
  height: 55px;
  width: 45%;
  background-color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons .left {
  border-right: 1px solid #87cad3;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons .left a:not(.small-link) {
  color: #ff7800;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons a.small-link {
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-about-us .content-section-container .pane-custom.bottom-buttons a.small-link:hover {
  text-decoration: none;
}
body.page-about-about-us.ld-right .content-section-container {
  text-align: right;
}
body.page-about-about-us.ld-right .content-section-container .pane-oht-aboutus-quick-facts .about-us-quick-facts .fact {
  padding-left: 15%;
  padding-right: 0;
}
body.page-about-about-us.ld-right .content-section-container .pane-oht-aboutus-services .pane-content .about-us-services .boxes .box {
  padding-right: 0;
  padding-left: 5%;
}
body.page-about-about-us.ld-right .content-section-container .pane-oht-aboutus-services .pane-content .about-us-services .boxes .box .title,
body.page-about-about-us.ld-right .content-section-container .pane-oht-aboutus-services .pane-content .about-us-services .boxes .box .desc {
  padding-left: 0;
  padding-right: 70px;
}
body.page-about-about-us.ld-right .content-section-container .pane-oht-aboutus-services .pane-content .about-us-services .boxes .box.box-1 {
  background: url('../images/about-us/services-sprite.png') right top no-repeat;
}
body.page-about-about-us.ld-right .content-section-container .pane-oht-aboutus-services .pane-content .about-us-services .boxes .box.box-2 {
  background: url('../images/about-us/services-sprite.png') right top -261px no-repeat;
}
body.page-about-about-us.ld-right .content-section-container .pane-oht-aboutus-services .pane-content .about-us-services .boxes .box.box-3 {
  background: url('../images/about-us/services-sprite.png') right top -523px no-repeat;
}
body.page-about-about-us.ld-right .content-section-container .pane-oht-aboutus-services .pane-content .about-us-services .boxes .box.box-4 {
  background: url('../images/about-us/services-sprite.png') right top -784px no-repeat;
}
body.page-about-about-us.ld-right .content-section-container .pane-oht-aboutus-services .pane-content .about-us-services .boxes .box.box-5 {
  background: url('../images/about-us/services-sprite.png') right top -1046px no-repeat;
}
body.page-about-about-us.ld-right .content-section-container .pane-oht-aboutus-services .pane-content .about-us-services .boxes .box.box-button .button-desc {
  margin-left: 20%;
}
body.page-about-about-us .panel-col-bottom .panel-separator {
  margin: 0px;
}
body.page-translators-agencies #header-second {
  padding: 0px!important;
}
body.page-translators-agencies .header-second {
  display: block;
  position: relative;
}
body.page-translators-agencies .header-second:after {
  content: '';
  display: block;
  width: 100%;
  height: 913px;
  position: absolute;
  top: 0px;
  left: 0;
  background: url('../images/agencies/background-image.jpg') top center no-repeat;
}
body.page-translators-agencies .page-header {
  display: none;
}
body.page-translators-agencies .content-section-container {
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-4 {
  text-align: center;
  padding-top: 85px;
  height: 435px;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-4 .pane-title {
  color: #ff7800;
  padding-bottom: 25px;
  font-size: 52px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-4 .pane-content {
  font-size: 22px;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-4 .pane-content strong {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-1 {
  padding-top: 110px;
  color: #444444;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-1:before,
body.page-translators-agencies .content-section-container .pane-custom.pane-1:after {
  content: " ";
  display: table;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-1:after {
  clear: both;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-1:before,
body.page-translators-agencies .content-section-container .pane-custom.pane-1:after {
  content: " ";
  display: table;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-1:after {
  clear: both;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-1 .pane-title {
  padding-bottom: 20px;
  font-size: 20px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-1 .pane-content ul {
  padding-left: 24px;
  padding-bottom: 20px;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-1 .pane-content strong {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-block {
  background: url('../images/agencies/email-bg.png') center top no-repeat #fff;
  border: 1px solid #eeeeee;
  padding: 15px 30px;
}
body.page-translators-agencies .content-section-container .pane-block .node-webform > h2 {
  display: none;
}
body.page-translators-agencies .content-section-container .pane-block .field-name-field-exp-page-webform-title {
  font-size: 17px;
}
body.page-translators-agencies .content-section-container .pane-block .field-name-field-exp-page-webform-title h2 {
  font-size: 24px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-block .field-name-field-exp-page-webform-title a {
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
}
body.page-translators-agencies .content-section-container .pane-block .field-name-field-exp-page-webform-title a:hover {
  text-decoration: underline;
}
body.page-translators-agencies .content-section-container .pane-block .field-name-field-exp-page-webform-title strong {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item {
  padding-bottom: 10px;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item:before,
body.page-translators-agencies .content-section-container .pane-block form .form-item:after {
  content: " ";
  display: table;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item:after {
  clear: both;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item:before,
body.page-translators-agencies .content-section-container .pane-block form .form-item:after {
  content: " ";
  display: table;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item:after {
  clear: both;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item label {
  width: 30%;
  float: left;
  margin: 0;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #737373;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item label .form-required {
  display: none;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item .form-textarea-wrapper,
body.page-translators-agencies .content-section-container .pane-block form .form-item input {
  width: 70%;
  float: right;
  height: 40px;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item.webform-component-textarea {
  height: 120px;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item.webform-component-textarea label {
  line-height: 20px;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item.webform-component-textarea .form-textarea-wrapper {
  height: auto;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item.webform-component-email input {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item.webform-component-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item.webform-component-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item.webform-component-email input:-ms-input-placeholder {
  color: #999;
}
body.page-translators-agencies .content-section-container .pane-block form .form-item.webform-component-email input::-webkit-input-placeholder {
  color: #999;
}
body.page-translators-agencies .content-section-container .pane-block form input.form-submit {
  clear: both;
  padding: 0 30px;
  margin: 20px 0 0 0;
  display: block;
  float: right;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #ff7800;
  box-shadow: none;
  border: 0px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-text-shadow: 1px 1px 1px #ff7800;
  -moz-text-shadow: 1px 1px 1px #ff7800;
  text-shadow: 1px 1px 1px #ff7800;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.page-translators-agencies .content-section-container .pane-block .statistics_counter {
  display: none;
}
body.page-translators-agencies .content-section-container .pane-custom {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-2,
body.page-translators-agencies .content-section-container .pane-custom.pane-3 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-2 a,
body.page-translators-agencies .content-section-container .pane-custom.pane-3 a {
  display: block;
  width: 200px;
  height: 50px;
  border: 2px solid #ff7800;
  margin-top: 20px;
  color: #ff7800;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-2 {
  color: #000;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-3 {
  color: #737373;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-agencies .content-section-container .pane-custom.pane-3 a {
  color: #5bb5c2;
  border-color: #5bb5c2;
}
body.page-translators-agencies.ld-right .content-section-container {
  text-align: right;
}
body.page-translators-agencies.ld-right .content-section-container .pane-custom.pane-2 a,
body.page-translators-agencies.ld-right .content-section-container .pane-custom.pane-3 a {
  float: right;
}
body.page-translators-agencies.ld-right .content-section-container .pane-block form .form-item label {
  float: right;
}
body.page-translators-agencies.ld-right .content-section-container .pane-block form .form-item .form-textarea-wrapper,
body.page-translators-agencies.ld-right .content-section-container .pane-block form .form-item input {
  float: left;
}
body.page-translators-agencies.ld-right .content-section-container .pane-block form button {
  float: left;
}
body.page-business-center .content-section-container {
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .header-second,
body.page-business-center .content-section-container .page-header {
  display: none;
}
body.page-business-center .content-section-container .panel-2col > .inside > .panel-col-right,
body.page-business-center .content-section-container .panel-2col > .inside > .panel-col-left {
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-business-center .content-section-container .panel-2col > .inside > .panel-col-right {
  width: 33.33333333%;
}
body.page-business-center .content-section-container .panel-2col > .inside > .panel-col-left {
  width: 66.66666667%;
}
body.page-business-center .content-section-container .pane-custom.pane-26 {
  background: url('../images/bc_top_bg.png') no-repeat center top;
  height: 399px;
  padding: 0 0 20px 0;
}
body.page-business-center .content-section-container .pane-custom.pane-26 .oht-biz-center-top-wrapper {
  padding: 273px 20px 0;
  color: #fff;
}
body.page-business-center .content-section-container .pane-custom.pane-26 .oht-biz-center-top-wrapper .oht-biz-center-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 52px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .pane-custom.pane-26 .oht-biz-center-top-wrapper .oht-biz-center-links-wrapper div {
  float: left;
  color: #929292;
  margin: 0 5px;
}
body.page-business-center .content-section-container .pane-custom.pane-26 .oht-biz-center-top-wrapper .oht-biz-center-links-wrapper div a {
  padding: 4px 15px;
  color: #fff;
  background: #448ccb;
  text-shadow: 0 -1px 0 #1a3d5c;
  margin: 0 5px;
  font-size: 14px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-decoration: none;
}
body.page-business-center .content-section-container .pane-custom.pane-26 .oht-biz-center-top-wrapper .oht-biz-center-links-wrapper div a:hover {
  text-decoration: underline;
}
body.page-business-center .content-section-container .pane-custom .start_now_get_quote {
  width: 300px;
  height: 44px;
  margin: auto;
  background: url(../images/bc_two_links.png) no-repeat 0 0;
}
body.page-business-center .content-section-container .pane-custom .start_now_get_quote a,
body.page-business-center .content-section-container .pane-custom .start_now_get_quote span {
  display: block;
  float: left;
  height: 44px;
  width: 36px;
  color: #f2f2f2;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  text-shadow: 0 -1px 0 #000;
}
body.page-business-center .content-section-container .pane-custom .start_now_get_quote a {
  width: 132px;
  color: #fff;
  text-shadow: 0 -1px 0 #b82d00;
  text-decoration: none;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .pane-custom.text-after-btns {
  color: #929292;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eeeeee;
  font-size: 15px;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .panel-left-top-title {
  background: url(../images/about_additional_services_title.png) repeat-x 0 0;
  height: 50px;
  padding: 0 20px;
  font-size: 24px;
  text-shadow: 0 1px 0 #fff;
  line-height: 46px;
  color: #1a3d5c;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  z-index: 10;
}
body.page-business-center .content-section-container .ui-tabs {
  padding: 0;
  border: none;
}
body.page-business-center .content-section-container .ui-tabs:before,
body.page-business-center .content-section-container .ui-tabs:after {
  content: " ";
  display: table;
}
body.page-business-center .content-section-container .ui-tabs:after {
  clear: both;
}
body.page-business-center .content-section-container .ui-tabs:before,
body.page-business-center .content-section-container .ui-tabs:after {
  content: " ";
  display: table;
}
body.page-business-center .content-section-container .ui-tabs:after {
  clear: both;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav {
  display: block;
  float: left;
  width: 25%;
  padding: 0;
  border: none;
  background: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li a {
  display: block;
  height: 46px;
  width: 100%;
  padding: 0 10px 0 45px;
  color: #737373;
  background: #f7f7f7 url('../images/bc_icon_sprite.png') no-repeat left top;
  outline: none;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #fff;
  line-height: 40px;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li a:hover {
  color: #444444;
  background-color: #fff;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a {
  color: #444444;
  background-color: #fff;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-10 {
  background-position: 8px -360px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active #ui-id-10,
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-10:hover {
  background-position: 8px -760px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-9 {
  background-position: 8px -320px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active #ui-id-9,
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-9:hover {
  background-position: 8px -720px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-8 {
  background-position: 8px -280px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active #ui-id-8,
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-8:hover {
  background-position: 8px -680px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-7 {
  background-position: 8px -240px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active #ui-id-7,
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-7:hover {
  background-position: 8px -640px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-6 {
  background-position: 8px -200px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active #ui-id-6,
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-6:hover {
  background-position: 8px -600px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-5 {
  background-position: 8px -160px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active #ui-id-5,
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-5:hover {
  background-position: 8px -560px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-4 {
  background-position: 8px -120px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active #ui-id-4,
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-4:hover {
  background-position: 8px -520px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-3 {
  background-position: 8px -80px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active #ui-id-3,
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-3:hover {
  background-position: 8px -480px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-2 {
  background-position: 8px -40px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active #ui-id-2,
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-2:hover {
  background-position: 8px -440px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-1 {
  background-position: 8px 0px;
}
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li.ui-tabs-active #ui-id-1,
body.page-business-center .content-section-container .ui-tabs ul.ui-tabs-nav li #ui-id-1:hover {
  background-position: 8px -400px;
}
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel {
  width: 75%;
  float: left;
}
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel:before,
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel:after {
  content: " ";
  display: table;
}
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel:after {
  clear: both;
}
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel:before,
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel:after {
  content: " ";
  display: table;
}
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel:after {
  clear: both;
}
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel .panel-pane {
  color: #737373;
  line-height: 21px;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
}
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel .panel-pane .oht-biz-center-tab-title {
  border-bottom: 3px solid #eeeeee;
  padding-bottom: 25px;
  height: 100%;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #ff7800;
}
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel .panel-pane a {
  color: #5bb5c2;
  text-decoration: underline;
}
body.page-business-center .content-section-container .ui-tabs .ui-tabs-panel .panel-pane a:hover {
  text-decoration: none;
}
body.page-business-center .content-section-container .panel-back {
  border-top: 3px solid #eeeeee;
  height: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 10px;
  clear: both;
}
body.page-business-center .content-section-container .panel-back a {
  position: relative;
  float: right;
  padding-right: 22px;
  padding-left: 22px;
  text-decoration: none;
}
body.page-business-center .content-section-container .panel-back a:hover {
  text-decoration: underline;
}
body.page-business-center .content-section-container .panel-back a:before {
  position: absolute;
  top: -3px;
  right: 0;
  text-decoration: none;
  color: #d5d5d5;
  font-size: 18px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e093";
}
body.page-business-center .content-section-container .panel-quick-overview .panel-col-right,
body.page-business-center .content-section-container .panel-quick-overview .panel-col-left {
  margin: 0;
  width: 50%;
}
body.page-business-center .content-section-container .panel-quick-overview .panel-pane {
  margin-top: 15px;
  padding: 95px 20px 0 20px;
  background-repeat: no-repeat;
}
body.page-business-center .content-section-container .panel-quick-overview .panel-pane .pane-title {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .panel-quick-overview .panel-pane .pane-content {
  color: #737373;
  line-height: 18px;
  font-size: 13px;
}
body.page-business-center .content-section-container .panel-quick-overview .panel-pane .pane-content ul {
  padding: 0 15px;
}
body.page-business-center .content-section-container .panel-quick-overview .panel-pane.quick-why {
  background-image: url(../images/bc_overview_1.png);
}
body.page-business-center .content-section-container .panel-quick-overview .panel-pane.quick-stories {
  background-image: url(../images/bc_overview_2.png);
}
body.page-business-center .content-section-container .panel-quick-overview .panel-pane.quick-advantage {
  background-image: url(../images/bc_overview_3.png);
}
body.page-business-center .content-section-container .panel-quick-overview .panel-pane.quick-hvm {
  background-image: url(../images/bc_overview_4.png);
}
body.page-business-center .content-section-container .panel-cq .pane-custom {
  padding: 15px 20px 15px 132px;
  margin: 0 20px;
  border-bottom: 1px solid #eeeeee;
  min-height: 115px;
  line-height: 24px;
  font-size: 13px;
  color: #737373;
}
body.page-business-center .content-section-container .panel-cq .pane-custom.pane-2,
body.page-business-center .content-section-container .panel-cq .pane-custom.pane-4 {
  padding: 15px 132px 15px 20px;
}
body.page-business-center .content-section-container .panel-cq .pane-custom.pane-1 {
  background: url(../images/bc_common_1.png) no-repeat left 20px;
}
body.page-business-center .content-section-container .panel-cq .pane-custom.pane-2 {
  background: url(../images/bc_common_2.png) no-repeat right 20px;
}
body.page-business-center .content-section-container .panel-cq .pane-custom.pane-3 {
  background: url(../images/bc_common_3.png) no-repeat left 20px;
}
body.page-business-center .content-section-container .panel-cq .pane-custom.pane-4 {
  background: url(../images/bc_common_4.png) no-repeat right 20px;
}
body.page-business-center .content-section-container .panel-cq .pane-custom.pane-5 {
  background: url(../images/bc_common_5.png) no-repeat left 20px;
}
body.page-business-center .content-section-container .panel-cq .pane-custom .pane-title {
  color: #444444;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 20px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .panel-cq .pane-custom a {
  color: #5bb5c2;
  text-decoration: underline;
}
body.page-business-center .content-section-container .panel-cq .pane-custom a:hover {
  text-decoration: none;
}
body.page-business-center .content-section-container .panel-cq .pane-custom table {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
body.page-business-center .content-section-container .panel-cq .pane-custom table td {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 14px;
}
body.page-business-center .content-section-container .panel-cq .pane-custom table td p {
  font-size: 13px;
  padding-bottom: 20px;
}
body.page-business-center .content-section-container .want-a-trial {
  position: relative;
  background: #fbfaf6 url(../images/bc_bottom_decor_grey.png) no-repeat left bottom;
}
body.page-business-center .content-section-container .want-a-trial .pane-title {
  height: 50px;
  line-height: 50px;
  padding: 0 20px 12px 20px;
  background: url(../images/bc_title_orange.png) repeat-x left top;
  color: #fff;
  text-shadow: 0 -1px 0 #bb2e00;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  font-size: 24px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .want-a-trial form {
  padding: 0 20px 14px 20px;
}
body.page-business-center .content-section-container .want-a-trial form .webform-component-markup p {
  color: #737373;
  text-shadow: 0 1px 0 #fff;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-email-address,
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-full-name,
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-telephone,
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-company,
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-country {
  position: relative;
}
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-email-address:before,
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-full-name:before,
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-telephone:before,
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-company:before,
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-country:before {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #929292;
  font-size: 14px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-email-address:before {
  content: "\2709";
}
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-full-name:before {
  content: "\e008";
}
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-telephone:before {
  content: "\e145";
}
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-company:before {
  content: "\e139";
}
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-country:before {
  content: "\e135";
}
body.page-business-center .content-section-container .want-a-trial form .form-item#webform-component-submit-description p {
  margin-top: 45px;
  margin-bottom: 3px;
  color: #929292;
  text-shadow: 0 -1px 0 black;
  text-align: center;
  font-size: 14px;
}
body.page-business-center .content-section-container .want-a-trial form select,
body.page-business-center .content-section-container .want-a-trial form input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  padding-left: 35px;
  margin: 10px 0;
  font-size: 13px;
  line-height: 20px;
  color: #737373;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  overflow: visible;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.page-business-center .content-section-container .want-a-trial form select:focus,
body.page-business-center .content-section-container .want-a-trial form input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.page-business-center .content-section-container .want-a-trial form select::-moz-placeholder,
body.page-business-center .content-section-container .want-a-trial form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.page-business-center .content-section-container .want-a-trial form select:-ms-input-placeholder,
body.page-business-center .content-section-container .want-a-trial form input:-ms-input-placeholder {
  color: #999;
}
body.page-business-center .content-section-container .want-a-trial form select::-webkit-input-placeholder,
body.page-business-center .content-section-container .want-a-trial form input::-webkit-input-placeholder {
  color: #999;
}
body.page-business-center .content-section-container .want-a-trial form select {
  padding-top: 3px;
}
body.page-business-center .content-section-container .want-a-trial form select:focus {
  padding-top: 2px;
}
body.page-business-center .content-section-container .want-a-trial form .form-submit {
  display: block;
  background: url(../images/bc_submit_entry.png) no-repeat left top;
  border: none;
  width: 160px;
  height: 43px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #b82c00;
  color: #fff;
  margin: auto;
  font-size: 18px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .need-help {
  background: url(../images/bc_get_started.png) no-repeat 0 0;
  height: 240px;
  text-shadow: 0 -1px 0 #255884;
  text-align: center;
  color: #fff;
}
body.page-business-center .content-section-container .need-help:before,
body.page-business-center .content-section-container .need-help:after {
  content: " ";
  display: table;
}
body.page-business-center .content-section-container .need-help:after {
  clear: both;
}
body.page-business-center .content-section-container .need-help:before,
body.page-business-center .content-section-container .need-help:after {
  content: " ";
  display: table;
}
body.page-business-center .content-section-container .need-help:after {
  clear: both;
}
body.page-business-center .content-section-container .need-help .pane-title {
  font-size: 18px;
  margin: 0;
  padding-top: 8px;
  margin-bottom: 26px;
}
body.page-business-center .content-section-container .need-help .pane-content {
  font-size: 14px;
}
body.page-business-center .content-section-container .need-help .pane-content .bc-telephone {
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .need-help .pane-content a {
  display: block;
  background: url(../images/bc_submit_entry.png) no-repeat left -44px;
  width: 160px;
  height: 43px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  color: #444444;
  margin: 0 auto;
  line-height: 42px;
  font-size: 18px;
}
body.page-business-center .content-section-container .trusted-by {
  background: #f2f2f2;
  border: 3px solid #d5d5d5;
  padding-bottom: 20px;
}
body.page-business-center .content-section-container .trusted-by .pane-title {
  font-size: 16px;
  width: auto;
  height: auto;
  text-shadow: 0 1px 0 white;
  color: #444444;
  font-weight: normal;
  text-align: center;
  padding: 15px 17px 15px 17px;
  background: url(../images/bc_block_divider.png) no-repeat center bottom;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
}
body.page-business-center .content-section-container .trusted-by #brand-xerox {
  width: 130px;
  height: 80px;
  background: url('../images/about_xerox.png') no-repeat center center;
}
body.page-business-center .content-section-container .trusted-by #brand-wenger {
  width: 130px;
  height: 80px;
  background: url('../images/about_wenger.png') no-repeat center center;
}
body.page-business-center .content-section-container .trusted-by #brand-pfizer {
  width: 130px;
  height: 80px;
  background: url('../images/about_pfizer.png') no-repeat center center;
}
body.page-business-center .content-section-container .trusted-by #brand-ibm {
  width: 130px;
  height: 80px;
  background: url('../images/about_ibm.png') no-repeat center center;
}
body.page-business-center .content-section-container .trusted-by #brand-avon {
  width: 130px;
  height: 80px;
  background: url('../images/about_avon.png') no-repeat center center;
}
body.page-business-center .content-section-container .trusted-by #brand-us-army {
  width: 130px;
  height: 80px;
  background: url('../images/about_us_army.png') no-repeat center center;
}
body.page-business-center .content-section-container .trusted-by #brand-shell {
  width: 130px;
  height: 80px;
  background: url('../images/about_shell.png') no-repeat center center;
}
body.page-business-center .content-section-container .trusted-by #brand-coca-cola {
  width: 130px;
  height: 80px;
  background: url('../images/about_coca_cola.png') no-repeat center center;
}
body.page-business-center .content-section-container .quick-facts {
  background: #fbfaf6;
  border: 3px solid #e3ddc1;
}
body.page-business-center .content-section-container .quick-facts .pane-title {
  text-shadow: 0 1px 0 #fff;
  color: #dcd3af;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 17px 15px 17px;
  background: url(../images/bc_block_divider_light.png) no-repeat center bottom;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .quick-facts .pane-content {
  padding: 0 20px 25px 20px;
  text-shadow: 0 1px 0 #fff;
  color: #444444;
  line-height: normal;
}
body.page-business-center .content-section-container .quick-facts .pane-content .orange-text,
body.page-business-center .content-section-container .quick-facts .pane-content .blue-text {
  line-height: 36px;
  font-size: 26px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-center .content-section-container .quick-facts .pane-content .orange-text sup,
body.page-business-center .content-section-container .quick-facts .pane-content .blue-text sup {
  font-size: 12px;
  position: relative;
  top: -10px;
  line-height: 12px;
}
body.page-business-center .content-section-container .quick-facts .pane-content .blue-text {
  color: #448ccb;
}
body.page-business-center .content-section-container .quick-facts .pane-content .orange-text {
  color: #ff7800;
}
body.page-business-center .content-section-container .quick-facts .pane-content .pre-text,
body.page-business-center .content-section-container .quick-facts .pane-content .text {
  font-size: 12px;
  margin-bottom: 10px;
}
body.page-business-center .content-section-container .quick-facts .pane-content .pre-text {
  margin: 0;
}
body.page-business-center .content-section-container .quick-facts .pane-content .two-cols:before,
body.page-business-center .content-section-container .quick-facts .pane-content .two-cols:after {
  content: " ";
  display: table;
}
body.page-business-center .content-section-container .quick-facts .pane-content .two-cols:after {
  clear: both;
}
body.page-business-center .content-section-container .quick-facts .pane-content .two-cols:before,
body.page-business-center .content-section-container .quick-facts .pane-content .two-cols:after {
  content: " ";
  display: table;
}
body.page-business-center .content-section-container .quick-facts .pane-content .two-cols:after {
  clear: both;
}
body.page-business-center .content-section-container .quick-facts .pane-content .two-cols .col-1,
body.page-business-center .content-section-container .quick-facts .pane-content .two-cols .col-2 {
  padding: 0 5px;
  width: 50%;
  float: left;
}
body.page-business-center.ld-right .content-section-container {
  text-align: right;
}
body.page-business-center.ld-right .content-section-container .pane-custom.pane-26 .oht-biz-center-top-wrapper .oht-biz-center-links-wrapper div {
  float: right;
}
body.page-search .content-section-container .page-header {
  font-size: 24px;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
body.page-search .content-section-container .search-form + h2 {
  font-size: 16px;
}
body.page-search .content-section-container .search-results {
  list-style: none;
  padding: 0;
  color: #444444;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-search .content-section-container .search-results .search-result:before,
body.page-search .content-section-container .search-results .search-result:after {
  content: " ";
  display: table;
}
body.page-search .content-section-container .search-results .search-result:after {
  clear: both;
}
body.page-search .content-section-container .search-results .search-result:before,
body.page-search .content-section-container .search-results .search-result:after {
  content: " ";
  display: table;
}
body.page-search .content-section-container .search-results .search-result:after {
  clear: both;
}
body.page-search .content-section-container .search-results .search-result .title a {
  color: #444444;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body.page-search .content-section-container .search-results .search-result .title a:hover {
  text-decoration: underline;
}
body.page-search .content-section-container .search-results .search-result .search-snippet-info .article-image {
  float: left;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  margin-right: 15px;
  text-decoration: none;
  display: block;
}
body.page-search .content-section-container .search-results .search-result .search-snippet-info .article-image img {
  max-width: 75px;
  max-height: 75px;
  width: 100%;
  height: 100%;
}
body.page-search .content-section-container .search-results .search-result .search-snippet-info .search-info {
  font-size: 12px;
  margin-bottom: 5px;
}
body.page-search .content-section-container .search-results .search-result .search-snippet-info .search-snippet {
  font-size: 15px;
}
body.page-search .content-section-container .search-results .search-result .search-snippet-info .search-snippet strong {
  color: #448ccb;
  font-weight: normal;
}
body.page-search .content-section-container .search-results .search-result .search-snippet-info .search-snippet a {
  color: #ff7800;
  text-decoration: none;
}
body.page-search .content-section-container .search-results .search-result .search-snippet-info .search-snippet a:hover {
  text-decoration: underline;
}
body.page-search .content-section-container .search-results .search-result .separator {
  width: 20px;
  border-bottom: 2px solid #eeeeee;
  padding-top: 10px;
  clear: both;
}
body.page-user .page-header {
  font-size: 42px;
  color: #444444;
  padding-top: 30px;
  line-height: 45px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-user .profile {
  color: #000;
}
body.page-user .profile h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-user .profile dl dt {
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-user .profile dl dd {
  font-size: 15px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-user form#user-pass label,
body.page-user form#user-login label {
  font-size: 17px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-user form#user-pass label .form-required,
body.page-user form#user-login label .form-required {
  color: red;
}
body.page-translators-elite-translators-program {
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-elite-translators-program .top_image_block {
  height: 580px;
}
body.page-translators-elite-translators-program .top_image_block .custom-background {
  z-index: -1;
  position: absolute;
  background: #eeeeee url('../images/elite-translators/ETP_V2.jpeg') top center no-repeat;
}
body.page-translators-elite-translators-program .top_image_block .top_text {
  text-align: center;
}
body.page-translators-elite-translators-program .top_image_block .top_text .pane-title {
  color: #ff7800;
  padding-top: 40px;
  font-size: 36px;
  font-weight: bold;
}
body.page-translators-elite-translators-program .top_image_block .top_text .pane-content {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding: 20px 0px 90px 0px;
}
body.page-translators-elite-translators-program .top_image_block #top_list {
  font-size: 20px;
  color: #ffffff;
  line-height: 31px;
}
body.page-translators-elite-translators-program .preface_first .pane-title {
  color: #ff7800;
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
  font-size: 24px;
}
body.page-translators-elite-translators-program .preface_first .pane-content {
  margin: 0px 0px 0px 15%;
  color: #737373;
  padding-top: 40px;
  font-size: 20px;
  padding-bottom: 80px;
}
body.page-translators-elite-translators-program .preface_second {
  margin-top: 20px;
  height: 350px;
}
body.page-translators-elite-translators-program .preface_second #preface_second_img {
  background: url(../images/elite-translators/Badge.png) no-repeat;
  height: 80px;
  width: 80px;
  margin: -40px auto 0px auto;
}
body.page-translators-elite-translators-program .preface_second .custom-background {
  position: absolute;
  background: #5bb5c2 repeat;
  z-index: -15;
}
body.page-translators-elite-translators-program .preface_second .pane_body {
  font-size: 20px;
  line-height: 31px;
}
body.page-translators-elite-translators-program .preface_second .pane_body .pane-content {
  margin: 0px 0px 0px 15%;
}
body.page-translators-elite-translators-program .preface_second .pane_body .pane-content ul {
  list-style-type: decimal;
}
body.page-translators-elite-translators-program .preface_second .pane_body .pane-title {
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 24px;
}
body.page-translators-elite-translators-program .preface_second .pane_footer {
  color: #737373;
  text-align: center;
  font-size: 14px;
  padding-bottom: 40px;
}
body.page-translators-elite-translators-program .preface_second .pane_footer a {
  color: #737373;
  text-decoration: underline;
}
body.page-translators-elite-translators-program .view-id-support {
  text-align: left;
  margin: 10px 0px 30px 15%;
}
body.page-translators-elite-translators-program .view-id-support .views-row {
  padding-bottom: 5px;
}
body.page-translators-elite-translators-program .view-id-support .views-row a {
  color: #5bb5c2;
  text-decoration: none;
  font-size: 14px;
  font-family: OpenSans-normal-normal, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
body.page-translators-elite-translators-program .support {
  text-align: center;
}
body.page-translators-elite-translators-program .page-header {
  display: none;
}
body.page-translators-elite-translators-program .footer {
  margin: 0;
  border: 0;
}
body.page-services-supported-languages {
  background: url('../images/supported-languages/world.png') center 120px no-repeat;
}
body.page-services-supported-languages .content-section-container .page-header {
  margin-top: 40px;
  color: #448ccb;
  text-align: center;
  font-size: 42px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .content-section-container .pane-header {
  text-align: center;
  font-size: 20px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .content-section-container .pane-center {
  margin-top: 30px;
  position: relative;
}
body.page-services-supported-languages .content-section-container .pane-center:before {
  content: ' ';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content:after {
  content: ' ';
  display: block;
  clear: both;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table {
  width: 100%;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td {
  vertical-align: top;
  width: 33%;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td > ul {
  display: block;
  margin: 0;
  padding: 0;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td > ul > li {
  display: block;
  height: 38px;
  padding: 3px 10px;
  margin: 0 3px 3px 0;
  position: relative;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td > ul > li:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eeeeee;
  opacity: 0.7;
  z-index: -1;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td > ul > li.subul:before {
  border: 1px solid #a5a5a5;
  content: "\e086";
  color: #448ccb;
  text-align: right;
  padding-right: 10px;
  line-height: 34px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td > ul > li span {
  margin-right: 15px;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td > ul > li > a {
  display: inline-block;
  text-decoration: none;
  color: #444444;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td > ul > li > a:hover,
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td > ul > li > a:focus {
  border: 0;
  text-decoration: none;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td > ul > li ul {
  display: none;
  padding: 0 0 0 10px;
}
body.page-services-supported-languages .content-section-container .pane-center .pane-content table tr td > ul > li ul li {
  display: block;
  margin-bottom: 3px;
}
body.page-services-supported-languages .content-section-container .pane-footer {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  color: #929292;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .content-section-container .pane-footer a:first-child {
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  background-color: #ff7800;
  margin-right: 10px;
  text-shadow: 0px 2px 1px #b35400;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 24px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-decoration: none;
}
body.page-services-supported-languages .content-section-container .pane-footer a:first-child:hover {
  text-decoration: underline;
}
body.page-services-supported-languages .content-section-container .pane-footer a {
  color: #5bb5c2;
}
body.page-services-supported-languages.ld-right .popover {
  text-align: right !important;
}
body.page-services-supported-languages.ld-right table tr td > ul > li.subul:before {
  text-align: left !important;
  padding-left: 10px;
  padding-right: 0;
}
body.page-services-supported-languages.ld-right table tr td > ul > li span {
  margin-right: 0px;
  margin-left: 15px;
}
body.page-services-supported-languages.ld-right table tr td > ul > li ul {
  padding: 0 10px 0 0;
}
body.page-about-global-offices .custom-background {
  position: absolute;
}
body.page-about-global-offices .page-header {
  display: none;
}
body.page-about-global-offices .oht-contactus-company-contacts-wrapper {
  position: relative;
}
body.page-about-global-offices .oht-contactus-company-contacts-wrapper .custom-background {
  background-color: #f1f6f7;
}
body.page-about-global-offices .oht-contactus-company-contacts-wrapper .oht-contactus-company-contacts {
  position: relative;
  z-index: 1;
  line-height: 32px;
  color: #444444;
  background: url('../images/contact-us/contact-us-bg.jpg') right top no-repeat #f1f6f7;
  height: 200px;
  padding: 60px 0 0 0;
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-global-offices .oht-contactus-company-contacts-wrapper .oht-contactus-company-contacts .oht-contactus-header {
  color: #5bb5c2;
  font-size: 21px;
}
body.page-about-global-offices .oht-contactus-company-contacts-wrapper .oht-contactus-company-contacts .oht-contactus-content {
  font-size: 16px;
}
body.page-about-global-offices .oht-contactus-company-contacts-wrapper .oht-contactus-company-contacts .oht-contactus-content span {
  color: #929292;
}
body.page-about-global-offices .view-global-offices {
  padding-top: 40px;
  color: #000;
  font-size: 18px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-global-offices .view-global-offices ul {
  padding: 0;
}
body.page-about-global-offices .view-global-offices .views-row {
  margin: 0 0 20px 0;
  list-style: none;
  clear: both;
  border: 1px solid #c8c8c8;
}
body.page-about-global-offices .view-global-offices .views-row:before,
body.page-about-global-offices .view-global-offices .views-row:after {
  content: " ";
  display: table;
}
body.page-about-global-offices .view-global-offices .views-row:after {
  clear: both;
}
body.page-about-global-offices .view-global-offices .views-row:before,
body.page-about-global-offices .view-global-offices .views-row:after {
  content: " ";
  display: table;
}
body.page-about-global-offices .view-global-offices .views-row:after {
  clear: both;
}
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 {
  float: left;
  width: 30%;
}
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 .office-description {
  padding: 30px;
}
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 .office-name {
  color: #448ccb;
  padding-bottom: 10px;
  font-size: 24px;
  font-family: 'Oswald-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 .office-address {
  padding-bottom: 20px;
}
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 .office-address .fn {
  color: #737373;
  font-size: 24px;
  font-family: 'Oswald-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 .clock {
  position: relative;
  width: 80px;
  height: 80px;
  background: url(../images/clock/clockface.jpg);
  list-style: none;
}
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 .clock .meridiem {
  color: #444444;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 42px;
  left: 30px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0px;
  z-index: 0;
}
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 .clock .hour,
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 .clock .min {
  position: absolute;
  width: 2px;
  height: 80px;
  top: 0px;
  left: 39px;
  margin: 0px;
}
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 .clock .hour {
  background: url(../images/clock/hourhand.png);
}
body.page-about-global-offices .view-global-offices .views-row .views-field-nothing-1 .clock .min {
  background: url(../images/clock/minhand.png);
}
body.page-about-global-offices .view-global-offices .views-row .views-field-field-location-1 {
  float: left;
  width: 70%;
}
body.page-about-global-offices .view-global-offices .views-row .views-field-field-location-1 .gmap {
  width: 100% !important;
}
body.page-about-global-offices.ld-right .oht-contactus-company-contacts-wrapper {
  text-align: right;
}
body.page-about-global-offices.ld-right .oht-contactus-company-contacts-wrapper .oht-contactus-company-contacts {
  background: url('../images/contact-us/contact-us-bg.jpg') left top no-repeat #f1f6f7;
}
body.page-about-global-offices.ld-right .view-global-offices {
  text-align: right;
}
body.page-about-global-offices.ld-right .view-global-offices .clock {
  float: right;
}
body.page-benefits-high-quality-translation .page-header {
  display: none;
}
body.page-benefits-high-quality-translation .footer {
  margin: 0;
  border: 0;
}
body.page-benefits-high-quality-translation .custom-background {
  position: absolute;
}
body.page-benefits-high-quality-translation .pane-custom {
  position: relative;
}
body.page-benefits-high-quality-translation .region-content-wrapper {
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-high-quality-translation .region-content-wrapper .center-wrapper {
  padding: 0 35px;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .center-wrapper {
    height: 1088px;
  }
}
@media (max-width: 480px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .center-wrapper {
    height: 1148px;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .center-wrapper .panel-col-first {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .center-wrapper .panel-col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .center-wrapper .panel-col-last {
    width: 100%;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header {
  position: relative;
  text-align: center;
  color: #fff;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header:before,
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header:after {
  content: " ";
  display: table;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header:after {
  clear: both;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header:before,
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header:after {
  content: " ";
  display: table;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header:after {
  clear: both;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header .pane-content,
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header .pane-title {
  font-family: "OpenSans-normal-normal";
  position: relative;
  z-index: 1;
  margin: 0;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header .custom-background {
  background-color: #448ccb;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header .pane-title {
  padding-top: 70px;
  text-align: center;
  font-size: 30px;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header .pane-content {
  height: 540px;
  margin-bottom: 35px;
  background: url('../images/quality/header-bg.png') bottom center no-repeat;
  font-size: 16px;
  background-size: 100%;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .quality-header .pane-content {
    height: 450px;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header .pane-content h3 {
  font-family: "OpenSans-bolder-normal";
  margin: 0 0 20px 0;
  padding: 10px;
  line-height: 46px;
  font-size: 46px;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header + .panel-separator {
  display: none;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom {
  position: relative;
  text-align: center;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .custom-background {
  background-color: #f2f2f2;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .custom-background:before {
  content: '';
  display: block;
  width: 100%;
  height: 768px;
  position: absolute;
  top: 132px;
  left: 0;
  background-size: 100%;
  background: url('../images/quality/women.jpg') bottom center no-repeat #f2f2f2;
}
@media (max-width: 992px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .custom-background:before {
    height: 808px;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .custom-background:before {
    background: url('../images/quality/supportM.png') bottom center no-repeat #f2f2f2;
    height: 1148px;
  }
}
@media (max-width: 480px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .custom-background:before {
    background: url('../images/quality/supportM.png') bottom center no-repeat #f2f2f2;
    height: 1318px;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .pane-content,
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .pane-title {
  position: relative;
  z-index: 1;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .pane-title {
  color: #444444;
  padding-top: 65px;
  padding-bottom: 15px;
  margin: 0 auto;
  line-height: 34px;
  font-size: 34px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .pane-content p {
  color: #448ccb;
  font-size: 12px;
  font-family: "OpenSans-bold-normal", Helvetica, sans-serif;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .pane-content p a {
  color: #448ccb;
  font-size: 12px;
  font-family: "OpenSans-bold-normal", Helvetica, sans-serif;
  text-decoration: none;
}
body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .pane-content p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .quality-header-bottom .pane-content p a {
    width: 180px;
    position: absolute;
    margin: 30px 0px 0px 45px;
    padding: 5px;
    border: 1px solid;
    background: #fff;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-2 {
    margin-top: 65px !important;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-2,
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-3,
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-4 {
  margin-top: 55px;
  height: 628px;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-2,
  body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-3,
  body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-4 {
    margin-top: 0px;
    height: 100%;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-2 .pane-title,
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-3 .pane-title,
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-4 .pane-title {
  text-transform: uppercase;
  color: #444444;
  font-size: 14px;
  margin: 0px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-2 .pane-content,
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-3 .pane-content,
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-4 .pane-content {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-2 .pane-content ul,
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-3 .pane-content ul,
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-4 .pane-content ul {
  padding-left: 25px;
}
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-2 .pane-content ul li,
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-3 .pane-content ul li,
body.page-benefits-high-quality-translation .region-content-wrapper .pane-custom.pane-4 .pane-content ul li {
  padding-bottom: 15px;
}
body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process {
  padding-top: 120px;
}
body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-title {
  text-align: center;
  font-family: OpenSans-bolder-normal;
  font-size: 34px;
  color: #444444;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-title {
    line-height: 36px;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-subtitle {
  text-align: center;
  font-family: OpenSans-normal-normal;
  font-size: 21px;
  color: #444444;
  max-width: 600px;
  margin: 20px auto;
  line-height: 43px;
  padding-bottom: 30px;
}
body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content {
  position: relative;
  z-index: 1;
  background: url('../images/quality/pane-left-bg.png') no-repeat left top;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content {
    background: none;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block {
  padding-left: 210px;
  padding-right: 10%;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block {
    padding-left: 0px;
    padding-right: 0;
    margin-bottom: 30px;
    padding-top: 150px;
    text-align: center;
  }
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block.second-block {
    background: url("../images/quality/1M.png") no-repeat top center;
  }
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block.third-block {
    background: url("../images/quality/2M.png") no-repeat top center;
  }
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block.fourth-block {
    background: url("../images/quality/3M.png") no-repeat top center;
  }
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block.fifth-block {
    background: url("../images/quality/4M.png") no-repeat top center;
  }
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block.sixth-block {
    background: url("../images/quality/5M.png") no-repeat top center;
  }
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block.seven-block {
    background: url("../images/quality/6M.png") no-repeat top center;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block.sixth-block .block-title {
  margin-top: -45px;
}
@media (max-width: 992px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block.sixth-block .block-title {
    margin-top: 95px;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block.sixth-block .block-title {
    margin-top: 30px;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block .block-title {
  font-family: OpenSans-bolder-normal;
  color: #ff7800;
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 30px;
}
body.page-benefits-high-quality-translation .region-content-wrapper .project_quality_process .pane-content .pane-block .block-content {
  font-family: OpenSans-normal-normal;
  color: #444444;
  font-size: 16px;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description {
  margin: 0px 0px -14px 0px;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description:before,
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description:after {
  content: " ";
  display: table;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description:after {
  clear: both;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description:before,
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description:after {
  content: " ";
  display: table;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description:after {
  clear: both;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .custom-background {
  background-color: rgba(0, 0, 0, 0.1);
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel {
  margin-top: 25px;
  padding-top: 100px;
  margin-bottom: 90px;
  line-height: 19px;
  margin-left: 13%;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel {
    margin-bottom: 0px;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel.panel-col-first {
  background: url('../images/quality/bottom-table-bg.png') 20px 40px no-repeat;
}
@media (max-width: 992px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel.panel-col-first {
    background: url('../images/quality/bottom-table-bg.png') -10px 40px no-repeat;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel.panel-col-first {
    background: url('../images/quality/robot.png') 55% 0px no-repeat;
    display: inline-block;
    width: 100%;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel.panel-col {
  background: url('../images/quality/bottom-table-bg.png') -240px 40px no-repeat;
}
@media (max-width: 992px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel.panel-col {
    background: url('../images/quality/bottom-table-bg.png') -285px 40px no-repeat;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel.panel-col {
    background: url('../images/quality/iso.png') top center no-repeat;
    display: inline-block;
    width: 100%;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel.panel-col-last {
  background: url('../images/quality/bottom-table-bg.png') -540px 40px no-repeat;
}
@media (max-width: 992px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel.panel-col-last {
    background: url('../images/quality/bottom-table-bg.png') -580px 40px no-repeat;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .panel-panel.panel-col-last {
    background: url('../images/quality/ata.png') 50% 30px no-repeat;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .block-title {
  margin-top: 15px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .block-title {
    margin-top: 35px;
    font-size: 16px;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .block-content {
  text-align: center;
  color: #000;
  font-size: 13px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-description .bottom-table .block-content {
    font-size: 16px;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons {
  position: relative;
  text-align: center;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons:before,
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons:after {
  content: " ";
  display: table;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons:after {
  clear: both;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons:before,
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons:after {
  content: " ";
  display: table;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons:after {
  clear: both;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .custom-background {
  background-color: #5bb5c2;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .pane-content {
  position: relative;
  z-index: 1;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .right,
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .left {
  float: left;
  width: 50%;
  padding: 40px 0 20px;
  margin: 50px 0;
  line-height: 22.5px;
  color: #444444;
  height: 190px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .right,
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .left {
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 480px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .right,
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .left {
    padding: 0px 0 20px;
  }
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .right {
    margin: -30px 0px 0px 0px;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .right a,
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .left a:not(.small-link) {
  display: inline-block;
  text-decoration: none;
  color: #448ccb;
  padding: 0 20px;
  height: 55px;
  width: 45%;
  background-color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .left {
  border-right: 1px solid #87cad3;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .left {
    border-right: none;
  }
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons .left a:not(.small-link) {
  color: #ff7800;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons a.small-link {
  color: #444444;
  text-shadow: none;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons a.small-link:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  body.page-benefits-high-quality-translation .region-content-wrapper .bottom-buttons a.small-link {
    border-bottom: 1px solid #87cad3;
    padding: 0px 30px 30px 30px;
  }
}
body.page-benefits-high-quality-translation.ld-right .region-content-wrapper {
  text-align: right;
}
body.page-benefits-high-quality-translation.ld-right .region-content-wrapper .quality-header-bottom .custom-background:after {
  background-position: 240px 0;
}
body.page-benefits-fast-professional-translation {
  background: #f7f7f7 url('../images/speed/header-bg.jpg') top center no-repeat;
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-fast-professional-translation .page-header {
  display: none;
}
body.page-benefits-fast-professional-translation .footer {
  margin: 0;
  border: 0;
}
body.page-benefits-fast-professional-translation .panel-col-middle + .center-wrapper {
  background: url('../images/speed/girl.jpg') bottom center no-repeat #f7f7f7;
}
body.page-benefits-fast-professional-translation .panel-col-middle + .center-wrapper:before,
body.page-benefits-fast-professional-translation .panel-col-middle + .center-wrapper:after {
  content: " ";
  display: table;
}
body.page-benefits-fast-professional-translation .panel-col-middle + .center-wrapper:after {
  clear: both;
}
body.page-benefits-fast-professional-translation .panel-col-middle + .center-wrapper:before,
body.page-benefits-fast-professional-translation .panel-col-middle + .center-wrapper:after {
  content: " ";
  display: table;
}
body.page-benefits-fast-professional-translation .panel-col-middle + .center-wrapper:after {
  clear: both;
}
body.page-benefits-fast-professional-translation .pane-custom.pane-13 {
  color: #fff;
  text-align: center;
}
body.page-benefits-fast-professional-translation .pane-custom.pane-13 .pane-title {
  padding-top: 40px;
  font-size: 46px;
}
body.page-benefits-fast-professional-translation .pane-custom.pane-13 .pane-content {
  font-size: 30px;
}
body.page-benefits-fast-professional-translation .pane-custom.pane-13 .pane-content h3 {
  color: #444444;
  padding-top: 500px;
  font-size: 34px;
}
body.page-benefits-fast-professional-translation .pane-custom.quick-fact-1,
body.page-benefits-fast-professional-translation .pane-custom.quick-fact-2,
body.page-benefits-fast-professional-translation .pane-custom.quick-fact-3,
body.page-benefits-fast-professional-translation .pane-custom.quick-fact-4 {
  margin-bottom: 60px;
  margin-top: 30px;
  padding: 0 0 0 60px;
  background: url('../images/speed/quick-facts.png') 0px 5px no-repeat;
  font-size: 18px;
}
body.page-benefits-fast-professional-translation .pane-custom.quick-fact-2 {
  background: url('../images/speed/quick-facts.png') 0px -380px no-repeat;
}
body.page-benefits-fast-professional-translation .pane-custom.quick-fact-3 {
  background: url('../images/speed/quick-facts.png') 0px -190px no-repeat;
}
body.page-benefits-fast-professional-translation .pane-custom.quick-fact-4 {
  background: url('../images/speed/quick-facts.png') 0px -570px no-repeat;
}
body.page-benefits-fast-professional-translation .pane-custom.pane-7 {
  padding-top: 118px;
  text-align: center;
}
body.page-benefits-fast-professional-translation .pane-custom.pane-7 .pane-title {
  font-size: 34px;
}
body.page-benefits-fast-professional-translation .pane-custom.pane-7 .pane-content a {
  text-transform: uppercase;
  color: #448ccb;
  text-decoration: none;
}
body.page-benefits-fast-professional-translation .pane-custom.pane-7 .pane-content a:hover {
  text-decoration: underline;
}
body.page-benefits-fast-professional-translation .pane-custom.exp-1,
body.page-benefits-fast-professional-translation .pane-custom.exp-2,
body.page-benefits-fast-professional-translation .pane-custom.exp-3,
body.page-benefits-fast-professional-translation .pane-custom.exp-4,
body.page-benefits-fast-professional-translation .pane-custom.exp-5,
body.page-benefits-fast-professional-translation .pane-custom.exp-6 {
  width: 50%;
  background: url('../images/speed/expertise.png') 0px 0px no-repeat;
  padding-bottom: 20px;
  margin-top: 20px;
}
body.page-benefits-fast-professional-translation .pane-custom.exp-1 .pane-title,
body.page-benefits-fast-professional-translation .pane-custom.exp-2 .pane-title,
body.page-benefits-fast-professional-translation .pane-custom.exp-3 .pane-title,
body.page-benefits-fast-professional-translation .pane-custom.exp-4 .pane-title,
body.page-benefits-fast-professional-translation .pane-custom.exp-5 .pane-title,
body.page-benefits-fast-professional-translation .pane-custom.exp-6 .pane-title {
  padding-top: 50px;
  font-size: 14px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-fast-professional-translation .pane-custom.exp-2 {
  background: url('../images/speed/expertise.png') -607px 0px no-repeat;
}
body.page-benefits-fast-professional-translation .pane-custom.exp-3 {
  background: url('../images/speed/expertise.png') 0px -662px no-repeat;
}
body.page-benefits-fast-professional-translation .pane-custom.exp-4 {
  background: url('../images/speed/expertise.png') -607px -658px no-repeat;
}
body.page-benefits-fast-professional-translation .pane-custom.exp-5 {
  background: url('../images/speed/expertise.png') 0px -1325px no-repeat;
}
body.page-benefits-fast-professional-translation .pane-custom.exp-6 {
  background: url('../images/speed/expertise.png') -607px -1315px no-repeat;
}
body.page-benefits-fast-professional-translation .pane-custom.exp-1,
body.page-benefits-fast-professional-translation .pane-custom.exp-3,
body.page-benefits-fast-professional-translation .pane-custom.exp-5 {
  float: left;
  clear: both;
}
body.page-benefits-fast-professional-translation .pane-custom.exp-2,
body.page-benefits-fast-professional-translation .pane-custom.exp-4,
body.page-benefits-fast-professional-translation .pane-custom.exp-6 {
  float: right;
  clear: both;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons {
  position: relative;
  text-align: center;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons:before,
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons:after {
  content: " ";
  display: table;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons:after {
  clear: both;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons:before,
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons:after {
  content: " ";
  display: table;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons:after {
  clear: both;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons .custom-background {
  position: absolute;
  background-color: #448ccb;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons .pane-content {
  position: relative;
  z-index: 1;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons .right,
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons .left {
  float: left;
  width: 50%;
  padding: 40px 0 20px;
  margin: 50px 0;
  line-height: 22.5px;
  color: #fff;
  height: 190px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons .right a,
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons .left a:not(.small-link) {
  display: inline-block;
  text-decoration: none;
  color: #448ccb;
  padding: 0 20px;
  height: 55px;
  width: 45%;
  background-color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons .left {
  border-right: 1px solid #87cad3;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons .left a:not(.small-link) {
  color: #ff7800;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons a.small-link {
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-fast-professional-translation .pane-custom.bottom-buttons a.small-link:hover {
  text-decoration: none;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper {
  text-align: right;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.quick-fact-1,
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.quick-fact-2,
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.quick-fact-3,
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.quick-fact-4 {
  padding: 0 60px 0 0;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.quick-fact-1 {
  background: url('../images/speed/quick-facts.png') 440px 5px no-repeat;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.quick-fact-2 {
  background: url('../images/speed/quick-facts.png') 435px -380px no-repeat;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.quick-fact-3 {
  background: url('../images/speed/quick-facts.png') 440px -190px no-repeat;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.quick-fact-4 {
  background: url('../images/speed/quick-facts.png') 435px -570px no-repeat;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.exp-1 {
  background: url('../images/speed/expertise.png') 185px 0px no-repeat;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.exp-2 {
  background: url('../images/speed/expertise.png') -420px 0px no-repeat;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.exp-3 {
  background: url('../images/speed/expertise.png') 185px -662px no-repeat;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.exp-4 {
  background: url('../images/speed/expertise.png') -420px -658px no-repeat;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.exp-5 {
  background: url('../images/speed/expertise.png') 185px -1325px no-repeat;
}
body.page-benefits-fast-professional-translation.ld-right .region-content-wrapper .pane-custom.exp-6 {
  background: url('../images/speed/expertise.png') -420px -1315px no-repeat;
}
body.page-benefits-human-translator .page-header {
  display: none;
}
body.page-benefits-human-translator .footer {
  margin: 0;
}
body.page-benefits-human-translator .region-content-wrapper {
  background: url('../images/human-translator/header-bg.jpg') -5px top no-repeat;
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-human-translator .region-content-wrapper .human-title .pane-title {
  color: #ff7800;
  font-size: 32px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-human-translator .region-content-wrapper .human-title .pane-content {
  font-size: 27px;
}
body.page-benefits-human-translator .region-content-wrapper .quick-fact-1,
body.page-benefits-human-translator .region-content-wrapper .quick-fact-2,
body.page-benefits-human-translator .region-content-wrapper .quick-fact-3 {
  color: #fff;
  padding-left: 35px;
  padding-top: 33px;
  height: 90px;
  line-height: 20px;
  font-size: 14px;
}
body.page-benefits-human-translator .region-content-wrapper .quick-fact-1 .pane-title,
body.page-benefits-human-translator .region-content-wrapper .quick-fact-2 .pane-title,
body.page-benefits-human-translator .region-content-wrapper .quick-fact-3 .pane-title {
  text-transform: uppercase;
  text-indent: 48px;
}
body.page-benefits-human-translator .region-content-wrapper .quick-fact-1 .pane-content,
body.page-benefits-human-translator .region-content-wrapper .quick-fact-2 .pane-content,
body.page-benefits-human-translator .region-content-wrapper .quick-fact-3 .pane-content {
  margin-top: 22px;
}
body.page-benefits-human-translator .region-content-wrapper .note-1,
body.page-benefits-human-translator .region-content-wrapper .note-2,
body.page-benefits-human-translator .region-content-wrapper .note-3 {
  text-align: center;
  font-size: 17px;
}
body.page-benefits-human-translator .region-content-wrapper .quick-fact-1 {
  margin-top: 142px;
  margin-left: 152px;
}
body.page-benefits-human-translator .region-content-wrapper .note-1 {
  margin-top: 276px;
  margin-right: 156px;
  padding: 0 64px;
}
body.page-benefits-human-translator .region-content-wrapper .quick-fact-2 {
  margin-top: 220px;
  margin-left: 145px;
}
body.page-benefits-human-translator .region-content-wrapper .note-2 {
  margin-top: 278px;
  margin-right: 160px;
}
body.page-benefits-human-translator .region-content-wrapper .quick-fact-3 {
  margin-top: 400px;
  padding-left: 20px;
}
body.page-benefits-human-translator .region-content-wrapper .note-3 {
  padding: 0 390px;
  padding-top: 261px;
  padding-bottom: 92px;
}
body.page-benefits-human-translator .region-content-wrapper .join-as-translator {
  background: url("../images/human-translator/bottom-bg.jpg") top center no-repeat;
  height: 329px;
  padding-top: 60px;
  padding-left: 450px;
  color: #fff;
  font-size: 14px;
}
body.page-benefits-human-translator .region-content-wrapper .join-as-translator .pane-title {
  font-size: 28px;
}
body.page-benefits-human-translator .region-content-wrapper .join-as-translator .pane-content {
  font-size: 14px;
}
body.page-benefits-human-translator .region-content-wrapper .join-as-translator .pane-content .description {
  font-size: 13px;
  color: #80c6d0;
}
body.page-benefits-human-translator .region-content-wrapper .join-as-translator a {
  display: inline-block;
  height: 50px;
  width: 205px;
  margin-top: 15px;
  text-align: center;
  color: #448ccb;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 50px;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons {
  position: relative;
  text-align: center;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons:before,
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons:after {
  content: " ";
  display: table;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons:after {
  clear: both;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons:before,
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons:after {
  content: " ";
  display: table;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons:after {
  clear: both;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons .custom-background {
  background-color: #5bb5c2;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons .pane-content {
  position: relative;
  z-index: 1;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons .right,
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons .left {
  float: left;
  width: 50%;
  padding: 20px 0 20px;
  margin: 20px 0;
  line-height: 22.5px;
  color: #444444;
  height: 140px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons .right a,
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons .left a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  height: 55px;
  width: 45%;
  background-color: #5bb5c2;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons .left {
  border-right: 1px solid #eeeeee;
}
body.page-benefits-human-translator .region-content-wrapper .bottom-buttons .left a {
  background-color: #ff7800;
}
body.page-services-supported-file-formats {
  line-height: 24px;
  font-size: 15px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-file-formats .page-header {
  display: none;
}
body.page-services-supported-file-formats .panel-2col-bricks .inside {
  margin: 0;
}
body.page-services-supported-file-formats .supported-file-formats-list {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-file-formats .supported-file-formats-list ul {
  margin: 0;
  padding: 0;
}
body.page-services-supported-file-formats .supported-file-formats-list ul li {
  list-style: none;
}
body.page-services-supported-file-formats .supported-file-formats-list a {
  display: block;
  float: left;
  height: 48px;
  padding: 0 15px;
  color: #929292;
  background-color: #fff;
  line-height: 46px;
  font-size: 14px;
  text-decoration: none;
}
body.page-services-supported-file-formats .supported-file-formats-list a:hover {
  text-decoration: underline;
}
body.page-services-supported-file-formats .supported-file-formats-list a:hover {
  color: #000;
  background-color: #f7f7f7;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-1,
body.page-services-supported-file-formats .pane-custom.custom-pane-2,
body.page-services-supported-file-formats .pane-custom.custom-pane-3,
body.page-services-supported-file-formats .pane-custom.custom-pane-4,
body.page-services-supported-file-formats .pane-custom.custom-pane-9 {
  color: #fff;
  padding: 40px;
  margin-bottom: 10px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-1 .pane-title,
body.page-services-supported-file-formats .pane-custom.custom-pane-2 .pane-title,
body.page-services-supported-file-formats .pane-custom.custom-pane-3 .pane-title,
body.page-services-supported-file-formats .pane-custom.custom-pane-4 .pane-title,
body.page-services-supported-file-formats .pane-custom.custom-pane-9 .pane-title {
  font-size: 36px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-1 .pane-content,
body.page-services-supported-file-formats .pane-custom.custom-pane-2 .pane-content,
body.page-services-supported-file-formats .pane-custom.custom-pane-3 .pane-content,
body.page-services-supported-file-formats .pane-custom.custom-pane-4 .pane-content,
body.page-services-supported-file-formats .pane-custom.custom-pane-9 .pane-content {
  font-size: 15px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-1 table,
body.page-services-supported-file-formats .pane-custom.custom-pane-2 table,
body.page-services-supported-file-formats .pane-custom.custom-pane-3 table,
body.page-services-supported-file-formats .pane-custom.custom-pane-4 table,
body.page-services-supported-file-formats .pane-custom.custom-pane-9 table {
  margin-top: 40px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-1 table td,
body.page-services-supported-file-formats .pane-custom.custom-pane-2 table td,
body.page-services-supported-file-formats .pane-custom.custom-pane-3 table td,
body.page-services-supported-file-formats .pane-custom.custom-pane-4 table td,
body.page-services-supported-file-formats .pane-custom.custom-pane-9 table td {
  padding: 10px;
  font-size: 13px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-1 table td:first-child,
body.page-services-supported-file-formats .pane-custom.custom-pane-2 table td:first-child,
body.page-services-supported-file-formats .pane-custom.custom-pane-3 table td:first-child,
body.page-services-supported-file-formats .pane-custom.custom-pane-4 table td:first-child,
body.page-services-supported-file-formats .pane-custom.custom-pane-9 table td:first-child {
  text-align: center;
  font-size: 36px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-1 table td hr,
body.page-services-supported-file-formats .pane-custom.custom-pane-2 table td hr,
body.page-services-supported-file-formats .pane-custom.custom-pane-3 table td hr,
body.page-services-supported-file-formats .pane-custom.custom-pane-4 table td hr,
body.page-services-supported-file-formats .pane-custom.custom-pane-9 table td hr {
  margin-bottom: 0;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-1 {
  background: url('../images/supported-formats/pane-1.png') 40px 450px no-repeat #4a86c4;
  height: 562px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-2 {
  background-color: #3db250;
  height: 877px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-3 {
  background: url('../images/supported-formats/pane-3.png') 40px 510px no-repeat #5badbf;
  height: 640px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-4 {
  background-color: #818383;
  height: 424px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-9 {
  background: url('../images/supported-formats/graphic-formats.png') 40px 338px no-repeat #6b4a81;
  height: 542px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5,
body.page-services-supported-file-formats .pane-custom.custom-pane-6,
body.page-services-supported-file-formats .pane-custom.custom-pane-7,
body.page-services-supported-file-formats .pane-custom.custom-pane-8,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 {
  background-color: #fafafa;
  padding: 40px;
  margin-bottom: 10px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-title,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-title,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-title,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-title,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-title {
  color: #000;
  margin-bottom: 40px;
  font-size: 15px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-content,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-content,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-content {
  color: #929292;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-content ul,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content ul,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content ul,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-content ul,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-content ul {
  padding: 0;
  text-align: center;
  font-size: 13px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-content ul:before,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content ul:before,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content ul:before,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-content ul:before,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-content ul:before,
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-content ul:after {
  content: " ";
  display: table;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-content ul:after {
  clear: both;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-content ul:before,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content ul:before,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content ul:before,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-content ul:before,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-content ul:before,
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-content ul:after {
  content: " ";
  display: table;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-content ul:after,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-content ul:after {
  clear: both;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-content ul li,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content ul li,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content ul li,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-content ul li,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-content ul li {
  padding-top: 65px;
  margin: 15px 0;
  list-style: none;
  width: 33%;
  height: 84px;
  float: left;
  line-height: 15px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .pane-content ul li span,
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content ul li span,
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content ul li span,
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .pane-content ul li span,
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .pane-content ul li span {
  display: block;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .android {
  background: url('../images/supported-formats/xml.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .apple {
  background: url('../images/supported-formats/strings.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .rrc {
  background: url('../images/supported-formats/rrc.jpg') center 15px no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .symbian {
  background: url('../images/supported-formats/resource_file.jpg') center 15px no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .win {
  background: url('../images/supported-formats/strings_1.jpg') center top no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .circle {
  background: url('../images/supported-formats/xml_1.jpg') center top no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .meego {
  background: url('../images/supported-formats/ts.jpg') center 15px no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .qt {
  background: url('../images/supported-formats/ts_qt.jpg') center top no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-5 .hp {
  background: url('../images/supported-formats/coming_soon.jpg') center 10px no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .pane-content ul li {
  height: 100px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .dot_net {
  background: url('../images/supported-formats/resx.jpg') center 20px no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .java {
  background: url('../images/supported-formats/strings_java.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .gnu {
  background: url('../images/supported-formats/po_pot.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .dklang {
  background: url('../images/supported-formats/dklang_lng.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .xul {
  background: url('../images/supported-formats/string_firefox.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .chrome {
  background: url('../images/supported-formats/json_chrome.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .ror {
  background: url('../images/supported-formats/yml_ror.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .win8 {
  background: url('../images/supported-formats/ersw_resjson.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .winrc {
  background: url('../images/supported-formats/rc_win.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .flex {
  background: url('../images/supported-formats/properties.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .qt {
  background: url('../images/supported-formats/ts_qt.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .joomla {
  background: url('../images/supported-formats/ini_joomla.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .generic_ini {
  background: url('../images/supported-formats/generic_ini.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-6 .adobe {
  background: url('../images/supported-formats/coming_soon_adobe.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pane-content ul li {
  height: 100px;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .xliff {
  background: url('../images/supported-formats/xliff.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .html {
  background: url('../images/supported-formats/html.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .plain {
  background: url('../images/supported-formats/txt.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .open_office {
  background: url('../images/supported-formats/odt_open_office.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .csv {
  background: url('../images/supported-formats/csv.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .ms_office {
  background: url('../images/supported-formats/docx.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .adobe_frame_maker {
  background: url('../images/supported-formats/mif.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .adobe_indesign {
  background: url('../images/supported-formats/idml.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-7 .pdf {
  background: url('../images/supported-formats/pdf.png') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .youtube {
  background: url('../images/supported-formats/sbv.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .subrip {
  background: url('../images/supported-formats/srt.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .nsis {
  background: url('../images/supported-formats/nsh.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .wix {
  background: url('../images/supported-formats/wxl.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-8 .specific {
  background: url('../images/supported-formats/request_here.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .jpg {
  background: url('../images/supported-formats/jpg-jpeg.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .png {
  background: url('../images/supported-formats/png.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .gif {
  background: url('../images/supported-formats/gif.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .bmp {
  background: url('../images/supported-formats/bmp.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .eps {
  background: url('../images/supported-formats/eps.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .tiff {
  background: url('../images/supported-formats/tiff.jpg') top center no-repeat;
}
body.page-services-supported-file-formats .pane-custom.custom-pane-10 .psd {
  background: url('../images/supported-formats/psd.png') top center no-repeat;
  background-size: 59px 56px;
}
body.page-services-supported-file-formats.ld-right .region-content-wrapper {
  text-align: right;
}
body.page-clients-logos .content-section-container {
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-clients-logos .content-section-container .custom-background {
  position: absolute;
}
body.page-clients-logos .content-section-container .title-block {
  position: relative;
}
body.page-clients-logos .content-section-container .title-block .custom-background {
  background: url('../images/clients/clients-header-bg.jpg') top center no-repeat;
}
body.page-clients-logos .content-section-container .title-block .title-block-inner {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 364px;
  padding: 0 35px;
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-clients-logos .content-section-container .title-block .title-block-inner:before {
  content: '';
  position: absolute;
  right: -400px;
  bottom: 0;
  display: block;
  width: 399px;
  height: 392px;
  background: url('../images/moryia.png') 0 50px no-repeat;
}
body.page-clients-logos .content-section-container .title-block .title-block-inner .field-name-field-image {
  width: 100%;
}
body.page-clients-logos .content-section-container .title-block .title-block-inner .field-name-field-image:before,
body.page-clients-logos .content-section-container .title-block .title-block-inner .field-name-field-image:after {
  content: " ";
  display: table;
}
body.page-clients-logos .content-section-container .title-block .title-block-inner .field-name-field-image:after {
  clear: both;
}
body.page-clients-logos .content-section-container .title-block .title-block-inner .field-name-field-image:before,
body.page-clients-logos .content-section-container .title-block .title-block-inner .field-name-field-image:after {
  content: " ";
  display: table;
}
body.page-clients-logos .content-section-container .title-block .title-block-inner .field-name-field-image:after {
  clear: both;
}
body.page-clients-logos .content-section-container .title-block .title-block-inner .field-name-field-image .field-item {
  height: 120px;
  line-height: 120px;
  padding: 0 40px;
  background-color: #fff;
  float: left;
}
body.page-clients-logos .content-section-container .title-block .title-block-inner .title {
  color: #ff7800;
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 34px;
  font-size: 28px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-clients-logos .content-section-container .title-block .title-block-inner h3 {
  margin-top: 0;
  color: #ff7800;
  line-height: 22px;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-clients-logos .content-section-container .title-block .title-block-inner p {
  color: #fff;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-clients-logos .content-section-container .block-webform .block-title {
  display: none;
}
body.page-clients-logos .content-section-container .webform-client-form {
  position: relative;
  padding: 27px;
  border: 1px solid #eeeeee;
  background: url('../images/intro-arrow.png') 600px 0px no-repeat;
  background-color: #fafafa;
  margin-top: 40px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-clients-logos .content-section-container .webform-client-form:before,
body.page-clients-logos .content-section-container .webform-client-form:after {
  content: " ";
  display: table;
}
body.page-clients-logos .content-section-container .webform-client-form:after {
  clear: both;
}
body.page-clients-logos .content-section-container .webform-client-form:before,
body.page-clients-logos .content-section-container .webform-client-form:after {
  content: " ";
  display: table;
}
body.page-clients-logos .content-section-container .webform-client-form:after {
  clear: both;
}
body.page-clients-logos .content-section-container .webform-client-form .form-item {
  position: relative;
}
body.page-clients-logos .content-section-container .webform-client-form .form-item label {
  color: #444444;
  padding-bottom: 5px;
  margin: 0px;
  background-color: #fafafa;
  font-size: 15px;
}
body.page-clients-logos .content-section-container .webform-client-form .form-item label .form-required {
  color: red;
}
body.page-clients-logos .content-section-container .webform-client-form .form-item input {
  padding-left: 30px;
  margin: 0;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name1,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name2,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name3,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-localization-manager-email,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-localization-manager-name,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-name {
  position: relative;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name1:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name2:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name3:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-localization-manager-email:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-localization-manager-name:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-name:before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #cccccc;
  font-size: 16px;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name1:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name2:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name3:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-localization-manager-name:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-name:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e008";
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-localization-manager-email:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2709";
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name1,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name2,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name3,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-name {
  width: 30%;
  float: left;
  padding-right: 10px;
  margin-bottom: 15px;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name1,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name2,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-name3 {
  clear: left;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email {
  padding-right: 0;
  padding-left: 10px;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1:before,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email:before {
  left: 18px;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3 input,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2 input,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1 input,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px 6px 30px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3 input:focus,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2 input:focus,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1 input:focus,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3 input::-moz-placeholder,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2 input::-moz-placeholder,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1 input::-moz-placeholder,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3 input:-ms-input-placeholder,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2 input:-ms-input-placeholder,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1 input:-ms-input-placeholder,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email input:-ms-input-placeholder {
  color: #999;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email3 input::-webkit-input-placeholder,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email2 input::-webkit-input-placeholder,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-email1 input::-webkit-input-placeholder,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-your-email input::-webkit-input-placeholder {
  color: #999;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-potential-translation-users,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-markup,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-localization-manager-name,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-localization-manager-email {
  width: 60%;
  margin-bottom: 20px;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-potential-translation-users input,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-markup input,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-localization-manager-name input,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-localization-manager-email input {
  background-color: #f6f7e1;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-potential-translation-users,
body.page-clients-logos .content-section-container .webform-client-form #webform-component-markup {
  padding-top: 5px;
  border-top: 1px solid #eeeeee;
  clear: both;
  margin: 25px 0;
  color: #448ccb;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-markup-1 {
  margin: 0;
  color: #929292;
  font-size: 13px;
  clear: both;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-markup-introduce {
  width: 216px;
  position: absolute;
  top: 100px;
  right: 30px;
  font-size: 13px;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-markup-introduce .first {
  padding: 10px;
  color: #929292;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-markup-introduce .second {
  color: #929292;
  border: 1px solid #eeeeee;
  padding: 15px 10px 15px 55px;
  background: url('../images/sprite.png') 10px -1472px no-repeat;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-clients-logos .content-section-container .webform-client-form #webform-component-markup-introduce .third {
  display: none;
}
body.page-clients-logos .content-section-container .webform-client-form .form-submit {
  background: #448ccb;
  border: 0px;
  display: block;
  color: #fff;
  height: 59px;
  width: 216px;
  line-height: 59px;
  padding: 0px;
  margin: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-transform: uppercase;
  -webkit-text-shadow: #3072ac 0 2px 0;
  -moz-text-shadow: #3072ac 0 2px 0;
  text-shadow: #3072ac 0 2px 0;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 24px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-clients-logos .content-section-container .webform-client-form .form-submit {
  font-size: 21px;
  text-transform: capitalize;
}
body.page-clients-logos.ld-right .content-section-container {
  text-align: right;
}
body.page-clients-logos.ld-right .content-section-container .title-block .title-block-inner .field-name-field-image .field-item {
  float: right;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form {
  background: url('../images/intro-arrow-rtl.png') 300px 0px no-repeat;
  background-color: #fafafa;
  text-align: right;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-email3,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-email2,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-email1,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name1,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name2,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name3,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-potential-translation-users,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-localization-manager-email,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-localization-manager-name,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-your-email,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-your-name,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-markup {
  float: right;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name1,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name2,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name3 {
  clear: right;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-your-email,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-your-name {
  margin-bottom: 0;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name1,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name2,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name3,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-your-name {
  padding-left: 10px;
  padding-right: 0px;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name1:before,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name2:before,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-name3:before,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-your-name:before {
  left: 18px;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-email3,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-email2,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-email1,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-your-email {
  padding-left: 0px;
  padding-right: 10px;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-email3:before,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-email2:before,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-email1:before,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-your-email:before {
  left: 10px;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-potential-translation-users,
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-markup {
  margin-top: 15px;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form #webform-component-markup-introduce {
  right: initial;
  left: 30px;
}
body.page-clients-logos.ld-right .content-section-container .webform-client-form .form-submit {
  right: initial;
  left: 30px;
}
body.page-sync-translator .main-container {
  padding-bottom: 30px;
}
body.page-sync-translator .main-container:before,
body.page-sync-translator .main-container:after {
  content: " ";
  display: table;
}
body.page-sync-translator .main-container:after {
  clear: both;
}
body.page-sync-translator .main-container:before,
body.page-sync-translator .main-container:after {
  content: " ";
  display: table;
}
body.page-sync-translator .main-container:after {
  clear: both;
}
body.page-sync-translator .header-second:before,
body.page-sync-translator .header-second:after {
  content: " ";
  display: table;
}
body.page-sync-translator .header-second:after {
  clear: both;
}
body.page-sync-translator .header-second:before,
body.page-sync-translator .header-second:after {
  content: " ";
  display: table;
}
body.page-sync-translator .header-second:after {
  clear: both;
}
body.page-sync-translator #block-oht-sync-language-pair,
body.page-sync-translator #block-webform-client-block-5839,
body.page-sync-translator #block-system-main {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
body.page-sync-translator #block-oht-sync-language-pair:before,
body.page-sync-translator #block-webform-client-block-5839:before,
body.page-sync-translator #block-system-main:before,
body.page-sync-translator #block-oht-sync-language-pair:after,
body.page-sync-translator #block-webform-client-block-5839:after,
body.page-sync-translator #block-system-main:after {
  content: " ";
  display: table;
}
body.page-sync-translator #block-oht-sync-language-pair:after,
body.page-sync-translator #block-webform-client-block-5839:after,
body.page-sync-translator #block-system-main:after {
  clear: both;
}
body.page-sync-translator #block-oht-sync-language-pair:before,
body.page-sync-translator #block-webform-client-block-5839:before,
body.page-sync-translator #block-system-main:before,
body.page-sync-translator #block-oht-sync-language-pair:after,
body.page-sync-translator #block-webform-client-block-5839:after,
body.page-sync-translator #block-system-main:after {
  content: " ";
  display: table;
}
body.page-sync-translator #block-oht-sync-language-pair:after,
body.page-sync-translator #block-webform-client-block-5839:after,
body.page-sync-translator #block-system-main:after {
  clear: both;
}
body.page-sync-translator #block-oht-sync-translator-content {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  clear: both;
}
body.page-sync-translator .content-section-container {
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-translator .content-section-container .page-header {
  display: none;
}
body.page-sync-translator .content-section-container .entity-sync {
  font-size: 17px;
}
body.page-sync-translator .content-section-container .entity-sync > .content h2 {
  color: #448ccb;
  margin-bottom: 20px;
}
body.page-sync-translator .content-section-container .entity-sync > .content .translator-avatar {
  float: left;
  clear: both;
  padding-right: 20px;
  width: 150px;
  padding-bottom: 30px;
}
body.page-sync-translator .content-section-container .entity-sync > .content .translator-avatar .no-avatar-translator {
  width: 120px;
  height: 120px;
  background: url('../images/sync/translator/default-avatar.png') no-repeat left top;
}
body.page-sync-translator .content-section-container .entity-sync > .content .translator-avatar img {
  width: 100%;
  height: 100%;
}
body.page-sync-translator .content-section-container .entity-sync > .content .translator-name {
  float: left;
  font-size: 40px;
  color: #448ccb;
  padding-bottom: 20px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-translator .content-section-container .entity-sync > .content table {
  clear: both;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-skills,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-expertise,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-recognition,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-native-language {
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
  color: #448ccb;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-skills .title,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-expertise .title,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-recognition .title,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-native-language .title {
  color: #000;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-skills a,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-expertise a,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-recognition a,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-native-language a {
  color: #448ccb;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-skills a:hover,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-expertise a:hover,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-recognition a:hover,
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-native-language a:hover {
  text-decoration: underline;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td .translator-native-language {
  border: none;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td {
  vertical-align: top;
  width: 50%;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition {
  border: none;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul {
  padding: 0;
  margin: 10px 0;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul li {
  list-style: none;
  display: inline-block;
  background: url(../images/badges/badges-50px.png) no-repeat scroll left top;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_trans_v_p {
  background-position: 0 -540px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_trans_level_3 {
  background-position: 0 -360px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_trans_level_4 {
  background-position: 0 -600px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_trans_level_2 {
  background-position: 0 -720px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_trans_level_1 {
  background-position: 0 -60px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_trans_approved {
  background-position: 0 0;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_trans_expert {
  background-position: 0 -300px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_trans_social_active {
  background-position: 0 -840px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_trans_reviewer {
  background-position: 0 -960px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_ohtstaff {
  background-position: 0 -1020px;
}
body.page-sync-translator .content-section-container .entity-sync > .content table td + td .translator-recognition ul.badges-50px .badge_trans_proofreader {
  background-position: 0 -1080px;
}
body.page-sync-translator.ld-right #block-system-main {
  float: right;
}
body.page-sync-translator.ld-right .content-section-container {
  text-align: right;
}
body.page-sync-translator.ld-right .content-section-container .entity-sync .translator-avatar {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}
body.page-sync-translator.ld-right .content-section-container .entity-sync .translator-name {
  float: right;
}
body.page-translators-profiles .language-switcher-locale-url {
  display: none;
}
body.page-translators-profiles .header {
  color: #737373;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0px 0px 30px 0px;
}
body.page-translators-profiles #block-translator {
  width: 50%;
  float: left;
}
body.page-translators-profiles #block-translator .member_for {
  color: #737373;
  line-height: 19.5px;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  margin: 0px 0px 20px 0px;
}
body.page-translators-profiles #company {
  display: inline-block;
  margin: 20px 0px 20px 0px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-size: 17px;
}
body.page-translators-profiles #calculator {
  background: none;
  width: 50%;
  float: right;
}
body.page-translators-profiles #calculator .odd {
  vertical-align: top;
}
body.page-translators-profiles #calculator .block-content {
  padding: 0px 0px 0px 20px;
}
body.page-translators-profiles #calculator .block-content table {
  width: 80%;
}
body.page-translators-profiles #calculator .block-content #get_quote .first-line {
  color: #737373;
  padding: 0px 0px 10px 0px;
  line-height: 37px;
  font-size: 13px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles #calculator .block-content #get_quote a {
  display: inline-block;
  width: 80%;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
}
body.page-translators-profiles #calculator .block-content .translator-native-language {
  margin: 0px 0px 0px 0px;
  border: 1px solid #eee;
}
body.page-translators-profiles #calculator .block-content .translator-native-language .title {
  color: #737373;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 13px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles #calculator .block-content .translator-native-language .content {
  margin: 0px 0px 20px 20px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #ff7800;
}
body.page-translators-profiles #calculator .block-content .translator-status {
  margin: 0px 0px 0px 0px;
  border: 1px solid #eee;
}
body.page-translators-profiles #calculator .block-content .translator-status .title {
  color: #737373;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 13px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles #calculator .block-content .translator-status .content {
  margin: 0px 0px 20px 20px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #ff7800;
}
body.page-translators-profiles #calculator .block-content .translator-total-projects {
  margin: 0px 0px 0px 0px;
  border: 1px solid #eee;
}
body.page-translators-profiles #calculator .block-content .translator-total-projects .title {
  color: #737373;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 13px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles #calculator .block-content .translator-total-projects .content {
  margin: 0px 0px 20px 20px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #ff7800;
}
body.page-translators-profiles #calculator .block-content .translator-positive-feedback {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
body.page-translators-profiles #calculator .block-content .translator-positive-feedback .title {
  color: #737373;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 13px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles #calculator .block-content .translator-positive-feedback .content {
  margin: 0px 0px 20px 20px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #3ab94e;
}
body.page-translators-profiles #calculator .block-content .translator-active {
  margin: 0px 0px 0px 0px;
  border: 1px solid #eee;
}
body.page-translators-profiles #calculator .block-content .translator-active .title {
  color: #737373;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 13px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles #calculator .block-content .translator-active .content {
  margin: 0px 0px 20px 20px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #3ab94e;
}
body.page-translators-profiles #calculator .block-content .translator-average-rating {
  margin: 0px 0px 0px 0px;
  border: 1px solid #eee;
}
body.page-translators-profiles #calculator .block-content .translator-average-rating .title {
  color: #737373;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 13px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles #calculator .block-content .translator-average-rating .content {
  margin: 0px 0px 20px 20px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #ff7800;
}
body.page-translators-profiles #calculator .block-content .translator-recognition .title {
  color: #737373;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 13px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles #calculator .translator-recognition {
  display: inline-block;
  width: 80%;
  margin: 20px 0px 20px 0px;
  padding: 0px 20px;
  border: 1px solid #eeeeee;
}
body.page-translators-profiles #calculator .translator-recognition .title {
  padding: 0px !important;
}
body.page-translators-profiles #calculator .translator-recognition ul {
  padding: 0;
  margin: 10px 0;
}
body.page-translators-profiles #calculator .translator-recognition ul li {
  list-style: none;
  display: inline-block;
  background: url(../images/badges/badges-50px.png) no-repeat scroll left top;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_trans_v_p {
  background-position: 0 -540px;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_trans_level_3 {
  background-position: 0 -360px;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_trans_level_4 {
  background-position: 0 -600px;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_trans_level_2 {
  background-position: 0 -720px;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_trans_level_1 {
  background-position: 0 -60px;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_trans_approved {
  background-position: 0 0;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_trans_expert {
  background-position: 0 -300px;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_trans_social_active {
  background-position: 0 -840px;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_trans_reviewer {
  background-position: 0 -960px;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_ohtstaff {
  background-position: 0 -1020px;
}
body.page-translators-profiles #calculator .translator-recognition ul.badges-50px .badge_trans_proofreader {
  background-position: 0 -1080px;
}
body.page-translators-profiles #block-menus-bootom {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eeeeee;
}
body.page-translators-profiles #block-menus-bootom .translator-expertise {
  width: 50%;
}
body.page-translators-profiles #block-menus-bootom .translator-expertise a {
  width: 45%;
  float: left;
  margin: 0px 10px 0px 0px;
  display: inline-block;
}
body.page-translators-profiles #block-menus-bootom .translator-skills,
body.page-translators-profiles #block-menus-bootom .recently-translation,
body.page-translators-profiles #block-menus-bootom .translator-expertise,
body.page-translators-profiles #block-menus-bootom .learn-more {
  display: inline-block;
  float: left;
  padding: 10px 10px 10px 10px;
}
body.page-translators-profiles #block-menus-bootom .title {
  color: #000;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles #block-menus-bootom .translation-title {
  padding-top: 10px;
}
body.page-translators-profiles .main-container {
  padding-bottom: 30px;
}
body.page-translators-profiles .main-container:before,
body.page-translators-profiles .main-container:after {
  content: " ";
  display: table;
}
body.page-translators-profiles .main-container:after {
  clear: both;
}
body.page-translators-profiles .main-container:before,
body.page-translators-profiles .main-container:after {
  content: " ";
  display: table;
}
body.page-translators-profiles .main-container:after {
  clear: both;
}
body.page-translators-profiles .header-second:before,
body.page-translators-profiles .header-second:after {
  content: " ";
  display: table;
}
body.page-translators-profiles .header-second:after {
  clear: both;
}
body.page-translators-profiles .header-second:before,
body.page-translators-profiles .header-second:after {
  content: " ";
  display: table;
}
body.page-translators-profiles .header-second:after {
  clear: both;
}
body.page-translators-profiles #block-oht-sync-language-pair,
body.page-translators-profiles #block-webform-client-block-5839,
body.page-translators-profiles #block-system-main {
  float: left;
}
body.page-translators-profiles #block-oht-sync-language-pair:before,
body.page-translators-profiles #block-webform-client-block-5839:before,
body.page-translators-profiles #block-system-main:before,
body.page-translators-profiles #block-oht-sync-language-pair:after,
body.page-translators-profiles #block-webform-client-block-5839:after,
body.page-translators-profiles #block-system-main:after {
  content: " ";
  display: table;
}
body.page-translators-profiles #block-oht-sync-language-pair:after,
body.page-translators-profiles #block-webform-client-block-5839:after,
body.page-translators-profiles #block-system-main:after {
  clear: both;
}
body.page-translators-profiles #block-oht-sync-language-pair:before,
body.page-translators-profiles #block-webform-client-block-5839:before,
body.page-translators-profiles #block-system-main:before,
body.page-translators-profiles #block-oht-sync-language-pair:after,
body.page-translators-profiles #block-webform-client-block-5839:after,
body.page-translators-profiles #block-system-main:after {
  content: " ";
  display: table;
}
body.page-translators-profiles #block-oht-sync-language-pair:after,
body.page-translators-profiles #block-webform-client-block-5839:after,
body.page-translators-profiles #block-system-main:after {
  clear: both;
}
body.page-translators-profiles #block-oht-sync-translator-content {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  clear: both;
}
body.page-translators-profiles .content-section-container {
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles .content-section-container .page-header {
  display: none;
}
body.page-translators-profiles .content-section-container .entity-sync {
  font-size: 17px;
}
body.page-translators-profiles .content-section-container .entity-sync > .content h2 {
  color: #448ccb;
  margin-bottom: 20px;
}
body.page-translators-profiles .content-section-container .entity-sync > .content .translator-avatar {
  float: left;
  clear: both;
  padding-right: 20px;
  width: 150px;
  padding-bottom: 30px;
}
body.page-translators-profiles .content-section-container .entity-sync > .content .translator-avatar .no-avatar-translator {
  width: 120px;
  height: 120px;
  background: url('../images/sync/translator/default-avatar.png') no-repeat left top;
}
body.page-translators-profiles .content-section-container .entity-sync > .content .translator-avatar img {
  width: 100%;
  height: 100%;
}
body.page-translators-profiles .content-section-container .entity-sync > .content .translator-name {
  float: left;
  font-size: 40px;
  color: #448ccb;
  padding-bottom: 20px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles .content-section-container .entity-sync > .content table {
  clear: both;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
body.page-translators-profiles .content-section-container .entity-sync > .content table td {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-skills,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-expertise,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-recognition,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-native-language {
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
  color: #448ccb;
}
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-skills .title,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-expertise .title,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-recognition .title,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-native-language .title {
  color: #000;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-skills a,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-expertise a,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-recognition a,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-native-language a {
  color: #448ccb;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-skills a:hover,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-expertise a:hover,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-recognition a:hover,
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-native-language a:hover {
  text-decoration: underline;
}
body.page-translators-profiles .content-section-container .entity-sync > .content table td .translator-native-language {
  border: none;
}
body.page-translators-profiles .content-section-container .entity-sync > .content table td + td {
  vertical-align: top;
  width: 50%;
}
body.page-translators-profiles.ld-right #block-system-main {
  float: right;
}
body.page-translators-profiles.ld-right .content-section-container {
  text-align: right;
}
body.page-translators-profiles.ld-right .content-section-container .entity-sync .translator-avatar {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}
body.page-translators-profiles.ld-right .content-section-container .entity-sync .translator-name {
  float: right;
}
body.page-support-translators #translators_btns {
  display: inline-block;
  width: 55%;
  margin: 50px 0px 50px 25%;
}
body.page-support-translators #translators_btns .btn-default-translators {
  border-color: #ff7800;
  color: #ff7800;
  width: 200px;
  display: inline-block;
  float: left;
}
body.page-support-translators #translators_btns .btn-blue-translators {
  border-color: #448ccb;
  color: #448ccb;
  width: 200px;
  display: inline-block;
  float: right;
}
body.page-support-translators h1#page-title {
  display: none;
}
body.page-support-translators .translator-list {
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
  height: 160px;
}
body.page-support-translators .translator-list li {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 5px 0px;
}
body.page-support-translators .inside {
  margin-top: -20px;
}
body.page-support-translators .inside .pane-translators-header {
  color: #fff;
  position: relative;
}
body.page-support-translators .inside .pane-translators-header:after {
  content: ' ';
  display: block;
  clear: both;
}
body.page-support-translators .inside .pane-translators-header .custom-background {
  position: absolute;
  background: url('../images/translators/Join_as_a_Translator.jpg') no-repeat top center #448ccb;
  z-index: -1;
  top: 0px;
}
body.page-support-translators .inside .pane-translators-header h2.pane-title {
  padding-top: 80px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 54px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-support-translators .inside .pane-translators-header h2.pane-title {
    font-size: 36px;
    padding-top: 30px;
  }
}
body.page-support-translators .inside .pane-translators-header .pane-content {
  padding-bottom: 8px;
  font-size: 18px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-support-translators .inside .pane-translators-header .pane-content {
    padding-bottom: 30px;
  }
}
body.page-support-translators .inside .pane-translators-header .pane-content .btn {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-support-translators .inside .pane-translators-header .pane-content .btn {
    text-transform: uppercase;
  }
}
body.page-support-translators .inside .pane-translators-header .pane-content p {
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-support-translators .inside .pane-translators-header .pane-content p {
    padding-bottom: 10px;
  }
}
body.page-support-translators .inside .pane-translators-header .pane-content p b,
body.page-support-translators .inside .pane-translators-header .pane-content p strong {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-support-translators .inside #block-oht-generic-search {
  height: 295px;
  outline: none;
  position: relative;
}
body.page-support-translators .inside #block-oht-generic-search .custom-background {
  background: url('../images/ginger2-rtl.png') center bottom no-repeat;
  background-color: #fbfaf6;
  position: absolute;
  z-index: -1;
  top: 0px;
}
body.page-support-translators .inside #block-oht-generic-search .pane-title {
  padding: 40px 0px 0px 0px ;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 25px;
  color: #444444;
  font-size: 40px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-support-translators .inside #block-oht-generic-search .pane-content form {
  text-align: center;
}
body.page-support-translators .inside #block-oht-generic-search .pane-content form .text {
  padding-bottom: 16px;
  color: #737373;
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-support-translators .inside #block-oht-generic-search .pane-content form .form-submit,
body.page-support-translators .inside #block-oht-generic-search .pane-content form .form-item {
  display: inline-block;
}
body.page-support-translators .inside #block-oht-generic-search .pane-content form .form-submit.form-item-search input,
body.page-support-translators .inside #block-oht-generic-search .pane-content form .form-item.form-item-search input {
  height: 40px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.page-support-translators .inside #block-oht-generic-search .pane-content form .form-submit {
  margin-top: -1px;
  display: block;
  margin: 0 auto;
  background-color: #ff7800;
  border: 0;
  height: 40px;
  width: 132px;
  text-transform: uppercase;
  text-shadow: #b35400 0px 2px 0px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.page-support-translators .inside #block-oht-generic-search .pane-content form .form-item {
  width: 33%;
}
body.page-support-translators .inside #block-oht-generic-search .pane-content form .form-item input {
  color: #929292;
}
body.page-support-translators .inside .pane-support {
  float: left;
  width: 60%;
  display: inline-block;
}
body.page-support-translators .inside .pane-support .view-support .view-grouping {
  width: 50%;
  float: right;
  padding-left: 10px;
}
body.page-support-translators .inside .pane-support .view-support .view-grouping .view-grouping-header {
  float: left;
  display: inline-block;
  margin: 20px 20px 0px 0px;
  border: none;
  width: 100%;
}
body.page-support-translators .inside .pane-support .view-support .view-grouping.element-even {
  padding-left: 0;
  padding-right: 10px;
  clear: left;
}
body.page-support-translators .inside .pane-support .view-support .view-grouping h3 {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  border: none;
}
body.page-support-translators .inside .pane-support .view-support .view-grouping h3 a {
  color: #444444;
  text-decoration: none;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-support-translators .inside .pane-support .view-support .view-grouping h3 img {
  float: left;
  margin-right: 10px;
}
body.page-support-translators .inside .pane-support .view-support .view-grouping .views-row {
  padding-bottom: 15px;
}
body.page-support-translators .inside .pane-support .view-support .view-grouping .views-row .views-field-title a {
  color: #5bb5c2;
  text-decoration: none;
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-support-translators .inside .pane-webform-client-block-4075 {
  float: right;
  width: 35%;
  display: inline-block;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 25px;
}
body.page-support-translators .inside .pane-webform-client-block-4075 h2 {
  text-align: center;
  color: #ff7800;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-support-translators .inside .pane-webform-client-block-4075 #webform-component-markup {
  text-align: center;
  font-weight: bold;
}
body.page-support-translators .inside .pane-webform-client-block-4075 #webform-component-markup p:last-child {
  font-weight: normal;
  padding-bottom: 20px;
}
body.page-support-translators .inside .pane-webform-client-block-4075 .form-item {
  padding: 0px 0px 15px 0px;
}
body.page-support-translators .inside .pane-webform-client-block-4075 .form-actions input {
  width: 100%;
}
body.page-sync-expertise .main-container:before,
body.page-sync-expertise .main-container:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .main-container:after {
  clear: both;
}
body.page-sync-expertise .main-container:before,
body.page-sync-expertise .main-container:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .main-container:after {
  clear: both;
}
body.page-sync-expertise .page-header {
  display: none;
}
body.page-sync-expertise .footer {
  margin: 0;
  border: none;
}
body.page-sync-expertise .custom-background {
  position: absolute;
}
body.page-sync-expertise .region-content-wrapper {
  padding-top: 60px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-title-block {
  border-top: 3px solid #ff7800;
}
body.page-sync-expertise .region-content-wrapper .exp-page-title-block:before,
body.page-sync-expertise .region-content-wrapper .exp-page-title-block:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-title-block:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-title-block:before,
body.page-sync-expertise .region-content-wrapper .exp-page-title-block:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-title-block:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-left,
body.page-sync-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-right {
  width: 50%;
  float: left;
}
body.page-sync-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-left {
  font-family: 'SegoeUI-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-left h1 {
  color: #ff7800;
  line-height: 40px;
  letter-spacing: -0.04em;
  font-size: 40px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-left .field-name-field-exp-page-subtitle {
  font-size: 27px;
  line-height: 36px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-right .field-name-field-exp-page-picture {
  margin-top: -60px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line:before,
body.page-sync-expertise .region-content-wrapper .exp-page-first-line:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line:before,
body.page-sync-expertise .region-content-wrapper .exp-page-first-line:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block,
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block {
  width: 50%;
  float: left;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block {
  padding-right: 15px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner {
  background-color: #f6f7e1;
  border: 1px solid #eeeeee;
  border-bottom: 0px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:before,
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:before,
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-header {
  margin-top: 15px;
  float: left;
  width: 45%;
  height: 74px;
  background: url('../images/exp-page/exp-page-247service.png') left top no-repeat;
  margin-left: -11px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-header .field-item {
  padding: 0px 20px;
  background: url('../images/exp-page/exp-page-247service-bg.png') left top repeat-x;
  height: 74px;
  line-height: 65px;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-shadow: 0px -1px 0px #d26402;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call {
  margin-top: 15px;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 20px;
  float: left;
  width: 40%;
  font-family: 'SegoeUI-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call .field-name-field-exp-page-call {
  padding-bottom: 10px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call .exp-page-first-line-first-block-call-text a {
  float: right;
  color: #448ccb;
  text-decoration: none;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call .exp-page-first-line-first-block-call-text a:hover {
  text-decoration: underline;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call .exp-page-first-line-first-block-call-text #snapengage-chat a:first-child {
  margin: 0px -22px 0px 15px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-service-text {
  clear: both;
  padding: 10px 28px 20px 28px;
  color: #737373;
  font-size: 14px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try {
  background-color: #fff;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:before,
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:before,
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-tryservice-header {
  float: left;
  width: 29%;
  font-size: 30px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-tryservice-header a {
  display: block;
  color: #ff7800;
  text-decoration: none;
  padding: 0px 10px;
  line-height: 60px;
  background: url('../images/exp-page/exp-page-arrow.png') right center no-repeat;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-tryservice-text {
  color: #448ccb;
  float: left;
  padding: 5px 5px 0px 10px;
  margin-left: 10px;
  background: url('../images/exp-page/exp-page-try-line.png') left center no-repeat;
  font-size: 13px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-tryservice-text p:first-child {
  margin-bottom: 0;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-bottom-bg {
  background: url('../images/exp-page/exp-page-first-line-block-bg.png') bottom center no-repeat;
  height: 8px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block {
  padding-left: 15px;
  padding-bottom: 8px;
  background: url('../images/exp-page/exp-page-first-line-block-bg.png') bottom center no-repeat;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .exp-page-first-line-second-block-inner {
  padding: 20px;
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .field-name-field-exp-page-webform-title {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  font-size: 22px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item {
  position: relative;
  margin-bottom: 10px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:before,
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:before,
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 12px;
  font-size: 16px;
  color: #c5c5c5;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e008";
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item label {
  width: 34.5%;
  margin: 0;
  line-height: 40px;
  padding-left: 35px;
  float: left;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item label .form-required {
  color: red;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item input {
  width: 65.5%;
  margin: 0;
  float: left;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item input.form-text {
  color: #9baebd;
  background: url('../images/exp-page/form-textfield.png') center center no-repeat;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email:before {
  content: "\2709";
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email input:-ms-input-placeholder {
  color: #999;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email input::-webkit-input-placeholder {
  color: #999;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item#webform-component-telephone:before {
  content: "\e145";
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item#webform-component-company:before {
  content: "\e139";
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item#webform-component-contact-type:before {
  content: '';
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-submit {
  background: url('../images/exp-page/form-button.png') 0px 7px no-repeat;
  display: block;
  height: 65px;
  width: 235px;
  color: #fff;
  font-size: 26px;
  line-height: 42px;
  text-shadow: 0px -1px 0px #ff7800;
  margin: 3px auto 0;
  border: 0px;
  font-weight: bold;
  font-family: 'SegoeUI', verdana, arial, sans-serif;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block ul.list-inline {
  display: none;
}
body.page-sync-expertise .region-content-wrapper .lang-page-third-line {
  padding: 30px 0;
  background-color: #f7f7f7;
  text-align: center;
  margin: 20px 0;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line {
  padding: 40px 0px 30px 0px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 33.33%;
  float: left;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-quality,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-quality,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-quality,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-speed,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-speed,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-speed,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-price,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-price,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-price {
  display: inline-block;
  padding-right: 10px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-quality-header,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-quality-header,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-quality-header,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-speed-header,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-speed-header,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-speed-header,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-price-header,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-price-header,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-price-header {
  display: inline-block;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .text,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .text,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .text {
  line-height: 20px;
  font-size: 14px;
  color: #737373;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .text .rating,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .text .rating,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .text .rating {
  margin-bottom: 8px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .text .rating .rating-stars,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .text .rating .rating-stars,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .text .rating .rating-stars {
  width: 150px;
  background: url('../images/rating-empty.png') left top repeat-x;
  margin: 0 auto;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .text .rating .rating-stars > div,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .text .rating .rating-stars > div,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .text .rating .rating-stars > div {
  background: url('../images/rating-star.png') left top repeat-x;
  height: 30px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .text .field-name-field-description,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .text .field-name-field-description,
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .text .field-name-field-description {
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed {
  background: url('../images/exp-page/exp-page-second-line-left.png') right center no-repeat;
}
body.page-sync-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price {
  background: url('../images/exp-page/exp-page-second-line-right.png') left center no-repeat;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line:before,
body.page-sync-expertise .region-content-wrapper .exp-page-third-line:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line:before,
body.page-sync-expertise .region-content-wrapper .exp-page-third-line:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .inner {
  padding: 18px 18px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .inner .inner-left {
  background: url('../images/exp-page/blockquote-left.png') 0px 12px no-repeat;
  padding: 0 0 0 30px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .inner .inner-right {
  background: url('../images/exp-page/blockquote-right.png') right bottom no-repeat;
  padding-right: 30px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block1,
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block2,
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block3 {
  color: #929292;
  padding: 18px 8px;
  width: 33.33%;
  float: left;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block2 .inner {
  background-color: #eef7f9;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block3 .inner {
  background-color: #fbfaf6;
  padding: 18px 5px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block3 .inner .field-name-field-exp-page-thirdline-header3,
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block3 .inner .field-name-field-exp-page-thirdline-sig {
  padding-left: 33px;
  padding-right: 33px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-header3,
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-header2,
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-header1 {
  font-size: 17px;
  padding-bottom: 15px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-header3,
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-header2 {
  color: #000;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-bq {
  font-style: italic;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-sig {
  padding-top: 15px;
  color: #444444;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line {
  position: relative;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .custom-background {
  background-color: #eeeff1;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:before,
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:before,
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block,
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-second-block,
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-third-block {
  float: left;
  width: 33.33%;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-header,
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-text,
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-fourthline-text {
  padding: 10px 20px 0 20px;
  font-size: 14px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-header a,
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-text a,
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-fourthline-text a {
  color: #448ccb;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-third-block {
  padding-bottom: 86px;
  background: url('../images/exp-page/exp-page-fourthline-thirdblock-bg.jpg') bottom center no-repeat;
  background-size: contain;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block,
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-third-block {
  background-color: #fff;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-header {
  font-size: 16px;
  color: #ff7800;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-text {
  margin-bottom: 10px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-text p {
  margin: 0;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .field-name-field-exp-page-fourthline-text {
  color: #000;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange {
  background: url('../images/exp-page/exp-page-100-guarantee.png') left center no-repeat;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 90px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange .exp-page-fourth-line-first-block-orange-inner {
  width: 100%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background: url('../images/exp-page/exp-page-100-guarantee-bg.png') left bottom repeat-x;
  height: 90px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange .exp-page-fourth-line-first-block-orange-inner .field-name-field-exp-page-orange-tab-left {
  float: left;
  height: 90px;
  font-size: 40px;
  color: #fff;
  line-height: 100px;
  width: 130px;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 0px -1px 0px #b35400;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange .exp-page-fourth-line-first-block-orange-inner .field-name-field-exp-page-orange-tab {
  height: 65px;
  width: 140px;
  color: #fff;
  padding-right: 5px;
  text-align: justify;
  padding-top: 25px;
  float: left;
  text-transform: uppercase;
  text-shadow: 0px -1px 0px #b35400;
  line-height: 24px;
  font-size: 22px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line {
  position: relative;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .custom-background {
  background-color: #eeeff1;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:before,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:before,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block5,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block4,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block3,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block2,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block1 {
  width: 50%;
  float: left;
  color: #444444;
  border-top: 3px solid #e2e2e2;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 30px;
  font-size: 14px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block5.element-even,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block4.element-even,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block3.element-even,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block2.element-even,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block1.element-even {
  padding-left: 0;
  padding-right: 30px;
  clear: left;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header1,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header2,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header3,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header4 {
  font-size: 17px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header1 {
  color: #ff7800;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header2 {
  color: #448ccb;
}
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-text1,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-text2,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-text3,
body.page-sync-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-text4 {
  text-align: justify;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer {
  position: relative;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner {
  position: relative;
  height: 180px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:before,
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:before,
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner .custom-background {
  background-color: #444444;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner .field-name-field-exp-page-footer-images {
  padding: 40px 0px;
  position: relative;
  z-index: 1;
  text-align: center;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner .field-name-field-exp-page-footer-images .field-label {
  color: #737373;
  padding-top: 5px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner .field-name-field-exp-page-footer-images div {
  background-color: #eeeff1;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second {
  position: relative;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:before,
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:before,
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:after {
  content: " ";
  display: table;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:after {
  clear: both;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second .custom-background {
  background-color: #eeeff1;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
  text-align: center;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text h4 {
  color: #ff7800;
  font-size: 12px;
}
body.page-sync-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text p {
  font-size: 12px;
  color: #737373;
}
body.page-sync-expertise.ld-right .region-content-wrapper {
  text-align: right;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-title-block .exp-page-title-block-left {
  float: right;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-title-block img {
  float: left;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block {
  padding-right: 0;
  padding-left: 15px;
  float: right;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-header {
  float: right;
  margin-left: 0;
  margin-right: -11px;
  background: url('../images/exp-page/exp-page-247service-rtl.png') right top no-repeat;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call {
  float: right;
  padding-left: 0;
  padding-right: 15px;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call a {
  float: left;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try .field-name-field-exp-page-tryservice-header {
  float: right;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try .field-name-field-exp-page-tryservice-header a {
  background: url('../images/exp-page/exp-page-arrow-rtl.png') 0px 26px no-repeat;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try .field-name-field-exp-page-tryservice-text {
  float: right;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px 10px 0px 5px;
  background: url('../images/exp-page/exp-page-try-line.png') right center no-repeat;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block {
  padding-left: 0;
  padding-right: 15px;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item label {
  float: right;
  padding-left: 0;
  padding-right: 35px;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item input {
  float: left;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item input,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item select {
  text-align: right;
  direction: rtl;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:before {
  left: initial;
  right: 6px;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-second-line .exp-page-second-line-price {
  float: right;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed {
  background: url('../images/exp-page/exp-page-second-line-right.png') left center no-repeat;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-second-line .exp-page-second-line-price {
  background: url('../images/exp-page/exp-page-second-line-left.png') right center no-repeat;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-third-line .exp-page-third-line-block1,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-third-line .exp-page-third-line-block2,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-third-line .exp-page-third-line-block3 {
  float: right;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-second-block,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-third-block {
  float: right;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange {
  background: url('../images/exp-page/exp-page-100-guarantee-rtl.png') right center no-repeat;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange .field-name-field-exp-page-orange-tab-left,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange .field-name-field-exp-page-orange-tab {
  float: right;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block1,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block2,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block3,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block4 {
  float: right;
  padding-left: 0;
  padding-right: 30px;
}
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block1.element-even,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block2.element-even,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block3.element-even,
body.page-sync-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block4.element-even {
  padding-left: 30px;
  padding-right: 0;
  clear: right;
}
body.page-benefits-industry-expertise #block-webform-client-block-4125 .block-title {
  display: none;
}
body.page-benefits-industry-expertise .page-translation-prices .currency {
  display: none;
}
body.page-benefits-industry-expertise .main-container:before,
body.page-benefits-industry-expertise .main-container:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .main-container:after {
  clear: both;
}
body.page-benefits-industry-expertise .main-container:before,
body.page-benefits-industry-expertise .main-container:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .main-container:after {
  clear: both;
}
body.page-benefits-industry-expertise .page-header {
  display: none;
}
body.page-benefits-industry-expertise .footer {
  margin: 0;
  border: none;
}
body.page-benefits-industry-expertise .custom-background {
  position: absolute;
}
body.page-benefits-industry-expertise .region-content-wrapper {
  padding-top: 0px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block {
  border-top: 3px solid #ff7800;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-left,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-right {
  width: 50%;
  float: left;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-left {
  font-family: 'SegoeUI-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-left h1 {
  color: #ff7800;
  line-height: 40px;
  letter-spacing: -0.04em;
  font-size: 40px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-left .field-name-field-exp-page-subtitle {
  font-size: 27px;
  line-height: 36px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-title-block .exp-page-title-block-right .field-name-field-exp-page-picture {
  margin-top: -60px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block {
  width: 100%;
  float: left;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block {
  width: 50%;
  float: left;
  padding-right: 15px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner {
  background-color: #f6f7e1;
  border: 1px solid #eeeeee;
  border-bottom: 0px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-inner:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-header {
  margin-top: 15px;
  float: left;
  width: 45%;
  height: 74px;
  background: url('../images/exp-page/exp-page-247service.png') left top no-repeat;
  margin-left: -11px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-header .field-item {
  padding: 0px 20px;
  background: url('../images/exp-page/exp-page-247service-bg.png') left top repeat-x;
  height: 74px;
  line-height: 65px;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-shadow: 0px -1px 0px #d26402;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call {
  margin-top: 15px;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 20px;
  float: left;
  width: 55%;
  font-family: 'SegoeUI-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call .field-name-field-exp-page-call {
  padding-bottom: 10px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call .exp-page-first-line-first-block-call-text a {
  float: right;
  color: #448ccb;
  text-decoration: none;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call .exp-page-first-line-first-block-call-text a:hover {
  text-decoration: underline;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call .exp-page-first-line-first-block-call-text #snapengage-chat a:first-child {
  display: block;
  font-size: 17px;
  margin: 0px 10px 0px 0px;
  float: left;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call .exp-page-first-line-first-block-call-text a {
  display: block;
  font-size: 17px;
  margin: 0px 50% 0px 0px ;
  float: right;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-service-text {
  clear: both;
  padding: 10px 28px 20px 28px;
  color: #737373;
  font-size: 14px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try {
  background-color: #fff;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-tryservice-header {
  float: left;
  font-size: 30px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-tryservice-header a {
  display: block;
  color: #ff7800;
  text-decoration: none;
  padding: 0px 10px;
  line-height: 60px;
  background: url('../images/exp-page/exp-page-arrow.png') right center no-repeat;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-tryservice-text {
  color: #448ccb;
  float: left;
  padding: 5px 5px 0px 10px;
  margin-left: 10px;
  background: url('../images/exp-page/exp-page-try-line.png') left center no-repeat;
  font-size: 13px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-tryservice-text p:first-child {
  margin-bottom: 0;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-bottom-bg {
  background: url('../images/exp-page/exp-page-first-line-block-bg.png') bottom center no-repeat;
  height: 8px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block {
  padding-left: 15px;
  padding-bottom: 8px;
  width: 50%;
  float: left;
  background: url('../images/exp-page/exp-page-first-line-block-bg.png') bottom center no-repeat;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .exp-page-first-line-second-block-inner {
  padding: 20px;
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .field-name-field-exp-page-webform-title {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  font-size: 22px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item {
  position: relative;
  margin-bottom: 10px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 12px;
  font-size: 16px;
  color: #c5c5c5;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e008";
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item label {
  width: 34.5%;
  margin: 0;
  line-height: 40px;
  padding-left: 35px;
  float: left;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item label .form-required {
  color: red;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item input {
  width: 65.5%;
  margin: 0;
  float: left;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item input.form-text {
  color: #9baebd;
  background: url('../images/exp-page/form-textfield.png') center center no-repeat;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email:before {
  content: "\2709";
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email input:-ms-input-placeholder {
  color: #999;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item.webform-component-email input::-webkit-input-placeholder {
  color: #999;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item#webform-component-telephone:before {
  content: "\e145";
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item#webform-component-company:before {
  content: "\e139";
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item#webform-component-contact-type:before {
  content: '';
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-submit {
  background: url('../images/exp-page/form-button.png') 0px 7px no-repeat;
  display: block;
  height: 65px;
  width: 235px;
  color: #fff;
  font-size: 26px;
  line-height: 42px;
  text-shadow: 0px -1px 0px #ff7800;
  margin: 3px auto 0;
  border: 0px;
  font-weight: bold;
  font-family: 'SegoeUI', verdana, arial, sans-serif;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block ul.list-inline {
  display: none;
}
body.page-benefits-industry-expertise .region-content-wrapper .lang-page-third-line {
  padding: 30px 0;
  background-color: #f7f7f7;
  text-align: center;
  margin: 20px 0;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line {
  padding: 40px 0px 30px 0px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 33.33%;
  float: left;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-quality,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-quality,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-quality,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-speed,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-speed,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-speed,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-price,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-price,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-price {
  display: inline-block;
  padding-right: 10px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-quality-header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-quality-header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-quality-header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-speed-header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-speed-header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-speed-header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .header .field-name-field-exp-page-price-header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .header .field-name-field-exp-page-price-header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .header .field-name-field-exp-page-price-header {
  display: inline-block;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .text,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .text,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .text {
  line-height: 20px;
  font-size: 14px;
  color: #737373;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .text .rating,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .text .rating,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .text .rating {
  margin-bottom: 8px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .text .rating .rating-stars,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .text .rating .rating-stars,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .text .rating .rating-stars {
  width: 150px;
  background: url('../images/rating-empty.png') left top repeat-x;
  margin: 0 auto;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .text .rating .rating-stars > div,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .text .rating .rating-stars > div,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .text .rating .rating-stars > div {
  background: url('../images/rating-star.png') left top repeat-x;
  height: 30px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality .text .field-name-field-description,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed .text .field-name-field-description,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price .text .field-name-field-description {
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed {
  background: url('../images/exp-page/exp-page-second-line-left.png') right center no-repeat;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-second-line .exp-page-second-line-price {
  background: url('../images/exp-page/exp-page-second-line-right.png') left center no-repeat;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .inner {
  padding: 18px 18px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .inner .inner-left {
  background: url('../images/exp-page/blockquote-left.png') 0px 12px no-repeat;
  padding: 0 0 0 30px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .inner .inner-right {
  background: url('../images/exp-page/blockquote-right.png') right bottom no-repeat;
  padding-right: 30px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block1,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block2,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block3 {
  color: #929292;
  padding: 18px 8px;
  width: 33.33%;
  float: left;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block2 .inner {
  background-color: #eef7f9;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block3 .inner {
  background-color: #fbfaf6;
  padding: 18px 5px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block3 .inner .field-name-field-exp-page-thirdline-header3,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .exp-page-third-line-block3 .inner .field-name-field-exp-page-thirdline-sig {
  padding-left: 33px;
  padding-right: 33px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-header3,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-header2,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-header1 {
  font-size: 17px;
  padding-bottom: 15px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-header3,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-header2 {
  color: #000;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-bq {
  font-style: italic;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-third-line .field-name-field-exp-page-thirdline-sig {
  padding-top: 15px;
  color: #444444;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line {
  position: relative;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .custom-background {
  background-color: #eeeff1;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-inner:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-second-block,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-third-block {
  float: left;
  width: 33.33%;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-header,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-text,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-fourthline-text {
  padding: 10px 20px 0 20px;
  font-size: 14px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-header a,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-text a,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-fourthline-text a {
  color: #448ccb;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-third-block {
  padding-bottom: 86px;
  background: url('../images/exp-page/exp-page-fourthline-thirdblock-bg.jpg') bottom center no-repeat;
  background-size: contain;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-third-block {
  background-color: #fff;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-header {
  font-size: 16px;
  color: #ff7800;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-text {
  margin-bottom: 10px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .field-name-field-exp-page-thirdblock-text p {
  margin: 0;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .field-name-field-exp-page-fourthline-text {
  color: #000;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange {
  background: url('../images/exp-page/exp-page-100-guarantee.png') left center no-repeat;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 90px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange .exp-page-fourth-line-first-block-orange-inner {
  width: 100%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background: url('../images/exp-page/exp-page-100-guarantee-bg.png') left bottom repeat-x;
  height: 90px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange .exp-page-fourth-line-first-block-orange-inner .field-name-field-exp-page-orange-tab-left {
  float: left;
  height: 90px;
  font-size: 40px;
  color: #fff;
  line-height: 100px;
  width: 130px;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 0px -1px 0px #b35400;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange .exp-page-fourth-line-first-block-orange-inner .field-name-field-exp-page-orange-tab {
  height: 65px;
  width: 140px;
  color: #fff;
  padding-right: 5px;
  text-align: justify;
  padding-top: 25px;
  float: left;
  text-transform: uppercase;
  text-shadow: 0px -1px 0px #b35400;
  line-height: 24px;
  font-size: 22px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line {
  position: relative;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .custom-background {
  background-color: #eeeff1;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-inner:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block5,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block4,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block3,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block2,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block1 {
  width: 50%;
  float: left;
  color: #444444;
  border-top: 3px solid #e2e2e2;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 30px;
  font-size: 14px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block5.element-even,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block4.element-even,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block3.element-even,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block2.element-even,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block1.element-even {
  padding-left: 0;
  padding-right: 30px;
  clear: left;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header1,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header2,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header3,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header4 {
  font-size: 17px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header1 {
  color: #ff7800;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-header2 {
  color: #448ccb;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-text1,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-text2,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-text3,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-fifth-line .field-name-field-exp-page-fifthline-text4 {
  text-align: justify;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer {
  position: relative;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner {
  position: relative;
  height: 180px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner .custom-background {
  background-color: #444444;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner .field-name-field-exp-page-footer-images {
  padding: 40px 0px;
  position: relative;
  z-index: 1;
  text-align: center;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner .field-name-field-exp-page-footer-images .field-label {
  color: #737373;
  padding-top: 5px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner .field-name-field-exp-page-footer-images div {
  background-color: #eeeff1;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second {
  position: relative;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:before,
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:after {
  content: " ";
  display: table;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second:after {
  clear: both;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second .custom-background {
  background-color: #eeeff1;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
  text-align: center;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text h4 {
  color: #ff7800;
  font-size: 12px;
}
body.page-benefits-industry-expertise .region-content-wrapper .exp-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text p {
  font-size: 12px;
  color: #737373;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper {
  text-align: right;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-title-block .exp-page-title-block-left {
  float: right;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-title-block img {
  float: left;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block {
  padding-right: 0;
  padding-left: 15px;
  float: right;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .field-name-field-exp-page-header {
  float: right;
  margin-left: 0;
  margin-right: -11px;
  background: url('../images/exp-page/exp-page-247service-rtl.png') right top no-repeat;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call {
  float: right;
  padding-left: 0;
  padding-right: 15px;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-call a {
  float: left;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try .field-name-field-exp-page-tryservice-header {
  float: right;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try .field-name-field-exp-page-tryservice-header a {
  background: url('../images/exp-page/exp-page-arrow-rtl.png') 0px 26px no-repeat;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-first-block .exp-page-first-line-first-block-try .field-name-field-exp-page-tryservice-text {
  float: right;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px 10px 0px 5px;
  background: url('../images/exp-page/exp-page-try-line.png') right center no-repeat;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block {
  padding-left: 0;
  padding-right: 15px;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item label {
  float: right;
  padding-left: 0;
  padding-right: 35px;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item input {
  float: left;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item input,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item select {
  text-align: right;
  direction: rtl;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-first-line .exp-page-first-line-second-block .webform-client-form .form-item:before {
  left: initial;
  right: 6px;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-second-line .exp-page-second-line-quality,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-second-line .exp-page-second-line-price {
  float: right;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-second-line .exp-page-second-line-speed {
  background: url('../images/exp-page/exp-page-second-line-right.png') left center no-repeat;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-second-line .exp-page-second-line-price {
  background: url('../images/exp-page/exp-page-second-line-left.png') right center no-repeat;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-third-line .exp-page-third-line-block1,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-third-line .exp-page-third-line-block2,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-third-line .exp-page-third-line-block3 {
  float: right;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-second-block,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-third-block {
  float: right;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange {
  background: url('../images/exp-page/exp-page-100-guarantee-rtl.png') right center no-repeat;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange .field-name-field-exp-page-orange-tab-left,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fourth-line .exp-page-fourth-line-first-block .exp-page-fourth-line-first-block-orange .field-name-field-exp-page-orange-tab {
  float: right;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block1,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block2,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block3,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block4 {
  float: right;
  padding-left: 0;
  padding-right: 30px;
}
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block1.element-even,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block2.element-even,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block3.element-even,
body.page-benefits-industry-expertise.ld-right .region-content-wrapper .exp-page-fifth-line .exp-page-fifth-line-block4.element-even {
  padding-left: 30px;
  padding-right: 0;
  clear: right;
}
body.page-sync-language .main-container:before,
body.page-sync-language .main-container:after {
  content: " ";
  display: table;
}
body.page-sync-language .main-container:after {
  clear: both;
}
body.page-sync-language .main-container:before,
body.page-sync-language .main-container:after {
  content: " ";
  display: table;
}
body.page-sync-language .main-container:after {
  clear: both;
}
body.page-sync-language .page-header {
  display: none;
}
body.page-sync-language .footer {
  margin: 0;
  border: none;
}
body.page-sync-language .custom-background {
  position: absolute;
}
body.page-sync-language .region-content-wrapper {
  padding-top: 60px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block {
  border-top: 3px solid #ff7800;
  padding-top: 15px;
  position: relative;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block:before,
body.page-sync-language .region-content-wrapper .lang-page-title-block:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block:before,
body.page-sync-language .region-content-wrapper .lang-page-title-block:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block .lang-page-title-block-left {
  width: 75%;
  float: left;
  font-family: 'SegoeUI-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block .lang-page-title-block-left h1 {
  color: #ff7800;
  line-height: 40px;
  margin: 0;
  letter-spacing: -0.04em;
  font-size: 40px;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block .lang-page-title-block-left .lang-page-title-block-left-flag {
  float: left;
  padding-right: 20px;
  height: 130px;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block .lang-page-title-block-left .field-name-field-exp-page-subtitle {
  font-size: 27px;
  font-size: 23px;
  line-height: 27px;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block .lang-page-title-block-right {
  width: 25%;
  float: left;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block .lang-page-title-block-right .field-name-field-exp-page-picture {
  margin-top: -60px;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block .lang-page-first-line-first-block-call {
  width: 253px;
  height: 92px;
  position: absolute;
  font-size: 16px;
  overflow: hidden;
  right: 190px;
  bottom: 115px;
  float: none;
  background: url("../images/lang-page-blockquote.png") center center no-repeat;
  text-align: center;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block .lang-page-first-line-first-block-call .field-name-field-exp-page-call {
  padding: 8px 26px 5px;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block .lang-page-first-line-first-block-call .field-name-field-exp-page-call .field-item {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-title-block .lang-page-first-line-first-block-call .lang-page-first-line-first-block-call-text a {
  color: #448ccb;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line:before,
body.page-sync-language .region-content-wrapper .lang-page-first-line:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line:before,
body.page-sync-language .region-content-wrapper .lang-page-first-line:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block,
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block {
  width: 25%;
  float: left;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block-inner {
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block-bottom-bg {
  background: url('../images/lang-page-bottom-bg.png') bottom center no-repeat;
  height: 7px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .header {
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  line-height: 35px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block textarea {
  background: url('../images/lang-page-free-tr-text.png') center top no-repeat;
  background-size: 220px 192px;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block textarea:focus {
  margin-left: 0;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-target-language,
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-source-language {
  width: 40%;
  float: left;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-target-language select,
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-source-language select {
  padding-right: 0;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .free-translation-img {
  float: left;
  background: url('../images/lang-page-free-tr-trimg.png') center center no-repeat;
  width: 20%;
  height: 38px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-submit {
  background: url('../images/lang-page-free-tr-button.png') center center no-repeat;
  height: 33px;
  width: 156px;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  box-shadow: 0px;
  border: 0px;
  text-shadow: 0px -1px 0px #3072ac;
  font-weight: bold;
  font-family: Arial, sans-serif;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .footer {
  border: 1px solid #d5d5d5;
  background-color: #fff;
  width: 145px;
  padding: 10px 0;
  text-align: center;
  margin: 8px auto 0 auto;
  color: #737373;
  font-size: 15px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .footer a {
  color: #ff7800;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'SegoeUI-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .footer a:hover {
  text-decoration: underline;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-second-block {
  width: 50%;
  float: left;
  padding: 0 15px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-second-block .lang-page-first-line-second-block-inner {
  padding: 20px;
  background-color: #f6f7e1;
  border: 1px solid #eeeeee;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-second-block .lang-page-first-line-second-block-inner .field-name-field-body {
  font-size: 13px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-second-block .lang-page-first-line-second-block-bottom-bg {
  background: url('../images/exp-page/exp-page-first-line-block-bg.png') bottom center no-repeat;
  height: 8px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block {
  padding-bottom: 4px;
  background: url('../images/exp-page/exp-page-first-line-block-bg.png') bottom center no-repeat;
  background-size: contain;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .lang-page-first-line-third-block-inner {
  padding: 20px;
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .field-name-field-exp-page-webform-title {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  font-size: 18px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item {
  position: relative;
  margin-bottom: 10px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item:before,
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item:before,
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 12px;
  font-size: 16px;
  color: #c5c5c5;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e008";
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item label {
  width: 34.5%;
  margin: 0;
  line-height: 40px;
  padding-left: 35px;
  float: left;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item label .form-required {
  color: red;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item input {
  width: 65.5%;
  margin: 0;
  float: left;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item input.form-text {
  color: #9baebd;
  background: url('../images/exp-page/form-textfield.png') center center no-repeat;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item.webform-component-email:before {
  content: "\2709";
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item.webform-component-email input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item.webform-component-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item.webform-component-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item.webform-component-email input:-ms-input-placeholder {
  color: #999;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item.webform-component-email input::-webkit-input-placeholder {
  color: #999;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item#webform-component-telephone:before {
  content: "\e145";
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item#webform-component-company:before {
  content: "\e139";
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item#webform-component-contact-type:before {
  content: '';
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-submit {
  background: url('../images/exp-page/form-button.png') 0px 7px no-repeat;
  display: block;
  height: 65px;
  width: 235px;
  color: #fff;
  font-size: 26px;
  line-height: 42px;
  text-shadow: 0px -1px 0px #ff7800;
  margin: 3px auto 0;
  border: 0px;
  font-weight: bold;
  font-family: 'SegoeUI', verdana, arial, sans-serif;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item:before {
  left: 10px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item label {
  display: none;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item input.form-text {
  width: 100%;
  padding-left: 35px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-item select {
  padding-right: 0;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .webform-client-form .form-submit {
  background: url('../images/lang-page-form-button.png') 0px 7px no-repeat;
  height: 64px;
  width: 175px;
  border: 0px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
  text-shadow: 0px -1px 0px #D26402;
  margin: 0 auto;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.page-sync-language .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block ul.list-inline {
  display: none;
}
body.page-sync-language .region-content-wrapper .lang-page-second-line {
  padding: 30px 0;
}
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-right,
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-left {
  float: left;
  width: 50%;
  padding-right: 10px;
}
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-right > div,
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-left > div {
  border: 1px solid #eeeeee;
  font-size: 13px;
  color: #929292;
}
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-right > div strong,
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-left > div strong {
  color: #737373;
  font-family: 'OpenSans -normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-text {
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
}
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-header {
  display: inline-block;
  margin-left: -11px;
  background: url('../images/exp-page/exp-page-247service.png') left top no-repeat;
  height: 74px;
}
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-header .field-items {
  padding: 0px 20px;
  background: url('../images/exp-page/exp-page-247service-bg.png') left top repeat-x;
  height: 74px;
  text-shadow: 0px -1px 0px #d26402;
  text-transform: uppercase;
  line-height: 65px;
  font-size: 30px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-header .field-items a {
  color: #fff;
  text-decoration: none;
  background: url('../images/tryitfree/tryitfree-header-arrow.png') right center no-repeat;
  padding-right: 20px;
}
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-right {
  padding-left: 10px;
  padding-right: 0;
}
body.page-sync-language .region-content-wrapper .lang-page-second-line .lang-page-second-line-right .lang-page-second-line-right-inner {
  padding: 20px;
  background-color: #f7fbfe;
}
body.page-sync-language .region-content-wrapper .lang-page-third-line .lang-page-third-line-inner {
  background: url('../images/lang-page-arrow.png') 895px center no-repeat #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 20px;
  color: #737373;
  font-size: 18px;
}
body.page-sync-language .region-content-wrapper .lang-page-third-line .lang-page-third-line-inner img {
  padding: 0 10px;
  margin: 0 20px;
}
body.page-sync-language .region-content-wrapper .lang-page-third-line .lang-page-third-line-inner a {
  color: #737373;
  text-decoration: none;
}
body.page-sync-language .region-content-wrapper .lang-page-third-line .lang-page-third-line-inner a:hover {
  text-decoration: underline;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line {
  padding: 40px 0px 30px 0px;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 33.33%;
  float: left;
  min-height: 140px;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-quality,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-quality,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-quality,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-speed,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-speed,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-speed,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-price,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-price,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-price {
  display: inline-block;
  padding-right: 10px;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-quality-header,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-quality-header,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-quality-header,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-speed-header,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-speed-header,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-speed-header,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-price-header,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-price-header,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-price-header {
  display: inline-block;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-quality-header h3,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-quality-header h3,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-quality-header h3,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-speed-header h3,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-speed-header h3,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-speed-header h3,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-price-header h3,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-price-header h3,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-price-header h3 {
  font-size: 18px;
  margin: 0;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .text,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .text,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .text {
  line-height: 20px;
  font-size: 14px;
  color: #737373;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .text .rating,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .text .rating,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .text .rating {
  margin-bottom: 8px;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .text .rating .rating-stars,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .text .rating .rating-stars,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .text .rating .rating-stars {
  width: 150px;
  background: url('../images/rating-empty.png') left top repeat-x;
  margin: 0 auto;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .text .rating .rating-stars > div,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .text .rating .rating-stars > div,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .text .rating .rating-stars > div {
  background: url('../images/rating-star.png') left top repeat-x;
  height: 30px;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .text .field-name-field-description,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .text .field-name-field-description,
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .text .field-name-field-description {
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed {
  background: url('../images/exp-page/exp-page-second-line-left.png') right center no-repeat;
}
body.page-sync-language .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price {
  background: url('../images/exp-page/exp-page-second-line-right.png') left center no-repeat;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line:before,
body.page-sync-language .region-content-wrapper .lang-page-fifth-line:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line:before,
body.page-sync-language .region-content-wrapper .lang-page-fifth-line:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .inner {
  padding: 18px 18px;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .inner .inner-left {
  padding: 0 0 0 20px;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .inner .inner-right {
  padding-right: 20px;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block1,
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block2,
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 {
  color: #929292;
  padding: 18px 8px;
  width: 33.33%;
  float: left;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block1 {
  line-height: 18px;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block2 .inner {
  background-color: #eef7f9;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 .inner {
  background-color: #fbfaf6;
  padding: 18px 5px;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 .inner .field-name-field-exp-page-thirdline-header3,
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 .inner .field-name-field-exp-page-thirdline-sig {
  padding-left: 20px;
  padding-right: 20px;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 .inner .field-name-field-exp-page-thirdline-header3 {
  padding-left: 50px;
  padding-right: 50px;
  background: url('../images/exp-page/blockquote-left.png') 20px 5px no-repeat;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header3,
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header2,
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header1 {
  font-size: 17px;
  padding-bottom: 15px;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header1 h3 {
  color: #444444;
  margin: 0;
  line-height: 18px;
  font-size: 20px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header3,
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header2 {
  color: #000;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-bq {
  font-style: italic;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-sig {
  padding-top: 15px;
  color: #444444;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line {
  position: relative;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .custom-background {
  background-color: #eeeff1;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:before,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:before,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-second-block,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-third-block {
  float: left;
  width: 33.33%;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text {
  padding: 10px 20px 0 20px;
  font-size: 14px;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header a,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text a,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text a {
  color: #448ccb;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul {
  padding: 0;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:before,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:before,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:before,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:after,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:after,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:after,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:after,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:before,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:before,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:before,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:after,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:after,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:after,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:after,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul li,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul li,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul li {
  list-style: none;
  float: left;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-third-block {
  padding-bottom: 86px;
  background: url('../images/exp-page/exp-page-fourthline-thirdblock-bg.jpg') bottom center no-repeat;
  background-size: contain;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-second-block {
  padding-left: 15px;
  padding-right: 15px;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block,
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-third-block {
  background-color: #fff;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header {
  font-size: 16px;
  color: #ff7800;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text {
  margin-bottom: 10px;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text p {
  margin: 0;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .field-name-field-exp-page-fourthline-text {
  color: #000;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .field-name-field-exp-page-fourthline-text ul li {
  margin-right: 6px;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange {
  background: url('../images/exp-page/exp-page-100-guarantee.png') left center no-repeat;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 90px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange .lang-page-sixth-line-first-block-orange-inner {
  width: 100%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background: url('../images/exp-page/exp-page-100-guarantee-bg.png') left bottom repeat-x;
  height: 90px;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange .lang-page-sixth-line-first-block-orange-inner .field-name-field-exp-page-orange-tab-left {
  float: left;
  height: 90px;
  font-size: 40px;
  color: #fff;
  line-height: 100px;
  width: 130px;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 0px -1px 0px #b35400;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange .lang-page-sixth-line-first-block-orange-inner .field-name-field-exp-page-orange-tab {
  height: 65px;
  width: 140px;
  color: #fff;
  padding-right: 5px;
  text-align: justify;
  padding-top: 25px;
  float: left;
  text-transform: uppercase;
  text-shadow: 0px -1px 0px #b35400;
  line-height: 24px;
  font-size: 22px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line {
  position: relative;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .custom-background {
  background-color: #eeeff1;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:before,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:before,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block5,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block3,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block2,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block1 {
  width: 50%;
  float: left;
  color: #444444;
  border-top: 3px solid #e2e2e2;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 30px;
  font-size: 14px;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block5.element-even:not(.lang-page-seventh-line-block5),
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4.element-even:not(.lang-page-seventh-line-block5),
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block3.element-even:not(.lang-page-seventh-line-block5),
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block2.element-even:not(.lang-page-seventh-line-block5),
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block1.element-even:not(.lang-page-seventh-line-block5) {
  padding-left: 0;
  padding-right: 30px;
  clear: left;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4 {
  padding-right: 30px;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block5,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block3 {
  width: 33.33%;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header1,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header2,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header3,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header4,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-header5 {
  font-size: 17px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header1 {
  color: #ff7800;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header2 {
  color: #448ccb;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text1,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text2,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text3,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text4,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-text5 {
  text-align: justify;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text1 ul,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text2 ul,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text3 ul,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text4 ul,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-text5 ul {
  padding: 0;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text1 ul li,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text2 ul li,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text3 ul li,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text4 ul li,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-text5 ul li {
  list-style: none;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text1 a,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text2 a,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text3 a,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text4 a,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-text5 a {
  color: #448ccb;
  text-decoration: none;
}
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text1 a:hover,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text2 a:hover,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text3 a:hover,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text4 a:hover,
body.page-sync-language .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-text5 a:hover {
  text-decoration: underline;
}
body.page-sync-language .region-content-wrapper .lang-page-footer {
  position: relative;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner {
  position: relative;
  height: 440px;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner:before,
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner:before,
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner .custom-background {
  background-color: #444444;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner .field-name-field-exp-page-footer-images {
  padding: 40px 0px;
  position: relative;
  z-index: 1;
  text-align: center;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner .field-name-field-exp-page-footer-images .field-label {
  color: #737373;
  padding-top: 5px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner .field-name-field-exp-page-footer-images div {
  background-color: #eeeff1;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner .lang-page-footer-links {
  position: relative;
  z-index: 1;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner .lang-page-footer-links > div {
  width: 33.33%;
  float: left;
  color: #929292;
  font-size: 16px;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner .lang-page-footer-links > div a {
  color: #448ccb;
  font-size: 13px;
  text-decoration: none;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .lang-page-footer-inner .lang-page-footer-links > div a:hover {
  text-decoration: underline;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second {
  position: relative;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:before,
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:before,
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:after {
  content: " ";
  display: table;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:after {
  clear: both;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second .custom-background {
  background-color: #eeeff1;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
  text-align: center;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text h4 {
  color: #ff7800;
  font-size: 12px;
}
body.page-sync-language .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text p {
  font-size: 12px;
  color: #737373;
}
body.page-sync-language.ld-right .region-content-wrapper {
  text-align: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-title-block .lang-page-title-block-left {
  float: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-title-block .lang-page-title-block-left .lang-page-title-block-left-flag {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-title-block .lang-page-first-line-first-block-call {
  background: url("../images/lang-page-blockquote-rtl.png") center center no-repeat;
  right: initial;
  left: 190px;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-second-block,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block {
  float: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .free-translation-img,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-target-language,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-source-language {
  float: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-right,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-left {
  float: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-left {
  padding-right: 0;
  padding-left: 10px;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-header {
  background: url('../images/exp-page/exp-page-247service-rtl.png') right top no-repeat;
  margin-left: 0px;
  margin-right: -11px;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-header a {
  padding-right: 0;
  padding-left: 20px;
  background: url('../images/tryitfree/tryitfree-header-arrow-rtl.png') left center no-repeat;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-right {
  padding-left: 0;
  padding-right: 10px;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price {
  float: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed {
  background: url('../images/exp-page/exp-page-second-line-right.png') left center no-repeat;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price {
  background: url('../images/exp-page/exp-page-second-line-left.png') right center no-repeat;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block1,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block2,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 {
  float: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-second-block,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-third-block {
  float: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block ul li,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-second-block ul li,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-third-block ul li {
  float: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange {
  background: url('../images/exp-page/exp-page-100-guarantee-rtl.png') right center no-repeat;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange .field-name-field-exp-page-orange-tab-left,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange .field-name-field-exp-page-orange-tab {
  float: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block5,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block3,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block2,
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block1 {
  float: right;
  padding-left: 0;
  padding-right: 30px;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block5.element-even:not(.lang-page-seventh-line-block5),
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4.element-even:not(.lang-page-seventh-line-block5),
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block3.element-even:not(.lang-page-seventh-line-block5),
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block2.element-even:not(.lang-page-seventh-line-block5),
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block1.element-even:not(.lang-page-seventh-line-block5) {
  padding-left: 30px;
  padding-right: 0;
  clear: right;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4 {
  padding-left: 30px;
}
body.page-sync-language.ld-right .region-content-wrapper .lang-page-footer .lang-page-footer-links > div {
  float: right;
}
body.page-services-supported-languages .page-translation-prices .currency {
  display: none;
}
body.page-services-supported-languages .main-container:before,
body.page-services-supported-languages .main-container:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .main-container:after {
  clear: both;
}
body.page-services-supported-languages .main-container:before,
body.page-services-supported-languages .main-container:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .main-container:after {
  clear: both;
}
body.page-services-supported-languages .page-header {
  display: block;
}
body.page-services-supported-languages .footer {
  margin: 0;
  border: none;
}
body.page-services-supported-languages .custom-background {
  position: absolute;
}
body.page-services-supported-languages .region-content-wrapper {
  padding-top: 30px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block {
  border-top: 3px solid #ff7800;
  padding-top: 15px;
  position: relative;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block .lang-page-title-block-left {
  width: 75%;
  float: left;
  font-family: 'SegoeUI-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block .lang-page-title-block-left h1 {
  color: #ff7800;
  line-height: 40px;
  margin: 0;
  letter-spacing: -0.04em;
  font-size: 40px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block .lang-page-title-block-left .lang-page-title-block-left-flag {
  float: left;
  padding-right: 20px;
  height: 130px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block .lang-page-title-block-left .field-name-field-exp-page-subtitle {
  font-size: 27px;
  font-size: 23px;
  line-height: 27px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block .lang-page-title-block-right {
  width: 25%;
  float: left;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block .lang-page-title-block-right .field-name-field-exp-page-picture {
  margin-top: -60px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block .lang-page-first-line-first-block-call {
  width: 253px;
  height: 92px;
  position: absolute;
  font-size: 16px;
  overflow: hidden;
  right: 190px;
  bottom: 115px;
  float: none;
  background: url("../images/lang-page-blockquote.png") center center no-repeat;
  text-align: center;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block .lang-page-first-line-first-block-call .field-name-field-exp-page-call {
  padding: 8px 16px 5px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block .lang-page-first-line-first-block-call .field-name-field-exp-page-call .field-item {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-title-block .lang-page-first-line-first-block-call .lang-page-first-line-first-block-call-text a {
  color: #448ccb;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block,
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block {
  width: 25%;
  float: left;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block-inner {
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block-bottom-bg {
  background: url('../images/lang-page-bottom-bg.png') bottom center no-repeat;
  height: 7px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .header {
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  line-height: 35px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block textarea {
  background: url('../images/lang-page-free-tr-text.png') center top no-repeat;
  background-size: 220px 192px;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block textarea:focus {
  margin-left: 0;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-target-language,
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-source-language {
  width: 40%;
  float: left;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-target-language select,
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-source-language select {
  padding-right: 0;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .free-translation-img {
  float: left;
  background: url('../images/lang-page-free-tr-trimg.png') center center no-repeat;
  width: 20%;
  height: 38px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-submit {
  background: url('../images/lang-page-free-tr-button.png') center center no-repeat;
  height: 33px;
  width: 156px;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  box-shadow: 0px;
  border: 0px;
  text-shadow: 0px -1px 0px #3072ac;
  font-weight: bold;
  font-family: Arial, sans-serif;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .footer {
  border: 1px solid #d5d5d5;
  background-color: #fff;
  width: 145px;
  padding: 10px 0;
  text-align: center;
  margin: 8px auto 0 auto;
  color: #737373;
  font-size: 15px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .footer a {
  color: #ff7800;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'SegoeUI-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .footer a:hover {
  text-decoration: underline;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-second-block {
  width: 50%;
  float: left;
  padding-right: 15px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-second-block .lang-page-first-line-second-block-inner {
  padding: 20px;
  background-color: #f6f7e1;
  border: 1px solid #eeeeee;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-second-block .lang-page-first-line-second-block-inner .field-name-field-body {
  font-size: 13px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-second-block .lang-page-first-line-second-block-bottom-bg {
  height: 8px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block {
  padding-left: 15px;
  padding-bottom: 8px;
  width: 50%;
  float: left;
  background: url('../images/exp-page/exp-page-first-line-block-bg.png') bottom center no-repeat;
  background-size: contain;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .lang-page-first-line-third-block-inner {
  padding: 20px;
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .field-name-field-exp-page-webform-title {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  font-size: 18px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .block-title {
  display: none;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item {
  position: relative;
  margin-bottom: 10px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 12px;
  font-size: 16px;
  color: #c5c5c5;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e008";
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item label {
  width: 34.5%;
  margin: 0;
  line-height: 40px;
  padding-left: 35px;
  float: left;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item label .form-required {
  color: red;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item input {
  width: 65.5%;
  margin: 0;
  float: left;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item input.form-text {
  color: #9baebd;
  background: url('../images/exp-page/form-textfield.png') center center no-repeat;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item.webform-component-email:before {
  content: "\2709";
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item.webform-component-email input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item.webform-component-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item.webform-component-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item.webform-component-email input:-ms-input-placeholder {
  color: #999;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item.webform-component-email input::-webkit-input-placeholder {
  color: #999;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item#webform-component-telephone:before {
  content: "\e145";
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item#webform-component-company:before {
  content: "\e139";
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item#webform-component-contact-type:before {
  content: '';
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-submit {
  background: url('../images/exp-page/form-button.png') 0px 7px no-repeat;
  display: block;
  height: 65px;
  width: 235px;
  color: #fff;
  font-size: 26px;
  line-height: 42px;
  text-shadow: 0px -1px 0px #ff7800;
  margin: 3px auto 0;
  border: 0px;
  font-weight: bold;
  font-family: 'SegoeUI', verdana, arial, sans-serif;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item:before {
  left: 10px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item label {
  display: none;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item input.form-text {
  width: 100%;
  padding-left: 35px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-item select {
  padding-right: 0;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form #webform-component-i-am-a:before {
  content: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form #webform-component-i-am-a:after {
  content: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form #webform-component-i-am-a .control-label {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form #webform-component-i-am-a #edit-submitted-i-am-a {
  width: 100%;
  display: inline-block;
  text-transform: none;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a {
  display: inline-block;
  width: 100%;
  margin: 0px 0px -20px 0px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a:before {
  content: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a:after {
  content: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a label {
  width: 100%;
  text-transform: none;
  display: inline-block;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a label input {
  display: inline-block;
  width: 5%;
  margin: 12px 0px 0px -20px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block .block-webform .webform-client-form .form-submit {
  background: url('../images/lang-page-form-button.png') 0px 7px no-repeat;
  height: 64px;
  width: 175px;
  border: 0px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
  text-shadow: 0px -1px 0px #D26402;
  margin: 0 auto;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block ul.list-inline {
  display: none;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line {
  padding: 30px 0;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-right,
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-left {
  float: left;
  width: 50%;
  padding-right: 10px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-right > div,
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-left > div {
  border: 1px solid #eeeeee;
  font-size: 13px;
  color: #929292;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-right > div strong,
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-left > div strong {
  color: #737373;
  font-family: 'OpenSans -normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-text {
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-header {
  display: inline-block;
  margin-left: -11px;
  background: url('../images/exp-page/exp-page-247service.png') left top no-repeat;
  height: 74px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-header .field-items {
  padding: 0px 20px;
  background: url('../images/exp-page/exp-page-247service-bg.png') left top repeat-x;
  height: 74px;
  text-shadow: 0px -1px 0px #d26402;
  text-transform: uppercase;
  line-height: 65px;
  font-size: 30px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-header .field-items a {
  color: #fff;
  text-decoration: none;
  background: url('../images/tryitfree/tryitfree-header-arrow.png') right center no-repeat;
  padding-right: 20px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-right {
  padding-left: 10px;
  padding-right: 0;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-second-line .lang-page-second-line-right .lang-page-second-line-right-inner {
  padding: 20px;
  background-color: #f7fbfe;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-third-line .lang-page-third-line-inner {
  background: url('../images/lang-page-arrow.png') 895px center no-repeat #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 20px;
  color: #737373;
  font-size: 18px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-third-line .lang-page-third-line-inner img {
  padding: 0 10px;
  margin: 0 20px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-third-line .lang-page-third-line-inner a {
  color: #737373;
  text-decoration: none;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-third-line .lang-page-third-line-inner a:hover {
  text-decoration: underline;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line {
  padding: 40px 0px 30px 0px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 33.33%;
  float: left;
  min-height: 140px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-quality,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-quality,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-quality,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-speed,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-speed,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-speed,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-price,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-price,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-price {
  display: inline-block;
  padding-right: 10px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-quality-header,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-quality-header,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-quality-header,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-speed-header,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-speed-header,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-speed-header,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-price-header,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-price-header,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-price-header {
  display: inline-block;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-quality-header h3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-quality-header h3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-quality-header h3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-speed-header h3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-speed-header h3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-speed-header h3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .header .field-name-field-exp-page-price-header h3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .header .field-name-field-exp-page-price-header h3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .header .field-name-field-exp-page-price-header h3 {
  font-size: 18px;
  margin: 0;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .text,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .text,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .text {
  line-height: 20px;
  font-size: 14px;
  color: #737373;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .text .rating,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .text .rating,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .text .rating {
  margin-bottom: 8px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .text .rating .rating-stars,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .text .rating .rating-stars,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .text .rating .rating-stars {
  width: 150px;
  background: url('../images/rating-empty.png') left top repeat-x;
  margin: 0 auto;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .text .rating .rating-stars > div,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .text .rating .rating-stars > div,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .text .rating .rating-stars > div {
  background: url('../images/rating-star.png') left top repeat-x;
  height: 30px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality .text .field-name-field-description,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed .text .field-name-field-description,
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price .text .field-name-field-description {
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed {
  background: url('../images/exp-page/exp-page-second-line-left.png') right center no-repeat;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price {
  background: url('../images/exp-page/exp-page-second-line-right.png') left center no-repeat;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .inner {
  padding: 18px 18px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .inner .inner-left {
  padding: 0 0 0 20px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .inner .inner-right {
  padding-right: 20px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block1,
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block2,
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 {
  color: #929292;
  padding: 18px 8px;
  width: 33.33%;
  float: left;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block1 {
  line-height: 18px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block2 .inner {
  background-color: #eef7f9;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 .inner {
  background-color: #fbfaf6;
  padding: 18px 5px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 .inner .field-name-field-exp-page-thirdline-header3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 .inner .field-name-field-exp-page-thirdline-sig {
  padding-left: 20px;
  padding-right: 20px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 .inner .field-name-field-exp-page-thirdline-header3 {
  padding-left: 50px;
  padding-right: 50px;
  background: url('../images/exp-page/blockquote-left.png') 20px 5px no-repeat;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header2,
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header1 {
  font-size: 17px;
  padding-bottom: 15px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header1 h3 {
  color: #444444;
  margin: 0;
  line-height: 18px;
  font-size: 20px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header3,
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-header2 {
  color: #000;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-bq {
  font-style: italic;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-fifth-line .field-name-field-exp-page-thirdline-sig {
  padding-top: 15px;
  color: #444444;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line {
  position: relative;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .custom-background {
  background-color: #eeeff1;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-inner:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-second-block,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-third-block {
  float: left;
  width: 33.33%;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text {
  padding: 10px 20px 0 20px;
  font-size: 14px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header a,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text a,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text a {
  color: #448ccb;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul {
  padding: 0;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:after,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:after,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:after,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:after,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:after,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:after,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul:after,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul:after,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header ul li,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-fourthline-text ul li,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text ul li {
  list-style: none;
  float: left;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-third-block {
  padding-bottom: 86px;
  background: url('../images/exp-page/exp-page-fourthline-thirdblock-bg.jpg') bottom center no-repeat;
  background-size: contain;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-second-block {
  padding-left: 15px;
  padding-right: 15px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block,
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-third-block {
  background-color: #fff;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-header {
  font-size: 16px;
  color: #ff7800;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text {
  margin-bottom: 10px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .field-name-field-exp-page-thirdblock-text p {
  margin: 0;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .field-name-field-exp-page-fourthline-text {
  color: #000;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .field-name-field-exp-page-fourthline-text ul li {
  margin-right: 6px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange {
  background: url('../images/exp-page/exp-page-100-guarantee.png') left center no-repeat;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 90px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange .lang-page-sixth-line-first-block-orange-inner {
  width: 100%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background: url('../images/exp-page/exp-page-100-guarantee-bg.png') left bottom repeat-x;
  height: 90px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange .lang-page-sixth-line-first-block-orange-inner .field-name-field-exp-page-orange-tab-left {
  float: left;
  height: 90px;
  font-size: 40px;
  color: #fff;
  line-height: 100px;
  width: 130px;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 0px -1px 0px #b35400;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange .lang-page-sixth-line-first-block-orange-inner .field-name-field-exp-page-orange-tab {
  height: 65px;
  width: 140px;
  color: #fff;
  padding-right: 5px;
  text-align: justify;
  padding-top: 25px;
  float: left;
  text-transform: uppercase;
  text-shadow: 0px -1px 0px #b35400;
  line-height: 24px;
  font-size: 22px;
  font-family: 'Oswald-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line {
  position: relative;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .custom-background {
  background-color: #eeeff1;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-inner:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block5,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block3,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block2,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block1 {
  width: 50%;
  float: left;
  color: #444444;
  border-top: 3px solid #e2e2e2;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 30px;
  font-size: 14px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block5.element-even:not(.lang-page-seventh-line-block5),
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4.element-even:not(.lang-page-seventh-line-block5),
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block3.element-even:not(.lang-page-seventh-line-block5),
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block2.element-even:not(.lang-page-seventh-line-block5),
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block1.element-even:not(.lang-page-seventh-line-block5) {
  padding-left: 0;
  padding-right: 30px;
  clear: left;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4 {
  padding-right: 30px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block5,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block3 {
  width: 33.33%;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header1,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header2,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header3,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header4,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-header5 {
  font-size: 17px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header1 {
  color: #ff7800;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-header2 {
  color: #448ccb;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text1,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text2,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text3,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text4,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-text5 {
  text-align: justify;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text1 ul,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text2 ul,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text3 ul,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text4 ul,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-text5 ul {
  padding: 0;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text1 ul li,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text2 ul li,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text3 ul li,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text4 ul li,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-text5 ul li {
  list-style: none;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text1 a,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text2 a,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text3 a,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text4 a,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-text5 a {
  color: #448ccb;
  text-decoration: none;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text1 a:hover,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text2 a:hover,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text3 a:hover,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-exp-page-fifthline-text4 a:hover,
body.page-services-supported-languages .region-content-wrapper .lang-page-seventh-line .field-name-field-lang-sevline-text5 a:hover {
  text-decoration: underline;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer {
  position: relative;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner {
  position: relative;
  height: 440px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner .custom-background {
  background-color: #444444;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner .field-name-field-exp-page-footer-images {
  padding: 40px 0px;
  position: relative;
  z-index: 1;
  text-align: center;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner .field-name-field-exp-page-footer-images .field-label {
  color: #737373;
  padding-top: 5px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner .field-name-field-exp-page-footer-images div {
  background-color: #eeeff1;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner .lang-page-footer-links {
  position: relative;
  z-index: 1;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner .lang-page-footer-links > div {
  width: 33.33%;
  float: left;
  color: #929292;
  font-size: 16px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner .lang-page-footer-links > div a {
  color: #448ccb;
  font-size: 13px;
  text-decoration: none;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .lang-page-footer-inner .lang-page-footer-links > div a:hover {
  text-decoration: underline;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second {
  position: relative;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:before,
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:after {
  content: " ";
  display: table;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second:after {
  clear: both;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second .custom-background {
  background-color: #eeeff1;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
  text-align: center;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text h4 {
  color: #ff7800;
  font-size: 12px;
}
body.page-services-supported-languages .region-content-wrapper .lang-page-footer .exp-page-footer-inner-second .field-name-field-exp-page-footer-text p {
  font-size: 12px;
  color: #737373;
}
body.page-services-supported-languages.ld-right .region-content-wrapper {
  text-align: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-title-block .lang-page-title-block-left {
  float: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-title-block .lang-page-title-block-left .lang-page-title-block-left-flag {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-title-block .lang-page-first-line-first-block-call {
  background: url("../images/lang-page-blockquote-rtl.png") center center no-repeat;
  right: initial;
  left: 190px;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-third-block,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-second-block,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block {
  float: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .free-translation-img,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-target-language,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-first-line .lang-page-first-line-first-block .form-item-source-language {
  float: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-right,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-left {
  float: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-left {
  padding-right: 0;
  padding-left: 10px;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-header {
  background: url('../images/exp-page/exp-page-247service-rtl.png') right top no-repeat;
  margin-left: 0px;
  margin-right: -11px;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-left .field-name-field-exp-page-tryservice-header a {
  padding-right: 0;
  padding-left: 20px;
  background: url('../images/tryitfree/tryitfree-header-arrow-rtl.png') left center no-repeat;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-second-line .lang-page-second-line-right {
  padding-left: 0;
  padding-right: 10px;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-quality,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price {
  float: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-speed {
  background: url('../images/exp-page/exp-page-second-line-right.png') left center no-repeat;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-fourth-line .lang-page-fourth-line-price {
  background: url('../images/exp-page/exp-page-second-line-left.png') right center no-repeat;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block1,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block2,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-fifth-line .lang-page-fifth-line-block3 {
  float: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-second-block,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-third-block {
  float: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block ul li,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-second-block ul li,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-third-block ul li {
  float: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange {
  background: url('../images/exp-page/exp-page-100-guarantee-rtl.png') right center no-repeat;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange .field-name-field-exp-page-orange-tab-left,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-sixth-line .lang-page-sixth-line-first-block .lang-page-sixth-line-first-block-orange .field-name-field-exp-page-orange-tab {
  float: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block5,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block3,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block2,
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block1 {
  float: right;
  padding-left: 0;
  padding-right: 30px;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block5.element-even:not(.lang-page-seventh-line-block5),
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4.element-even:not(.lang-page-seventh-line-block5),
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block3.element-even:not(.lang-page-seventh-line-block5),
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block2.element-even:not(.lang-page-seventh-line-block5),
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block1.element-even:not(.lang-page-seventh-line-block5) {
  padding-left: 30px;
  padding-right: 0;
  clear: right;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-seventh-line .lang-page-seventh-line-block4 {
  padding-left: 30px;
}
body.page-services-supported-languages.ld-right .region-content-wrapper .lang-page-footer .lang-page-footer-links > div {
  float: right;
}
.page-sync-language-pair .main-container {
  padding-bottom: 30px;
}
.page-sync-language-pair .main-container .entity-header {
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #737373;
  padding: 30px 0;
}
.page-sync-language-pair .main-container .entity-header .flags {
  display: block;
  float: left;
}
.page-sync-language-pair .main-container .entity-header .flags span.lang-icons {
  display: block;
  width: 65px;
  height: 65px;
  margin-top: -5px;
  background: url('../images/sync/sprite-sync.png') 40px 10px no-repeat;
}
.page-sync-language-pair .main-container .entity-header .flags span.lang-icons .first-flag {
  float: left;
}
.page-sync-language-pair .main-container .entity-header .flags span.lang-icons .second-flag {
  float: right;
  clear: both;
}
.page-sync-language-pair .main-container .entity-header h1.page-header {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  border: 0;
  color: #444444;
  margin: 0;
  display: block;
  float: left;
  position: relative;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
}
.page-sync-language-pair .main-container .entity-header .entity-subheader {
  font-size: 24px;
  margin: 0;
  display: block;
  float: left;
  position: relative;
  height: 45px;
  line-height: 45px;
}
.page-sync-language-pair .main-container .nav-tabs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sync-language-pair .main-container .nav-tabs {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .nav-tabs {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-sync-language-pair .main-container .nav-tabs {
    width: 1030px;
  }
}
.page-sync-language-pair .main-container .nav-tabs > .navbar-header,
.page-sync-language-pair .main-container .nav-tabs > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .nav-tabs > .navbar-header,
  .page-sync-language-pair .main-container .nav-tabs > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-sync-language-pair .main-container .region-content-wrapper {
  position: relative;
}
.page-sync-language-pair .main-container .region-content-wrapper .custom-background {
  background: url('../images/sync/language_pairs/header-image.jpg') center top no-repeat #fff;
  position: absolute;
  z-index: -1;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto !important;
}
@media (min-width: 768px) {
  .page-sync-language-pair .main-container .region-content-wrapper .region-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-wrapper .region-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-sync-language-pair .main-container .region-content-wrapper .region-content {
    width: 1030px;
  }
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content > .navbar-header,
.page-sync-language-pair .main-container .region-content-wrapper .region-content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-wrapper .region-content > .navbar-header,
  .page-sync-language-pair .main-container .region-content-wrapper .region-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-system {
  width: 47%;
  float: left;
  padding-top: 340px;
  padding-right: 3%;
  min-height: 475px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-system .field-name-field-body .field-item h2,
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-system .field-name-field-body .field-label {
  color: #448ccb;
  font-size: 24px;
  padding-bottom: 20px;
  margin-top: 30px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-system .field-name-field-body .field-item {
  color: #444444;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform {
  width: 47%;
  float: right;
  margin-left: 3%;
  margin-top: 200px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner .block-title {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-text-shadow: 1px 1px 0px #fff;
  -moz-text-shadow: 1px 1px 0px #fff;
  text-shadow: 1px 1px 0px #fff;
  padding: 30px;
  font-size: 30px;
  color: #448ccb;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content {
  background-color: #fafafa;
  padding: 0;
  margin: 0;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content h2 {
  display: none;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content .field-name-field-exp-page-webform-title p {
  font-size: 13px;
  color: #737373;
  margin-bottom: 5px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content .field-name-field-exp-page-webform-title p:first-child {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #444444;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form {
  border: 0;
  padding: 20px 0 0 0;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-item {
  margin-bottom: 10px;
  border: 0;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-item:before,
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-item:after {
  content: '' !important;
  display: none !important;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form label {
  width: 145px;
  display: block;
  margin: 0px;
  padding: 0 20px;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #737373;
  text-transform: uppercase;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-text {
  width: 295px;
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #d2d2d2 !important;
  margin: 0px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #555;
  padding: 0 5px 0 35px !important;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .webform-component-email,
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .webform-component-textfield {
  clear: both;
  height: 40px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-actions {
  clear: both;
  margin-top: 20px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-required {
  display: none;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form textarea {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 295px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-submit {
  -webkit-text-shadow: 1px 1px 1px #b35400;
  -moz-text-shadow: 1px 1px 1px #b35400;
  text-shadow: 1px 1px 1px #b35400;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 30px;
  margin: 30px 0 0 0 !important;
  display: block;
  float: right;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #ff7800;
  font-weight: bold;
  box-shadow: none;
  border: 0px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-link {
  float: left;
  padding-top: 30px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-link a {
  display: block;
  color: #5bb5c2;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-link a:hover {
  text-decoration: underline;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form #edit-submitted-full-name {
  background: url('../images/sprite.png') 12px -205px no-repeat #fff;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form #webform-component-email input {
  background: url('../images/sprite.png') 12px -247px no-repeat #fff;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form #edit-submitted-phone {
  background: url('../images/sprite.png') 12px -285px no-repeat #fff;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form #edit-submitted-company {
  background: url('../images/sprite.png') 12px -325px no-repeat #fff;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content .submitted,
.page-sync-language-pair .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content .node-title {
  display: none;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair {
  float: right;
  width: 47%;
  margin-top: 20px;
  background-color: #5bb5c2;
  color: #fff;
  text-align: center;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner {
  padding: 30px 10px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table {
  width: 100%;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td {
  width: 50%;
  padding-top: 50px;
  position: relative;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td .first-line {
  font-family: 'Oswald-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td .second-line {
  font-size: 13px;
  padding-bottom: 5px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td .third-line {
  padding-top: 5px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td .third-line a {
  display: block;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  width: 160px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
  text-decoration: none;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td.first {
  border-right: 1px solid #a5d7de;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td.first .icon {
  width: 60px;
  height: 45px;
  background: url('../images/sync/sprite-sync.png') 0px -69px no-repeat;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  right: 70px;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td.first .third-line a {
  color: #737373;
}
.page-sync-language-pair .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td.second .icon {
  width: 60px;
  height: 45px;
  background: url('../images/sync/sprite-sync.png') -440px -54px no-repeat;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  right: 70px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content {
  clear: both;
  margin-top: 30px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator {
    width: 1030px;
  }
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator > .navbar-header,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator > .navbar-header,
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator .inner {
  padding: 30px 0;
  border-top: 1px solid #fefef4;
  margin: 15px auto 0 auto;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator .inner h2.prof-translator-title {
  color: #448ccb;
  font-size: 24px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator .inner .prof-translator-content {
  color: #444444;
  font-size: 14px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .translate-now {
  position: relative;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .translate-now .custom-background {
  background-color: #448ccb;
  position: absolute;
  z-index: -1;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .translate-now .inner {
  text-align: center;
  padding: 40px 0;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .translate-now .inner span {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .translate-now .inner a {
  text-transform: uppercase;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 205px;
  text-align: center;
  background-color: #ff7800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin-left: 35px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by {
  text-align: center;
  clear: both;
  padding: 40px 0;
  margin-bottom: 30px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner {
  text-align: center;
  border-top: 1px solid #fefef4;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner {
    width: 1030px;
  }
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner > .navbar-header,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner > .navbar-header,
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner h2.title {
  color: #444444;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: normal;
  padding-top: 30px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner .image {
  height: 90px;
  background: url('../images/intro-footer.png') no-repeat center center;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types {
  text-align: center;
  position: relative;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .custom-background {
  background-color: #f7f7f7;
  position: absolute;
  z-index: -1;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner {
    width: 1030px;
  }
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner > .navbar-header,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner > .navbar-header,
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner h2.title {
  color: #444444;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: normal;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner .image {
  padding-top: 40px;
  background: url('../images/supported-files.jpg') no-repeat top center;
  text-align: center;
  line-height: 90px;
  color: #737373;
  font-size: 16px;
  margin: 0 30px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner {
  padding-top: 40px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner {
    width: 1030px;
  }
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner > .navbar-header,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner > .navbar-header,
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner > div {
  float: left;
  width: 33%;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .clear {
  float: none;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .header {
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ff7800;
  padding-bottom: 10px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .text {
  color: #737373;
  font-size: 13px;
  padding-bottom: 15px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .text p {
  margin: 0px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .text > p:first-child {
  color: #448ccb;
  font-size: 16px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .text > p.no-color:first-child {
  color: #737373;
  font-size: 13px;
  padding-bottom: 15px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .speed .icon {
  background: url('../images/sync/sprite-sync.png') 10px -141px no-repeat;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .quality .icon {
  background: url('../images/sync/sprite-sync.png') -68px -141px no-repeat;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .price .icon {
  background: url('../images/sync/sprite-sync.png') -146px -141px no-repeat;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner {
  padding-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner {
    width: 1030px;
  }
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > .navbar-header,
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > .navbar-header,
  .page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > div {
  width: 47%;
  float: left;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > div:first-child {
  padding-right: 6%;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner .clear {
  float: none;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner .header {
  color: #444444;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 25px;
  font-size: 16px;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner .related .text ul {
  display: block;
  list-style: none;
  list-style-image: none;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner .related .text ul:after {
  content: '';
  display: block;
  clear: both;
}
.page-sync-language-pair .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner .related .text li {
  display: block;
  list-style: none;
  list-style-image: none;
  margin-left: 0px;
  margin-right: 0px;
  float: left;
  width: 50%;
}
.page-sync-language-pair.ld-right .main-container .entity-header h1.page-header {
  float: right;
}
.page-sync-language-pair.ld-right .main-container .entity-header h1.page-header .flags {
  float: right;
}
.page-sync-language-pair.ld-right .main-container .entity-header h1.page-header .flags span.lang-icons {
  background: url('../images/sync/sprite-sync.png') -115px 10px no-repeat;
}
.page-sync-language-pair.ld-right .main-container .entity-header h1.page-header .flags span.lang-icons .first-flag {
  float: right;
}
.page-sync-language-pair.ld-right .main-container .entity-header h1.page-header .flags span.lang-icons .second-flag {
  float: left;
  clear: both;
}
.page-sync-language-pair.ld-right .main-container .entity-header .entity-subheader {
  float: right;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .custom-background {
  background: url('../images/sync/language_pairs/header-image-rtl.jpg') center top no-repeat #fff;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform {
  width: 47%;
  float: left;
  padding-right: 3%;
  padding-left: 0;
  background: none;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform .block-title {
  text-align: right;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content .field-name-field-exp-page-webform-title p {
  text-align: right;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form label {
  float: right;
  padding-left: 0px;
  padding-right: 20px;
  text-align: right;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form .form-text {
  float: right;
  padding: 0 35px 0 5px;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form #edit-submitted-full-name {
  background: url('../images/sprite.png') 270px -205px no-repeat #fff;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form #webform-component-email input {
  background: url('../images/sprite.png') 270px -245px no-repeat #fff;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form #edit-submitted-phone {
  background: url('../images/sprite.png') 270px -285px no-repeat #fff;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form #edit-submitted-company {
  background: url('../images/sprite.png') 270px -325px no-repeat #fff;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form .form-actions .form-submit {
  float: left;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form .form-actions .form-link {
  float: right;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-system {
  width: 47%;
  float: right;
  padding-left: 3%;
  padding-right: 0;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper .block-system .entity-sync .field-name-field-body {
  text-align: right;
}
.page-sync-language-pair.ld-right .main-container .region-content-wrapper #block-oht-sync-language-pair {
  float: left;
}
.page-sync-language-pair.ld-right .main-container .region-content-bottom-wrapper {
  text-align: right;
}
.page-sync-language-pair.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .prof-translator {
  text-align: right;
}
.page-sync-language-pair.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .related-privacy .inner {
  text-align: right;
}
.page-sync-language-pair.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .related-privacy .inner > div:first-child {
  padding-right: 0;
  padding-left: 6%;
}
.page-sync-language-pair.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .related-privacy .inner > div {
  float: right !important;
}
.page-sync-language-pair.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .related-privacy .inner .clear {
  float: none;
}
.page-sync-language-pair.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .speed-quality-price .inner > div {
  float: right;
}
.page-sync-language-pair.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .speed-quality-price .inner .clear {
  float: none;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-title {
  text-align: center;
  position: relative;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-title:before,
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-title:after {
  content: " ";
  display: table;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-title:after {
  clear: both;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-title:before,
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-title:after {
  content: " ";
  display: table;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-title:after {
  clear: both;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-title .custom-background {
  background-color: #448ccb;
  background-image: none ;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-title h1 {
  color: #f2f2f2;
  margin: 5% 0px 5% 0px;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-body {
  text-align: center;
  color: #f2f2f2;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-body .custom-background {
  background-color: #448ccb;
  background-image: none ;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs .select-lang-pairs-form .custom-background {
  background-color: #448ccb;
  background-image: none ;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #form-ajax-select-source {
  display: block;
  float: left;
  width: 50%;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #form-ajax-select-source .form-item {
  padding: 0 25% 0 25%;
  text-align: center;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #form-ajax-select-source .form-item label {
  color: #f2f2f2;
  padding: 60px 0 13px;
  font-size: 16px;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #form-ajax-select-target {
  display: block;
  float: right;
  width: 50%;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #form-ajax-select-target .form-item {
  padding: 0 25% 0 25%;
  text-align: center;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #form-ajax-select-target .form-item label {
  color: #f2f2f2;
  padding: 60px 0 13px;
  font-size: 16px;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #form-ajax-link {
  text-align: center;
  padding: 10% 0px 5% 0px;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #links-source-div {
  width: 40%;
  margin: 100px 0px 0px 0px;
  display: block;
  float: left;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #links-source-div #links-source-div {
  float: none;
  margin: 0px;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #links-target-div {
  width: 40%;
  margin: 100px 0px 0px 0px;
  display: block;
  float: right;
}
body.page-benefits-language-pairs .oht-forms-select-lang-pairs #oht-select-language-pairs-form #links-target-div #links-target-div {
  float: none;
  margin: 0px;
}
.page-benefits-language-pairs .currency {
  display: none;
}
.page-benefits-language-pairs .main-container {
  padding-bottom: 30px;
}
.page-benefits-language-pairs .main-container .entity-header {
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #737373;
  padding: 30px 0;
}
.page-benefits-language-pairs .main-container .entity-header .flags {
  display: block;
  float: left;
}
.page-benefits-language-pairs .main-container .entity-header .flags span.lang-icons {
  display: block;
  width: 65px;
  height: 65px;
  margin-top: -5px;
  background: url('../images/sync/sprite-sync.png') 40px 10px no-repeat;
}
.page-benefits-language-pairs .main-container .entity-header .flags span.lang-icons .first-flag {
  float: left;
}
.page-benefits-language-pairs .main-container .entity-header .flags span.lang-icons .second-flag {
  float: right;
  clear: both;
}
.page-benefits-language-pairs .main-container .entity-header h1.page-header {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  border: 0;
  color: #444444;
  margin: 0;
  display: block;
  float: left;
  position: relative;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
}
.page-benefits-language-pairs .main-container .entity-header .entity-subheader {
  font-size: 24px;
  margin: 0;
  display: block;
  float: left;
  position: relative;
  height: 45px;
  line-height: 45px;
}
.page-benefits-language-pairs .main-container .nav-tabs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-benefits-language-pairs .main-container .nav-tabs {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .nav-tabs {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-benefits-language-pairs .main-container .nav-tabs {
    width: 1030px;
  }
}
.page-benefits-language-pairs .main-container .nav-tabs > .navbar-header,
.page-benefits-language-pairs .main-container .nav-tabs > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .nav-tabs > .navbar-header,
  .page-benefits-language-pairs .main-container .nav-tabs > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-benefits-language-pairs .main-container .region-content-wrapper {
  position: relative;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .custom-background {
  margin: 0px 0px 0px -16px;
  background: url('../images/sync/language_pairs/header-image.jpg') center top no-repeat #fff;
  position: absolute;
  z-index: -1;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-benefits-language-pairs .main-container .region-content-wrapper .region-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-wrapper .region-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-benefits-language-pairs .main-container .region-content-wrapper .region-content {
    width: 1030px;
  }
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content > .navbar-header,
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-wrapper .region-content > .navbar-header,
  .page-benefits-language-pairs .main-container .region-content-wrapper .region-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-system_content {
  width: 47%;
  float: left;
  padding-top: 340px;
  padding-right: 3%;
  min-height: 475px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-system_content .field-name-field-body .field-item h2,
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-system_content .field-name-field-body .field-label {
  color: #448ccb;
  font-size: 24px;
  padding-bottom: 20px;
  margin-top: 30px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-system_content .field-name-field-body .field-item {
  color: #444444;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform {
  width: 47%;
  float: right;
  margin-left: 3%;
  margin-top: 200px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner .block-title {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-text-shadow: 1px 1px 0px #fff;
  -moz-text-shadow: 1px 1px 0px #fff;
  text-shadow: 1px 1px 0px #fff;
  padding: 30px;
  font-size: 30px;
  color: #448ccb;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content {
  background-color: #fafafa;
  padding: 0;
  margin: 0;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content h2 {
  display: none;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content .field-name-field-exp-page-webform-title p {
  font-size: 13px;
  color: #737373;
  margin-bottom: 5px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content .field-name-field-exp-page-webform-title p:first-child {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #444444;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form {
  border: 0;
  padding: 20px 0 0 0;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-item {
  margin-bottom: 10px;
  border: 0;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-item:before,
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-item:after {
  content: '' !important;
  display: none !important;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form label {
  width: 145px;
  display: block;
  margin: 0px;
  padding: 0 20px;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #737373;
  text-transform: uppercase;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-text {
  width: 295px;
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #d2d2d2 !important;
  margin: 0px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #555;
  padding: 0 5px 0 35px !important;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .webform-component-email,
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .webform-component-textfield {
  clear: both;
  height: 40px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-actions {
  clear: both;
  margin-top: 20px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-required {
  display: none;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form textarea {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 295px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-submit {
  -webkit-text-shadow: 1px 1px 1px #b35400;
  -moz-text-shadow: 1px 1px 1px #b35400;
  text-shadow: 1px 1px 1px #b35400;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 30px;
  margin: 30px 0 0 0 !important;
  display: block;
  float: right;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #ff7800;
  font-weight: bold;
  box-shadow: none;
  border: 0px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-link {
  float: left;
  padding-top: 30px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-link a {
  display: block;
  color: #5bb5c2;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form .form-link a:hover {
  text-decoration: underline;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form #edit-submitted-full-name {
  background: url('../images/sprite.png') 12px -205px no-repeat #fff;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form #webform-component-email input {
  background: url('../images/sprite.png') 12px -247px no-repeat #fff;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form #edit-submitted-phone {
  background: url('../images/sprite.png') 12px -285px no-repeat #fff;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content form.webform-client-form #edit-submitted-company {
  background: url('../images/sprite.png') 12px -325px no-repeat #fff;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content .submitted,
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content .block-webform .block-inner > .block-content .node-title {
  display: none;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair {
  float: right;
  width: 47%;
  margin-top: 20px;
  background-color: #5bb5c2;
  color: #fff;
  text-align: center;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner {
  padding: 30px 10px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table {
  width: 100%;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td {
  width: 50%;
  padding-top: 50px;
  position: relative;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td .first-line {
  font-family: 'Oswald-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td .second-line {
  font-size: 13px;
  padding-bottom: 5px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td .third-line {
  padding-top: 5px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td .third-line a {
  display: block;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  width: 160px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
  text-decoration: none;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td.first {
  border-right: none;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td.first .icon {
  width: 60px;
  height: 45px;
  background: url('../images/sync/sprite-sync.png') 0px -69px no-repeat;
  margin: 0 auto;
  position: absolute;
  top: 0px;
}
.page-benefits-language-pairs .main-container .region-content-wrapper .region-content #block-oht-sync-language-pair .block-inner table tr td.first .third-line a {
  color: #737373;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content {
  clear: both;
  margin-top: 30px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator {
    width: 1030px;
  }
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator > .navbar-header,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator > .navbar-header,
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator .inner {
  padding: 30px 0;
  border-top: 1px solid #fefef4;
  margin: 15px auto 0 auto;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator .inner h2.prof-translator-title {
  color: #448ccb;
  font-size: 24px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .prof-translator .inner .prof-translator-content {
  color: #444444;
  font-size: 14px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .translate-now {
  position: relative;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .translate-now .custom-background {
  background: none;
  background-color: #448ccb;
  position: absolute;
  z-index: -1;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .translate-now .inner {
  text-align: center;
  padding: 40px 0;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .translate-now .inner span {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .translate-now .inner a {
  text-transform: uppercase;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 205px;
  text-align: center;
  background-color: #ff7800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin-left: 35px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by {
  text-align: center;
  clear: both;
  padding: 40px 0;
  margin-bottom: 30px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner {
  text-align: center;
  border-top: 1px solid #fefef4;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner {
    width: 1030px;
  }
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner > .navbar-header,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner > .navbar-header,
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner h2.title {
  color: #444444;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: normal;
  padding-top: 30px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .trusted-by .inner .image {
  height: 90px;
  background: url('../images/intro-footer.png') no-repeat center center;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types {
  text-align: center;
  position: relative;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .custom-background {
  background: none;
  background-color: #f7f7f7;
  position: absolute;
  z-index: -1;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner {
    width: 1030px;
  }
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner > .navbar-header,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner > .navbar-header,
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner h2.title {
  color: #444444;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: normal;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .supported-file-types .inner .image {
  padding-top: 40px;
  background: url('../images/supported-files.jpg') no-repeat top center;
  text-align: center;
  line-height: 90px;
  color: #737373;
  font-size: 16px;
  margin: 0 30px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner {
  padding-top: 40px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner {
    width: 1030px;
  }
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner > .navbar-header,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner > .navbar-header,
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner > div {
  float: left;
  width: 33%;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .clear {
  float: none;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .header {
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ff7800;
  padding-bottom: 10px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .text {
  color: #737373;
  font-size: 13px;
  padding-bottom: 15px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .text p {
  margin: 0px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .text > p:first-child {
  color: #448ccb;
  font-size: 16px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .text > p.no-color:first-child {
  color: #737373;
  font-size: 13px;
  padding-bottom: 15px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .speed .icon {
  background: url('../images/sync/sprite-sync.png') 10px -141px no-repeat;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .quality .icon {
  background: url('../images/sync/sprite-sync.png') -68px -141px no-repeat;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .speed-quality-price .inner .price .icon {
  background: url('../images/sync/sprite-sync.png') -146px -141px no-repeat;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner {
  padding-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner {
    width: 1030px;
  }
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > .navbar-header,
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > .navbar-header,
  .page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > div {
  width: 47%;
  float: left;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner > div:first-child {
  padding-right: 6%;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner .clear {
  float: none;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner .header {
  color: #444444;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 25px;
  font-size: 16px;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner .related .text ul {
  display: block;
  list-style: none;
  list-style-image: none;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner .related .text ul:after {
  content: '';
  display: block;
  clear: both;
}
.page-benefits-language-pairs .main-container .region-content-bottom-wrapper .region-content-bottom #block-oht-sync-language-pair-content .related-privacy .inner .related .text li {
  display: block;
  list-style: none;
  list-style-image: none;
  margin-left: 0px;
  margin-right: 0px;
  float: left;
  width: 50%;
}
.page-benefits-language-pairs.ld-right .main-container .entity-header h1.page-header {
  float: right;
}
.page-benefits-language-pairs.ld-right .main-container .entity-header h1.page-header .flags {
  float: right;
}
.page-benefits-language-pairs.ld-right .main-container .entity-header h1.page-header .flags span.lang-icons {
  background: url('../images/sync/sprite-sync.png') -115px 10px no-repeat;
}
.page-benefits-language-pairs.ld-right .main-container .entity-header h1.page-header .flags span.lang-icons .first-flag {
  float: right;
}
.page-benefits-language-pairs.ld-right .main-container .entity-header h1.page-header .flags span.lang-icons .second-flag {
  float: left;
  clear: both;
}
.page-benefits-language-pairs.ld-right .main-container .entity-header .entity-subheader {
  float: right;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .custom-background {
  background: url('../images/sync/language_pairs/header-image-rtl.jpg') center top no-repeat #fff;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform {
  width: 47%;
  float: left;
  padding-right: 3%;
  padding-left: 0;
  background: none;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform .block-title {
  text-align: right;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content .field-name-field-exp-page-webform-title p {
  text-align: right;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form label {
  float: right;
  padding-left: 0px;
  padding-right: 20px;
  text-align: right;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form .form-text {
  float: right;
  padding: 0 35px 0 5px;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form #edit-submitted-full-name {
  background: url('../images/sprite.png') 270px -205px no-repeat #fff;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form #webform-component-email input {
  background: url('../images/sprite.png') 270px -245px no-repeat #fff;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form #edit-submitted-phone {
  background: url('../images/sprite.png') 270px -285px no-repeat #fff;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form #edit-submitted-company {
  background: url('../images/sprite.png') 270px -325px no-repeat #fff;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form .form-actions .form-submit {
  float: left;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-webform .block-inner .block-content form.webform-client-form .form-actions .form-link {
  float: right;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-system {
  width: 47%;
  float: right;
  padding-left: 3%;
  padding-right: 0;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper .block-system .entity-sync .field-name-field-body {
  text-align: right;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-wrapper #block-oht-sync-language-pair {
  float: left;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-bottom-wrapper {
  text-align: right;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .prof-translator {
  text-align: right;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .related-privacy .inner {
  text-align: right;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .related-privacy .inner > div:first-child {
  padding-right: 0;
  padding-left: 6%;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .related-privacy .inner > div {
  float: right !important;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .related-privacy .inner .clear {
  float: none;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .speed-quality-price .inner > div {
  float: right;
}
.page-benefits-language-pairs.ld-right .main-container .region-content-bottom-wrapper #block-oht-sync-language-pair-content .speed-quality-price .inner .clear {
  float: none;
}
body.page-benefits .footer {
  margin: 0;
  border: 0;
}
body.page-benefits .benefits-one-page {
  margin: 0px 0px 0px 10px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits .benefits-one-page .panels-flexible-row-benefits-one-page-main-row .custom-background {
  background: url(../images/benefits/benefits_city.png) top center no-repeat #f7f7f7;
  line-height: 24px;
  font-size: 14px;
  position: absolute;
  margin: 0px 0px 0px 25px;
  z-index: -1;
}
body.page-benefits .benefits-one-page .panels-flexible-row-first,
body.page-benefits .benefits-one-page .panels-flexible-row,
body.page-benefits .benefits-one-page .panels-flexible-29 {
  padding: 0px;
}
body.page-benefits .benefits-one-page .page-header {
  display: none;
}
body.page-benefits .benefits-one-page .footer {
  margin: 0;
  border: 0;
}
body.page-benefits .benefits-one-page .pane-custom.pane-1 {
  color: #fff;
  text-align: center;
  height: 355px;
}
body.page-benefits .benefits-one-page .pane-custom.pane-1 .pane-title {
  font-weight: bold;
  margin: 50px 0px 20px 0px;
  padding-top: 40px;
  font-size: 46px;
}
body.page-benefits .benefits-one-page .pane-custom.pane-1 .pane-content {
  font-size: 30px;
  line-height: 40px;
}
body.page-benefits .benefits-one-page .pane-custom.pane-1 .pane-content h3 {
  color: #444444;
  padding-top: 500px;
  font-size: 34px;
}
body.page-benefits .benefits-one-page .why_row .why_text h2 {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ff7800;
  font-size: 40px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 50px;
  /* Approximation due to font substitution */
  text-align: left;
  margin: 50px 0px 30px 0px;
}
body.page-benefits .benefits-one-page .why_row .why_text .pane-content {
  width: 90%;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 18px;
  /* Approximation due to font substitution */
  font-weight: 300;
  line-height: 32px;
  /* Approximation due to font substitution */
  text-align: left;
}
body.page-benefits .benefits-one-page .why_row .why_text .pane-content a {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 600;
  line-height: 30px;
  /* Approximation due to font substitution */
  text-align: center;
}
body.page-benefits .benefits-one-page .why_row .why_text .pane-content .why-btn {
  margin: 30px 0px 0px 0px;
  width: 60%;
  color: #ffffff;
  background-color: #ff7800;
  border-color: #ff7800;
}
body.page-benefits .benefits-one-page .why_row .why_img .custom-background {
  background: url(../images/benefits/Why_Choose_OneHourTranslation.png) top left no-repeat #f7f7f7;
  line-height: 24px;
  font-size: 14px;
  height: 500px;
}
body.page-benefits .benefits-one-page .quality_row .quality_text h2 {
  text-align: left;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #448ccb;
  font-size: 40px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 50px;
  /* Approximation due to font substitution */
  margin: 25px 0 25px 50px;
}
body.page-benefits .benefits-one-page .quality_row .quality_text .pane-content {
  padding: 0px 0px 0px 50px;
  text-align: left;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 18px;
  /* Approximation due to font substitution */
  font-weight: 300;
  line-height: 32px;
  /* Approximation due to font substitution */
}
body.page-benefits .benefits-one-page .quality_row .quality_text .pane-content a {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 600;
  line-height: 30px;
  /* Approximation due to font substitution */
  text-align: center;
}
body.page-benefits .benefits-one-page .quality_row .quality_text .pane-content .quality-btn {
  margin: 30px 0px 0px 0px;
  width: 60%;
  color: #ffffff;
  background-color: #448ccb;
  border-color: #448ccb;
}
body.page-benefits .benefits-one-page .quality_row .quality_img .custom-background {
  background: url(../images/benefits/Quality_Assurance.png) top left no-repeat #f7f7f7;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  height: 476px;
}
body.page-benefits .benefits-one-page .speed_row .speed_text h2 {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #3ab94e;
  font-size: 40px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 50px;
  /* Approximation due to font substitution */
  text-align: left;
  margin: 50px 0px 30px 0px;
}
body.page-benefits .benefits-one-page .speed_row .speed_text .pane-content {
  width: 90%;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  font-size: 18px;
  /* Approximation due to font substitution */
  font-weight: 300;
  line-height: 32px;
  /* Approximation due to font substitution */
  text-align: left;
}
body.page-benefits .benefits-one-page .speed_row .speed_text .pane-content a {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 600;
  line-height: 30px;
  /* Approximation due to font substitution */
  text-align: center;
}
body.page-benefits .benefits-one-page .speed_row .speed_text .pane-content .speed-btn {
  margin: 30px 0px 0px 0px;
  width: 60%;
  color: #ffffff;
  background-color: #3ab94e;
  border-color: #3ab94e;
}
body.page-benefits .benefits-one-page .speed_row .speed_img .custom-background {
  background: url(../images/benefits/speed.png) top left no-repeat #f7f7f7;
  line-height: 24px;
  font-size: 14px;
  height: 500px;
}
body.page-benefits .benefits-one-page .human_translators_row .human_Translators_text .custom-background {
  position: absolute;
  z-index: -1;
  background: #448ccb;
  line-height: 24px;
  font-size: 14px;
  left: 50% !important;
  background-repeat: repeat;
}
body.page-benefits .benefits-one-page .human_translators_row .human_Translators_text .pane-custom {
  height: 470px;
}
body.page-benefits .benefits-one-page .human_translators_row .human_Translators_text .pane-custom h2 {
  background: url(../images/benefits/hum_ico.png) top left no-repeat #448ccb;
  text-align: left;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 40px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 50px;
  /* Approximation due to font substitution */
  margin: 20px 0 50px 50px;
  width: 50%;
  padding: 60px 0px 0px 0px;
}
body.page-benefits .benefits-one-page .human_translators_row .human_Translators_text .pane-custom .pane-content {
  padding: 0px 0px 0px 50px;
  text-align: left;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 18px;
  /* Approximation due to font substitution */
  font-weight: 300;
  line-height: 32px;
  /* Approximation due to font substitution */
}
body.page-benefits .benefits-one-page .human_translators_row .human_Translators_text .pane-custom .pane-content a {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 600;
  line-height: 30px;
  /* Approximation due to font substitution */
  text-align: center;
}
body.page-benefits .benefits-one-page .human_translators_row .human_Translators_text .pane-custom .pane-content .human-btn {
  margin: 30px 0px 0px 0px;
  width: 60%;
  color: #448ccb;
  background-color: #ffffff;
  border-color: #ffffff;
}
body.page-benefits .benefits-one-page .human_translators_row .human_translators_img {
  height: 490px;
}
body.page-benefits .benefits-one-page .human_translators_row .human_translators_img .custom-background {
  background: url(../images/benefits/humanTrans.png) top left no-repeat #f7f7f7;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  height: 476px;
}
body.page-benefits .benefits-one-page .MyTeam_row .MyTeam_text .custom-background {
  position: absolute;
  background: #5bb5c2;
  z-index: -1;
}
body.page-benefits .benefits-one-page .MyTeam_row .MyTeam_text .pane-custom {
  height: 500px;
  padding: 40px 0px 0px 0px;
}
body.page-benefits .benefits-one-page .MyTeam_row .MyTeam_text .pane-custom h2 {
  background: url(../images/benefits/my_ico.png) top left no-repeat #5bb5c2;
  text-align: left;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 40px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 50px;
  /* Approximation due to font substitution */
  padding: 40px 0px 0px 0px;
}
body.page-benefits .benefits-one-page .MyTeam_row .MyTeam_text .pane-custom .pane-content {
  width: 90%;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 18px;
  /* Approximation due to font substitution */
  font-weight: 300;
  line-height: 32px;
  /* Approximation due to font substitution */
  text-align: left;
}
body.page-benefits .benefits-one-page .MyTeam_row .MyTeam_text .pane-custom .pane-content a {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 600;
  line-height: 30px;
  /* Approximation due to font substitution */
  text-align: center;
}
body.page-benefits .benefits-one-page .MyTeam_row .MyTeam_text .pane-custom .pane-content .myteam-btn {
  margin: 30px 0px 0px 0px;
  width: 60%;
  color: #5bb5c2;
  background-color: #ffffff;
  border-color: #ffffff;
}
body.page-benefits .benefits-one-page .MyTeam_row .MyTeam_img .custom-background {
  background: url(../images/benefits/myteam.png) top left no-repeat #f7f7f7;
  line-height: 24px;
  font-size: 14px;
  height: 500px;
}
body.page-business-solutions {
  background: url('../images/enterprise/header-bg.jpg') top center no-repeat;
}
body.page-business-solutions .footer {
  margin: 0;
  border: none;
}
body.page-business-solutions .content-section-container {
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .page-header {
  display: none;
}
body.page-business-solutions .content-section-container .custom-background {
  position: absolute;
}
body.page-business-solutions .content-section-container .panel-separator {
  display: none;
}
body.page-business-solutions .content-section-container .subheader {
  padding-top: 100px;
  margin-bottom: 169px;
  color: #fff;
}
body.page-business-solutions .content-section-container .subheader .pane-title {
  font-size: 54px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .subheader .pane-content {
  font-size: 30px;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 {
  position: relative;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .custom-background {
  background: url('../images/dark-pixel.png') top left repeat;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-title,
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content {
  position: relative;
  z-index: 1;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-title {
  text-align: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 24px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content {
  padding-bottom: 40px;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content form > div:before,
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content form > div:after {
  content: " ";
  display: table;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content form > div:after {
  clear: both;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content form > div:before,
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content form > div:after {
  content: " ";
  display: table;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content form > div:after {
  clear: both;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .form-item {
  width: 20%;
  float: left;
  padding-right: 10px;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .form-item label {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .form-item label .form-required {
  display: none;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .form-item input {
  height: 50px;
  padding-left: 40px;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .webform-component {
  position: relative;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .webform-component:before {
  content: '';
  position: absolute;
  left: 12px;
  bottom: 16px;
  color: #c5c5c5;
  font-size: 18px;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content #webform-component-full-name:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e008";
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content #webform-component-email:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2709";
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content #webform-component-phone-number:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e145";
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content #webform-component-company-name:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e139";
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .webform-component-email input {
  display: block;
  width: 100%;
  padding: 6px 12px 6px 40px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .webform-component-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .webform-component-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .webform-component-email input:-ms-input-placeholder {
  color: #999;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .webform-component-email input::-webkit-input-placeholder {
  color: #999;
}
body.page-business-solutions .content-section-container .pane-webform-client-block-5851 .pane-content .form-submit {
  margin: 0px;
  padding: 0px;
  width: 20%;
  height: 50px;
  margin-top: 44px;
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ff7800;
  font-weight: bold;
  text-shadow: 1px 1px 1px #ff7800;
  -webkit-text-shadow: 1px 1px 1px #ff7800;
  -moz-text-shadow: 1px 1px 1px #ff7800;
  box-shadow: none;
  border: 0px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .trusted-by {
  padding: 50px 0;
}
body.page-business-solutions .content-section-container .trusted-by .pane-title {
  text-align: center;
  color: #444444;
  padding-bottom: 120px;
  background: url('../images/intro-footer.png') -15px bottom no-repeat;
  font-size: 20px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .panel-col-top + .center-wrapper {
  position: relative;
}
body.page-business-solutions .content-section-container .panel-col-top + .center-wrapper:before,
body.page-business-solutions .content-section-container .panel-col-top + .center-wrapper:after {
  content: " ";
  display: table;
}
body.page-business-solutions .content-section-container .panel-col-top + .center-wrapper:after {
  clear: both;
}
body.page-business-solutions .content-section-container .panel-col-top + .center-wrapper:before,
body.page-business-solutions .content-section-container .panel-col-top + .center-wrapper:after {
  content: " ";
  display: table;
}
body.page-business-solutions .content-section-container .panel-col-top + .center-wrapper:after {
  clear: both;
}
body.page-business-solutions .content-section-container .panel-col-top + .center-wrapper > .panel-panel {
  position: relative;
  z-index: 1;
  height: 559px;
}
body.page-business-solutions .content-section-container .panel-col-top + .center-wrapper .custom-background {
  background: url('../images/enterprise/about-background.jpg') top center no-repeat;
}
body.page-business-solutions .content-section-container .panel-col-middle:before,
body.page-business-solutions .content-section-container .panel-col-middle:after {
  content: " ";
  display: table;
}
body.page-business-solutions .content-section-container .panel-col-middle:after {
  clear: both;
}
body.page-business-solutions .content-section-container .panel-col-middle:before,
body.page-business-solutions .content-section-container .panel-col-middle:after {
  content: " ";
  display: table;
}
body.page-business-solutions .content-section-container .panel-col-middle:after {
  clear: both;
}
body.page-business-solutions .content-section-container .panel-col-middle > .inside {
  margin: 0;
}
body.page-business-solutions .content-section-container .panel-col-middle + .center-wrapper {
  display: none;
}
body.page-business-solutions .content-section-container .pane-categories,
body.page-business-solutions .content-section-container .pane-1 {
  margin-top: 0px;
}
body.page-business-solutions .content-section-container .pane-categories .pane-title,
body.page-business-solutions .content-section-container .pane-1 .pane-title {
  color: #ff7800;
  font-size: 28px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .pane-categories .pane-content,
body.page-business-solutions .content-section-container .pane-1 .pane-content {
  font-size: 14px;
  color: #444444;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .pane-categories .pane-content p,
body.page-business-solutions .content-section-container .pane-1 .pane-content p {
  margin-bottom: 20px;
}
body.page-business-solutions .content-section-container .pane-categories .pane-content .views-field-field-image,
body.page-business-solutions .content-section-container .pane-1 .pane-content .views-field-field-image {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
body.page-business-solutions .content-section-container .pane-categories .pane-content .views-field-body,
body.page-business-solutions .content-section-container .pane-1 .pane-content .views-field-body {
  margin-bottom: 30px;
}
body.page-business-solutions .content-section-container .pane-1 {
  padding-left: 30px;
  padding-right: 76px;
  padding-top: 130px;
}
body.page-business-solutions .content-section-container .pane-1 a {
  font-size: 13px;
}
body.page-business-solutions .content-section-container .pane-categories {
  padding-right: 30px;
  padding-left: 76px;
  padding-top: 130px;
}
body.page-business-solutions .content-section-container .pane-categories .views-field-created {
  color: #929292;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .pane-categories .views-field-created a {
  float: right;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .technologies {
  text-align: center;
  height: 600px;
  position: relative;
}
body.page-business-solutions .content-section-container .technologies .custom-background {
  background: url('../images/enterprise/technologies-bg.jpg') top center no-repeat;
}
body.page-business-solutions .content-section-container .technologies .pane-title,
body.page-business-solutions .content-section-container .technologies .pane-content {
  position: relative;
  z-index: 1;
}
body.page-business-solutions .content-section-container .technologies .pane-title {
  color: #fff;
  padding-top: 70px;
  margin: 0;
  font-size: 34px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block {
  height: 494px;
  padding: 70px 26px 80px 24px;
}
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block .column {
  float: left;
  width: 25%;
  height: 342px;
}
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block .column a {
  display: block;
  width: 100%;
  float: left;
}
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.link-translation-memory,
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.-link-localization-platform,
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.link-west,
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.link-api {
  height: 228px;
}
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.l9,
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.link-view-all,
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.link-strings,
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.link-transbox,
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.link-glossary,
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.link-app-localization,
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.link-file-formats {
  width: 50%;
  float: left;
  height: 114px;
}
body.page-business-solutions .content-section-container .technologies .pane-content .technologies-block a.link-glossary {
  float: right;
}
body.page-business-solutions .content-section-container .start-business {
  position: relative;
}
body.page-business-solutions .content-section-container .start-business .custom-background {
  background-color: #448ccb;
}
body.page-business-solutions .content-section-container .start-business .pane-content {
  position: relative;
  z-index: 1;
  height: 262px;
  padding-top: 107px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .start-business .pane-content a {
  text-transform: uppercase;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 205px;
  text-align: center;
  background-color: #ff7800;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  margin-left: 35px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.page-business-solutions .content-section-container .featured-on {
  text-align: center;
  padding: 60px 0;
}
body.page-business-solutions .content-section-container .featured-on .pane-title {
  color: #5bb5c2;
  font-size: 20px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .featured-on .pane-content .image {
  background: url('../images/featured-on.jpg') top center no-repeat;
  height: 74px;
}
body.page-business-solutions .content-section-container .were-here {
  position: relative;
}
body.page-business-solutions .content-section-container .were-here .custom-background {
  background-color: #f1f6f7;
}
body.page-business-solutions .content-section-container .were-here .pane-title,
body.page-business-solutions .content-section-container .were-here .pane-content {
  position: relative;
  z-index: 1;
}
body.page-business-solutions .content-section-container .were-here .pane-title {
  color: #444444;
  padding-top: 80px;
  font-size: 34px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .were-here .pane-content {
  background: #f1f6f7 url('../images/were-here.jpg') right bottom no-repeat;
}
body.page-business-solutions .content-section-container .were-here .pane-content .inner-block {
  padding: 60px 0 200px 0;
}
body.page-business-solutions .content-section-container .were-here .pane-content .inner-block .contact-me {
  display: block;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  width: 205px;
  text-align: center;
  background-color: #ff7800;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 30px;
}
body.page-business-solutions .content-section-container .were-here .pane-content .inner-block .email-us,
body.page-business-solutions .content-section-container .were-here .pane-content .inner-block .phone {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .were-here .pane-content .inner-block .email-us a,
body.page-business-solutions .content-section-container .were-here .pane-content .inner-block .phone a {
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .were-here .pane-content .inner-block .email-us:before,
body.page-business-solutions .content-section-container .were-here .pane-content .inner-block .phone:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 5px;
  color: #929292;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e145";
}
body.page-business-solutions .content-section-container .were-here .pane-content .inner-block .email-us:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2709";
}
body.page-business-solutions .content-section-container .expert-translation {
  position: relative;
}
body.page-business-solutions .content-section-container .expert-translation .custom-background {
  background: url('../images/enterprise/expert-translation-bg.jpg') top center no-repeat;
}
body.page-business-solutions .content-section-container .expert-translation .pane-title,
body.page-business-solutions .content-section-container .expert-translation .pane-content {
  position: relative;
  z-index: 1;
}
body.page-business-solutions .content-section-container .expert-translation .pane-title {
  text-align: center;
  color: #fff;
  padding-top: 80px;
  margin: 0;
  font-size: 34px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner {
  padding: 60px 0;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.75;
  z-index: 1;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner:before,
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner:after {
  content: " ";
  display: table;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner:after {
  clear: both;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner:before,
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner:after {
  content: " ";
  display: table;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner:after {
  clear: both;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a {
  display: block;
  width: 13.9%;
  float: left;
  text-decoration: none;
  text-align: center;
  height: 170px;
  margin-bottom: 4px;
  margin-right: 0.38%;
  padding: 110px 15px 0;
  background: url('../images/enterprise/expertise.png') 0px 0px no-repeat #fff;
  opacity: 0.75;
  color: #434343;
  line-height: 18px;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l2 {
  background-position: -136px 0px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l3 {
  background-position: -272px 0px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l4 {
  background-position: -408px 0px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l5 {
  background-position: -544px 0px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l6 {
  background-position: -680px 0px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l7 {
  background-position: -816px 0px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l8 {
  background-position: 0px -174px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l9 {
  background-position: -136px -174px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l10 {
  background-position: -272px -174px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l11 {
  background-position: -408px -174px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l12 {
  background-position: -544px -174px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l13 {
  background-position: -680px -174px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l14 {
  background-position: -816px -174px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l1:hover {
  background-position: 0px -348px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l2:hover {
  background-position: -136px -348px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l3:hover {
  background-position: -272px -348px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l4:hover {
  background-position: -408px -348px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l5:hover {
  background-position: -544px -348px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l6:hover {
  background-position: -680px -348px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l7:hover {
  background-position: -816px -348px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l8:hover {
  background-position: 0px -522px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l9:hover {
  background-position: -136px -522px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l10:hover {
  background-position: -272px -522px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l11:hover {
  background-position: -408px -522px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l12:hover {
  background-position: -544px -522px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l13:hover {
  background-position: -680px -522px;
}
body.page-business-solutions .content-section-container .expert-translation .pane-content .block-inner a.l14:hover {
  background-position: -816px -522px;
}
body.page-business-solutions .content-section-container .learn-more {
  position: relative;
}
body.page-business-solutions .content-section-container .learn-more .custom-background {
  background-color: #5bb5c2;
}
body.page-business-solutions .content-section-container .learn-more .pane-title,
body.page-business-solutions .content-section-container .learn-more .pane-content {
  position: relative;
  z-index: 1;
}
body.page-business-solutions .content-section-container .learn-more .pane-title {
  margin: 0;
  padding-top: 60px;
  text-align: center;
  color: #fff;
}
body.page-business-solutions .content-section-container .learn-more .pane-content {
  position: relative;
  text-align: center;
}
body.page-business-solutions .content-section-container .learn-more .pane-content:before,
body.page-business-solutions .content-section-container .learn-more .pane-content:after {
  content: " ";
  display: table;
}
body.page-business-solutions .content-section-container .learn-more .pane-content:after {
  clear: both;
}
body.page-business-solutions .content-section-container .learn-more .pane-content:before,
body.page-business-solutions .content-section-container .learn-more .pane-content:after {
  content: " ";
  display: table;
}
body.page-business-solutions .content-section-container .learn-more .pane-content:after {
  clear: both;
}
body.page-business-solutions .content-section-container .learn-more .pane-content .custom-background {
  background-color: #5bb5c2;
}
body.page-business-solutions .content-section-container .learn-more .pane-content .pane-content {
  position: relative;
  z-index: 1;
}
body.page-business-solutions .content-section-container .learn-more .pane-content .right,
body.page-business-solutions .content-section-container .learn-more .pane-content .left {
  float: left;
  width: 50%;
  margin: 35px 0 20px;
  line-height: 22.5px;
  color: #fff;
  font-size: 18px;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .learn-more .pane-content .right a,
body.page-business-solutions .content-section-container .learn-more .pane-content .left a {
  display: inline-block;
  text-decoration: none;
  color: #444444;
  padding: 0 20px;
  height: 55px;
  width: 45%;
  background-color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 55px;
  font-size: 16px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.page-business-solutions .content-section-container .learn-more .pane-content .right {
  border-left: 1px solid #87cad3;
}
body.page-business-solutions .content-section-container .learn-more .pane-content .right a .orange {
  color: #ff7800;
}
body.page-business-solutions .content-section-container .learn-more .pane-content .right a .italic {
  color: #929292;
  font-size: 13px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-business-solutions .content-section-container .panel-col-bottom {
  height: 546px;
}
body.page-business-solutions .content-section-container .panel-col-bottom > .custom-background {
  background: url('../images/enterprise/bottom-bg.jpg') top center no-repeat;
}
body.page-business-solutions .content-section-container .panel-col-bottom .inside {
  padding-top: 326px;
}
body.page-business-solutions.ld-right .content-section-container {
  text-align: right;
}
body.page-business-solutions.ld-right .content-section-container .pane-webform-client-block-5851 .pane-content .form-item {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}
body.page-business-solutions.ld-right .content-section-container .pane-webform-client-block-5851 .pane-content .form-item input {
  padding-left: 12px;
  padding-right: 40px;
  text-align: right;
}
body.page-business-solutions.ld-right .content-section-container .pane-webform-client-block-5851 .pane-content .form-item#webform-component-email:before,
body.page-business-solutions.ld-right .content-section-container .pane-webform-client-block-5851 .pane-content .form-item#webform-component-full-name:before,
body.page-business-solutions.ld-right .content-section-container .pane-webform-client-block-5851 .pane-content .form-item#webform-component-phone-number:before,
body.page-business-solutions.ld-right .content-section-container .pane-webform-client-block-5851 .pane-content .form-item#webform-component-company-name:before {
  left: initial;
  right: 12px;
}
body.page-business-solutions.ld-right .content-section-container .pane-categories .views-field-created {
  text-align: left;
}
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content {
  background: #f1f6f7 url('../images/were-here.jpg') left bottom no-repeat;
}
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block a {
  float: right;
  clear: both;
}
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block a:before,
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block a:after {
  content: " ";
  display: table;
}
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block a:after {
  clear: both;
}
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block a:before,
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block a:after {
  content: " ";
  display: table;
}
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block a:after {
  clear: both;
}
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block .email-us,
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block .phone {
  clear: both;
  padding-left: 0;
  padding-right: 40px;
}
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block .email-us:before,
body.page-business-solutions.ld-right .content-section-container .were-here .pane-content .inner-block .phone:before {
  left: initial;
  right: 3px;
}
body.page-advertising-localization-360 .main-container {
  background: url('../images/free-international/adv-header.jpg') top center no-repeat;
}
body.page-advertising-localization-360 .footer {
  margin: 0;
  border: none;
}
body.page-advertising-localization-360 .content-section-container {
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .custom-background {
  position: absolute;
}
body.page-advertising-localization-360 .content-section-container .page-header {
  color: #448ccb;
  padding-top: 45px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 46px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .panel-separator {
  display: none;
}
body.page-advertising-localization-360 .content-section-container .pane-1 {
  margin-bottom: 83px;
}
body.page-advertising-localization-360 .content-section-container .pane-1 .pane-title {
  margin-bottom: 20px;
  font-size: 26px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-1 .pane-content {
  font-size: 17px;
}
body.page-advertising-localization-360 .content-section-container .pane-2 {
  position: relative;
  height: 340px;
}
body.page-advertising-localization-360 .content-section-container .pane-2 .custom-background {
  background-color: #448ccb;
}
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-title,
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-content {
  position: relative;
  z-index: 1;
}
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-title {
  background: url('../images/free-international/arrow-bottom.png') top center no-repeat;
  padding-top: 77px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-content {
  padding-top: 25px;
}
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-content .simple-as-1-2-3 {
  background: url("../images/free-international/simple-1-2-3.png") center top no-repeat;
  font-size: 21px;
}
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-content .simple-as-1-2-3:before,
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-content .simple-as-1-2-3:after {
  content: " ";
  display: table;
}
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-content .simple-as-1-2-3:after {
  clear: both;
}
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-content .simple-as-1-2-3:before,
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-content .simple-as-1-2-3:after {
  content: " ";
  display: table;
}
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-content .simple-as-1-2-3:after {
  clear: both;
}
body.page-advertising-localization-360 .content-section-container .pane-2 .pane-content .simple-as-1-2-3 > div {
  width: 33.33%;
  float: left;
  text-align: center;
  padding-top: 105px;
  font-size: 21px;
  color: #fff;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 {
  position: relative;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .form-actions {
  clear: none;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .custom-background {
  background: url('../images/dark-pixel.png') top left repeat;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-title,
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content {
  position: relative;
  z-index: 1;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-title {
  text-align: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 24px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content {
  padding-bottom: 40px;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content form > div:before,
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content form > div:after {
  content: " ";
  display: table;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content form > div:after {
  clear: both;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content form > div:before,
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content form > div:after {
  content: " ";
  display: table;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content form > div:after {
  clear: both;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .form-item {
  width: 20%;
  float: left;
  padding-right: 10px;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .form-item label {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .form-item label .form-required {
  display: none;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .form-item input {
  height: 50px;
  padding-left: 40px;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .webform-component {
  position: relative;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .webform-component:before {
  content: '';
  position: absolute;
  left: 12px;
  bottom: 16px;
  color: #c5c5c5;
  font-size: 18px;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content #webform-component-full-name:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e008";
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content #webform-component-email:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2709";
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content #webform-component-phone-number:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e145";
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content #webform-component-company-name:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e139";
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .webform-component-email input {
  display: block;
  width: 100%;
  padding: 6px 12px 6px 40px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .webform-component-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .webform-component-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .webform-component-email input:-ms-input-placeholder {
  color: #999;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .webform-component-email input::-webkit-input-placeholder {
  color: #999;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .form-submit {
  margin: 0px;
  padding: 0px;
  width: 20%;
  height: 50px;
  margin-top: 44px;
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ff7800;
  font-weight: bold;
  text-shadow: 1px 1px 1px #ff7800;
  -webkit-text-shadow: 1px 1px 1px #ff7800;
  -moz-text-shadow: 1px 1px 1px #ff7800;
  box-shadow: none;
  border: 0px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .custom-background {
  background-color: #448ccb;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-title {
  padding-bottom: 20px;
  padding-top: 30px;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-title span {
  color: #ff7800;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .form-item label {
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .form-item label .form-required {
  display: inline;
  color: red;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549 .pane-content .form-submit {
  font-size: 16px;
  text-transform: capitalize;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549.form-2 .custom-background {
  background: url('../images/free-international/form-bottom-bg.jpg') top center no-repeat;
}
body.page-advertising-localization-360 .content-section-container .pane-webform-client-block-6549.form-2 .pane-content {
  padding-bottom: 33px;
}
body.page-advertising-localization-360 .content-section-container .pane-3 {
  position: relative;
}
body.page-advertising-localization-360 .content-section-container .pane-3 .custom-background {
  background-color: #f7f7f7;
}
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-title,
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-content {
  position: relative;
  z-index: 1;
}
body.page-advertising-localization-360 .content-section-container .pane-3 > .pane-title {
  margin: 0;
  padding-top: 80px;
  padding-bottom: 96px;
  text-align: center;
  color: #444444;
  font-size: 34px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-content {
  padding-bottom: 40px;
}
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-content .behind-the-scenes {
  background: url('../images/free-international/behinde-the-scenes.png') left top no-repeat;
}
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-content .behind-the-scenes:before,
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-content .behind-the-scenes:after {
  content: " ";
  display: table;
}
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-content .behind-the-scenes:after {
  clear: both;
}
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-content .behind-the-scenes:before,
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-content .behind-the-scenes:after {
  content: " ";
  display: table;
}
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-content .behind-the-scenes:after {
  clear: both;
}
body.page-advertising-localization-360 .content-section-container .pane-3 .pane-content .behind-the-scenes > div {
  width: 25%;
  float: left;
  padding-top: 110px;
  font-size: 14px;
}
body.page-advertising-localization-360 .content-section-container .pane-4 {
  height: 510px;
  text-align: center;
}
body.page-advertising-localization-360 .content-section-container .pane-4 .pane-title {
  padding-top: 80px;
  padding-bottom: 15px;
  margin: 0;
  color: #444444;
  font-size: 34px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-4 .pane-content .text {
  color: #929292;
  padding-bottom: 60px;
  font-size: 12px;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-4 .pane-content .see-what-it-looks-like {
  background: url('../images/free-international/see-what-it-looks-like.jpg') center top no-repeat;
  height: 240px;
}
body.page-advertising-localization-360 .content-section-container .pane-5 {
  position: relative;
  height: 414px;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-title,
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content {
  position: relative;
  z-index: 1;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .custom-background {
  background: url('../images/free-international/free-trial-package.jpg') top center no-repeat;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-title {
  margin: 0;
  padding-top: 90px;
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #ff7800;
  font-size: 68px;
  font-weight: bold;
  font-family: 'BebasNeue-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .text {
  text-align: center;
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .free-trial-package {
  color: #fff;
  padding-top: 65px;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .free-trial-package:before,
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .free-trial-package:after {
  content: " ";
  display: table;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .free-trial-package:after {
  clear: both;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .free-trial-package:before,
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .free-trial-package:after {
  content: " ";
  display: table;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .free-trial-package:after {
  clear: both;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .free-trial-package > div {
  width: 30%;
  padding-left: 5%;
  float: left;
  font-size: 16px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .free-trial-package > div span {
  line-height: 48px;
  font-size: 48px;
  font-family: 'BebasNeue-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-advertising-localization-360 .content-section-container .pane-5 .pane-content .free-trial-package .step-3 {
  width: 40%;
}
body.page-advertising-localization-360.ld-right .main-container {
  background: url('../images/free-international/adv-header-rtl.jpg') top center no-repeat;
}
body.page-advertising-localization-360.ld-right .content-section-container {
  text-align: right;
}
body.page-advertising-localization-360.ld-right .content-section-container .pane-webform-client-block-6549 .pane-content .form-item {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}
body.page-advertising-localization-360.ld-right .content-section-container .pane-webform-client-block-6549 .pane-content .form-item input {
  padding-left: 12px;
  padding-right: 40px;
  text-align: right;
}
body.page-advertising-localization-360.ld-right .content-section-container .pane-webform-client-block-6549 .pane-content .form-item#webform-component-email:before,
body.page-advertising-localization-360.ld-right .content-section-container .pane-webform-client-block-6549 .pane-content .form-item#webform-component-full-name:before,
body.page-advertising-localization-360.ld-right .content-section-container .pane-webform-client-block-6549 .pane-content .form-item#webform-component-phone-number:before,
body.page-advertising-localization-360.ld-right .content-section-container .pane-webform-client-block-6549 .pane-content .form-item#webform-component-company-name:before {
  left: initial;
  right: 12px;
}
body.page-advertising-localization-360.ld-right .content-section-container .pane-3 .pane-content .behind-the-scenes {
  background: url('../images/free-international/behinde-the-scenes.png') right top no-repeat;
}
body.page-advertising-localization-360.ld-right .content-section-container .pane-5 .pane-content .free-trial-package > div {
  padding-left: 0;
  padding-right: 5%;
}
body.page-benefits-industry-expertise .page-benefits-industry-expertise-expertise-name {
  padding-top: 100px;
}
body.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a {
  width: 60%;
  display: inline-block;
  text-transform: none;
}
body.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a {
  display: inline-block;
  width: 100%;
  margin: 0px 0px -20px 0px;
}
body.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a:before {
  content: normal;
}
body.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a:after {
  content: normal;
}
body.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a label {
  width: 100%;
  text-transform: none;
}
body.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a label input {
  display: inline-block;
  width: 5%;
  margin: 12px 0px 0px -20px;
}
body.page-benefits-industry-expertise h1#page-title {
  display: none;
}
body.page-benefits-industry-expertise .panel-panel {
  margin-top: -20px;
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header {
  color: #fff;
  position: relative;
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header:after {
  content: ' ';
  display: block;
  clear: both;
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header .custom-background {
  position: absolute;
  background: url('../images/industry-expertise/header-bg.jpg') no-repeat top center #3b7aaf;
  z-index: -1;
  top: 0px;
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header h2.pane-title {
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 54px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header h2.pane-title {
    font-size: 36px;
    padding-top: 30px;
  }
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header .pane-content {
  padding-bottom: 50px;
  font-size: 18px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header .pane-content {
    padding-bottom: 30px;
  }
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header .pane-content .btn {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header .pane-content .btn {
    text-transform: uppercase;
  }
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header .pane-content p {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header .pane-content p {
    padding-bottom: 10px;
  }
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header .pane-content p b,
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-header .pane-content p strong {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-text-befor-lists {
  position: relative;
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-text-befor-lists .custom-background {
  position: absolute;
  background: #fafafa;
  z-index: -1;
  top: 0px;
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-text-befor-lists .pane-content {
  font-size: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  padding-top: 70px;
  text-align: center;
  padding-bottom: 50px;
}
body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-text-befor-lists .pane-content strong {
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-text-befor-lists .pane-content {
    font-size: 22px;
    padding-top: 50px;
  }
  body.page-benefits-industry-expertise .panel-panel .pane-industry-expertse-text-befor-lists .pane-content strong {
    font-weight: bold;
    color: #737373;
  }
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links {
  position: relative;
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .custom-background {
  position: absolute;
  background: #fafafa;
  z-index: -1;
  top: 0px;
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content {
    padding-bottom: 20px;
  }
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table {
  width: 100%;
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td {
  width: 24%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  padding: 10px 0;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td {
    display: block;
    float: left;
    height: 130px;
    margin-bottom: 30px;
    width: 49%;
  }
  body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-1,
  body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-3 {
    border-right: 1px solid #cccccc;
    clear: both;
  }
  body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-2 {
    border-right: 0px !important;
  }
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td a {
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  text-decoration: none;
  display: block;
  padding-top: 70px;
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-1,
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-2,
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-3 {
  border-right: 1px solid #cccccc;
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-1.col-last,
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-2.col-last,
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-3.col-last {
  border-right: 0px !important;
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-1 a {
  background: url('../images/industry-expertise/business-and-legal.png') no-repeat top center;
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-2 a {
  background: url('../images/industry-expertise/technical-and-scientific.png') no-repeat top center;
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-3 a {
  background: url('../images/industry-expertise/high-tech.png') no-repeat top center;
}
body.page-benefits-industry-expertise .panel-panel .industry-expertise-links .pane-content table tr td.col-4 a {
  background: url('../images/industry-expertise/marketing.png') no-repeat top center;
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor {
  margin-bottom: 70px;
  position: relative;
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor .custom-background {
  position: absolute;
  z-index: -1;
  top: 0px;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor .pane-title {
  padding: 20px 0 30px;
  font-size: 34px;
  margin-bottom: 0;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor .pane-content {
  padding-bottom: 55px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #444444;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor .pane-content {
    padding-bottom: 0px;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor .pane-content p {
  padding-bottom: 15px;
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-1 {
  padding-right: 520px;
  background: url('../images/industry-expertise/business.jpg') no-repeat top right;
  min-height: 555px;
}
@media (min-width: 768px) and (max-width: 992px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-1 {
    padding-right: 50%;
    background-size: 45% auto;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-1 {
    padding-right: 0;
    background: none;
    min-height: auto;
    padding-top: 450px;
  }
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-1 .custom-background {
    background: url('../images/industry-expertise/business.jpg') no-repeat center center;
    height: 450px !important;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-1 .pane-title {
  color: #448ccb;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-1 .pane-title {
    background: url('../images/industry-expertise/business-and-legal.png') left center no-repeat #fff;
    padding-left: 70px;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-1 .pane-content {
  background-image: url('../images/industry-expertise/business-and-legal.png');
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-1 .pane-content {
    background: #fff;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-2 {
  padding-left: 520px;
  background: url('../images/industry-expertise/technical-and-scientific.jpg') no-repeat left top;
  min-height: 555px;
}
@media (min-width: 768px) and (max-width: 992px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-2 {
    padding-left: 50%;
    background-size: 45% auto;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-2 {
    padding-left: 0;
    background: none;
    min-height: auto;
    padding-top: 450px;
  }
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-2 .custom-background {
    background: url('../images/industry-expertise/technical-and-scientific.jpg') no-repeat center center;
    height: 450px !important;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-2 .pane-title {
  color: #3ab94e;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-2 .pane-title {
    background: url('../images/industry-expertise/technical-and-scientific.png') left center no-repeat;
    padding-left: 70px;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-2 .pane-content {
  background-image: url('../images/industry-expertise/technical-and-scientific.png');
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-2 .pane-content {
    background: none;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-3 {
  padding-right: 520px;
  background: url('../images/industry-expertise/high-tech.jpg') no-repeat right top;
  min-height: 696px;
}
@media (min-width: 768px) and (max-width: 992px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-3 {
    padding-right: 50%;
    background-size: 45% auto;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-3 {
    padding-right: 0;
    background: none;
    min-height: auto;
    padding-top: 450px;
  }
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-3 .custom-background {
    background: url('../images/industry-expertise/high-tech.jpg') no-repeat center center;
    height: 450px !important;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-3 .pane-title {
  color: #ff7800;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-3 .pane-title {
    background: url('../images/industry-expertise/high-tech.png') left center no-repeat;
    padding-left: 70px;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-3 .pane-content {
  background-image: url('../images/industry-expertise/high-tech.png');
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-3 .pane-content {
    background: none;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-4 {
  padding-left: 520px;
  background: url('../images/industry-expertise/marketing.jpg') no-repeat left top;
  min-height: 650px;
}
@media (min-width: 768px) and (max-width: 992px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-4 {
    padding-left: 50%;
    background-size: 45% auto;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-4 {
    padding-left: 0;
    background: none;
    min-height: auto;
    padding-top: 450px;
  }
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-4 .custom-background {
    background: url('../images/industry-expertise/marketing.jpg') no-repeat center center;
    height: 450px !important;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-4 .pane-title {
  color: #5bb5c2;
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-4 .pane-title {
    background: url('../images/industry-expertise/marketing.png') left center no-repeat;
    padding-left: 70px;
  }
}
body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-4 .pane-content {
  background-image: url('../images/industry-expertise/marketing.png');
}
@media (max-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .panel-pane.anchor#anchor-4 .pane-content {
    background: none;
  }
}
body.page-benefits-industry-expertise .panel-panel .contact-us {
  position: relative;
}
@media (min-width: 768px) {
  body.page-benefits-industry-expertise .panel-panel .contact-us {
    display: none;
  }
}
body.page-benefits-industry-expertise .panel-panel .contact-us .custom-background {
  position: absolute;
  background: #444444;
  z-index: -1;
  top: 0px;
}
body.page-benefits-industry-expertise .panel-panel .contact-us .pane-title {
  padding: 40px 0 20px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
}
body.page-benefits-industry-expertise .panel-panel .contact-us .pane-content {
  color: #fff;
  padding-bottom: 40px;
  font-size: 22px;
  text-align: center;
}
body.page-benefits-industry-expertise .panel-panel .contact-us .pane-content span {
  display: inline-block;
  position: relative;
  margin: 0 10px 15px 10px;
  padding-left: 35px;
}
body.page-benefits-industry-expertise .panel-panel .contact-us .pane-content span:before {
  display: inline-block;
  position: absolute;
  left: 0px;
  content: ' ';
  margin-right: 10px;
  background-position: -600px -300px;
  background-image: url("../images/homepage/sprites.png");
  width: 30px;
  height: 32px;
}
body.page-benefits-industry-expertise .panel-panel .contact-us .pane-content a {
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-left: 40px;
  margin: 0 10px 15px 10px;
}
body.page-benefits-industry-expertise .panel-panel .contact-us .pane-content a:before {
  display: inline-block;
  position: absolute;
  left: 0px;
  content: ' ';
  margin-right: 10px;
  background-position: -450px -300px;
  background-image: url("../images/homepage/sprites.png");
  width: 35px;
  height: 28px;
}
body.page-benefits-industry-expertise .panel-panel .pane-select-expertise {
  padding: 0px 0px 50px 0px;
  text-align: center;
  width: 50%;
  margin: auto;
}
body.page-benefits-industry-expertise .panel-panel .pane-select-expertise .select-lang-pairs-form #form-ajax-expertise-link a {
  text-transform: uppercase;
}
body.ld-right.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a {
  width: 60%;
  display: inline-block;
  text-transform: none;
}
body.ld-right.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a {
  display: inline-block;
  width: 100%;
  margin: 0px 0px -20px 0px;
}
body.ld-right.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a:before {
  content: normal;
}
body.ld-right.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a:after {
  content: normal;
}
body.ld-right.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a label {
  width: 100%;
  text-transform: none;
}
body.ld-right.page-benefits-industry-expertise #block-webform-client-block-4125 #webform-component-i-am-a #edit-submitted-i-am-a .form-item-submitted-i-am-a label input {
  display: inline-block;
  width: 5%;
  margin: 12px 0px 0px -20px;
}
body.ld-right.page-benefits-industry-expertise .contact-us .pane-content a,
body.ld-right.page-benefits-industry-expertise .contact-us .pane-content span {
  padding-left: 0;
  padding-right: 40px;
}
body.ld-right.page-benefits-industry-expertise .contact-us .pane-content a:before,
body.ld-right.page-benefits-industry-expertise .contact-us .pane-content span:before {
  left: auto;
  right: 0px;
  margin-right: 0px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  body.ld-right.page-benefits-industry-expertise .panel-pane.anchor .pane-title {
    background-position: right center !important;
    padding-left: 0px !important;
    padding-right: 70px;
  }
}
body.ld-right.page-benefits-industry-expertise .panel-pane.anchor .pane-content {
  background-position: bottom right;
}
body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td.col-1,
body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td.col-2,
body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td.col-3 {
  border-left: 1px solid #cccccc;
  border-right: 0px;
}
body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td.col-1.col-last,
body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td.col-2.col-last,
body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td.col-3.col-last {
  border-left: 0px !important;
  border-right: 0px;
}
@media (max-width: 768px) {
  body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td {
    display: block;
    float: right !important;
    height: 130px;
    margin-bottom: 30px;
    width: 49%;
  }
  body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td.col-2,
  body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td.col-4 {
    border-right: 0px !important;
    border-left: 0px !important;
    clear: none;
    float: right !important;
  }
  body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td.col-1,
  body.ld-right.page-benefits-industry-expertise .industry-expertise-links table tr td.col-3 {
    border-right: 0px !important;
    border-left: 1px solid #cccccc !important;
    clear: both;
    float: right !important;
  }
}
body.page-media-brochures .main-container h1#page-title {
  display: none;
}
body.page-media-brochures .main-container #panel-brochure .pane-header-content {
  height: 475px;
  position: relative;
}
body.page-media-brochures .main-container #panel-brochure .pane-header-content .custom-background {
  position: absolute;
  z-index: -1;
  top: 0px;
  background: url('../images/brochure/brochure-top-bg.jpg') no-repeat top center;
}
body.page-media-brochures .main-container #panel-brochure .pane-header-content:after {
  content: ' ';
  display: block;
  background: url('../images/brochure/splashbottom_woman.png') top center no-repeat;
  height: 380px;
  width: 440px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-header-content:after {
    right: -140px;
    background: url('../images/brochure/splashbottom_woman.png') 0 30px no-repeat;
  }
}
@media (max-width: 480px) {
  body.page-media-brochures .main-container #panel-brochure .pane-header-content:after {
    right: -220px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-header-content h2.pane-title {
  display: block;
  width: 600px;
  color: #fff;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 25px;
  font-size: 60px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-media-brochures .main-container #panel-brochure .pane-header-content h2.pane-title strong {
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 992px) {
  body.page-media-brochures .main-container #panel-brochure .pane-header-content h2.pane-title {
    font-size: 40px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-header-content h2.pane-title {
    font-size: 30px;
    width: 350px;
  }
}
@media (max-width: 480px) {
  body.page-media-brochures .main-container #panel-brochure .pane-header-content h2.pane-title {
    width: auto;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-header-content .pane-content {
  position: relative;
  z-index: 10;
}
body.page-media-brochures .main-container #panel-brochure .pane-header-content .pane-content .btn {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 480px) {
  body.page-media-brochures .main-container #panel-brochure .pane-header-content .pane-content .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 7px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-about-oht {
  position: relative;
  text-align: center;
}
body.page-media-brochures .main-container #panel-brochure .pane-about-oht .custom-background {
  position: absolute;
  z-index: -1;
  top: 0px;
  background: #ff7800;
}
body.page-media-brochures .main-container #panel-brochure .pane-about-oht h2.pane-title {
  margin: 0;
  padding: 50px 0;
  color: #fff;
  font-size: 32px;
}
body.page-media-brochures .main-container #panel-brochure .pane-about-oht h2.pane-title:after {
  display: block;
  content: '___';
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-about-oht h2.pane-title {
    font-size: 24px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-about-oht .pane-content {
  color: #fff;
  font-size: 20px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-about-oht .pane-content {
    font-size: 16px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-trusted-by h2.pane-title {
  margin: 0;
  padding: 50px 0 30px;
  text-align: center;
  font-size: 20px;
  color: #737373;
}
body.page-media-brochures .main-container #panel-brochure .pane-trusted-by .pane-content {
  text-align: center;
  font-size: 20px;
  color: #737373;
  font-family: 'OpenSans-lighter-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 20px;
  background: url('../images/brochure/trusted-by.jpg') no-repeat top center;
  padding-top: 140px;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-trusted-by .pane-content {
    background: url('../images/brochure/trusted-by-xs.jpg') no-repeat top center;
    padding-top: 440px;
  }
}
@media (max-width: 360px) {
  body.page-media-brochures .main-container #panel-brochure .pane-trusted-by .pane-content {
    background-size: 100% auto;
    padding-top: 390px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits {
  position: relative;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .custom-background {
  position: absolute;
  z-index: -1;
  top: 0px;
  background: #f7f7f7;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits h2.pane-title {
  margin: 0;
  padding: 70px 0 50px;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #737373;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr:first-child td:first-child:before {
  background-position: -22px -24px;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr:first-child td:first-child + td:before {
  background-position: -122px -24px;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr:first-child td:first-child + td + td:before {
  background-position: -227px -24px;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr:first-child + tr td:first-child:before {
  background-position: -27px -124px;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr:first-child + tr td:first-child + td:before {
  background-position: -117px -123px;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr:first-child + tr td:first-child + td + td:before {
  background-position: -228px -124px;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr:first-child + tr + tr td:first-child:before {
  background-position: -28px -224px;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr:first-child + tr + tr td:first-child + td:before {
  background-position: -117px -225px;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr:first-child + tr + tr td:first-child + td + td:before {
  background-position: -234px -224px;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td {
  width: 33%;
  vertical-align: top;
  padding: 0 50px 50px 0;
  font-size: 16px;
  color: #737373;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td br {
  clear: both;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td:before {
  background-image: url('../images/brochure/brochure-sprite.png');
  content: ' ';
  display: block;
  margin-bottom: 10px;
  height: 48px;
  width: 48px;
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td:before {
    float: left;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td {
    display: block;
    width: 100%;
    padding: 0 0 50px 0;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td strong,
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td b {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td strong,
  body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td b {
    display: block;
    padding-top: 5px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td a {
  text-decoration: underline;
}
body.page-media-brochures .main-container #panel-brochure .pane-key-benefits .pane-content table tr td a:hover {
  text-decoration: none;
}
body.page-media-brochures .main-container #panel-brochure .pane-features h2.pane-title {
  text-transform: uppercase;
  color: #737373;
  font-size: 32px;
  text-align: center;
  margin: 0;
  padding: 70px 0;
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-features h2.pane-title {
    padding: 30px 0;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr:first-child td:first-child:before {
  background-position: -12px -14px;
}
body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr:first-child td:first-child + td:before {
  background-position: -132px -14px;
}
body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr:first-child + tr td:first-child:before {
  background-position: -14px -124px;
}
body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr:first-child + tr td:first-child + td:before {
  background-position: -140px -123px;
}
body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr:first-child + tr + tr td:first-child:before {
  background-position: -14px -222px;
}
body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr:first-child + tr + tr td:first-child + td:before {
  background-position: -140px -222px;
}
body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr td {
  width: 50%;
  font-size: 16px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #737373;
  vertical-align: top;
  padding-bottom: 40px;
  padding-right: 50px;
  padding-left: 90px;
  position: relative;
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr td {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 65px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr td:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-image: url('../images/brochure/brochure-sprite-1.png');
}
body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr td strong,
body.page-media-brochures .main-container #panel-brochure .pane-features .pane-content table tr td b {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ff7800;
  font-size: 20px;
}
body.page-media-brochures .main-container #panel-brochure .pane-iso {
  position: relative;
}
body.page-media-brochures .main-container #panel-brochure .pane-iso .custom-background {
  position: absolute;
  z-index: -1;
  top: 0px;
  background: url('../images/brochure/brochure-iso-bg.jpg') no-repeat top center #448ccb;
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-iso .custom-background {
    background: #448ccb;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-iso .pane-content {
  padding: 50px 0;
}
body.page-media-brochures .main-container #panel-brochure .pane-iso .pane-content table tr td {
  vertical-align: top;
  width: 33%;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-iso .pane-content table tr td {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-iso .pane-content table tr td:before {
  content: ' ';
  display: block;
  background-image: url('../images/brochure/brochure-sprite-2.png');
  width: 125px;
  height: 70px;
  margin: 0 auto 20px;
}
body.page-media-brochures .main-container #panel-brochure .pane-iso .pane-content table tr td:first-child:before {
  background-position: -40px -50px;
}
body.page-media-brochures .main-container #panel-brochure .pane-iso .pane-content table tr td:first-child + td:before {
  background-position: -385px -50px;
}
body.page-media-brochures .main-container #panel-brochure .pane-iso .pane-content table tr td:first-child + td + td:before {
  background-position: -710px -50px;
}
body.page-media-brochures .main-container #panel-brochure .pane-iso .pane-content table tr td strong,
body.page-media-brochures .main-container #panel-brochure .pane-iso .pane-content table tr td b {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us {
  position: relative;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .custom-background {
  position: absolute;
  z-index: -1;
  top: 0px;
  background: #f7fbfe;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us h2.pane-title {
  margin: 0;
  padding: 50px 0;
  font-size: 34px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 992px) {
  body.page-media-brochures .main-container #panel-brochure .pane-contact-us h2.pane-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-contact-us h2.pane-title {
    font-size: 24px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content {
  height: 450px;
  background: url('../images/homepage/contactus_people.jpg') no-repeat right bottom;
}
@media (max-width: 992px) {
  body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content {
    background-size: 85% auto;
    background-position: bottom center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content {
    background-size: 85% auto;
    background-position: bottom center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content {
    background: none;
    height: auto;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table {
    width: 60%;
    margin: 0 auto;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table tr td {
  font-size: 16px;
  padding-bottom: 20px;
  color: #737373;
  padding: 0 0 20px 30px;
  text-align: left;
}
@media (max-width: 480px) {
  body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table tr td {
    font-size: 14px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table tr td a {
  text-decoration: underline;
  color: #ff7800;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table tr td:first-child {
  position: relative;
  padding: 0 0 20px 40px;
}
@media (max-width: 480px) {
  body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table tr td:first-child {
    padding: 0;
    overflow: hidden;
    width: 24px;
    height: 22px;
    display: inline-block;
    padding-left: 24px;
  }
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table tr td:first-child:before {
  content: ' ';
  display: block;
  width: 24px;
  height: 22px;
  background-image: url("../images/homepage/sprites.png?q=d");
  position: absolute;
  left: 0;
  top: 0;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table tr:first-child td:first-child:before {
  background-position: -550px -300px;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table tr:first-child + tr td:first-child:before {
  background-position: -400px -300px;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table tr:first-child + tr + tr {
  display: none;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content table tr:first-child + tr + tr td:before {
  background-position: -700px -300px;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 7px;
  color: #fff;
  background-color: #5bb5c2;
  border-color: #5bb5c2;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:active:focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.active:focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:active.focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:hover,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.focus {
  color: #fff;
  text-decoration: none;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.disabled,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a[disabled],
fieldset[disabled] body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:active:focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.active:focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:active.focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.active.focus {
  outline: none;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:hover,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:focus,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.focus {
  outline: none;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:hover,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.active,
.open > .dropdown-togglebody.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a {
  color: #fff;
  background-color: #80c6d0;
  border-color: #88c9d3;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.active,
.open > .dropdown-togglebody.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a {
  background-image: none;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.disabled,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a[disabled],
fieldset[disabled] body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.disabled:hover,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a[disabled]:hover,
fieldset[disabled] body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:hover,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.disabled:active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a[disabled]:active,
fieldset[disabled] body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.disabled.active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a[disabled].active,
fieldset[disabled] body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.active {
  background-color: #5bb5c2;
  border-color: #5bb5c2;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a:active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.active {
  background-color: #3f9dab;
  border-color: #3d96a3;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a .badge {
  color: #5bb5c2;
  background-color: #fff;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.btn-invert {
  color: #5bb5c2;
  background-color: #fff;
  border-color: #5bb5c2;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.btn-invert:hover,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.btn-invert:active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.btn-invert.active,
.btn-invert.open > .dropdown-togglebody.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a {
  color: #80c6d0;
  background-color: #ffffff;
  border-color: #88c9d3;
}
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.btn-invert:active,
body.page-media-brochures .main-container #panel-brochure .pane-contact-us .pane-content p a.btn-invert.active {
  color: #3f9dab;
  background-color: #e6e6e6;
  border-color: #3d96a3;
}
body.page-media-brochures .footer {
  margin-top: 0px !important;
}
body.page-media-brochures.ld-right #panel-brochure .pane-header-content:after {
  left: 0px;
  right: auto;
}
@media (max-width: 768px) {
  body.page-media-brochures.ld-right #panel-brochure .pane-header-content:after {
    left: -140px;
    right: auto;
  }
}
@media (max-width: 480px) {
  body.page-media-brochures.ld-right #panel-brochure .pane-header-content:after {
    left: -180px;
    right: auto;
  }
}
body.page-media-brochures.ld-right #panel-brochure .pane-key-benefits .pane-content table tr td:before {
  background-image: url('../images/brochure/brochure-sprite.png');
  content: ' ';
  display: block;
  margin-bottom: 10px;
  height: 48px;
  width: 48px;
}
@media (max-width: 768px) {
  body.page-media-brochures.ld-right #panel-brochure .pane-key-benefits .pane-content table tr td:before {
    float: right;
    margin-left: 10px;
  }
}
body.page-media-brochures.ld-right #panel-brochure .pane-features .pane-content table tr td {
  padding-right: 90px;
  padding-left: 50px;
}
body.page-media-brochures.ld-right #panel-brochure .pane-features .pane-content table tr td:before {
  right: 0;
  left: auto;
}
@media (max-width: 480px) {
  body.page-media-brochures.ld-right #panel-brochure .pane-features .pane-content table tr td {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 65px;
  }
}
body.page-media-brochures.ld-right #panel-brochure .pane-contact-us .pane-content {
  background: url('../images/homepage/contactus_people.jpg') no-repeat left bottom;
}
body.page-media-brochures.ld-right #panel-brochure .pane-contact-us .pane-content table tr td {
  text-align: right;
  padding: 0 30px 20px 0;
}
body.page-media-brochures.ld-right #panel-brochure .pane-contact-us .pane-content table tr td:first-child {
  padding: 0 40px 20px 0;
}
body.page-media-brochures.ld-right #panel-brochure .pane-contact-us .pane-content table tr td:first-child:before {
  text-align: right;
  left: auto;
  right: 0;
}
body.page-media-brochures.ld-right .footer {
  margin-top: 0px !important;
}
body.node-type-article .page-header,
body.node-type-entry .page-header {
  color: #444444;
  font-size: 42px;
  margin-top: 24px;
  line-height: 45px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-article .region-content-wrapper,
body.node-type-entry .region-content-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  body.node-type-article .field-name-field-image img,
  body.node-type-entry .field-name-field-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
body.node-type-article .node-article-dark-block,
body.node-type-entry .node-article-dark-block {
  position: absolute;
  width: 195px;
  height: 300px;
  padding: 20px;
  right: 20px;
  top: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
}
@media (max-width: 768px) {
  body.node-type-article .node-article-dark-block,
  body.node-type-entry .node-article-dark-block {
    position: relative;
    width: auto;
    height: auto;
    margin: 20px 0;
    right: auto;
    top: auto;
  }
}
body.node-type-article .field-name-field-subtitle,
body.node-type-entry .field-name-field-subtitle {
  color: #ff7800;
  font-size: 28px;
  line-height: 40px;
  padding: 20px 0;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-article .field-name-body,
body.node-type-entry .field-name-body {
  font-size: 17px;
  line-height: 30px;
  color: #000;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-article .field-name-body a,
body.node-type-entry .field-name-body a {
  color: #5bb5c2;
  text-decoration: underline;
}
body.node-type-article .field-name-body a:hover,
body.node-type-entry .field-name-body a:hover {
  text-decoration: none;
}
body.node-type-article .submitted,
body.node-type-entry .submitted {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-article .submitted a,
body.node-type-entry .submitted a {
  color: #ff7800;
}
body.node-type-article .field-name-field-tags,
body.node-type-entry .field-name-field-tags {
  padding: 20px 0;
  margin-top: 24px;
  border-top: 1px solid #eeeeee;
  overflow: hidden;
}
body.node-type-article .field-name-field-tags .field-label,
body.node-type-entry .field-name-field-tags .field-label {
  position: relative;
  display: inline-block;
  padding: 0 6px 0 25px;
  float: left;
  color: #929292;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-article .field-name-field-tags .field-label:before,
body.node-type-entry .field-name-field-tags .field-label:before {
  position: absolute;
  left: 4px;
  top: 4px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e041";
}
body.node-type-article .field-name-field-tags .field-item,
body.node-type-entry .field-name-field-tags .field-item {
  display: inline-block;
  margin-right: 6px;
}
body.node-type-article .field-name-field-tags .field-item a,
body.node-type-entry .field-name-field-tags .field-item a {
  color: #5bb5c2;
  text-decoration: underline;
}
body.node-type-article .field-name-field-tags .field-item a:hover,
body.node-type-entry .field-name-field-tags .field-item a:hover {
  text-decoration: none;
}
body.node-type-article .related-articles,
body.node-type-entry .related-articles,
body.node-type-article .mobile-tabs,
body.node-type-entry .mobile-tabs {
  display: none;
}
body.node-type-article.ld-right .page-header,
body.node-type-entry.ld-right .page-header {
  text-align: right;
}
body.node-type-article.ld-right .node-article-dark-block,
body.node-type-entry.ld-right .node-article-dark-block {
  right: initial;
  left: 20px;
}
body.node-type-article.ld-right .submitted,
body.node-type-entry.ld-right .submitted {
  text-align: right;
}
body.node-type-article.ld-right .field-name-field-subtitle,
body.node-type-entry.ld-right .field-name-field-subtitle {
  text-align: right;
}
body.node-type-article.ld-right .field-name-body,
body.node-type-entry.ld-right .field-name-body {
  text-align: right;
}
body.node-type-article.ld-right .field-name-field-tags .field-label,
body.node-type-entry.ld-right .field-name-field-tags .field-label {
  float: right;
  padding: 0 25px 0 6px;
}
body.node-type-article.ld-right .field-name-field-tags .field-label:before,
body.node-type-entry.ld-right .field-name-field-tags .field-label:before {
  left: initial;
  right: 4px;
}
body.node-type-article.ld-right .field-name-field-tags .field-item,
body.node-type-entry.ld-right .field-name-field-tags .field-item {
  float: right;
}
body.node-type-entry .header-second {
  display: none;
}
body.page-blog .page-header {
  display: none;
}
body.category-press-releases .node-article-dark-block,
body.category-press .node-article-dark-block,
body.category-case-studies .node-article-dark-block {
  display: none;
}
body.node-type-tryitfree,
body.node-type-exptransl {
  background: url('../images/tryitfree/tryitfree-title-bg.png') left 162px repeat-x;
  padding-top: 91px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .side-right-sidebar,
body.node-type-exptransl .side-right-sidebar,
body.node-type-tryitfree .side-left-sidebar,
body.node-type-exptransl .side-left-sidebar,
body.node-type-tryitfree #skip-link,
body.node-type-exptransl #skip-link,
body.node-type-tryitfree .header-second,
body.node-type-exptransl .header-second {
  display: none;
}
body.node-type-tryitfree .main-container,
body.node-type-exptransl .main-container {
  margin-top: 89px;
}
body.node-type-tryitfree h1#page-title,
body.node-type-exptransl h1#page-title {
  margin: 0 160px;
}
body.node-type-tryitfree .tabs--primary.nav.nav-tabs,
body.node-type-exptransl .tabs--primary.nav.nav-tabs {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  z-index: 1;
  width: 100%;
}
body.node-type-tryitfree .page-header,
body.node-type-exptransl .page-header {
  position: absolute;
  top: 6px;
  left: 15px;
  font-size: 40px;
  border: none;
  color: #fff;
  padding: 20px 15px;
  margin: 0px;
  line-height: 46px;
  width: 70%;
  z-index: 1;
}
body.node-type-tryitfree .field-name-field-lang-flag,
body.node-type-exptransl .field-name-field-lang-flag {
  padding-top: 30px;
}
body.node-type-tryitfree .tryitfree-page-title-block-left,
body.node-type-exptransl .tryitfree-page-title-block-left {
  display: none;
}
body.node-type-tryitfree .region-content-wrapper,
body.node-type-exptransl .region-content-wrapper {
  position: relative;
}
body.node-type-tryitfree .tryitfree-page-title-block,
body.node-type-exptransl .tryitfree-page-title-block {
  position: absolute;
  top: 0px;
  left: 0;
  height: 263px;
  width: 100%;
  background: url('../images/tryitfree/tryitfree-title-img.jpg') left top no-repeat;
}
body.node-type-tryitfree .tryitfree-page-title-block .field-name-body,
body.node-type-exptransl .tryitfree-page-title-block .field-name-body {
  position: absolute;
  top: 128px;
  left: 0;
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
  width: 100%;
  z-index: 1;
}
body.node-type-tryitfree .tryitfree-page-title-block .field-name-field-tryitfree-subtitle,
body.node-type-exptransl .tryitfree-page-title-block .field-name-field-tryitfree-subtitle {
  position: absolute;
  top: 234px;
  left: 15px;
  width: 100%;
  color: #fff;
  z-index: 1;
  padding: 0 15px;
}
body.node-type-tryitfree .tryitfree-page-title-block .field-name-field-tryitfree-subtitle a,
body.node-type-exptransl .tryitfree-page-title-block .field-name-field-tryitfree-subtitle a {
  color: #fff;
  text-decoration: none;
  background: url("../images/tryitfree/tryitfree-header-arrow.png") right center no-repeat;
  padding-right: 15px;
}
body.node-type-tryitfree .tryitfree-page-title-block .field-name-field-exp-page-picture,
body.node-type-exptransl .tryitfree-page-title-block .field-name-field-exp-page-picture {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
body.node-type-tryitfree .tryitfree-page-first-line,
body.node-type-exptransl .tryitfree-page-first-line {
  margin-top: 263px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
body.node-type-tryitfree .field-name-field-exp-page-webform-title,
body.node-type-exptransl .field-name-field-exp-page-webform-title {
  text-align: center;
  font-size: 18px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .field-name-field-exp-page-webform-title strong,
body.node-type-exptransl .field-name-field-exp-page-webform-title strong {
  color: #ff7800;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .webform-client-form label,
body.node-type-exptransl .webform-client-form label {
  display: none;
}
body.node-type-tryitfree .webform-client-form .webform-component,
body.node-type-exptransl .webform-client-form .webform-component {
  float: left;
  width: 20%;
  padding-right: 10px;
}
body.node-type-tryitfree .webform-client-form .form-email,
body.node-type-exptransl .webform-client-form .form-email {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.node-type-tryitfree .webform-client-form .form-email:focus,
body.node-type-exptransl .webform-client-form .form-email:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.node-type-tryitfree .webform-client-form .form-email::-moz-placeholder,
body.node-type-exptransl .webform-client-form .form-email::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.node-type-tryitfree .webform-client-form .form-email:-ms-input-placeholder,
body.node-type-exptransl .webform-client-form .form-email:-ms-input-placeholder {
  color: #999;
}
body.node-type-tryitfree .webform-client-form .form-email::-webkit-input-placeholder,
body.node-type-exptransl .webform-client-form .form-email::-webkit-input-placeholder {
  color: #999;
}
body.node-type-tryitfree .webform-client-form #webform-component-im-interested-in-translation-services-please,
body.node-type-exptransl .webform-client-form #webform-component-im-interested-in-translation-services-please {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .webform-client-form #webform-component-im-interested-in-translation-services-please .form-radios,
body.node-type-exptransl .webform-client-form #webform-component-im-interested-in-translation-services-please .form-radios,
body.node-type-tryitfree .webform-client-form #webform-component-im-interested-in-translation-services-please label,
body.node-type-exptransl .webform-client-form #webform-component-im-interested-in-translation-services-please label {
  display: inline;
  font-weight: normal;
}
body.node-type-tryitfree .webform-client-form #webform-component-im-interested-in-translation-services-please .form-type-radio,
body.node-type-exptransl .webform-client-form #webform-component-im-interested-in-translation-services-please .form-type-radio {
  display: inline;
}
body.node-type-tryitfree .webform-client-form #webform-component-im-interested-in-translation-services-please .form-type-radio input,
body.node-type-exptransl .webform-client-form #webform-component-im-interested-in-translation-services-please .form-type-radio input {
  display: inline;
}
body.node-type-tryitfree .webform-client-form .form-submit,
body.node-type-exptransl .webform-client-form .form-submit {
  background: url("../images/tryitfree/tryitfree-submit-bg.png") center center no-repeat;
  width: 110px;
  border: 0px;
  height: 34px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 -1px 0 #d73d00;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 3px 10px 4px;
}
body.node-type-tryitfree .statistics_counter,
body.node-type-exptransl .statistics_counter {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .tryitfree-page-second-line,
body.node-type-exptransl .tryitfree-page-second-line {
  color: #fff;
  background-color: #ff7800;
  font-size: 36px;
  text-align: center;
  padding: 34px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .tryitfree-page-second-line a,
body.node-type-exptransl .tryitfree-page-second-line a {
  color: #fff;
  text-decoration: underline;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .tryitfree-page-second-line .exp-page-second-line-call-text,
body.node-type-exptransl .tryitfree-page-second-line .exp-page-second-line-call-text,
body.node-type-tryitfree .tryitfree-page-second-line .field-name-field-exp-page-call,
body.node-type-exptransl .tryitfree-page-second-line .field-name-field-exp-page-call {
  display: inline-block;
}
body.node-type-tryitfree .tryitfree-page-third-line,
body.node-type-exptransl .tryitfree-page-third-line {
  color: #737373;
  padding: 50px 0px;
  font-size: 14px;
  overflow: hidden;
}
body.node-type-tryitfree .tryitfree-page-third-line .tryitfree-page-third-line-inner > div,
body.node-type-exptransl .tryitfree-page-third-line .tryitfree-page-third-line-inner > div {
  float: left;
  width: 33.33%;
  padding-right: 40px;
}
body.node-type-tryitfree .tryitfree-page-third-line .tryitfree-page-third-line-inner > div .header,
body.node-type-exptransl .tryitfree-page-third-line .tryitfree-page-third-line-inner > div .header {
  display: block;
  font-size: 21px;
  height: 45px;
  line-height: 45px;
  padding-left: 50px;
  margin-bottom: 20px;
  color: #444444;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .tryitfree-page-third-line .tryitfree-page-third-line-inner > div .text,
body.node-type-exptransl .tryitfree-page-third-line .tryitfree-page-third-line-inner > div .text {
  font-size: 14px;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .tryitfree-page-third-line .tryitfree-page-third-line-quality .header,
body.node-type-exptransl .tryitfree-page-third-line .tryitfree-page-third-line-quality .header {
  background: url("../images/tryitfree/quality.png") left center no-repeat;
}
body.node-type-tryitfree .tryitfree-page-third-line .tryitfree-page-third-line-speed .header,
body.node-type-exptransl .tryitfree-page-third-line .tryitfree-page-third-line-speed .header {
  background: url("../images/tryitfree/speed.png") left center no-repeat;
}
body.node-type-tryitfree .tryitfree-page-third-line .tryitfree-page-third-line-price .header,
body.node-type-exptransl .tryitfree-page-third-line .tryitfree-page-third-line-price .header {
  background: url("../images/tryitfree/price.png") left center no-repeat;
}
body.node-type-tryitfree .tryitfree-page-fourth-line,
body.node-type-exptransl .tryitfree-page-fourth-line {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  padding: 0 0 50px 0;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 27px;
  color: #444444;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .tryitfree-page-fourth-line .bq-inner-left,
body.node-type-exptransl .tryitfree-page-fourth-line .bq-inner-left {
  padding-left: 70px;
  padding-right: 10px;
  margin: 10px 0;
  background: url('../images/tryitfree/bq-left.png') 10px 10px no-repeat;
}
body.node-type-tryitfree .tryitfree-page-fourth-line .bq-inner-right,
body.node-type-exptransl .tryitfree-page-fourth-line .bq-inner-right {
  padding: 10px 0;
  padding-right: 60px;
  background: url('../images/tryitfree/bq-right.png') right 10px no-repeat;
}
body.node-type-tryitfree .tryitfree-page-fourth-line .field-name-field-exp-page-thirdline-header3,
body.node-type-exptransl .tryitfree-page-fourth-line .field-name-field-exp-page-thirdline-header3 {
  color: #929292;
  font-size: 15px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .tryitfree-page-fourth-line .field-name-field-exp-page-thirdline-sig,
body.node-type-exptransl .tryitfree-page-fourth-line .field-name-field-exp-page-thirdline-sig {
  color: #000;
  font-size: 13px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .tryitfree-page-footer,
body.node-type-exptransl .tryitfree-page-footer {
  padding: 0 0 50px 0;
}
body.node-type-tryitfree .tryitfree-page-footer .field-name-field-exp-page-footer-images,
body.node-type-exptransl .tryitfree-page-footer .field-name-field-exp-page-footer-images {
  background-color: #f2f2f2;
  padding: 10px 0 20px 0;
}
body.node-type-tryitfree .tryitfree-page-footer .field-name-field-exp-page-footer-images .field-label,
body.node-type-exptransl .tryitfree-page-footer .field-name-field-exp-page-footer-images .field-label {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .tryitfree-page-footer .field-name-field-exp-page-footer-text,
body.node-type-exptransl .tryitfree-page-footer .field-name-field-exp-page-footer-text {
  border-top: 1px solid #eeeeee;
  margin-top: 50px;
  padding-top: 30px;
  font-size: 17px;
  text-align: center;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-tryitfree .tryitfree-page-footer .field-name-field-exp-page-footer-text strong,
body.node-type-exptransl .tryitfree-page-footer .field-name-field-exp-page-footer-text strong {
  color: #000;
}
body.node-type-tryitfree.ld-right,
body.node-type-exptransl.ld-right {
  text-align: right;
}
body.node-type-tryitfree.ld-right .page-header,
body.node-type-exptransl.ld-right .page-header {
  left: initial;
  right: 0;
}
body.node-type-tryitfree.ld-right .tryitfree-page-title-block,
body.node-type-exptransl.ld-right .tryitfree-page-title-block {
  background: url('../images/tryitfree/tryitfree-title-img.jpg') right top no-repeat;
}
body.node-type-tryitfree.ld-right .tryitfree-page-title-block .field-name-field-exp-page-picture,
body.node-type-exptransl.ld-right .tryitfree-page-title-block .field-name-field-exp-page-picture {
  text-align: left;
}
body.node-type-tryitfree.ld-right .webform-client-form .webform-component,
body.node-type-exptransl.ld-right .webform-client-form .webform-component {
  float: right;
  padding-left: 10px;
}
body.node-type-tryitfree.ld-right .webform-client-form .webform-component input,
body.node-type-exptransl.ld-right .webform-client-form .webform-component input {
  text-align: right;
}
body.node-type-tryitfree.ld-right .tryitfree-page-third-line .tryitfree-page-third-line-inner > div,
body.node-type-exptransl.ld-right .tryitfree-page-third-line .tryitfree-page-third-line-inner > div {
  float: right;
  padding-left: 40px;
}
body.node-type-tryitfree.ld-right .tryitfree-page-third-line .tryitfree-page-third-line-inner > div .header,
body.node-type-exptransl.ld-right .tryitfree-page-third-line .tryitfree-page-third-line-inner > div .header {
  padding-right: 50px;
}
body.node-type-tryitfree.ld-right .tryitfree-page-third-line .tryitfree-page-third-line-quality .header,
body.node-type-exptransl.ld-right .tryitfree-page-third-line .tryitfree-page-third-line-quality .header {
  background: url("../images/tryitfree/quality.png") right center no-repeat;
}
body.node-type-tryitfree.ld-right .tryitfree-page-third-line .tryitfree-page-third-line-speed .header,
body.node-type-exptransl.ld-right .tryitfree-page-third-line .tryitfree-page-third-line-speed .header {
  background: url("../images/tryitfree/speed.png") right center no-repeat;
}
body.node-type-tryitfree.ld-right .tryitfree-page-third-line .tryitfree-page-third-line-price .header,
body.node-type-exptransl.ld-right .tryitfree-page-third-line .tryitfree-page-third-line-price .header {
  background: url("../images/tryitfree/price.png") right center no-repeat;
}
body.node-type-fair-trade .header-second {
  padding: 20px 0 5px 0;
  background: url('../images/fair-traide-bg.jpg') bottom center no-repeat;
}
body.node-type-fair-trade .page-header {
  font-size: 42px;
  color: #444444;
  line-height: 45px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-fair-trade .main-container {
  margin-top: 30px;
}
body.node-type-fair-trade .region-content-wrapper {
  position: relative;
}
body.node-type-fair-trade .region-content-wrapper .node-article-white-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px;
}
body.node-type-fair-trade .region-content-wrapper .node-article-white-block .node-article-white-block-inner {
  width: 23%;
  padding: 20px;
  background: #fff;
  height: 180px;
  color: #444444;
  font-size: 13px;
  line-height: 26px;
  float: right;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.node-type-fair-trade .region-content-wrapper .node-article-white-block .node-article-white-block-inner .submitted {
  border-bottom: 1px solid #444444;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #737373;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-fair-trade .region-content-wrapper .field-name-field-image {
  padding-bottom: 30px;
}
body.node-type-fair-trade .region-content-wrapper .field-name-field-image img {
  width: 100%;
  height: 100%;
}
body.node-type-fair-trade .region-content-wrapper .field-name-field-subtitle {
  color: #ff7800;
  line-height: 40px;
  font-size: 28px;
  padding-bottom: 20px;
  padding-top: 10px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-fair-trade .region-content-wrapper .field-name-body {
  color: #000;
  font-size: 17px;
  line-height: 30px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-fair-trade .region-content-wrapper .field-name-field-tags {
  padding: 20px 0;
  margin-top: 24px;
  border-top: 1px solid #eeeeee;
  overflow: hidden;
}
body.node-type-fair-trade .region-content-wrapper .field-name-field-tags .field-label {
  position: relative;
  display: inline-block;
  padding: 0 6px 0 25px;
  float: left;
  color: #929292;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-fair-trade .region-content-wrapper .field-name-field-tags .field-label:before {
  position: absolute;
  left: 4px;
  top: 4px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e041";
}
body.node-type-fair-trade .region-content-wrapper .field-name-field-tags .field-item {
  display: inline-block;
  margin-right: 6px;
}
body.node-type-fair-trade .region-content-wrapper .field-name-field-tags .field-item a {
  color: #5bb5c2;
  text-decoration: underline;
}
body.node-type-fair-trade .region-content-wrapper .field-name-field-tags .field-item a:hover {
  text-decoration: none;
}
body.node-type-fair-trade .region-content-wrapper .statistics_counter {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-fair-trade.ld-right .page-header {
  text-align: right;
}
body.node-type-fair-trade.ld-right .region-content-wrapper {
  text-align: right;
}
body.node-type-fair-trade.ld-right .region-content-wrapper .field-name-field-tags .field-label {
  float: right;
  padding: 0 25px 0 6px;
}
body.node-type-fair-trade.ld-right .region-content-wrapper .field-name-field-tags .field-label:before {
  left: initial;
  right: 4px;
}
body.node-type-fair-trade.ld-right .region-content-wrapper .field-name-field-tags .field-item {
  float: right;
}
body.node-type-page .main-container {
  font-size: 17px;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-page .main-container .page-header {
  padding-top: 30px;
  font-size: 42px;
  line-height: 45px;
  color: #444444;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-page .main-container .sharethis-buttons {
  border: none;
}
body.node-type-page .main-container.ld-right {
  text-align: right;
}
body.node-type-video-testimonials .testimonials-title-prefix,
body.node-type-video-testimonials .page-header {
  color: #444444;
  letter-spacing: -0.05em;
  line-height: 45px;
  font-size: 42px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-video-testimonials .testimonials-title-prefix {
  margin-top: 20px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-video-testimonials .colorbox-load {
  display: block;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-video-testimonials .colorbox-load img {
  width: 100%;
  height: 100%;
}
body.node-type-video-testimonials .person {
  color: #ff7800;
  padding-bottom: 5px;
  font-size: 17px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-video-testimonials .person span {
  color: #737373;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-video-testimonials .statistics_counter,
body.node-type-video-testimonials .field-name-body {
  color: #444444;
  font-size: 17px;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-video-testimonials .statistics_counter {
  margin: 20px 25px;
  padding: 0 0.5em;
}
body.node-type-video-testimonials.ld-right .testimonials-title-prefix,
body.node-type-video-testimonials.ld-right .page-header {
  text-align: right;
}
body.node-type-video-testimonials.ld-right .region-content {
  text-align: right;
}
body.node-type-language-solution .content-column-right,
body.node-type-services .content-column-right,
body.node-type-language-solution .content-column-left,
body.node-type-services .content-column-left {
  padding: 0;
  line-height: 24px;
}
body.node-type-language-solution .page-header,
body.node-type-services .page-header {
  display: none;
}
body.node-type-language-solution .main-container,
body.node-type-services .main-container {
  margin-bottom: 40px;
}
body.node-type-language-solution .field-name-field-image img,
body.node-type-services .field-name-field-image img {
  width: 100%;
  height: 100%;
}
body.node-type-language-solution #menu_language_solution_menu ul a,
body.node-type-services #menu_language_solution_menu ul a {
  color: #444444;
  display: block;
  width: 100%;
  border: 1px solid #eeeeee;
  border-top: none;
  background-color: #f7f7f7;
  padding: 15px;
  font-size: 15px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
body.node-type-language-solution #menu_language_solution_menu ul a:hover,
body.node-type-services #menu_language_solution_menu ul a:hover {
  text-decoration: underline;
}
body.node-type-language-solution #menu_language_solution_menu ul a.active,
body.node-type-services #menu_language_solution_menu ul a.active {
  color: #ff7800;
  background-color: #fff;
}
body.node-type-language-solution #menu_language_solution_menu ul span,
body.node-type-services #menu_language_solution_menu ul span {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 65px;
  font-size: 19px;
}
body.node-type-language-solution h1,
body.node-type-services h1 {
  display: block;
  min-height: 314px;
  width: 50%;
  color: #fff;
  line-height: 54px;
  padding: 30px 35px;
  margin: 0;
  word-spacing: 20px;
  font-size: 42px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-language-solution .field-name-body,
body.node-type-services .field-name-body {
  clear: both;
  padding-left: 40px;
  padding-top: 20px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-language-solution .field-name-body a,
body.node-type-services .field-name-body a {
  color: #5bb5c2;
}
body.node-type-language-solution .statistics_counter,
body.node-type-services .statistics_counter {
  display: none;
}
body.node-type-language-solution.ld-right .content-column-right,
body.node-type-services.ld-right .content-column-right {
  float: left;
  text-align: right;
}
body.node-type-language-solution.ld-right h1,
body.node-type-services.ld-right h1,
body.node-type-language-solution.ld-right .content-column-left,
body.node-type-services.ld-right .content-column-left {
  float: right;
  text-align: right;
}
body.node-type-support .page-header {
  display: none;
}
body.node-type-support .main-container {
  padding-bottom: 40px;
}
body.node-type-support .field-name-body {
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-support .field-name-field-tags {
  padding: 20px 0;
  margin-top: 24px;
  border-top: 1px solid #eeeeee;
  overflow: hidden;
}
body.node-type-support .field-name-field-tags .field-label {
  position: relative;
  display: inline-block;
  padding: 0 6px 0 25px;
  float: left;
  color: #929292;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-support .field-name-field-tags .field-label:before {
  position: absolute;
  left: 4px;
  top: 4px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e041";
}
body.node-type-support .field-name-field-tags .field-item {
  display: inline-block;
  margin-right: 6px;
}
body.node-type-support .field-name-field-tags .field-item a {
  color: #5bb5c2;
  text-decoration: underline;
}
body.node-type-support .field-name-field-tags .field-item a:hover {
  text-decoration: none;
}
body.node-type-support label.control-label {
  display: none;
}
body.node-type-support .rate-widget {
  padding: 30px 0;
  margin: 30px 0 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
body.node-type-support .rate-widget .rate-description {
  float: left;
  color: #929292;
  padding-top: 5px;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-support .rate-widget ul {
  float: right;
  margin: 0;
}
body.node-type-support .rate-widget ul li {
  padding-right: 8px;
  line-height: 32px;
  font-size: 10px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-support .rate-widget ul li a {
  text-decoration: none;
  color: #444444;
  border: 0;
  background-color: #eeeeee;
  line-height: 30px;
  display: block;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.node-type-support .statistics_counter {
  display: none;
}
body.node-type-support.ld-right {
  text-align: right;
}
body.node-type-support.ld-right .rate-widget .rate-description {
  float: right;
  clear: none;
}
body.node-type-support.ld-right .rate-widget ul {
  float: left;
}
body.node-type-west .header-second {
  display: none;
}
body.node-type-west .footer {
  margin: 0;
  border: 0;
}
body.node-type-west .page-header {
  display: none;
}
body.node-type-west .custom-background {
  position: absolute;
}
body.node-type-west .content-section-container {
  line-height: 24px;
  padding-top: 40px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-logo {
  padding: 0 0 40px 0;
  width: 220px;
  height: 71px;
  background: url('../images/west/west-logo.png') top center no-repeat;
  float: left;
}
body.node-type-west .content-section-container .west-body {
  float: right;
  padding: 0 0 40px 0;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-title-block {
  clear: both;
  height: 550px;
  position: relative;
}
body.node-type-west .content-section-container .west-title-block:before,
body.node-type-west .content-section-container .west-title-block:after {
  content: " ";
  display: table;
}
body.node-type-west .content-section-container .west-title-block:after {
  clear: both;
}
body.node-type-west .content-section-container .west-title-block:before,
body.node-type-west .content-section-container .west-title-block:after {
  content: " ";
  display: table;
}
body.node-type-west .content-section-container .west-title-block:after {
  clear: both;
}
body.node-type-west .content-section-container .west-title-block .custom-background {
  background: url("../images/west/west-big-bg.jpg") center top no-repeat;
}
body.node-type-west .content-section-container .west-title-block .west-inner {
  position: relative;
  z-index: 1;
}
body.node-type-west .content-section-container .west-title-block .west-inner h1 {
  color: #fff;
  width: 80%;
  font-size: 50px;
  line-height: 50px;
  padding-top: 30px;
  margin-bottom: 20px;
  letter-spacing: -2.5px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-title-block .west-inner .field-name-field-about .oht-editable {
  color: #fff;
}
body.node-type-west .content-section-container .west-title-block .west-inner .field-name-field-about ul {
  padding: 0;
  width: 50%;
}
body.node-type-west .content-section-container .west-title-block .west-inner .field-name-field-about ul li {
  color: #fff;
  padding: 0 0 23px 40px;
  list-style-image: none;
  list-style: none;
  display: block;
  line-height: 25px;
  font-size: 18px;
  background: url("../images/west/west-li.png") left top no-repeat;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-title-block .west-inner .field-name-field-about p {
  width: 50%;
  color: #fff;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-title-block .west-inner .field-name-field-about p a {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 202px;
  height: 66px;
  text-align: center;
  line-height: 63px;
  font-size: 24px;
  font-weight: bold;
  background: url('../images/west/west-button.png') center center no-repeat;
  margin-top: 37px;
}
body.node-type-west .content-section-container .west-world-block {
  position: relative;
}
body.node-type-west .content-section-container .west-world-block .custom-background {
  background: url("../images/west/west-world-bg.jpg") center 60px no-repeat;
  background-color: #eff2f7;
}
body.node-type-west .content-section-container .west-world-block .west-inner {
  position: relative;
  z-index: 1;
}
body.node-type-west .content-section-container .west-world-block .field-name-field-exp-page-header {
  color: #444444;
  font-size: 24px;
}
body.node-type-west .content-section-container .west-world-block .field-name-field-exp-page-subtitle {
  color: #ff7800;
  font-size: 40px;
  padding: 80px 0px 30px 0px;
}
body.node-type-west .content-section-container .west-world-block .west-world-table {
  padding: 330px 0 16px 0;
}
body.node-type-west .content-section-container .west-world-block .west-world-table table td {
  width: 33.33%;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
  padding: 0 8px 26px 90px;
  background-position: left top;
}
body.node-type-west .content-section-container .west-world-block .west-world-table table td h2 {
  color: #000;
  margin-top: 0;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-world-block .west-world-table table tr:first-child td:first-child {
  background: url('../images/west/west-table-rely.png') left top no-repeat;
}
body.node-type-west .content-section-container .west-world-block .west-world-table table tr:first-child td:first-child + td {
  background: url('../images/west/west-table-enjoy.png') left top no-repeat;
}
body.node-type-west .content-section-container .west-world-block .west-world-table table tr:first-child td:first-child + td + td {
  background: url('../images/west/west-table-join.png') left top no-repeat;
}
body.node-type-west .content-section-container .west-world-block .west-world-table table tr:last-child td:first-child {
  background: url('../images/west/west-table-benefit.png') left top no-repeat;
}
body.node-type-west .content-section-container .west-world-block .west-world-table table tr:last-child td:first-child + td {
  background: url('../images/west/west-table-pay.png') left top no-repeat;
}
body.node-type-west .content-section-container .west-world-block .west-world-table table tr:last-child td:first-child + td + td {
  background: url('../images/west/west-table-use.png') left top no-repeat;
}
body.node-type-west .content-section-container .west-clients {
  padding: 50px 0 60px 0;
}
body.node-type-west .content-section-container .west-clients .field-name-field-exp-page-thirdblock-header {
  font-size: 32px;
  padding-bottom: 60px;
}
body.node-type-west .content-section-container .west-clients .field-name-field-exp-page-footer-images img {
  width: 100%;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-global {
  position: relative;
  z-index: 2;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-global .custom-background {
  background-color: #444444;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-global .west-inner {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-global .west-inner .field-name-field-exp-page-fifthline-header1 {
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-global .west-inner .field-name-field-exp-page-orange-tab {
  text-align: center;
  font-size: 20px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-global .west-inner .field-name-field-exp-page-orange-tab a {
  position: absolute;
  left: 50%;
  bottom: -33px;
  display: block;
  width: 202px;
  height: 66px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 63px;
  background: url('../images/west/west-button.png') center center no-repeat;
  margin-top: 20px;
  margin-left: -101px;
  font-size: 24px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second {
  position: relative;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .custom-background {
  background-color: #f7f5f2;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  background: url('../images/west/west-about-services.png') center top no-repeat;
  background-color: #f7f5f2;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner .field-name-field-exp-page-fifthline-header2 {
  color: #ff7800;
  font-size: 40px;
  line-height: 44px;
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner .field-name-field-why-use-translation-servic table td {
  padding: 0 10px 34px 100px;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner .field-name-field-why-use-translation-servic table td h2 {
  margin-top: 0;
  font-size: 24px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner .field-name-field-why-use-translation-servic table td p {
  color: #444444;
  line-height: 24px;
  font-size: 16px;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner .field-name-field-why-use-translation-servic table tr:first-child td:first-child {
  background: url("../images/west/west-table1-fast.png") 5px 10px no-repeat;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner .field-name-field-why-use-translation-servic table tr:first-child td:first-child + td {
  background: url("../images/west/west-table1-simple.png") 20px 10px no-repeat;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner .field-name-field-why-use-translation-servic table tr:first-child + tr td:first-child {
  background: url("../images/west/west-table1-hassle.png") 15px 10px no-repeat;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner .field-name-field-why-use-translation-servic table tr:first-child + tr td:first-child + td {
  background: url("../images/west/west-table1-flexible.png") 5px 10px no-repeat;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner .field-name-field-why-use-translation-servic table tr:last-child td:first-child {
  background: url("../images/west/west-table1-professional.png") 10px 10px no-repeat;
}
body.node-type-west .content-section-container .west-looking-for .west-inner-second .west-inner .field-name-field-why-use-translation-servic table tr:last-child td:first-child + td {
  background: url("../images/west/west-table1-cost.png") 10px 10px no-repeat;
}
body.node-type-west .content-section-container .west-contact-block {
  position: relative;
}
body.node-type-west .content-section-container .west-contact-block .custom-background {
  background-color: #e3e4e6;
}
body.node-type-west .content-section-container .west-contact-block .west-inner {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  overflow: hidden;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-partners,
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact,
body.node-type-west .content-section-container .west-contact-block .west-inner .west-ask {
  width: 32.4%;
  float: left;
  height: 410px;
  padding: 30px;
  background-color: #fafafa;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact {
  color: #000;
  font-size: 17px;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact .west-lable {
  padding-bottom: 20px;
  line-height: 19px;
  font-size: 24px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact .west-contact-phone {
  padding: 10px 0 20px 0;
  margin-top: 8px;
  border-bottom: 1px #e3e4e6 solid;
  padding-left: 45px;
  background: url('../images/west/west-contact-phone.png') left center no-repeat;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact .west-contact-phone .field-name-field-exp-page-call .field-label {
  line-height: 19px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact .west-contact-phone .field-name-field-exp-page-call .field-items {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact .west-contact-email {
  margin-top: 8px;
  padding: 20px 0;
  padding-left: 45px;
  border-bottom: 1px #e3e4e6 solid;
  background: url('../images/west/west-contact-email.png') left center no-repeat;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact .west-contact-email .field-label {
  line-height: 19px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact .west-contact-email a {
  color: #444444;
  font-size: 15px;
  text-decoration: none;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact .west-contact-email a:hover {
  text-decoration: underline;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-contact .west-contact-chat-text {
  margin-top: 8px;
  padding: 20px 0;
  padding-left: 45px;
  background: url('../images/west/west-contact-chat.png') left center no-repeat;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-ask {
  margin: 0 1.4%;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-ask .field-name-field-exp-page-thirdline-header3 {
  padding: 0px;
  padding-bottom: 20px;
  line-height: 28px;
  color: #ff7800;
  font-size: 24px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-ask .field-name-field-exp-page-thirdblock-text ul {
  padding: 0;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-ask .field-name-field-exp-page-thirdblock-text ul li {
  display: block;
  background: url('../images/west/west-list1.png') left 7px no-repeat;
  padding-left: 15px;
  font-size: 13px;
  padding-bottom: 10px;
}
body.node-type-west .content-section-container .west-contact-block .west-inner .west-partners .field-name-field-exp-page-thirdline-header2 {
  padding: 0px;
  font-size: 24px;
  padding-bottom: 20px;
  color: #b5b6b9;
  line-height: 28px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-web-translation {
  position: relative;
  color: #fff;
}
body.node-type-west .content-section-container .west-web-translation .custom-background {
  position: absolute;
  background-color: #44474c;
}
body.node-type-west .content-section-container .west-web-translation .west-inner {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
body.node-type-west .content-section-container .west-web-translation .west-inner .field-name-field-exp-page-footer-text {
  font-size: 28px;
  line-height: 28px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west .content-section-container .west-web-translation .west-inner .field-name-field-exp-page-footer-text a {
  position: absolute;
  top: 14px;
  right: 0;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 202px;
  height: 66px;
  text-align: center;
  line-height: 63px;
  font-size: 24px;
  font-weight: bold;
  background: url('../images/west/west-button.png') center center no-repeat;
  margin-top: 37px;
}
body.node-type-west.ld-right .content-section-container {
  text-align: right;
}
body.node-type-west.ld-right .content-section-container .west-logo {
  float: right;
}
body.node-type-west.ld-right .content-section-container .west-body {
  float: left;
}
body.node-type-west.ld-right .content-section-container .west-title-block .custom-background {
  background: url("../images/west/west-big-bg-rtl.jpg") center top no-repeat;
}
body.node-type-west.ld-right .content-section-container .west-title-block .west-inner h1 {
  float: right;
}
body.node-type-west.ld-right .content-section-container .west-title-block .west-inner .field-name-field-about ul {
  float: right;
}
body.node-type-west.ld-right .content-section-container .west-title-block .west-inner .field-name-field-about ul li {
  padding: 0 40px 23px 0;
  background: url("../images/west/west-li.png") right top no-repeat;
}
body.node-type-west.ld-right .content-section-container .west-title-block .west-inner .field-name-field-about p {
  clear: both;
  width: 48%;
  float: right;
}
body.node-type-west.ld-right .content-section-container .west-title-block .west-inner .field-name-field-about p a {
  float: right;
}
body.node-type-west.ld-right .content-section-container .west-world-block .west-world-table .field-name-field-advantage .field-item {
  direction: rtl;
}
body.node-type-west.ld-right .content-section-container .west-world-block .west-world-table .field-name-field-advantage .field-item table tr td {
  padding: 0 90px 26px 8px;
  background-position: right top;
}
body.node-type-west.ld-right .content-section-container .west-looking-for .west-inner-second .field.field-name-field-why-use-translation-servic .field-item * {
  direction: rtl;
}
body.node-type-west.ld-right .content-section-container .west-looking-for .west-inner-second .field.field-name-field-why-use-translation-servic .field-items .field-item table tr td {
  padding: 0 100px 34px 10px;
}
body.node-type-west.ld-right .content-section-container .west-looking-for .west-inner-second .field.field-name-field-why-use-translation-servic .field-items .field-item table tr:first-child td:first-child {
  background: url("../images/west/west-table1-fast.png") right 5px top 10px no-repeat;
}
body.node-type-west.ld-right .content-section-container .west-looking-for .west-inner-second .field.field-name-field-why-use-translation-servic .field-items .field-item table tr:first-child td:first-child + td {
  background: url("../images/west/west-table1-simple.png") right 20px top 10px no-repeat;
}
body.node-type-west.ld-right .content-section-container .west-looking-for .west-inner-second .field.field-name-field-why-use-translation-servic .field-items .field-item table tr:first-child + tr td:first-child {
  background: url("../images/west/west-table1-hassle.png") right 15px top 10px no-repeat;
}
body.node-type-west.ld-right .content-section-container .west-looking-for .west-inner-second .field.field-name-field-why-use-translation-servic .field-items .field-item table tr:first-child + tr td:first-child + td {
  background: url("../images/west/west-table1-flexible.png") right 5px top 10px no-repeat;
}
body.node-type-west.ld-right .content-section-container .west-looking-for .west-inner-second .field.field-name-field-why-use-translation-servic .field-items .field-item table tr:last-child td:first-child {
  background: url("../images/west/west-table1-professional.png") right 10px top 10px no-repeat;
}
body.node-type-west.ld-right .content-section-container .west-looking-for .west-inner-second .field.field-name-field-why-use-translation-servic .field-items .field-item table tr:last-child td:first-child + td {
  background: url("../images/west/west-table1-cost.png") right 10px top 10px no-repeat;
}
body.node-type-west.ld-right .content-section-container .west-contact-block .west-inner .field-name-field-exp-page-thirdblock-text ul li {
  padding-right: 15px;
  background: url('../images/west/west-list1-rtl.jpg') right 7px no-repeat;
}
body.node-type-west.ld-right .content-section-container .west-contact-block .west-contact .west-contact-chat-text,
body.node-type-west.ld-right .content-section-container .west-contact-block .west-contact .west-contact-email,
body.node-type-west.ld-right .content-section-container .west-contact-block .west-contact .west-contact-phone {
  padding-left: 0;
  padding-right: 45px;
  background-position: right center;
}
body.node-type-west.ld-right .content-section-container .west-web-translation .west-inner .field-name-field-exp-page-footer-text a {
  right: initial;
  left: 0;
}
body.node-type-webform.page-node-5665 {
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-webform.page-node-5665 .header-second {
  visibility: hidden;
}
body.node-type-webform.page-node-5665 .page-header {
  display: none;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form {
  position: relative;
  padding: 27px;
  border: 1px solid #eeeeee;
  background: url('../images/intro-arrow.png') 600px 0px no-repeat;
  background-color: #fafafa;
  margin-top: 40px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form:after {
  content: " ";
  display: table;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form:after {
  clear: both;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form:after {
  content: " ";
  display: table;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form:after {
  clear: both;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form .form-item {
  position: relative;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form .form-item label {
  color: #444444;
  padding-bottom: 5px;
  margin: 0px;
  background-color: #fafafa;
  font-size: 15px;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form .form-item label .form-required {
  color: red;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form .form-item input {
  padding-left: 30px;
  margin: 0;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name1,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name2,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name3,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-localization-manager-email,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-localization-manager-name,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-name {
  position: relative;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name1:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name2:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name3:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-localization-manager-email:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-localization-manager-name:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-name:before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #cccccc;
  font-size: 16px;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name1:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name2:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name3:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-localization-manager-name:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-name:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e008";
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-localization-manager-email:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2709";
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name1,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name2,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name3,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-name {
  width: 30%;
  float: left;
  padding-right: 10px;
  margin-bottom: 15px;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name1,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name2,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-name3 {
  clear: left;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email {
  padding-right: 0;
  padding-left: 10px;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1:before,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email:before {
  left: 18px;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3 input,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2 input,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1 input,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px 6px 30px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3 input:focus,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2 input:focus,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1 input:focus,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3 input::-moz-placeholder,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2 input::-moz-placeholder,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1 input::-moz-placeholder,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3 input:-ms-input-placeholder,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2 input:-ms-input-placeholder,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1 input:-ms-input-placeholder,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email input:-ms-input-placeholder {
  color: #999;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email3 input::-webkit-input-placeholder,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email2 input::-webkit-input-placeholder,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-email1 input::-webkit-input-placeholder,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-your-email input::-webkit-input-placeholder {
  color: #999;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-potential-translation-users,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-markup,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-localization-manager-name,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-localization-manager-email {
  width: 60%;
  margin-bottom: 20px;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-potential-translation-users input,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-markup input,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-localization-manager-name input,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-localization-manager-email input {
  background-color: #f6f7e1;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-potential-translation-users,
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-markup {
  padding-top: 5px;
  border-top: 1px solid #eeeeee;
  clear: both;
  margin: 25px 0;
  color: #448ccb;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-markup-1 {
  margin: 0;
  color: #929292;
  font-size: 13px;
  clear: both;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-markup-introduce {
  width: 216px;
  position: absolute;
  top: 100px;
  right: 30px;
  font-size: 13px;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-markup-introduce .first {
  padding: 10px;
  color: #929292;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-markup-introduce .second {
  color: #929292;
  border: 1px solid #eeeeee;
  padding: 15px 10px 15px 55px;
  background: url('../images/sprite.png') 10px -1472px no-repeat;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form #webform-component-markup-introduce .third {
  display: none;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .webform-client-form .form-submit {
  background: #448ccb;
  border: 0px;
  display: block;
  color: #fff;
  height: 59px;
  width: 216px;
  line-height: 59px;
  padding: 0px;
  margin: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-transform: uppercase;
  -webkit-text-shadow: #3072ac 0 2px 0;
  -moz-text-shadow: #3072ac 0 2px 0;
  text-shadow: #3072ac 0 2px 0;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 24px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-webform.page-node-5665 .region-content-wrapper .statistics_counter {
  display: none;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form {
  background: url('../images/intro-arrow-rtl.png') 300px 0px no-repeat;
  background-color: #fafafa;
  text-align: right;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-email3,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-email2,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-email1,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name1,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name2,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name3,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-potential-translation-users,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-localization-manager-email,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-localization-manager-name,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-your-email,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-your-name,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-markup {
  float: right;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name1,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name2,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name3 {
  clear: right;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-your-email,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-your-name {
  margin-bottom: 0;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name1,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name2,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name3,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-your-name {
  padding-left: 10px;
  padding-right: 0px;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name1:before,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name2:before,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-name3:before,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-your-name:before {
  left: 18px;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-email3,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-email2,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-email1,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-your-email {
  padding-left: 0px;
  padding-right: 10px;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-email3:before,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-email2:before,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-email1:before,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-your-email:before {
  left: 10px;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-potential-translation-users,
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-markup {
  margin-top: 15px;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form #webform-component-markup-introduce {
  right: initial;
  left: 30px;
}
body.node-type-webform.page-node-5665.ld-right .region-content-wrapper .webform-client-form .form-submit {
  right: initial;
  left: 30px;
}
body.node-type-webform.page-node-5839 form,
body.node-type-webform.page-node-5840 form {
  padding: 20px 0;
}
body.node-type-webform.page-node-5839 form .form-item,
body.node-type-webform.page-node-5840 form .form-item {
  padding: 10px 0;
}
body.node-type-webform.page-node-5839 form #webform-component-email,
body.node-type-webform.page-node-5840 form #webform-component-email {
  padding-right: 0;
}
body.node-type-webform.page-node-5839 form #webform-component-email:before,
body.node-type-webform.page-node-5840 form #webform-component-email:before {
  left: 18px;
}
body.node-type-webform.page-node-5839 form #webform-component-email input,
body.node-type-webform.page-node-5840 form #webform-component-email input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px 6px 30px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.node-type-webform.page-node-5839 form #webform-component-email input:focus,
body.node-type-webform.page-node-5840 form #webform-component-email input:focus {
  border-color: #448ccb;
  background-color: #f7fbfe;
  outline: 0;
  border-width: 2px;
  margin-left: -1px;
}
body.node-type-webform.page-node-5839 form #webform-component-email input::-moz-placeholder,
body.node-type-webform.page-node-5840 form #webform-component-email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.node-type-webform.page-node-5839 form #webform-component-email input:-ms-input-placeholder,
body.node-type-webform.page-node-5840 form #webform-component-email input:-ms-input-placeholder {
  color: #999;
}
body.node-type-webform.page-node-5839 form #webform-component-email input::-webkit-input-placeholder,
body.node-type-webform.page-node-5840 form #webform-component-email input::-webkit-input-placeholder {
  color: #999;
}
body.page-confirm-page .main-container,
body.page-webform-confirm .main-container {
  padding: 50px 0 100px 0;
}
body.page-confirm-page .main-container .alert-block,
body.page-webform-confirm .main-container .alert-block {
  display: none;
}
body.page-node-done #header-second {
  display: none;
}
body.page-node-done .main-container {
  padding: 50px 0 100px 0;
}
body.page-node-done .main-container .alert-block {
  display: none;
}
body.node-type-west-solutions .page-header,
body.node-type-west-solutions .header-second {
  display: none;
}
body.node-type-west-solutions .footer {
  margin: 0;
  border: 0;
}
body.node-type-west-solutions .custom-background {
  position: absolute;
}
body.node-type-west-solutions .content-section-container {
  padding-top: 40px;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-logo-block {
  border-bottom: 3px solid #eeeeee;
}
body.node-type-west-solutions .content-section-container .west-logo-block:before,
body.node-type-west-solutions .content-section-container .west-logo-block:after {
  content: " ";
  display: table;
}
body.node-type-west-solutions .content-section-container .west-logo-block:after {
  clear: both;
}
body.node-type-west-solutions .content-section-container .west-logo-block:before,
body.node-type-west-solutions .content-section-container .west-logo-block:after {
  content: " ";
  display: table;
}
body.node-type-west-solutions .content-section-container .west-logo-block:after {
  clear: both;
}
body.node-type-west-solutions .content-section-container .west-logo-block .west-logo {
  padding: 0 0 40px 0;
  width: 220px;
  height: 71px;
  background: url('../images/west/west-logo.png') top center no-repeat;
  float: left;
}
body.node-type-west-solutions .content-section-container .west-logo-block .west-body {
  float: right;
  padding: 0 0 40px 0;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-sol-title-block {
  position: relative;
  border-bottom: 3px solid #eeeeee;
  padding-bottom: 62px;
}
body.node-type-west-solutions .content-section-container .west-sol-title-block h1 {
  color: #444444;
  padding-top: 30px;
  padding-bottom: 0px;
  font-size: 50px;
  line-height: 50px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-sol-title-block .field-name-field-about {
  width: 50%;
  color: #737373;
  font-size: 14px;
  text-align: justify;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
body.node-type-west-solutions .content-section-container .west-sol-title-block .field-name-field-advantage {
  color: #444444;
  font-size: 14px;
  width: 20%;
  position: relative;
}
body.node-type-west-solutions .content-section-container .west-sol-title-block .field-name-field-advantage h3 {
  color: #ff7800;
  font-size: 18px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-sol-title-block .field-name-field-advantage a {
  position: absolute;
  display: block;
  text-decoration: none;
  background: url('../images/west/west-sol-a-li.png') top left no-repeat;
  height: 30px;
  width: 83px;
  right: -115px;
  padding: 40px 0 0 75px;
  top: 0px;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.node-type-west-solutions .content-section-container .west-sol-title-block .field-name-field-exp-page-footer-images {
  position: absolute;
  right: 0px;
  top: 0px;
}
body.node-type-west-solutions .content-section-container .west-sol-description {
  padding-top: 50px;
}
body.node-type-west-solutions .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr td {
  padding: 0 30px 30px 70px;
  vertical-align: top;
  font-size: 14px;
  color: #737373;
}
body.node-type-west-solutions .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr td h2 {
  margin-top: 0;
  font-size: 32px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr td em {
  color: #444444;
}
body.node-type-west-solutions .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr:first-child td:first-child {
  background: url('../images/west/west-sol-cms.png') left top 10px no-repeat;
}
body.node-type-west-solutions .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr:first-child td:last-child {
  background: url('../images/west/west-sol-js.png') left top 10px no-repeat;
}
body.node-type-west-solutions .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr:last-child td:first-child {
  background: url('../images/west/west-sol-api.png') left top 10px no-repeat;
}
body.node-type-west-solutions .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr:last-child td:last-child {
  background: url('../images/west/west-sol-files.png') left top 10px no-repeat;
}
body.node-type-west-solutions .content-section-container .west-contact-block {
  position: relative;
}
body.node-type-west-solutions .content-section-container .west-contact-block .custom-background {
  background-color: #e3e4e6;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  overflow: hidden;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-partners,
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact,
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-ask {
  width: 32.4%;
  float: left;
  height: 380px;
  padding: 30px;
  background-color: #fafafa;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact {
  color: #000;
  font-size: 17px;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact .west-lable {
  padding-bottom: 20px;
  line-height: 19px;
  font-size: 24px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact .west-contact-phone {
  padding: 10px 0 20px 0;
  margin-top: 8px;
  border-bottom: 1px #e3e4e6 solid;
  padding-left: 45px;
  background: url('../images/west/west-contact-phone.png') left center no-repeat;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact .west-contact-phone .field-name-field-exp-page-call .field-label {
  line-height: 19px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact .west-contact-phone .field-name-field-exp-page-call .field-items {
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact .west-contact-email {
  margin-top: 8px;
  padding: 20px 0;
  padding-left: 45px;
  border-bottom: 1px #e3e4e6 solid;
  background: url('../images/west/west-contact-email.png') left center no-repeat;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact .west-contact-email .field-label {
  line-height: 19px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact .west-contact-email a {
  color: #444444;
  font-size: 15px;
  text-decoration: none;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact .west-contact-email a:hover {
  text-decoration: underline;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-contact .west-contact-chat-text {
  margin-top: 8px;
  padding: 20px 0;
  padding-left: 45px;
  background: url('../images/west/west-contact-chat.png') left center no-repeat;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-ask {
  position: relative;
  margin: 0 1.4%;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-ask .field-name-field-exp-page-thirdblock-text {
  padding-top: 50px;
  font-size: 16px;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-ask .field-name-field-exp-page-thirdblock-text h2 {
  display: block;
  background: url('../images/west/west-sol-tryauto.png') left top no-repeat #ff7800;
  height: 90px;
  padding-left: 10px;
  width: 92%;
  position: absolute;
  top: -19px;
  left: 3%;
  margin: 0;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-ask .field-name-field-exp-page-thirdblock-text a {
  display: block;
  background: url('../images/west/west-sol-code-button.png') left center no-repeat;
  width: 100%;
  height: 65px;
  line-height: 60px;
  color: #444444;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 14%;
  font-size: 24px;
}
body.node-type-west-solutions .content-section-container .west-contact-block .west-inner .west-partners .field-name-field-exp-page-thirdline-header2 {
  padding: 0px;
  font-size: 24px;
  padding-bottom: 20px;
  color: #b5b6b9;
  line-height: 28px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-web-translation {
  position: relative;
  color: #fff;
}
body.node-type-west-solutions .content-section-container .west-web-translation .custom-background {
  position: absolute;
  background-color: #44474c;
}
body.node-type-west-solutions .content-section-container .west-web-translation .west-inner {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
body.node-type-west-solutions .content-section-container .west-web-translation .west-inner .field-name-field-exp-page-footer-text {
  font-size: 28px;
  line-height: 28px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-west-solutions .content-section-container .west-web-translation .west-inner .field-name-field-exp-page-footer-text a {
  position: absolute;
  top: 14px;
  right: 0;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 202px;
  height: 66px;
  text-align: center;
  line-height: 63px;
  font-size: 24px;
  font-weight: bold;
  background: url('../images/west/west-button.png') center center no-repeat;
  margin-top: 37px;
}
body.node-type-west-solutions.ld-right .content-section-container {
  text-align: right;
}
body.node-type-west-solutions.ld-right .content-section-container .west-logo {
  float: right;
}
body.node-type-west-solutions.ld-right .content-section-container .west-body {
  float: left;
}
body.node-type-west-solutions.ld-right .content-section-container .west-sol-title-block {
  overflow: hidden;
}
body.node-type-west-solutions.ld-right .content-section-container .west-sol-title-block .field-name-field-about {
  margin-left: 50%;
}
body.node-type-west-solutions.ld-right .content-section-container .west-sol-title-block .field-name-field-advantage {
  margin-left: 80%;
}
body.node-type-west-solutions.ld-right .content-section-container .west-sol-title-block .field-name-field-advantage a {
  background: url('../images/west/west-sol-a-li-rtl.png') top left no-repeat;
  right: initial;
  left: -115px;
  padding: 40px 75px 0 0;
}
body.node-type-west-solutions.ld-right .content-section-container .west-sol-title-block .field-name-field-exp-page-footer-images {
  right: initial;
  left: 0px;
}
body.node-type-west-solutions.ld-right .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr td {
  padding: 0 70px 30px 30px;
}
body.node-type-west-solutions.ld-right .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr:first-child td:first-child {
  background: url('../images/west/west-sol-cms.png') right top 10px no-repeat;
}
body.node-type-west-solutions.ld-right .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr:first-child td:last-child {
  background: url('../images/west/west-sol-js.png') right top 10px no-repeat;
}
body.node-type-west-solutions.ld-right .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr:last-child td:first-child {
  background: url('../images/west/west-sol-api.png') right top 10px no-repeat;
}
body.node-type-west-solutions.ld-right .content-section-container .west-sol-description .field-name-field-why-use-translation-servic table tr:last-child td:last-child {
  background: url('../images/west/west-sol-files.png') right top 10px no-repeat;
}
body.node-type-west-solutions.ld-right .content-section-container .west-contact-block .west-contact .west-contact-chat-text,
body.node-type-west-solutions.ld-right .content-section-container .west-contact-block .west-contact .west-contact-email,
body.node-type-west-solutions.ld-right .content-section-container .west-contact-block .west-contact .west-contact-phone {
  padding-left: 0;
  padding-right: 45px;
  background-position: right center;
}
body.node-type-west-solutions.ld-right .content-section-container .west-contact-block .west-ask .field-name-field-exp-page-thirdblock-text a {
  background: url('../images/west/west-sol-code-button.png') right center no-repeat;
}
body.node-type-west-solutions.ld-right .content-section-container .west-web-translation .west-inner .field-name-field-exp-page-footer-text a {
  right: initial;
  left: 0;
}
body.taxonomy-vocabulary-api .title-prefix,
body.node-type-api .title-prefix {
  font-size: 42px;
  line-height: 45px;
  padding-bottom: 40px;
  margin-bottom: 25px;
  margin-top: 25px;
  border-bottom: 1px solid #eeeeee;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .page-header,
body.node-type-api .page-header {
  color: #444444;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .api-header,
body.node-type-api .api-header {
  background: url('../images/api-img.jpg') left top no-repeat #3ab94e;
  height: 320px;
  padding-left: 350px;
  margin-bottom: 30px;
}
body.taxonomy-vocabulary-api .api-header h2,
body.node-type-api .api-header h2 {
  color: #fff;
  background: none;
  font-size: 42px;
  line-height: 50px;
  word-spacing: 50px;
  border: 0;
  padding: 15px 0 30px 0;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .api-header a,
body.node-type-api .api-header a {
  display: none;
  color: #3ab94e;
  text-decoration: none;
  font-weight: bold;
  width: 127px;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  background: url('../images/api-download.png') #fff left center no-repeat;
  font-size: 14px;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.taxonomy-vocabulary-api .api-links,
body.node-type-api .api-links {
  margin-bottom: 20px;
}
body.taxonomy-vocabulary-api .api-links:after,
body.node-type-api .api-links:after {
  content: '';
  display: block;
  clear: both;
}
body.taxonomy-vocabulary-api .api-links > a,
body.node-type-api .api-links > a {
  display: block;
  padding-top: 100px;
  padding-bottom: 28px;
  margin: 0 0.33% 0.33% 0;
  float: left;
  background-color: #fafafa;
  text-decoration: none;
  text-align: center;
  color: #444444;
  font-size: 18px;
  width: 33%;
  position: relative;
  min-height: 25px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .api-links > a span,
body.node-type-api .api-links > a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  padding-top: 100px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body.taxonomy-vocabulary-api .api-links > a span.active,
body.node-type-api .api-links > a span.active {
  background: url('../images/wait.gif') no-repeat center bottom 16px;
}
body.taxonomy-vocabulary-api .api-links .links-block,
body.node-type-api .api-links .links-block {
  display: none;
  clear: both;
  background-color: #eef7f9;
  padding: 20px 0;
  margin-bottom: 2px;
}
body.taxonomy-vocabulary-api .api-links .links-block li,
body.node-type-api .api-links .links-block li {
  float: left;
  list-style: none;
  width: 33.33%;
}
body.taxonomy-vocabulary-api .api-links .links-block li a,
body.node-type-api .api-links .links-block li a {
  display: block;
  padding: 0px;
  margin: 0 20px;
  min-height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #dfe6e8;
  text-decoration: none;
  color: #448ccb;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .api-links .links-block li a:hover,
body.node-type-api .api-links .links-block li a:hover {
  color: #444444;
}
body.taxonomy-vocabulary-api .api-links .supported-methods,
body.node-type-api .api-links .supported-methods {
  background: url('../images/api-links.png') 25px -20px no-repeat #f7f7f7;
}
body.taxonomy-vocabulary-api .api-links .supported-methods.expanded span,
body.node-type-api .api-links .supported-methods.expanded span {
  background: url('../images/api-links-hover.png') center top no-repeat;
}
body.taxonomy-vocabulary-api .api-links .callbacks,
body.node-type-api .api-links .callbacks {
  background: url('../images/api-links.png') -205px -20px no-repeat #f7f7f7;
}
body.taxonomy-vocabulary-api .api-links .status,
body.node-type-api .api-links .status {
  background: url('../images/api-links.png') -430px -20px no-repeat #f7f7f7;
}
body.taxonomy-vocabulary-api .api-links .language-codes,
body.node-type-api .api-links .language-codes {
  background: url('../images/api-links.png') 25px -160px no-repeat #f7f7f7;
  clear: both;
}
body.taxonomy-vocabulary-api .api-links .expertise-codes,
body.node-type-api .api-links .expertise-codes {
  background: url('../images/api-links.png') -205px -160px no-repeat #f7f7f7;
}
body.taxonomy-vocabulary-api .api-links .content-formats,
body.node-type-api .api-links .content-formats {
  background: url('../images/api-links.png') -430px -160px no-repeat #f7f7f7;
}
body.taxonomy-vocabulary-api .region-content,
body.node-type-api .region-content {
  color: #444444;
  font-size: 17px;
  line-height: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .region-content h3,
body.node-type-api .region-content h3 {
  color: #fff;
}
body.taxonomy-vocabulary-api .region-content code,
body.node-type-api .region-content code {
  color: #444444;
  font-size: 13px;
  background-color: #f6f7e1;
  padding: 20px;
  display: block;
  font-family: monospace, Arial, sans-serif;
  word-wrap: break-word;
}
body.taxonomy-vocabulary-api .region-content strong,
body.node-type-api .region-content strong {
  color: #000;
}
body.taxonomy-vocabulary-api .region-content .field-name-field-exp-page-fifthline-text4,
body.node-type-api .region-content .field-name-field-exp-page-fifthline-text4 {
  font-size: 14px;
  font-family: 'OpenSans-normal-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .region-content .field-name-field-exp-page-fifthline-text4 h3,
body.node-type-api .region-content .field-name-field-exp-page-fifthline-text4 h3 {
  padding: 15px 20px;
  margin: 0;
  color: #737373;
  font-size: 15px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
body.taxonomy-vocabulary-api .region-content .field-name-field-description,
body.node-type-api .region-content .field-name-field-description {
  margin-top: 20px;
}
body.taxonomy-vocabulary-api .region-content .field-name-field-description .field-item,
body.node-type-api .region-content .field-name-field-description .field-item {
  padding: 20px 0;
  border-top: 1px solid #eeeeee;
  color: #000;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .region-content table,
body.node-type-api .region-content table {
  width: 100%;
}
body.taxonomy-vocabulary-api .region-content table caption,
body.node-type-api .region-content table caption {
  text-align: left;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 15px;
  color: #808080;
  border-top: 1px solid #ececec;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .region-content table th,
body.node-type-api .region-content table th {
  background-color: #f6f7e1;
  font-size: 14px;
  padding: 10px 15px;
  vertical-align: middle;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .region-content table td,
body.node-type-api .region-content table td {
  font-size: 14px;
  padding: 10px 15px;
  vertical-align: middle;
}
body.taxonomy-vocabulary-api .region-content table td:first-child,
body.node-type-api .region-content table td:first-child {
  width: 130px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.taxonomy-vocabulary-api .region-content table strong,
body.node-type-api .region-content table strong {
  color: #444444;
}
body.taxonomy-vocabulary-api.ld-right .region-content,
body.node-type-api.ld-right .region-content,
body.taxonomy-vocabulary-api.ld-right .title-prefix,
body.node-type-api.ld-right .title-prefix,
body.taxonomy-vocabulary-api.ld-right .page-header,
body.node-type-api.ld-right .page-header {
  text-align: right;
}
body.taxonomy-vocabulary-api .form-control,
body.node-type-api .form-control {
  margin: 10px 0px 10px 0px;
  border: 1px solid #eeeeee !important;
}
body.taxonomy-vocabulary-api table tr {
  border-top: 1px solid #eeeeee;
}
body.node-type-job .header-second {
  position: relative;
  background-color: #fff;
}
body.node-type-job .header-second:before {
  content: '';
  background: #F1F3F5 url('../images/hiring-main.jpg') center -1px no-repeat;
  position: absolute;
  width: 100%;
  height: 308px;
  bottom: -309px;
}
body.node-type-job .header-second:after {
  content: '';
  background: #4A86C4;
  position: absolute;
  width: 100%;
  height: 131px;
  bottom: -440px;
}
body.node-type-job .side-right-sidebar,
body.node-type-job .side-left-sidebar {
  display: none;
}
body.node-type-job footer.footer {
  margin: 0;
}
body.node-type-job .page-header {
  padding-top: 218px;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 38px;
  margin: 0;
  font-family: 'OpenSans-bold-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-job .hiring-header:before,
body.node-type-job .hiring-header:after {
  content: " ";
  display: table;
}
body.node-type-job .hiring-header:after {
  clear: both;
}
body.node-type-job .hiring-header:before,
body.node-type-job .hiring-header:after {
  content: " ";
  display: table;
}
body.node-type-job .hiring-header:after {
  clear: both;
}
body.node-type-job .hiring-header h3 {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  padding-right: 12px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-job .hiring-header .item-list {
  margin-top: 16px;
}
body.node-type-job .hiring-header .item-list li {
  display: block;
  list-style: none;
  padding-right: 5px;
  margin: 0px;
  float: left;
}
body.node-type-job .hiring-header .item-list li a {
  display: block;
  background-color: #fff;
  color: #444444;
  font-size: 15px;
  text-decoration: none;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  min-width: 100px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.node-type-job .hiring-header .item-list li a.active {
  background-color: #ff7800;
  color: #fff;
}
body.node-type-job .add-cv {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'OpenSans-normal-italic', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-job .add-cv a {
  color: #fff;
}
body.node-type-job .add-cv .sharethis-buttons {
  border: 0;
  padding: 0;
  margin: 22px 0 0;
}
body.node-type-job .field-name-field-job-category {
  color: #929292;
  font-size: 24px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 15px 0;
}
body.node-type-job .custom-title {
  color: #448ccb;
  padding: 10px 0;
  font-size: 16px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-job .field-name-body {
  line-height: 24px;
  font-size: 14px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-job .field-name-body h3 {
  color: #000;
  font-size: 20px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-job .custom-apply {
  overflow: hidden;
  margin-bottom: 30px;
}
body.node-type-job .custom-apply a {
  margin-top: 15px;
  font-size: 14px;
  font-family: 'OpenSans-bolder-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  padding: 5px 10px;
  background-color: #448ccb;
  display: block;
  float: left;
  text-decoration: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.node-type-job .custom-apply .job-id {
  display: block;
  float: left;
  margin-top: 12px;
  padding: 5px 10px;
  color: #929292;
  font-size: 16px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-job .statistics_counter {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
  font-family: 'OpenSans-lighter-normal', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.node-type-job.ld-right .content-section-container {
  text-align: right;
}
body.node-type-job.ld-right .custom-apply span,
body.node-type-job.ld-right .custom-apply a {
  float: right;
}
.ohte-header {
  position: fixed;
  top: 0;
  display: block;
  z-index: 900;
  width: 100%;
}
.ohte-header #header.navbar {
  border: 0 none;
}
@media only screen and (max-width: 345px) {
  .ohte-header #header .navbar-header .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.ohte-header #header .navbar-header .logo-block {
  max-width: 320px;
  float: left;
}
@media only screen and (max-width: 420px) {
  .ohte-header #header .navbar-header .logo-block {
    padding-top: 5px;
  }
}
.ohte-header #header .navbar-header .logo-block a {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
.ohte-header #header .navbar-header .logo-header {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .ohte-header #header .navbar-header .logo-header.site-logo {
    max-width: 120px;
  }
}
@media only screen and (max-width: 420px) {
  .ohte-header #header .navbar-header .logo-header.site-logo {
    max-width: 100px;
  }
}
.ohte-header #header .navbar-header .logo-header.enterprise-logo {
  padding-left: 10px;
}
@media only screen and (max-width: 480px) {
  .ohte-header #header .navbar-header .logo-header.enterprise-logo {
    max-width: 100px;
  }
}
@media only screen and (max-width: 420px) {
  .ohte-header #header .navbar-header .logo-header.enterprise-logo {
    padding-left: 5px;
    max-width: 70px;
  }
}
.ohte-header #header .navbar-collapse {
  padding-top: 0;
}
.ohte-header #header .navbar-collapse.collapse {
  display: block;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .ohte-header #header .navbar-collapse.collapse {
    visibility: hidden;
    display: none;
    height: 0!important;
  }
}
.ohte-header #header .navbar-collapse.collapse.in {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .ohte-header #header .navbar-collapse.collapse.in {
    display: block;
    background-color: #ffffff;
    visibility: visible;
    height: auto!important;
  }
}
.ohte-header #header .navbar-collapse .my-account-block .my-account-link {
  font-weight: bold;
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .ohte-header #header .navbar-collapse .menu .leaf {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 420px) {
  .ohte-header #header .header-user-menu {
    margin: 20px 0;
  }
}
.ohte-header #header .header-user-menu .btn {
  margin-left: 5px;
  border-radius: 5px;
  height: 40px;
  padding: 10px;
  font-weight: 700;
  width: 150px;
  display: inline-block;
  line-height: 1.1;
}
.ohte-header #header .header-user-menu .btn.btn-transparent {
  border: solid 1px #9a9b9d;
  color: #444445;
}
@media only screen and (max-width: 768px) {
  .ohte-header #header .header-user-menu .btn.btn-transparent {
    display: none;
  }
}
.ohte-header #header .header-user-menu .btn.btn-blue {
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .ohte-header #header .header-user-menu .btn.btn-blue {
    color: #005ce9;
    text-decoration: underline;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (max-width: 420px) {
  .ohte-header #header .header-user-menu .btn.btn-blue {
    width: auto;
    margin: 0;
    padding: 0;
    height: auto;
    font-size: 12px;
  }
}
.ohte-header .navbar-header {
  width: 100%;
  background-color: #ffffff;
}
.ohte-header .navbar-header .navbar-toggle {
  margin-right: 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .ohte-header .navbar-header .navbar-toggle {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .ohte-header .navbar-header .navbar-toggle {
    margin-left: 10px;
  }
}
.ohte-header .navbar-header .navbar-toggle .icon-bar {
  background-color: #ff7900;
}
.ohte-header .header-second {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.ohte-header .header-second.opacity-high {
  background-color: rgba(255, 255, 255, 0.95);
}
.ohte-header .header-second .my-account-block .my-account-link {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ohte-header .header-second .my-account-block .my-account-link {
    display: block;
    padding: 10px 0;
  }
}
.ohte-header .header-second .zone-header {
  padding: 25px 0;
}
.ohte-header .header-second .zone-header .menu {
  align-items: center;
  justify-content: flex-end;
  list-style: outside none none;
  margin: 0;
}
.ohte-header .header-second .zone-header .menu .leaf {
  display: inline-block;
  padding: 0 29px 0 0;
  border-bottom: 2px solid transparent;
  position: relative;
  text-align: center;
  float: left;
}
.ohte-header .header-second .zone-header .menu .leaf:last-of-type {
  padding: 0;
}
.ohte-header .header-second .zone-header .menu .leaf a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
  padding: 8px 0;
  position: relative;
}
.ohte-header .header-second .zone-header .menu .leaf a:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  width: 0;
  height: 4px;
  transition: width 0.3s ease-out 0.1s;
  background-color: #ff7900;
}
@media only screen and (max-width: 768px) {
  .ohte-header .header-second .zone-header .menu .leaf a:after {
    display: none;
  }
}
.ohte-header .header-second .zone-header .menu .leaf a:hover {
  text-decoration: none;
  color: #464647;
  background-color: transparent;
}
.ohte-header .header-second .zone-header .menu .leaf a:hover:after {
  width: 100%;
}
.ohte-header .header-second .zone-header .menu .leaf a.active:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 4px;
  transition: width 0.3s ease-out 0.1s;
  background-color: #ff7900;
}
@media only screen and (max-width: 768px) {
  .ohte-header .header-second .zone-header .menu .leaf a.active:after {
    display: none;
  }
}
.oht-footer-block .footer-preface {
  background: #ffffff;
  padding: 45px 0 10px;
  text-align: center;
}
.oht-footer-block .footer-preface .block-content {
  color: #808080;
  text-align: center;
  font-size: 13px;
}
@include phone {
  padding: 0 10px;
}
.oht-footer-block .footer {
  background-color: #ffffff;
  padding-top: 10px;
  border-top: 1px solid #ffffff;
  margin: 0;
  padding-bottom: 45px;
}
.oht-footer-block .footer .footer-inner {
  text-align: center;
}
.oht-footer-block .footer .footer-inner .region-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.oht-footer-block .footer .footer-inner .region-footer #block-menu-menu-footer.block li {
  border-left: 0 none;
  display: inline-flex;
  align-items: center;
}
.oht-footer-block .footer .footer-inner .region-footer #block-menu-menu-footer.block a {
  text-decoration: underline;
  font-size: 13px;
  color: #b0b0b0;
  padding: 0;
}
.oht-footer-block .footer .footer-inner .region-footer #block-menu-menu-footer.block a:hover {
  background-color: transparent;
}
.oht-footer-block .footer .footer-inner .region-footer #block-oht-generic-footer-copyrights.block {
  display: inline-flex;
  align-items: center;
}
.oht-footer-block .footer .footer-inner .region-footer #block-oht-generic-footer-copyrights.block .block-content {
  padding-left: 10px;
  font-size: 13px;
  color: #b0b0b0;
}
.page-enterprise {
  font-family: 'Open Sans', sans-serif;
  min-width: 320px;
}
.page-enterprise h1,
.page-enterprise .h1,
.page-enterprise h2,
.page-enterprise .h2,
.page-enterprise h3,
.page-enterprise .h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-enterprise.admin-menu .ohte-header {
  margin-top: 28px;
}
@media only screen and (max-width: 992px) {
  .page-enterprise.page-fixed {
    position: relative;
    width: 100%;
    overflow: visible;
  }
}
@media only screen and (max-width: 768px) {
  .page-enterprise .oht-slider-block {
    background-position: bottom right;
  }
}
.page-enterprise.page-enterprise-overview .oht-slider-block {
  background-image: url('../images/pages/splash-main-hp.jpg');
}
.page-enterprise.page-enterprise-benefits .oht-slider-block {
  background-image: url('../images/pages/splash-benefits.jpg');
}
.page-enterprise.page-enterprise-features .oht-slider-block {
  background-image: url('../images/pages/splash-features.jpg');
}
.page-enterprise.page-enterprise-quality .oht-slider-block {
  background-image: url('../images/pages/splash-quality-assurance.jpg');
}
@media only screen and (max-width: 768px) {
  .page-enterprise.page-enterprise-quality .oht-slider-block {
    background-image: url('../images/pages/splash-quality-assurance-mob.jpg');
  }
}
.page-enterprise.page-enterprise-pricing .oht-slider-block {
  background-image: url('../images/pages/splash-pricing.jpg');
}
@media only screen and (max-width: 768px) {
  .page-enterprise.page-enterprise-pricing .oht-slider-block {
    background-image: url('../images/pages/splash-pricing-mob.jpg');
  }
}
.page-enterprise.page-enterprise-testimonials .oht-slider-block {
  background-image: url('../images/pages/splash-testimonials.jpg');
}
@media only screen and (max-width: 768px) {
  .page-enterprise.page-enterprise-testimonials .oht-slider-block {
    background-image: url('../images/pages/splash-testimonials-mob.jpg');
  }
}
.page-enterprise.page-enterprise-pricing .oht-slider-block,
.page-enterprise.page-enterprise-testimonials .oht-slider-block,
.page-enterprise.page-enterprise-quality .oht-slider-block {
  background-position: center center;
  background-size: cover;
  min-height: 680px;
}
.page-enterprise * {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page-enterprise img {
  max-width: 100%;
}
@media only screen and (max-width: 1260px) {
  .page-enterprise .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-enterprise .site-width {
  max-width: 1230px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-enterprise-benefits .oht-slider-block {
    background-position: right bottom;
  }
}
.oht-slider-block {
  position: relative;
  min-height: 680px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.oht-slider-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .oht-slider-block:before {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .oht-slider-block .container-slider {
    z-index: 600;
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
  }
}
.oht-slider-block .content-block-text {
  max-width: 570px;
  padding-top: 240px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .oht-slider-block .content-block-text {
    padding-top: 0;
    padding-left: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}
.oht-slider-block .content-block-text .title .title-h {
  font-size: 46px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #444445;
  letter-spacing: -1.2px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .oht-slider-block .content-block-text .title .title-h {
    color: #ffffff;
  }
}
@media only screen and (max-width: 420px) {
  .oht-slider-block .content-block-text .title .title-h {
    font-size: 42px;
  }
}
@media only screen and (max-width: 320px) {
  .oht-slider-block .content-block-text .title .title-h {
    font-size: 35px;
  }
}
.oht-slider-block .content-block-text .desc-block {
  padding-top: 10px;
  max-width: 540px;
}
@media only screen and (max-width: 768px) {
  .oht-slider-block .content-block-text .desc-block {
    padding-top: 0;
    max-width: 100%;
  }
}
.oht-slider-block .content-block-text .desc-block p {
  color: #444445;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .oht-slider-block .content-block-text .desc-block p {
    color: #ffffff;
  }
}
.oht-slider-block .content-block-text .link-block {
  padding-top: 30px;
}
.oht-slider-block .content-block-text .link-block .btn {
  text-transform: uppercase;
  padding: 17px;
  font-size: 16px;
  font-weight: 700;
  width: 245px;
}
@media only screen and (max-width: 768px) {
  .oht-slider-block .content-block-text .link-block .btn {
    width: 320px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .oht-slider-block .content-block-text .link-block .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .oht-slider-block .content-block-text .link-block .btn {
    width: 100%;
  }
}
.oht-enterprise-block {
  background-color: #f7f7f7;
  padding-top: 65px;
}
.oht-enterprise-block.hp-enterprise {
  background-color: #f7faff;
}
.oht-enterprise-block.qua-enterprise {
  padding-bottom: 400px;
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('../images/pages/qua-enterprise.png');
}
@media only screen and (max-width: 768px) {
  .oht-enterprise-block.qua-enterprise {
    background-size: contain;
    padding-bottom: 300px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 570px) {
  .oht-enterprise-block.qua-enterprise {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 420px) {
  .oht-enterprise-block.qua-enterprise {
    padding-bottom: 140px;
  }
}
.oht-enterprise-block.qua-enterprise .title-h {
  text-align: center;
}
.oht-enterprise-block.qua-enterprise .desc {
  text-align: center;
}
.oht-enterprise-block.qua-enterprise .desc .link {
  color: #ff7900;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
}
.oht-enterprise-block.oht-enterprise-benefits .item-block .title {
  max-width: 200px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .oht-enterprise-block.oht-enterprise-benefits .item-block .title {
    max-width: 100%;
  }
}
.oht-enterprise-block .site-width {
  max-width: 1270px;
}
.oht-enterprise-block .title-block {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .oht-enterprise-block .title-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.oht-enterprise-block .title-block .title-h {
  font-size: 40px;
  font-family: 'Roboto Slab', serif;
  color: #444445;
  font-weight: 300;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 768px) {
  .oht-enterprise-block .title-block .title-h {
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  .oht-enterprise-block .title-block .title-h {
    font-size: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .oht-enterprise-block .title-block .title-h {
    font-size: 32px;
  }
}
.oht-enterprise-block .item-block {
  text-align: left;
  padding-bottom: 40px;
  min-height: 280px;
}
@media only screen and (max-width: 768px) {
  .oht-enterprise-block .item-block {
    padding-bottom: 60px;
    width: 100%;
  }
}
.oht-enterprise-block .item-block .icon-block {
  display: inline-block;
  text-align: left;
  height: 66px;
}
@media only screen and (max-width: 768px) {
  .oht-enterprise-block .item-block .icon-block {
    display: inline-block;
    width: 100%;
  }
  .oht-enterprise-block .item-block .icon-block i {
    margin: 0 auto;
  }
}
.oht-enterprise-block .item-block .title {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: left;
  color: #262626;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .oht-enterprise-block .item-block .title {
    text-align: center;
    max-width: 100%;
  }
}
.oht-enterprise-block .item-block .desc {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .oht-enterprise-block .item-block .desc {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
}
.oht-enterprise-block .item-block .desc p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #262626;
}
.oht-trusted-block {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .oht-trusted-block {
    padding-top: 35px;
    padding-bottom: 70px;
  }
}
.oht-trusted-block .title-block {
  text-align: center;
}
.oht-trusted-block .title-block .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 30px;
  margin-top: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: -0.3px;
  text-align: center;
  color: #444445;
}
.oht-trusted-block .logo-block {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .oht-trusted-block .logo-block {
    max-width: 600px;
    margin: 0 auto;
  }
}
.oht-trusted-block .logo-block .img-block .img {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .oht-trusted-block .logo-block .img-block .img.img-desktop {
    display: none;
  }
}
.oht-trusted-block .logo-block .img-block .img.img-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .oht-trusted-block .logo-block .img-block .img.img-mobile {
    display: block;
  }
}
.oht-my-team-block {
  background-color: #005ce9;
  min-height: 480px;
  padding-bottom: 80px;
  color: #ffffff;
}
.oht-my-team-block .title-block {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .oht-my-team-block .title-block {
    padding-bottom: 45px;
    max-width: 450px;
    text-align: left;
  }
}
.oht-my-team-block .title-block .title-h {
  font-size: 40px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 420px) {
  .oht-my-team-block .title-block .title-h {
    font-size: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .oht-my-team-block .title-block .title-h {
    font-size: 32px;
  }
}
.oht-my-team-block .title-block .desc-block {
  padding-top: 30px;
  margin: 0 auto;
  max-width: 640px;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .oht-my-team-block .title-block .desc-block {
    text-align: left;
  }
}
@media only screen and (max-width: 420px) {
  .oht-my-team-block .title-block .desc-block {
    font-size: 14px;
  }
}
.oht-my-team-block .img-block {
  padding-top: 30px;
  text-align: center;
}
.oht-my-team-block .img-block .img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .oht-my-team-block .img-block .img-desktop {
    display: none;
  }
}
.oht-my-team-block .img-block .img-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .oht-my-team-block .img-block .img-mobile {
    display: block;
  }
}
.oht-translation-team-block {
  background-color: #f7faff;
  padding-top: 70px;
}
@media only screen and (max-width: 570px) {
  .oht-translation-team-block {
    padding-top: 40px;
  }
}
.oht-translation-team-block .site-width {
  max-width: 1270px;
}
.oht-translation-team-block .item-block {
  text-align: left;
  min-height: 280px;
}
@media only screen and (max-width: 992px) {
  .oht-translation-team-block .item-block {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .oht-translation-team-block .item-block {
    width: 100%;
  }
}
@media only screen and (max-width: 570px) {
  .oht-translation-team-block .item-block {
    padding-bottom: 20px;
  }
}
.oht-translation-team-block .item-block.item-block-bg {
  min-height: 315px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .oht-translation-team-block .item-block.item-block-bg {
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .oht-translation-team-block .item-block.item-block-bg {
    min-height: 315px;
  }
}
@media only screen and (max-width: 570px) {
  .oht-translation-team-block .item-block.item-block-bg {
    min-height: 240px;
  }
}
@media only screen and (max-width: 420px) {
  .oht-translation-team-block .item-block.item-block-bg {
    min-height: 220px;
  }
}
@media only screen and (max-width: 320px) {
  .oht-translation-team-block .item-block.item-block-bg {
    min-height: 170px;
  }
}
.oht-translation-team-block .item-block.item-block-bg .content-block {
  position: absolute;
  bottom: 0;
  right: 25px;
  display: table;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 320px) {
}
.oht-translation-team-block .item-block.item-block-bg .content-block .team-img {
  display: table-cell;
  vertical-align: bottom;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .oht-translation-team-block .item-block.item-block-bg .content-block .team-img {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .oht-translation-team-block .item-block.item-block-bg .content-block .team-img {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .oht-translation-team-block .item-block .text-block {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .oht-translation-team-block .item-block .text-block .title {
    text-align: center;
  }
}
.oht-translation-team-block .item-block .text-block .title .title-h {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.7px;
  font-family: 'Roboto Slab', serif;
  color: #444445;
}
.oht-translation-team-block .item-block .number-block {
  padding-top: 3px;
}
.oht-translation-team-block .item-block .number-block .link-number {
  color: #2a2a2a;
  text-decoration: none;
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.3px;
  text-align: left;
}
.oht-translation-team-block .item-block .link-block {
  padding-top: 17px;
}
.oht-translation-team-block .item-block .link-block .btn {
  padding: 12px 12px;
  font-size: 16px;
  width: 260px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .oht-translation-team-block .item-block .link-block .btn {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .oht-translation-team-block .item-block .link-block .btn {
    display: block;
    margin: 0 auto;
  }
}
.oht-translation-team-block .item-block .logo-block {
  padding-top: 25px;
  padding-bottom: 29px;
}
@media only screen and (max-width: 992px) {
  .oht-translation-team-block .item-block .logo-block i {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .oht-translation-team-block .item-block .logo-block i {
    margin: 0 auto;
  }
}
.oht-benefits-block {
  background: rgba(0, 0, 0, 0) url('../images/pages/city_bg.png') no-repeat scroll;
  background-position: bottom center;
  background-color: #f7f7f7;
  width: 100%;
  min-width: 320px;
  padding-top: 80px;
  padding-bottom: 250px;
}
.oht-benefits-block .row-block {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oht-benefits-block .row-block .content-block {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .oht-benefits-block .row-block .content-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.oht-benefits-block .row-block .content-block .item-block {
  padding: 20px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .oht-benefits-block .row-block .content-block .item-block {
    padding: 10px;
  }
}
.oht-benefits-block .row-block .content-block .item-block .img {
  float: left;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100px;
}
.oht-benefits-block .row-block .content-block .item-block .content {
  overflow: hidden;
}
.oht-benefits-block .row-block .content-block .item-block .title {
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000000;
  max-width: 200px;
}
.oht-benefits-block .row-block .content-block .item-block .desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.oht-benefits-block .row-block .content-block .item-block .desc p {
  margin-bottom: 20px;
}
.oht-benefits-block .row-block .content-block .item-block .desc p:last-of-type {
  margin-bottom: 0;
}
.oht-benefits-block .row-block .content-block .item-block .read-more {
  color: #ff7900;
  text-transform: uppercase;
}
.oht-pricing-block {
  background-image: url('../images/pages/block-pricing-bg.jpg');
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 100%;
  min-width: 320px;
  padding-bottom: 130px;
  color: #ffffff;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .oht-pricing-block {
    background-size: cover;
  }
}
.oht-pricing-block h2 {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  padding-top: 95px;
}
.oht-pricing-block .row-block {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0 0;
}
.oht-pricing-block .row-block .content-block {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .oht-pricing-block .row-block .content-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.oht-pricing-block .row-block .content-block:first-of-type .itemBlock:first-of-type .desc {
  max-width: 210px;
}
.oht-pricing-block .row-block .content-block:first-of-type .itemBlock:last-of-type .desc {
  max-width: 290px;
}
.oht-pricing-block .row-block .content-block:last-of-type .itemBlock:first-of-type .desc {
  max-width: 220px;
}
.oht-pricing-block .row-block .content-block:last-of-type .itemBlock:last-of-type .desc {
  max-width: 310px;
}
.oht-pricing-block .row-block .content-block .item-block {
  padding: 20px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .oht-pricing-block .row-block .content-block .item-block {
    padding: 20px 30px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.oht-pricing-block .row-block .content-block .item-block .img {
  text-align: center;
  width: 140px;
  min-height: 100px;
  vertical-align: middle;
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .oht-pricing-block .row-block .content-block .item-block .img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .oht-pricing-block .row-block .content-block .item-block .img .icon-pricing {
    margin: 0 auto;
  }
}
.oht-pricing-block .row-block .content-block .item-block .content {
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .oht-pricing-block .row-block .content-block .item-block .content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.oht-pricing-block .row-block .content-block .item-block .title {
  line-height: 1.2;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}
.oht-pricing-block .row-block .content-block .item-block .desc {
  font-size: 14px;
  line-height: 1.8;
}
.oht-pricing-block .row-block .content-block .item-block .desc p {
  margin-bottom: 20px;
}
.oht-pricing-block .row-block .content-block .item-block .desc p:last-of-type {
  margin-bottom: 0;
}
.oht-pricing-block .row-block .content-block .item-block .read-more {
  color: #ff7900;
  text-transform: uppercase;
}
.oht-testimonial-block {
  background-color: #f7f7f7;
  width: 100%;
  min-width: 320px;
}
.oht-testimonial-block .title-block {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .oht-testimonial-block .title-block {
    max-width: 500px;
    margin: 0 auto;
  }
}
.oht-testimonial-block .title-block h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
}
.oht-testimonial-block .row-block {
  margin: 0 -20px;
  padding: 10px 0 15px;
}
@madia @tablet {
  margin: 0;
}
.oht-testimonial-block .row-block .content-block {
  vertical-align: top;
}
.oht-testimonial-block .row-block .content-block .item-block {
  padding: 45px 20px;
  text-align: left;
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .oht-testimonial-block .row-block .content-block .item-block {
    padding: 20px;
  }
}
.oht-testimonial-block .row-block .content-block .item-block:last-of-type .content {
  padding: 40px 10px 0 40px;
}
@media only screen and (max-width: 768px) {
  .oht-testimonial-block .row-block .content-block .item-block:last-of-type .content {
    padding: 10px 10px 40px 20px;
  }
}
.oht-testimonial-block .row-block .content-block .item-block:last-of-type .content .desc {
  max-width: 370px;
}
.oht-testimonial-block .row-block .content-block .item-block .img {
  display: block;
  text-align: center;
  position: relative;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .oht-testimonial-block .row-block .content-block .item-block .img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.oht-testimonial-block .row-block .content-block .item-block .img a {
  position: relative;
  display: inline-block;
}
.oht-testimonial-block .row-block .content-block .item-block .img img {
  width: 100%;
  height: auto;
}
.oht-testimonial-block .row-block .content-block .item-block .img .desc-block {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  height: 110px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.oht-testimonial-block .row-block .content-block .item-block .img .desc-block .video-play {
  display: block;
  background: rgba(0, 0, 0, 0) url("../images/pages/button-play.png") no-repeat scroll 0 0;
  height: 70px;
  width: 70px;
  padding: 0;
  margin: 20px;
  cursor: pointer;
  float: left;
  border: 0 none;
  position: absolute;
}
.oht-testimonial-block .row-block .content-block .item-block .img .desc-block .title {
  color: #ffffff;
  padding-left: 110px;
  text-align: left;
  padding-top: 30px;
  font-weight: 600;
}
.oht-testimonial-block .row-block .content-block .item-block .img .desc-block .desc-organization {
  color: #ffffff;
  padding-left: 110px;
  padding-top: 5px;
  text-align: left;
}
.oht-testimonial-block .row-block .content-block .item-block .content {
  text-align: left;
  padding: 20px 0px 20px 35px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .oht-testimonial-block .row-block .content-block .item-block .content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 20px 0;
  }
}
.oht-testimonial-block .row-block .content-block .item-block .content .logo {
  max-width: 370px;
}
@media only screen and (max-width: 768px) {
  .oht-testimonial-block .row-block .content-block .item-block .content .logo {
    margin: 0 auto;
  }
}
.oht-testimonial-block .row-block .content-block .item-block .title {
  line-height: 1.2;
  font-size: 1.2 10px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .oht-testimonial-block .row-block .content-block .item-block .title {
    text-align: center;
  }
}
.oht-testimonial-block .row-block .content-block .item-block .desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .oht-testimonial-block .row-block .content-block .item-block .desc {
    padding-top: 20px;
    max-width: 370px;
    margin: 0 auto;
  }
}
.oht-testimonial-block .row-block .content-block .item-block .desc p {
  margin-bottom: 20px;
}
.oht-testimonial-block .row-block .content-block .item-block .desc p:last-of-type {
  margin-bottom: 0;
}
.oht-testimonial-block .row-block .content-block .item-block .read-more {
  color: #ff7900;
  text-transform: uppercase;
}
.oht-features-unique-block {
  background-color: #f7f7f7;
  width: 100%;
  min-width: 320px;
}
.oht-features-unique-block .title-block {
  padding-top: 70px;
}
.oht-features-unique-block .title-block h2 {
  font-size: 30px;
  font-family: 'Roboto Slab', serif;
  color: #000000;
}
.oht-features-unique-block .row-block {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px;
  padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .oht-features-unique-block .row-block {
    margin: 0;
  }
}
.oht-features-unique-block .row-block .content-block {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .oht-features-unique-block .row-block .content-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.oht-features-unique-block .row-block .content-block.content-1 .item-block.item-first {
  padding-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  .oht-features-unique-block .row-block .content-block.content-1 .item-block.item-first {
    padding-bottom: 40px;
  }
}
.oht-features-unique-block .row-block .content-block.content-1 .item-block.item-first .pad-bottom.img {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .oht-features-unique-block .row-block .content-block.content-1 .item-block.item-first .pad-bottom.img {
    display: none;
  }
}
.oht-features-unique-block .row-block .content-block.content-1 .item-block.item-2 .desc {
  max-width: 370px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .oht-features-unique-block .row-block .content-block.content-1 .item-block.item-2 .desc {
    padding-bottom: 40px;
  }
}
.oht-features-unique-block .row-block .content-block.content-1 .item-block.item-3 .content {
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .oht-features-unique-block .row-block .content-block.content-1 .item-block.item-3 .content {
    padding-left: 0;
  }
}
.oht-features-unique-block .row-block .content-block.content-1 .item-block.item-3 .title {
  max-width: 390px;
}
.oht-features-unique-block .row-block .content-block.content-1 .item-block.item-3 .desc {
  max-width: 350px;
}
.oht-features-unique-block .row-block .content-block.content-2 .item-block.item-1 .title {
  width: 70%;
}
.oht-features-unique-block .row-block .content-block.content-2 .item-block.item-1 .desc {
  max-width: 365px;
}
.oht-features-unique-block .row-block .content-block.content-2 .item-block.item-1 .img {
  padding-top: 40px;
}
.oht-features-unique-block .row-block .content-block.content-2 .item-block.item-2 .img {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .oht-features-unique-block .row-block .content-block.content-2 .item-block.item-2 .img {
    padding-bottom: 40px;
  }
}
.oht-features-unique-block .row-block .content-block.content-2 .item-block.item-2 .title {
  max-width: 330px;
}
.oht-features-unique-block .row-block .content-block.content-2 .item-block.item-2 .desc {
  max-width: 370px;
}
.oht-features-unique-block .row-block .content-block .item-block {
  padding: 0 50px 90px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .oht-features-unique-block .row-block .content-block .item-block {
    padding: 0 0 40px;
  }
}
.oht-features-unique-block .row-block .content-block .item-block .img {
  width: 100%;
}
.oht-features-unique-block .row-block .content-block .item-block .img img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .oht-features-unique-block .row-block .content-block .item-block .img img {
    width: 100%;
  }
}
.oht-features-unique-block .row-block .content-block .item-block .content {
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .oht-features-unique-block .row-block .content-block .item-block .content {
    margin-top: 0;
  }
}
.oht-features-unique-block .row-block .content-block .item-block .title {
  line-height: 1.5;
  font-size: 24px;
  color: #000000;
}
.oht-features-unique-block .row-block .content-block .item-block .title.samibold {
  font-weight: 600;
}
.oht-features-unique-block .row-block .content-block .item-block .desc {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
.oht-features-unique-block .row-block .content-block .item-block .desc p {
  margin-bottom: 20px;
}
.oht-features-unique-block .row-block .content-block .item-block .desc p:last-of-type {
  margin-bottom: 0;
}
.oht-features-block {
  background-color: #f7f7f7;
  width: 100%;
  min-width: 320px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.oht-features-block .row-block {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oht-features-block .row-block .content-block {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .oht-features-block .row-block .content-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.oht-features-block .row-block .content-block .item-block {
  padding: 20px;
  text-align: left;
  position: relative;
}
@include @tablet {
  padding: 10px;
}
@include @l-mobile {
  min-height: 270px;
}
.oht-features-block .row-block .content-block .item-block .img {
  float: left;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 100px;
}
.oht-features-block .row-block .content-block .item-block .content {
  overflow: hidden;
}
.oht-features-block .row-block .content-block .item-block .title {
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000000;
  max-width: 200px;
}
.oht-features-block .row-block .content-block .item-block .title .tm {
  font-size: 5px;
  display: inline-block;
  vertical-align: top;
}
.oht-features-block .row-block .content-block .item-block .desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.oht-features-block .row-block .content-block .item-block .desc p {
  margin-bottom: 20px;
}
.oht-features-block .row-block .content-block .item-block .desc p:last-of-type {
  margin-bottom: 0;
}
.oht-assurance-block {
  background-color: #ffffff;
  width: 100%;
  min-width: 320px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .oht-assurance-block {
    padding-bottom: 40px;
  }
}
.oht-assurance-block .title-block {
  padding-top: 70px;
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .oht-assurance-block .title-block {
    padding: 50px 10px 0;
    width: 100%;
  }
}
.oht-assurance-block .title-block h2 {
  font-size: 35px;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
}
@media only screen and (max-width: 570px) {
  .oht-assurance-block .title-block h2 {
    font-size: 24px;
  }
}
.oht-assurance-block .title-block .desc {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  line-height: 1.6;
  font-size: 21px;
}
@media only screen and (max-width: 570px) {
  .oht-assurance-block .title-block .desc {
    line-height: 1.2;
    font-size: 16px;
  }
}
.oht-assurance-block .row-block {
  width: 900px;
  margin: 0 auto;
  padding: 20px 0 50px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .oht-assurance-block .row-block {
    width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .oht-assurance-block .row-block {
    width: 100%;
    padding: 20px 0 0;
  }
}
.oht-assurance-block .row-block .content-block {
  margin: 0 auto;
}
.oht-assurance-block .row-block .content-block .item-block {
  padding: 0 20px;
  text-align: left;
  position: relative;
  display: table;
}
@media only screen and (max-width: 768px) {
  .oht-assurance-block .row-block .content-block .item-block {
    padding: 0;
    min-height: 150px;
  }
}
.oht-assurance-block .row-block .content-block .item-block .img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .oht-assurance-block .row-block .content-block .item-block .img {
    width: 30%;
    padding: 5px;
  }
}
@media only screen and (max-width: 420px) {
  .oht-assurance-block .row-block .content-block .item-block .img {
    padding: 5px;
  }
}
.oht-assurance-block .row-block .content-block .item-block .img:before {
  position: absolute;
  width: 3px;
  content: ' ';
  background: #e5e5e5;
  height: 101%;
  display: inline-block;
  left: 45%;
  top: 0;
}
.oht-assurance-block .row-block .content-block .item-block .img img {
  z-index: 200;
  position: relative;
}
.oht-assurance-block .row-block .content-block .item-block:first-of-type .img:before {
  height: 50%;
  top: 50%;
}
.oht-assurance-block .row-block .content-block .item-block:last-of-type .img:before {
  height: 50%;
  height: 51%;
}
.oht-assurance-block .row-block .content-block .item-block .content {
  padding-left: 20px;
  vertical-align: middle;
  display: table-cell;
  max-width: 65%;
}
@media only screen and (max-width: 768px) {
  .oht-assurance-block .row-block .content-block .item-block .content {
    padding-left: 10px;
    padding: 5px;
  }
}
@media only screen and (max-width: 420px) {
  .oht-assurance-block .row-block .content-block .item-block .content {
    padding: 5px;
  }
}
.oht-assurance-block .row-block .content-block .item-block .title {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
  color: #005ce9;
}
@media only screen and (max-width: 420px) {
  .oht-assurance-block .row-block .content-block .item-block .title {
    font-size: 15px;
  }
}
.oht-assurance-block .row-block .content-block .item-block .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  max-width: 540px;
}
@media only screen and (max-width: 768px) {
  .oht-assurance-block .row-block .content-block .item-block .desc {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 420px) {
  .oht-assurance-block .row-block .content-block .item-block .desc {
    font-size: 14px;
    line-height: 1.2;
  }
}
.oht-assurance-block .row-block .content-block .item-block .desc p {
  margin-bottom: 20px;
}
.oht-assurance-block .row-block .content-block .item-block .desc p:last-of-type {
  margin-bottom: 0;
}
.element-loader {
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
  /* this makes sure that element loader would be below modal */
  z-index: 1030;
}
.element-loader > div {
  text-align: center;
  margin: auto;
  max-width: 450px;
  position: relative;
}
.element-loader > div.with-border {
  background-color: #FFFFFF;
  border: solid thin;
  padding: 20px;
}
.modal .element-loader {
  /* this makes sure that element loader in modals will be higher */
  z-index: 1080;
}
.oht-loader-large {
  background: url('../images/wait-large.gif');
  height: 32px;
  width: 32px;
  padding: 5px;
  border-radius: 25px;
  margin: auto;
}
body.rtl_mode .MyTeam-panel {
  display: none;
}
.page-home.ru_lang .splash .container h1 {
  font-size: 60px;
}
.page-home.ru_lang .splash .container .text {
  font-size: 39px;
}
.page-home.ar_lang .splashbottom .row .my-team-row .Myteamtext #team {
  margin: -2px 0px 2px 0px;
}
.page-home.es_lang .splashbottom .row .calc-row .calc-img {
  margin-top: 0px;
}
.page-home.es_lang .splashbottom .row .calc-row .calctitle {
  margin-top: -10px;
}
.es_lang #block-menu-menu-tom-menu {
  margin: 0px 0px 0px -10px;
}
.es_lang #block-menu-menu-tom-menu .block-content ul li span {
  padding: 26px 7px;
}
.page-home.it_lang .splashbottom .row .calc-row .calc-img {
  margin-top: 5px;
}
.page-home.it_lang .splashbottom .row .calc-row .calctitle {
  margin-top: -5px;
}
.page-benefits-oht-vs-agency.he_lang .region-content-wrapper table td .info-button {
  left: 15px;
  right: initial;
}
.page-benefits-oht-vs-agency.he_lang .region-content-wrapper table td .no {
  float: right;
}
.page-benefits-oht-vs-agency.he_lang .region-content-wrapper table td .yes {
  margin-right: 0px;
  margin-left: 20px;
  float: right;
}
.page-services-supported-languages.he_lang #webform-component-i-am-a .form-item-submitted-i-am-a label input {
  margin: 15px -20px 0px 0px !important;
}
.page-home.fr_lang #header_placeholder_drupal {
  padding: 45px 0 0 !important;
}
.page-home.fr_lang .splash .container .moneyback {
  margin-top: 100px !important;
}
.page-home.de_lang #header_placeholder_drupal {
  padding: 45px 0 0 !important;
}
.page-home.de_lang .splash .container .moneyback {
  margin-top: 100px !important;
}
.page-home.de_lang .splashbottom .row .calc-row .calctitle a {
  font-size: 15px;
}
