@charset "UTF-8";
@import "vector-icons.css";
@import "linecon.css";
* {
  -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;
}
.padl-30 {
  padding-left: 30px !important;
}
.mt-30 {
  margin-top: 30px;
}
html {
  scroll-behavior: smooth;

  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.carousel .main-baner .carousel-caption {
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  bottom: 41%;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 60px;
  padding-left: 0px;
  text-shadow: none;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 0px !important;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
.subjectareas li {
  display: inline-block;
  width: 32.5%;
}
.subjectareas li a {
  display: inline-block;
  border: 1px solid #c6c5c5;
  padding: 10px 15px 10px 35px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  color: #000;
}
.subjectareas li a:hover {
  background: #eee;
}
.free-tag {
  background: #d52b1e;
  color: #fff;
  line-height: 15px;
  padding: 2px 4px;
  font-size: 14px;
}
.subjectareas li a:after {
  background: url(../images/common/arrow.png) no-repeat;
  content: " " !important;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 5px;
  color: transparent !important;
  top: 10px;
  background-size: 80%;
}
.subjectareas li a:before {
  background: url(../images/common/sample-icon.png) no-repeat;
  content: " " !important;
  position: absolute;
  width: 15px;
  height: 19px;
  left: 10px;
  color: transparent !important;
  vertical-align: middle;
  top: 15px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
}

[role="button"] {
  cursor: pointer;
}

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: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  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.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(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.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.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;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.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: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.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: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.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;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.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;
}

.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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.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 {
  position: relative;
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.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: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.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.3333333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.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 {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.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;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.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.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  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;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
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.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.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;
}
.collapse.in {
  display: block;
}

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;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.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;
  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: 4px;
  -webkit-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.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.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.428571429;
  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: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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 > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.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:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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,
.btn-group-lg.btn-group > .btn + .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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .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:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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 .form-control:focus {
  z-index: 3;
}

.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: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #337ab7;
}
.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 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-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.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,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-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,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-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;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .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:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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 {
    padding: 5px 15px 5px 25px;
  }
  .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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
    height: 100%;
    padding-bottom: 8px;
    margin-left: 0px;
    padding: 0px 0px;
    border-left: 1px solid #181818;
    border-right: 1px solid #525252;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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 (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.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: #e7e7e7;
}
.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 {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .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: #e7e7e7;
  }
  .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,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.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: #090909;
}
.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: #090909;
  color: #fff;
}
.plan-tabs {
  border-bottom: #d52b1e 5px solid;
  margin-top: 20px;
  overflow: hidden;
}
.plan-tabs .link-box {
  margin-left: 0;
}
.plan-tabs .link-box a:hover,
.plan-tabs .link-box a.active {
  background-color: #d52b1e;
  color: #fff;
  text-decoration: none;
  border-left: #d52b1e 1px solid;
}
.plan-tabs .link-box a {
  display: block;
  font-size: 18px;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  color: #000;
  font-weight: 700;
  border-right: 1px solid #ccc;
}
.plan-tabs .link-box a#publication:before {
  background-position: -1px -2px;
  width: 55px;
  height: 44px;
}
.plan-tabs .link-box a:before {
  content: "";
  display: inline-block;
  background: url(../images/services-tab-icons.png) no-repeat;
  margin-right: 15px;
  vertical-align: middle;
  top: 3px;
}
.no-padding {
  padding: 0 !important;
}
.plan-tabs .link-box a#publication:hover::before {
  background-position: -1px -54px;
  width: 55px;
  height: 44px;
}
.plan-tabs .link-box a#advance-translation:before {
  background-position: -57px -6px;
  width: 55px;
  height: 44px;
}
.plan-tabs .link-box a#advance-translation:hover::before {
  background-position: -57px -58px;
  width: 55px;
  height: 44px;
}

.services-cont-wrap {
  padding: 25px 25px;
  border: #ccc 1px solid;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .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: #090909;
  }
  .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,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.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: 4px;
  -webkit-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: #337ab7;
  -webkit-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: #5cb85c;
}
.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: #5bc0de;
}
.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: #d9534f;
}
.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,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.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: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.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: 4px;
  -webkit-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-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.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: 3px;
  border-top-left-radius: 3px;
}
.panel > .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 > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.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: 4px;
}
.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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  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: #3c763d;
}
.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;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.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: 1050;
  -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: 6px;
  -webkit-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;
  z-index: 1040;
  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;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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);
    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;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 5px 5px 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 {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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);
  background-color: rgba(0, 0, 0, 0);
}
.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%;
  margin-top: -10px;
  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;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

/* Color Variables */
/* /Color Variables */
/* Fonts */
@font-face {
  font-family: "Haettenschweiler";
  src: url("../fonts/Haettenschweiler.woff2") format("woff2"), url("../fonts/Haettenschweiler.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Haettenschweiler";
  src: url("../fonts/Haettenschweiler.woff2") format("woff2"), url("../fonts/Haettenschweiler.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Haettenschweiler";
  src: url("../fonts/Haettenschweiler.woff2") format("woff2"), url("../fonts/Haettenschweiler.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Haettenschweiler";
  src: url("../fonts/Haettenschweiler.woff2") format("woff2"), url("../fonts/Haettenschweiler.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NanumGothic";
  src: url("../fonts/NanumGothic.eot");
  src: url("../fonts/NanumGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumGothic.woff") format("woff"), url("../fonts/NanumGothic.ttf") format("truetype"), url("../fonts/NanumGothic.svg#NanumGothic") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-family: "NanumGothic";
}

input,
button,
select,
textarea,
body,
.common-font {
  font-family: "NanumGothic";
}

.bold-font {
  font-family: "NanumGothic";
}

/* @mixin common() {
        font-family: "OpenSans-Regular", sans-serif;
     }
     @mixin bold() {
       font-family: "OpenSans-Semibold", sans-serif;
       font-weight: 600;

     }
*/
.security h2,
.sub-head {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
}

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

.security .row,
.black-belt {
  background: #d52b1e;
}

.quote {
  background: #f6f6f6;
  border: #ededed 1px solid;
}

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

.include-cta .bottom-cta a,
.quote a {
  text-decoration: none !important;
  box-shadow: 0px 4px 0px #ffc600;
  line-height: 23px !important;
  display: inline-block;
  position: relative;
  background: #ffda00;
  padding: 18px 26px;
  border-radius: 4px;
  color: #000;
  text-shadow: #333 0 1px 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-shadow: 0px 4px 0px #ffc600;
  font-size: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .include-cta .bottom-cta a,
  .quote a {
    font-size: 26px;
  }
}

.include-cta .bottom-cta a:hover,
.quote a:hover {
  text-decoration: none;
  color: #000;
  background: #ffc600;
}

.features-boxes-wrap .features-wrap .feature-box h3,
.intro-box-wrap .intro-box .features-box-wrap .service-head {
  font-size: 24px;
}

.a-center {
  text-align: left;
}

/* All Functions and prefixes*/
/* Closed All Functions and prefixes*/
.mart0 {
  margin-top: 0 !important;
}

.inner-title,
.quote,
.workflow,
.security,
.native-subject,
.service-guarantee,
.awward-winning,
.our-service {
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .inner-title,
  .quote,
  .workflow,
  .security,
  .native-subject,
  .service-guarantee,
  .awward-winning,
  .our-service {
    padding: 32px 0;
  }
}

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

a:hover {
  text-decoration: none;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

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

.red-bg {
  font-size: 12px;
  background-color: #d52b1e;
  padding: 0px 6px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  line-height: 28px;
  margin-top: -3px;
  display: block;
  margin-right: 10px;
  width: 75px;
  float: left;
}

.ulBasic {
  padding-left: 20px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
  clear: both;
}
*:before {
  box-sizing: border-box;
  clear: both;
}

.marb0 {
  margin-bottom: 0;
}

.mart0 {
  margin-top: 0;
}

.marl0 {
  margin-left: 0;
}

.marr0 {
  margin-right: 0;
}

.marb10 {
  margin-bottom: 10px;
}

.mart10 {
  margin-top: 10px;
}

.marl10 {
  margin-left: 10px;
}

.marr10 {
  margin-right: 10px;
}

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

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

input,
button,
select,
textarea,
body {
  font-size: 15px;
  color: #000;
  line-height: 24px;
}
.mart-20 {
  margin-top: 20px;
}
a.read-link {
  color: #0000ff;
  text-decoration: underline;
}

body * {
  word-break: keep-all;
}

h1 {
  font-size: 40px;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  font-size: 15px;
  margin-inline-end: 0px;
  word-break: keep-all;
  line-height: 26px;
}

.editor-bottombar h2 span,
.editor-bottombar h3 span {
  font-size: 12px;
  font-family: "NanumGothic";
}

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

.small-txt {
  font-size: 20px;
  margin-bottom: 10px;
}

.nav-wrap .navbar-default {
  background-color: #363636;
}
.nav-wrap .navbar-default .navbar-nav li:hover .dropdown-menu {
  display: block;
}
.nav-wrap .navbar-default .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .nav-wrap .navbar-default .navbar-nav li a {
    font-size: 14px;
    padding: 10px 7px;
  }
  .nav-wrap .navbar-default .navbar-nav li a:hover {
    background-color: #d52b1e;
  }
}
.nav-wrap .navbar-default .navbar-nav li.active a {
  background: #1bb3ff;
}
.nav-wrap .navbar-default .navbar-nav li .dropdown-menu {
  background: #363636;
  min-width: 200px;
}
.nav-wrap .navbar-default .navbar-nav li .dropdown-menu li {
  padding: 4px 0px;
  display: block;
  font-size: 15px;
  float: none;
  border-bottom: 1px solid #4b4b4b;
}
.nav-wrap .navbar-default .navbar-nav li .dropdown-menu li:hover {
  background-color: #d52b1e;
}
.nav-wrap .navbar-default .navbar-nav li .dropdown-menu li a {
  display: block;
  color: #fff;
  font-size: 15px;
  margin: 0px 10px;
  border-left: #ba0d00 3px solid;
}
.nav-wrap .navbar-default .navbar-nav li .dropdown-menu li a:hover {
  background-color: #d52b1e;
}
@media only screen and (max-width: 767px) {
  .nav-wrap .navbar-default .navbar-nav .open a {
    background-color: transparent;
    color: #fff;
  }
  .nav-wrap .navbar-default .navbar-nav .open .dropdown-menu li a {
    color: #fff;
  }
}
.nav-wrap .navbar-default .navbar-toggle {
  border-color: #fff;
}
.nav-wrap .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.nav-wrap .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.nav-wrap.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.nav-wrap.sticky .navbar {
  min-height: 38px;
}
.nav-wrap.sticky .navbar-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.nav-wrap.sticky .navbar-toggle {
  padding: 6px 10px;
}
.nav-wrap .flag-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav-wrap .flag-mobile {
    display: block;
    position: absolute;
    color: #fff;
    top: 10px;
  }
  .nav-wrap .flag-mobile a {
    color: #fff;
  }
}
.nav-wrap .flag-mobile .flag-inner {
  display: none;
  text-align: center;
}
.nav-wrap .flag-mobile .flag-inner.show-flag {
  display: block;
  background: #069;
  border: 1px solid #fff;
}
.nav-wrap .flag-mobile .flag-inner a {
  font-size: 14px;
}
.nav-wrap .flag-mobile .globe-flag {
  padding: 5px;
  border: 1px solid #fff;
}
.nav-wrap .flag-mobile .globe-flag .caret {
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: -4px;
  margin-left: 4px;
}

.marb30 {
  margin-bottom: 30px;
}

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

ul.common-list li {
  margin-bottom: 7px;
}

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

#tab2:before {
  content: "";
  display: inline-block;
  background: url(../images/plan-icons.png) 0 0 no-repeat;
  width: 46px;
  height: 36px;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
  top: 0px;
}
/* .premium_translate .custom_li li {
  display: inline-block;
  width: 32%;
} */
.premium_translate .services-wrap.services-wrap-kr {
  min-height: auto !important;
}
#tab3:before {
  content: "";
  display: inline-block;
  background: url(../images/pet_plan_icon.png) 0 0 no-repeat;
  width: 46px;
  height: 36px;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
  top: 0px;
}
#tab1:before {
  content: "";
  display: inline-block;
  background: url(../images/plan-icons.png) 0 0 no-repeat;
  width: 46px;
  height: 36px;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
  background-position: 0 -39px;
  top: 0px;
}

.new-service-service {
  border: 1px solid #c6c5c5;
  margin-top: 40px;
  display: flex;
  background: #eee;
  margin-bottom: 20px;
  padding: 12px 20px;
}
.pd0 {
  padding: 0;
}
.custom_li li sup,
.custom_li li span,
.red_tag {
  color: #d52b1e;
  font-size: 11px;
  border: 1px solid #d52b1e;
  padding: 1px 5px;
  margin-left: 8px;
}
.padr-0 {
  padding-right: 0;
}
.custom_li li {
  list-style-type: none;
  padding-left: 25px;
  font-size: 15px;
  position: relative;
  margin-bottom: 0px;
}

.custom_li li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #4d4d4d;
  left: 5px;
  top: 9px;
}

.white-box {
  background: #eee;
  padding: 15px 15px 6px 14px;
  margin-bottom: 25px;
}

.white-box span {
  color: #d52b1e;
  font-size: 45px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: -39px;
  background: #eee;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  margin-top: -39px;
}

.mart_0 {
  margin-top: 0;
}

.editing-heading {
  line-height: 20px;
  font-weight: 700 !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  border-bottom: none !important;
  font-size: 20px;
  margin-bottom: 10px !important;
}

footer#footerwrap {
  background: #1d1d1d;
  color: #fff;
}

footer#footerwrap .footer-awards {
  line-height: 14px;
  text-align: center;
}

footer#footerwrap .footer-awards span.text {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

footer#footerwrap .copyrightsection {
  border-top: 1px solid #343434;
  padding-top: 20px;
}

footer#footerwrap .topsection h5 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
}

footer#footerwrap .topsection p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 26px;
}

footer#footerwrap .topsection ul {
  margin-left: 15px;
}

footer#footerwrap .topsection ul li a {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: left;
  text-decoration: none;
  line-height: 26px;
}

footer#footerwrap .rating {
  margin-bottom: 10px;
}

footer#footerwrap .rating a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}

.right-border {
  border-right: 1px solid #ddd;
}

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

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

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

.new-service-service h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 12px;
}

/***********editor csss************/
.editor_div {
  border: 5px solid #e7e7e7;
  background: #ffffff;
  overflow: hidden;
  min-height: 235px;
}

.editor-bottombar {
  background: #fff;
  padding: 4px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

span.editor-topbar {
  display: block;
  line-height: 17px;
  padding-bottom: 5px;
  background: #e7e7e7;
}

.editor_div.profile-img {
  min-height: auto;
}

.editor_div .editor-img img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  max-width: 150px;
}

.editor_div .country_name {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Haettenschweiler";
  font-weight: 500;
  color: #000;
  text-align: right;
  letter-spacing: 1px;
  line-height: 0;
}

.editor-img {
  position: relative;
}

.editor-img span img {
  width: auto !important;
  height: auto !important;
  position: absolute;
  bottom: 0;
  left: -8px;
}

/***********editor csss************/
.edu-icon {
  float: left;
  padding: 5px 0 0;
  width: 46px;
}

.edu-head {
  color: #d52b1e;
  letter-spacing: 0;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 16px;
  width: 105px;
  padding: 3px 0 0;
  height: 54px;
}

.editor-pro ul li span {
  padding: 5px 0;
}

.last-p {
  margin: 0 0 10px !important;
}

.width_class,
#editor1,
#editor2,
#editor3,
#editor4,
#editor5,
#editor6,
#editor7,
#editor8,
#editor9,
#editor10,
#editor11,
#editor12,
#editor13,
#editor14,
#editor15,
#editor16,
#editor17,
#editor18,
#editor19,
#editor20,
#editor21,
#editor22,
#editor23,
#editor24,
#editor25,
#editor26,
#editor27,
#editor28,
#editor29,
#editor30,
#editor31,
#editor32,
#editor33,
#editor34,
#editor35,
#editor36,
#editor37,
#editor38,
#editor39,
#editor40,
#ac356,
#ag419,
#bfpr4,
#casc30,
#cj401,
#cj406,
#db461,
#dj321,
#el452,
#jg395,
#jq386,
#ks470,
#lh437,
#mb402,
#mg423,
#nm398,
#rs434,
#sl359,
#th393,
#tm457,
#vbsc29,
#ag379,
#ah460,
#cc339,
#ch472,
#dh428,
#dx335,
#gt377,
#ja466,
#jlsc37,
#lp414,
#mspr1,
#pl183,
#rl425,
#sl424,
#sm468,
#sm469,
#sp462,
#tc417,
#tn353,
#pw252,
#ln411,
#cd388,
#gj392,
#wt463 {
  max-width: 680px;
  padding: 20px 15px 0;
}

.profile-img {
  margin: -2px 15px 15px 1px;
  float: left;
}

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

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

.key-heighlight .headline span {
  font-size: 12px;
  color: #4d4d4d;
}

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

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

.key-heighlight ul li span {
  font-size: 12px;
  letter-spacing: 0;
}

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

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

.comparison .comparisontable thead th .space-top {
  display: block;
}

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

#areas-exp {
  float: left;
  width: 260px;
}

#education-x {
  float: left;
  width: 400px;
}

.areas-exp-head {
  background: url(../editor-profile/images/sub-head-bg.png) no-repeat scroll 0 0;
  color: #000;
  font-size: 18px;
  margin: 15px 0 7px;
  padding: 0 0 5px 34px;
}

#areas-exp ul,
#education-x ul {
  margin: 0 0 0 15px;
  padding: 0;
}

#areas-exp ul li,
#education-x ul li {
  background: url(../editor-profile/images/bullet2.gif) no-repeat scroll 0 8px;
  color: #3b3a3a;
  font-size: 12px;
  list-style: none outside none;
  padding: 3px 5px 3px 15px;
}

#example-one ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

#example-one .nav-editors {
  padding: 0;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px !important;
  clear: both;
}

#example-one .nav-editors li {
  float: left;
  margin: 0 0 0 -1px;
  width: 33%;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border: 1px solid #d1d1d1;
  list-style-type: none;
  position: relative;
}

#example-one .nav-editors li:hover {
  border-top: 1px solid #d1d1d1;
  border-bottom: 4px solid #d52b1e;
  background: #d52b1e;
}

#example-one .nav-editors li.first {
  margin-left: 0;
}

#example-one .nav-editors li a {
  color: #000;
  font-size: 19px;
  padding-left: 80px;
  display: block;
  height: 65px;
  background: url(../images/subjectareas/icons/sub-a-icon.png) no-repeat 20px center;
}

#example-one .nav-editors li.first a {
  background: url(../images/subjectareas/icons/sub-b-icon.png) no-repeat 20px 10px;
}

#example-one .nav-editors li.last a {
  background: url(../images/subjectareas/icons/sub-c-icon.png) no-repeat 20px 10px;
}

#example-one .nav-editors li a {
  color: #000;
  font-size: 20px;
  padding-left: 80px;
  display: block;
  height: 65px;
  background: url(../images/subjectareas/icons/sub-a-icon.png) no-repeat 20px center;
}

#example-one .nav-editors li a:hover {
  text-decoration: none;
  color: #fff;
}

#example-one .nav-editors li.current {
  border-bottom: 4px solid #d52b1e;
  background-color: #d52b1e;
}

#example-one .nav-editors li.current a {
  color: #fff;
}

#example-one .nav-editors li.current:hover {
  line-height: 70px;
}

#example-one .nav-editors li.current:after {
  content: "";
  position: absolute;
  font-family: "moon";
  color: #d52b1e;
  font-size: 40px;
  bottom: -43px;
  left: 44%;
}

#example-one .nav-editors li:hover a,
#example-one .nav-editors li.current a {
  background: url(../images/subjectareas/icons/sub-a-icon-h.png) no-repeat 20px center;
}

#example-one .nav-editors li.first:hover a,
#example-one .nav-editors li.current.first a {
  background: url(../images/subjectareas/icons/sub-b-icon-h.png) no-repeat 20px 10px;
}

#example-one .nav-editors li.last:hover a,
#example-one .nav-editors li.current.last a {
  background: url(../images/subjectareas/icons/sub-c-icon-h.png) no-repeat 20px 10px;
}

#example-one ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#example-one ul li a {
  display: block;
}

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

.tableBasic1 tr.even {
  background-color: #f8f8f8;
}

.tableBasic1 tr.evenhead {
  background-color: #f4f8fc;
}

.tableBasic1 tr.evenhead td {
  font-weight: 700;
  color: #d52b1e;
}

.tableBasic1 td.evenhead {
  background-color: #eaeaea;
  font-weight: 700;
  color: #d52b1e;
  border: 1px solid #e0d8ce;
}

.tableBasic1 td.head2 {
  background-color: #4f81bd;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #f3f3f3;
  text-align: center;
  color: #fff;
  font: 14px;
  font-weight: 700;
}

.tableBasic1 td {
  border: 1px solid #e5e5e5;
  color: #000;
  padding: 8px;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
}

.tableBasic1 td.evenheadeng {
  background-color: #eaeaea;
  font-weight: 700;
  color: #d52b1e;
  border: 1px solid #e0d8ce;
}

.tableBasic1 td.titlehead {
  background: url(../images/patterns/17.png) repeat scroll 0 0 transparent;
}

.tableBasic1 td.titleheadNormal {
  background-color: #eaeaea;
  font-weight: 400;
  color: #454545;
  border: 1px solid #e0d8ce;
}

.tableBasic1 td.titlehead2 {
  background-color: #fef7f2;
  font-weight: 700;
  color: #454545;
  border: 1px solid #fde9d9;
}

.tableBasic1 td.normalhead {
  background-color: #f2dbdb;
  font-weight: 700;
  color: #d52b1e;
  border: 1px solid #f3f3f3;
}

.tableBasic1 td.normalhead0 {
  background-color: #58585a;
  background-image: url(../images/backgrounds/normalhead0-bg.png);
  font-weight: 700;
  color: #fff;
  border: 1px solid #f3f3f3;
  font-size: 13px;
}

.tableBasic1 td.normalhead1 {
  background-color: #e28879;
  background-image: url(../images/backgrounds/normalhead1-bg.png);
  font-weight: 700;
  color: #fff;
  border: 1px solid #f3f3f3;
  font-size: 13px;
}

.tableBasic1 td.normalhead2 {
  background-color: #d74e4e;
  background-image: url(../images/backgrounds/normalhead2-bg.png);
  font-weight: 700;
  color: #fff;
  border: 1px solid #f3f3f3;
  font-size: 13px;
}

.tableBasic1 td.normalhead3 {
  background-color: #bc2d2d;
  background-image: url(../images/backgrounds/normalhead3-bg.png);
  font-weight: 700;
  color: #fff;
  border: 1px solid #f3f3f3;
  font-size: 13px;
}

.tableBasic1 td.normalhead4 {
  background-color: #830c14;
  background-image: url(../images/backgrounds/normalhead4-bg.png);
  font-weight: 700;
  color: #fff;
  border: 1px solid #f3f3f3;
  font-size: 13px;
}

.tableBasic1 tr.evenhead2 {
  background-color: #efd3d2;
}

.tableBasic1 tr.evenhead2 td {
  font-weight: 700;
  color: #d52b1e;
}

.tableBasic1 tr.evenhead1 {
  background-color: #4f81bd;
}

.tableBasic1 tr.evenhead1 td {
  font-weight: 700;
  color: #fff;
}

.tableBasic1 td.head {
  background: url(../images/stripbgred.jpg) repeat scroll 0 0 #f8f8f8;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #eac7c7;
  color: #fff;
  font-weight: 700;
}

.tableBasic1 td.head2 {
  background: url(../images/stripbgred.jpg) repeat scroll 0 0 #f8f8f8;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #eac7c7;
  color: #fff;
  font-weight: 700;
}

.tableBasic1 tr.head1 {
  background-color: #fac59f;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #fde9d9;
  color: #454545;
  font: 16px Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.tableBasic1 tr.head1 td {
  font-weight: 700;
  background-color: #fac59f;
}

.tableBasic1 td.headV {
  padding-left: 12px;
  letter-spacing: 1px;
  padding-right: 12px;
  border: 1px solid #f3f3f3;
  color: #fff;
  font: 16px Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.ps-samplepage #main-content-wrap {
  min-height: auto !important;
}

@media (min-width: 320px) {
  .key-heighlight {
    width: 100%;
  }

  .editor_div .country_name {
    font-size: 18px;
  }

  .width_class,
  #editor1,
  #editor2,
  #editor3,
  #editor4,
  #editor5,
  #editor6,
  #editor7,
  #editor8,
  #editor9,
  #editor10,
  #editor11,
  #editor12,
  #editor13,
  #editor14,
  #editor15,
  #editor16,
  #editor17,
  #editor18,
  #editor19,
  #editor20,
  #editor21,
  #editor22,
  #editor23,
  #editor24,
  #editor25,
  #editor26,
  #editor27,
  #editor28,
  #editor29,
  #editor30,
  #editor31,
  #editor32,
  #editor33,
  #editor34,
  #editor35,
  #editor36,
  #editor37,
  #editor38,
  #editor39,
  #editor40,
  #ac356,
  #ag419,
  #bfpr4,
  #casc30,
  #cj401,
  #cj406,
  #db461,
  #dj321,
  #el452,
  #jg395,
  #jq386,
  #ks470,
  #lh437,
  #mb402,
  #mg423,
  #nm398,
  #rs434,
  #sl359,
  #th393,
  #tm457,
  #vbsc29,
  #ag379,
  #ah460,
  #cc339,
  #ch472,
  #dh428,
  #dx335,
  #gt377,
  #ja466,
  #jlsc37,
  #lp414,
  #mspr1,
  #pl183,
  #rl425,
  #sl424,
  #sm468,
  #sm469,
  #sp462,
  #tc417,
  #tn353,
  #pw252,
  #ln411,
  #cd388,
  #gj392,
  #wt463 {
    max-width: 680px;
    padding: 0;
  }

  #mobtab {
    display: none;
    visibility: hidden;
  }

  #fancybox-right-ico {
    left: -14px !important;
  }
}
@media (min-width: 480px) and (max-width: 580px) {
  .key-heighlight {
    width: 100%;
  }

  .editor_div .country_name {
    font-size: 18px;
  }

  .editor_div {
    min-height: 255px;
  }

  .width_class,
  #editor1,
  #editor2,
  #editor3,
  #editor4,
  #editor5,
  #editor6,
  #editor7,
  #editor8,
  #editor9,
  #editor10,
  #editor11,
  #editor12,
  #editor13,
  #editor14,
  #editor15,
  #editor16,
  #editor17,
  #editor18,
  #editor19,
  #editor20,
  #editor21,
  #editor22,
  #editor23,
  #editor24,
  #editor25,
  #editor26,
  #editor27,
  #editor28,
  #editor29,
  #editor30,
  #editor31,
  #editor32,
  #editor33,
  #editor34,
  #editor35,
  #editor36,
  #editor37,
  #editor38,
  #editor39,
  #editor40,
  #ac356,
  #ag419,
  #bfpr4,
  #casc30,
  #cj401,
  #cj406,
  #db461,
  #dj321,
  #el452,
  #jg395,
  #jq386,
  #ks470,
  #lh437,
  #mb402,
  #mg423,
  #nm398,
  #rs434,
  #sl359,
  #th393,
  #tm457,
  #vbsc29,
  #ag379,
  #ah460,
  #cc339,
  #ch472,
  #dh428,
  #dx335,
  #gt377,
  #ja466,
  #jlsc37,
  #lp414,
  #mspr1,
  #pl183,
  #rl425,
  #sl424,
  #sm468,
  #sm469,
  #sp462,
  #tc417,
  #tn353,
  #pw252,
  #ln411,
  #cd388,
  #gj392,
  #wt463 {
    max-width: 680px;
    padding: 20px 15px 0;
  }

  #mobtab {
    display: none;
    visibility: hidden;
  }

  #fancybox-right-ico {
    left: 0 !important;
  }
}
@media (min-width: 580px) and (max-width: 768px) {
  .key-heighlight {
    width: 61%;
  }

  .width_class,
  #editor1,
  #editor2,
  #editor3,
  #editor4,
  #editor5,
  #editor6,
  #editor7,
  #editor8,
  #editor9,
  #editor10,
  #editor11,
  #editor12,
  #editor13,
  #editor14,
  #editor15,
  #editor16,
  #editor17,
  #editor18,
  #editor19,
  #editor20,
  #editor21,
  #editor22,
  #editor23,
  #editor24,
  #editor25,
  #editor26,
  #editor27,
  #editor28,
  #editor29,
  #editor30,
  #editor31,
  #editor32,
  #editor33,
  #editor34,
  #editor35,
  #editor36,
  #editor37,
  #editor38,
  #editor39,
  #editor40,
  #ac356,
  #ag419,
  #bfpr4,
  #casc30,
  #cj401,
  #cj406,
  #db461,
  #dj321,
  #el452,
  #jg395,
  #jq386,
  #ks470,
  #lh437,
  #mb402,
  #mg423,
  #nm398,
  #rs434,
  #sl359,
  #th393,
  #tm457,
  #vbsc29,
  #ag379,
  #ah460,
  #cc339,
  #ch472,
  #dh428,
  #dx335,
  #gt377,
  #ja466,
  #jlsc37,
  #lp414,
  #mspr1,
  #pl183,
  #rl425,
  #sl424,
  #sm468,
  #sm469,
  #sp462,
  #tc417,
  #tn353,
  #pw252,
  #ln411,
  #cd388,
  #gj392,
  #wt463 {
    max-width: 680px;
    padding: 20px 15px 0;
  }

  #mobtab {
    display: block;
    visibility: visible;
  }

  #fancybox-right-ico {
    left: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .key-heighlight {
    width: 72%;
  }

  .width_class,
  #editor1,
  #editor2,
  #editor3,
  #editor4,
  #editor5,
  #editor6,
  #editor7,
  #editor8,
  #editor9,
  #editor10,
  #editor11,
  #editor12,
  #editor13,
  #editor14,
  #editor15,
  #editor16,
  #editor17,
  #editor18,
  #editor19,
  #editor20,
  #editor21,
  #editor22,
  #editor23,
  #editor24,
  #editor25,
  #editor26,
  #editor27,
  #editor28,
  #editor29,
  #editor30,
  #editor31,
  #editor32,
  #editor33,
  #editor34,
  #editor35,
  #editor36,
  #editor37,
  #editor38,
  #editor39,
  #editor40,
  #ac356,
  #ag419,
  #bfpr4,
  #casc30,
  #cj401,
  #cj406,
  #db461,
  #dj321,
  #el452,
  #jg395,
  #jq386,
  #ks470,
  #lh437,
  #mb402,
  #mg423,
  #nm398,
  #rs434,
  #sl359,
  #th393,
  #tm457,
  #vbsc29,
  #ag379,
  #ah460,
  #cc339,
  #ch472,
  #dh428,
  #dx335,
  #gt377,
  #ja466,
  #jlsc37,
  #lp414,
  #mspr1,
  #pl183,
  #rl425,
  #sl424,
  #sm468,
  #sm469,
  #sp462,
  #tc417,
  #tn353,
  #pw252,
  #ln411,
  #cd388,
  #gj392,
  #wt463 {
    max-width: 680px;
    padding: 20px 15px 0;
  }

  #mobtab {
    display: block;
    visibility: visible;
  }

  #fancybox-right-ico {
    left: 34px !important;
  }
}
@media (min-width: 992px) and (min-width: 1024px) {
  .key-heighlight {
    width: 72%;
  }

  .width_class,
  #editor1,
  #editor2,
  #editor3,
  #editor4,
  #editor5,
  #editor6,
  #editor7,
  #editor8,
  #editor9,
  #editor10,
  #editor11,
  #editor12,
  #editor13,
  #editor14,
  #editor15,
  #editor16,
  #editor17,
  #editor18,
  #editor19,
  #editor20,
  #editor21,
  #editor22,
  #editor23,
  #editor24,
  #editor25,
  #editor26,
  #editor27,
  #editor28,
  #editor29,
  #editor30,
  #editor31,
  #editor32,
  #editor33,
  #editor34,
  #editor35,
  #editor36,
  #editor37,
  #editor38,
  #editor39,
  #editor40,
  #ac356,
  #ag419,
  #bfpr4,
  #casc30,
  #cj401,
  #cj406,
  #db461,
  #dj321,
  #el452,
  #jg395,
  #jq386,
  #ks470,
  #lh437,
  #mb402,
  #mg423,
  #nm398,
  #rs434,
  #sl359,
  #th393,
  #tm457,
  #vbsc29,
  #ag379,
  #ah460,
  #cc339,
  #ch472,
  #dh428,
  #dx335,
  #gt377,
  #ja466,
  #jlsc37,
  #lp414,
  #mspr1,
  #pl183,
  #rl425,
  #sl424,
  #sm468,
  #sm469,
  #sp462,
  #tc417,
  #tn353,
  #pw252,
  #ln411,
  #cd388,
  #gj392,
  #wt463 {
    max-width: 680px;
    padding: 20px 15px 0;
  }

  #mobtab {
    display: block;
    visibility: visible;
  }

  #fancybox-right-ico {
    left: 34px !important;
  }
}
@media (min-width: 1025px) {
  .key-heighlight {
    width: 72%;
  }

  .width_class,
  #editor1,
  #editor2,
  #editor3,
  #editor4,
  #editor5,
  #editor6,
  #editor7,
  #editor8,
  #editor9,
  #editor10,
  #editor11,
  #editor12,
  #editor13,
  #editor14,
  #editor15,
  #editor16,
  #editor17,
  #editor18,
  #editor19,
  #editor20,
  #editor21,
  #editor22,
  #editor23,
  #editor24,
  #editor25,
  #editor26,
  #editor27,
  #editor28,
  #editor29,
  #editor30,
  #editor31,
  #editor32,
  #editor33,
  #editor34,
  #editor35,
  #editor36,
  #editor37,
  #editor38,
  #editor39,
  #editor40,
  #ac356,
  #ag419,
  #bfpr4,
  #casc30,
  #cj401,
  #cj406,
  #db461,
  #dj321,
  #el452,
  #jg395,
  #jq386,
  #ks470,
  #lh437,
  #mb402,
  #mg423,
  #nm398,
  #rs434,
  #sl359,
  #th393,
  #tm457,
  #vbsc29,
  #ag379,
  #ah460,
  #cc339,
  #ch472,
  #dh428,
  #dx335,
  #gt377,
  #ja466,
  #jlsc37,
  #lp414,
  #mspr1,
  #pl183,
  #rl425,
  #sl424,
  #sm468,
  #sm469,
  #sp462,
  #tc417,
  #tn353,
  #pw252,
  #ln411,
  #cd388,
  #gj392,
  #wt463 {
    max-width: 680px;
    padding: 20px 15px 0;
  }

  #mobtab {
    display: block;
    visibility: visible;
  }
}
.editor-bottombar h2 {
  color: #000;
  font-size: 32px;
  font-family: "Haettenschweiler";
  line-height: 12px;
  margin-bottom: 2px;
  margin-top: 7px;
  font-weight: 500 !important;
}

.editor-bottombar h3 {
  font-family: "Haettenschweiler";
  color: #000;
  padding: 0 !important;
  font-size: 24px;
  line-height: 9px;
  margin-bottom: 2px;
  margin-top: 7px !important;
  font-weight: 500 !important;
}

.editor-bottombar .red-texct {
  color: #961a40;
  font-weight: 600;
  font-size: 10px;
}

.editor-bottombar h2 span,
.editor-bottombar h3 span {
  font-size: 12px;
}

.editor-bottombar div {
  width: 50%;
  float: left;
}

.editor-bottombar .study-area {
  float: right;
  width: 59%;
}

span.editor-topbar img {
  width: 25px;
  height: 15px;
  margin-top: -5px;
}

#editor-nav {
  margin: 15px 0;
}

#editor-nav .green {
  float: left;
  width: 234px;
  height: 53px;
}

#editor-nav .green a {
  background: url(../images/editor-profiles/editor-nav.png) 0 0 no-repeat;
  height: 53px;
}

#editor-nav .green a:hover {
  background: url(../images/editor-profiles/editor-nav.png) 0 -70px no-repeat;
}

.green-active {
  background: url(../images/editor-profiles/editor-nav.png) 0 -70px no-repeat !important;
}

#editor-nav .blue {
  float: left;
  width: 223px;
}

#editor-nav .blue a {
  background: url(../images/editor-profiles/editor-nav.png) -235px 0 no-repeat;
  height: 53px;
}

#editor-nav .blue a:hover {
  background: url(../images/editor-profiles/editor-nav.png) -235px -70px no-repeat;
}

.blue-active {
  background: url(../images/editor-profiles/editor-nav.png) -235px -70px no-repeat !important;
}

#editor-nav .copper {
  float: left;
  width: 218px;
}

#editor-nav .copper a {
  background: url(../images/editor-profiles/editor-nav.png) -458px 0 no-repeat;
  height: 53px;
}

#editor-nav .copper a:hover {
  background: url(../images/editor-profiles/editor-nav.png) -458px -70px no-repeat;
}

.copper-active {
  background: url(../images/editor-profiles/editor-nav.png) -458px -70px no-repeat !important;
}

.editor-pro {
  margin: 0;
}

.mart20 {
  margin-top: 20px;
}

#editor-nav {
  margin: 15px 0;
}

.editor-pro li {
  float: left;
  list-style-type: none;
  margin: 0 10px 12px 0;
  width: 157px;
  position: relative;
}

.editor-pro li .peer-reviewer {
  position: absolute;
  top: 152px;
  left: 0;
  height: 18px;
  width: 95px;
  background: url(../editor-profile/images/peer-review-band.png) no-repeat 0 0;
}

.editor-pro li a {
  color: #d52b1e;
}

.editor-pro li a:hover {
  color: #000 !important;
}

.editor-pro li img {
  padding: 0;
}

.editor-pro li a:hover {
  box-shadow: 0 0 10px #888;
}

#example-one ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

#example-one .nav-editors {
  padding: 0;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px !important;
  clear: both;
}

#example-one .nav-editors li {
  float: left;
  margin: 0 0 0 -1px;
  width: 33%;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border: 1px solid #d1d1d1;
  list-style-type: none;
  position: relative;
}

#example-one .nav-editors li:hover {
  border-top: 1px solid #d1d1d1;
  border-bottom: 4px solid #d52b1e;
  background: #d52b1e;
}

#example-one .nav-editors li.first {
  margin-left: 0;
}

#example-one .nav-editors li a {
  color: #000;
  font-size: 19px;
  padding-left: 80px;
  display: block;
  height: 65px;
  background: url(../images/subjectareas/icons/sub-a-icon.png) no-repeat 20px center;
}

#example-one .nav-editors li.first a {
  background: url(../images/subjectareas/icons/sub-b-icon.png) no-repeat 20px 10px;
}

#example-one .nav-editors li.last a {
  background: url(../images/subjectareas/icons/sub-c-icon.png) no-repeat 20px 10px;
}

#example-one .nav-editors li a {
  color: #000;
  font-size: 20px;
  padding-left: 80px;
  display: block;
  height: 65px;
  background: url(../images/subjectareas/icons/sub-a-icon.png) no-repeat 20px center;
}

#example-one .nav-editors li a:hover {
  text-decoration: none;
  color: #fff;
}

#example-one .nav-editors li.current {
  border-bottom: 4px solid #d52b1e;
  background-color: #d52b1e;
}

#example-one .nav-editors li.current a {
  color: #fff;
}

#example-one .nav-editors li.current:hover {
  line-height: 70px;
}

#example-one .nav-editors li.current:after {
  content: "";
  position: absolute;
  font-family: "moon";
  color: #d52b1e;
  font-size: 40px;
  bottom: -43px;
  left: 44%;
}

#example-one .nav-editors li:hover a,
#example-one .nav-editors li.current a {
  background: url(../images/subjectareas/icons/sub-a-icon-h.png) no-repeat 20px center;
}

#example-one .nav-editors li.first:hover a,
#example-one .nav-editors li.current.first a {
  background: url(../images/subjectareas/icons/sub-b-icon-h.png) no-repeat 20px 10px;
}

#example-one .nav-editors li.last:hover a,
#example-one .nav-editors li.current.last a {
  background: url(../images/subjectareas/icons/sub-c-icon-h.png) no-repeat 20px 10px;
}

#example-one ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.boxwrapper {
  height: auto;
  clear: both;
  margin-bottom: 0px;
  padding: 30px;
}
.branding {
  background-color: #f7f7f7;
  padding: 30px 0;
  text-align: center;
}
.branding-items {
  margin: 0px 0px;
  border: 1px solid #ccc;
  min-height: 150px;
  padding: 0px 10px;
  width: 27.5%;
  margin-top: 15px;
}
.boxwrapper h4 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "NanumGothic";
  clear: both;
}
.boxwrapper h4 span {
  color: #d52b1e;
  font-size: 24px;
  margin-right: 5px;
}
.line-plus {
  border-bottom: 0px solid #c2c2c2;
  position: relative;
  margin: 30px auto;
  float: left;
  width: 100%;
}
.why-enago_block {
  text-align: center;
  background: #fff;
  border-radius: 6px;
  padding: 23px 15px 0 15px;
  position: relative;
  cursor: default;
  margin-top: 5px;
  min-height: 285px;
  z-index: 99;
  margin-bottom: 20px;
}
.why-enago_block img {
  width: auto;
  max-height: 64px;
}
.why-enago_block h3 {
  font-size: 21px;
  margin-top: 15px !important;
  margin-bottom: 5px;
  text-align: center;
}
.shadow-style {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.18);
}
.sp-box {
  background-color: #fff;
  border: 1px solid #e5e4e4;
  border-radius: 2px;
  display: block;
  padding: 100px 5px 5px 5px;
  text-align: center;
  position: relative;
}
.sp-box .red_tag {
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 15px;
  background: #d52b1e;
  color: #fff;
}
.sp-box.second span.opening-img {
  background: url(../images/trans-mi-img.png) no-repeat scroll 0 0;
}
.sp-box.first span.opening-img {
  background: url(../images/trans-qna-img.png) no-repeat scroll 0 0;
}
.padt70 {
  padding-top: 70px;
}
.sp-box h4 {
  color: #333;
  font: bold 22px/28px "NanumGothic";
  margin: 0;
}
.sp-box h4 span {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  margin-top: 5px;
}
.sp-box span.opening-img {
  /* border: 1px solid #b5b4b4; */
  /* border-radius: 50%; */
  height: 88px;
  left: 37%;
  position: absolute;
  text-align: center;
  top: 10px;
  transition: all 0.3s ease 0s;
  width: 95px;
}
.line-plus:after {
  position: absolute;
  content: "+";
  display: block;
  color: #929292;
  font-family: Bebas Neue;
  font-size: 90px;
  margin: 0px auto;
  width: 100%;
  top: -8px;
}
/***********editor csss************/
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #d52b1e;
  color: #fff;
}

.top-nav {
  padding: 10px 0;
}
.top-nav .flags {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  padding-top: 10px;
}
.top-nav .flags .regioncheck {
  border-radius: 50%;
  padding: 7px;
  color: #069;
  background: #fff;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.top-nav .flags .regioncheck .regn-flag {
  display: inline-block;
  width: 24px;
  height: 17px;
  background: url(../images/regions-small-flags.png) 0 0 no-repeat;
  vertical-align: text-bottom;
  display: table;
}
.top-nav .flags .regioncheck .regn-flag.china {
  background-position: -25px -18px;
}
.top-nav .flags .regioncheck .regn-flag.japan {
  background-position: 0 0;
}
.top-nav .flags .regioncheck .regn-flag.korea {
  background-position: -75px 0;
}
.top-nav .flags .regioncheck .regn-flag.usa {
  background-position: -50px -18px;
}
@media screen and (max-width: 420px) {
  .top-nav .flags .regioncheck .regn-flag {
    width: 18px;
    height: 15px;
  }
}
.top-nav .flags .regioncheck .flaglink {
  display: table;
  margin: 0 auto;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 420px) {
  .top-nav .flags .regioncheck .flaglink {
    font-size: 12px;
  }
}
@media screen and (max-width: 667px) {
  .features-boxes-wrap .features-wrap.features-wrap-kr .feature-box {
    width: 100% !important;
    min-height: auto !important;
  }
  .padt70 {
    display: none;
  }
  .sp-box {
    margin-bottom: 10px;
  }
  .branding-items {
    width: 100%;
  }
  .top-nav .flags .regioncheck {
    padding: 3px;
  }
}
@media screen and (max-width: 420px) {
  .top-nav .flags .regioncheck {
    width: 20%;
  }
}
@media screen and (max-width: 420px) {
  .top-nav .flags {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .top-nav .flags {
    display: none;
  }
}
.top-nav .enago-logo {
  display: inline-block;
  vertical-align: top;
}

.carousel .carousel-caption {
  font-size: 35px;
  text-align: center;
  padding-bottom: 20px;
  color: #000;
  bottom: 28%;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 48px;
  padding-left: 0px;
  text-shadow: none;
}
.intro-box .features-box.two ul h4 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 17px;
  background: #fff;
  border: #d52b1e 1px solid;
  line-height: 28px;
  text-align: center;
}

.features-box.two ul.valueaddedservices li {
  background-position-y: 21px;
}
.features-box.two ul.valueaddedservices li img {
  width: 50px;
  height: auto;
  margin-left: 14px;
}
.intro-box .features-box.two ul:last-child {
  width: 260px;
}
.intro-box .features-box.two ul {
  width: 130px;
  margin: 11px 0 13px 14px;
}
.intro-box .added-points.two ul {
  width: 47% !important;
}
.intro-box .features-box.two ul.valueaddedservices {
  width: 100%;
  margin-top: 0;
}
.carousel .carousel-caption .main-banner-txt {
  display: inline-block;
  padding-left: 35%;
}
.carousel .carousel-caption .main-banner-txt .red-text {
  color: #f60000;
}
@media only screen and (max-width: 767px) {
  .carousel .carousel-caption .main-banner-txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .carousel .carousel-caption {
    font-size: 24px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .carousel .carousel-caption {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .carousel-caption {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 441px) {
  .subjectareas li {
    display: inline-block;
    width: 48.5%;
  }
  .carousel .carousel-caption {
    font-size: 18px;
    line-height: 28px;
  }
  .carousel .main-baner .carousel-caption {
    font-size: 18px;
    line-height: 28px;
    bottom: 9%;
  }
  .call-blk a {
    display: none;
    width: 27px;
    overflow: hidden;
    height: 25px;
  }
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none;
}
.carousel .carousel-control {
  color: #000;
}
.carousel .carousel-control:hover {
  color: #000;
}

.us-heading {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 24px;
  line-height: 58px;
}
@media only screen and (max-width: 767px) {
  .us-heading {
    font-size: 24px;
    line-height: 28px;
  }
}

.our-service .services-wrap {
  min-height: 300px;
  border: 1px solid #c0c0c0;
  box-shadow: 0px 1px 7px 0px #ccc;
  padding: 20px 40px;
}
.our-service .services-wrap h3 {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin: 20px 0px 30px 0px;
}
.our-service .services-wrap h3:after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background: #d52b1e;
  clear: both;
  margin: 20px 0px;
}
.our-service .services-wrap p {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  line-height: 24px;
  margin: 10px 0 16px 0px !important;
}
.our-service .services-wrap a.read-link {
  color: #0000ff;
  text-decoration: underline;
  font-size: 16px;
  position: absolute;
  bottom: 23px;
  right: 28px;
}
@media only screen and (min-width: 1170px) {
  .our-service .services-wrap {
    min-height: 322px;
  }
}
@media only screen and (min-width: 992px) {
  .our-service .services-wrap {
    min-height: 325px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .our-service .services-wrap {
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
  .substantive-editing_box .wrap {
    display: none;
  }
}
.our-service .services-wrap.services-wrap-jp {
  min-height: 375px;
}
@media only screen and (max-width: 991px) {
  .our-service .services-wrap.services-wrap-jp {
    min-height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .our-service .services-wrap.services-wrap-kr {
    min-height: auto;
  }
}

.border-top {
  border-top: 1px solid #e6e6e6;
}

.awward-winning .winning-box {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border: #c5c6c6 1px solid;
  border-radius: 6px;
  min-height: 376px;
  transition: 0.3s;
}
.awward-winning .winning-box img {
  margin: 0 auto;
}
.awward-winning .winning-box h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 20px 0;
  min-height: 60px;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .awward-winning .winning-box h3 {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .awward-winning .winning-box {
    min-height: auto;
  }
}
.awward-winning.awward-winning-cn .winning-box {
  min-height: 325px;
}
@media only screen and (max-width: 991px) {
  .awward-winning.awward-winning-cn .winning-box {
    min-height: auto;
  }
}
.awward-winning.awward-winning-jp .winning-box {
  min-height: 398px;
}
@media only screen and (max-width: 991px) {
  .awward-winning.awward-winning-jp .winning-box {
    min-height: auto;
  }
}

.service-guarantee {
  background: #f6f6f6;
}
.service-guarantee .guarantee-text strong {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .service-guarantee .guarantee-text {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .service-guarantee {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .enago-promise img {
    margin: 0 auto;
  }
}

.native-subject .row .col-md-8 {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 991px) {
  .native-subject .row .col-md-8 {
    border-right: none;
  }
}
.native-subject .top-txt-blk {
  display: inline-block;
  font-size: 16px;
}
.native-subject .top-txt-blk span {
  font-size: 20px;
  color: #d52b1e;
  font-weight: bold;
  margin: 0px 5px 0px 0;
  vertical-align: text-top;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1169px) {
  .native-subject .top-txt-blk {
    width: 185px;
    vertical-align: middle;
  }
}
/********************************editor section  css*********************/
.editor_team #homeeditor .item {
  border: 1px solid #00000014;
  background: #f6f6f6;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  padding: 25px 0px 20px;
  box-shadow: #ccc 0 1px 5px;
  -webkit-box-shadow: #ccc 0 1px 5px;
  -moz-box-shadow: #ccc 0 1px 5px;
  min-height: 300px;
}
.editor_team #homeeditor .item a {
  text-decoration: none;
  color: #000;
  margin: 0 auto;
}
.editor_team #homeeditor .item .edi-lt-img {
  display: block;
  float: none;
  text-align: center;
  margin: 0 auto;
  width: 125px;
  height: 125px;
}
.editor_team #homeeditor .item .edi-lt-img img {
  display: inline;
  width: 100% !important;
  border-radius: 50%;
}
.editor_team #homeeditor .item .title {
  width: 100%;
  display: block;
  line-height: 25px;
  color: #000;
  margin: 20px 0 0px;
  font-size: 16px;
  padding: 0 7px;
  /* min-height: 60px; */
  min-height: 70px;
}
.editor_team #homeeditor .item .title strong {
  font-size: 24px;
  display: block;
}
.editor_team #homeeditor .item .editor-exp {
  padding-left: 12px;
  font-size: 12px;
}
.editor_team #homeeditor .item .editor-exp .exp {
  float: left;
  border-right: rgb(151, 145, 145) 1px solid;
  width: 147px;
  margin-right: 10px;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(226, 226, 226, 1) 48%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
.editor_team #homeeditor .item .editor-exp .exp strong {
  font-size: 28px;
  font-weight: normal !important;
  margin-right: 10px;
  float: left;
  color: #000;
  font-size: 28px;
  line-height: 32px;
}
#homeeditor .owl-nav {
  top: 45%;
  position: absolute;
  width: 100%;
}
#homeeditor .owl-nav .owl-prev,
#homeeditor .owl-nav .owl-next {
  position: absolute;
  left: -60px;
  top: 0;
  height: 40px;
  width: 40px;
  font-size: 38px;
  color: #8c8c8c;
  background: #fff;
  padding: 0px 11px 0px 8px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.09);
}
.editor_team {
  max-width: 1000px;
  margin: 0 auto;
}
#homeeditor .owl-nav .owl-next {
  right: -60px;
  left: auto;
  padding: 0 11px 0 16px;
}

.editor_team #homeeditor .item .codet {
  display: none;
}
.editor_team #homeeditor .item .editor-exp .exp-txt {
  text-align: left;
  float: left;
  line-height: 16px;
  width: 80px;
  font-size: 14px;
  margin-top: 9px;
}
.editor_team #homeeditor .item .editor-exp .exp-flag {
  float: left;
}
.editor_team #homeeditor .item .editor-exp .exp-flag img {
  height: 23px;
  width: 38px;
  margin-left: 5px !important;
  margin-top: 6px !important;
  float: left;
}
.editor_team #homeeditor .item:hover {
  border: 1px solid #d52b1e;
}
.editors-profile .card {
  margin-bottom: 1.5rem;
  border-radius: 0;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.editors-profile .card a {
  color: #000000;
  text-decoration: none;
}
.editors-profile .card .card-body {
  padding: 0;
}
.editors-profile .card .card-header {
  padding: 0;
  height: 65px;
  background: #eeeeee;
  display: block;
  border: none;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.editors-profile .card .card-img {
  width: 90px;
  height: 90px;
  margin: -45px auto 0;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.editors-profile .card .card-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.editors-profile .card .card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.4rem 1rem;
  color: #000;
  min-height: 50px;
}
.editors-profile .card .expertise-areas {
  padding: 0.5rem 1rem 1.5rem;
}

.editors-profile .card .expertise-areas .exp-area span {
  display: none;
  font-size: 10px;
  padding: 0.4rem 0.5rem;
  background-color: #e5e5e5;
  border-radius: 3px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
.editors-profile .card .expertise-areas .exp-area span:first-child {
  display: inline-block;
}
.editors-profile .card .expertise-areas i {
  display: inline-block;
  font-style: normal;
  font-size: 10px;
  margin-left: 0.5rem;
  padding: 0.3rem 0.4rem;
  background-color: #e5e5e5;
  border-radius: 3px;
  line-height: 1;
  font-weight: 600;
}
.editors-profile .card .expertise-areas i:before {
  content: "+";
  font-weight: 600;
}
.editors-profile .card .expertise-areas i:after {
  content: "SUBJECTS";
  margin-left: 0.3rem;
  font-weight: 600;
}

.editors-profile .card .exp-reg-row {
  padding: 0.7rem 0.8rem;
  text-align: left;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.editors-profile .card .exp-reg-row .years {
  font-size: 28px;
  color: #d52b1e;
  position: relative;
  font-weight: 600;
}
.editors-profile .card .exp-reg-row .years:after {
  content: "";
  font-size: 12px;
  line-height: 12px;
  color: #000;
  position: absolute;
  left: 35px;
  width: 70px;
}
.editors-profile .card .exp-reg-row {
  padding: 0.7rem 0.8rem;
  text-align: left;
}
.editors-profile .card .cta-row {
  color: #0000ff;
  line-height: 45px;
  font-size: 16px;
  text-transform: capitalize;
}
.editors-profile .cta-row .text-link {
  color: #00f;
  position: relative;
  text-decoration: none;
}
.editors-profile .cta-row .text-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #00f;
  visibility: visible;
  transform: scaleX(1);
  transition: 0.2s linear;
}

.editors-profile .cta-row .text-link:after {
  content: "";
  position: absolute;
  background: url(../images/editor-profile/arrow.png);
  width: 15px;
  height: 15px;
  top: 5px;
  right: -27px;
}
.col-md-8.our-compmnah {
  padding-top: 3%;
  padding-bottom: 3%;
}
.carousel .carousel-control.left {
  background-image: none;
  left: -20px;
}
.editors-profile .card span.year-exp {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 16px;
}
.editors-profile .card .exp-reg-row .country {
  font-size: 12px;
}
.editors-profile .country:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-right: 5px;
  margin-left: 0px;
  background: url(../images/editor-profile/editors-profiles-flags.jpg) 0 0 no-repeat;
  vertical-align: text-bottom;
  margin-top: 8px;
}
.editors-profile .country {
  font-size: 12px;
}

.editors-profile .country.Australia:before {
  background-position: 0 -163px;
}
.editors-profile .country.NewZealand:before {
  background-position: -36px -143px;
}
.editors-profile .country.Greece:before {
  background-position: -36px -83px;
}
.editors-profile .country.UnitedKingdom:before {
  background-position: 0 -83px;
}
.editors-profile .country.Canada:before {
  background-position: 0 -40px;
}
.editors-profile .country.Germany:before {
  background-position: -36px -110px;
}
.editors-profile .country.Ireland:before {
  background-position: -36px -20px;
}
.editors-profile .country.SouthAfrica:before {
  background-position: -36px -163px;
}
.editors-profile .country.Korea:before {
  background-position: 0 -62px;
}
.editors-profile .country.Netherlands:before {
  background-position: -36px 0;
}
.editors-profile .country.Spain:before {
  background-position: -36px -184px;
}
.editors-profile .country.Russia:before {
  background-position: -36px -41px;
}
.editors-profile .country.Phillipines:before {
  background-position: 0 -185px;
}
.editors-profile .country.Scotland:before {
  background-position: 0 -205px;
}
.editors-profile .country.Ireland:before {
  background-position: -36px -20px;
}
.editors-profile .country.Japan:before {
  background-position: 0 -20px;
}
.editors-profile .country.Russia:before {
  background-position: -36px -41px;
}
.editors-profile .country.Russia:before {
  background-position: -36px -41px;
}
.editors-profile .country.Russia:before {
  background-position: -36px -41px;
}

/********************************editor section  css*********************/
/********************************PS section  css*********************/
.three-col-blk {
  overflow: hidden;
  margin: 25px 0 5px;
}

.col-blk {
  float: left;
  border: 1px solid #ccc;
  /* padding: 15px; */
  margin: 0 30px 25px 0;
  position: relative;
  width: 31.5%;
}
.three-col-blk label {
  padding: 15px;
  margin: 0;
  min-height: 185px;
}
.three-col-blk label p {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.col-blk:nth-child(3),
.col-blk:nth-child(6) {
  margin: 0 0 0;
  float: right;
}
.three-col-blk span.icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: url(../images/pack-included-icon.png) -84px -11px no-repeat;
  transition: all 0.3s ease;
}
.three-col-blk .icon.peer_review {
  background-position: -84px -81px;
}
.three-col-blk .icon.journal_select {
  background-position: -84px -10px;
}
.three-col-blk .icon.plagcheck {
  background-position: -84px -796px;
}
.three-col-blk .icon.submisiion {
  background-position: -84px -508px;
}
.three-col-blk .icon.journal_format {
  background-position: -84px -366px;
}
.three-col-blk .icon.resubmit {
  background-position: -84px -580px;
}
.three-col-blk strong {
  font-size: 20px;
}
.ps_section {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.view-btn {
  text-align: right;
  margin-top: 10px;
}
.marb0 {
  margin-bottom: 0;
}
.view-btn a {
  font-size: 16px;
  color: #0000ff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.view-btn a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #00f;
  visibility: visible;
  transform: scaleX(1);
  transition: 0.2s linear;
}
.view-btn a span {
  display: inline-block;
  background: #d52b1e;
  padding: 2px 6px 2px 8px;
  border-radius: 50px;
  margin-left: 5px;
  color: #fff;
  line-height: 10px;
  text-align: center;
}
.view-btn a:hover:before {
  visibility: hidden;
  transform: scaleX(0);
}
/********************************PS section  css*********************/
.native-subject .top-img-blk {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 10px 0 0;
  float: left;
}
.native-subject #editor-profile {
  text-align: center;
}
.native-subject #editor-profile .edi-lt-img {
  display: inline-block;
}
.native-subject #editor-profile .title {
  display: inline-block;
}
.native-subject #editor-profile .title strong {
  font-size: 24px;
  display: block;
}
.native-subject #editor-profile .editor-exp {
  margin-top: 10px;
}
.three-col-blk .strong {
  font-size: 18px;
}
.native-subject #editor-profile .editor-exp .exp {
  margin-right: 10px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .native-subject #editor-profile {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .native-subject #editor-profile .carousel-inner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .native-subject .our-industry {
    text-align: center;
    padding-bottom: 10px;
  }
}

.security .wht-color,
.security p {
  color: #fff;
}
.security h3 {
  color: #fff !important;
  padding-left: 0;
  margin: 0 0 !important;
}
.security .secure p {
  margin-top: 0;
}
.security h3 b {
  font-size: 16px;
  font-weight: normal;
}
/* newcss */
.our-service .services-wrap.services-wrap-kr {
  min-height: 635px;
  position: relative;
}
.fix-head-top {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
  animation: smoothScroll 0.5s forwards;
  height: auto;
  min-height: auto;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.logo-box img {
  margin-bottom: -5px;
}
ss .padl-30 {
  padding-left: 30px !important;
}
.navbar-static-top.fix-head-top .navbar-nav li a {
  padding: 7px 21px;
}
.navbar-static-top.fix-head-top .org-discountbtn {
  padding: 2px 26px 2px 26px;
  font-size: 15px;
  margin-top: 4px;
}
.substantive-editing_box .wrap:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 8px;
  right: 100px;
  background: #940b00;
  border-radius: 8px 8px 0px 0px;
}
.substantive-editing_box .wrap:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 19px;
  right: 0px;
  top: 100px;
  background: #940b00;
  border-radius: 0px 8px 8px 0px;
}
.substantive-editing_box .wrap {
  width: 100%;
  height: 188px;
  position: absolute;
  top: -8px;
  left: 8px;
  overflow: hidden;
}
.substantive-editing_box .ribbon_tag {
  width: 190px;
  height: 25px;
  line-height: 24px;
  position: absolute;
  top: 36px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* border: 1px dashed; */
  box-shadow: 0 0 0 3px #d52b1e, 0px 21px 5px -21px rgba(255, 255, 255, 0.6);
  background: #d52b1e;
  text-align: center;
  color: #fff;
}
.features-boxes-wrap.features-boxes-wrap-jp .features-wrap .feature-box span.icon {
  display: inline-block;
  background: url(../images/services-icons-jp.png) 0px -59px no-repeat;
  width: 78px;
  height: 65px;
  margin: 16px 0 6px;
}
.features-boxes-wrap.features-boxes-wrap-jp .features-wrap .feature-box.qna span.icon {
  background-position: 0 -191px;
  height: 65px;
}
.features-boxes-wrap.features-boxes-wrap-jp .features-wrap .feature-box.cover-letter span.icon {
  background-position: 0 -148px;
}
.features-boxes-wrap.features-boxes-wrap-jp .features-wrap .feature-box.certificate span.icon {
  background-position: 0px -252px;
  height: 65px;
}
.features-boxes-wrap.features-boxes-wrap-jp .features-wrap .feature-box.formating span.icon {
  background-position: 0px -313px;
  height: 65px;
}
.features-boxes-wrap.features-boxes-wrap-jp .features-wrap .feature-box.wcr span.icon {
  background-position: 0px -372px;
  height: 65px;
}
.features-boxes-wrap.features-boxes-wrap-jp .features-wrap .feature-box.mrc span.icon {
  background-position: 0px -432px;
  height: 65px;
}
.features-boxes-wrap.features-boxes-wrap-jp-c .features-wrap .feature-box {
  width: 31.5%;
  min-height: 265px;
}
.reduce-space {
  margin-top: 15px;
}
.reduce-space br {
  display: none;
}
.reduce-space {
  margin-top: 35px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.subject-area .top-txt-blk {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: bold;
  text-align: right;
  line-height: 24px;
}
.social_media {
  list-style: none;
  clear: both;
  margin: 0 auto;
  float: none;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.social_media li {
  float: left;
  font-size: 26px;
  margin: 0 9px;
}
.social_media li a:hover {
  opacity: 0.8;
}
.subject-area .top-txt-blk span {
  font-size: 24px;
  color: #d52b1e;
  font-weight: bold;
  margin: 0 5px 5px 0;
  vertical-align: text-top;
  display: inline-block;
}
.our-industry {
  min-height: 59px;
}
.security .row .col-md-4:first-child .secure span {
  background-position: 2px -98px;
  width: 42px;
  height: 48px;
}
.security .row .col-md-4:nth-child(2) .secure span {
  background-position: 1px -46px;
  width: 55px;
  height: 50px;
}
.security .row .col-md-4:last-child .secure span {
  background-position: 3px 1px;
  width: 53px;
  height: 48px;
}
.security .row .col-md-4 .secure span {
  position: absolute;
}
.secured1 h3,
.secured1 p {
  padding-left: 55px;
}
.secured2 h3,
.secured2 p {
  padding-left: 70px;
}
.secured3 h3,
.secured3 p {
  padding-left: 85px;
}
/* newcss */
.workflow .payment {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .workflow .payment img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .workflow .payment {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .workflow .sub-head {
    text-align: center;
  }
}

.quote.remove-grey-bg {
  background: none;
  border: none;
  padding-top: 0;
  padding-bottom: 70px;
}

.call-blk a,
.email-blk a {
  font-size: 15px;
  color: #080606;
  font-weight: bold;
  letter-spacing: 0px;
  float: right;
  text-decoration: none;
}
.call-blk a {
  font-size: 26px;
}
.call-blk,
.email-blk {
  overflow: hidden;
}
.call-blk a:before {
  content: "\f095";
  font-family: FontAwesome;
  color: #d52b1e;
  padding-right: 5px;
}
.email-blk a:before {
  content: "\f003";
  font-family: FontAwesome;
  color: #d52b1e;
  padding-right: 5px;
}
footer {
  background: #333;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
}
footer a {
  color: #fff !important;
}

.us-breadcrumb {
  background: #f6f6f6;
  font-size: 14px;
  border-bottom: 1px solid #e2e3e2;
  padding: 5px 0;
}
.us-breadcrumb--wrapper {
  list-style: none;
}
.us-breadcrumb--wrapper li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}
.us-breadcrumb--wrapper li:first-child:after {
  content: "";
}
.us-breadcrumb--wrapper li a {
  color: #000;
  font-size: 14px;
}
.us-breadcrumb--wrapper li:after {
  content: "/";
  position: absolute;
  left: -3px;
  top: -1px;
  width: 3px;
  height: 7px;
  margin-top: 0;
}
.sticky-sidebar {
  display: none;
  position: fixed;
  right: 0;
  bottom: 40%;
  z-index: 9999;
}
#channel-chat-button span {
  display: inline-block;
  padding: 7px 7px;
  text-align: center;
  width: 100%;
  background: #fee600;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#channel-chat-button img {
  max-width: 45px;
}
.sticky-sidebar b {
  display: block;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  padding-top: 5px;
}
#channel-chat-button span .kkao_btn {
  background: #442022;
  color: #fff;
  border-radius: 5px;
  display: block;
  line-height: 6px;
  padding: 5px;
  margin-top: 4px;
}
.inner-title .page-head h1 {
  float: left;
  background: #fff;
  padding: 0 3px 0 0;
  line-height: 50px;
  font-size: 30px;
  font-weight: 700 !important;
  font-weight: normal;
}
.inner-title .page-head h1 img {
  padding: 0px 7px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  #homeeditor .owl-nav .owl-next {
    right: -20px;
  }
  #homeeditor .owl-nav .owl-prev {
    left: -20px;
  }
  .inner-title .page-head h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .editing_box .intro-box .features-box-wrap:first-child .features-box::after {
    display: none;
  }
  .col-blk {
    width: 100%;
  }
  .three-col-blk label {
    min-height: auto;
  }
  .inner-title .page-head h1 {
    font-size: 28px;
  }
}
.inner-title .page-head span {
  border-bottom: #eee 4px solid;
  display: block;
  line-height: 28px;
}

.intro-box-wrap .intro-box {
  display: inline-block;
  background: #efeff0;
  padding: 20px;
}
.intro-box-wrap .intro-box p {
  line-height: 26px;
}
.intro-box-wrap .intro-box .features-box-wrap .service-head {
  text-transform: capitalize;
  margin: 10px 0;
  font-weight: normal;
  font-size: 19px;
  font-weight: bold;
}
.intro-box-wrap .intro-box .features-box-wrap .features-list,
.intro-box-wrap .intro-box .features-box-wrap .features-list-b {
  column-count: 2;
  position: relative;
}
.intro-box-wrap .intro-box .features-box-wrap .features-list-b {
  column-count: 1;
}
.intro-box-wrap .intro-box .features-box-wrap .features-list li,
.intro-box-wrap .intro-box .features-box-wrap .features-list-b li {
  list-style-type: none;
  background: url(../images/editing-services/tick.png) 0 4px no-repeat;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.intro-box-wrap .intro-box .features-box-wrap .features-list.features-list-one,
.intro-box-wrap .intro-box .features-box-wrap .features-list-b.features-list-one {
  column-count: 1;
}
@media screen and (max-width: 667px) {
  .intro-box-wrap .intro-box .features-box-wrap .features-list,
  .intro-box-wrap .intro-box .features-box-wrap .features-list-b {
    column-count: 1;
  }
}
.intro-box-wrap .intro-box .features-box-wrap .features-box.features-box-c:after {
  content: "" !important;
}
.intro-box-wrap .intro-box .features-box-wrap .features-box.features-box-kr:after {
  content: "" !important;
}
.intro-box-wrap .intro-box .features-box-wrap .features-box.features-box-kr img {
  width: 50px;
  vertical-align: top;
  padding-left: 8px;
}
.editing_box .intro-box .features-box-wrap .features-box:first-child {
  position: relative;
  width: 40%;
  float: left;
}
.editing_box .intro-box .features-box-wrap .features-box {
  float: left;
  width: 50%;
}
.editing_box .intro-box .features-box-wrap .features-list {
  column-count: 1;
}
.intro-box-wrap .intro-box .features-box-wrap .features-box:first-child:after {
  content: "+";
  position: absolute;
  font-size: 70px;
  color: #464657;
  bottom: -34px;
  left: 41%;
  margin-left: -10px;
}
.editing_box .intro-box .features-box-wrap:first-child .features-box::after {
  content: "+";
  position: absolute;
  font-size: 70px;
  color: #464657;
  bottom: 35%;
  left: 36%;
  margin-left: -10px;
}
.intro-box-wrap .intro-box .features-box-wrap .available {
  color: #000;
  display: inline-block;
  background: #fff;
  border: #d52b1e 1px solid;
  font-size: 10px;
  padding: 3px 10px;
  line-height: normal;
  margin-left: 0px;
  margin-bottom: 15px;
}
.intro-box-wrap .intro-box.intro-box-jp {
  width: 100%;
}
.intro-box-wrap .translation .features-list-cn li {
  list-style-type: none;
  background: url(../images/editing-services/tick.png) 0 4px no-repeat;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 10px;
  min-width: 250px;
  float: left;
}

.only-with-enago .inner-title {
  border-bottom: #eee 3px solid;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.only-with-enago .cont-box {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: #eee 1px solid;
}
.only-with-enago .cont-box:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  .only-with-enago .cont-box:last-child {
    margin-bottom: 0;
  }
}
.only-with-enago .cont-box .reason-head {
  font-size: 20px;
  border-bottom: #eee 1px solid;
  padding-bottom: 5px;
  margin: 0 0 10px;
}
@media screen and (max-width: 667px) {
  .only-with-enago .cont-box .reason-head {
    margin: 10px 0 10px;
  }
}
.only-with-enago .cont-box .reason-head span {
  background-color: #d52b1e;
  color: #fff;
  padding: 3px 5px;
  margin-right: 10px;
  line-height: 15px;
}
@media only screen and (max-width: 991px) {
  .only-with-enago .text-box {
    margin-top: 10px;
  }
}

.value-added-services .inner-title {
  border-bottom: #eee 3px solid;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.value-added-services .re-shield-box {
  background: #faeeee;
  position: relative;
  display: inline-block;
  height: 160px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.value-added-services .re-shield-box img {
  margin-top: 20px;
}
.value-added-services .re-shield-box .red-block-title {
  margin-top: 15px;
  display: inline-block;
}
.value-added-services .re-shield-box .red-block-title img {
  margin-top: 0;
}
.value-added-services .re-shield-box .red-bg {
  font-size: 11px;
  background-color: #d52b1e;
  padding: 0 6px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1190px) {
  .value-added-services .re-shield-box {
    height: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .value-added-services .re-shield-box {
    height: auto;
    width: 100%;
  }
}
.value-added-services.value-added-services-jp .value-added::after {
  content: "";
}
.value-added-services.value-added-services-jp .re-shield-box {
  height: auto !important;
}
.value-added-services.value-added-services-kr .value-added::after {
  content: "";
}
.value-added-services.value-added-services-kr .re-shield-box {
  height: auto !important;
  overflow: hidden;
  min-height: 210px;
}
a.exp-btn:before {
  content: "Collapse";
  background: url(../images/up-arrow.png) no-repeat 0px 5px;
  padding-left: 17px;
  color: #00f;
  font-size: 14px;
}
a.exp-btn.collapsed.collapse:before {
  content: "Expand";
  background: url(../images/down-arrow.png) no-repeat 0px 5px;
  padding-left: 17px;
  color: #00f;
  font-size: 14px;
}
a.exp-btn {
  cursor: pointer;
}

.subs-service .value-added-services.value-added-services-kr .re-shield-box {
  min-height: 255px;
}
@media only screen and (max-width: 991px) {
  .value-added-services.value-added-services-kr .re-shield-box {
    height: auto !important;
  }
}
.value-added-services.value-added-services-kr.value-added-services-kr-c .re-shield-box {
  height: 170px !important;
  width: 100%;
  min-height: auto !important;
}
.value-added-services .value-added {
  position: relative;
}
.value-added-services .value-added::after {
  content: "+";
  display: block;
  position: absolute;
  bottom: -210px;
  left: 48%;
  font-size: 90px;
  color: #464657;
}
@media screen and (max-width: 1190px) {
  .value-added-services .value-added::after {
    bottom: -249px;
  }
}
.value-added-services .value-added .add-cost {
  float: right;
  margin-top: 15px;
}
.value-added-services.value-added-services-jp .re-shield-box {
  height: 218px !important;
}
@media only screen and (max-width: 767px) {
  .value-added-services.value-added-services-jp .re-shield-box {
    height: auto !important;
  }
}
.value-added-services.value-added-services-jp .value-added:after {
  content: "";
}
.value-added-services.value-added-services-jp.value-added-services-jp-c .re-shield-box {
  height: auto !important;
}
.value-added-services.value-added-services-jp.value-added-services-jp-c .re-shield-box img {
  margin-top: 10px;
}
.value-added-services.value-added-services-kr .re-shield-box img {
  margin: 0 auto;
}

.features-boxes-wrap.features-boxes-wrap-jp-c .features-wrap {
  margin-top: 0;
}
.features-boxes-wrap.features-boxes-wrap-kr .features-wrap {
  margin-top: 20px;
}
.features-boxes-wrap .features-wrap {
  margin-top: 20px;
  padding: 20px;
  background-color: #efeff0;
  text-align: center;
}
.features-boxes-wrap .features-wrap .feature-box {
  margin: 10px 7px;
  width: 23.3%;
  background-color: #fff;
  padding: 20px 5px;
  text-align: center;
  position: relative;
  display: inline-block;
  float: none;
  vertical-align: top;
  min-height: 345px;
}
.features-boxes-wrap .features-wrap .feature-box h3 {
  font-weight: normal;
}
.features-boxes-wrap .features-wrap .feature-box.free:after {
  position: absolute;
  display: inline-block;
  content: "FREE";
  top: 5px;
  right: 5px;
  border: #fff 1px solid;
  border-radius: 2px;
  font-size: 10px;
  line-height: normal;
  padding: 0 5px;
  background-color: #d52b1e;
  color: #fff;
}
.features-boxes-wrap .features-wrap .feature-box.qna span.icon {
  background-position: 0px -58px;
  padding-top: 18px;
}
.features-boxes-wrap .features-wrap .feature-box span.icon {
  display: inline-block;
  background: url(../images/services-icons.png) 0 0 no-repeat;
  width: 78px;
  height: 65px;
  margin: 15px 0 5px;
}
@media only screen and (max-width: 991px) {
  .features-boxes-wrap .features-wrap .feature-box span.icon {
    margin: 0;
  }
}
.features-boxes-wrap .features-wrap .feature-box.cover-letter span.icon {
  background-position: 0 -120px;
}
.features-boxes-wrap .features-wrap .feature-box.cover-letter .avail-box {
  padding: 5px;
  font-size: 13px;
  line-height: 16px;
  background-color: #f8f8f8;
  margin: 0px 20px 0 !important;
  border: #eee 1px solid;
}
.features-boxes-wrap .features-wrap .feature-box.certificate span.icon {
  background-position: 0 -184px;
}
.features-boxes-wrap .features-wrap .feature-box.formating span.icon {
  background-position: 0 -251px;
}
.features-boxes-wrap .features-wrap .feature-box.wcr span.icon {
  background-position: 0px -308px;
}
.features-boxes-wrap .features-wrap .feature-box.mrc span.icon {
  background-position: 0 -368px;
}
.features-boxes-wrap .features-wrap .feature-box.academy span.icon {
  background-position: 0 -432px;
}
.features-boxes-wrap .features-wrap .feature-box.pc .avail-box {
  padding: 5px;
  font-size: 13px;
  line-height: 16px;
  background-color: #f8f8f8;
  margin: 0px 20px 0 !important;
  border: #eee 1px solid;
}
.features-boxes-wrap .features-wrap .feature-box.interim span.icon {
  background: url(../images/services-icons-cn.png) 0 0 no-repeat;
  background-position: 0 -308px;
}
.features-boxes-wrap .features-wrap .feature-box.samples span.icon {
  background: url(../images/services-icons-cn.png) 0 0 no-repeat;
  background-position: 0 -368px;
}
.features-boxes-wrap .features-wrap .feature-box.quality span.icon {
  background: url(../images/services-icons-cn.png) 0 0 no-repeat;
  background-position: 0 0;
}
@media only screen and (max-width: 991px) {
  .features-boxes-wrap .features-wrap .feature-box {
    width: 100%;
    min-height: auto;
    margin: 10px 0;
  }
}
.features-boxes-wrap .features-wrap.features-wrap-cn .feature-box {
  width: 30%;
  min-height: 308px;
}
@media only screen and (max-width: 767px) {
  .features-boxes-wrap .features-wrap.features-wrap-cn .feature-box {
    width: 100%;
    height: auto;
    min-height: 0;
  }
}
.features-boxes-wrap .features-wrap.features-wrap-cn .feature-box h3 {
  font-weight: bold;
}
.features-boxes-wrap .features-wrap.features-wrap-kr .feature-box {
  width: 31.5%;
  min-height: 326px;
}
.features-boxes-wrap .features-wrap.features-wrap-kr .feature-box h3 {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .features-boxes-wrap.features-boxes-wrap-jp-c .features-wrap .feature-box {
    width: 100%;
    min-height: auto;
  }
}

.subject-area .stats-wrap {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  margin: 50px 0 10px;
  padding: 20px 0;
}

@media screen and (max-width: 1190px) {
  .subject-area .top-txt-blk {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .subject-area .top-txt-blk {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .subject-area .top-txt-blk span {
    font-size: 20px;
  }
}
.subject-area .top-img-blk {
  display: inline;
}
@media screen and (max-width: 1190px) {
  .subject-area .top-img-blk {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .subject-area .top-img-blk {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .subject-area .top-img-blk img {
    width: 50px;
    padding-left: 5px;
  }
}

.include-cta.include-cta-jp .bottom-cta {
  background: none;
  border: #e1e1e1 0px solid;
}
.include-cta .bottom-cta {
  margin-bottom: 5px;
  padding: 10px 18px;
  background: #f7f7f7;
  text-align: center;
  border: #e1e1e1 1px solid;
}
.include-cta .container {
  max-width: 100%;
}

.icon-p.quality-p {
  display: block;
  position: relative;
  padding-left: 55px;
}
.icon-p.quality-p:before {
  content: "";
  display: inline-block;
  font: 27px "moon";
  left: 15px;
  position: absolute;
  color: #057fd7;
}
.icon-p.process-p {
  display: block;
  position: relative;
  padding-left: 55px;
}
.icon-p.process-p:before {
  content: "";
  display: inline-block;
  font: 27px "moon";
  left: 15px;
  position: absolute;
  color: #057fd7;
}

.translation-services .dash-box1 {
  border: 1px solid #d7d7d7;
  display: inline-block;
  padding: 30px 10px 10px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.translation-services .dash-box1 h4 {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  color: #000;
  left: 16px;
  padding: 0px 10px;
  position: absolute;
  top: -10px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.translation-services .langu-part {
  column-count: 3;
  padding-left: 20px;
  margin-bottom: 20px;
}
.translation-services .solutions-subarea .sol-sub {
  color: #333;
  position: relative;
  padding-left: 50px;
  text-align: left;
  margin-bottom: 30px;
  line-height: 35px;
}
@media screen and (max-width: 1190px) {
  .translation-services .solutions-subarea .sol-sub {
    width: auto;
    float: left;
  }
}
.translation-services .solutions-subarea .sol-sub:before {
  height: 45px;
  width: 45px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
}
.translation-services .solutions-subarea .sol-sub.sol-sub1:before {
  background: url(../images/icons-sprite.png) no-repeat 0 0;
}
.translation-services .solutions-subarea .sol-sub.sol-sub2:before {
  background: url(../images/icons-sprite.png) no-repeat 0 -50px;
}
.translation-services .solutions-subarea .sol-sub.sol-sub3:before {
  background: url(../images/icons-sprite.png) no-repeat 0 -150px;
}
.translation-services .solutions-subarea .sol-sub.sol-sub4:before {
  background: url(../images/icons-sprite.png) no-repeat 0 -250px;
}
.translation-services .solutions-subarea .sol-sub.sol-sub5:before {
  background: url(../images/icons-sprite.png) no-repeat 0 -100px;
}
.translation-services .solutions-subarea .sol-sub.sol-sub6:before {
  background: url(../images/icons-sprite.png) no-repeat 0 -200px;
}

.main-wrapper {
  margin-top: 20px;
}
.main-wrapper .sidebar-box {
  border: #ccc 1px solid;
  border-radius: 5px;
  margin-bottom: 20px;
}
.main-wrapper .sidebar-box .nav-head {
  color: #000;
  padding: 10px 0 10px 20px;
  border-top: #000 3px solid;
  background: #f6f6f6;
  line-height: 24px;
}
.main-wrapper .sidebar-box .side-link {
  display: block;
  padding: 8px 16px;
  border-top: 1px solid #d3d3d3;
}
.main-wrapper .sidebar-box .side-link a {
  color: #666;
}
.main-wrapper .sub-link a:hover,
.main-wrapper .sidebar-box .side-link:hover {
  background-color: #eee;
}
.main-wrapper .sidebar-box .sub-link ul {
  list-style: none;
}
.main-wrapper .sidebar-box .sub-link a {
  display: block;
  font-size: 13px;
  color: #666;
  padding: 5px 0 5px 25px;
  border-top: #eee 1px solid;
}
.main-wrapper .sidebar-box .sub-link a.selected {
  background-color: #f6f6f6;
  font-weight: bold;
}
.main-wrapper .sidebar-box div#myCarousel.our-editor {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .main-wrapper .sidebar-box {
    display: none;
  }
}
.main-wrapper .inner-title {
  padding: 10px 0;
}
.main-wrapper .reason-head {
  font-size: 24px;
  margin-bottom: 15px;
  border-bottom: #eee 1px solid;
  padding-bottom: 5px;
}
.main-wrapper .reason-head .reason-num {
  color: #d52b1e;
  font: bold 52px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.main-wrapper .reason-head .reason-num:before {
  content: "Reason";
  font: normal 14px "Open Sans";
  display: inline-block;
  color: #fff;
  background-color: #d52b1e;
  padding: 0 5px;
  vertical-align: middle;
  margin-right: 5px;
}

.our-editor .carousel-inner {
  text-align: center;
  margin-bottom: 20px;
}
.our-editor .carousel-inner .item .col-md-6:first-child {
  border-right: 1px solid #ddd;
}
@media only screen and (max-width: 991px) {
  .our-editor .carousel-inner .item .col-md-6:first-child {
    border-right: 0;
  }
}
.our-editor .carousel-control .glyphicon-chevron-left {
  left: 0;
  color: #222;
}
.our-editor .carousel-control .glyphicon-chevron-right {
  right: 0;
  color: #222;
}
.our-editor .editor-exp {
  margin-top: 15px;
}
.our-editor .editor-item {
  padding: 0 20px;
  width: 361px;
  min-height: 200px;
  border-right: 1px solid #eee;
  float: left !important;
}

.best-quality .quality-box {
  border: #ccc 4px solid;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.best-quality .quality-box.three .icon {
  background-image: url(../images/quality/specialized-subject.png);
  width: 197px;
  height: 120px;
  margin-bottom: 15px;
}
.best-quality .quality-box.two .icon {
  background-image: url(../images/quality/two-editor.png);
  width: 185px;
  height: 120px;
  margin-bottom: 15px;
}
.best-quality .quality-box.one .icon {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  background: url(../images/quality/qualified-editor-icon.png) center no-repeat;
}
.best-quality .quality-box h3 {
  font-size: 22px;
  line-height: 26px;
}

.iso-wrapper .bs-example {
  margin-top: 30px;
  display: inline-block;
}
.iso-wrapper .bs-example .nav-tabs li {
  width: 50%;
  text-align: center;
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
}
@media only screen and (max-width: 767px) {
  .iso-wrapper .bs-example .nav-tabs li {
    width: 100%;
  }
}
.iso-wrapper .bs-example .nav-tabs li.active a {
  background: #d52b1e;
  color: #fff;
}
.iso-wrapper .bs-example .nav-tabs li.active a:after {
  content: "";
  display: block;
  background: url(../images/common/blue-down-arrow.png) center bottom no-repeat;
  width: 23px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-right: -12px;
}
@media screen and (max-width: 1190px) {
  .iso-wrapper .bs-example .nav-tabs li a {
    padding: 10px 13px;
  }
}
.iso-wrapper .bs-example .nav-tabs li .text {
  font-size: 18px;
}
@media screen and (max-width: 1190px) {
  .iso-wrapper .bs-example .nav-tabs li .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .iso-wrapper .bs-example .nav-tabs li {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
  }
}
.iso-wrapper .bs-example .nav-tabs li:last-child {
  border-left: 0px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
@media only screen and (max-width: 767px) {
  .iso-wrapper .bs-example .nav-tabs li:last-child {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
  }
}
.iso-wrapper .bs-example #myTabContent {
  padding: 20px;
  border: 1px solid #d3d3d3;
}
.iso-wrapper .bs-example .common-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 35px;
}
.iso-wrapper .bs-example .common-list li:before {
  position: absolute;
  content: "";
  font-family: "moon";
  color: #000000;
  font-size: 14px;
  padding-right: 10px;
  vertical-align: bottom;
  margin-left: -25px;
}
.iso-wrapper .bs-example .cont-box {
  padding: 0 20px;
  background: #dbeff6 url(../images/common/liner-trans-bg.png) 0 0 repeat;
  position: relative;
}
.iso-wrapper .bs-example .cont-box.iso-box {
  background: url(../images/quality/iso-logo.png) center 15px no-repeat;
  padding-top: 80px;
  text-align: center;
  padding-bottom: 0;
}
.iso-wrapper .bs-example .cont-box .moon-quotes-left {
  font-size: 24px;
  color: #d52b1e;
  vertical-align: text-bottom;
}
.iso-wrapper .bs-example .cont-box.qms-text {
  margin-top: 26px;
}
@media only screen and (max-width: 991px) {
  .iso-wrapper .bs-example .cont-box.qms-text {
    margin-top: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .iso-wrapper .bs-example .cont-box.quantity-box {
    text-align: center;
  }
}
.iso-wrapper .iso-signific .unstable .one,
.iso-wrapper .iso-signific .unstable .three {
  padding: 15px 15px 10px;
  background: url(../images/common/liner-trans-bg.png) 0 0 repeat;
  border-radius: 25px;
  border: #e1e1e1 2px dashed;
}
.iso-wrapper .iso-signific .unstable .two {
  background: none;
  padding: 20px 15px 0;
  border-radius: 50%;
  text-align: center;
  width: 105px;
  height: 105px;
  margin: 20px auto;
  line-height: 16px;
  color: #bb335c;
  font-size: 14px;
  border: #cd6987 2px dashed;
}
.iso-wrapper .iso-signific .iso {
  background: #f5dae2 url(../images/common/liner-trans-bg.png) 0 0 repeat;
  border-radius: 50px;
  border: #cd6987 2px dashed;
  padding: 20px 15px;
}
@media only screen and (max-width: 991px) {
  .iso-wrapper .iso-signific .iso {
    margin: 20px 0;
  }
}
.iso-wrapper .iso-signific .stable .one,
.iso-wrapper .iso-signific .stable .three {
  padding: 15px 15px 10px;
  background: url(../images/common/liner-trans-bg.png) 0 0 repeat;
  border-radius: 25px;
  border: #e1e1e1 2px dashed;
}
.iso-wrapper .iso-signific .stable .two {
  background: #cd6987;
  padding: 20px 15px 0;
  border-radius: 50%;
  text-align: center;
  width: 105px;
  height: 105px;
  margin: 20px auto;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
}
.iso-wrapper .iso-signific .sub-list {
  list-style: none;
  margin: 10px 0 0 15px;
}
.iso-wrapper .iso-signific .sub-list li {
  margin-bottom: 5px;
  padding: 0 0 0 20px;
  background: url(../images/common/sub-list-bullet.png) 0 5px no-repeat;
  text-align: left;
}
.iso-wrapper .iso-signific .sub-list .tick li:before {
  content: "";
  font-family: moon;
  font-size: 15px;
  margin: 0 10px 0 -30px;
  vertical-align: text-bottom;
  color: #000;
}
.iso-wrapper .iso-signific .logo-box {
  width: 60px;
  height: 52px;
  background: url(../images/quality/iso-logo.png) center 0 no-repeat;
  margin: 0 auto;
  position: relative;
}
.iso-wrapper .iso-signific .logo-box:before,
.iso-wrapper .iso-signific .logo-box:after {
  content: "";
  font: normal 60px "moon";
  position: absolute;
  top: -11px;
  left: -105px;
  color: #cd6987;
  text-shadow: #666 0 5px 0;
}
.iso-wrapper .iso-signific .logo-box:after {
  left: 105px;
}
.iso-wrapper .qms-procs {
  background: #dbeff6 url(../images/common/liner-trans-bg.png) 0 0 repeat;
  padding: 10px 0;
  margin-bottom: 30px;
}
.iso-wrapper .qms-procs .plus-box,
.iso-wrapper .qms-procs .equl-box {
  text-align: center;
  color: #d52b1e;
  text-shadow: #999 3px 4px;
  padding: 0;
  line-height: 110px;
  font-size: 90px;
}
@media only screen and (max-width: 991px) {
  .iso-wrapper .qms-procs .plus-box,
  .iso-wrapper .qms-procs .equl-box {
    line-height: 80px;
  }
}
.iso-wrapper .img-wrap {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .iso-wrapper .img-wrap {
    margin-top: 20px;
  }
}
.iso-wrapper.iso-wrapper-cn .bs-example .nav-tabs li,
.iso-wrapper.iso-wrapper-kr .bs-example .nav-tabs li {
  width: 33.33%;
  border-right: 1px solid #d3d3d3;
}
@media only screen and (max-width: 767px) {
  .iso-wrapper.iso-wrapper-cn .bs-example .nav-tabs li,
  .iso-wrapper.iso-wrapper-kr .bs-example .nav-tabs li {
    width: 100%;
  }
}

.quality-wrap .quality-box {
  min-height: 200px;
}
.quality-wrap .quality-box .icon {
  margin: 0 auto;
  background-repeat: no-repeat;
}
.quality-wrap .quality-promise {
  margin-top: 20px;
  background: #faeeee;
  padding: 20px;
  position: relative;
}
.quality-wrap .quality-satisfaction-wrap {
  background: #efeff0;
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .quality-wrap .quality-satisfaction-wrap {
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .quality-wrap .row br {
    display: none;
  }
}

.editing-samples .common-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 35px;
}
.editing-samples .common-list li:before {
  position: absolute;
  content: "";
  font-family: "moon";
  color: #000000;
  font-size: 14px;
  padding-right: 10px;
  vertical-align: bottom;
  margin-left: -25px;
}
.editing-samples table .sub-head {
  font-size: 16px;
  background: #c8e8f3;
  border-color: #fff;
  font-weight: 600;
  text-align: left;
}
.editing-samples td {
  text-align: center;
}
.editing-samples td a:before {
  content: "";
  font-family: moon;
  color: #4258ca;
  margin-right: 3px;
}
.editing-samples td a:after {
  content: "";
  font-family: moon;
  color: #cd6987;
  margin-left: 25px;
}

.fancy-pop {
  display: none;
}

.editing-profile .flag {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(../images/common/flags.jpg) 0 0 no-repeat;
  position: absolute;
  left: 10px;
  top: -1px;
}
.editing-profile .flag.us {
  background-position: 0 0;
}
.editing-profile .flag.sa {
  background-position: 0 -114px;
}
.editing-profile .flag.uk {
  background-position: -76px 0;
}
.editing-profile .flag.ir {
  background-position: -38px -38px;
}
.editing-profile .flag.de {
  background-position: -76px -114px;
}
.editing-profile .flag.nz {
  background-position: -38px -76px;
}
.editing-profile .flag.gr {
  background-position: -38px -114px;
}
.editing-profile .flag.ca {
  background-position: -38px 0;
}
.editing-profile .details {
  position: absolute;
  top: 136px;
  left: 0;
  background: #eee;
  opacity: 0.9;
  width: 100%;
  text-align: right;
}
.editing-profile .details span {
  display: inline-block;
}
.editing-profile .details span.yrs {
  background: #bb335c;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  width: 42px;
  text-align: center;
  padding: 8px 0;
}
.editing-profile .details span.experience:before {
  content: "Years Experience";
  font-size: 10px;
  display: block;
  width: 85%;
  padding: 5px;
  line-height: 10px;
}
.editing-profile .profile-box {
  border: #eee 1px solid;
  position: relative;
  margin: 10px;
  width: 22%;
  padding: 0;
}
.editing-profile .profile-box .edu {
  padding: 10px;
  min-height: 70px;
  line-height: 16px;
  font-size: 14px;
}
.editing-profile .profile-box .edu:before {
  content: "";
  font-family: linecons;
  font-size: 18px;
  color: #bb335c;
  margin-right: 5px;
  vertical-align: text-bottom;
  float: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .editing-profile .profile-box {
    display: inline-block;
    width: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .editing-profile .profile-box img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .editing-profile .profile-box {
    display: inline-block;
  }
}
.editing-profile #tab-mnb .row {
  margin: 0;
}
@media screen and (max-width: 460px) {
  .editing-profile #tab-mnb .row {
    text-align: center;
  }
}
.editing-profile.editing-profile-cn .details span.experience:before {
  content: "年经验";
  width: 100%;
}
.editing-profile.editing-profile-jp .details span.experience:before {
  content: "年間の経験";
  width: 100%;
}
.editing-profile.editing-profile-kr .details span.experience:before {
  content: "1 년 경력";
  width: 100%;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  overflow: auto;
}
.overlay .close {
  color: #fff;
  z-index: 15555;
  opacity: 1;
  padding: 10px;
  background: #000;
  font-size: 15px;
  margin: 7px;
  border-radius: 22px;
  width: 30px;
  height: 30px;
  line-height: 9px;
  text-align: center;
}

.fancy-pop {
  z-index: 1001;
  display: block;
  position: fixed;
  width: 95%;
  max-width: 850px;
  background-color: #f9f9f9;
  top: -100%;
  padding: 16px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  max-height: calc(100vh - 30px);
  overflow: auto;
  transition: all 0.35s ease-in-out;
}
.fancy-pop.cust-pop {
  top: 50%;
}
.fancy-pop.cust-pop .flag {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(../images/common/flags.jpg) 0 0 no-repeat;
  position: absolute;
  left: 10px;
  top: -1px;
}
.fancy-pop.cust-pop .flag.us {
  background-position: 0 0;
}
.fancy-pop.cust-pop .flag.sa {
  background-position: 0 -114px;
}
.fancy-pop.cust-pop .flag.uk {
  background-position: -76px 0;
}
.fancy-pop.cust-pop .flag.ir {
  background-position: -38px -38px;
}
.fancy-pop.cust-pop .flag.de {
  background-position: -76px -114px;
}
.fancy-pop.cust-pop .flag.nz {
  background-position: -38px -76px;
}
.fancy-pop.cust-pop .flag.gr {
  background-position: -38px -114px;
}
.fancy-pop.cust-pop .flag.ca {
  background-position: -38px 0;
}
.fancy-pop.cust-pop .details {
  position: absolute;
  top: 136px;
  left: 0;
  background: #eee;
  opacity: 0.9;
  width: 100%;
  text-align: right;
}
.fancy-pop.cust-pop .details span {
  display: inline-block;
}
.fancy-pop.cust-pop .details span.yrs {
  background: #bb335c;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  width: 42px;
  text-align: center;
  padding: 8px 0;
}
.fancy-pop.cust-pop .details span.experience:before {
  content: "Years Experience";
  font-size: 10px;
  display: block;
  width: 85%;
  padding: 5px;
  line-height: 10px;
}
.fancy-pop.cust-pop .key-heighlight {
  float: left;
  margin: -5px 0 15px 0;
}
.fancy-pop.cust-pop .key-heighlight .headline {
  background: #ffffff;
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 11px;
  margin: 1px;
  padding: 10px 10px;
}
.fancy-pop.cust-pop .key-heighlight ul {
  padding: 0;
  background: #7c9c3d;
}
/*scholarly css*/
.section-wrap.shadow {
  box-shadow: #999 0 3px 5px;
}
.section-wrap.gray {
  background-color: #efeff0;
}
.section-wrap {
  padding: 30px 0;
}
h2.sec-head {
  padding: 0;
  margin: 0 0 20px;
  font-size: 28px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
h2.sec-head:after {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: #d52b1e;
  clear: both;
  margin: 7px auto 0;
}
.section-wrap.academy {
  border-bottom: #ccc 1px solid;
}

.subscribe {
  margin-top: 50px;
  border: 1px solid #dddddd;
  padding: 28px;
  border-radius: 6px;
}
.subscribe input[type="text"],
.formsubscribe input[type="email"] {
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 10px;
}
.subscribe #mc_embed_signup div.mce_inline_error {
  background-color: #db3437 !important;
}
.subscribe #mce-error-response {
  color: #db3437 !important;
}
.subscribe #mce-success-response {
  color: #0ab83e !important;
}
.subscribe #mc-embedded-subscribe {
  display: block;
  background-color: #ffd013;
  box-shadow: 0 4px 0 #be9800;
  border: 0;
  border-radius: 4px;
  padding: 8px 20px;
}
.side-subscribe #mc-embedded-subscribe {
  float: left;
  background-color: #029dcd;
  border: 0;
  padding: 4px 10px;
  -webkit-padding-before: 8px;
  -webkit-padding-after: 7px;
}
.side-subscribe #mc-embedded-subscribe:before {
  content: "\f003";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 24px;
}
#academy-post p {
  margin: 0 0 10px;
}
#academy-post .nav-tabs {
  border: 0;
}
#academy-post .nav-tabs > li {
  float: none;
}
#academy-post .nav-tabs > li > a {
  border-bottom: #ccc 1px solid;
  border-radius: 0;
  display: block;
  font-size: 18px;
  color: #000;
  padding: 13px 20px;
  transition: 0.3s;
}
#academy-post .nav-tabs > li.active a {
  background-color: #eee;
  position: relative;
  margin: 0;
}
#academy-post .nav-tabs > li.active a:after {
  position: absolute;
  right: -15px;
  content: "\e072";
  font-family: "Glyphicons Halflings";
  z-index: 9;
  color: #eee;
}
#academy-post .panel-default {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#academy-post .panel-default > .panel-heading {
  background-color: transparent;
}
#academy-post .tab-content {
  border-left: #ccc 1px solid;
  padding-left: 20px;
}
#academy-post .panel-heading {
  border-bottom: #ccc 1px solid;
  padding: 15px 10px;
}
#academy-post .panel-title {
  font-size: 20px;
  color: #000;
}
#academy-post .panel-title a {
  line-height: normal;
  font-size: 18px;
}
#academy-post .panel-title span.date {
  color: #666;
  font-weight: normal;
  font-size: 16px;
}
#academy-post .panel-title span.date:before {
  content: "\e109";
  font-family: "Glyphicons Halflings";
  display: inline-block;
  color: #ccc;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 14px;
}
#academy-post .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
#academy-post .panel-body {
  padding: 15px 10px;
  font-size: 16px;
}
#academy-post .panel-body img.attachment-post-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#academy-post .panel-body h2 {
  font-size: 18px;
}
#academy-post .panel-body a {
  color: #0000ff;
  text-decoration: underline;
}
#academy-post .panel-body a:hover {
  text-decoration: none;
}
#academy-post .panel-body ol,
#academy-post .panel-body ul {
  padding-left: 20px;
}
.no-pad {
  padding: 0;
}
#main_banner {
  background: url(../images/banner-slide-2-bg.jpg) 0 0 no-repeat;
  padding: 7% 0;
}
#main_banner h2 {
  margin: 0;
  font-size: 34px;
  line-height: normal;
  color: #fff;
}
#main_banner .cta-btn {
  display: inline-block;
  position: relative;
  background: #d52b1e;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  transition: all 0.1s;
  box-shadow: 0px 5px 0px #bb180c;
  text-transform: uppercase;
  text-decoration: none;
}
a.text-link {
  color: #0000ff;
  text-decoration: underline !important;
}
#main_banner .cta-btn:hover {
  background: #bb180c;
}
#main_banner a {
  margin-top: 30px;
  font-size: 18px;
}
.side-subscribe {
  background: #d52b1e url(../images/side-sup-bg.jpg) top right no-repeat;
  color: #fff;
  padding: 11px;
  text-align: center;
  margin-top: 30px;
}
.side-subscribe h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.side-subscribe p {
  font-size: 14px;
  margin-top: 10px;
}
.side-subscribe #mce-EMAIL {
  float: left;
  width: 215px;
  padding: 9px 8px;
  color: #000;
}

/*scholarly css*/
.fancy-pop.cust-pop .key-heighlight ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  list-style: none outside none;
  padding: 9px 9px 7px 5px;
}
.fancy-pop.cust-pop .tableBasic1 {
  border-collapse: collapse;
  padding: 0px;
  clear: both;
  margin-top: 32px;
}
.fancy-pop.cust-pop .tableBasic1 td {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #2d2a2b;
  font-size: 13px;
  letter-spacing: 0;
  padding: 8px 12px;
  vertical-align: top;
}
.fancy-pop.cust-pop .tableBasic1 td.head {
  background-color: #f8f8f8;
  padding-left: 12px;
  letter-spacing: 0;
  padding-right: 12px;
  border: 1px solid #ccc;
  color: #84213f;
  font-size: 13px;
}
@media only screen and (max-width: 991px) {
  .fancy-pop.cust-pop {
    max-height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 991px) {
  .fancy-pop .profile-box {
    display: inline-block;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: none;
  text-indent: -9999px;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(34, 34, 34, 0.6);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  z-index: 99999;
}

.features-box.features-box-cn h4 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 17px;
  background: #fff;
  border: #d52b1e 1px solid;
  line-height: 28px;
  text-align: center;
  width: 107px;
  clear: both;
}
.features-box.features-box-cn li {
  list-style-type: none;
  background: url(../images/editing-services/tick.png) 0 4px no-repeat;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 10px;
  margin-right: 28px;
  display: inline-block;
  font-weight: bold;
}
.services-cont-wrap .features-box-wrap .features-box ul.col-md-4 {
  width: 150px;
  margin: 11px 0 13px 14px;
}
.services-cont-wrap .features-box-wrap .features-box ul.col-md-4:last-child {
  width: 250px;
}
.features-box.features-box-jp li {
  list-style-type: none;
  background: url(../images/editing-services/tick.png) 0 4px no-repeat;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 10px;
  margin-right: 28px;
  display: inline-block;
  min-width: 160px;
  font-weight: bold;
}
.services-cont-wrap h2 {
  border-bottom: #eee 2px solid;
  padding-bottom: 10px;
  font-size: 22px;
  display: block;
  color: #d52b1e;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: bold;
}
.org-discountbtn {
  display: inline-block;
  position: relative;
  background: #ffda00;
  padding: 8px 30px 8px 30px;
  border-radius: 4px;
  color: #000;
  font-size: 20px;
  text-shadow: #333 0 1px 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-shadow: 0px 4px 0px #ffc600;
  -moz-box-shadow: 0px 4px 0px #ffc600;
  box-shadow: 0px 4px 0px #ffc600;
  line-height: 23px !important;
  margin-top: 6px;
}
.org-discountbtn:hover {
  color: #000;
  background: #ffc600;
}
@media only screen and (max-width: 991px) {
  .org-discountbtn {
    padding: 10px 70px 10px 7px;
  }
}

.quote-request .disc-txt {
  line-height: normal;
  padding-top: 10px;
  background-image: url(../images/discount-ribbon.png);
  width: 73px;
  height: 83px;
  position: absolute;
  right: 5px;
  color: #000;
  text-align: center;
  font-size: 16px;
  padding: 9px 0 0 4px;
  top: -9px;
  line-height: 22px;
  text-shadow: none;
  font-weight: bold;
}
.quote-request .offtxt {
  display: block;
}
@media only screen and (max-width: 767px) {
  .services-cont-wrap .features-box-wrap .features-box ul.col-md-4 {
    width: 100%;
  }
  .quote-request {
    display: none;
  }
}
a {
  color: blue;
}
.translate-form label {
  font-weight: normal;
}
.height-auto {
  min-height: auto !important;
}
.translate-form .form-control.width-auto {
  width: auto !important;
  margin: 0 5px;
}
.translate-form .form-control.width-auto#extno {
  width: 50px !important;
}

/*# sourceMappingURL=style.css.map */
.access-browser {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-radius: 2px;
  padding: 5px 5px;
  text-align: center;
  line-height: 22px;
  width: 70%;
  margin-bottom: 8px;
  margin: 0 auto;
  float: none;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: -10px;
  background: url(../images/common/carouselarrows.png);
  background-size: 68px 52px;
  width: 34px;
  height: 52px;
  top: 50%;
  background-position: -34px 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next {
  margin-right: -10px;
  background: url(../images/common/carouselarrows.png);
  background-size: 68px 52px;
  width: 34px;
  height: 52px;
  top: 50%;
  background-position: 0 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  display: none;
}
.carousel .carousel-control.left {
  left: 0px;
}
/********** Pop up *********/
.quotepopup .service-popup-head {
  display: block;
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
  margin: 15px 25px 0;
  color: #000;
}
.quotepopup .service-popup-head span {
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.servicepopup {
  padding: 15px;
}
.servicepopup .pp-editing {
  background: #fdf0f0;
  display: block;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.servicepopup .english-subtle {
  display: block;
  text-align: center;
  color: #000;
}
.servicepopup .pp-editing h2 {
  color: #d52b1e;
}
.servicepopup h2 {
  font-size: 24px !important;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: bold;
}
.servicepopup h2 {
  display: block;
  text-align: center;
}
.servicepopup p {
  text-align: center !important;
  color: #000;
}
.servicepopup span.ppbtn {
  display: block;
  max-width: 200px;
  padding: 10px 15px;
  color: #fff;
  background: #d52b1e;
  border-radius: 0px;
  /* font-size: 23px; */
  font-size: 18px;
  margin: 0 auto;
  position: relative;
}
.servicepopup span.ppbtn:after {
  content: "";
  display: block;
  background: url(../../../images/btn-arrow.png) no-repeat 0 0;
  width: 16px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 37%;
}
.close {
  float: right;
  filter: alpha(opacity=100);
  opacity: 1;
  background: url(../../../images/common/modal-close.png) no-repeat 0 0 !important;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 99999;
}
/********** Pop up *********/
