html {
  position: relative;
  min-height: 100%;
}
body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 320px;
}
body p {
  line-height: 20px;
}
body h1 {
  color: #222222;
  font-weight: 200;
  font-size: 32px;
  text-align: center;
}
body h2 {
  font-size: 26px;
}
body h3 {
  font-size: 24px;
}
body ul li {
  line-height: 20px;
}
body a {
  outline: none;
  text-decoration: none;
  border-bottom: 1px dashed #b9c6e0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
body a:hover {
  border-bottom: 1px dashed ;
  text-decoration: none;
}
body a:focus {
  outline: none;
  text-decoration: none;
}
body a:active {
  outline: none;
}
.remove-padding {
  padding: 0;
}
.btn-primary {
  background: #75AB1B;
  color: #ffffff;
  border-color: #75AB1B;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn-primary:hover {
  background: #84c11e;
  border-color: #84c11e;
}
.btn-primary:focus {
  background: #84c11e;
  border-color: #84c11e;
}
.btn-secondary {
  background: #863b98;
  color: #ffffff;
  border-color: #863b98;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn-secondary:hover {
  color: #ffffff;
  background: #a44cba;
  border-color: #a44cba;
}
.btn-secondary:focus {
  color: #ffffff;
  background: #a44cba;
  border-color: #a44cba;
}
.btn-default {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  color: #222222;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn-default:hover {
  background: #ffffff;
  border: 1px solid #CCC;
}
.inquiry-block {
  width: 90%;
  padding: 15px;
  background: #f4ebf6;
  border: 1px solid #ebd8f0;
  border-radius: 3px;
  margin: 20px auto;
  line-height: 20px;
}
.inquiry-block .text {
  background: url(../img/anonimus_icon.png) no-repeat;
  padding-left: 80px;
  background-position: 0;
}
.inquiry-block .text a {
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.inquiry-block .text a:hover {
  border-bottom: 1px dashed ;
}
.inquiry-block .buttons a {
  display: block;
  padding: 10px;
  font-size: 16px;
  max-width: 300px;
  margin: 0 auto;
}
.inquiry-block .buttons .btn-primary {
  margin-bottom: 10px;
}
.inquiry-block .buttons .btn-default i {
  color: #863b98;
  font-size: 24px;
  vertical-align: bottom;
  line-height: 20px;
  padding-left: 5px;
}
.discounts-button-block {
  padding: 50px 0;
  margin: 0 auto;
}
.discounts-button-block .caption a {
  display: block;
  padding: 10px;
  font-size: 16px;
  max-width: 300px;
  margin: 0 auto;
}
.discounts-button-block .caption .btn-default {
  margin-bottom: 10px;
}
.table-holder {
  display: table;
  width: 100%;
}
.table-holder .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.click-to-call-modal {
  text-align: center;
  line-height: 20px;
}
.click-to-call-modal .modal-header h3 {
  margin-top: 10px;
}
.click-to-call-modal .modal-body .btn {
  width: 100%;
  max-width: 120px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
  border: none;
}
.navbar-toggle {
  border: none;
}
#nav-toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 25px;
  z-index: 9999999;
}
#nav-toggle span {
  position: absolute;
  left: 0;
  top: 10px;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  background: white;
  position: absolute;
  display: block;
  content: '';
  height: 2px;
  width: 35px;
  border-radius: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
}
#nav-toggle.active span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: white;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#header {
  height: 40px;
}
#header .navbar {
  background-color: #222222;
  margin-bottom: 0px;
  border: none;
  min-height: 40px;
}
#header .navbar .navbar-brand {
  border-bottom: none;
  padding: 4px 20px;
  height: 40px;
}
#header .navbar .navbar-brand img {
  width: 150px;
}
#header .navbar .navbar-header .navbar-toggle {
  margin-top: 3px;
  margin-bottom: 3px;
}
#header .navbar #navbar .nav.navbar-nav {
  margin: 0;
}
#header .navbar #navbar .nav.navbar-nav li a {
  border-bottom: none;
  padding: 10px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#header .navbar #navbar .nav.navbar-nav li a i {
  padding-right: 5px;
}
#header .navbar #navbar .nav.navbar-nav li:focus {
  background: #ffffff;
}
#header .navbar #navbar .nav.navbar-nav .dropdown .dropdown-menu {
  margin-top: -1px;
  padding: 0 !important;
  box-shadow: none;
  display: none;
  min-width: 110px;
}
#header .navbar #navbar .nav.navbar-nav .dropdown .dropdown-menu li a {
  padding: 5px 12px;
}
#header .navbar #navbar .nav.navbar-nav .dropdown .dropdown-menu li a:hover {
  color: white;
  background-color: #222222;
}
#header .navbar #navbar .nav.navbar-nav .dropdown .dropdown-menu li.active a {
  background-color: #222222;
}
#header .navbar #navbar .nav.navbar-nav .dropdown .dropdown-menu .divider {
  margin: 0;
}
#header .navbar #navbar .nav.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
#header .navbar #navbar .nav.navbar-nav .dropdown button {
  background: none;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 10px 8px;
  box-shadow: none;
  cursor: auto;
}
#header .navbar #navbar .nav.navbar-nav.open a:focus {
  background: transparent;
}
#header .navbar #navbar .nav.navbar-nav .sign-in-link {
  color: #ae5fc1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#header .navbar #navbar .nav.navbar-nav .sign-in-link:hover {
  color: #ca96d6;
}
#header .navbar #navbar .nav.navbar-nav .skype-icon {
  padding: 7px 5px 0 5px;
}
#header .navbar #navbar .nav.navbar-nav .skype-icon i {
  font-size: 28px;
}
#header .navbar #navbar .nav.navbar-nav .skype-icon:hover {
  color: #64B4FF;
}
#header .navbar #navbar .nav.navbar-nav .btn-direct-call {
  padding: 8px 5px 0 5px;
}
#header .navbar #navbar .nav.navbar-nav .btn-direct-call i {
  font-size: 28px;
}
#header .navbar #navbar .nav.navbar-nav .btn-direct-call:hover {
  color: #1da075;
}
#header .navbar #navbar .nav.navbar-nav .chat {
  padding: 7px 5px 0 5px;
}
#header .navbar #navbar .nav.navbar-nav .chat i {
  font-size: 28px;
}
#header .navbar #navbar .nav.navbar-nav .chat:hover {
  color: white;
}
#header .navbar #navbar .nav.navbar-nav .order-btn {
  color: white;
  margin: 0 10px;
  padding: 10px 15px;
}
#header .navbar #navbar .nav.navbar-nav .order-btn:hover {
  background: #84c11e;
  border-color: #84c11e;
}
#header .navbar .container {
  position: fixed;
  text-align: right;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1200px;
  width: 100%;
}
#header .navbar .container.hero-order-btns .inq-btn {
  border-bottom: none;
  background: #c287d0;
  border-radius: 0 0 3px 3px;
  padding: 2px 15px;
  color: #222222;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#header .navbar .container.hero-order-btns .inq-btn i {
  padding-right: 5px;
  font-size: 16px;
}
#header .navbar .container.hero-order-btns .inq-btn:hover {
  background: #d5acdf;
}
#header .navbar .container.hero-order-btns .order-btn {
  border-bottom: none;
  background: #75AB1B;
  border-radius: 0 0 3px 3px;
  padding: 2px 15px;
  color: #222222;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#header .navbar .container.hero-order-btns .order-btn i {
  padding-right: 5px;
  font-size: 16px;
}
#header .navbar .container.hero-order-btns .order-btn:hover {
  background: #93d722;
}
#hero {
  background: url(/img/city-skyline.jpg) no-repeat;
  background-position: 50% 50%;
  margin-bottom: 30px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero .inner-block {
  background: rgba(0,0,0,0.5);
}
#hero .inner-block .padding-hero {
  padding: 40px 0;
}
#hero h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 58px;
  line-height: 1;
  color: white;
  font-weight: 400;
  margin-top: 40px;
}
#hero h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 200;
  color: #ffffff;
  margin-bottom: 30px;
}
#hero .calculator {
  background-color: rgba(102,34,119,0.7);
  padding: 40px 0;
}
#hero .calculator h3 {
  font-size: 30px;
  color: #c287d0;
  font-weight: 200;
  margin-top: 15px;
  text-align: left;
  padding: 0 15px;
}
#hero .calculator .form-inline .form-group {
  margin: 0 10px 0px 0;
  position: relative;
}
#hero .calculator .form-inline .form-group .control-label {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
}
#hero .calculator .form-inline .form-group .form-control {
  width: 170px;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#hero .calculator .form-inline .form-group:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  font-size: 12px;
  font-weight: 100;
  margin-top: 4px;
  color: #555;
}
#hero .calculator .form-inline .form-group .input-group {
  min-width: 140px;
}
#hero .calculator .form-inline .form-group .input-group .calc_input .input-group-addon {
  height: 34px;
  width: 34px;
}
#hero .calculator .form-inline .form-group .input-group .calc_input .minus {
  float: left;
  border-radius: 3px 0 0 3px;
  border-right: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#hero .calculator .form-inline .form-group .input-group .calc_input .minus:hover {
  font-weight: bold;
}
#hero .calculator .form-inline .form-group .input-group .calc_input .plus {
  border-left: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#hero .calculator .form-inline .form-group .input-group .calc_input .plus:hover {
  font-weight: bold;
}
#hero .calculator .form-inline .form-group .input-group .calc_input .form-control {
  width: 55px;
  text-align: center;
  box-shadow: none;
  z-index: 0;
}
#hero .calculator .form-inline .form-group:last-child:after {
  display: none;
}
#hero .calculator .price {
  color: #ffffff;
  font-size: 42px;
  font-weight: 300;
  margin-top: 10px;
}
#hero .calculator .price span {
  font-size: 22px;
  display: inline-block;
  color: #c287d0;
  margin-right: 5px;
}
#hero .calculator .btn {
  font-size: 22px;
  padding: 15px;
  line-height: 1;
  box-shadow: none;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
}
#hero-page {
  background: url(/img/library.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
#hero-page h1 {
  text-align: left;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1;
  color: white;
  font-weight: 400;
}
#hero-page h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 200;
  color: #ffffff;
  margin-top: 10px;
  text-align: left;
}
#hero-page .hero-order-btn {
  margin: 45px auto 20px;
}
#hero-page .hero-order-btn a {
  padding: 10px 50px;
  font-size: 22px;
}
#hero-page .hero-socials {
  top: 35px;
}
#hero-page .hero-socials .socials-links {
  text-align: left;
}
#hero-page .inner-block {
  background: rgba(0,0,0,0.5);
}
.hero-socials {
  position: relative;
  right: 0px;
  top: 75px;
}
.hero-socials .socials-links {
  text-align: right;
}
.hero-socials .socials-links .fb_btn i {
  color: white;
  display: inline-block;
  font-size: 24px;
}
.hero-socials .socials-links .fb_btn i:hover {
  color: #3B5998;
}
.hero-socials .socials-links .tw_btn i {
  color: white;
  display: inline-block;
  font-size: 24px;
}
.hero-socials .socials-links .tw_btn i:hover {
  color: #5EA9DD;
}
.hero-socials .socials-links .gp_btn i {
  color: white;
  display: inline-block;
  font-size: 24px;
}
.hero-socials .socials-links .gp_btn i:hover {
  color: #D34836;
}
.hero-socials .top-text span {
  font-size: 30px;
  text-align: right;
  display: block;
  color: #75AB1B;
}
.hero-socials .top-text span span {
  display: inline;
}
.hero-socials .top-text div {
  font-size: 14px;
  color: #fff;
  text-align: right;
  margin-bottom: 5px;
}
.hero-socials a {
  border-bottom: none;
}
.hero-socials a i {
  font-size: 24px;
  padding-right: 3px;
  color: #d5acdf;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hero-socials a i:hover {
  color: #ffffff;
}
.hero-socials .fb_btn {
  background-position: 10px;
}
.breadcrumb-holder {
  background: #f4ebf6;
  border-bottom: 1px solid #e9d4ee;
  margin-bottom: 20px;
}
.breadcrumb-holder .breadcrumb {
  background: none;
  border-radius: none;
  margin: 0;
  padding-bottom: 8px;
  font-size: 14px;
}
.breadcrumb-holder .breadcrumb a {
  border: none;
  padding: 0;
}
.breadcrumb-holder .breadcrumb a i {
  font-size: 18px;
}
.breadcrumb-holder .breadcrumb li {
  display: inline-block;
}
.breadcrumb-holder .breadcrumb .active {
  color: #999999;
}
#main .advantages {
  padding: 20px 0;
}
#main .advantages div .head-text {
  font-size: 36px;
  font-weight: normal;
  display: block;
  padding-left: 70px;
  margin-bottom: 10px;
}
#main .advantages div .head-text i {
  font-size: 62px;
  float: left;
  padding: 10px 10px 0 0;
  color: #75AB1B;
}
#main .advantages div:hover {
  text-decoration: none;
}
#main .advantages div:focus {
  text-decoration: none;
}
#main .advantages div .body-text {
  font-size: 16px;
  line-height: 20px;
}
#main .advantages div.delivery {
  border-bottom: none;
}
#main .advantages div.delivery .head-text {
  background: url(../img/quick-delivery-icon.png) no-repeat;
  background-position: 5px 10px;
}
#main .advantages div.track {
  border-bottom: none;
}
#main .advantages div.track .head-text {
  background: url(../img/track-your-order-icon.png) no-repeat;
  background-position: 5px 10px;
}
#main .advantages div.inquiry {
  border-bottom: none;
}
#main .advantages div.inquiry .head-text {
  background: url(../img/free-inquiry-icon.png) no-repeat;
  background-position: 5px 10px;
}
#main .advantages div.prices {
  border-bottom: none;
}
#main .advantages div.prices .head-text {
  background: url(../img/affordable-prices-icon.png) no-repeat;
  background-position: 5px 10px;
}
#main .our-services {
  padding: 20px 0;
}
#main .our-services h3 {
  font-size: 40px;
  font-weight: normal;
  color: #555555;
  margin: 0;
}
#main .our-services .list-unstyled {
  padding-left: 0;
}
#main .our-services .list-unstyled li {
  list-style: none;
  margin-bottom: 5px;
}
#main .our-services .list-unstyled li a {
  color: #555555;
  text-decoration: none;
  font-size: 16px;
  border-bottom: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#main .our-services .list-unstyled li a:hover {
  color:  #777777;
}
#main .our-projects {
  padding: 30px 0;
}
#main .our-projects .benefits,
#main .our-projects .writers {
  padding: 15px 15px 25px 15px;
}
#main .our-projects .benefits img,
#main .our-projects .writers img {
  display: block;
  margin: 0 auto;
}
#main .our-projects .benefits h3,
#main .our-projects .writers h3 {
  font-size: 40px;
  color: #662d73;
  font-weight: normal;
  text-align: center;
  margin-top: -20px;
}
#main .our-projects .benefits ul,
#main .our-projects .writers ul {
  font-size: 20px;
  color: #1a1a1a;
  text-align: left;
}
#main .our-projects .benefits ul li,
#main .our-projects .writers ul li {
  line-height: 25px;
  list-style: disc;
}
#main .our-projects .benefits .hover-link,
#main .our-projects .writers .hover-link {
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  font-size: 16px;
  margin-left: -38px;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#main .our-projects .benefits .hover-link:hover,
#main .our-projects .writers .hover-link:hover {
  text-decoration: none !important;
  color:  #777777;
  border-bottom: 1px dashed ;
}
#main .our-projects .benefits {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#main .our-projects .benefits:hover {
  background-color: rgba(0,0,0,0.1);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
#main .our-projects .benefits:hover .hover-link {
  display: block;
}
#main .our-projects .writers h3 {
  margin-top: 20px;
}
#main .our-projects .live-stats {
  background: url(../img/imac-screen.png) no-repeat center top;
  height: 294px;
  margin-top: 20px;
  background-size: 100%;
  padding: 0 12px;
}
#main .our-projects .live-stats h2 {
  font-size: 40px;
  color: #662d73;
  font-weight: normal;
  text-align: center;
  padding-top: 27px;
}
#main .our-projects .live-stats .slide {
  text-align: center;
}
#main .our-projects .live-stats .slide span {
  color: #8d8d8d;
  font-size: 65px;
  line-height: 1;
}
#main .our-projects .live-stats .slide .sign {
  display: block;
  font-size: 22px;
  line-height: 1;
}
#main .our-projects .live-stats .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#main .our-projects .live-stats.carousel-holder {
  margin-left: 21px;
  width: 329px;
}
#main .security {
  background: #f4ebf6;
  padding: 30px 0;
}
#main .security h2 {
  color: #b179be;
  font-size: 38px;
  font-weight: normal;
}
#main .security .money-back,
#main .security .plagiarism,
#main .security .anonymous,
#main .security .payments {
  padding: 20px;
  text-align: center;
}
#main .security .money-back h3,
#main .security .plagiarism h3,
#main .security .anonymous h3,
#main .security .payments h3 {
  font-weight: normal;
  font-size: 24px;
  color: #4f1567;
  text-align: center;
}
#main .security .money-back span,
#main .security .plagiarism span,
#main .security .anonymous span,
#main .security .payments span {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
}
#main .security .money-back .payments-holder,
#main .security .plagiarism .payments-holder,
#main .security .anonymous .payments-holder,
#main .security .payments .payments-holder {
  margin-bottom: 15px;
}
#main .security .money-back .payments-holder img,
#main .security .plagiarism .payments-holder img,
#main .security .anonymous .payments-holder img,
#main .security .payments .payments-holder img {
  display: block;
  margin: 0 auto;
}
#main .security .money-back .hover-link,
#main .security .plagiarism .hover-link,
#main .security .anonymous .hover-link,
#main .security .payments .hover-link {
  font-size: 16px;
  visibility: hidden;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#main .security .money-back .hover-link:hover,
#main .security .plagiarism .hover-link:hover,
#main .security .anonymous .hover-link:hover,
#main .security .payments .hover-link:hover {
  visibility: visible;
  text-decoration: none !important;
  color: ;
}
#main .security .money-back:hover,
#main .security .plagiarism:hover,
#main .security .anonymous:hover,
#main .security .payments:hover {
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
#main .security .money-back:hover .hover-link,
#main .security .plagiarism:hover .hover-link,
#main .security .anonymous:hover .hover-link,
#main .security .payments:hover .hover-link {
  left: 100px;
  visibility: visible;
}
#main .security .money-back .checked-block,
#main .security .plagiarism .checked-block,
#main .security .anonymous .checked-block,
#main .security .payments .checked-block {
  margin-bottom: 10px;
}
#main .security .money-back .checked-block:before,
#main .security .plagiarism .checked-block:before,
#main .security .anonymous .checked-block:before,
#main .security .payments .checked-block:before {
  content: '';
  position: relative;
  background: url(../img/web-chek-icon.png) no-repeat;
  width: 115px;
  height: 31px;
  display: block;
  margin: 0 auto;
}
#main .security .security-icon a {
  display: inline-block;
  max-width: 100%;
  border-bottom: none;
}
#main .security .security-icon a img {
  padding-top: 15px;
}
#main .security .security-icon a .trust-guard {
  padding-top: 30px;
}
#main .security .security-benefits {
  margin-top: 20px;
}
#main .how_it_works {
  background: #a44cba;
  padding: 30px 0;
}
#main .how_it_works h2 {
  color: #cb98d8;
  font-size: 40px;
  font-weight: normal;
}
#main .how_it_works .slide {
  display: none;
}
#main .how_it_works .slide.active {
  display: block;
}
#main .how_it_works .slide .number {
  display: none;
}
#main .how_it_works .slide .sign {
  text-align: left;
  font-size: 30px;
  padding-bottom: 25px;
  color: #ffffff;
}
#main .how_it_works .slide .desc {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
#main .how_it_works .slide .desc ul li {
  padding-bottom: 10px;
  line-height: 24px;
}
#main .how_it_works .slide .desc ul li a {
  color: white;
  padding-bottom: 0;
  border-bottom: none;
}
#main .how_it_works .chart {
  background: url(../img/charts.png) no-repeat;
  height: 350px;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  background-size: 100%;
}
#main .how_it_works .chart .dig1 {
  top: 177px;
  left: -9px;
  background-position: center 0px;
}
#main .how_it_works .chart .dig1.active {
  background-position: center -121px;
}
#main .how_it_works .chart .dig2 {
  top: 255px;
  left: 159px;
  background-position: center -242px;
}
#main .how_it_works .chart .dig2.active {
  background-position: center -362px;
}
#main .how_it_works .chart .dig3 {
  top: 123px;
  left: 338px;
  background-position: center -484px;
}
#main .how_it_works .chart .dig3.active {
  background-position: center -606px;
}
#main .how_it_works .chart .dig4 {
  top: 215px;
  left: 536px;
  background-position: center -728px;
}
#main .how_it_works .chart .dig4.active {
  background-position: center -849px;
}
#main .how_it_works .chart .dig5 {
  top: 37px;
  left: 675px;
  background-position: center -970px;
}
#main .how_it_works .chart .dig5.active {
  background-position: center -1092px;
}
#main .how_it_works .chart span {
  position: absolute;
  background: url(../img/digits.png) no-repeat;
  padding-top: 93px;
  background-position: center;
  cursor: pointer;
}
#main .content-info-block {
  padding: 30px 0;
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
}
#main .hiw-block-btn .btn {
  margin: 20px 0 10px 0;
  padding: 12px 80px;
  font-size: 24px;
}
#sidebar .form-sidebar {
  background: #f4ebf6;
  border: 1px solid #e9d4ee;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
}
#sidebar .form-sidebar .sign {
  font-size: 29px;
  font-weight: bold;
  padding-bottom: 25px;
}
#sidebar .form-sidebar .form-group label {
  font-size: 20px;
  font-weight: 200;
}
#sidebar .form-sidebar .form-group select {
  margin-bottom: 20px;
  border: 1px solid #9e51b1;
  cursor: pointer;
}
#sidebar .form-sidebar .form-group .calc_input input {
  border: 1px solid #9e51b1;
  width: 30px;
  height: 34px;
  margin: 0;
  padding: 0;
  outline: none;
  float: left;
  z-index: 0;
}
#sidebar .form-sidebar .form-group .calc_input .minus {
  float: left;
  border-radius: 3px 0 0 3px;
}
#sidebar .form-sidebar .form-group .calc_input .form-control {
  width: 70px;
  height: 34px;
  border: 1px solid #9e51b1;
  border-radius: 0;
  border-left: none;
  border-right: none;
  text-align: center;
  box-shadow: none;
}
#sidebar .form-sidebar .price {
  text-align: center;
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sidebar .form-sidebar .calc-order-btn {
  text-align: center;
}
#sidebar .form-sidebar .calc-order-btn .btn {
  width: 100%;
  font-size: 24px;
}
#sidebar .side-block {
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  margin-bottom: 20px;
  padding: 20px;
}
#sidebar .benefits {
  background: url(../img/star.png) no-repeat;
  background-position: 50% 10px;
  text-align: center;
}
#sidebar .benefits .head {
  color: #621a73;
  font-weight: normal;
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
  padding-top: 100px;
}
#sidebar .benefits ul {
  font-size: 20px;
  color: #1a1a1a;
  text-align: left;
  padding-left: 20px;
}
#sidebar .benefits ul li {
  margin-bottom: 10px;
}
#sidebar .benefits a {
  font-size: 20px;
  color:  #777777;
  border-bottom: 1px dashed #b9c6e0;
  padding: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#sidebar .benefits a:hover {
  border-bottom: 1px dashed ;
  text-decoration: none;
}
#sidebar .defense {
  text-align: center;
}
#sidebar .defense .norton {
  border-bottom: none;
}
#sidebar .defense .norton img {
  width: 110px;
  cursor: pointer;
}
#sidebar .defense a {
  display: block;
  margin-bottom: 10px;
  border-bottom: none;
}
#sidebar .free-plagiarism {
  background: url(../img/plagiarism-free.png) no-repeat;
  background-position: 18px;
}
#sidebar .free-plagiarism .inner-block {
  margin-left: 100px;
}
#sidebar .free-plagiarism .inner-block .head {
  color: #8438A3;
  line-height: 25px;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  display: block;
  margin-bottom: 5px;
}
#sidebar .free-plagiarism .inner-block .checked-item {
  margin-bottom: 10px;
}
#sidebar .free-plagiarism .inner-block .checked-item:before {
  content: '';
  display: block;
  width: 120px;
  height: 35px;
  background: url(../img/web-chek-icon.png) no-repeat;
  background-size: 80%;
}
#sidebar .free-plagiarism .inner-block a {
  border-bottom: 1px dashed #b9c6e0;
  padding: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#sidebar .free-plagiarism .inner-block a:hover {
  border-bottom: 1px dashed ;
  text-decoration: none;
}
#sidebar .we-accept span {
  text-align: center;
  margin-bottom: 10px;
  color: #4f1567;
  display: block;
  font-size: 24px;
}
#sidebar .we-accept ul {
  padding-left: 15px;
}
#sidebar .like-box {
  margin-bottom: 20px;
}
#sidebar .like-box .fb-text {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
#sidebar .like-box .fb-like {
  margin: 0 0 10px 0;
}
#sidebar .like-box .fb-wrap {
  width: 50%;
  margin: 0 auto;
}
#sidebar .like-box .fb-comments,
#sidebar .like-box .fb-comments iframe[style],
#sidebar .like-box .fb-like-box,
#sidebar .like-box .fb-like-box iframe[style],
#sidebar .like-box .fb-comments span,
#sidebar .like-box .fb-comments iframe span[style],
#sidebar .like-box .fb-like-box span,
#sidebar .like-box .fb-like-box iframe span[style] {
  width: 100% !important;
  max-width: 300px;
}
#sidebar .like-box .tw-text {
  margin: 20px 0;
  font-size: 20px;
  line-height: 23px;
}
#sidebar .like-box .tw-box {
  text-align: center;
  margin-bottom: 20px;
}
#sidebar .side-block {
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  margin-bottom: 20px;
  padding: 20px;
}
#sidebar .sb-banner {
  background: url(../img/sb-attention.png) no-repeat;
  background-position: 10px 15px;
  border: 1px solid #c489d3;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#sidebar .sb-banner .text {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 0 0 109px;
}
#sidebar .sb-banner .btn {
  width: 200px;
  padding: 8px;
  font-size: 16px;
}
#sidebar .sb-catigory {
  border: 1px solid #c489d3;
  border-radius: 3px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
#sidebar .sb-catigory ul li {
  margin-bottom: 5px;
  padding: 0 0 5px 10px;
}
#sidebar .sb-catigory ul li a {
  color: #555555;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#sidebar .sb-catigory ul li a:hover {
  color: #2384d5;
}
#sidebar .sb-catigory ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
#sidebar .making-money {
  background: #efdff3;
  cursor: pointer;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 20px;
  border-radius: 3px;
}
#sidebar .making-money .head {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #863b98;
}
#sidebar .making-money .body {
  padding-bottom: 5px;
  text-align: center;
}
#sidebar .making-money i {
  color: #6f9e2f;
  display: inline-block;
  vertical-align: -5px;
  font-size: 28px;
}
#sidebar .making-money div {
  font-size: 14px;
  font-weight: bold;
  color: #863b98;
  text-transform: uppercase;
  margin-top: 7px;
}
#sidebar .making-money strong {
  text-align: left;
  font-weight: normal;
  font-size: 11px;
  line-height: 12px;
  border-top: 1px solid #D5D5D5;
  padding-top: 6px;
  margin-top: 6px;
}
#sidebar .contact-holder {
  border: 1px solid #bbbbbb;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 30px;
}
#sidebar .contact-holder .form-group {
  font-weight: bold;
}
#sidebar .contact-holder .form-group input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 34px;
}
#sidebar .contact-holder .block-head {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#sidebar .contact-holder .block-body small {
  font-size: 10px;
  margin-top: 22px;
  display: block;
  line-height: 14px;
  padding-left: 15px;
  border-bottom: none;
}
#sidebar .contact-holder .small {
  font-size: 14px;
  text-align: right;
  font-style: italic;
  margin-top: 22px;
  margin-bottom: 15px;
  color: #777;
  display: block;
  line-height: 14px;
  padding-left: 15px;
  border-bottom: none;
}
#sidebar .contact-holder form {
  margin-bottom: 10px;
}
#sidebar .contact-holder .btn {
  background: #9e51b1;
  background: -moz-linear-gradient(top,#9e51b1 0%,#621a73 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9e51b1),color-stop(100%,#621a73));
  background: -webkit-linear-gradient(top,#9e51b1 0%,#621a73 100%);
  background: -o-linear-gradient(top,#9e51b1 0%,#621a73 100%);
  background: -ms-linear-gradient(top,#9e51b1 0%,#621a73 100%);
  background: linear-gradient(to bottom,#9e51b1 0%,#621a73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e51b1',endColorstr='#621a73',GradientType=0);
  color: white;
  text-shadow: none;
  border: none;
  box-shadow: none;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  padding: 8px 16px;
}
#sidebar h3 {
  margin-top: 0;
}
#sidebar .contacts-block {
  text-align: center;
}
#sidebar .contacts-block a {
  display: inline-block;
  font-size: 18px;
  color: #863b98;
  border-bottom: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#sidebar .contacts-block a i {
  display: block;
  font-size: 30px;
  vertical-align: -5px;
}
#sidebar .info-block .contact-line {
  margin-bottom: 15px;
}
#sidebar .info-block .contact-line .phone-sign {
  font-size: 15px;
  line-height: 20px;
}
#sidebar .info-block .contact-line .phone-block {
  font-size: 18px;
  font-weight: 200;
}
#sidebar .info-block .contact-line .phone-block a {
  color:  #777777;
  border-bottom: 1px dashed #b9c6e0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#sidebar .info-block .contact-line .phone-block a:hover {
  text-decoration: none !important;
  color: ;
  border-bottom: 1px dashed ;
}
#content {
  line-height: 20px;
}
#content h2 {
  margin-top: 0px;
}
#content .services-page {
  margin: 30px 0 20px;
}
#content .services-page .list-unstyled {
  margin-bottom: 20px;
}
#content .services-page .list-unstyled li {
  margin-bottom: 5px;
}
#content .services-page .list-unstyled li a {
  color: #555555;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-bottom: none;
}
#content .services-page .list-unstyled li a:hover {
  color:  #777777;
}
#content .discounts-page h2 {
  font-size: 30px;
  line-height: 40px;
}
#content .discounts-page .thumbnail {
  border: 1px solid #e9d4ee;
  box-shadow: none;
  padding-top: 100px;
}
#content .discounts-page .thumbnail .caption {
  padding: 9px;
  color: #555555;
  font-size: 24px;
  text-align: center;
}
#content .discounts-page .thumbnail span {
  display: block;
  text-align: center;
  margin: 5px;
}
#content .discounts-page .disc-5 {
  background: url(../img/discount-5.png) no-repeat 56% 16px #f4ebf6;
}
#content .discounts-page .disc-10 {
  background: url(../img/discount-10.png) no-repeat 56% 16px #f4ebf6;
}
#content .discounts-page .disc-15 {
  background: url(../img/discount-15.png) no-repeat 56% 16px #f4ebf6;
}
#content .about-us-page .contacts-block,
#content .contacts-page .contacts-block {
  border-radius: 3px;
  margin: 40px auto;
  text-align: center;
}
#content .about-us-page .contacts-block a,
#content .contacts-page .contacts-block a {
  font-size: 18px;
  color: #863b98;
  border-bottom: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#content .about-us-page .contacts-block a i,
#content .contacts-page .contacts-block a i {
  font-size: 30px;
  vertical-align: -5px;
}
#content .about-us-page .contacts-block a:hover,
#content .contacts-page .contacts-block a:hover {
  text-decoration: none;
  color: #ae5fc1;
}
#content .how-it-works-page {
  margin: 40px 0;
}
#content .how-it-works-page .step {
  margin-bottom: 40px;
}
#content .how-it-works-page .step .sign {
  float: left;
  width: 40%;
  font-size: 18px;
  font-weight: bold;
}
#content .how-it-works-page .step .faq-list {
  float: right;
  width: 70%;
}
#content .how-it-works-page .step .faq-list .panel-heading {
  padding: 5px 0px;
  border-bottom: none;
  border-radius: none;
}
#content .how-it-works-page .step .faq-list .panel-heading .panel-title {
  line-height: 20px;
}
#content .how-it-works-page .step .faq-list .panel-heading .panel-title a {
  border-bottom: none;
  color:  #777777;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#content .how-it-works-page .step .faq-list .panel-heading .panel-title a:hover {
  color: ;
  text-decoration: none;
}
#content .how-it-works-page .step .faq-list .panel-heading .panel-title a:focus {
  text-decoration: none;
}
#content .how-it-works-page .step .faq-list .panel-heading .panel-title a i {
  font-size: 20px;
  padding-right: 5px;
  float: left;
  height: 21px;
}
#content .how-it-works-page .step .faq-list .panel-collapse .panel-body {
  padding: 5px 15px;
  line-height: 20px;
}
#content .how-it-works-page .step .faq-list .step-list {
  margin-top: 20px;
  padding-left: 15px;
}
#content .how-it-works-page .step.step-1 {
  background: url(../img/step-1.png) no-repeat 40px 40px;
}
#content .how-it-works-page .step.step-2 {
  background: url(../img/step-2.png) no-repeat 40px 40px;
}
#content .how-it-works-page .step.step-3 {
  background: url(../img/step-3.png) no-repeat 40px 40px;
}
#content .how-it-works-page .step.step-4 {
  background: url(../img/step-4.png) no-repeat 40px 40px;
}
#content .testimonials-page .testimonials-block .testim-item {
  margin-bottom: 30px;
  border-radius: 3px;
  position: relative;
  padding: 20px;
}
#content .testimonials-page .testimonials-block .testim-item .author {
  color: #006cc0;
  display: inline-block;
}
#content .testimonials-page .testimonials-block .testim-item .rate {
  font-size: 14px;
  color: #7d7d7d;
  float: right;
}
#content .testimonials-page .testimonials-block .testim-item .rate span {
  width: 137px;
  height: 16px;
  background: url(../img/rate-stars.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
}
#content .testimonials-page .testimonials-block .testim-item p {
  padding: 0 30px;
  margin-top: 10px;
  clear: both;
}
#content .testimonials-page .testimonials-block .testim-item .subject {
  font-size: 14px;
  color: #9f5bb2;
  padding-left: 30px;
  display: inline-block;
}
#content .testimonials-page .testimonials-block .testim-item .date {
  color: #959595;
  float: right;
}
#content .testimonials-page .testimonials-block .testim-item.even {
  background: #F5DBFC;
  margin-right: 55px;
}
#content .testimonials-page .testimonials-block .testim-item.even:after {
  content: '';
  display: block;
  widows: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  background: url(../img/testim-angle-right.png) no-repeat;
  bottom: 0;
  right: -6px;
}
#content .testimonials-page .testimonials-block .testim-item.odd {
  background: #FBEBFF;
  margin-left: 55px;
}
#content .testimonials-page .testimonials-block .testim-item.odd:after {
  content: '';
  display: block;
  widows: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  background: url(../img/testim-angle-left.png) no-repeat;
  bottom: 0;
  left: -6px;
}
#content .contacts-page .info-block .contact-line {
  margin-bottom: 15px;
}
#content .contacts-page .info-block .contact-line .phone-sign {
  margin-right: 20px;
  float: left;
  font-size: 15px;
  line-height: 20px;
}
#content .contacts-page .info-block .contact-line .phone-block {
  font-size: 22px;
  font-weight: 200;
}
#content .contacts-page .info-block .contact-line .phone-block a {
  color:  #777777;
  border-bottom: 1px dashed #b9c6e0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#content .contacts-page .info-block .contact-line .phone-block a:hover {
  text-decoration: none !important;
  color: ;
  border-bottom: 1px dashed ;
}
#content .contacts-page .info-block .mail-info {
  margin-bottom: 10px;
  line-height: 20px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
}
#content .contacts-page .info-block .address {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
#content .contacts-page .info-block .address strong {
  font-weight: normal;
  font-size: 11px;
}
#content .contacts-page .info-block .address span {
  display: block;
  font-size: 15px;
}
#content .faq-page {
  margin-bottom: 40px;
}
#content .faq-page h2 {
  margin-bottom: 20px;
}
#content .faq-page .panel {
  margin-bottom: 10px;
}
#content .faq-page .panel .panel-heading {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
#content .faq-page .panel .panel-heading h4 {
  line-height: 20px;
}
#content .faq-page .panel .panel-heading .panel-title {
  font-size: 18px;
}
#content .faq-page .panel .panel-heading .panel-title a {
  border-bottom: none;
  display: block;
  padding: 10px 15px;
}
#content .faq-page .panel .panel-heading .panel-title a:hover {
  color: #777777;
  text-decoration: none;
}
#content .faq-page .panel .panel-heading .panel-title a:focus {
  text-decoration: none;
}
#content .faq-page .panel .panel-collapse .panel-body {
  line-height: 20px;
  padding: 10px 10px 10px 30px;
}
#content .faq-page.panel-default {
  border-color: none;
}
#content .cookie-policy-page {
  line-height: 20px;
}
#content .testimonials-pagination {
  text-align: center;
  margin-bottom: 20px;
}
#content .testimonials-pagination a {
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #eaeaea;
  display: inline-block;
}
#content .testimonials-pagination a:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
#content .testimonials-pagination a.jp-current {
  background: #eee;
}
#content .verification-page .verification-slides .verification-tabs {
  position: relative;
  z-index: 2;
}
#content .verification-page .verification-slides .verification-tabs a {
  display: block;
  float: left;
  background: #fff;
  color: #621a73;
  font-size: 24px;
  text-decoration: none;
  width: 110px;
  text-align: center;
  border: 1px solid #e1cfe3;
  font-weight: 200;
  padding: 20px 0px;
  margin-right: 12px;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  margin-bottom: -1px;
  outline: medium none;
}
#content .verification-page .verification-slides .verification-tabs a.active,
#content .verification-page .verification-slides .verification-tabs a .active:hover {
  background: #f8f0f9;
  border-color: #eae0ec;
  z-index: 10;
  padding: 20px 0;
}
#content .verification-page .verification-slides .verification-container {
  background: #f8f0f9;
  border: 1px solid #eae0ec;
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  padding: 20px;
  position: relative;
}
#content .verification-page .verification-slides .verification-container .verification-slide img {
  display: block;
  margin: auto;
  width: 50%;
}
#content .verification-page .verification-slides .verification-container .verification-slide h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin: 15px 0;
}
#content .verification-page .verification-slides .verification-container .verification-slide p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  text-align: center;
  margin: 15px 0;
}
#content .verification-page .verification-slides .verification-container .verification-slide .hand {
  margin: 0 0 -70px -20px;
  width: 100%;
}
#content .verification-page .verification-slides .verification-container .verification-prev,
#content .verification-page .verification-slides .verification-container .verification-next {
  display: block;
  margin-top: 20px;
  padding: 10px;
  width: 190px;
  float: left;
}
#content .verification-page .verification-slides .verification-container .verification-next {
  float: right;
}
#content .verification-page .verification-slides .verification-container.disabled {
  background: #84c11e;
  border-color: #84c11e;
}
#content .verification-page .info {
  margin: 20px 0;
}
#content .verification-page .info .item .panel-heading .panel-title a {
  text-decoration: none;
  outline: none;
  border-bottom: 1px dashed #b9c6e0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#content .verification-page .info .item .panel-heading .panel-title a:hover {
  border-bottom: 1px dashed #5170b1;
}
#content .verification-page .info .item .panel-heading .panel-title:before {
  content: '';
  background: url(../img/faq-list.png) no-repeat;
  padding-left: 20px;
  vertical-align: -3px;
}
#content .verification-page .info .item .panel-collapse .panel-body {
  line-height: 20px;
  padding: 0 38px;
}
#content .referral-page .ref-img-block {
  text-align: center;
  margin-bottom: 40px;
}
#content .referral-page .ref-img-block img {
  padding: 40px 0 20px;
  margin: 0 auto;
}
#content .referral-page .ref-img-block span {
  display: block;
  color: #808080;
  font-size: 18px;
}
#content .referral-page h3 a:hover {
  text-decoration: none;
}
#content .referral-page .info {
  margin: 20px 0;
}
#content .referral-page .info .item .panel-heading .panel-title a {
  text-decoration: none;
  outline: none;
  border-bottom: 1px dashed #b9c6e0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#content .referral-page .info .item .panel-heading .panel-title a:hover {
  border-bottom: 1px dashed #5170b1;
}
#content .referral-page .info .item .panel-heading .panel-title:before {
  content: '';
  background: url(../img/faq-list.png) no-repeat;
  padding-left: 20px;
  vertical-align: -3px;
}
#content .referral-page .info .item .panel-collapse .panel-body {
  line-height: 20px;
  padding: 0 38px;
}
#content .referral-page .earning-btn {
  text-align: center;
  margin: 40px 0;
}
#content .referral-page .earning-btn a {
  padding: 7px 40px;
  font-size: 16px;
}
#content .ext-page-item h2 {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}
#content .ext-page-wrap {
  line-height: 20px;
}
#content .ext-page-wrap .ext-page-item {
  margin-bottom: 50px;
}
#content .ext-page-wrap .ext-page-item .item {
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
#content .ext-page-wrap .ext-page-item .item .icon {
  text-align: center;
}
#content .ext-page-wrap .ext-page-item .item .icon i {
  color: #A5A5A5;
  font-size: 80px;
  margin-bottom: 30px;
}
#content .ext-page-wrap .ext-page-item .item .testim {
  position: relative;
}
#content .ext-page-wrap .ext-page-item .item .testim .body {
  background: #e4eaf9;
  margin-bottom: 25px;
  border-radius: 5px;
  padding: 20px;
}
#content .ext-page-wrap .ext-page-item .item .testim .body:before {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-right: 10px solid #e4eaf9;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: -10px;
}
#content .ext-page-wrap .ext-page-item .item .testim .img .author {
  color: #006cc0;
}
#content .ext-page-wrap .ext-page-item .item .img {
  text-align: right;
  margin-top: 10px;
}
#content .ext-page-wrap .ext-page-item .item .img img {
  border-radius: 50%;
}
#content .ext-page-wrap .ext-page-item .item .more-testim {
  text-align: right;
  margin-bottom: 15px;
  margin-right: 20px;
  position: relative;
}
#content .ext-page-wrap .ext-page-item .item .more-testim:before {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #b3b3b3;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 46px;
}
#content .ext-page-wrap .ext-page-item .item .more-testim:after {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 45px;
}
#content .ext-page-wrap .ext-page-item .item .ord-button {
  text-align: center;
  padding-top: 20px;
}
#content .ext-page-wrap .ext-page-item .item .ord-button a {
  padding: 10px 25px 11px 25px;
  border-bottom: none;
}
#content .ext-page-wrap .ext-page-item .item:last-child {
  border: none;
}
#content .ext-page-wrap .text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
#content .ext-page-wrap .inquiry-block.extras-banner {
  margin: 0 auto 40px;
}
#content .ext-page-wrap .inquiry-block.extras-banner .banner-text {
  font-size: 18px;
  padding: 12px 0 10px 0;
  text-align: center;
}
#content .ext-page-wrap .inquiry-block.extras-banner .buttons a {
  margin-bottom: 0;
}
#content .ext-page-wrap .save-block {
  padding-top: 40px;
}
#content .ext-page-wrap .save-block .save-block-item {
  background: #f8f0f9;
  border: 1px solid #eae0ec;
  padding: 15px;
  border-radius: 3px;
  color: #555555;
  margin-bottom: 20px;
  max-width: 49.3%;
  width: 100%;
  min-height: 428px;
}
#content .ext-page-wrap .save-block .save-block-item h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
#content .ext-page-wrap .save-block .save-block-item h4 {
  text-decoration: underline;
  padding: 10px 0;
}
#content .ext-page-wrap .save-block .save-block-item .list li:last-child {
  border-bottom: none;
}
#content .ext-page-wrap .save-block .save-block-item:first-child {
  margin-right: 9px;
}
#content .ext-page-wrap .save-block .save-block-item:first-child .list li:last-child {
  color: red;
}
#content .ext-page-wrap .save-block .list {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
  list-style-type: none;
}
#content .ext-page-wrap .save-block .list li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 0px;
  font-size: 15px;
}
#content .ext-page-wrap .save-block .list li span {
  text-align: right;
  color: red;
  font-weight: bold;
}
#content .benefits-page {
  text-align: center;
  margin-bottom: 25px;
}
#content .benefits-page .ben {
  margin-bottom: 20px;
}
#content .benefits-page .ben div:first-child {
  font-size: 22px;
  margin-bottom: 10px;
  color: #777777;
}
#content .benefits-page .ben div:first-child span {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-image: url(../img/benefits.png);
}
#content .benefits-page .ben a {
  padding-bottom: 0;
}
#content .benefits-page .ben1 span {
  background-position: 0 0;
}
#content .benefits-page .ben2 span {
  background-position: 0 -50px;
}
#content .benefits-page .ben3 span {
  background-position: 0 -100px;
}
#content .benefits-page .ben4 span {
  background-position: 0 -150px;
}
#content .benefits-page .ben5 span {
  background-position: 0 -200px;
}
#content .benefits-page .ben6 span {
  background-position: 0 -250px;
}
#content .benefits-page .ben7 span {
  background-position: 0 -300px;
}
#content .benefits-page .ben8 span {
  background-position: 0 -350px;
}
#content .benefits-page .ben9 span {
  background-position: 0 -400px;
}
#content .benefits-page .ben10 span {
  background-position: 0 -450px;
}
#content .benefits-page .ben11 span {
  background-position: 0 -500px;
}
#content .benefits-page .ben12 span {
  background-position: 0 -550px;
}
#content .benefits-page .ben13 span {
  background-position: 0 -600px;
}
#content .benefits-page .ben14 span {
  background-position: 0 -1050px;
}
#content .benefits-page .ben15 span {
  background-position: 0 -700px;
}
#content .benefits-page .ben16 span {
  background-position: 0 -750px;
}
#content .benefits-page .ben17 span {
  background-position: 0 -800px;
}
#content .benefits-page .ben18 span {
  background-position: 0 -850px;
}
#content .benefits-page .ben19 span {
  background-position: 0 -900px;
}
#content .benefits-page .ben20 span {
  background-position: 0 -950px;
}
#content .benefits-page .ben21 span {
  background-position: 0 -1000px;
}
#content .samples .thumbnails {
  list-style: none;
}
#content .samples .thumbnails .thumbnail .caption {
  padding-bottom: 0;
}
#content .samples .thumbnails .thumbnail .caption h3 {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
  color: #333333;
  margin-top: 0px;
}
#content .samples .thumbnails .thumbnail .caption .table {
  margin-bottom: 10px;
}
#content .samples .thumbnails .thumbnail .caption .table td {
  font-size: 11px;
  line-height: 13px;
  padding: 4px;
}
#content .samples .thumbnails .thumbnail .caption .btn {
  display: block;
}
#content .samples .thumbnails .thumbnail .caption .btn i {
  margin-right: 5px;
}
#content .samples .thumbnails .thumbnail .caption .btn:hover {
  border-bottom: 1px solid #999999;
}
#content .not-found-page img {
  margin: 50px auto;
}
#content .blog-list .post {
  border: 1px solid #E0E0E0;
  padding: 5px 15px 15px 15px;
  margin-bottom: 20px;
  border-radius: 3px;
  line-height: 20px;
}
#content .blog-list .post h2 {
  font-size: 30px;
}
#content .blog-list .post h2 a {
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#content .blog-list .post h2 a:hover {
  text-decoration: none !important;
  color: ;
  border-bottom: 1px dashed ;
}
#content .blog-list .post .storycontent img {
  float: left;
  padding: 0 10px 10px 0;
  max-width: 330px;
}
#content .blog-list .post .post-body .more-link {
  margin-top: 10px;
}
#content .blog-list .post .post-body .more-link a {
  color:  #777777;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#content .blog-list .post .post-body .more-link a:hover {
  border-bottom: 1px dashed #b9c6e0;
}
#content .blog-list .page_navigation {
  margin-left: 0 !important;
  text-align: center;
}
#content .blog-list .page_navigation .wp-pagenavi span,
#content .blog-list .page_navigation .wp-pagenavi a {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}
#content .blog-list .page_navigation .wp-pagenavi span:hover,
#content .blog-list .page_navigation .wp-pagenavi a:hover {
  border-color: #000;
}
#content .blog-list .page_navigation .wp-pagenavi span.current,
#content .blog-list .page_navigation .wp-pagenavi a.current {
  border-color: #000;
}
#content .sign-block {
  background: url(../img/bg-pagin-block.jpg) no-repeat;
  padding: 10px;
  margin: 15px auto 15px;
  text-align: center;
  min-height: 250px;
  max-width: 640px;
  background-position: 50%;
  border-radius: 3px;
}
#content .sign-block .holder {
  max-width: 460px;
  float: right;
}
#content .sign-block .holder .block-head {
  font-size: 15px;
  text-align: left;
  padding: 8px 0;
}
#content .sign-block .holder .block-head span {
  color: #c54ae3;
}
#content .sign-block .holder .block-body form {
  margin: 0 0 15px;
}
#content .sign-block .holder .block-body form .form-group {
  margin-bottom: 10px;
}
#content .sign-block .holder .block-body form .form-group input {
  display: block;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
  height: 34px;
}
#content .sign-block .holder .block-body form .btn-access {
  background: #d076e6;
  padding: 10px 45px;
  border: none;
  font-size: 16px;
  color: #3d1c45;
  float: left;
}
#content .sign-block .holder .block-body .btn.direct-call-btn._submit-sign-up-form {
  background: #d076e6;
  padding: 12px 28px;
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  font-size: 16px;
  color: #3d1c45;
  float: left;
  text-shadow: 0 1px 0 rgba(255,255,255,0.28);
  line-height: 16px;
}
#content .sign-block .holder .block-body .btn.direct-call-btn._submit-sign-up-form:hover {
  background: #d484e8;
}
#content .sign-block .holder .popap-tip {
  margin-top: 24px;
  font-size: 16px;
  display: block;
}
#content .sign-block .holder .popap-tip a {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#content .sign-block .holder .popap-tip a:hover {
  text-decoration: none !important;
  color: ;
  border-bottom: 1px dashed ;
}
#content .sign-block .licence-text {
  font-size: 10px;
  clear: both;
  text-align: left;
  line-height: 1;
  display: block;
  max-width: 250px;
  float: right;
}
#content .we-can-banner {
  max-width: 585px;
  margin: 0 auto 15px;
}
#content .we-can-banner .block-body {
  background: url(/img/banner-stydents.jpg) no-repeat;
  background-position: right bottom;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.44);
  min-height: 180px;
  text-align: center;
}
#content .we-can-banner .block-body a {
  font-size: 16px;
  color: #444444;
  background: #ededed;
  background: -moz-linear-gradient(top,#ededed 0%,#d9d9d9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#d9d9d9));
  background: -webkit-linear-gradient(top,#ededed 0%,#d9d9d9 100%);
  background: -o-linear-gradient(top,#ededed 0%,#d9d9d9 100%);
  background: -ms-linear-gradient(top,#ededed 0%,#d9d9d9 100%);
  background: linear-gradient(to bottom,#ededed 0%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#d9d9d9',GradientType=0);
  border-radius: 4px;
  border-bottom: none;
  padding: 14px 45px;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  margin: 35px 9px 0;
  text-shadow: 0 1px 0 rgba(255,255,253,0.9);
  line-height: 12px;
}
#content .we-can-banner .block-body a:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
}
#content .we-can-banner .block-body a:last-child {
  font-size: 16px;
  color: #ffffff;
  background: #96c854;
  background: -moz-linear-gradient(top,#96c854 0%,#689c25 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#96c854),color-stop(100%,#689c25));
  background: -webkit-linear-gradient(top,#96c854 0%,#689c25 100%);
  background: -o-linear-gradient(top,#96c854 0%,#689c25 100%);
  background: -ms-linear-gradient(top,#96c854 0%,#689c25 100%);
  background: linear-gradient(to bottom,#96c854 0%,#689c25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96c854',endColorstr='#689c25',GradientType=0);
  border-radius: 4px;
  border-bottom: none;
  padding: 14px 40px;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  margin: 3px 9px 1px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.28);
  line-height: 12px;
}
#content .we-can-banner .block-body a:last-child:hover {
  background: #a0cd65;
  background: -moz-linear-gradient(top,#a0cd65 0%,#7ab72b 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a0cd65),color-stop(100%,#7ab72b));
  background: -webkit-linear-gradient(top,#a0cd65 0%,#7ab72b 100%);
  background: -o-linear-gradient(top,#a0cd65 0%,#7ab72b 100%);
  background: -ms-linear-gradient(top,#a0cd65 0%,#7ab72b 100%);
  background: linear-gradient(to bottom,#a0cd65 0%,#7ab72b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0cd65',endColorstr='#7ab72b',GradientType=0);
}
#content .we-can-banner .block-head {
  font-size: 18px;
  padding-left: 15px;
  padding-top: 50px;
  padding-left: 42px;
  text-align: left;
}
#content .bottom-banner {
  min-height: 127px;
  max-width: 595px;
}
#content .bottom-banner .block-head {
  font-size: 22px;
  border-left: 4px solid #c752e4;
  margin-bottom: 13px;
  padding-top: 0px;
  padding-left: 15px;
}
#content .bottom-banner .block-body {
  background: url(/img/bg-students.jpg) no-repeat;
  text-align: right;
  min-height: 127px;
}
#content .bottom-banner .block-body a:first-child {
  margin: 45px 46px 0;
  padding: 14px 44px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 318px;
}
#footer .footer-top {
  background: #222222;
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}
#footer .footer-top .footer-nav {
  margin: 15px 0;
}
#footer .footer-top .footer-nav li {
  display: inline-block;
  margin: 5px 10px 0 0;
}
#footer .footer-top .footer-nav li a {
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px dashed #687385;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#footer .footer-top .footer-nav li a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #ffffff;
}
#footer .footer-top .secured {
  text-align: center;
}
#footer .footer-top .secured a {
  border-bottom: none;
  display: inline-block;
  padding: 3px;
}
#footer .footer-bottom {
  background-color: #343434;
}
#footer .footer-bottom .essays-list {
  padding-top: 20px;
}
#footer .footer-bottom .essays-list ul li {
  padding-bottom: 10px;
}
#footer .footer-bottom .essays-list ul li a {
  color:  #777777;
  border-bottom: 1px dashed #464e5f;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#footer .footer-bottom .essays-list ul li a:hover {
  border-bottom: 1px dashed ;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  margin: 10px 0;
}
#footer .copyright small {
  color: #ffffff;
  padding-top: 30px;
}
#footer .block-arr-up {
  z-index: 999 !important;
  display: block;
  position: fixed !important;
  bottom: 10px !important;
  right: 10px;
  color: #c780d8;
  border: none;
  background: url(http://www.paperwritings.com/css/../images/top.png) no-repeat left center;
  padding: 10px 0 10px 30px;
  margin-top: 25px;
  outline: none;
}
#footer .block-arr-up:hover {
  opacity: 0.7;
}
.client-lead-informer {
  display: none;
}
.client-lead-informer.mobile-view {
  display: none;
}
.client-lead-modal .alert-danger {
  text-align: center;
  margin-top: 10px;
}
.client-lead-modal h4 {
  text-align: center;
  margin-top: 10px;
}
.client-lead-modal .form-control {
  height: 35px;
}
.client-lead-modal [data-dismiss="modal"] {
  border: none;
}
.client-lead-modal form {
  margin-bottom: 0;
}
.client-lead-modal .modal-dialog {
  margin: 20px auto;
}
.client-lead-modal .modal-dialog button.btn {
  margin-right: auto;
  display: block;
  margin-left: auto;
  padding: 6px 17px 7px;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 100px;
  background-color: #85b844;
  background-image: -moz-linear-gradient(top,#9bcd5a,#659922);
  background-image: -ms-linear-gradient(top,#9bcd5a,#659922);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#9bcd5a),to(#659922));
  background-image: -webkit-linear-gradient(top,#9bcd5a,#659922);
  background-image: -o-linear-gradient(top,#9bcd5a,#659922);
  background-image: linear-gradient(top,#9bcd5a,#659922);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcd5a',endColorstr='#659922',GradientType=0);
  color: white;
  text-shadow: none;
  border: none;
}
.client-lead-informer.desktop-view {
  top: 450px;
  left: 14px;
  border-radius: 5px;
  width: 200px;
  position: fixed;
  background: rgba(0,0,0,0.95);
  opacity: 0.94;
  color: #fff;
  z-index: 4;
}
.client-lead-informer.desktop-view .fa-phone {
  font-size: 40px;
  float: left;
  padding: 9px 11px 3px 14px;
  cursor: pointer;
}
.client-lead-informer.desktop-view div {
  width: 190px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 17px;
}
.client-lead-informer.desktop-view div span {
  padding-right: 10px;
  display: inline-block;
}
.client-lead-informer.desktop-view div strong {
  background-color: #85b844;
  background-image: -moz-linear-gradient(top,#9bcd5a,#659922);
  background-image: -ms-linear-gradient(top,#9bcd5a,#659922);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#9bcd5a),to(#659922));
  background-image: -webkit-linear-gradient(top,#9bcd5a,#659922);
  background-image: -o-linear-gradient(top,#9bcd5a,#659922);
  background-image: linear-gradient(top,#9bcd5a,#659922);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcd5a',endColorstr='#659922',GradientType=0);
  color: white;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  cursor: pointer;
  display: block;
  border-radius: 70px;
  padding: 5px 46px;
  margin: 10px 5px 15px 15px;
}
.client-lead-informer.desktop-view:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: rgba(0,0,0,0.95);
  border-width: 0px 12px 24px 0px;
  top: 50%;
  margin-top: -16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.client-lead-informer.desktop-view.closed {
  width: auto;
}
.client-lead-informer.desktop-view .fa-minus,
.client-lead-informer.desktop-view .fa-plus {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 14px;
  padding: 4px 4px;
  line-height: 10px;
  opacity: 0.8;
  cursor: pointer;
}
.client-lead-informer.desktop-view .fa-minus:hover,
.client-lead-informer.desktop-view .fa-plus:hover {
  background: rgba(255,255,255,0.3);
  border-radius: 3px;
}
.go-back-modal * {
  box-sizing: border-box;
}
.go-back-modal .modal-dialog {
  display: table;
  height: 100%;
  margin: 0;
  padding: 0 10%;
  position: relative;
  width: 100%;
}
.go-back-modal .modal-dialog .modal-content {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  outline: 0;
  position: relative;
}
.go-back-modal .modal-dialog .modal-inside {
  display: table-cell;
  vertical-align: middle;
}
.go-back-modal .modal-header {
  border-bottom: 1px solid #dae2e0;
  padding: 30px 50px;
  text-align: center;
}
.go-back-modal .modal-header .close {
  background: transparent;
  border: none;
  cursor: pointer;
  float: right;
  margin-top: 11px;
  opacity: 1;
  padding: 0;
}
.go-back-modal .modal-header i {
  color: #9a9a9a;
  font-size: 28px;
  line-height: 18px;
}
.go-back-modal .modal-header i:hover {
  color: #7a7a7a;
}
.go-back-modal .modal-header a {
  border: none;
  display: inline-block;
}
.go-back-modal .modal-body {
  font-family: Arial;
  max-height: inherit;
  overflow-y: inherit;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.go-back-modal .modal-body h4 {
  font-size: 17.5px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
}
.go-back-modal .modal-body form {
  margin: 20px auto;
  max-width: 600px;
}
.go-back-modal .modal-body form .form-group {
  margin-bottom: 15px;
  text-align: center;
}
.go-back-modal .modal-body form .form-group .input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.go-back-modal .modal-body form .form-group .btn {
  background: -moz-linear-gradient(top,#9bcd5a 0%,#659922 100%);
  background: -ms-linear-gradient(top,#9bcd5a 0%,#659922 100%);
  background: -o-linear-gradient(top,#9bcd5a 0%,#659922 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9bcd5a),color-stop(100%,#659922));
  background: -webkit-linear-gradient(top,#9bcd5a 0%,#659922 100%);
  background: #9bcd5a;
  background: linear-gradient(to bottom,#9bcd5a 0%,#659922 100%);
  border-radius: 4px;
  border: none;
  box-shadow: 0 2px 3px rgba(0,0,0,0.25);
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1',endColorstr='@color2',GradientType=0);
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  outline: none;
  padding: 20px 80px;
  text-shadow: none;
  text-transform: none;
}
.go-back-modal .modal-body form .form-group .btn:hover {
  background: -moz-linear-gradient(top,#85b844 0%,#85b844 100%);
  background: -ms-linear-gradient(top,#85b844 0%,#85b844 100%);
  background: -o-linear-gradient(top,#85b844 0%,#85b844 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#85b844),color-stop(100%,#85b844));
  background: -webkit-linear-gradient(top,#85b844 0%,#85b844 100%);
  background: #85b844;
  background: linear-gradient(to bottom,#85b844 0%,#85b844 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color0',endColorstr='@color0',GradientType=0);
}
.go-back-modal .modal-body form .input-group .input-group-addon {
  background-color: #ffffff;
  border-radius: 8px 0 0 8px;
  border-right: none !important;
  border: 3px solid #777777;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3) inset;
  display: table-cell;
  padding: 6px 12px 6px 20px;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.go-back-modal .modal-body form .input-group .input-group-addon i {
  color: #777777;
  font-size: 28px;
  height: 28px;
}
.go-back-modal .modal-body form .input-group .form-control {
  border-radius: 0 8px 8px 0;
}
.go-back-modal .modal-body form .form-control {
  border-left: none !important;
  border: 3px solid #777777;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.3) inset;
  color: #3d3d3d;
  display: table-cell;
  font-size: 24px;
  height: 56px;
  line-height: 26px;
  margin: 0;
  padding-left: 5px;
  transition: none;
  width: 100%;
}
.go-back-modal .modal-body form .form-control::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
.go-back-modal .modal-body form .form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.go-back-modal .modal-body form .form-control:-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
.go-back-modal .modal-body form .input-group.focused .input-group-addon {
  border-color: #60847d;
}
.go-back-modal .modal-body form .input-group.focused .form-control {
  border-color: #60847d;
}
.go-back-modal .lead-text {
  color: #85ba10;
  font-size: 38px;
  font-weight: bold;
  line-height: 62px;
  text-transform: uppercase;
}
.go-back-modal .secondary-text {
  color: #363636;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 20px;
}
.go-back-modal .secondary-text span {
  color: #85ba10;
}
.go-back-modal .modal-counter-holder {
  margin: 10px auto;
}
.go-back-modal .modal-counter-holder span {
  display: inline-block;
  font-size: 20px;
  padding-right: 10px;
  vertical-align: 28px;
}
.go-back-modal .modal-counter {
  display: inline-block;
  width: 381px;
}
.go-back-modal .modal-counter span {
  background-color: #d3d3d3;
  border-left: 3px solid #ffffff;
  color: #262626;
  float: left;
  font-size: 62px;
  height: 68px;
  line-height: 40px;
  padding: 15px 3px 13px;
  position: relative;
  text-align: center;
  width: 109px;
}
.go-back-modal .modal-counter span:first-child {
  border-radius: 4px 0 0 4px;
  border: none;
}
.go-back-modal .modal-counter span:last-child {
  border-radius: 0 4px 4px 0;
}
.go-back-modal .modal-counter span:last-child after {
  content: none;
}
.go-back-modal .modal-counter span:last-child before {
  content: none;
}
.go-back-modal .modal-counter span:after {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  height: 13px;
  position: absolute;
  right: -8px;
  top: 18px;
  width: 13px;
  z-index: 2;
}
.go-back-modal .modal-counter span:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  height: 13px;
  position: absolute;
  right: -8px;
  top: 18px;
  top: 41px;
  width: 13px;
  z-index: 2;
}
.go-back-modal .for-free {
  position: absolute;
  right: 250px;
  top: 5px;
}
.go-back-modal .form-group .input-group .input-group-addon strong {
  color: #777777;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  margin: 0 -10px 0 14px;
  vertical-align: 1px;
}
.go-back-modal ._validation-error {
  color: #e03100;
  display: none;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 0 20px 0;
}
.go-back-modal .btn:active {
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.24);
  margin-top: 1px;
}
.go-back-modal .btn:focus {
  outline: none !important;
}
.go-back-modal .form-error .input-group-addon {
  border-color: #e03100 !important;
}
.go-back-modal .form-error .form-control {
  border-color: #e03100 !important;
}
.go-back-modal.modal {
  background: none;
  bottom: 0;
  left: 0;
  margin: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1050;
}
.modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-open .go-back-modal.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-backdrop {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop .in {
  opacity: 0.9;
}
.go-back-modal.go-back-modal-book .secondary-text {
  font-size: 32px;
}
.go-back-modal.go-back-modal-book .modal-body {
  padding-top: 50px;
}
#goBackModalWithTimer.go-back-modal .lead-text {
  font-size: 33px;
  line-height: 45px;
}
#goBackModalWithTimer.go-back-modal .secondary-text {
  font-size: 24px;
  padding-bottom: 2px;
}
#goBackModalWithTimer.go-back-modal .modal-body form {
  margin: 0px auto;
}
#goBackModalWithTimer.go-back-modal ._validation-error {
  padding: 0px 0 10px 0;
}
.modal.last-step-order-form-modal {
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  margin: 0;
  overflow-x: auto;
  overflow-y: scroll;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: rgba(0,0,0,0.7);
}
.modal.last-step-order-form-modal .modal-dialog {
  margin: 30px auto;
  width: 600px;
  position: relative;
}
.modal.last-step-order-form-modal .modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  outline: medium none;
  position: relative;
}
.last-step-order-form-modal .heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
  text-shadow: none;
  border: none;
  padding: 6px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  background-color: #659922;
  font-family: arial;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
  font-size: 22px;
  margin-right: 5px;
  vertical-align: -1px;
}
.last-step-order-form-modal .modal-body {
  padding: 15px;
  background: url(../img/girl-modal.jpg) no-repeat right bottom;
}
.last-step-order-form-modal .modal-body .text-block {
  float: left;
  font-size: 14px;
  width: 418px;
  margin-top: 5px !important;
  padding: 0 0 0 10px !important;
  background: none;
  border: none;
}
.last-step-order-form-modal .modal-sidebar {
  float: left;
  width: 140px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
  padding: 10px;
  border-radius: 4px 4px 0 0;
  background: #989594;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
  padding: 20px 10px;
  border-radius: 0 0 4px 4px;
  background: #e5e5e5;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
  color: #707070;
  font-size: 12px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
  color: #3e3e3e;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.last-step-order-form-modal .modal-header {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border: none;
  color: #863B98;
  margin-top: 25px;
}
.last-step-order-form-modal .text-block .text-inside {
  font-size: 14px;
}
.last-step-order-form-modal .text-block .under-heading {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  margin: 25px 0 18px;
}
.last-step-order-form-modal .text-block .under-heading .new_price_modal {
  color: #528900;
  font-size: 28px;
}
.last-step-order-form-modal .text-block ul {
  width: 290px;
  margin: 0;
  list-style: none;
}
.last-step-order-form-modal .text-block ul li {
  margin-top: 10px;
}
.last-step-order-form-modal .text-block ul li i {
  font-size: 14px;
  color: #9c9c9c;
  padding-right: 4px;
}
.last-step-order-form-modal .modal-footer .go_to_proc {
  text-decoration: underline;
  font-size: 13px;
  margin-top: 10px;
  float: left;
  border: none;
}
.last-step-order-form-modal .modal-footer .go_to_proc:hover {
  text-decoration: none;
}
.callback-request-modal {
  top: 50%;
  margin-top: -250px !important;
}
.banner-app {
  display: block;
  padding: 10px;
  font-size: 18px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  background: #fff;
  height: 77px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.banner-app .inner-block .close-btn {
  float: left;
  margin: 20px 10px 20px 0;
  text-decoration: none;
}
.banner-app .inner-block .close-btn i {
  width: 15px;
  height: 15px;
  color: #bababa;
}
.banner-app .inner-block .body img {
  float: left;
  padding-right: 5px;
}
.banner-app .inner-block .body span {
  display: inline-block;
  width: 135px;
  font-size: 14px;
  padding-top: 5px;
  color: #2e3235;
}
.banner-app .inner-block .body .app-download-btn {
  float: right;
  margin-top: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 15px;
  border-radius: 3px;
  background: linear-gradient(135deg,#843996 0%,#843996 100%);
}
.banner-app .inner-block .body .app-download-btn:hover {
  opacity: 0.9;
}
.banner-app + .header-section .top_menu_l,
.banner-app + .header-section .top_menu_c,
.banner-app + .header-section .top_menu_r {
  top: 77px;
}
.banner-app + .header-section .collage {
  margin-top: 77px;
}
.app-display {
  display: none;
}
.thnks-banner {
  width: 100%;
  background: white;
  border-top: 4px solid #55166c;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.thnks-banner .inner-banner {
  position: relative;
  background: url(/img/banner-bg-left.jpg) no-repeat, url(/img/banner-bg-right.jpg) no-repeat 100% 0;
  padding: 30px 0 30px 290px;
}
.thnks-banner .inner-banner .close-btn {
  position: absolute;
  border-radius: 50%;
  background: #55166c;
  font-size: 14px;
  text-transform: uppercase;
  top: -15px;
  right: 0;
  width: 30px;
  height: 30px;
}
.thnks-banner .inner-banner .close-btn a {
  border-bottom: none;
  display: block;
  text-align: center;
  padding: 4px;
  height: 100%;
}
.thnks-banner .inner-banner .close-btn a i {
  color: white;
  font-size: 20px;
}
.thnks-banner .inner-banner .slogan {
  color: #501166;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.thnks-banner .inner-banner .discount-info {
  font-family: Arial;
  font-size: 20px;
  text-transform: uppercase;
  color: #141414;
  font-weight: 400;
}
.thnks-banner .inner-banner .discount-info span {
  background-color: #58890f;
  padding: 3px 5px;
  color: white;
  font-weight: 700;
}
.steps-holder {
  margin: 30px 0;
}
.steps-holder .item {
  margin-bottom: 20px;
}
.steps-holder .item .num {
  border-radius: 50%;
  border: 1px solid #9865b6;
  width: 81px;
  height: 81px;
  font-size: 14px;
  text-align: center;
  color: #9865b6;
  position: relative;
}
.steps-holder .item .num span {
  padding-top: 10px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  display: block;
}
.steps-holder .item .num:after {
  content: '';
  position: absolute;
  border-right: 1px solid #9865b6;
  width: 1px;
  height: 22px;
  bottom: -22px;
  left: 50%;
}
.steps-holder .item span {
  padding-top: 20px;
  display: block;
}
.steps-holder .item:last-child .num:after {
  display: none;
}
@media (min-width: 1025px) {
  .container-fluid {
    width: 100%;
    max-width: 1200px;
  }
  #main .how_it_works .chart .dig1 {
    top: 150px;
    left: -17px;
  }
  #main .how_it_works .chart .dig2 {
    top: 216px;
    left: 128px;
  }
  #main .how_it_works .chart .dig3 {
    top: 103px;
    left: 281px;
  }
  #main .how_it_works .chart .dig4 {
    top: 181px;
    left: 456px;
  }
  #main .how_it_works .chart .dig5 {
    top: 28px;
    left: 572px;
  }
  #main .how_it_works .chart span {
    position: absolute;
    background: url(../img/digits.png) no-repeat;
    padding-top: 93px;
    background-position: center;
    cursor: pointer;
  }
}
@media (min-width: 1200px) {
  #main .how_it_works .chart .dig1 {
    top: 177px;
    left: -9px;
  }
  #main .how_it_works .chart .dig2 {
    top: 255px;
    left: 159px;
  }
  #main .how_it_works .chart .dig3 {
    top: 123px;
    left: 338px;
  }
  #main .how_it_works .chart .dig4 {
    top: 215px;
    left: 536px;
  }
  #main .how_it_works .chart .dig5 {
    top: 37px;
    left: 675px;
  }
  #main .how_it_works .chart span {
    position: absolute;
    background: url(../img/digits.png) no-repeat;
    padding-top: 93px;
    background-position: center;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .navbar #navbar .nav.navbar-nav .dropdown button {
    display: none;
  }
  #header .navbar #navbar .nav.navbar-nav li .order-btn {
    margin: 10px 0px;
    max-width: 100px;
    border-radius: 3px;
  }
  #header .navbar #navbar .nav.navbar-nav .chat,
  #header .navbar #navbar .nav.navbar-nav .skype-icon,
  #header .navbar #navbar .nav.navbar-nav .btn-direct-call {
    padding: 10px 0 0 10px !important;
  }
  #header .navbar #navbar .nav.navbar-nav .order-btn {
    margin: 10px 15px;
  }
  #header .navbar .navbar-brand {
    padding: 7px 20px;
  }
  #hero h1 {
    font-size: 50px;
  }
  #hero h3 {
    font-size: 18px;
  }
  #hero .calculator {
    padding: 20px 0;
  }
  #hero .calculator .form-inline .form-group {
    margin: 0 5px 20px 0;
  }
  #hero .calculator .form-inline .form-group .control-label {
    font-weight: 300;
  }
  #hero .calculator .price {
    padding-top: 0;
    margin-top: 0;
  }
  #main .advantages div .head-text {
    font-size: 32px;
    text-align: center;
    display: block;
    padding-left: 0px;
    padding-top: 70px;
  }
  #main .advantages div .head-text i {
    font-size: 70px;
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #main .advantages div.delivery .head-text,
  #main .advantages div.track .head-text,
  #main .advantages div.inquiry .head-text,
  #main .advantages div.prices .head-text {
    background-position: top center;
    min-height: 70px;
  }
  #main .how_it_works {
    min-height: 630px;
  }
  #main .how_it_works .chart {
    font-size: 15px;
  }
  #main .how_it_works .chart .dig1 {
    top: 106px;
    left: -11px;
  }
  #main .how_it_works .chart .dig2 {
    top: 154px;
    left: 97px;
  }
  #main .how_it_works .chart .dig3 {
    top: 71px;
    left: 212px;
  }
  #main .how_it_works .chart .dig4 {
    top: 127px;
    left: 340px;
  }
  #main .how_it_works .chart .dig5 {
    top: 15px;
    left: 430px;
  }
  #main .how_it_works .chart span {
    position: absolute;
    background: url(../img/digits.png) no-repeat;
    padding-top: 93px;
    background-position: center;
    cursor: pointer;
  }
  #main .how_it_works .slide .sign {
    font-size: 22px;
    padding-bottom: 20px;
  }
  #main .how_it_works .slide .desc {
    font-size: 16px;
    line-height: 20px;
  }
  #main .our-projects .live-stats {
    margin-top: 110px;
  }
  #main .our-projects .live-stats h2 {
    font-size: 27px;
    padding-top: 18px;
  }
  #main .our-projects .live-stats .slide .item .sign {
    font-size: 12px;
    line-height: 1;
  }
  #main .our-projects .live-stats .slide .item span {
    font-size: 42px;
    line-height: 1;
  }
  #content .verification-page .verification-slides .verification-tabs a {
    width: 85px;
    font-size: 22px;
    margin-right: 9px;
  }
  #content .ext-page-wrap .inquiry-block.extras-banner .banner-text {
    font-size: 16px;
    padding: 10px 0px 10px;
  }
  #content .ext-page-wrap .inquiry-block.extras-banner .buttons {
    padding: 10px 0px 10px;
  }
  #content .ext-page-wrap .inquiry-block.extras-banner .buttons a {
    font-size: 13px;
    padding: 10px 5px;
  }
  #content .ext-page-wrap .save-block {
    padding: 40px 40px 0;
  }
  #content .ext-page-wrap .save-block .save-block-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 0;
  }
  #content .ext-page-wrap .save-block .save-block-item h4 {
    padding: 0;
  }
  #content .ext-page-wrap .save-block .save-block-item:first-child {
    margin-right: 0;
  }
  #content .ext-page-wrap .save-block .save-block-item:first-child .list li:last-child {
    color: red;
  }
  #content .ext-page-wrap .save-block .list {
    padding: 0px;
  }
  #content .ext-page-wrap .save-block .list li {
    padding: 10px;
    font-size: 14px;
  }
  #content .prices {
    font-size: 12px;
  }
  #content .prices .nav-tabs li a {
    padding: 5px 2px;
  }
  #content .how-it-works-page .step .faq-list {
    width: 65%;
  }
  #content .sign-block {
    background: #F1F1F1;
  }
  #content .sign-block .holder .block-head {
    text-align: center;
  }
  #content .sign-block .holder .block-body form .form-group input {
    max-width: 100%;
  }
  #sidebar .sb-banner {
    background-position: center 10px;
  }
  #sidebar .sb-banner .text {
    padding: 90px 0 0 0px;
  }
  #sidebar .sb-banner .btn {
    width: 170px;
  }
  #sidebar .sb-catigory ul {
    padding-left: 0;
  }
  #sidebar .sb-catigory ul li {
    list-style-type: none;
  }
  #sidebar .like-box {
    overflow: hidden;
  }
  #footer .footer-top .secured {
    text-align: center;
  }
  #footer .footer-top .secured a {
    display: block;
    padding: 5px;
    border-bottom: none;
  }
  .inquiry-block .text {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #header #navbar .nav.navbar-nav li .order-btn {
    margin: 10px 0px;
    max-width: 100px;
    border-radius: 3px;
  }
  #header #navbar .nav.navbar-nav .chat,
  #header #navbar .nav.navbar-nav .skype-icon,
  #header #navbar .nav.navbar-nav .btn-direct-call {
    padding: 10px 0 10px 10px !important;
    display: inline-block;
  }
  #header #navbar .nav.navbar-nav .order-btn {
    margin: 10px 15px;
  }
  #header .navbar-brand {
    padding: 8px 20px !important;
  }
  #header .navbar .navbar-header .navbar-toggle {
    padding: 12px 10px 7px;
  }
  .inquiry-block .text {
    background-position: center top;
    padding-top: 80px;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  #hero {
    background-position: 0px 0px;
  }
  #hero .inner-block .padding-hero {
    padding: 20px 0;
  }
  #hero h1 {
    font-size: 38px;
    margin-top: 0l;
  }
  #hero h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  #hero .hero-socials {
    display: none;
  }
  #hero .calculator {
    padding: 20px 0;
  }
  #hero .calculator h3 {
    text-align: center;
  }
  #hero .calculator .form-inline .form-group {
    margin-bottom: 10px;
    margin-right: 0;
  }
  #hero .calculator .form-inline .form-group .control-label {
    text-align: center;
    font-weight: 300;
  }
  #hero .calculator .form-inline .form-group .form-control {
    width: 100%;
    height: 40px;
  }
  #hero .calculator .form-inline .form-group .input-group {
    min-width: 100%;
  }
  #hero .calculator .form-inline .form-group .input-group .calc_input .input-group-addon {
    height: 40px;
    width: 15%;
  }
  #hero .calculator .form-inline .form-group .input-group .calc_input .form-control {
    width: 70%;
  }
  #hero .calculator .form-inline .form-group:last-child {
    margin-bottom: 0;
  }
  #hero .calculator .price {
    padding-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #hero .calculator .btn {
    padding: 15px 30px;
    margin-top: 0px;
    max-width: 100%;
  }
  #hero-page h1 {
    text-align: center;
  }
  #hero-page h3 {
    text-align: center;
  }
  #hero-page .hero-socials {
    top: 20px;
  }
  #hero-page .hero-socials .socials-links {
    text-align: center;
  }
  #hero-page .hero-order-btn {
    margin: 30px auto 20px;
    text-align: center;
  }
  #main .advantages div .head-text {
    text-align: center;
    font-size: 32px;
  }
  #main .advantages div .head-text i {
    font-size: 50px;
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #main .advantages div .body-text {
    text-align: center;
  }
  #main .advantages div.delivery,
  #main .advantages div.track,
  #main .advantages div.inquiry,
  #main .advantages div.prices {
    margin-bottom: 20px;
  }
  #main .advantages div.delivery .head-text,
  #main .advantages div.track .head-text,
  #main .advantages div.inquiry .head-text,
  #main .advantages div.prices .head-text {
    padding-left: 0px;
    padding-top: 80px;
    background-position: center top;
  }
  #main .security .security-icon {
    text-align: center;
  }
  #main .how_it_works .slide {
    display: block;
    margin-bottom: 20px;
  }
  #main .how_it_works .slide .number {
    display: block;
    margin: 10px auto 20px;
    text-align: center;
    border-radius: 50%;
    border: 10px solid #c287d0;
    padding: 14px;
    height: 100px;
    width: 100px;
  }
  #main .how_it_works .slide .sign {
    text-align: center;
    font-size: 22px;
    padding-bottom: 15px;
  }
  #main .how_it_works .slide .desc {
    font-size: 16px;
    line-height: 1;
  }
  #main .how_it_works .slide .desc h4 {
    margin-top: 0;
  }
  #main .how_it_works .slide .desc ul li {
    list-style-type: disc;
    line-height: 1;
  }
  #main .how_it_works .chart {
    display: none;
  }
  #main .how_it_works .hiw-block-btn {
    text-align: center;
  }
  #main .our-projects .live-stats {
    background-size: 100%;
    width: 273px;
    height: 230px;
    margin: 0 auto;
  }
  #main .our-projects .live-stats h2 {
    font-size: 36px;
    padding-top: 20px;
  }
  #main .our-projects .live-stats .slide .item .sign {
    font-size: 18px;
  }
  #main .our-projects .live-stats .slide .item span {
    font-size: 60px;
  }
  #main #sidebar .form-sidebar .calc-order-btn {
    text-align: center;
  }
  #main #sidebar .form-sidebar .calc-order-btn .btn {
    max-width: 300px;
  }
  #content .discounts-page h2 {
    text-align: center;
  }
  #content .discounts-page .disc-5 {
    background-position: center;
  }
  #content .discounts-page .disc-10 {
    background-position: center;
  }
  #content .discounts-page .disc-15 {
    background-position: center;
  }
  #content .discounts-page .onetime {
    padding-top: 150px;
  }
  #content .about-us-page .contacts-block a {
    display: block;
    text-align: center;
    margin: 20px auto;
  }
  #content .contacts-page .contacts-block a {
    margin-bottom: 20px;
    display: block;
  }
  #content .how-it-works-page .step .sign {
    text-align: center;
    float: none;
    width: 100%;
  }
  #content .how-it-works-page .step .faq-list {
    float: none;
    padding-top: 170px;
    width: 100%;
  }
  #content .how-it-works-page .step.step-1 {
    background-position: center 40px;
  }
  #content .how-it-works-page .step.step-2 {
    background-position: center 40px;
  }
  #content .how-it-works-page .step.step-3 {
    background-position: center 40px;
  }
  #content .how-it-works-page .step.step-4 {
    background-position: center 40px;
  }
  #content .verification-page .verification-slides .verification-tabs a {
    font-size: 16px;
    width: 50px;
    margin-right: 8px;
  }
  #content .verification-page .verification-slides .verification-container .verification-prev,
  #content .verification-page .verification-slides .verification-container .verification-next {
    margin-top: 10px;
    padding: 6px;
    width: 90px;
  }
  #content .ext-page-wrap .ext-page-item .item .img {
    text-align: center;
    margin-bottom: 10px;
  }
  #content .ext-page-wrap .ext-page-item .item .testim .body {
    padding: 10px;
  }
  #content .ext-page-wrap .ext-page-item .item .testim .body:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: -25px;
    border-left: -35px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E4EAF9;
    margin-left: -10px;
  }
  #content .ext-page-wrap .inquiry-block.extras-banner {
    width: 98%;
  }
  #content .ext-page-wrap .inquiry-block.extras-banner .banner-text {
    padding: 0px 0px 10px 0;
  }
  #content .ext-page-wrap .save-block {
    padding: 20px 20px 0px;
  }
  #content .ext-page-wrap .save-block .save-block-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 0;
    padding: 10px;
  }
  #content .ext-page-wrap .save-block .save-block-item h4 {
    padding: 0;
  }
  #content .ext-page-wrap .save-block .save-block-item:first-child {
    margin-right: 0;
  }
  #content .ext-page-wrap .save-block .save-block-item:first-child .list li:last-child {
    color: red;
  }
  #content .ext-page-wrap .save-block .list {
    padding: 0px;
  }
  #content .ext-page-wrap .save-block .list li {
    padding: 10px;
  }
  #content .ext-page-wrap .save-block .list li span {
    font-size: 14px;
  }
  #content .prices {
    font-size: 12px;
  }
  #content .prices .nav-tabs li {
    width: 100%;
    text-align: center;
  }
  #content .prices .nav-tabs li a {
    padding: 5px 2px;
  }
  #content .prices .tab-content {
    font-size: 10px;
  }
  #content .prices .tab-content table thead tr th {
    padding: 2px;
  }
  #content .blog-list .storycontent img {
    width: 100%;
  }
  #content .blog-list .page_navigation .wp-pagenavi span,
  #content .blog-list .page_navigation .wp-pagenavi a {
    padding: 3px;
    font-size: 13px;
  }
  #content .sign-block {
    background: #F1F1F1;
    height: 100%;
    min-height: 100%;
  }
  #content .sign-block .holder {
    float: none;
  }
  #content .sign-block .holder .block-head {
    text-align: center;
  }
  #content .sign-block .holder .block-body form .form-group input {
    max-width: 100%;
  }
  #content .sign-block .holder .popap-tip a {
    display: inline-block;
    clear: both;
    margin-top: 10px;
  }
  #content .sign-block .licence-text {
    float: none;
    margin: 10px;
  }
  #footer .footer-top .secured {
    text-align: center;
  }
  .client-lead-modal h4 {
    margin: 0;
  }
  .client-lead-modal .modal-body {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .client-lead-informer.desktop-view {
    display: none !important;
  }
  .client-lead-informer.mobile-view {
    bottom: 0;
    font-size: 18px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  .client-lead-informer.mobile-view .client-lead-inside {
    background: rgba(0,0,0,0.95);
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    margin: 20px;
    opacity: 0.94;
    padding: 20px;
  }
  .client-lead-informer.mobile-view .client-lead-holder {
    display: table;
    width: 100%;
  }
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell {
    display: table-cell;
    vertical-align: top;
  }
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:first-child {
    width: 60px;
  }
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
    text-align: right;
    width: 60px;
  }
  .client-lead-informer.mobile-view i {
    font-size: 48px;
  }
  .go-back-modal .modal-counter {
    width: 100%;
  }
  .go-back-modal .modal-counter span {
    width: 33%;
    font-size: 53px;
  }
  .go-back-modal .modal-header a img {
    width: 100%;
  }
  .go-back-modal .modal-header .close {
    margin-right: -28px;
  }
  .go-back-modal .modal-body form .form-group .btn {
    padding: 10px 50px;
    font-size: 20px;
    line-height: 30px;
  }
  bootstrap .callback-request-modal {
    top: 53% !important;
  }
  bootstrap  #callback-request-modal .modal-header a > i {
    font-size: 30px !important;
  }
  .client-lead-modal .modal-dialog {
    margin: 20px auto;
  }
  .thnks-banner .inner-banner {
    padding: 20px 0;
    background: none, url(/img/banner-bg-right.jpg) no-repeat 100% 0;
  }
  .thnks-banner .inner-banner .slogan {
    font-size: 20px;
  }
  .thnks-banner .inner-banner .discount-info {
    line-height: 20px;
    font-size: 16px;
  }
  .steps-holder .item .num {
    margin: auto;
  }
  .steps-holder .item .num:after {
    display: none;
  }
  .app-display {
    display: block;
    background: white;
    text-align: center;
  }
  .app-display a {
    margin: 20px auto;
    display: block;
  }
}
