@import "additional.css";
/*
*
*   1. Landing home1.html
*
*
*/

body {

  background: #fff;
  color: #4c5862;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  position: relative;
}

body,
button {
  font: 14px 'Open Sans', Arial, sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
div,
header,
section,
article,
img,
aside {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h2,
.title2 {
  font-size: 28px;
  padding: 0 0 30px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #fff!important;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.06);
  transition: 0.3s all ease-in-out;
  height: 165px;
  padding-right: 0!important;
  padding-left: 0!important;
}

header+div,
header+section,
header+.section{
  padding-top: 190px;
}
@media (min-width: 509px) and (max-width: 840px){
  header .row-main-menu {
    padding: 16px;
  }
}
@media (max-width: 508px) {

  header .row-main-menu {
    padding: 0 8px!important;
  }

  .apple-pay-banner + .section {
    padding-top: 50px;
  }
}


@media (min-width: 840px) {
  header.scrolled {
    max-height: 110px ;
  }
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  line-height: 25px;
}

a,
a:visited {
  text-decoration: underline;
  outline: 0;
  text-decoration: none;
  color: #259f9c;
}

a:hover,
a:focus {
  color: #0a7a78;
}

p a,
p a:visited {
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}


/* Input, Select */

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  border: 1px solid #AABAC5;
}

.Zebra_DatePicker_Icon_Wrapper {
  outline: 0;
}

input:active,
select:active,
input:focus,
select:focus,
textarea:focus,
.Zebra_DatePicker_Icon_Wrapper:focus #id_esof_deadline_date {
  border-color: #8ebc58 !important;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 0 4px rgba(142, 188, 88, 0.2) inset;
  box-shadow: 0 0 4px rgba(142, 188, 88, 0.2) inset;
}

#id_esof_subm:focus {
  background: #e56f4c;
  outline: 0;
}


/*Input Placeholder*/

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #9EADB7;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-input-placeholder {
  color: #9EADB7;
}

/* apple pay banner */
.apple-pay-banner {
  position: fixed;
  margin-top: 5px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  background-color: #6B7F9E;
}

.apple-pay-banner--visible {
  display: block;

}

.apple-pay-banner--visible ~ .main-wrapper {
  margin-top: 50px;
}

@media all and (max-width: 640px) {
  .apple-pay-banner--visible ~ #id_esauth_auth_container {
    top: 240px;
  }
}

.apple-pay-banner__container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1100px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background-image: url('/resources/img/apple-pay-banner.svg'), url('/resources/img/apple-pay-banner-1.svg');
  background-position: left, right;
  background-repeat: no-repeat, no-repeat;
}

.apple-pay-banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding-left: 24px;
}

.apple-pay-banner__logo {
  width: 55px;
  height: 23px;
  margin: 0 8px;
}

.apple-pay-banner__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.apple-pay-banner__close {
  cursor: pointer;
}

.apple-pay-banner__text--fw-300 {
  font-weight: 300;
}

@media all and (max-width: 425px) {
  .apple-pay-banner__container {
    background-image: url('/resources/img/apple-pay-banner.svg');
  }

  .apple-pay-banner__text--mq420-hide {
    display: none;
  }
}

/*Container*/

.container {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}

.header,
section.home,
section.content,
.footer {
  padding-left: 30px;
  padding-right: 30px;
}

.side-left {
  float: left;
}

.side-right {
  float: right;
}

.droid,
h1,
h2,
h3,
h4 {
  font-family: 'Droid Sans', Arial, sans-serif;
}

.italic {
  font-style: italic;
}

.content,
.registration,
.passwordReset,
.error404 {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #e8e8e8;
}

.of-blink {
  background-color: #f5cc4e !important;
}

.order-form {
  transition: background-color 0.4s ease-out;
}

.content:before,
.registration:before,
.passwordReset:before,
.error404:before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: -60px;
  height: 60px;
  width: 100%;
  margin-left: -50%;
  background: #C0C0C0;
  border-radius: 15%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.container.arrow {
  position: relative;
  padding: 50px 15px;
}

.container.arrow:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 13px;
  width: 50px;
  height: 50px;
  background: url('/resources/img/sprite.svg') no-repeat -533px -992px;
  z-index: 2;
}

.no-svg .container.arrow:after {
  background: url('/resources/img/sprite.png') no-repeat -533px -992px;
}

.content .side-left {
  width: 63%;
  position: relative;
}

.content .side-right {
  width: 32%;
}

.content .side-bottom {
  float: left;
  width: 63%;
  padding: 0 37% 0 0;
}

.content .mini h2 {
  font-size: 24px;
}


.content .side-left h1.header-page {
  font-size: 30px;
  padding: 0 0 30px;
  line-height: normal;
}

.content .side-left h2.header-page {
  font-size: 28px;
  line-height: normal;
  padding: 0 0 40px;
}

.content .side-left h2 {
  font-size: 22px;
  padding: 0 0 15px;
}

.content .side-left h3 {
  font-size: 20px;
  padding: 0 0 15px;
}

.content .side-left p,
.content .side-left li {
  font-size: 14px;
  line-height: 25px;
  padding: 0 0 25px 0;
}

.content .side-left ul li {
  padding-left: 45px;
  position: relative;
}

.content .side-left ul li:before {
  position: absolute;
  display: block;
  content: '';
  top: 8px;
  left: 18px;
  width: 10px;
  height: 10px;
  background-color: #6fccca;
}
.content .side-left ul li > ul {
  margin-top: 15px;
}

.content .side-left ol li {
  list-style: decimal;
}

.content .side-left ol li ul {
  padding-top: 15px;
}

.content .side-left ol li ul li {
  list-style: none;
}

.content .side-left ol li ul li:last-child {
  padding-bottom: 5px;
}

.small-list-number li {
  padding-bottom: 25px;
  padding-top: 7px;
}

.side-left ol.list-number {
  counter-reset: myCounter;
  padding: 0;
}

.side-left ol.list-number li {
  list-style: none;
  position: relative;
  padding-left: 45px;
}

.side-left ol.list-number>li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #6fccca;
  border: 1px solid #6fccca;
}

.side-left ol.pws>li {
  padding-left: 20px;
}

.side-left ol.pws>li:before {
  display: none;
}

#faq-container,
#latest-orders-container {
  min-height: 200px;
}


/*Rainbow*/

.rainbow {
  position: relative;
  height: 5px;
  width: 100%;
}

.rainbow:before,
.rainbow:after {
  position: fixed;
  display: block;
  content: '';
  width: 50%;
  height: 5px;
  z-index: 9999;
  top: 0;
  background: -moz-linear-gradient(left, #fa9273 0%, #fa9273 20%, #6fccca 20%, #6fccca 40%, #94c55a 40%, #94c55a 60%, #f9bf56 60%, #f9bf56 80%, #aabac5 80%, #aabac5 100%);
  background: -webkit-linear-gradient(left, #fa9273 0%, #fa9273 20%, #6fccca 20%, #6fccca 40%, #94c55a 40%, #94c55a 60%, #f9bf56 60%, #f9bf56 80%, #aabac5 80%, #aabac5 100%);
  background: -ms-linear-gradient(left, #fa9273 0%, #fa9273 20%, #6fccca 20%, #6fccca 40%, #94c55a 40%, #94c55a 60%, #f9bf56 60%, #f9bf56 80%, #aabac5 80%, #aabac5 100%);
  background: linear-gradient(left, #fa9273 0%, #fa9273 20%, #6fccca 20%, #6fccca 40%, #94c55a 40%, #94c55a 60%, #f9bf56 60%, #f9bf56 80%, #aabac5 80%, #aabac5 100%);
}
.rainbow:before {
  left: 0;
}

.rainbow:after {
  left: 50%;
}

/*Header*/

.no-svg .header {
  background: url('/resources/img/sprite.png') no-repeat center -760px;
}

.no-svg .indexpage .header {
  background: url('/resources/img/sprite.png') no-repeat top center;
}

.header .row-menu, .header .row-login {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .row-login {
  margin: 5px 0 15px;
}

.header .row-main-menu {
  padding: 25px 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .col-logo, .header .col-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header .col-logo {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.header .col-nav {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
  margin-left: auto;
}

.header .container {
  position: relative;
  height: 165px;
}

@-webkit-keyframes arrow {
  0% {
    height: 0;
    width: 180px;
  }
  20% {
    height: 130px;
  }
  40% {
    width: 550px;
  }
  60% {
    height: 185px;
  }
  100% {
    width: 670px;
  }
}

@keyframes arrow {
  0% {
    height: 0;
    width: 180px;
  }
  20% {
    height: 130px;
  }
  40% {
    width: 550px;
  }
  60% {
    height: 185px;
  }
  100% {
    width: 670px;
  }
}

@-webkit-keyframes arrow-inside {
  0% {
    height: 0;
    width: 180px;
  }
  20% {
    height: 130px;
  }
  40% {
    width: 550px;
  }
  60% {
    height: 165px;
  }
  100% {
    width: 670px;
  }
}

@keyframes arrow-inside {
  0% {
    height: 0;
    width: 180px;
  }
  20% {
    height: 130px;
  }
  40% {
    width: 550px;
  }
  60% {
    height: 165px;
  }
  100% {
    width: 670px;
  }
}

.header .container:after {
  opacity: 0;
}

.header .container.animate:after {
  opacity: 1;
}

.header .container:after {
  -webkit-animation: arrow 2s linear 1.5s 1;
  animation: arrow 2s linear 1.5s 1;
  background: url('/resources/img/sprite.svg') no-repeat 120px -22px;
  content: '';
  height: 185px;
  left: -225px;
  position: absolute;
  top: 0;
  width: 700px;
  z-index: -1;
}
.header.scrolled .container:after {
  content: none;
}

.inside .header .container:after {
  -webkit-animation: arrow-inside 2s linear 1.5s 1;
  animation: arrow-inside 2s linear 1.5s 1;
  height: 165px;
}

.indexpage .header .container {
  height: 150px;
}

.no-svg .header a.logo {
  z-index: 2;
}

.header a.logo {
  display: block;
  width: 180px;
  min-height: 135px;
}

.svg .header .logo-svg {
  display: none;
}
.svg .header .logotype {
  display: block;
}
.logotype {
  display: none;
  font-size: 0;
  perspective: 500;
  -webkit-perspective: 500;
  position: relative;
  width: 180px;
}

.logotype span {
  background: url(/resources/img/logo.svg) no-repeat;
}

.logotype .logo-letter {
  opacity: 0;
  width: 36px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  transform: rotateY( 90deg);
}

.logotype .logo-top-text {
      height: 36px;
  margin-bottom: 6px;
  width: 122px;
  display: block;
  transform: translateY(40px);
  opacity: 0;
}

.logotype .logo-bottom-text {
  background-position: -113px -101px;
  display: block;
  height: 29px;
  margin-left: auto;
  opacity: 0;
  width: 65px;
  transform: translateY(-40px);
  z-index: 0;
}

@media (max-width: 840px) {
  .logotype .logo-top-text {
    display: none;
  }

  .logotype .logo-bottom-text {
    display: none;
  }

  .header a.logo {
    min-height: 50px;
  }
}

.animate .logotype .logo-top-text {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition: transform .3s ease .7s, opacity .1s ease .7s;
  transition: transform .3s ease .7s, opacity .1s ease .7s;
}

.animate .logotype .logo-bottom-text {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition: transform .3s ease .9s, opacity .1s ease .9s;
  transition: transform .3s ease .9s, opacity .1s ease .9s;
}

.animate .logotype .logo-letter {
  opacity: 1;
  transform: rotateY( 0);
  -webkit-transition: transform .3s ease, opacity .1s ease;
  transition: transform .3s ease, opacity .1s ease;
}

.animate .logotype .logo-letter1 {
  background-position: 0 -45px;
}

.animate .logotype .logo-letter2 {
  transition-delay: 200ms;
  background-position: -36px -45px;
}

.animate .logotype .logo-letter3 {
  transition-delay: 300ms;
  background-position: -72px -45px;
}

.animate .logotype .logo-letter4 {
  transition-delay: 400ms;
  background-position: -108px -45px;
}

.animate .logotype .logo-letter5 {
  transition-delay: 500ms;
  background-position: -144px -45px;
}

.header img {
  outline: none;
  border: none;
}


/*Menu*/

.mobile-menu {
  display: none;
  width: 47px;
  height: 42px;
  background-color: #6fccca;
  overflow: hidden;
  cursor: pointer;
  text-indent: -999px;
  position: relative;
}

.mobile-menu span {
  width: 70%;
  height: 2px;
  left: 15%;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  position: absolute;
}


.mobile-menu span:after,
.mobile-menu span:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
  background-color: #fff;
  height: 2px;
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
  -moz-transform: translate3d(0);
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
}

.mobile-menu span:before {
  top: 7px;
}

.row-menu.show .mobile-menu span {
  background-color: #6fccca;
}

.row-menu.show .mobile-menu span:after {
  -moz-transform: rotate(45deg) translate(5px, 5px);
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

.row-menu.show .mobile-menu span:before {
  -moz-transform: rotate(-45deg) translate(5px, -5px);
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}

.no-svg #mobile-menu {
  background: #c0c0c0 url('/resources/img/sprite.png') no-repeat -715px -618px;
}

.menu .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  position: relative;
}


.menu .nav-menu li a:hover, .menu .nav-menu li span:hover,
.text-service:hover {
  color: #fff;
}

.menu-item a, .menu-item span {
  color: #4c5862;
  display: block;
  font-size: 14px;
  line-height: 34px;
  padding: 0 15px;
  text-transform: uppercase;
}

.menu-drop-list a {
  width: 100%;
}
@media (min-width: 840px) {
  .menu-drop-list a {
    width: 45%;
  }
}

a.color-1:hover, span.color-1:hover {
  background: #fa9273;
}
a.color-2:hover, span.color-2:hover {
  background: #6fccca;
}
a.color-3:hover, span.color-3:hover {
  background: #94c55a;
}
a.color-4:hover, span.color-4:hover {
  background: #f9bf56;
}
a.color-5:hover, span.color-5:hover {
  background: #a8bcca;
}

.sub-menu:hover .menu-drop-list, .sub-menu.show .menu-drop-list {
  display: flex;
  flex-wrap: wrap;
}

.sub-menu:hover span.color-2, .sub-menu.show span.color-2 {
  background: #6fccca;
  color: #fff;
}

/*drop menu*/

.holder-drop {
  display: inline-block;
  vertical-align: top;
}

.holder-drop:hover .menu-drop-list {
  display: block;
}

.holder-drop>span {
  cursor: pointer;
}

.menu-drop-list {
  background: #E0E3E5;
  display: none;
  padding: 20px 0;

  position: absolute;
  top: 34px;
  right: 0;
  left: 0;

  text-align: left;
  z-index: 12;
}

.menu-drop-list>li {
  box-sizing: border-box;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  text-align: left;
  min-width: 280px;
}

.menu-drop-list>li:hover a {
  background: #a8bcca;
  color: #fff
}

/*Mail To & Login button*/


.header .container .mailto,
#id_esauth_myaccount_login_link {
  display: block;
  font-size: 13px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header .container .mailto {
  margin-right: 10px;
}

.header .container .mailto:hover {
  background: #f9bf56;
}

.header .container .mailto span {
  position: relative;
  padding: 0 10px 0 38px;
}

.header .container .mailto span:before {
  position: absolute;
  display: block;
  content: '';
  top: 3px;
  left: 10px;
  width: 20px;
  height: 13px;
  background: url('/resources/img/sprite.svg') no-repeat 0px -217px;
}

.no-svg .header .container .mailto span:before {
  background: url('/resources/img/sprite.png') no-repeat 0px -217px;
}

#current_auth_container {
  position: relative;
  min-width: 190px;
  min-height: 26px;
  background: #e0e3e5;
}

#id_esauth_myaccount_login_link {
  position: relative;
  display: block;
  color: #41505b;
  padding: 0 0 0 28px;
  margin: 0 auto;
  cursor: pointer;
  width: 92px;
}

#id_esauth_myaccount_login_link:before {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  left: 10px;
  width: 12px;
  height: 14px;
  background: url('/resources/img/sprite.svg') no-repeat -30px -217px;
}

.no-svg #id_esauth_myaccount_login_link:before {
  background: url('/resources/img/sprite.png') no-repeat -30px -217px;
}


/*customer login menu*/

#id_current_user_auth_subcontainer {
  background: #fff;
  border: 1px solid #aabac5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  height: 26px;
  width: 200px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a#id_esauth_myaccount_current_login:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f9bf56;
}

/*#id_current_user_auth_subcontainer:hover a#id_esauth_myaccount_current_logout_link {
  background: #ffffff url(/resources/img/sprite.svg) no-repeat -453px -211px;;
}*/

#id_current_user_auth_subcontainer a {
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
}

a#id_esauth_myaccount_current_login {
  box-sizing: content-box;
  color: #41505b;
  float: left;
  font-size: 13px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  transition: none 0s ease 0s;
  width: 112px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a#id_esauth_myaccount_current_login:hover {
  background: #f7bc57;
}

.short a#id_esauth_myaccount_current_login {
  background: none;
  padding-right: 30px;
}

.short a#id_esauth_myaccount_current_login:hover {
  background: #f7bc57;
}

#id_esauth_myaccount_current_login:before,
.short #id_esauth_myaccount_current_login:before {
  position: absolute;
  display: block;
  content: '';
  right: 10px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-width: 5px;
  border-style: solid;
}

#id_esauth_myaccount_current_login:before {
  top: 5px;
  border-bottom-color: #41505b;
}

.short #id_esauth_myaccount_current_login:before {
  top: 11px;
  border-top-color: #41505b;
}

a#id_esauth_myaccount_current_login {
  background: none;
  padding-left: 30px;
  padding-right: 30px;
}

#es-avatar {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: 0;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: 50%;
  margin: -10px 0 0;
}

a#id_esauth_myaccount_current_logout_link {
  background: url('/resources/img/sprite.svg') no-repeat -453px -211px;
  border: none;
  border-radius: 0;
  border-left: 1px solid #aabac5;
  float: right;
  font-size: 0;
  height: 26px;
  overflow: hidden;
  padding: 0;
  text-indent: -1000px;
  width: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.no-svg a#id_esauth_myaccount_current_logout_link {
  background: url('/resources/img/sprite.png') no-repeat -453px -211px;
}

a#id_esauth_myaccount_current_logout_link:hover {
  background-color: #d1d5d8;
  border: none;
}

#id_esauth_myaccount_current_shortcuts {
  border: 1px solid #e0e3e5;
  border-top: none;
  background: #ECF0F2;
  clear: both;
  display: none;
  position: absolute;
  left: 0;
  right: 27px;
  top: 26px;
  z-index: 3
}

#id_esauth_myaccount_current_shortcuts a {
  display: block;
  font-size: 13px;
  max-width: 180px;
  padding-left: 10px;
  color: #69767F;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#id_esauth_myaccount_current_shortcuts a:hover {
  background: #f4f6f7;
}

a#id_esauth_myaccount_login_link {
  position: relative;
  display: block;
  color: #41505b;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

a#id_esauth_myaccount_login_link:hover {
  background: #f7bc57;
}

a#id_esauth_myaccount_login_link:before {
  display: inline-block;
  content: '';
  width: 12px;
  height: 14px;
  background: url('/resources/img/sprite.svg') no-repeat -30px -217px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: auto;
  left: auto;
}

.no-svg a#id_esauth_myaccount_login_link:before {
  background: url('/resources/img/sprite.png') no-repeat -30px -217px;
}


/*
 * ORDER FORM
 */

.order-form {
  position: relative;
  background: #ecf0f2;
}

.home .order-form {
  max-width: 567px;
  min-height: 300px;
}

.content .order-form {
  width: 100%;
}


/* .home.place-order .order-form:before {
    position: absolute;
    display: block;
    content: '';
    top: 7px;
    left: -80px;
    width: 60px;
    height: 30px;
    background: url('/resources/img/sprite.svg') no-repeat -453px -146px;
    z-index: 2;
}

.no-svg .home.place-order .order-form:before {
    background: url('/resources/img/sprite.png') no-repeat -453px -146px;
} */

#es_form_esof {
  position: relative;
}

.side-right #es_form_esof {
  margin-bottom: 40px;
}

.side-right #dt_esof_esof_policy,
.side-right #dt_esof_esof_marketing {
  display: none;
}

.side-right #dl_esof_deadline_date {
  padding-bottom: 10px !important;
}

#es_form_esof h2 {
  position: relative;
  background: #6fccca;
  color: #fff;
  font: 24px/47px 'Droid Sans', Arial, sans-serif;
  margin: 0;
  padding: 0 32px;
}

.content #es_form_esof h2 {
  text-align: center;
}

#es_form_esof h2 span {
  position: absolute;
  top: 0;
  right: 32px;
  font-size: 14px;
  text-align: right;
}

.content #es_form_esof h2 span {
  display: none;
}

#es_form_esof div {
  border: 1px solid #cbd5dc;
  border-top: none;
  padding: 16px 12% 16px 10%;
}

.content #es_form_esof div {
  padding: 12px 9% 16px;
}

#es_form_esof div form div {
  border: none;
  padding: 0;
}

.content #es_form_esof div form div {
  padding: 0;
}

#es_form_esof div form dl {
  padding: 0 0 14px 0;
  overflow: hidden;
}

#es_form_esof div form dl#dl_esof_subm {
  padding: 0;
}

.content #es_form_esof div form dl {
  padding: 0 0 5px 0;
}

#dl_esof_esof_title {
  display: none;
}

#es_form_esof div form dt,
#es_form_esof div form dd {
  float: left;
  font-size: 15px;
  color: #525c64;
}

.content #es_form_esof div form dt,
.content #es_form_esof div form dd {
  float: none;
}

#es_form_esof div form dt {
  width: 28%;
  line-height: 31px;
  margin: 0 7% 0 0;
  text-align: right;
}

.content #es_form_esof div form dt {
  width: auto;
  margin: 0;
  text-align: left;
}

.content #es_form_esof div form dt.writer-temp-title {
  width: 25%;
  line-height: 33px;
  float: left;
}

#es_form_esof div form dd {
  width: 65%;
}

#es_form_esof div form dl#writer_temp {
  overflow: hidden;
  padding-top: 5px;
}

.writer-req-box {
  background-color: #fff;
  border: 1px solid #AABAC5;
  padding: 5px 24px 5px 10px;
  position: relative;
  line-height: 31px;
}

.cancel-request-container {
  color: #AABAC5;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin: -15px 0 0;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.writer-req-box:hover .cancel-request-container {
  color: inherit;
}

.content #es_form_esof div form dd {
  width: auto;
}

.content #es_form_esof div form dd#dd_sof_writer_req {
  width: 75%;
  float: left;
}

.order-form input,
.order-form select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #9eadb7;
  border: 1px solid #aabac5;
  outline: none;
  padding: 6px;
  height: 33px;
  display: block;
  color: #4C5862;
}

.order-form input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

.order-form #id_esof_email_label {
  line-height: 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-form .inp_big,
.order-form .sel_big {
  width: 100%;
}

.order-form input:-moz-placeholder {
  color: #9eadb7;
  font-size: 14px;
  opacity: 1;
}

.order-form input::-moz-placeholder {
  color: #9eadb7;
  font-size: 14px;
  opacity: 1;
}

#dd_esof_esof_pages_qty {
  position: relative;
  overflow: hidden;
}

#dd_esof_esof_pages_qty #contentspin {
  position: relative;
  height: 33px;
  width: 45%;
  float: left;
}

#dd_esof_esof_pages_qty input {
  width: 100%;
  margin: 0;
  padding: 0 10%;
  text-align: center;
  color: #525c64;
  position: absolute;
}

#dd_esof_esof_pages_qty button {
  z-index: 2;
  position: absolute;
  display: block;
  width: 23px;
  height: 31px;
  line-height: 100%;
  top: 1px;
  font-size: 20px;
  background: #AABAC5;
  color: #fff;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

#dd_esof_esof_pages_qty button.dec {
  left: 1px;
}

#dd_esof_esof_pages_qty button.inc {
  right: 1px;
}

#dd_esof_esof_pages_qty #pages_qty_hint {
  display: block;
  line-height: 31px;
  color: #9eadb7;
  float: left;
  width: 50%;
  margin: 0 0 0 5%;
}

#dd_esof_esof_deadline_date {
  position: relative;
}

#dd_esof_esof_deadline_date div {
  width: 100%;
  overflow: hidden;
}

#dd_esof_esof_deadline_date .Zebra_DatePicker_Icon_Wrapper {
  width: 45%;
  display: block;
  float: left !important;
}

#error_container_esof_pages_qty {
  color: #C0392B;
  width: 100%;
  float: left;
  font-size: 12px;
}

#error_container_esof_pages_qty label {
  padding: 10px 0 0;
  display: block;
}

#dd_esof_esof_deadline_date .Zebra_DatePicker_Icon_Wrapper input {
  width: 100%;
}

#dd_esof_esof_deadline_date .Zebra_DatePicker_Icon_Wrapper button {
  position: absolute;
  display: block;
  left: 100% !important;
  width: 15px;
  height: 17px;
  margin: 0 0 0 -22px;
  background: url('/resources/img/sprite.svg') no-repeat -55px -218px;
  overflow: hidden;
  text-indent: -100px;
  border: none;
  cursor: pointer;
}

.no-svg #dd_esof_esof_deadline_date .Zebra_DatePicker_Icon_Wrapper button {
  background: url('/resources/img/sprite.png') no-repeat -55px -218px;
}


/*input error*/

.order-form input.error,
.order-form select.error,
.order-form input.error:active {
  color: #C0392B !important;
  border-color: #dd2b18 !important;
  -webkit-box-shadow: 0 0 3px rgba(192, 57, 43, 0.4) inset;
  box-shadow: 0 0 3px rgba(192, 57, 43, 0.4) inset;
}

.order-form #id_esof_deadline_time {
  width: 35%;
  float: left;
}

.content .order-form #id_esof_deadline_time {
  width: 38%;
}

.order-form #glue_esof_deadline_date_at {
  display: block;
  line-height: 31px;
  width: 16%;
  padding: 0 4% 0 0;
  float: left;
  text-align: right;
}

.content .order-form #glue_esof_deadline_date_at {
  width: 13%;
}

.order-form #dl_esof_esof_subm {
  padding: 0;
}

.order-form .btn_f_submit {
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 39px;
  margin: 0;
  padding: 0;
  background: #fa9273;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.order-form .btn_f_submit:hover {
  background: #e56f4c;
}

.content #dd_esof_esof_subm {
  padding: 18px 0 0;
  text-align: center;
}

.content .order-form .btn_f_submit {
  width: 75%;
  margin: 0 auto;
}


/*whats next link*/

.order-form #open-whats-next {
  position: absolute;
  bottom: 25px;
  right: 6%;
  margin: 0 -10px 0 0;
}

.content .order-form #open-whats-next {
  bottom: 32px;
  right: 12%;
}

.order-form #open-whats-next a {
  height: 20px;
  width: 20px;
  margin: 0;
  overflow: hidden;
  padding: 1px;
  text-indent: -1000px;
}

.order-form #open-whats-next a,
.order-form #open-whats-next a:visited {
  color: #799BA2;
  display: block;
  font-size: 13px;
  font-style: italic;
  position: relative;
  text-decoration: none;
}

#open-whats-next a:hover {
  color: #000000;
}

.order-form #open-whats-next a:before {
  position: absolute;
  display: block;
  content: '?';
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background: #ecf0f2;
  color: #9aa8b2;
  border: 1px solid #9aa8b2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.order-form #open-whats-next a:hover:before {
  background: #fff;
  color: #69767F;
  border-color: #69767F;
}

.content #dt_esof_esof_subm {
  display: none;
}

#es_form_esof select option {
  padding: 3px 6px;
}


/*overlay*/

#es-overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

#es-overlay.es-show {
  filter: alpha(opacity=55);
  opacity: 0.55;
  visibility: visible;
}


/*modal popup*/

.es-modal {
  backface-visibility: hidden;
  height: auto;
  left: 50%;
  margin-left: -160px;
  position: fixed;
  top: 34%;
  visibility: hidden;
  width: 320px;
  z-index: 2000;
}

.es-content {
  background-color: #f0f0f0;
  border-color: #ccc;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}

.es-effect-slide .es-content {
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s ease 0s;
}

.es-show.es-effect-slide .es-content {
  opacity: 1;
  transform: scale(1);
}

.es-show {
  visibility: visible;
}

.es-header {
  background-color: #6fccca;
  color: #fff;
  font: 16px/28px 'Droid Sans', Arial, sans-serif;
  padding: 8px 30px;
}

.es-close {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #fff;
  float: right;
  height: 28px;
  width: 28px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.es-close:hover {
  background-color: #fff;
  color: #6fccca;
}

.es-inner-content {
  background-color: #ecf0f2;
  padding: 1px 30px 30px;
}

#id_esauth_auth_container .es-inner-content {
  padding-top: 20px;
}

.es-row {
  margin: 10px 0;
}

.es-row label {
  color: #525c64;
}

.es-row label.error {
  color: #C0392B;
  font-size: 12px;
  padding-right: 20px;
  width: 100%;
}

.es-row input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  padding: 8px;
  margin: 3px 0 0;
  width: 100%;
}

.es-row input.error,
.es-row input.error:focus {
  border-color: #C0392B !important;
  -webkit-box-shadow: 0 0 3px rgba(192, 57, 43, 0.4) inset;
  box-shadow: 0 0 3px rgba(192, 57, 43, 0.4) inset;
}

#id_esauth_login_button {
  background-color: #fa9273;
  border: none;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 8px 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#id_esauth_login_button:hover {
  background-color: #e56f4c;
}

.es-content .linetop {
  border-top: 1px dotted #ccc;
  padding: 10px 0 0;
}

.es-content .es-link {
  color: #4fa7a5;
  font-size: 14px;
  display: inline-block;
  width: 48%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.es-content .es-link:hover {
  color: #2c7b79;
}

.es-link.register {
  text-align: left;
}

.es-link.forgot {
  text-align: right;
}


/*what's next content*/

#dialog-whats-next.es-modal {
  margin-left: -250px;
  width: 480px;
}

#dialog-whats-next .es-inner-content {
  padding: 20px 30px 10px;
}

#dialog-whats-next .es-inner-content li {
  border-left: 1px solid #CECECE;
  font-size: 13px;
  line-height: 140%;
  padding: 0 0 10px 15px;
  position: relative;
  color: #4c5862;
}

#dialog-whats-next .es-inner-content li:before {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #51ADB7;
  border-radius: 5px 5px 5px 5px;
  content: "";
  height: 9px;
  left: -6px;
  margin-top: 4px;
  position: absolute;
  width: 9px;
}

#dialog-whats-next .es-inner-content li:last-child {
  padding-bottom: 0;
}

#dialog-whats-next .es-inner-content li span {
  color: #979797;
}

#dialog-whats-next .es-inner-content li:last-child {
  padding-bottom: 0;
}

#dialog-whats-next .es-inner-content li span {
  color: #979797;
}

#dialog-whats-next .linetop {
  margin-top: 20px;
  padding: 10px 0;
}

#dialog-whats-next .es-link {
  display: inline-block;
  text-align: left;
  width: 320px;
  margin: 0;
}

#dialog-whats-next button {
  background-color: #fa9273;
  border: none;
  color: #fff;
  padding: 8px 24px;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#dialog-whats-next button:hover {
  background: #e56f4c;
}

.Zebra_DatePicker {
  background-color: #ecf0f2;
  border: 2px solid #6fccca;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  margin: 83px 0 0 5px;
  padding: 10px;
  position: absolute;
  width: 250px;
  font-size: 14px;
  z-index: 4;
}

.Zebra_DatePicker.dp_visible {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.Zebra_DatePicker.dp_hidden {
  visibility: hidden;
  opacity: 0;
  top: 0;
}

.dp_header,
.dp_daypicker {
  width: 100% !important;
}

.dp_caption {
  background: #fff;
  height: 24px;
  padding: 4px 0;
  text-align: center;
}

.dp_previous,
.dp_next {
  background: url('/resources/img/sprite.svg') no-repeat;
  height: 28px;
  overflow: hidden;
  text-indent: -999px;
  text-align: center;
  line-height: 28px;
  width: 30px;
}

.no-svg .dp_previous,
.no-svg .dp_next {
  background: url('/resources/img/sprite.png') no-repeat;
}

.dp_previous:hover,
.dp_next:hover,
.dp_caption:hover {
  background-color: #6fccca !important;
  color: #fff;
  cursor: pointer;
}

.dp_previous,
.no-svg .dp_previous {
  background-position: -83px -209px;
}

.dp_next,
.no-svg .dp_next {
  background-position: -112px -209px;
}

.dp_previous:hover,
.dp_next:hover {
  background-color: #CECECE;
}

.dp_blocked {
  background: none;
}

.dp_blocked:hover {
  background: none !important;
  cursor: default;
}

.dp_daypicker,
.dp_monthpicker,
.dp_yearpicker {
  border-collapse: collapse;
  margin-top: 10px;
}

.dp_daypicker th,
.dp_daypicker td,
.dp_monthpicker td,
.dp_yearpicker td {
  background-color: #fff;
  border: 1px solid #CBD5DC;
  padding: 4px 0;
  text-align: center;
  width: 39px;
}

.dp_daypicker th {
  background: #ecf0f2;
  font-weight: normal;
}

.dp_daypicker .dp_disabled,
.dp_daypicker .dp_not_in_month,
.dp_monthpicker .dp_disabled,
.dp_yearpicker .dp_disabled {
  background: #ecf0f2;
  color: #AABAC5;
}

.dp_daypicker .dp_current,
.dp_monthpicker .dp_current,
.dp_yearpicker .dp_current {
  background: #fa9273;
  color: #fff;
}

.dp_daypicker td:hover,
.dp_monthpicker td:hover,
.dp_yearpicker td:hover {
  background: #6fccca;
  color: #fff;
  cursor: pointer;
}

.Zebra_DatePicker .dp_disabled:hover,
.Zebra_DatePicker .dp_not_in_month:hover {
  background: #ECF0F1;
  color: #C0C0C0;
}

.Zebra_DatePicker .dp_selected {
  background: #FFA500;
  color: #FFFFFF;
}

.dp_footer {
  margin: 10px 0 0;
  width: 100%;
}

.dp_today {
  padding: 6px 0;
  text-align: center;
}

.dp_today:hover {
  background: #fa9273;
  color: #fff;
  cursor: pointer;
}


/*home page*/

.home.place-order,
.home.write-my-essay {
  position: relative;
  overflow: hidden;
  padding-bottom: 55px;
}

.home.write-my-essay {
  padding: 40px 40px 20px;
  background: #ebfcf5;
}

.home.write-my-essay .title2 {
  text-align: center;
}

.home.place-order:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -60px;
  left: 50%;
  height: 60px;
  width: 100%;
  margin-left: -50%;
  background: #C0C0C0;
  border-radius: 15%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.home.place-order .container .home.write-my-essay {
  overflow: hidden;
}

.home.place-order .promo {
  float: left;
  width: 41%;
  padding: 60px 0 0;
}

.home.place-order .promo li {
  position: relative;
  padding: 0 0 40px 55px;
  font-size: 15px;
  line-height: 150%;
  color: #4c5862;
}

.home.place-order .promo li:before {
  position: absolute;
  display: block;
  content: '';
  top: 5px;
  left: 0;
  width: 36px;
  height: 35px;
  background: url('/resources/img/sprite.svg') no-repeat;
}

.no-svg .home.place-order .promo li:before {
  background: url('/resources/img/sprite.png') no-repeat;
}

.home.place-order .promo li.step-1:before {
  background-position: 0px -245px;
}

.home.place-order .promo li.step-2:before {
  background-position: -50px -245px;
}

.home.place-order .promo li.step-3:before {
  background-position: -100px -245px;
}

.home.place-order .order-form {
  width: 57%;
  margin: 0;
  float: right;
}


/*Why choose us?*/

.home.chooseus-testmnls {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.home.chooseus-testmnls .container {
  overflow: hidden;
}

.home.chooseus-testmnls .choose-us {
  float: left;
  width: 37%;
}


/*Testimonials*/

.home.chooseus-testmnls .testimonials {
  float: right;
  width: 63%;
}



/*Write My Essay box*/

.box-essay {
  overflow: hidden;
}

div.row-block .holder {
  margin-bottom: 25px
}

.row-block {
  margin-bottom: 15px;
  overflow: hidden;
}

.row-block li,
div.row-block {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  padding: 0 2%;
  box-sizing: border-box;
}

.row-block li a,
div.row-block a {
  display: block;
  margin-bottom: 10px;
}

.side-right .row-block li {
  float: none;
  width: 100%;
  padding: 0;
}

.side-right .holder-write-my-essay {
  padding: 40px 0
}

.holder-list {
  overflow: hidden;
  clear: both;
  position: relative;
  padding: 50px 0;
}

.holder-list:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -60px;
  left: 50%;
  height: 60px;
  width: 100%;
  margin-left: -50%;
  background: #C0C0C0;
  border-radius: 15%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.holder-list:before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  height: 60px;
  width: 100%;
  margin-left: -50%;
  background: #C0C0C0;
  border-radius: 15%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  top: -60px;
}



/*Current activity*/

.home.activity {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home.activity .title2 {
  text-align: center;
}

.side-right .activity,
.choose-us {
  padding-top: 40px
}

.home.activity:before,
.home.activity:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  height: 60px;
  width: 100%;
  margin-left: -50%;
  background: #C0C0C0;
  border-radius: 15%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.home.activity:before {
  top: -60px;
}

.home.activity:after {
  bottom: -60px;
}


/*banner become writer*/

.bfw-join-us {
  background: #f2f2f2;
}

.bfw-join-us-cont {
  padding: 50px 0;
  text-align: center;
  z-index: 1;
}

.bfw-sect-title-cont {
  position: relative;
}

.bfw-join-us-cont:before,
.bfw-join-us-cont:after {
  content: "";
  background: url(/resources/img/regester-sprite.svg) no-repeat;
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  top: auto;
  z-index: -1;
}

.bfw-join-us-cont:before {
  background-position: -5px 0;
  height: 220px;
  width: 400px;
  top: 50%;
  margin-top: -94px;
  left: -50px;
}

.bfw-join-us-cont:after {
  background-position: -420px 0;
  height: 200px;
  width: 400px;
  right: -50px;
  top: 114px;
  bottom: auto;
}

div .bfw-title-more {
  font-size: 15px;
  color: #4c5862;
  line-height: 150%;
  margin: 0 auto;
  text-align: center;
  max-width: 55%;
}

.bfw-title {
  color: #8fbe59;
  font-family: 'Droid Sans', Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  margin: 20px auto 60px;
  padding: 0;
  text-align: center;
}

.btn-become {
  line-height: 46px;
  width: 100%;
  border: none;
  background-color: #8ebc58;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
  font-size: 18px;
  cursor: pointer;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-become:hover,
.btn-become:visited {
  background-color: #7aaa42;
  color: #fff;
  text-decoration: none;
}


/*end banner become writer*/


/*home page offer text*/

.home.offer {
  padding-top: 40px;
}

.home.offer h2 {
  text-align: center;
  float: left;
  width: 100%;
}

.home.offer h3 {
  font-size: 22px;
  padding: 10px 0 10px;
}

.grey {
  color: #ccc
}

.home.offer p,
.home.offer ul li {
  font-size: 13px;
  line-height: 25px;
  padding: 0 0 20px;
}

.home.offer ul li {
  padding-left: 25px;
  position: relative;
}

.home.offer ul li:before {
  position: absolute;
  display: block;
  content: '';
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #6fccca;
}

.home.offer .beforetext {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 16px;
  line-height: 25px;
  font-style: italic;
  padding: 0 0 40px;
}

.home.offer .container {
  overflow: hidden;
}

.home.offer .side-left,
.home.offer .side-right {
  width: 47%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.visible-box.btn-become {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.visible-box.get-order {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


.footer {
  position: relative;
  border-top: 1px solid #d6dadb;
  border-bottom: 6px solid #aabac5;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ecf0f2;
}

.footer:before {
  position: absolute;
  display: block;
  content: "";
  top: -60px;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  background: silver;
  border-radius: 15%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.footer .container:after {
  position: absolute;
  display: block;
  content: '';
  top: -28px;
  left: -97px;
  width: 310px;
  height: 210px;
  background: url('/resources/img/sprite.svg') no-repeat left -342px;
  z-index: 1;
}

.address {
  margin-bottom: 0;
  font-weight: 400;
}
.address::before {
  content: attr(data-content);
  display: inline;
  white-space: pre-wrap;
}

.no-svg .footer:after {
  background: url('/resources/img/sprite.png') no-repeat center -342px;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer .side-right {
  width: 81%;
  overflow: hidden;
}


/*footer links*/

.footer-links {
  overflow: hidden;
}

.blog-links {
  margin: 30px 0 0 19%;
}

.footer-links ul {
  float: left;
  width: 29%;
  padding: 0 3% 0 0;
}
@media (max-width: 1024px) {
  .footer-links ul {
    width: 45%;
  }

  .footer-links li {
    text-align: center;
  }
  .footer-links ul:last-of-type{
    width: 100%;
  }
}




.blog-links ul {
  width: 30.333%;
}

.footer-links ul a,
.footer-links ul a:visited {
  color: #333;
  font-size: 12px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-links ul a:hover {
  color: #6fccca;
}


/*social block*/

.social-payment {
  width: 29%;
  float: right;
  overflow: hidden;
}


/*follow us*/

.footer .social {
  overflow: hidden;
  padding: 0 0 15px;
}

.footer .social h3 {
  float: left;
  font-size: 13px;
  line-height: 31px;
  color: #3d3d3d;
  padding: 0 10px 0 0;
}

.footer .social ul {
  overflow: hidden;
  float: left;
}

.footer .social ul li {
  float: left;
  padding: 0 9px 9px 0;
}

.footer .social ul li a {
  display: block;
  width: 31px;
  height: 31px;
  background: url('/resources/img/sprite.svg') no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.no-svg .footer .social ul li a {
  background: url('/resources/img/sprite.png') no-repeat;
}

.footer .social ul li a:hover {
  opacity: .8;
}

.footer .social ul li a.fb {
  background-position: 0px -299px;
}

.footer .social ul li a.twtr {
  background-position: -40px -299px;
}

.footer .social ul li a.gpls {
  background-position: -80px -299px;
}


/*payment*/

.footer .payment {
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  text-align: center;
}

.footer .payment a {
  display: block;
  padding: 10px;
  text-align: center;
}

.footer .payment a img {
  display: inline-block;
}

.footer .payment h3 {
  line-height: 33px;
  background-color: #ced8df;
  color: #3d3d3d;
  text-align: center;
}

.footer .payment,
.footer .payment h3,
.footer .payment h3 img {
  font-size: 16px;
}

.footer .payment .app-store__text {
  text-align: left;
  padding: 24px 24px 12px 24px;
}


/*copyright*/

.copyrights {
  width: 15%;
  padding: 0 4% 0 0;
  float: left;
  color: #6c6c6c;
}

.copyrights p {
  font-size: 12px;
  line-height: normal;
  text-align: left;
  padding: 8px 0 0;
}

.footer .snippets {
  clear: both;
  font-size: 13px;
  padding-top: 25px;
  width: 100%;
  text-align: center;
}

.snippets img {
  display: inline-block;
}

.footer .snippets div {
  display: inline-block;
  margin-right: 10px;
}

.order-button-block {
  width: 100%;
  padding: 32px 0;
  display: block;
}

.order-button-block div {
  width: 340px;
  margin: 0 auto;
  position: relative;
}

.order-button-block .lottery-rules {
  width: 425px;
  line-height: 32px;
}

.indexpage .order-button-block div:before,
.content .order-button-block:before {
  background: url('/resources/img/sprite.svg') no-repeat -287px -256px;
}

.indexpage .order-button-block div:before,
.content .order-button-block:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
}

.order-button-block div:before {
  left: -200px;
  width: 184px;
  height: 80px;
}

.no-svg .order-button-block div:before {
  background: url('/resources/img/sprite.png') no-repeat -311px -263px;
}

.content .order-button-block:before {
  bottom: 0;
  top: auto;
  left: 212px;
  width: 25px;
  height: 32px;
  background-position: -474px -268px;
}

.order-button-block div button {
  line-height: 46px;
  width: 100%;
  border: none;
  background-color: #8ebc58;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.order-button-block div button:hover {
  background-color: #7aaa42;
}

.home.activity h2 {
  text-align: center;
}

.activity.activity-wrapper {
  overflow: hidden;
}


.activity .activity-item {
  position: relative;
  float: left;
  width: 33.333%;
  text-align: center;
  padding: 130px 0 0;
}

.side-right .activity .activity-item {
  float: none;
  width: 100%;
  padding: 20px 0 20px 76px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.activity .activity-item:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 50%;
  width: 200px;
  height: 120px;
  margin: 0 0 0 -100px;
  background: url('/resources/img/sprite.svg') no-repeat top center;
}

.side-right .activity .activity-item:before {
  top: -21px;
  left: -36px;
  margin: 0;
}

.activity .activity-item:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
}

.visible-box.activity .activity-item:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.side-right .visible-box.activity .activity-item:before {
  transform: scale(0.55);
}

.no-svg .activity .activity-item:before {
  background: url('/resources/img/sprite.png') no-repeat top center;
}

.activity .activity-item.average:before {
  background-position: 0px -588px;
}

.visible-box.activity .activity-item.average:before {
  transition-delay: 100ms;
}

.activity .activity-item.orders:before {
  background-position: -213px -588px;
}

.visible-box.activity .activity-item.orders:before {
  transition-delay: 300ms;
}

.activity .activity-item.writers:before {
  background-position: -430px -590px;
}

.visible-box.activity .activity-item.writers:before {
  transition-delay: 500ms;
}

.activity .activity-item h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

.side-right .activity .activity-item h3 {
  font-size: 14px;
  line-height: 20px;
}

.activity .activity-item h3 b {
  font-size: 24px;
  font-weight: normal;
}

.side-right .activity .activity-item h3 b {
  font-size: 18px;
}

.choose-us li {
  position: relative;
  padding: 0 0 40px 55px;
  font-size: 15px;
  line-height: 150%;
  color: #4c5862;
}

.choose-us li.prices {
  padding-top: 10px;
}

.choose-us li:before {
  position: absolute;
  display: block;
  content: '';
  top: 5px;
  left: 0;
  width: 36px;
  height: 35px;
  background: url('/resources/img/sprite.svg') no-repeat;
}

.no-svg .choose-us li:before {
  background: url('/resources/img/sprite.png') no-repeat;
}

.choose-us li.satisfaction:before {
  background-position: -142px -245px;
}

.choose-us li.prices:before {
  background-position: -185px -245px;
}

.choose-us li.security:before {
  background-position: -230px -245px;
}

.home.chooseus-testmnls .choose-us h2 {
  padding-left: 20px;
}


/*
 OUR WRITERS
 */

.tw-container {
  position: relative;
}

.top-writers-item {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  color: #919FA9;
}

.tw-item-href {
  display: block;
  padding: 20px 15px 20px 50px;
  position: relative;
  overflow: hidden;
}

.tw-writer-position {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  line-height: 24px;
  font-size: 28px;
  margin: -12px 0 0;
  text-align: center;
}

.tw-writer-info {
  background-color: #F9FCFD;
  border: 1px solid #D4DCE1;
  border-radius: 3px;
  padding: 10px;
  overflow: hidden;
  float: left;
  width: 177px;
}

.top-writers-item :hover .tw-writer-info {
  border-color: #6FCCCA;
}

.tw-writer-avatar {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.tw-writer-short {
  float: left;
  width: 90px;
}

.tw-writer-name {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  color: #7C8389;
}

.tw-writer-status.online {
  color: #94c55a;
}

.tw-writer-status.offline {
  color: #a8bcca;
}

.tw-writer-work {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0 0 20px;
  height: 52px;
}

.tw-writer-completed {
  color: #4C5862;
}

.tw-writer-rating {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}

.tw-rating-icon-grey,
.tw-writer-rating-block {
  float: left;
}

.tw-rating-icon-grey {
  margin: 5px 0 0 10px;
}

.tw-writer-rating-block {
  color: #A6ABAE;
  font-size: 14px;
}

.tw-writer-rating-number {
  color: #41505B;
  font-weight: bold;
}


/*writers awards*/

.tw-writer-award {
  float: right;
  overflow: hidden;
  padding-right: 30px;
}

.tw-writer-award div {
  position: relative;
  top: 0;
  height: 59px;
  width: 70px;
  float: right;
  margin-right: -43px;
  background: url("/w3t_img/mobile/awards.svg") no-repeat;
  background-size: 100%;
  display: none;
}

.tw-writer-award div.award-tripleten,
.tw-writer-award div.award-nineplus,
.tw-writer-award div.award-punctuality,
.tw-writer-award div.award-reliability,
.tw-writer-award div.award-newcomer,
.tw-writer-award div.award-monthwriter,
.tw-writer-award div.award-customer_loyalty {
  display: block;
}

.tw-writer-award div.tw-tripleten {
  background-position: 0 -2px;
  margin-right: -30px;
  z-index: 1;
}

.tw-writer-award div.tw-nineplus {
  background-position: -5px -64px;
  z-index: 2;
}

.tw-writer-award div.tw-punctuality {
  background-position: 0 -188px;
  z-index: 3;
}

.tw-writer-award div.award-reliability {
  background-position: 0 -126px;
  z-index: 4;
}

.tw-writer-award div.award-newcomer {
  background-position: 0 -250px;
  z-index: 5;
}

.tw-writer-award div.award-monthwriter {
  background-position: 0 -313px;
  z-index: 6;
}

.tw-writer-award div.award-customer_loyalty {
  background-position: 0 -376px;
  z-index: 7;
}

.tw-writer-award div.tw-tripleten:hover,
.tw-writer-award div.tw-nineplus:hover,
.tw-writer-award div.tw-punctuality:hover,
.tw-writer-award div.award-reliability:hover,
.tw-writer-award div.award-newcomer:hover,
.tw-writer-award div.award-monthwriter:hover,
.tw-writer-award div.award-customer_loyalty:hover {
  z-index: 10;
}

.no-svg .tw-writer-award div {
  background: url('/resources/img/awards.png') no-repeat;
}

.no-svg .tw-writer-award div.tw-tripleten {
  background-position: 0 0;
}

.no-svg .tw-writer-award div.tw-nineplus {
  background-position: -80px 0;
}

.no-svg .tw-writer-award div.tw-punctuality {
  background-position: -82px -71px;
}

.no-svg .tw-writer-award div.award-reliability {
  background-position: 0 -71px;
}


/*awards description*/

.awards-description.hide,
.awards-description .hide {
  display: none;
}

.awards-description {
  background: #f1f1f1;
  color: #525C64;
  border: 1px solid #AABAC5;
  font-size: 12px;
  line-height: 140%;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 260px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

.awards-description:before {
  border-bottom: 9px solid #AABAC5;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: -9px;
  width: 0;
}


/*
 LATEST ORDERS
 */

.lo-container {
  position: relative;
}


/*Latest orders, Our writers pagination*/

.lo-pagination,
.tw-pagination,
#wp-pagination {
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}

.lo-pagination a,
.tw-pagination a,
#wp-pagination a {
  display: inline-block;
  width: 30px;
  text-align: center;
  margin: 0 4px;
  font: 15px/30px 'Droid Sans', Arial, sans-serif;
  letter-spacing: normal;
  color: #41505b;
  background-color: #fff;
  border: 1px solid #d4dce1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lo-pagination a:hover,
.lo-pagination a.current-page,
.tw-pagination a:hover,
.tw-pagination a.current-page,
#wp-pagination a:hover,
#wp-pagination a.current-page {
  color: #fff;
  background-color: #aabac5;
  border-color: #aabac5;
}

.lo-pagination a.lo-pagination-control,
.lo-pagination a.lo-pagination-control.lo-disable:hover,
.tw-pagination a.tw-pagination-control,
.tw-pagination a.tw-pagination-control.tw-disable:hover,
#wp-pagination a.wrp-pagination-control,
#wp-pagination a.wrp-pagination-control.wrp-disable:hover {
  position: relative;
  background-color: #efefef;
  text-indent: -999px;
  border: 1px solid #D4DCE1;
}

.lo-pagination a.lo-pagination-control:before,
.tw-pagination a.tw-pagination-control:before,
#wp-pagination a.wrp-pagination-control:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url('/resources/img/sprite.svg') no-repeat;
}

.no-svg .lo-pagination a.lo-pagination-control:before,
.no-svg .tw-pagination a.tw-pagination-control:before,
.no-svg #wp-pagination a.wrp-pagination-control:before {
  background: url('/resources/img/sprite.png') no-repeat;
}

.lo-pagination a.lo-pagination-control.lo-prev-control:before,
.tw-pagination a.tw-pagination-control.tw-prev-control:before,
#wp-pagination a.wrp-pagination-control.wrp-prev-control:before {
  background-position: -84px -211px;
}

.lo-pagination a.lo-pagination-control.lo-next-control:before,
.tw-pagination a.tw-pagination-control.tw-next-control:before,
#wp-pagination a.wrp-pagination-control.wrp-next-control:before {
  background-position: -113px -211px;
}

.lo-pagination a.current-page,
.lo-pagination a.lo-pagination-control.lo-disable:hover,
.tw-pagination a.current-page,
.tw-pagination a.tw-pagination-control.wrp-disable:hover,
#wp-pagination a.current-page,
#wp-pagination a.wrp-pagination-control.wrp-disable:hover {
  cursor: default !important;
}

.testimonials {
  position: relative;
}

.customer-testimonials {
  width: 100%;
  min-height: 290px;
}

.testimonials .read-testimonials {
  position: absolute;
  bottom: -4px;
  right: 0;
}

.home.chooseus-testmnls .testimonials .read-testimonials {
  top: 10px;
  background: silver;
  visibility: hidden;
}

.home.chooseus-testmnls .testimonials .read-testimonials a {
  visibility: visible;
}

.home.chooseus-testmnls .testimonials .bx-wrapper .bx-pager {
  float: right;
}

.testimonials .read-testimonials a {
  position: relative;
  padding: 0 20px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonials .read-testimonials a:before {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  right: 0;
  width: 15px;
  height: 10px;
  background: url('/resources/img/sprite.svg') no-repeat -289px -223px;
}

.no-svg .testimonials .read-testimonials a:before {
  background: url('/resources/img/sprite.png') no-repeat -289px -223px;
}

.testimonials .bx-wrapper {
  position: relative;
}

.testimonials .bx-wrapper:before,
.testimonials .bx-wrapper:after,
.latest-orders-item:first-child:before,
.latest-orders-item:first-child:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
}

.testimonials .bx-wrapper:before,
.latest-orders-item:first-child:before {
  border-bottom-color: #dfdfdf;
  border-width: 16px;
  z-index: 2;
  left: 52px;
}

.testimonials .bx-wrapper:before {
  top: -31px;
}

.testimonials .bx-wrapper:after,
.latest-orders-item:first-child:after,
.top-writers-item:first-child:after {
  border-bottom-color: #fff;
  border-width: 14px;
  z-index: 3;
  left: 54px;
}

.testimonials .bx-wrapper:after {
  top: -27px;
}

.testimonials .bx-viewport {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto !important;
}

.testimonials .carousel-inner {
  display: inline-block;
}

.testimonials .carousel .item {
  padding: 16px 30px;
  text-align: left;
}

.testimonials .carousel-inner .item {
  margin: 0 !important;
  position: relative;
}

.testimonials .bx-controls {
  overflow: hidden;
}

.testimonials .bx-wrapper .bx-pager {
  padding: 20px 0 0;
  text-align: center;
  z-index: 3;
  overflow: hidden;
}

.testimonials .bx-wrapper .bx-pager .bx-pager-item,
.testimonials .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: block;
}

.testimonials .bx-wrapper .bx-pager .bx-pager-item {
  float: left;
}

.testimonials .bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 0 0 10px;
  outline: none;
  background-color: #becbd4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #f9bf56;
}

.testimonials .slider-controls {
  display: none;
}


/*Testimonials, Latest orders*/

.testimonials .bx-viewport,
.latest-orders-item {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.latest-orders-item {
  margin: 0 0 50px;
  padding: 16px 30px;
  position: relative;
}

.latest-orders-item:first-child:before {
  top: -32px;
}

.latest-orders-item:first-child:after {
  top: -28px;
}

.testimonials .writer-info,
.lo-writer-block {
  position: absolute;
  top: 15px;
  left: 10px;
}

.writer-block-href,
.lo-writer-block-href {
  display: block;
  width: 128px;
  padding: 8px;
  border: 1px solid #d4dce1;
  background-color: #F9FCFD;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.writer-block-href:hover,
.lo-writer-block-href:hover {
  border-color: #6FCCCA;
}

.testimonials .avatar-icon,
.lo-writer-avatar {
  width: 40px;
  height: 40px;
  float: left;
}

.testimonials .writer-short,
.lo-writer-short {
  width: 76px;
  float: left;
  margin: 0 0 0 8px;
}

.testimonials .writer-name,
.lo-writer-name {
  font-size: 11px;
  color: #7c8389;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.testimonials .has-award,
.lo-writer-award {
  background: url('/resources/img/sprite.svg') no-repeat -252px -214px;
  height: 24px;
  overflow: hidden;
  text-indent: -999px;
  width: 20px;
}

.no-svg .testimonials .has-award,
.no-svg .lo-writer-award {
  background: url('/resources/img/sprite.png') no-repeat -252px -214px;
}

.lo-award-status-0 {
  display: none;
}

.testimonials .writer-rating,
.lo-writer-rating {
  padding: 8px 0;
  position: relative;
  float: left;
  width: 100%;
}

.testimonials .writer-info .writer-rating-number,
.lo-writer-block .lo-writer-rating-block {
  position: absolute;
  top: 6px;
  right: 0;
  color: #252729;
  font-size: 12px;
  font-family: 'Droid Sans', Arial, sans-serif;
}

.lo-writer-block .lo-writer-rating-block .lo-writer-rating-from {
  display: none;
}

.testimonials .writer-completed,
.lo-writer-orders {
  color: #252729;
  font-size: 11px;
  font-family: 'Droid Sans', Arial, sans-serif;
  float: left;
}

.testimonials .customer-info,
.lo-customer-block {
  padding: 0 0 0 145px;
}

.testimonial-header,
.lo-testimonial-header {
  position: relative;
  color: #7e858b;
  line-height: 24px;
  padding: 0 0 3px;
  font-size: 12px;
}

.order-header-desc,
.lo-order-header-desc {
  font-size: 12px;
  line-height: normal;
  color: #919FA9;
  overflow: hidden;
  padding: 0 0 8px;
}

.lo-order-type {
  float: left;
}

.testimonials .order-time-date,
.lo-order-time-date {
  float: right;
}

.testimonials .order-id,
.lo-order-id {
  margin: 0 5px 0 0;
  float: left;
}

.testimonials .order-title,
.content .side-left .lo-order-title,
.lo-order-title {
  font-size: 18px;
  padding: 0;
  max-height: 2.6em;
  overflow: hidden;
}

.testimonial-body,
.lo-testimonial-body,
.lo-writer-feedback-block {
  border-top: 1px dotted #7e858b;
  padding: 3px 0 15px;
  line-height: 24px;
  overflow: hidden;
  position: relative;
}

.lo-testimonial-body {
  padding-top: 10px;
}

.testimonials .customer-title,
.lo-customer-title,
.lo-to-customer-title,
.wp-comment-title {
  color: #919FA9;
  font-size: 12px;
  padding: 0 145px 0 0;
}

.testimonial-body .customer-rating,
.lo-customer-rating,
.lo-to-customer-rating,
.wp-customer-rating,
.wp-to-customer-rating {
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 8px;
}

.lo-customer-rating,
.lo-to-customer-rating,
.wp-to-customer-rating {
  top: 15px;
}

.wp-customer-rating {
  top: 5px;
}

.testimonial-body .rating-icon-grey,
.lo-testimonial-body .lo-rating-icon-grey,
.lo-to-customer-rating .lo-rating-icon-grey,
.wp-feedback .wp-rating-icon-grey {
  float: left;
  margin: 3px 5px 0 0;
}

.testimonials .current-rating,
.lo-current-rating,
.tw-current-rating,
.wp-current-rating {
  height: 10px;
}

.rating-icon-grey,
.lo-rating-icon-grey,
.tw-rating-icon-grey,
.wp-rating-icon-grey {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiPjxwYXRoIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk5Nzc0OTUsMC4wMjEyMTQxOSwtMC4wMjEyMTQxOSwwLjk5OTc3NDk1LC0zNDIuOTQzNDUsLTU5Ny4wMDMwMikiIGQ9Im0gMzYzLjYxNjA2LDU5OC43MDE0OCAtMy4wMjgyNSwtMS41MTMzMyAtMi45NjM4OSwxLjYzNTggMC41MDM0OCwtMy4zNDc2OCAtMi40NzE2MywtMi4zMTMzNCAzLjMzOTQyLC0wLjU1NTY1IDEuNDM2MzMsLTMuMDY1NTIgMS41NjA0LDMuMDA0MjcgMy4zNTkzNCwwLjQxODczIC0yLjM3NTA1LDIuNDEyNCB6IiBzdHlsZT0iZmlsbDojYWJhY2E3O2ZpbGwtb3BhY2l0eToxOyIvPjwvc3ZnPg==");
  background-size: 10px 10px;
  width: 100px;
}

.no-svg .rating-icon-grey,
.no-svg .lo-rating-icon-grey,
.no-svg .tw-rating-icon-grey,
.no-svg .wp-rating-icon-grey {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAA3XAAAN1wFCKJt4AAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAA/ElEQVR42nSPu0oDURRF17mTkMYHOojWgoWIldjfTgRBwQwErO0s/IVY6D/cWhDuYOEgAbt8QD5AsLBVfBTGwkBmtoWJGNFVLc4+bNhIQpFEHRqSiDEmMcZEEurQUCSRRA2ATCVQAphVB2ZVBZyzrQEjTNLYCSHU59OZW6BUlaxmWVaOMzeWoiim59LZY2AZWMFVR3meT3035pcXJ4hDYIm/eTAU3PvbxynQ4396/f7gzCTR7XZrTy+P14a2fn4Iu1lIF3e890MH4L0fGnr9XWVWPXvvhxNjBOsjvUIUX0e3NrE6hFA3cefMNpr7rb1ms7VrsIl03263HcDnAMavZeyq1V2cAAAAAElFTkSuQmCC);
  background-size: 10px 10px;
  width: 100px;
}

.rating-icon-orange,
.lo-rating-icon-orange,
.tw-rating-icon-orange,
.wp-rating-icon-orange {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiPjxwYXRoIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk5Nzc0OTUsMC4wMjEyMTQxOSwtMC4wMjEyMTQxOSwwLjk5OTc3NDk1LC0zNDIuOTQzNDUsLTU5Ny4wMDMwMikiIGQ9Im0gMzYzLjYxNjA2LDU5OC43MDE0OCAtMy4wMjgyNSwtMS41MTMzMyAtMi45NjM4OSwxLjYzNTggMC41MDM0OCwtMy4zNDc2OCAtMi40NzE2MywtMi4zMTMzNCAzLjMzOTQyLC0wLjU1NTY1IDEuNDM2MzMsLTMuMDY1NTIgMS41NjA0LDMuMDA0MjcgMy4zNTkzNCwwLjQxODczIC0yLjM3NTA1LDIuNDEyNCB6IiBzdHlsZT0iZmlsbDojZmNiMjAwO2ZpbGwtb3BhY2l0eToxOyIvPjwvc3ZnPg==");
  background-size: 10px 10px;
}

.no-svg .rating-icon-orange,
.no-svg .lo-rating-icon-orange,
.no-svg .tw-rating-icon-orange,
.no-svg .wp-rating-icon-orange {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAA3XAAAN1wFCKJt4AAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAAx0lEQVR42myPsUoDURBFz+xb2DJ/YLXa+QmJQrDbJr8R/In9ndeJkkYE67Tp1Cp2+YIIWY+FD1zWXBjmcmc4zITKWKenuAWoO1/Hec1EIX2xN+O8mtCWwAJYFP8HGB64N1gGXAot0JTZV8CH8B7yEj5ycfrmOYIrzkh5qyvuKjr39cA8gt2/e4NdPTCnc/9748qDsj1D27LyMH3muvTPUuOsLPZRCbOQdTrSpiNtyFqY0UdV8GImuaFRyTmnnHNScUNjJqn8DAB4OFK9PiaCNAAAAABJRU5ErkJggg==);
  background-size: 10px 10px;
}

.testimonial-body .rating-number,
.lo-customer-rating-block,
.lo-to-customer-rating-block,
.wp-customer-rating-block,
.wp-to-customer-rating-block {
  float: left;
  line-height: normal;
  margin: 0;
  color: #a6abae;
  font-family: 'Droid Sans', Arial, sans-serif;
}

.testimonial-body .customer-rating-number,
.lo-customer-rating-number,
.wp-customer-rating-number {
  color: #41505b;
}

.testimonial-body .testimonial-text,
.lo-customer-comment,
.lo-writer-comment,
.wp-customer-comment {
  font-style: italic;
  font-weight: 15px;
  padding: 25px 0 0;
}

.content .side-left p.lo-customer-comment,
.content .side-left p.lo-writer-comment,
.content .side-left p.wp-customer-comment,
.wp-customer-comment,
.wp-writer-comment {
  font-size: 16px;
  padding: 10px 0 20px;
}

.testimonial-body .testimonial-text {
  max-height: 100px;
  overflow: hidden;
}

.lo-writer-feedback-block {
  overflow: hidden;
}

.lo-writer-feedback-button {
  width: 100%;
  position: relative;
}

.lo-show-writer-feedback {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45%;
  margin: 0 0 0 -22.5%;
  font: 13px/32px 'Droid Sans', Arial, sans-serif;
  color: #48555f;
  background-color: #e0e3e5;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lo-show-writer-feedback:hover {
  background-color: #6fccca;
  color: #fff;
}


/*Mini-testimonials*/

.mini .testimonials {
  padding: 40px 0 0;
}

.mini .customer-testimonials {
  width: 100%;
  min-height: 150px;
}

.mini .testimonials .customer-info {
  padding: 0;
}

.mini .testimonials .customer-title {
  width: 100%;
}

.mini .testimonials .bx-pager.bx-default-pager a {
  margin: 0 10px 0 0;
}


/*
 Frequently Asked Questions
 */

.faq-container {
  position: relative;
}

.content .side-left .faq-container h2 {
  color: #91989b;
  font-size: 20px;
  padding: 0;
}

.faq-container ul {
  padding: 10px 0 35px;
}

.content .side-left .faq-container li {
  margin: 0 0 2px;
  padding: 0;
}

.content .side-left .faq-container li:before {
  display: none;
}

.content .side-left .faq-container li h3 {
  position: relative;
  background-color: #f0f9fa;
  color: #41505b;
  font-size: 16px;
  line-height: 39px;
  padding: 0 52px 0 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.content .side-left .faq-container li h3:hover {
  background-color: #c0f9fa;
}

.faq-container li h3:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 16px;
  margin: -5px 0 0;
  width: 20px;
  height: 10px;
  background: url('/resources/img/sprite.svg') no-repeat -190px -223px;
}

.no-svg .faq-container li h3:before {
  background: url('/resources/img/sprite.png') no-repeat -190px -223px;
}

.content .side-left .faq-container li h3.active {
  background-color: #aabac5;
  color: #fff;
}

.faq-container li h3.active:before {
  background-position: -159px -223px;
}

.content .side-left .faq-container li p {
  border: 1px solid #e0e3e5;
  border-top: none;
  margin: 0;
  padding: 20px 30px;
}

.registration h2,
.passwordReset h2 {
  text-align: center;
  padding: 0;
}

.registration .order-form {
  max-width: 562px;
  margin: 40px auto 160px;
}

.registration .form-comment {
  display: none;
}

.passwordReset #current_auth_remind_container {
  max-width: 562px;
  margin: 0 auto 300px;
}

.passwordReset .margin-10,
.passwordReset h3 {
  font-size: 18px;
  line-height: 47px;
  margin: 0;
  padding: 0 32px 30px;
  text-align: center;
}

#esauth_password_reset_form,
#esauth_password_set_form,
.passwordReset form dt,
.passwordReset form dd,
.passwordReset form dl {
  background-color: #ECF0F2 !important;
}

#esauth_password_reset_form,
#esauth_password_set_form {
  border: 1px solid #CBD5DC;
  padding: 16px 12% 16px 10%;
}

#esauth_password_reset_form input,
#esauth_password_set_form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #AABAC5;
  color: #4C5862;
  display: block;
  font-size: 14px;
  height: 33px;
  outline: medium none;
  padding: 6px;
  width: 100%;
}

#esauth_password_reset_form input.error,
#esauth_password_reset_form input.error:focus,
#esauth_password_set_form input.error,
#esauth_password_set_form input.error:focus {
  border-color: #C0392B !important;
  box-shadow: 0 0 3px rgba(192, 57, 43, 0.4) inset;
}

.passwordReset label.error {
  color: #C0392B;
  font-size: 12px;
  padding-right: 20px;
  width: 100%;
}

#esauth_password_reset_form .input_submit,
#esauth_password_set_form .input_submit {
  display: block;
  background: #FA9273;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 39px;
  height: 39px;
  width: 50%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#esauth_password_reset_form .input_submit:hover,
#esauth_password_set_form .input_submit:hover {
  background-color: #E56F4C;
}

#current_auth_remind_container dl {
  padding: 0 0 14px;
  overflow: hidden;
  background-color: none !inherit;
}

#current_auth_remind_container dt {
  line-height: 31px;
  margin: 0 7% 0 0;
  text-align: right;
  width: 28%;
  float: left;
}

#esauth_password_set_form dt {
  line-height: 31px;
  margin: 0 7% 0 0;
  text-align: right;
  width: 40%;
  float: left;
}

#current_auth_remind_container dl:last-child dt {
  display: none;
}

#current_auth_remind_container dd {
  width: 65%;
  float: left;
}

#esauth_password_set_form dd {
  width: 53%;
  float: left;
}

#current_auth_remind_container dl:last-child dd,
#esauth_password_set_form dl:last-child dd {
  width: 100%;
  padding: 10px 0 0;
}

#current_auth_remind_container dd div div {
  width: 50%;
}

#current_auth_remind_container dd div div:first-child {
  padding: 7px 0 0;
}

.passwordReset .captcha_arrow {
  display: none;
}

.passwordReset .tstyle_1 .some {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #CBD5DC;
  padding: 16px 12%;
  background-color: #ECF0F2;
  margin: 0 0 30px;
}

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

.ratingandawards .awardbox {
  border-bottom: 1px dashed #CCCCCC;
  display: table;
  height: 84px;
  padding: 15px 10px 15px 112px;
  position: relative;
}

.ratingandawards .awardsdesc div:last-child {
  border-bottom: none;
}

.ratingandawards .awardbox p {
  display: table-cell;
  height: 100%;
  margin: 0;
  padding-left: 5px;
  vertical-align: middle;
}

.ratingandawards .awardbox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -33px;
  background-image: url(/w3t_img/mobile/awards.svg);
  background-repeat: no-repeat;
  height: 66px;
  width: 82px;
  background-size: 100%;
}

.ratingandawards .tripleten:before {
  background-position: 0 -3px;
}

.ratingandawards .nineplus:before {
  background-position: 0 -76px;
}

.ratingandawards .punctuality:before,
.ratingandawards .punctuality_proofed:before {
  background-position: 0 -222px;
}

.ratingandawards .reliability:before,
.ratingandawards .reliability_proofed:before {
  background-position: 0 -149px;
}

.ratingandawards .monthwriter:before,
.ratingandawards .writer_of_month:before {
  background-position: 0 -368px;
}

.ratingandawards .newcomer:before,
.ratingandawards .newcomer_of_month:before {
  background-position: 0 -296px;
}

.ratingandawards .customer_loyalty:before {
  background-position: 0 -444px;
}

.no-svg .awardbox:before {
  background-image: url("/w3t_img/mobile/awards.png");
  -ms-background-size: auto;
  height: 86px;
  margin-top: -43px;
  width: 106px;
}

.no-svg .ratingandawards .tripleten:before {
  background-position: 0 0;
}

.no-svg .ratingandawards .nineplus:before {
  background-position: 0 -97px;
}

.no-svg .ratingandawards .punctuality:before,
.no-svg .ratingandawards .punctuality_proofed:before {
  background-position: 0 -293px;
}

.no-svg .ratingandawards .reliability:before,
.no-svg .ratingandawards .reliability_proofed:before {
  background-position: 0 -194px;
}

.no-svg .ratingandawards .monthwriter:before,
.no-svg .ratingandawards .writer_of_month:before {
  background-position: 0 -488px;
}

.no-svg .ratingandawards .newcomer:before,
.no-svg .ratingandawards .newcomer_of_month:before {
  background-position: 0 -387px;
}

.no-svg .ratingandawards .customer_loyalty:before {
  background-position: 0 -589px;
}

.wp-info,
.wp-awards-disciplines,
.wp-order {
  border: 1px solid #dfdfdf;
}

.wp-info {
  position: relative;
  padding: 16px 20px;
  margin: 0 0 10px;
}

.wp-writers-card {
  position: absolute;
  top: 16px;
  left: 20px;
  width: 220px;
  padding: 10px;
  float: left;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  background-color: #F9FCFD;
}

.wp-writer-avatar {
  width: 40px;
  height: 40px;
  float: left;
}

.wp-writer-name {
  margin: -2px 0 5px 10px;
  font-size: 16px;
  color: #7E858B;
  font-weight: 400;
  width: 170px;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrp-writer-name {
  color: #7E858B;
}

.wp-award {
  display: none;
  float: left;
  width: 16px;
  height: 17px;
  background: url('/resources/img/sprite.svg') no-repeat -254px -218px;
  margin: 0 5px 0 0;
}

.wp-award.has-award {
  display: block;
}

.no-svg .wp-award {
  background-image: url('/resources/img/sprite.png');
}

.wp-rating {
  float: left;
  margin: 0 0 0 10px;
  overflow: hidden;
  position: relative;
  width: 170px;
}

.wp-rating-icon-grey {
  float: left;
  margin: 6px 0 0;
}

.wp-rating-number {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  float: left;
  font-size: 14px;
}

.wp-request-writer {
  float: left;
  width: 100%;
  font: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #8EBC58;
  margin: 8px 0 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wp-request-writer:hover {
  background-color: #7aaa42;
}

.wp-statistics {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 0 252px;
}

.wp-statistics dd,
.wp-statistics dt {
  line-height: 24px;
}

.wp-statistics dd {
  position: absolute;
  left: 12px;
  width: 80px;
  background: #ECF0F2;
  font-weight: 700;
  font-size: 13px;
  margin: -30px 0 0;
  text-align: left;
}

.wp-statistics dt {
  padding: 0 0 0 85px;
  margin: 0 0 6px;
}

.wp-statistics .rating,
.wp-statistics .finished,
.wp-statistics .canceled1,
.wp-statistics .canceled2,
.wp-statistics .active {
  padding: 0 0 0 30px;
}

.wp-statistics .rating:before,
.wp-statistics .finished:before,
.wp-statistics .canceled1:before,
.wp-statistics .canceled2:before,
.wp-statistics .active:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 5px;
  width: 18px;
  height: 17px;
  margin: -8px 0 0;
  background: url('/resources/img/sprite.svg') no-repeat;
}

.no-svg .wp-statistics .rating:before,
.no-svg .wp-statistics .finished:before,
.no-svg .wp-statistics .canceled1:before,
.no-svg .wp-statistics .canceled2:before,
.no-svg .wp-statistics .active:before {
  background: url('/resources/img/sprite.png') no-repeat;
}

.wp-statistics .rating:before,
.no-svg .wp-statistics .rating:before {
  background-position: -494px -216px;
}

.wp-statistics .finished:before,
.no-svg .wp-statistics .finished:before {
  background-position: -514px -216px;
}

.wp-statistics .canceled1:before,
.no-svg .wp-statistics .canceled1:before {
  background-position: -533px -216px;
}

.wp-statistics .canceled2:before,
.no-svg .wp-statistics .canceled2:before {
  background-position: -553px -216px;
}

.wp-statistics .active:before,
.no-svg .wp-statistics .active:before {
  background-position: -573px -216px;
}

.wp-awards-disciplines {
  padding: 16px 20px;
  margin: 0 0 30px;
}

.wp-awards-disciplines h3.wp-subheader {
  padding: 0 0 20px 0px;
  position: relative;
}

.wp-award-box {
  padding: 0 0 0 92px;
  margin: 0 0 12px;
  position: relative;
}

.no-svg .wp-award-box {
  padding: 10px 0 0 125px;
}

.wp-award-box:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 12px;
  width: 82px;
  height: 66px;
  margin: -30px 0 0;
  background: url("/w3t_img/mobile/awards.svg") no-repeat;
  background-size: 100%;
}

.no-svg .wp-award-box:before {
  background-image: url("/w3t_img/mobile/awards.png");
  /*display:none;*/
  height: 89px;
  width: 106px;
  margin: -40px 0 0;
}

.no-svg .wp-award-box.tripleten:before,
.no-svg .wp-award-box.triple10:before {
  background-position: 0 0;
}

.no-svg .wp-award-box.nineplus:before,
.no-svg .wp-award-box.nineplus:before {
  background-position: 0 -96px;
}

.no-svg .wp-award-box.punctuality:before,
.no-svg .wp-award-box.punctuality_proofed:before {
  background-position: 0 -292px;
}

.no-svg .wp-award-box.reliability:before,
.no-svg .wp-award-box.reliability_proofed:before {
  background-position: 0 -196px;
}

.no-svg .wp-award-box.monthwriter:before,
.no-svg .wp-award-box.writer_of_month:before {
  background-position: 0 -491px;
}

.no-svg .wp-award-box.newcomer:before,
.no-svg .wp-award-box.newcomer_of_month:before {
  background-position: 0 -296px;
}

.no-svg .wp-award-box.customer_loyalty:before {
  background-position: 0 -588px;
}

.wp-awards-list {
  border-bottom: 1px dotted #7E858B;
  padding: 0 0 8px;
  margin: 0 0 16px;
}

.wp-award-box.tripleten:before,
.wp-award-box.triple10:before {
  background-position: 0 -3px;
}

.wp-award-box.nineplus:before,
.wp-award-box.nineplus:before {
  background-position: 0 -76px;
}

.wp-award-box.punctuality:before,
.wp-award-box.punctuality_proofed:before {
  background-position: 0 -222px;
}

.wp-award-box.reliability:before,
.wp-award-box.reliability_proofed:before {
  background-position: 0 -149px;
}

.wp-award-box.writer_of_month:before {
  background-position: 0 -368px;
}

.wp-award-box.newcomer_of_month:before {
  background-position: 0 -296px;
}

.wp-award-box.customer_loyalty:before {
  background-position: 0 -444px;
}


.wp-award-content {
  background-color: #F9FCFD;
  padding: 8px 20px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-award-name {
  font-size: 18px;
  padding: 0 0 5px;
}

.wp-last-awarded {
  color: #95a5a6;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0 0;
}

ul.wp-disciplines-list {
  overflow: hidden;
}

.content .side-left ul.wp-disciplines-list {
  padding: 0;
}

.content .side-left ul.wp-disciplines-list li {
  width: 50%;
  float: left;
  padding: 0;
  line-height: 24px;
  font-size: 13px;
}

ul.wp-disciplines-list span {
  padding: 0 20px 0 40px;
}

ul.wp-disciplines-list b {
  padding: 0 5px;
  color: #7E858B;
  font-weight: 400;
  font-size: 15px;
}

.wp-orders-list {
  margin: 0 0 16px;
}

.wp-order {
  margin: 0 0 30px;
  padding: 16px 20px 0;
}

.wp-order-header {
  border-bottom: 1px dotted #7E858B;
}

.wp-order-description {
  padding: 0 0 8px;
  font-size: 12px;
  line-height: normal;
  position: relative;
  color: #919FA9;
  overflow: hidden;
}

.wp-order-id {
  margin: 0 5px 0 0;
}

.wp-order-time-date {
  float: right;
}

.wp-feedback {
  margin: 12px 0 0;
}

.content .side-left h3.wp-order-title {
  font-size: 18px;
  line-height: normal;
  padding: 0 0 10px;
  color: #7e858b;
}

.wp-customer-feedback,
.wp-writer-feedback {
  overflow: hidden;
  line-height: 24px;
  padding: 0 0 15px;
  position: relative;
}

.wp-customer-comment,
.wp-writer-comment {
  padding: 5px 0 0;
}

.wp-customer-comment {
  background-color: #fcf3cf;
  border-radius: 2px;
  padding: 20px;
}


.post,
.blog .article {
  border-bottom: 1px dotted #41505b;
  margin: 0 0 40px;
  padding: 0 0 15px;
}

.post-title {
  padding: 0 0 20px;
}

.post-title,
.post-title a,
.post-title a:visited,
.post-title a:hover {
  color: #41505b;
  font-size: 28px;
}

.post-date,
.post-date:visited {
  display: inline-block;
  color: #788893;
  font-size: 15px;
  line-height: 26px;
  padding: 0 8px;
  margin: 0 0 0 18px;
  background-color: #ecf0f2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-date:hover {
  color: #fff;
  background-color: #6fccca;
}

.post-content {
  padding: 30px 0 25px 50px;
  position: relative;
}

.post-content .more-link {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.post-content .more-link span {
  padding: 0 25px 0 0;
  position: relative;
}

.post-content .more-link span:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0;
  width: 17px;
  height: 12px;
  margin: -6px 0 0;
  background: url('/resources/img/sprite.svg') no-repeat -288px -221px;
}

.no-svg .post-content .more-link span:before {
  background: url('/resources/img/sprite.png') no-repeat -288px -221px;
}

.entry-meta {
  font-size: 13px;
  overflow: hidden;
  padding: 0 0 0 18px;
}

.entry-category,
.comments-link,
.entry-tags,
.entry-meta .edit-link {
  float: left;
  line-height: 20px;
}

.entry-category {
  padding: 0 8px 0 0;
}

.entry-category span {
  padding: 0 3px;
}

.comments-link,
.entry-meta .edit-link {
  padding: 0 0 0 8px;
  border-left: 1px solid #abb1b6;
}

.entry-meta .edit-link {
  margin-left: 8px;
}

.entry-tags {
  width: 100%;
}


/*blog navigation*/

.blog .navigation,
.blog .nav-single {
  overflow: hidden;
  padding: 0 0 10px;
}

.blog .navigation .nav-next,
.blog .navigation .nav-previous,
.blog .nav-single .nav-next,
.blog .nav-single .nav-previous {
  width: 45%;
  position: relative;
}

.blog .navigation .nav-next,
.blog .nav-single .nav-next {
  float: right;
  padding: 0 25px 0 0;
  text-align: right;
}

.blog .navigation .nav-previous,
.blog .nav-single .nav-previous {
  float: left;
  padding: 0 0 0 25px;
  text-align: left;
}

.blog .navigation .nav-next a:before,
.blog .navigation .nav-previous a:before,
.blog .nav-single .nav-next a:before,
.blog .nav-single .nav-previous a:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  width: 17px;
  height: 12px;
  margin: -6px 0 0;
  background: url('/resources/img/sprite.svg') no-repeat;
}

.no-svg .blog .navigation .nav-next a:before,
.no-svg .blog .navigation .nav-previous a:before,
.no-svg .blog .nav-single .nav-next a:before,
.no-svg .blog .nav-single .nav-previous a:before {
  background: url('/resources/img/sprite.png') no-repeat;
}

.blog .navigation .nav-next a:before,
.blog .nav-single .nav-next a:before {
  right: 0;
  background-position: -288px -221px;
}

.blog .navigation .nav-previous a:before,
.blog .nav-single .nav-previous a:before {
  left: 0;
  background-position: -288px -206px;
}

.blog .archive-title,
.blog .page-title {
  padding: 0 0 15px;
  margin: 0 0 40px;
  border-bottom: 1px dotted #41505b;
  font-size: 24px;
}


/*blog comments*/

.blog .comments-area {
  padding: 30px 0 0;
}

.blog .comment-reply-title {
  font-size: 28px;
  line-height: 28px;
  padding: 0 0 20px;
}

.blog .comment-form {
  border: 1px solid #d6dee3;
  padding: 3% 5%;
}

.blog .comment-respond .comment-form p {
  margin: 0;
  padding: 0 0 10px;
  overflow: hidden;
}

.blog .comment-respond .comment-form label {
  display: block;
  float: left;
  width: 20%;
  height: 34px;
  line-height: 34px;
  color: #30373d;
  font-size: 16px;
}

.blog .comment-respond .comment-form input,
.post.not-found .searchform #s {
  height: 34px;
  width: 45%;
  font-size: 0.875em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
}

.blog .comment-respond .comment-form-comment label {
  width: 100%;
}

.blog .comment-respond .comment-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.blog .comment-form p.comment-notes {
  font-size: 13px;
  padding: 0 0 20px;
  color: #8c99a2;
}

.blog .comment-reply-title,
.comments-area .comments-title {
  color: #4D5973;
  font-size: 1.75em;
}

.blog .comment-form p.form-allowed-tags {
  padding: 10px 0 25px;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7d8c97;
}

.blog .comment-form p.form-allowed-tags code {
  background: none;
  color: inherit;
  white-space: normal;
}

.blog .comment-form p.form-submit {
  height: 35px;
}

.blog .comment-form p.form-submit input {
  height: 100%;
  width: auto;
  padding: 0 25px;
  background-color: #f9bf56;
  border: none;
  color: #30373d;
  font-size: 16px;
  line-height: 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.blog .comment-form p.form-submit input:hover {
  background-color: #e7ab41;
}


/*blog comments list*/

.blog ul.commentlist {
  list-style: none;
  margin: 0;
}

.blog ul.commentlist li {
  border: 1px solid #D6DEE3;
  margin: 0 0 20px;
  padding: 20px 20px 0;
  list-style: none;
}

.blog ul.commentlist li:before {
  display: none;
}

.blog .commentlist li .comment,
.blog .commentlist li .comment .comment-meta {
  overflow: hidden;
}

.blog .commentlist li .comment-number,
.blog .commentlist li .comment cite,
.blog .commentlist li .comment .comment-content,
.blog .commentlist li .comment .reply {
  float: left;
}

.blog .comment-meta {
  line-height: 20px;
  font-size: 14px;
}

.blog .commentlist li .comment-number {
  color: #aaa;
  line-height: normal;
  margin: 0;
  padding: 0 10px 0 0;
}

.blog .commentlist li .comment cite,
.commentlist li .comment cite a {
  font-style: normal;
  color: #7E858B;
  text-decoration: none;
}

.blog .commentlist li .comment time {
  float: right;
  font-size: 0.83em;
}

.blog .commentlist li .comment .comment-content {
  display: block;
  width: 100%;
}

.blog .commentlist li .comment .comment-content p {
  margin: 0;
  padding: 20px 0 0;
  font-size: 14px;
  font-style: italic;
  line-height: 25px;
}

.blog .commentlist li .comment .reply {
  padding: 15px 0 20px;
}

.blog .comment-reply-link {
  position: relative;
  padding: 0 25px 0 0;
}

.blog .comment-reply-link:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0;
  width: 17px;
  height: 12px;
  margin: -6px 0 0;
  background: url("/resources/img/sprite.svg") no-repeat -288px -221px;
}

.no-svg .blog .comment-reply-link:before {
  background: url("/resources/img/sprite.png") no-repeat -288px -221px;
}

.blog .commentlist li .comment .time,
.blog .comment-reply-title #cancel-comment-reply-link {
  text-decoration: none;
  color: #7E858B;
}

.blog .commentlist li .comment .time:hover,
.blog .comment-reply-title #cancel-comment-reply-link:hover {
  color: #7E858B;
}

.blog .comment-reply-title #cancel-comment-reply-link {
  font-size: 16px;
  float: right;
}

.blog .comments-area .navigation {
  margin: 0;
}

.blog .comments-area .navigation div {
  width: 140px;
}


/*blog 404, not found*/

.blog .post.not-found {
  border: none;
  margin: 0;
  padding: 0;
}

.blog .post.not-found .entry-header .entry-title {
  font-size: 24px;
  padding: 0 0 10px;
}

.blog .post.not-found .entry-content {
  padding: 0;
  border: none;
}

.blog .post.not-found .entry-content p {
  padding: 0 0 30px;
}

.blog .post.not-found .searchform div {
  overflow: hidden;
}

.blog .post.not-found .searchform label,
.blog .post.not-found .searchform #s,
.blog .post.not-found .searchform #searchsubmit {
  display: block;
  float: left;
}

.blog .post.not-found .searchform label {
  line-height: 34px;
  padding-right: 10px;
}

.blog .post.not-found .searchform #searchsubmit {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  margin: 0 0 0 10px;
  background-color: #F9BF56;
  color: #30373D;
  font-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog .post.not-found .searchform #searchsubmit:hover {
  background: #e7ab41;
}

.wp-order-header {
  overflow: hidden;
}

.wp-order-title {
  float: left;
  max-width: 480px;
  display: inline-block;
}

.order-status-mark {
  float: right;
  display: inline-block;
  padding: 4px 6px;
  color: #fff;
  font-size: .875em;
}

.status-completed {
  background-color: #6fccca;
}

.status-canceled {
  background-color: #ea797b;
}


/*blog sidebar menu*/

.blog .sidebar-item {
  margin: 30px 0 0;
}

.blog .sidebar-menu {
  padding: 0 0 0 20px;
}

.blog .sidebar-menu li {
  margin: 0 0 12px;
}

.blog .sidebar-menu li a,
.blog .sidebar-menu li a:visited {
  display: block;
  position: relative;
  padding: 0 10px 0 30px;
  line-height: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog .sidebar-menu li a:before {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  left: 0;
  width: 17px;
  height: 12px;
  background: url('/resources/img/sprite.svg') no-repeat -288px -221px;
}

.no-svg .blog .sidebar-menu li a:before {
  background: url('/resources/img/sprite.png') no-repeat -288px -221px;
}

.post-content .alignleft {
  float: left;
  margin: 0 10px 10px 0
}

.post-content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.post-content .aligncenter {
  margin: 0 auto 10px;
}

.post-content .alignnone {
  float: none;
  margin: 10px 10px 10px 0;
}


/*
 Ajax-loader
 */

.es-loader {
  min-width: 50px;
}

.es-loader * {
  opacity: .7;
  z-index: 0;
}

.es-loader:before,
.es-loader:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.es-loader:after {
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 100%;
  box-shadow: -5px -5px #fa9273, 5px -5px #6fccca, 5px 5px #94c55a, -5px 5px #f9bf56;
  -moz-animation: rotate360 1s ease infinite;
  -webkit-animation: rotate360 1s ease infinite;
  animation: rotate360 1s ease infinite;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes rotate360 {
  0% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}

@keyframes rotate360 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.toTopWrap {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 30px;
  visibility: hidden;
  z-index: 10;
}

.toTopBox {
  max-width: 995px;
  height: 47px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  visibility: hidden;
}

.toTop {
  position: absolute;
  top: 0;
  right: -60px;
  width: 47px;
  height: 47px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  visibility: visible;
  text-indent: -999px;
  background: #f9bf56 url('/resources/img/sprite.svg') no-repeat -780px -618px;
  overflow: hidden;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  filter: alpha(opacity=0);
  opacity: 0;
}

.no-svg .toTop {
  background: #000000 url('/resources/img/sprite.png') no-repeat -780px -618px;
}

.toTop.totopshow {
  filter: alpha(opacity=60);
  opacity: .6;
}

.toTop.totopshow:hover {
  opacity: 1;
}

.error404 {
  padding: 0 0 310px;
}

.error404 h2 {
  text-align: center;
  text-transform: uppercase;
}

.error404 h3 {
  text-align: center;
  font-size: 18px;
  padding: 0 0 40px;
}

/*
.error404 div {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 50px;
}
*/

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

.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}


/*----Top writer  filter----------------------------*/

.topwriterspage-filter .content-inner.es-loader {
  min-height: 170px;
}

.relative {
  position: relative;
}

#topwiriters_container {
  z-index: 1;
}

.tw-filter:after,
.tw-filter:before,
.tw-filter-item:before {
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.tw-filter:before {
  border-bottom-color: #d4dce1;
  border-width: 16px;
  left: 52px;
  top: -33px;
  z-index: 1;
}

.tw-filter:after {
  border-bottom-color: #f9fcfd;
  border-width: 16px;
  left: 52px;
  top: -32px;
  z-index: 2;
}

.tw-filter {
  background: #f9fcfd;
  border: 1px solid #d4dce1;
  margin: 0 0 10px;
  position: relative;
}

.tw-no-writers p:first-child {
  padding-top: 20px;
}

.filter-values a {
  display: block;
  background: #fff;
  line-height: 130%;
  padding: 0 15px 10px;
}

.tw-filter-content {
  background: #fff;
  border: 1px solid #6fccca;
  left: -1px;
  padding-top: 45px;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 7;
  font-size: 12px;
}

.tw-filter-discipline-content {
  min-width: 200px;
  z-index: 9;
}

.cl-blue.tw-filter-disc-current {
  z-index: 10;
}

.tw-filter-href.active {
  display: none;
}

.tw-filter .bold {
  font-weight: 600;
}

.tw-filter .hide {
  display: none;
}

.tw-filter-item,
.wr-online-check {
  font-size: 12px;
  padding: 10px 15px;
}

.wr-online-check label {
  cursor: pointer;
  z-index: 6;
}

.wr-online-check input {
  margin: 0 3px 0 0;
  vertical-align: middle;
}

.tw-filter-item {
  background: rgba(255, 255, 255, .0);
  border-right: 1px solid #cbd5dc;
  cursor: pointer;
  padding-right: 25px;
  position: relative;
  transition: background .3s ease;
}

.tw-filter-item:before {
  border-top-color: #7c7e7e;
  border-width: 5px 3px 0;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  z-index: 10;
}

.tw-filter-item.js-active,
.tw-filter-item:hover,
.tw-filter-item:active {
  background: rgba(255, 255, 255, 1);
}

.cl-blue {
  color: #259f9c;
  position: relative;
  z-index: 8;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.tw-filter #d0:first-letter {
  text-transform: uppercase;
}


/*----------------------------*/

.active-message {
  background: url("/w3t_img/images/ico_new_mes4.gif") no-repeat scroll 0 0 transparent;
  display: block;
  height: 11px;
  position: absolute;
  right: 27px;
  top: 8px;
  width: 18px;
}



/*
==============================================================
        1. Landing home1.html
==============================================================
*/

.green {
  color: #94c55a;
}

.light-red {
  color: #fa9273;
}

.bold {
  font-weight: bold;
}

.btn {
  background-color: #8ebc58;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
}

.btn:hover {
  background-color: #9dcb5a;
}

.btn:active {
  background-color: #82ad54;
}

.supreme-section {
  padding: 40px;
}

.supreme-section h2 {
  text-align: center;
}

.supreme-section-desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.features-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 40px;
}

.features-wrap .feature {
  flex-basis: 50%;
  max-width: 50%;
}

.features-wrap .feature-title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
}

.features-wrap .feature-desc {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.time-service {
  padding-left: 170px;
  background-image: url(/resources/img/time-service.svg);
  background-repeat: no-repeat;
}

.satisfaction-rate {
  padding-left: 148px;
  background-position: 0 7px;
  background-image: url(/resources/img/sat-rate.svg);
  background-repeat: no-repeat;
}

.supreme-section-desc-bottom {
  font-size: 16px;
  opacity: 0.6;
  text-align: center;
}

.supreme-btn-wrap {
  margin-top: 20px;
  text-align: center;
}

dd#dd_esof_esof_writing_help_type_exp input {
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  content: '12';
  background-position: 2px 2px;
  background-size: 77%;
  background-repeat: no-repeat;
  border-radius: 0;
}

dd#dd_esof_esof_writing_help_type_exp input:focus {
  box-shadow: none;
}

dd#dd_esof_esof_writing_help_type_exp input:hover {
  border-color: #59a5a3 !important;
}

dd#dd_esof_esof_writing_help_type_exp input:checked {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAe1BMVEUAAAAAtjcAuToAvzIAvjUAvjYAuzQAvjMAujQAvDYAvTUAvDUAvTQAuzYAuzQAuzUAvTQAvDUAvDYAuzUAvDQAvTQAvDYAvDUAuzUAuzYAvDUAvDUAvDUAvDUAvDUAvDUAvDUAvDUAvDUAvDUAvDUAvDUAvDUAvDUAvDVZ0fv4AAAAKHRSTlMADhYkKy8xNzs9PkRJS1NWWVtjZWtsdn6LyNTo6+/y9fb3+Pn6/P3+ZA3KrwAAAGpJREFUGBkFwQUCggAABLCZ2IEdiEHc/1/oBgAAAAAAcPocAUDZ5wYA+y7PMQA2baophoB1k1eBa85g+U09h3tywKLOdwlGj3RbxSvNGjCp8rtUaTcAZu8k3R4AqyZ9CQB23QkAMAAAAMAf3SgHuRCHnJ0AAAAASUVORK5CYII=);
  background-color: #fff;
}


dd#dd_esof_esof_writing_help_type_exp {
  padding-top: 5px !important;
}

dd#dd_esof_esof_writing_help_type_exp label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7rem;
  cursor: pointer;
  line-height: 1.4;
}

dd#dd_esof_esof_writing_help_type_exp label:hover {
  color: #59a5a3;
}

@media (max-width: 900px) {
  .features-wrap {
    flex-wrap: wrap;
  }
  .features-wrap .feature {
    max-width: 100%;
    flex-basis: 100%;
  }
  .features-wrap .feature br {
    display: none;
  }
  .time-service {
    padding-left: 148px;
    padding-bottom: 65px;
  }
}

@media (max-width: 480px) {
  .features-wrap {
    padding-top: 25px;
  }
  .features-wrap .feature {
    background-image: none;
    padding-left: 0;
  }
  .time-service {
    padding-bottom: 20px;
  }
  .features-wrap .feature-title {
    font-size: 22px;
    padding-bottom: 10px;
  }
}


/*
==============================================================
        1. Landing home1.html
==============================================================
*/

@media only screen and (max-width: 1280px) {
  .bfw-join-us-cont:before {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    left: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  .bfw-join-us-cont:after {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    right: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@media only screen and (max-width: 1180px) {
  .indexpage .order-button-block div:before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  /*---------start-----------*/
  .header,
  .indexpage .header,
  .footer:after {
    background: none;
  }
  .home.place-order .order-form:before,
  .container.arrow:after,
  .indexpage .order-button-block div:before,
  .content .order-button-block:before,
  .order-steps-banner .container:before,
  .footer .container:after {
    display: none;
  }
  .row-block li,
  div.row-block {
    width: 50%
  }

  /*---------end-----------*/
}

@media only screen and (max-width: 980px) {
  /*---------start-----------*/
  .content .side-left,
  .content .side-right,
  .content .side-bottom {
    float: none;
    width: 100%;
  }
  .content .side-left {
    padding: 0 0 40px;
  }
  .content .order-form {
    min-height: auto !important;
    width: 480px;
    margin: 0 auto;
  }
  .content .side-bottom {
    padding: 0;
  }
  .header a.logo {
    width: 150px;
  }
  .menu-item a, .menu-item span {
    font-size: 13px;
    padding: 0 5px;
  }
  .bfw-join-us-cont:before {
    display: none;
  }
  .bfw-join-us-cont:after {
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }
  /*---------end-----------*/
}

@media only screen and (max-width: 840px) {
  /*---------start-----------*/
  .menu .nav-menu {
    display: none;
  }
  .menu-item a, .menu-item span {
    margin-top: 0;
    font-size: 15px;
    padding: 0 10px;
  }

  /*drop menu*/
  .header .col-logo, .header .col-nav {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .header .row-login {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .header a.logo {
    margin: 0 auto;
  }

  .blog-links {
    margin-left: 0;
    text-align: left;
  }
  .social-payment,
  .footer-links,
  .copyrights {
    width: 100%;
    float: none;
    margin: 30px 0 0;
  }
  .footer .payment {
    text-align: center;
  }
  .footer .payment img {
    display: inline-block;
  }
  .header .container,
  .indexpage .header .container {
    height: auto;
  }
  .menu {
    position: relative;
    top: auto;
    right: auto;
  }
  #mobile-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: -110px;
  }
  .menu .nav-menu {
    display: none;
    background-color: #E0E3E5;
  }
  .row-menu.show .nav-menu {
    display: block;
    position: absolute;
    z-index: 11111;
    top: -98px;
    width: 280px;
    text-align: left;
    padding: 15px 10px;
  }
  .row-menu.show .menu-drop-list {
    padding: 0;
    position: relative;
    top: 0;
  }
  .row-menu.show .menu-item {
    border-bottom: 1px solid #ccd1d4;
  }
  .row-menu.show .menu-item:last-child {
    border-bottom: none;
  }
  .services-item a {
    border-bottom: 1px solid #ccd1d4;
  }
  .services-item:last-child a {
    border-bottom: none;
  }
  .sub-menu span:after {
    content: '\1F890';
    transform: rotate(270deg);
    font-size: 22px;
    float: right;
    margin-right: 5px;
  }
  .services-item a {
    font-size: 12px;
    font-weight: 600;
    max-width: 260px;
  }
  .header .container .support-account {
    top: 17px;
    right: 0;
    max-width: 220px;
  }
  .header .container .mailto {
    top: 19px;
    right: 205px;
  }
  .home.place-order:after {
    background: #C0C0C0;
    border-radius: 15%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 60px;
    left: 50%;
    margin-left: -50%;
    position: absolute;
    top: -60px;
    width: 100%;
  }
  .home.place-order .promo,
  .home.place-order .order-form {
    float: none;
    padding: 0;
  }
  .home.place-order .container {
    text-align: center;
    padding: 40px 0 0;
  }
  .home.place-order .promo {
    display: inline-block;
    width: auto;
  }
  .home.place-order .promo li {
    text-align: left;
  }
  .home.place-order .order-form {
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
  .home.chooseus-testmnls .container {
    text-align: center;
  }
  .home.chooseus-testmnls .choose-us,
  .home.chooseus-testmnls .testimonials {
    float: none;
  }
  .home.chooseus-testmnls .choose-us {
    display: inline-block;
    text-align: center;
    width: auto;
  }
  .home.chooseus-testmnls .choose-us ul {
    text-align: left;
  }
  .home.chooseus-testmnls .testimonials {
    width: 100%;
    text-align: left;
  }
  .home.chooseus-testmnls .testimonials .read-testimonials {
    top: auto;
  }
  .home.chooseus-testmnls .testimonials .bx-wrapper .bx-pager {
    float: none;
  }
  .home.offer .side-left,
  .home.offer .side-right {
    float: none;
    width: auto;
  }
  .bfw-join-us-cont:after,
  .bfw-sect-title .bfw-sect-title-cont:before {
    display: none;
  }
  div.bfw-title-more {
    max-width: 100%;
  }
  .bfw-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .mini .customer-testimonials {
    min-height: 200px;
  }
  .order-steps-banner,
  .header .container:after {
    display: none;
  }
  .footer .container {
    text-align: center;
  }
  .footer .side-right,
  .copyrights {
    float: none;
  }
  .footer .side-right {
    width: 100%;
    text-align: left;
  }
  .copyrights {
    display: inline-block;
    width: 150px;
    padding: 20px 0 0;
  }
  .copyrights p {
    text-align: center;
  }
  .toTop {
    display: none;
  }
  h2,
  .content .side-left h2.header-page,
  .content .mini h2 {
    font-size: 22px;
    padding: 0 0 20px;
  }
  /*---------end-----------*/
}

@media only screen and (max-width: 640px) {
  /*---------start-----------*/
  .menu ul.menu-drop-list {
    padding: 0;
  }

  .header .container .support-account {
    top: 40px;
  }

  .header, .indexpage .header, .footer:after {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-drop-list>li {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #current_auth_container,
  .header .container .mailto {
    float: none;
  }
  .header .container .mailto {
    top: 10px;
    right: 0;
  }
  .home.place-order .order-form {
    width: 100%;
    max-width: 100%;
  }
  .testimonials .writer-info {
    display: none;
  }
  .testimonials .customer-info {
    padding: 0;
  }
  .home.activity {
    padding-bottom: 0;
  }
  .home.activity .activity-wrapper {
    text-align: center;
  }

  .row-block li,
  div.row-block {
    width: 100%;
    padding: 0;
  }
  .row-block li a,
  div.row-block a {
    display: inherit;
  }
  .activity .activity-item {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }
  .latest-orders-item {
    padding: 16px 16px 30px;
    margin: 0 0 30px;
  }
  .lo-customer-block {
    padding: 110px 0 0;
  }
  .lo-show-writer-feedback {
    margin-top: 14px;
  }
  .tw-writer-award {
    float: left;
    padding: 10px 0 0;
  }
  .wp-statistics {
    border: none;
    margin: 120px 0 0;
    padding: 0;
  }
  .wp-statistics dd {
    left: 0;
  }
  .content .side-left ul.wp-disciplines-list li {
    float: none;
    width: auto;
  }
  .footer .side-right {
    text-align: center;
  }
  .footer-links,
  .social-payment {
    float: none;
  }
  .footer-links {
    width: 100%;
    text-align: left;
  }
  .social-payment {
    display: inline-block;
    width: 185px;
  }
  .footer .social,
  .footer .payment,
  .footer .social h3,
  .footer .social ul {
    float: none;
  }
  .footer-links ul {
    margin-bottom: 15px;
    padding: 0 3%;
    width: 100%;
  }
  .footer-links li {
    text-align: center;
  }
  .footer .social {
    text-align: center;
  }
  .footer .social h3 {
    padding: 0;
  }
  .footer .social ul {
    display: inline-block;
  }
  .footer .social ul li {
    padding: 0 4px;
  }
  #esauth_password_set_form dt,
  #esauth_password_set_form dd {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  #esauth_password_reset_form,
  #esauth_password_set_form {
    display: block;
    margin: 0 auto;
    max-width: 260px;
  }
  #esauth_password_set_form input {
    width: 100% !important;
  }

  #dialog-whats-next.es-modal {
    max-width: 400px;
    width: 95%;
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 23%;
  }

  #es-overlay.es-show {
    -webkit-overflow-scrolling: touch;
  }
  /*---------end-----------*/
}

@media only screen and (max-width: 580px) {
  .tw-filter .f-left,
  .tw-filter .f-right {
    float: none;
  }
  .tw-filter-item {
    border: none;
    display: inline-block;
  }
  .tw-filter-completed-content {
    z-index: 13;
  }
  .tw-filter-completed {
    z-index: 14;
  }
  .tw-filter-discipline-content {
    z-index: 11;
  }
  .tw-filter-discipline {
    z-index: 12;
  }
}

@media only screen and (max-width: 480px) {
  /*---------start-----------*/
  .content .order-form {
    width: 100%;
  }
  .footer-links {
    text-align: center;
  }
  .footer-links ul {
    float: none;
    padding: 0;
    width: 100%;
  }
  .copyrights {
    padding: 0;
  }
  .header,
  section.home,
  section.content,
  .footer,
  .home.write-my-essay {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .container .mailto,
  .header .container .support-account {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
  }
  .header .container .mailto,
  #id_current_user_auth_subcontainer {
    padding: 5px 0;
  }
  #id_current_user_auth_subcontainer {
    width: 100%;
    height: 38px;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  a#id_esauth_myaccount_current_logout_link {
    position: absolute;
    top: 0;
    height: 36px;
    right: 0;
    width: 40px;
    padding: 0;
    background-position: -446px -206px;
  }
  #id_current_user_auth_subcontainer:hover {
    background-color: #fff;
  }
  #id_esauth_myaccount_current_login:before,
  .short #id_esauth_myaccount_current_login:before {
    right: 5px;
    top: 15px;
  }
  #id_esauth_myaccount_current_login:before {
    top: 11px;
  }
  #id_esauth_myaccount_current_shortcuts {
    margin: 0 -40px 0 0;
    top: 36px;
  }
  a#id_esauth_myaccount_current_login {
    padding: 5px 20px 5px 40px;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .row-login {
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    text-align: left;
  }
  .menu {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
  }
  .no-svg #mobile-menu {
    display: block;
    position: absolute;
    right: 30px;
    top: -60px;
  }
  .svg #mobile-menu {
    display: block;
    position: absolute;
    right: 0px;
    top: -60px;
  }
  .no-svg .header a.logo {
    margin: 0 0 10px 20px;
    position: relative;
    top: 0;
    width: 150px;
  }
  .svg .header .logotype {
    margin: 0 0 10px 0;
    position: relative;
    top: 0;
    width: 180px;
  }
  .row-menu.show .nav-menu {
    top: -18px;
  }
  .header .container,
  .indexpage .header .container {
    height: auto;
    padding: 15px 0;
  }
  #es_form_esof h2 span {
    display: none;
  }
  #dd_esof_esof_deadline_date .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  #es_form_esof div form dt,
  #es_form_esof div form dd {
    line-height: 33px;
  }
  #dd_esof_esof_pages_qty #pages_qty_hint {
    line-height: 110%;
    display: inline-block;
    float: none;
    font-size: 13px;
    width: 45%;
  }
  #dd_esof_esof_pages_qty #contentspin {
    width: 50%;
  }
  .home.chooseus-testmnls .container {
    padding-bottom: 20px;
  }
  .indexpage .testimonials .read-testimonials {
    bottom: -22px;
  }
  .testimonials .read-testimonials {
    bottom: 6px;
  }
  .testimonials .bx-wrapper .bx-pager {
    padding: 10px 0;
  }
  .lo-show-writer-feedback {
    margin: 14px 0 0 -83px;
    width: 166px;
  }
  .tw-writer-award {
    padding: 10px 30px 0 0;
  }
  .content .side-left .faq-container li h3 {
    line-height: 130%;
    padding: 10px 35px 10px 15px;
  }
  .faq-container li h3:before {
    right: 5px;
  }
  #id_esauth_myaccount_current_shortcuts a {
    width: 100%;
    max-width: 100%;
    padding: 3px 0;
  }
  .container.arrow {
    padding: 30px 15px 30px 15px;
  }
  .order-button-block {
    padding: 15px 0 32px;
  }
  .social-payment,
  .footer-links,
  .copyrights {
    margin-top: 15px;
  }
  .post-title,
  .post-title a,
  .post-title a:visited,
  .post-title a:hover {
    font-size: 22px;
  }
  .post-title {
    padding-bottom: 0.6em;
  }
  .content .side-left h2 {
    font-size: 18px;
    padding-bottom: 0.6em
  }
  .content .side-left h3 {
    font-size: 16px;
    padding-bottom: 0.6em
  }
  .content .side-left p,
  .content .side-left li {
    padding-bottom: 1.3em;
  }
  .post,
  .blog .article {
    margin-bottom: 20px
  }
  .post-content {
    padding: 15px 0 10px;
  }
  .blog .comments-area {
    padding-top: 15px;
  }
  .order-button-block div,
  .order-button-block .lottery-rules {
    width: 100%;
  }
  .order-button-block div button {
    line-height: 32px;
    padding: 10px 5px;
  }
  .header .container .support-account {
    overflow: visible;
  }

  #es_form_esof div {
    padding: 1rem;
  }

  #dd_esof_esof_pages_qty button {
    width: 25px;
    padding: 0;
  }

  #es_form_esof div form dt {
    line-height: 1.5;
  }

  .order-form #glue_esof_deadline_date_at {
    width: 20px;
    text-align: left;
  }

  .order-form #id_esof_deadline_time {
    width: 87%;
  }

  .order-form #glue_esof_deadline_date_at {
    width: calc(13% - 5px);
    text-align: left;
    padding-right: 5px;
  }

  .order-form #open-whats-next {
    left: 1rem;
    right: auto;
  }

  /*---------end-----------*/
}

@media only screen and (max-width: 380px) {
  .header .container .mailto {
    display: none;
  }
  .svg #mobile-menu {
    top: -52px;
  }
  .row-menu.show .nav-menu {
    top: -10px;
    right: -8px;
  }
}

@media only screen and (max-width: 320px) {
  #service-btn {
    right: 50px
  }
}


/* latin */

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(https://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/* latin */

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(https://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/* latin-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/* latin-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/* latin-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}





/*
==============================================================
        1. Page paper-suggestion-tool.html
==============================================================
*/

.tools-container {
  width: 100%;
  border: 1px solid #cbd5dc;
  background-color: #ecf0f2;
  margin-bottom: 70px;
  position: relative;
}

.tools-container:before {
  content: '';
  display: block;
  width: 70px;
  height: 110px;
  position: absolute;
  bottom: -80px;
  right: 30px;
  background: url('/resources/img/sprite.svg') no-repeat -525px -932px;
  z-index: 2;
}

.content .tools-container h1 {
  background-color: #6fccca;
  color: #fff;
  font: 24px/47px 'Droid Sans', Arial, sans-serif;
  position: relative;
  padding: 0 30px;
  margin: 0;
}

.content .search-wrap {
  position: relative;
  padding: 18px 30px;
}

.content .search-wrap label {
  color: #30373d;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  cursor: pointer;
}

.content .search-wrap .search-box {
  margin-bottom: 20px;
}

.content .suggestions ul li {
  padding: 0;
  display: inline-block;
}

.content .suggestions ul li:before {
  display: none;
}

.content .suggestions .tools-link {
  color: #2066f3;
  display: block;
  text-decoration: underline;
  padding-right: 20px;
}

.content .suggestions .tools-link:hover {
  text-decoration: none;
}

.tools-link {
  cursor: pointer;
}



.tool-result {
  opacity: 0;
  transition: opacity .5s ease-in;
}

.tool-result.opacity {
  opacity: 1;
}

.content .tool-result h1 {
  font-size: 28px;
  padding: 0 0 20px;
}

.content .tool-result p {
  padding-bottom: 10px;
}

.content .tool-result h2 {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding: 30px 0 25px 50px;
}

.content .tool-result h2:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
  position: absolute;
  left: 0;
}

.content .tool-result h2:first-of-type:before {
  background: url('/resources/img/diagram.svg') no-repeat;
  top: 25px;
}

.content .tool-result h2:nth-of-type(2):before {
  background: url('/resources/img/paper-steps.svg') no-repeat;
  top: 27px;
}

.content .tool-result h2:last-of-type:before {
  background: url('/resources/img/alert.svg') no-repeat;
  top: 26px;
}

.content .tool-result h2:not(:first-of-type) {
  border-top: 2px solid #cbd5dc;
}

.content .tool-result ol li strong {
  display: block;
}

.content .tool-result ol li ul li {
  padding-left: 30px;
  padding-bottom: 10px;
}

.content .tool-result ol li ul li:before {
  background-color: #b3bdc1;
  left: 10px;
}

.seo-box {
  border-top: 6px solid #aabac5;
  padding-top: 30px;
}



.easy-autocomplete {
  position: relative;
}

.easy-autocomplete:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 6px;
  position: absolute;
  background: url(/resources/img/search.svg) no-repeat;
  background-size: 20px;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
}

.easy-autocomplete.ajax-before:before,
.easy-autocomplete:after {
  opacity: 0;
}

.easy-autocomplete.ajax-before:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 6px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  border: 2px solid rgba(0, 0, 0, .1);
  border-left: 2px solid #53afad;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: rotate;
  -webkit-animation: load .3s linear infinite;
  animation: load .3s linear infinite;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.easy-autocomplete input {
  border-radius: 0;
  border: 1px solid #aabac5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #727d86;
  float: none;
  max-width: 540px;
  width: 100%;
  font-size: 16px;
  padding: 7px 15px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.easy-autocomplete input::-ms-clear {
  display: none;
}

.easy-autocomplete input:hover,
.easy-autocomplete input:focus {
  box-shadow: none;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #bbc6ce;
  border-radius: 0 0 3px 3px;
  position: relative;
  top: -1px;
}

.content .easy-autocomplete-container ul li,
.content .easy-autocomplete-container ul .eac-category {
  background: inherit;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 7px 15px;
}

.content .easy-autocomplete-container ul li:before {
  display: none;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  font-weight: bold;
}

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}



/* Sidebar */

.side-tools-container {
  background-color: #fff;
  display: block;
}

.side-tools-container .category-list {
  margin-bottom: 7px;
  border: 1px solid #cbd5dc;
}

.side-tools-container h3 {
  position: relative;
  padding: 0 18px;
  margin: 0;
  background-color: #ecf0f2;
  color: #44535d;
  font: 22px/45px 'Droid Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-tools-container h3:hover {
  background-color: #d3dbe0;
}

.side-tools-container h3:after {
  content: '';
  display: block;
  border-style: solid;
  border-width: 4px 6px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #44535d;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(90deg) translateY(-50%);
}

.side-tools-wrap {
  display: none;
  border-top: 1px solid #cbd5dc;
  padding: 15px 28px 5px;
}

.side-tools-wrap li {
  padding-left: 15px;
  position: relative;
  display: block;
  margin: 10px 0 15px;
}

.side-tools-wrap li:before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 4px 6px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #44535d;
  position: absolute;
  left: 0;
  top: 7px;
}

.side-tools-wrap li a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-tools-wrap li a:hover {
  color: #44535d;
}

.paper-suggestion-tool .order-button-block:before,
.paper-suggestion-tool .container.arrow:after {
  display: none;
}


.anim-bg {
  -webkit-box-shadow: 0 0 10px rgba(111, 204, 202, 0.7);
  box-shadow: 0 0 10px rgba(111, 204, 202, 0.7);
}



@media (max-width: 1070px) {
  .easy-autocomplete input {
    max-width: 100%;
  }
}

@media (max-width: 515px) {
  .content .search-wrap,
  .content .tools-container h1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content .suggestions .tools-link {
    padding-right: 10px;
  }

  .tools-container:before {
    right: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
  }
}

/* --------------------------------------------- Sitejabber */
.testimonials__tabs {
  display: flex;
  justify-content: center;
}

.testimonials__tab {
  font-size: 16px;
  line-height: 22px;
  color: #4C5862;
  max-width: 160px;
  width: 100%;
  border-bottom: 1px solid #6E7F9E;
  padding-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials__tab:hover {
  cursor: pointer;
  opacity: 0.7;
}

.testimonials__tab--active {
  font-weight: 600;
  border-bottom: 3px solid #6E7F9E;
}

.testimonials__tab--active:hover {
  cursor: default;
  opacity: 1;
}

.testimonials__tab-img {
  display: block;
  margin-right: 4px;
}

.testimonials__tab-content {
  display: none;
}

.testimonials__tab-content--active {
  display: block;
}

.testimonials__tab-reviews {
  margin-left: 4px;
}

@media all and (max-width: 375px) {
  .testimonials__tab-reviews {
    display: none;
  }
}

/* --------------- Trustpilot latest orders */
.testimonials__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.testimonials__header .header-page {
  padding-bottom: 0 !important;
}

.testimonials__header-tabs {
  width: 360px;
}

.trustpilot-widget--list iframe {
  height: 90vh;
}

@media all and (max-width: 580px) {
  .testimonials__header {
    display: block;
  }

  .testimonials__header-tabs {
    width: 100%;
  }
}

#af-smart-banner .afb-icon-img {
  display: inline !important;
}

.cta-title-new {
  text-align: center;
}

.why__block-testimonials-header {
  margin-bottom: 16px;
}
