.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

button,
input {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .label {
    border: 1px solid #000;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-plus:before {
  content: "\002b";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h3 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 small {
  font-size: 65%;
}

h4,
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

small {
  font-size: 85%;
}

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

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-8,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-sm-12,
.col-sm-3,
.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-12,
  .col-sm-3,
  .col-sm-6 {
    float: left;
  }

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

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

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

@media (min-width: 992px) {
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6 {
    float: left;
  }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-lg-8 {
    float: left;
  }

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

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active {
  background-image: none;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:focus,
.btn-success:active:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active {
  background-image: none;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:focus,
.btn-info:active:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active {
  background-image: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

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

.label-primary {
  background-color: #337ab7;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

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

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

.panel-title > a {
  color: inherit;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.container-fluid:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@-ms-viewport {
  width: device-width;
}

body,
html {
  height: 100%;
}

body {
  background: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

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

li {
  padding: 0;
}

p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none !important;
}

a:hover {
  color: #999;
  text-decoration: none !important;
}

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

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

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 86px;
}

#sidebar-wrapper {
  z-index: 1000;
  right: 220px;
  left: auto;
  width: 0;
  height: 100%;
  margin-right: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #2d2d2d;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  width: 100%;
  padding-top: 0;
  position: absolute;
  transition: 0.5s ease all;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 25px 10px 20px;
}

.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}

.sidebar-nav li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: transparent;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sidebar-nav li a {
  display: block;
  color: #fff;
  padding: 20px 10px 10px 5px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}

.sidebar-nav li a.fsize14 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1px !important;
  margin-top: -1px;
}

.sidebar-nav li .panel-body h4 {
  margin-top: 25px;
  color: #e5e5e5;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

button {
  padding: 0.5em;
  margin: 0;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 58px;
}

.hamburger {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  display: block;
  height: 50px;
  margin-left: 15px;
  position: fixed;
  right: 25px;
  top: 10px;
  z-index: 999;
}

.hamburger:active,
.hamburger:focus,
.hamburger:hover {
  outline: 0;
}

.hamburger.is-closed:before {
  content: "";
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

#pre-header {
  background: #e9e9e9;
  padding: 0 10px;
}

.pre-header-nav a {
  color: #343434;
  font-size: 9.5px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.pre-header-nav ul {
  text-align: right;
}

.pre-header-nav li {
  display: inline-block;
  font-size: 10px;
  margin-left: 10px;
}

#desktop-header .navbar-default {
  background-color: #fff;
  border: none;
}

#desktop-header .navbar-default .navbar-nav > li > a {
  color: #505050;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
}

#desktop-header .nav > li > a {
  margin-top: 12px;
  border-bottom: 5px solid transparent;
  padding: 14px 0 0 0;
}

#desktop-header .nav > li > a:hover {
  border-bottom: 5px solid #3498db;
  -webkit-transition: all 0.2s ease-in;
}

#desktop-header .navbar-nav > li {
  padding: 0 20px;
}

#desktop-header .dropdown-menu > li > a,
#desktop-header .dropdown-submenu > li > a {
  line-height: 20px;
  color: #fff;
  padding: 10px 0;
  font-weight: 400 !important;
  display: block;
}

#desktop-header .dropdown-submenu > li > a {
  line-height: 16px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}

.dropdown-submenu h3 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  border-bottom: 2px solid #444;
  margin-bottom: 13px;
  margin-top: 15px;
  padding-bottom: 7px;
  width: auto;
  float: left;
}

#desktop-header .dropdown-menu {
  font-size: 12px;
  text-align: center;
  background-color: #1a1a1a;
  box-shadow: none;
  border-radius: 0;
}

#desktop-header .dropdown-submenu {
  font-size: 12px;
  text-align: center;
  background-color: #1a1a1a;
  box-shadow: none;
  border-radius: 0;
  float: left;
  margin: 0 0 0 1.2em;
  padding: 1.2em;
}

#desktop-header .dropdown-submenu > li {
  width: 100%;
  line-height: 20px;
}

#desktop-header .dropdown-menu > li > a:hover,
#desktop-header .dropdown-submenu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu > li > a:focus {
  background-color: #252525;
}

#desktop-header .btn-success,
#mobile-menu .btn-success {
  background-color: #64bc2b;
  border-color: #64bc2b;
  border-radius: 0 !important;
  margin-top: 25px;
  font-weight: 700;
  padding: 6px 20px;
}

#mobile-menu .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 0 !important;
  margin-top: 25px;
  font-weight: 700;
  padding: 6px 20px;
}

.copy p {
  color: #fff;
  font-size: 12px;
  line-height: 34px;
}

.modal-body {
  padding: 20px 35px 60px 35px;
}

.modal-content {
  border-radius: 0;
  box-shadow: none;
}

#mobile-menu,
.hamburger {
  display: none;
}

.mob-device a {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 100 !important;
  line-height: 0;
}

.fsize14 {
  font-size: 12px !important;
  line-height: 0 !important;
  font-weight: 400 !important;
  padding: 13px 0 !important;
}

.border-top {
  border-top: 2px solid #5c5c5c;
  margin-top: 10px;
}

.space25 {
  margin-top: 25px !important;
}

#mob-logo {
  display: none;
}

.navbar-fixed-top {
  z-index: 9;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: -20px;
  }

  .navbar-right .dropdown-menu.hosting-drop {
    left: -28px;
  }

  .navbar-right .dropdown-menu.support-drop {
    left: -28px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .copy p {
    font-size: 15px;
    line-height: 31px;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  #desktop-header,
  #pre-header {
    display: none;
  }

  #mob-logo,
  #mobile-menu,
  .hamburger {
    display: block;
  }

  .navbar-brand {
    padding: 4px 15px !important;
    margin-top: -20px;
  }

  .navbar-brand.my-logo {
    margin-left: 0 !important;
    margin-top: -20px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .copy p {
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 550px;
  }
}

@media (min-width: 861px) and (max-width: 895px) {
  #desktop-header .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    margin-top: 23px;
  }

  #desktop-header .nav > li > a {
    padding: 9px 0;
  }
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eee;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: transparent;
  border: none;
}

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

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #fff;
  margin-top: -30px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.panel-body {
  padding: 0 0 0 10px;
}

.panel {
  background-color: transparent;
  border: 0 solid transparent;
}

.panel-group {
  margin-bottom: 0 !important;
}

.remove {
  color: #000 !important;
  font-size: 30px !important;
}

#mob-logo {
  background-color: #fff;
  padding: 30px 10px 10px;
}

#mobile-menu .btn-primary,
#mobile-menu .btn-success {
  width: 95%;
}

.navbar {
  min-height: 83px;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-transition: all 0.9s ease-in;
}

.show-on-hover:hover > .dropdown-menu {
  display: block;
}

.navbar-brand {
  padding: 22px 15px;
}

@-moz-document url-prefix (max-width:767px) {
  #desktop-header .navbar-default .navbar-nav > li > a {
    color: #505050;
    font-size: 14px;
    font-weight: 900;
    font-family: OpenSansBold;
    line-height: 35px;
  }
}

.mob-sign-up a {
  padding: 0 !important;
}

@media (min-width: 600px) and (max-width: 800px) {
  #footer .col-md-3 {
    width: 50% !important;
    height: 200px;
    float: left;
  }
}

@media (max-width: 600px) {
  #footer .col-md-3 {
    width: 100% !important;
  }
}

.padding0 {
  padding: 0 !important;
}

.remove {
  color: #000 !important;
  font-size: 30px !important;
}

#mob-logo {
  background-color: #fff;
  padding: 30px 10px 10px;
}

#mobile-menu .btn-primary,
#mobile-menu .btn-success {
  width: 95%;
}

.navbar {
  min-height: 83px;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-transition: all 0.9s ease-in;
}

.show-on-hover:hover > .dropdown-menu {
  display: block;
}

.navbar-brand {
  padding: 22px 15px;
}

@-moz-document url-prefix (max-width:767px) {
  #desktop-header .navbar-default .navbar-nav > li > a {
    color: #505050;
    font-size: 14px;
    font-weight: 900;
    font-family: OpenSansBold;
    line-height: 35px;
  }
}

.mob-sign-up a {
  padding: 0 !important;
}

@media (min-width: 600px) and (max-width: 800px) {
  #footer .col-md-3 {
    width: 50% !important;
    height: 200px;
    float: left;
  }
}

@media (max-width: 600px) {
  #footer .col-md-3 {
    width: 100% !important;
  }
}

.padding0 {
  padding: 0 !important;
}

::-webkit-input-placeholder {
  color: #757575 !important;
}

:-moz-placeholder {
  color: #8bc3d9 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #8bc3d9 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8bc3d9 !important;
}

section#desktop-header {
  position: relative;
  z-index: 99;
}

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

#testimonials {
  padding: 2em 0;
}

#testimonials .heading > h3 {
  font-size: 32px;
}

#testimonials hr {
  border-color: #3297db;
  border-width: 4px;
  margin: 0 auto;
  text-align: center;
  width: 80px;
}

#footer .container {
  max-width: 1200px;
}

.container-fluid.top-footer {
  background-color: #252525;
  padding: 60px 0;
}

.footer-content {
  padding: 10px;
}

.top-footer .footer-content h4 {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.top-footer .footer-content p {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.footer-content > ul {
  padding-left: 40px;
}

.top-footer .footer-content a {
  border-bottom: 0 solid transparent;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.fb {
  background-color: #3b5998;
  border-color: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 6px 0 !important;
}

.twitter {
  background-color: #55acee;
  border-color: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 6px 0 !important;
}

.footer-content .btn {
  width: 200px;
}

.footer-content > ul.space30 {
  padding: 0;
  text-align: center;
}

.bottom-footer {
  background-color: #1a1a1a;
  padding: 20px 0;
}

.copy a {
  color: #fff;
}

.copy a:hover {
  color: #6bc530;
}

.container-fluid {
  max-width: 1600px;
}

.more-less.glyphicon.glyphicon-plus {
  font-size: 18px !important;
}

.faq-section .panel-body > p {
  font-size: 14px;
  line-height: 30px;
}

.faq-section .panel-body > ul {
  font-size: 14px;
  line-height: 30px;
  list-style: outside none auto;
  padding-left: 40px;
}

.faq-section .panel-default > .panel-heading {
  background-color: #64bc2b;
  color: #fff;
}

.faq-section .panel-collapse.collapse.in {
  border: 3px solid #64bc2b;
}

.faq-section .panel-collapse .panel-body {
  padding: 20px;
}

.faq-section .panel-title > a {
  font-size: 20px;
  font-weight: 600;
}

.faq-section .panel-title > a:hover {
  color: #fff;
}

.container.faq-section > h2 {
  font-size: 24px;
  margin: 10px 0 20px;
}

.start-button .start-button-anchor {
  background-color: #64bc2b;
  color: #fff;
  padding: 10px 20px;
}

.start-button {
  padding: 2em 0;
}

@media (max-width: 860px) {
  .navbar-brand.my-logo {
    margin-top: -20px !important;
  }
}

.my-logo > img {
  height: 100%;
  width: auto;
}

.pre-header-nav > div#ndsocial-media {
  position: relative;
  right: 140px;
  top: -4px;
}

.col-md-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  #protection-budget .content-part p {
    padding: 20px 10%;
  }

  section#protection-budget .container-fluid {
    background: linear-gradient(
      to bottom,
      #3498db 0,
      #3498db 50%,
      #3498db 50%,
      #2a7aaf 50%,
      #2a7aaf 100%
    ) !important;
  }

  section#protection-budget.takedown-page .container-fluid {
    background: 0 0 !important;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

section#protection-budget .container-fluid {
  background: linear-gradient(
    to left,
    #2a7aaf 0,
    #2a7aaf 50%,
    #2a7aaf 50%,
    #3498db 50%,
    #3498db 100%
  );
}

section#protection-budget.takedown-page .container-fluid {
  background: 0 0;
}

#protection-budget.takedown-page .left-block {
  padding: 20px 0;
  background-color: #4a4a4a;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#protection-budget.takedown-page .left-block:hover {
  background-color: #424242;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#protection-budget .left-block {
  padding: 60px 0;
}

#protection-budget.takedown-page .right-block {
  padding: 20px 0;
  background-color: #353535;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#protection-budget.takedown-page .right-block:hover {
  background-color: #2d2d2d;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#protection-budget .right-block {
  padding: 60px 0;
}

#protection-budget .heading-part {
  color: #fff;
}

#protection-budget .heading-part h3 {
  font-size: 30px;
  margin: 0 0 10px;
}

#protection-budget.takedown-page .content-part p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  padding: 0 10px;
}

#protection-budget .content-part p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  padding: 20px 26%;
}

.pad-0 {
  padding: 0;
}

.slider-text-center {
  position: relative;
  height: 450px;
}

.center-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.counter-blocks-2 {
  background-color: #3598db;
  padding: 0;
}

.counter-blocks-2 h1.how-works {
  color: #fff;
  font-size: 30px;
  margin: 40px 0;
  padding: 0;
}

.four-blocks {
  position: relative;
}

.over-imgg {
  bottom: 0;
  position: inherit;
  text-align: center;
  width: 100%;
}

.over-imgg > img {
  width: 100%;
}

.four-blocks > h3 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 100%;
  z-index: 3;
}

.red-block {
  background-color: #ec4141;
}

.yellow-block {
  background-color: #f7b250;
}

.lblue-block {
  background-color: #a3d5e0;
}

.dblue-block {
  background-color: #75bbea;
}

.steps-block .block-1 {
  position: relative;
  background: #4a4a4a;
  padding: 40px 0 0 40px;
}

.steps-block .block-1 .line::after {
  border-width: 0;
}

.steps-block .line {
  border-top: 4px solid #6bc530;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 40px auto 0;
  width: 100%;
  position: relative;
}

.steps-block .line::before {
  background-color: #6bc530;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: -1px;
  position: absolute;
  top: -7px;
  width: 10px;
}

.steps-block .line:after {
  border: solid transparent;
  content: " ";
  position: absolute;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #6bc530;
  border-width: 10px;
  margin-top: -12px;
  z-index: 1;
  top: 0;
  right: 0;
  left: 100%;
}

.steps-block .line h2 {
  background-color: #6bc530;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  left: 50%;
  line-height: 24px;
  margin: 0 auto;
  max-width: 300px;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: -40px;
  transform: translate(-50%);
  width: 100%;
}

.steps-block h3 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 270px;
  padding: 60px 0 40px;
  text-align: center;
  width: 100%;
}

.steps-block .block-2 {
  position: relative;
  background: #353535;
  padding: 40px 0 0;
}

.steps-block .block-2 .line::before {
  width: 0;
}

.steps-block .block-2 .line::after {
  border-width: 0;
}

.steps-block .block-2 .line h2::before {
  border: solid transparent;
  content: " ";
  position: absolute;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #6bc530;
  border-width: 8px;
  margin-top: -12px;
  z-index: 1;
  top: 42px;
  right: 0;
  left: -6px;
}

.steps-block .block-2 h3 {
  text-align: center;
  color: #fff;
}

.steps-block .block-3 .line::before {
  width: 0;
}

.steps-block .block-3 .line::after {
  background: #6bc530 none repeat scroll 0 0;
  border-radius: 50%;
  border-width: 0;
  content: "";
  height: 10px;
  left: 99%;
  position: absolute;
  top: 4px;
  width: 10px;
}

.steps-block .block-3 .line h2::before {
  border: solid transparent;
  content: " ";
  position: absolute;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #6bc530;
  border-width: 8px;
  margin-top: -12px;
  z-index: 1;
  top: 42px;
  right: 0;
  left: -6px;
}

.steps-block .block-3 {
  position: relative;
  background: #252525;
  padding: 40px 40px 0 0;
}

.steps-block .block-3 h3 {
  text-align: center;
  color: #fff;
}

a.bigwhite-btn-green-bg {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #6bc530;
  display: inline-block;
  font-size: 18px;
  margin: auto;
  padding: 15px 30px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

a.bigwhite-btn-green-bg:active {
  background: #fff !important;
  border: 2px solid #fff !important;
  color: #6bc530 !important;
}

a.bigwhite-btn-green-bg:focus {
  background: #fff !important;
  border: 2px solid #fff !important;
  color: #6bc530 !important;
}

a.bigwhite-btn-green-bg:hover {
  border: 2px solid #fff;
  background: 0 0;
  color: #fff;
}

a.ctagreen-btn {
  background: #6bc530 none repeat scroll 0 0;
  border: 2px solid #6bc530;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: auto 0.3em auto auto;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

a.ctagreen-btn:active {
  background: #6bc530 !important;
  border: 2px solid #6bc530 !important;
  color: #fff;
}

a.ctagreen-btn:focus {
  background: #6bc530 !important;
  border: 2px solid #6bc530 !important;
  color: #fff;
}

a.ctagreen-btn:hover {
  border: 2px solid #fff;
  background: 0 0;
  color: #fff;
}

.green-bar {
  background-color: #6bc530;
  padding: 32px;
}

.takedown-home {
  padding-bottom: 60px;
}

.takedown-home .protect-block-content > h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.takedown-home .heading-tab h3 {
  color: #343434;
  font-size: 30px;
  margin: 50px 0 60px;
  line-height: 30px;
}

#two-blocks .two-blocks {
  background-color: #3498db;
}

.two-blocks .blocks-1 {
  padding: 80px;
}

.two-blocks .blocks-1 .blocks-11 {
  background-color: #1a4c6d;
  color: #fff;
  margin: 0 auto;
  max-width: 440px;
  padding: 80px 70px;
  text-align: center;
  width: 100%;
}

.two-blocks .blocks-1 .blocks-11 h3 {
  font-size: 26px;
  line-height: 24px;
  margin: 0 0 30px;
}

.two-blocks .blocks-1 .blocks-11 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.two-blocks .blocks-2 {
  background-color: #2a7aaf;
  padding: 80px;
}

.two-blocks .blocks-2 .blocks-22 {
  background-color: #153d57;
  color: #fff;
  margin: 0 auto;
  max-width: 440px;
  padding: 80px 70px;
  text-align: center;
  width: 100%;
}

.two-blocks .blocks-2 .blocks-22 h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 30px;
}

.two-blocks .blocks-2 .blocks-22 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

#handshake .container-fluid {
  background-color: #f1f1f1;
  background-image: url(/img/handshake.webp);
  background-position: 88% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3.4em 0;
}

#handshake .why-dmca {
  padding: 80px 60px;
}

#handshake .why-dmca p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.light-bold {
  font-weight: 600;
}

#modal-body button.close {
  position: absolute;
  right: 23px;
  top: 14px;
  z-index: 9;
}

.swiper-container {
  width: 100%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: top;
}

#testimonials .swiper-container {
  height: 460px;
  padding-bottom: 50px;
  padding-top: 0;
  width: 100%;
}

#testimonials .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}

.swiper-slide .content {
  display: none;
}

#testimonials .swiper-container .item {
  text-align: center;
}

#testimonials .swiper-slide .item .image img {
  filter: grayscale(100%);
  height: 120px;
  width: 120px;
  position: relative;
  top: -40px;
}

#testimonials .swiper-container .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 0;
  text-transform: none;
}

#testimonials .swiper-container .regency {
  line-height: 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #999;
}

#testimonials .swiper-container .description {
  font-size: 16px;
  line-height: 25px;
  margin: 0.6em 0;
  max-height: 100px;
  overflow-y: scroll;
  padding: 0 0.5em 0 0;
}

#testimonials ::-webkit-scrollbar {
  width: 5px;
}

#testimonials ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#testimonials ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#testimonials ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.4);
}

.modal-content {
  border-radius: 0.5em !important;
}

.color-white-text {
  color: #fff;
}

@media (max-width: 992px) {
  a.col-md-4.uni-signup-button {
    height: 4.5em;
  }
}

.uni-signup-button {
  display: block;
  height: 5.5em;
  background: #1ed61e;
  box-sizing: border-box;
  border: 3px solid #fff;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding-top: 1.5em;
  transition: 0.3s ease all;
}

.uni-signup-button:hover {
  color: #fff;
  cursor: pointer;
  background: #78e678;
  transition: 0.3s ease all;
}

img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible;
}

@media (max-width: 767px) {
  .steps-block .block-3 .line::after {
    display: none;
  }

  .steps-block .block-3 .line {
    background: linear-gradient(to left, transparent 50%, #6bc530 50%);
    border-top: 0 solid;
    height: 4px;
    margin: 40px auto 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    width: 84%;
  }

  .steps-block .block-2 .line h2::before {
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #6bc530;
    border-width: 8px;
    margin-top: -12px;
    z-index: 1;
    top: 42px;
    right: -6px;
  }

  .steps-block .block-1 .line::before {
    background-color: #6bc530;
    border-bottom: 0 solid #fff;
    border-radius: 0;
    color: #6bc530;
    content: "\2022";
    font-size: 36px;
    font-weight: bolder;
    height: 36px;
    left: -5px;
    line-height: 0;
    margin: 3px 4px 6px 5px;
    position: absolute;
    text-align: center;
    text-indent: -4.5px;
    top: -39px;
    width: 4px;
  }

  .steps-block .line {
    border-top: 4px solid #6bc530;
    margin: 40px auto 0;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    width: 84%;
  }

  .steps-block .block-1 {
    padding: 40px 0;
  }

  .steps-block .block-2 {
    padding: 40px 0;
  }

  .steps-block .block-3 {
    padding: 40px 0;
  }

  .slider-text-center {
    height: 700px;
    position: relative;
  }

  button.close {
    position: relative;
    z-index: 9;
  }

  ul.nav.navbar-nav {
    background-color: #ccc;
    text-align: center;
  }

  .top-footer .footer-content h4 {
    text-align: left;
  }

  .footer-content > ul {
    padding-left: 0;
  }

  .footer-content > ul.space30 {
    padding: 0;
    text-align: left;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .over-imgg > img {
    width: 50%;
  }
}

@media (min-width: 403px) and (max-width: 500px) {
  .over-imgg > img {
    width: 78%;
  }
}

@media (max-width: 402px) {
  .over-imgg > img {
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .steps-block .line h2 {
    max-width: 260px;
  }

  .two-blocks .blocks-1 {
    padding: 40px;
  }

  .two-blocks .blocks-2 {
    padding: 40px;
  }

  .two-blocks .blocks-1 .blocks-11 {
    padding: 30px 10px;
  }

  .two-blocks .blocks-2 .blocks-22 {
    padding: 30px 10px;
  }

  #handshake .why-dmca {
    padding: 80px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1098px) {
  .steps-block h2 {
    font-size: 18px;
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .steps-block .line h2 {
    max-width: 220px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .steps-block h2 {
    margin: 0 auto;
    max-width: 500px;
  }

  .steps-block h3 {
    margin: 0 auto;
    max-width: 500px;
  }
}

@media (max-width: 599px) {
  #testimonials .swiper-container {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%;
  }

  .steps-block .block-1 .line::after {
    background-color: #6bc530;
    border-bottom: 0 solid #fff;
    border-radius: 0;
    color: #6bc530;
    content: "";
    font-size: 36px;
    font-weight: bolder;
    height: 358px;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: -4px;
    width: 4px;
  }

  .steps-block .block-2 .line::before {
    background-color: #6bc530;
    border-bottom: 0 solid #fff;
    border-radius: 0;
    color: #6bc530;
    content: "";
    font-size: 36px;
    font-weight: bolder;
    height: 358px;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: -4px;
    width: 4px;
    z-index: 1;
  }

  .steps-block .block-3 .line h2::before {
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #6bc530;
    border-width: 8px;
    margin-top: -12px;
    z-index: 1;
    top: 46px;
    right: 0;
    left: -6px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .steps-block .block-1 .line::after {
    background-color: #6bc530;
    border-bottom: 0 solid #fff;
    border-radius: 0;
    color: #6bc530;
    content: "";
    font-size: 36px;
    font-weight: bolder;
    height: 298px;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: -4px;
    width: 5px;
  }

  .steps-block .block-2 .line::before {
    background-color: #6bc530;
    border-bottom: 0 solid #fff;
    border-radius: 0;
    color: #6bc530;
    content: "";
    font-size: 36px;
    font-weight: bolder;
    height: 298px;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: -4px;
    width: 5px;
    z-index: 1;
  }

  .steps-block .block-3 .line h2::before {
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #6bc530;
    border-width: 8px;
    margin-top: -12px;
    z-index: 1;
    top: 47px;
    right: 0;
    left: -6px;
  }
}

@media (min-width: 1150px) {
  .two-blocks .blocks-1 .blocks-11 {
    min-height: 440px;
  }

  .two-blocks .blocks-2 .blocks-22 {
    min-height: 440px;
  }
}

@media (min-width: 973px) {
  .navbar-brand.my-logo {
    margin-left: 0 !important;
    padding: 0;
    margin-top: 15px;
  }
}

@media (min-width: 974px) and (max-width: 1000px) {
  .navbar-brand.my-logo {
    margin-left: 0 !important;
    margin-top: -20px;
    padding: 0;
    top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .steps-block .line h2 {
    font-size: 18px;
    max-width: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1061px) {
  .steps-block h3 {
    padding: 45px 0 20px;
  }

  .steps-block .col-md-4.col-sm-12 {
    min-height: 300px;
  }
}

@media (min-width: 1062px) and (max-width: 1111px) {
  .steps-block .col-md-4.col-sm-12 {
    min-height: 345px;
  }
}

@media (min-width: 1241px) and (max-width: 1322px) {
  .steps-block .col-md-4.col-sm-12 {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .steps-block .block-3 .line::after {
    display: none;
  }

  .steps-block .block-3 .line {
    background: linear-gradient(to left, transparent 50%, #6bc530 50%);
    border-top: 0 solid;
    height: 4px;
    margin: 40px auto 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    width: 84%;
  }

  .steps-block .block-2 .line h2::before {
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #6bc530;
    border-width: 8px;
    margin-top: -12px;
    z-index: 1;
    top: 42px;
    right: -6px;
  }

  .steps-block .block-1 .line::before {
    background-color: #6bc530;
    border-bottom: 0 solid #fff;
    border-radius: 0;
    color: #6bc530;
    content: "\2022";
    font-size: 36px;
    font-weight: bolder;
    height: 36px;
    left: -5px;
    line-height: 0;
    margin: 3px 4px 6px 5px;
    position: absolute;
    text-align: center;
    text-indent: -4.5px;
    top: -39px;
    width: 4px;
  }

  .steps-block .line {
    border-top: 4px solid #6bc530;
    margin: 40px auto 0;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    width: 84%;
  }

  .steps-block .block-1 {
    padding: 40px 0;
  }

  .steps-block .block-2 {
    padding: 40px 0;
  }

  .steps-block .block-3 {
    padding: 40px 0;
  }

  .slider-text-center {
    height: 700px;
    position: relative;
  }

  button.close {
    position: relative;
    z-index: 9;
  }

  ul.nav.navbar-nav {
    background-color: #ccc;
    text-align: center;
  }

  .top-footer .footer-content h4 {
    text-align: left;
  }

  .footer-content > ul {
    padding-left: 0;
  }

  .footer-content > ul.space30 {
    padding: 0;
    text-align: left;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .over-imgg > img {
    width: 50%;
  }
}

@media (min-width: 403px) and (max-width: 500px) {
  .over-imgg > img {
    width: 78%;
  }
}

@media (max-width: 402px) {
  .over-imgg > img {
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .steps-block .line h2 {
    max-width: 260px;
  }

  .two-blocks .blocks-1 {
    padding: 40px;
  }

  .two-blocks .blocks-2 {
    padding: 40px;
  }

  .two-blocks .blocks-1 .blocks-11 {
    padding: 30px 10px;
  }

  .two-blocks .blocks-2 .blocks-22 {
    padding: 30px 10px;
  }

  #handshake .why-dmca {
    padding: 80px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1098px) {
  .steps-block h2 {
    font-size: 18px;
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .steps-block .line h2 {
    max-width: 220px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .steps-block h2 {
    margin: 0 auto;
    max-width: 500px;
  }

  .steps-block h3 {
    margin: 0 auto;
    max-width: 500px;
  }
}

@media (max-width: 599px) {
  #testimonials .swiper-container {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%;
  }

  .steps-block .block-1 .line::after {
    background-color: #6bc530;
    border-bottom: 0 solid #fff;
    border-radius: 0;
    color: #6bc530;
    content: "";
    font-size: 36px;
    font-weight: bolder;
    height: 358px;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: -4px;
    width: 4px;
  }

  .steps-block .block-2 .line::before {
    background-color: #6bc530;
    border-bottom: 0 solid #fff;
    border-radius: 0;
    color: #6bc530;
    content: "";
    font-size: 36px;
    font-weight: bolder;
    height: 358px;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: -4px;
    width: 4px;
    z-index: 1;
  }

  .steps-block .block-3 .line h2::before {
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #6bc530;
    border-width: 8px;
    margin-top: -12px;
    z-index: 1;
    top: 46px;
    right: 0;
    left: -6px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .steps-block .block-1 .line::after {
    background-color: #6bc530;
    border-bottom: 0 solid #fff;
    border-radius: 0;
    color: #6bc530;
    content: "";
    font-size: 36px;
    font-weight: bolder;
    height: 298px;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: -4px;
    width: 5px;
  }

  .steps-block .block-2 .line::before {
    background-color: #6bc530;
    border-bottom: 0 solid #fff;
    border-radius: 0;
    color: #6bc530;
    content: "";
    font-size: 36px;
    font-weight: bolder;
    height: 298px;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: -4px;
    width: 5px;
    z-index: 1;
  }

  .steps-block .block-3 .line h2::before {
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #6bc530;
    border-width: 8px;
    margin-top: -12px;
    z-index: 1;
    top: 47px;
    right: 0;
    left: -6px;
  }
}

@media (min-width: 1150px) {
  .two-blocks .blocks-1 .blocks-11 {
    min-height: 440px;
  }

  .two-blocks .blocks-2 .blocks-22 {
    min-height: 440px;
  }
}

@media (min-width: 973px) {
  .navbar-brand.my-logo {
    margin-left: 0 !important;
    padding: 0;
    margin-top: 15px;
  }
}

@media (min-width: 974px) and (max-width: 1000px) {
  .navbar-brand.my-logo {
    margin-left: 0 !important;
    margin-top: -20px;
    padding: 0;
    top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .steps-block .line h2 {
    font-size: 18px;
    max-width: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1061px) {
  .steps-block h3 {
    padding: 45px 0 20px;
  }

  .steps-block .col-md-4.col-sm-12 {
    min-height: 300px;
  }
}

@media (min-width: 1062px) and (max-width: 1111px) {
  .steps-block .col-md-4.col-sm-12 {
    min-height: 345px;
  }
}

@media (min-width: 1241px) and (max-width: 1322px) {
  .steps-block .col-md-4.col-sm-12 {
    min-height: 350px;
  }
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-comment:before {
  content: "\f075";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-bars:before {
  content: "\f0c9";
}

#wrapper.toggled {
  padding-right: 220px;
}

#wrapper.toggled .hamburger {
  right: 220px;
  background: #fff;
  width: 60px;
  height: 70px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}

.hamburger:active,
.hamburger:focus,
.hamburger:hover {
  outline: 0;
}

.hamburger.is-closed:before {
  content: "";
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top,
.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-top {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top {
  background-color: #1a1a1a;
}

.hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-top {
  background-color: #1a1a1a;
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-top {
  top: 50%;
  margin-top: -2px;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.hamburger.is-open .hamb-middle {
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.hamburger.is-open:before {
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-open:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-open {
  background-color: #b4b4b4 !important;
  top: 0;
}

.hamburger.is-open .fa.fa-bars.remove {
  color: #fff !important;
  margin: 0 !important;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.toggled .is-open .fa-bars:before {
  content: "\f00d";
}

#mob-logo.toggled a {
  margin-left: -220px;
}

#wrapper.toggled .hamburger {
  transition: all 0.5s ease;
}

#wrapper.toggled #page-content-wrapper {
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-right: 220px;
}

#wrapper.toggled .hamburger {
  right: 220px;
  background: #fff;
  width: 60px;
  height: 70px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-left: -220px;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-slide.swiper-slide-active .content {
  display: block;
}

#testimonials .swiper-slide.swiper-slide-active .item .image img {
  height: auto;
  margin-top: 0;
  max-width: 150px;
  width: 100%;
  filter: grayscale(0);
  position: relative;
  top: 0;
}

#testimonials .swiper-slide.swiper-slide-active .item .image::before {
  display: none !important;
}

@media (min-width: 501px) and (max-width: 767px) {
  #testimonials .swiper-slide.swiper-slide-active .content {
    width: 480px;
  }
}

@media (min-width: 403px) and (max-width: 500px) {
  #testimonials .swiper-slide.swiper-slide-active .content {
    width: 380px;
  }
}

@media (min-width: 992px) {
  #testimonials .swiper-slide.swiper-slide-active .content {
    width: 960px;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  #testimonials .swiper-slide.swiper-slide-active .content {
    width: 480px;
  }

  #home-carousel-slider.carousel .item {
    width: 100%;
    height: 850px;
  }
}

@media (min-width: 403px) and (max-width: 500px) {
  #testimonials .swiper-slide.swiper-slide-active .content {
    width: 380px;
  }
}

@media (min-width: 992px) {
  #testimonials .swiper-slide.swiper-slide-active .content {
    width: 960px;
  }
}

a.checkout-link {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1em !important;
}

.dmca-cart-icon {
  font-size: 1.6em !important;
  vertical-align: bottom;
  color: #ccc;
  margin: 0.3em 0 0.1em 0.5em;
  transition: 0.3s ease all;
  display: block;
}

.dmca-cart-icon:not([data-unpaid="0"]):after {
  content: attr(data-unpaid);
  background: #db4a3c;
  font-size: 0.35em;
  font-family: sans-serif;
  color: #fff;
  height: 1.3em;
  min-width: 1.3em;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 1.3em;
  border-radius: 8px;
  top: 0.7em;
  right: -0.4em;
  transition: 0.3s ease all;
  width: auto;
  padding: 0 5px;
}

button#sign_btn:hover,
#desktop-header .btn-primary,
#mobile-menu .btn-primary {
  color: white;
}

.fa-shopping-cart:before {
  content: "\f07a";
}

a.checkout-link-mobile {
  position: fixed;
  top: 0.35em;
  right: 4.5em;
  z-index: 990;
  display: none !important;
}

@media (max-width: 1000px) {
  a.checkout-link.checkout-link-mobile {
    display: block !important;
    float: right;
  }
}

.dmca-cart-icon:hover {
  color: #555;
  transition: 0.3s ease all;
}

a.checkout-link:hover {
  border: none !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.in {
  opacity: 0.7 !important;
}

.modal.in .modal-dialog {
  transform: translate(0, 0) !important;
}

.more-less.glyphicon.glyphicon-minus {
  font-size: 18px !important;
}

.glyphicon-minus:before {
  content: "\2212";
}

.nav.sidebar-nav .panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none !important;
}
