
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 110px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.slidecom > div {
  display: inline-block;
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '���';
}
[dir='rtl'] .slick-prev:before
{
    content: '���';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '���';
}
[dir='rtl'] .slick-next:before
{
    content: '���';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '���';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.header {
    background: url(../img/head-bg.jpg) no-repeat center top;
    background-size: cover;
}
.header2{
    background: url("../img/bg-what.jpg");
    background-size: cover;
}
table.table.char-table tr td:first-child {
    color: #333;
    padding: 0 5px;
    font-weight: bold;
}
.header2 .header-watch-time{
    margin-top: 130px;
}
.header-high{
    margin: 60px auto;
}
.header-high2{
    margin: 160px auto;
}
.header-main{
    color: white;
    font-family: Open Sans;
    font-size: 53px;
    font-weight: 700;
    line-height: 39px;
    margin: 16px 0;
}
.header-slog{
    color: white;
    font-family: Open Sans;
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
    margin: 17px 0;
}
.header-slog span{
    font-weight: 400;
}
.header-discount{
    color: #fe0000;
    font-family: Open Sans;
    font-size: 34px;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
    margin: 18px 0;
}
.header-time-left{
    color: white;
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
}
.header-watch-time{
    max-width: 100%;
    position: relative;
    margin-top: 10%;
}
.header-watch-time-m{
    width: 80%;
    position: relative;
    margin-bottom: 30%;
    display: none;
}
.header-watch-menu{
    width: 68%;
    position: absolute;
    left: 31%;
    top: 24%;
}
.header-price{
    width: 35%;
    position: absolute;
    left: 5%;
    bottom: 13%;
}
/* counter */
.countbox{
    position: relative;
    padding-top: 10px;
    padding: 0;
    line-height: 0.2;
    font-size: 55px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: 20px 0 75px;
    width: 372px;
}
.countbox .countbox-num{
    position: relative;
    float: left;
    height: 76px;
}
.countbox .countbox-space{
    float: left;
    width: 27px;
    height: 57px;
    line-height: 60px;
    font-size: 65px;
}
.countbox .countbox-space:before{content: '\003A'; font-weight: 400; color: #000; }
.countbox-hours1,.countbox-hours2,.countbox-mins1,.countbox-mins2, .countbox-secs1, .countbox-secs2{
    position: relative;
    float: left;
    width: 49px;
    height: 76px;
    margin: 0 2px;
    line-height: 74px;
    text-align: center;
    z-index:1;
    font-weight: 700;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.countbox-hours-text,.countbox-mins-text,.countbox-secs-text{
    position: absolute;
    width: 105px;
    height: 14px;
    margin-top: 90px;
    font-size: 26px;
    color: #000;
}
/* counter */
.buy-button{
    max-width: 350px;
    height: 75px;
    background-color: red;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
    border-radius: 38px;
    box-shadow: 0px 4px #9a050c;
    cursor: pointer;
    color: #fefefe;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    margin: 10px 0;
    outline:none;
    border:none;
}
.buy-button:hover{
    background-image: none;
}
.buy-button:active{
    background-color: #9a050c;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
}
.top-text-black{
    color: #121212;
    font-family: Open Sans;
    font-size: 48px;
    line-height: 39px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 25px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAACAgMAAABUEHiGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEWxgRIvLy/+sQD///8J/JK1AAAAAXRSTlO/Gzh2ewAAAAFiS0dEAxEMTPIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAATSURBVAjXYwiFg6BVcNDAgF0YAMtvFZGL7XAbAAAAAElFTkSuQmCC')no-repeat bottom center;
}
.top-text-black span{
    font-weight: 700;
}
.features{
    margin: 90px auto 0;
}
.features-high{
    margin: 80px auto 50px;
}
.features-watch{
    width: 85%;
    margin: -10px;
}
.features-item{
    color: #121212;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}
.feature-text{
    padding: 10px 0;
}
.features-cycle{
    width: 65px;
    height: 65px;
    background-color: white;
    border: 6px solid #f2f2f2;
    border-radius: 50%;
    margin: 5px auto;
}
.features-item span{
    width: 80%;
}
.features-item:hover .features-cycle{
    background-color: #ffad02;
}
.feature-size{
    width: 53px;
    height: 53px;
}
.feature-img1{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACIlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///9U965LAAAAtXRSTlMAHoC3ysQtht20RBECA77JJ0MvRTS5thal0K9iGWugk7NZgtM48ZYiPoqukgoNIOwX+HGfMj2ZX4Gsp5w2iIU7G0lQdpe7Gr1zD1I6FQVOos080rAQR1xGK3wLAY9MSltCXR0jBKFmm3AIaCp5cjMcjDBXKTdvkX8mH26aYaMYLoSkDDVPFIMSjZ1YqYvXDm0GbLglwVUklKi8VrW/h03RmEhaQFStZdvYUcBk1J7G6jHkffPOGp3wZAAAAAFiS0dEtTMOWksAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAIUSURBVDjLY2AAAUYmZhZWNgY8gJ2Dk4ubB48CXj5+AQYeQSEoV1gEU4moGIO4hKSUNIgtIysnr6CIrkJJmUFFVU0dxNTQ1NJWYdAR1UVVoaevZ2AI0mdgJGfMDpQ0MTUzR1ViYclgZc3AYGNraSds72DgqOjo5OyC6nRXR15lNwZzdw9PBgYvR0VvHwZfP39TFCUBnoFBDL7BBgwhoWHhEWAhE7NIFCV8UYyKDNExsXHxCVFQIZ9EuSRkJckpINIpNc0TIWaTnoEZNplyWYwIXnaONpYgzpXLQ3CiuKxCMZUkGSfmI3gRmjHYorKgEMExKEotxlQS6s+VAufwlMiVYirhLSuvQPAqq6p1MdXU1Nr7InimcomYSurkapD8Xd9QgMXBSi5CCA63X6MJiG5qRlZi0tjSiuAJubSBqHZle2Q1HW31CA5jTacBg00XQ3cPspJEuUAkXp6UOUNJL0MsM7KSPrP+Shh7gsBEowJehkmFk6egOLjU2AaS3nxLzKdOY5geyjAjlnEmipLi1FniIGd42coCA27abBWGOXreoqj+jpmb154wb2Kkk2CdYIdCF4P3fIa5C1CVLDReJLu4PWTWEoml1suaGBiWOzOsWImqJNoKlGq4XMUiQVmyaRUfw+o16CHcn5480X9tUROIbbBOiiF/vSC6kuhIM3ZvKDtkAwPjxk0M+MHqzUwEVMza4giiAGg1bYfW+DHsAAAAAElFTkSuQmCC')no-repeat center center;
}
.features-item:hover .feature-img1{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACIlBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////PhojdAAAAtXRSTlMAHoC3ysQtht20RBECA77JJ0MvRTS5thal0K9iGWugk7NZgtM48ZYiPoqukgoNIOwX+HGfMj2ZX4Gsp5w2iIU7G0lQdpe7Gr1zD1I6FQVOos080rAQR1xGK3wLAY9MSltCXR0jBKFmm3AIaCp5cjMcjDBXKTdvkX8mH26aYaMYLoSkDDVPFIMSjZ1YqYvXDm0GbLglwVUklKi8VrW/h03RmEhaQFStZdvYUcBk1J7G6jHkffPOGp3wZAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAIUSURBVDjLY2AAAUYmZhZWNgY8gJ2Dk4ubB48CXj5+AQYeQSEoV1gEU4moGIO4hKSUNIgtIysnr6CIrkJJmUFFVU0dxNTQ1NJWYdAR1UVVoaevZ2AI0mdgJGfMDpQ0MTUzR1ViYclgZc3AYGNraSds72DgqOjo5OyC6nRXR15lNwZzdw9PBgYvR0VvHwZfP39TFCUBnoFBDL7BBgwhoWHhEWAhE7NIFCV8UYyKDNExsXHxCVFQIZ9EuSRkJckpINIpNc0TIWaTnoEZNplyWYwIXnaONpYgzpXLQ3CiuKxCMZUkGSfmI3gRmjHYorKgEMExKEotxlQS6s+VAufwlMiVYirhLSuvQPAqq6p1MdXU1Nr7InimcomYSurkapD8Xd9QgMXBSi5CCA63X6MJiG5qRlZi0tjSiuAJubSBqHZle2Q1HW31CA5jTacBg00XQ3cPspJEuUAkXp6UOUNJL0MsM7KSPrP+Shh7gsBEowJehkmFk6egOLjU2AaS3nxLzKdOY5geyjAjlnEmipLi1FniIGd42coCA27abBWGOXreoqj+jpmb154wb2Kkk2CdYIdCF4P3fIa5C1CVLDReJLu4PWTWEoml1suaGBiWOzOsWImqJNoKlGq4XMUiQVmyaRUfw+o16CHcn5480X9tUROIbbBOiiF/vSC6kuhIM3ZvKDtkAwPjxk0M+MHqzUwEVMza4giiAGg1bYfW+DHsAAAAAElFTkSuQmCC')no-repeat center center;
}
.feature-img2{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAMAAAAocOYLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB71BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///9ohWBlAAAAo3RSTlMACHzW3Oh5LdVsM077VxjqpQKSx6vLQuAl8y7Xa3rMr72CRucR0GBZ0lS4i1sWTxyFor4kcRK33/isoYl/YqafCsEHmN3e4QQP0eUeGu3KtgGzBe+ySrA2+jcvdPHPeCjafklVGVYm9JMX+Z1wK+7N/oMnqiA/LJRyY/D9lVz3DtiZ8inDc2bktfao6cLJFQa87DLZmp51Kk38U4FRNDs5G2/TNKr1BwAAAAFiS0dEpFm+erkAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAHESURBVCjPY2BgYGBkYmZhZWPABdhZODi5uHl4cUjz8QsIAikhYRzyIqJgSkycD6u0hKQUmBaUlsEqLysHZQjIY5VXUIQylJRVsMmrqkEZjOLq2OQ1NGEsLW1s8hw6UIaupB6I0uc2MJQXNTKGm28CoU1ZzEDBwGBuYWllbbPYFiZvZw+mHDgcncAMZ3EQ6aIEk7d1BVM2bu5g2sPTEkhyeXnD5H18xUCUnwGY563s7wCk1D0D4A4M9AeRJm5BQNI4OARIhtqE2SE8EB4RCSTdpYFCUcqGQGZ0TOziOCQfOruByPjFMgz2CUBG4uKkgOQUJHlGLwEQlbqYKy3dliFjsRh6EGVmZYOonMXhuXn5rFKYYchVYA2iChcXGReXgEUiS1EUlC0uB1EViyvBXBWtKlY5JuToDK+uAVG1dfJA0XpzOQl9kwbXxniEAqkmERDV3OLb2tauAI4JnY7OrjK4Ap/uHjDd5imtCDc10BVhgi5Lbx+Y0Y9krz8Su3/CxEloHlOZjMKdsjgUVX4qByqfabEsMnfa4uloBs6IyYcbkSkwcxZGUPJls2rMnjOXfZ7tlCa/+QxYwIKFCtLiLAmLDLlBPAClDVF9s/TVDAAAAABJRU5ErkJggg==')no-repeat center center;
}
.features-item:hover .feature-img2{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAMAAAAocOYLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB7FBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zN5IfAAAAo3RSTlMACHzW3Oh5LdVsM077VxjqpQKSx6vLQuAl8y7Xa3rMr72CRucR0GBZ0lS4i1sWTxyFor4kcRK33/isoYl/YqafCsEHmN3e4QQP0eUeGu3KtgGzBe+ySrA2+jcvdPHPeCjafklVGVYm9JMX+Z1wK+7N/oMnqiA/LJRyY/D9lVz3DtiZ8inDc2bktfao6cLJFQa87DLZmp51Kk38U4FRNDs5G2/TNKr1BwAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAHESURBVCjPY2BgYGBkYmZhZWPABdhZODi5uHl4cUjz8QsIAikhYRzyIqJgSkycD6u0hKQUmBaUlsEqLysHZQjIY5VXUIQylJRVsMmrqkEZjOLq2OQ1NGEsLW1s8hw6UIaupB6I0uc2MJQXNTKGm28CoU1ZzEDBwGBuYWllbbPYFiZvZw+mHDgcncAMZ3EQ6aIEk7d1BVM2bu5g2sPTEkhyeXnD5H18xUCUnwGY563s7wCk1D0D4A4M9AeRJm5BQNI4OARIhtqE2SE8EB4RCSTdpYFCUcqGQGZ0TOziOCQfOruByPjFMgz2CUBG4uKkgOQUJHlGLwEQlbqYKy3dliFjsRh6EGVmZYOonMXhuXn5rFKYYchVYA2iChcXGReXgEUiS1EUlC0uB1EViyvBXBWtKlY5JuToDK+uAVG1dfJA0XpzOQl9kwbXxniEAqkmERDV3OLb2tauAI4JnY7OrjK4Ap/uHjDd5imtCDc10BVhgi5Lbx+Y0Y9krz8Su3/CxEloHlOZjMKdsjgUVX4qByqfabEsMnfa4uloBs6IyYcbkSkwcxZGUPJls2rMnjOXfZ7tlCa/+QxYwIKFCtLiLAmLDLlBPAClDVF9s/TVDAAAAABJRU5ErkJggg==')no-repeat center center;
}
.feature-img3{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB8lBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///+5aYAaAAAApXRSTlMAS97KzM3aPx/jYhkaG24VVL7JQ1OsC1JRRw64oViSUFmVqkWpVSw4sU43QU9CEgoJrXEHFCIxgN0QFthaRo8CJvUrbB1/ZCnHiJSodttbCHUYitY70eYyAV8+0GjFt1Y5V5ylmI4EcA9eTCfOb6SboIF9HMsDYK6RmSTSek1rMHy5e8ZzYRfzQOcTjXewi2dcY3RdHuRJ+QUtNKejSEqMDb3IhML2GuB8AAAAAWJLR0SlLrlKLwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAgxJREFUOMtjYIACRiZmFlYEYGFmY2dAAxycXNw8vAjAw83HxI+mRkAQXReDkDCagIioGKO4BAKIS0pJS6KpkZCRlZNXQAB5RQUlZXQ1KqpqKALqChqYajS1UAS0RbCo0VFHEdAlXY0ebjX6BhCeoRGyGmMTZDWmrGYgjrmFJZIaK2lrG5gaWyBlZ23PwODg6MTg7AJTw2/OJe+qA1Wjy+DmzuDhycDg5c3g48sPU+MHlPcPCISpCQpmCPGVYgg1MwgLh9kVEckDipcouF3RMQysqgyxDM5xCPf4mQKJ+AS4mxOFGJI8GZIZUlLhatLSM4DszCy4muyciNw8hnyGgkK4GnU+cFoq8oepKS4pLRNlKGeoqISpMQ6ogiSUTJgas2qGmnyGnIjaHJgaWwFoINfVQ9U0NDKINjE0xzP4tkDVKLS6SPm3GWfw5CZC/OXS3sEQHMKQzsLQ0VkFUdPVqtBd3tPb51dmAlLTwSDqzdAfDYy1sAkMaoHwuOCYOGnyFHg4hzOkTVUFcqZNt8UR70DxGdHeYN6kANxpY6aMP3XTIfFqNGehCESJY6qZ7TdthjECzBDJLMdQM2duqg0XV6uAQLyAKhcXl1/3PFF0NSIaDJbcgYHFk+XmVygAGdwLGBai53eBhRA6PWFKhxGEuQi93ICVPxNSF6cm8mAvfxjmgcsxliXMrEJL0MoxAJcMeQUUU7juAAAAAElFTkSuQmCC')no-repeat center center;
}
.features-item:hover .feature-img3{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB8lBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////C4SSvAAAApXRSTlMAS97KzM3aPx/jYhkaG24VVL7JQ1OsC1JRRw64oViSUFmVqkWpVSw4sU43QU9CEgoJrXEHFCIxgN0QFthaRo8CJvUrbB1/ZCnHiJSodttbCHUYitY70eYyAV8+0GjFt1Y5V5ylmI4EcA9eTCfOb6SboIF9HMsDYK6RmSTSek1rMHy5e8ZzYRfzQOcTjXewi2dcY3RdHuRJ+QUtNKejSEqMDb3IhML2GuB8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAgxJREFUOMtjYIACRiZmFlYEYGFmY2dAAxycXNw8vAjAw83HxI+mRkAQXReDkDCagIioGKO4BAKIS0pJS6KpkZCRlZNXQAB5RQUlZXQ1KqpqKALqChqYajS1UAS0RbCo0VFHEdAlXY0ebjX6BhCeoRGyGmMTZDWmrGYgjrmFJZIaK2lrG5gaWyBlZ23PwODg6MTg7AJTw2/OJe+qA1Wjy+DmzuDhycDg5c3g48sPU+MHlPcPCISpCQpmCPGVYgg1MwgLh9kVEckDipcouF3RMQysqgyxDM5xCPf4mQKJ+AS4mxOFGJI8GZIZUlLhatLSM4DszCy4muyciNw8hnyGgkK4GnU+cFoq8oepKS4pLRNlKGeoqISpMQ6ogiSUTJgas2qGmnyGnIjaHJgaWwFoINfVQ9U0NDKINjE0xzP4tkDVKLS6SPm3GWfw5CZC/OXS3sEQHMKQzsLQ0VkFUdPVqtBd3tPb51dmAlLTwSDqzdAfDYy1sAkMaoHwuOCYOGnyFHg4hzOkTVUFcqZNt8UR70DxGdHeYN6kANxpY6aMP3XTIfFqNGehCESJY6qZ7TdthjECzBDJLMdQM2duqg0XV6uAQLyAKhcXl1/3PFF0NSIaDJbcgYHFk+XmVygAGdwLGBai53eBhRA6PWFKhxGEuQi93ICVPxNSF6cm8mAvfxjmgcsxliXMrEJL0MoxAJcMeQUUU7juAAAAAElFTkSuQmCC')no-repeat center center;
}
.feature-img4{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAkCAMAAAC+LeqSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABWVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///+o57kTAAAAcXRSTlMAI9DU0dLKwZEgHh88XCGT3AcQS8wYK0dDNii/SplfZWSawlZQUcNOTySVVGNxb1UOZ44bLYFEhQGXF0l7BDuAp24LMb4peaq3li9qM4wWZosKMCyKV30cFcBzEhMUWD6DYltgaM8Nh4YICTKJy8bNIoehKz8AAAABYktHRHI2Dg1YAAAACXBIWXMAAAsSAAALEgHS3X78AAABTElEQVQoz62SSVPCQBCFm0VQIBjWCASIQQhqUEFkEUQN7rsiKiQISAIuLPr/L05IWZJw5V1e91dTPdNTD3R6g3EOyWQ2m2Q3GvQ6MM4vWKxINgyzyW6xL+oBd8BYTpfLqVQOHNweL7GE5PP7fbITXo8bAmQwFP4XFVomA0BHVkClaISGGMOoIcPEIBaPak7GZwdX19anIZvY2FTBLdQkfZDanoTpHSckM5D1T8Iclt/NpAvFPfXM0n7w4JDTXlT+OZp60vHJ6VlUDXOF8wuCuGRV8Or6Bm5LcGefhPeoCReg+KDdKFmxP3JaWM0/PU/t/pKwzvyT1ZBUQxLBWrXOC41GQ0CSja+/1oButtosRb11RLGDURTbbjVpkATochxXyfZ67xVUdEGQAP9QJok8LxLj8hP/C+1XP5Xql5XQSqCTxvEeDEej4UCJ9/cvT1FIDohFt6UAAAAASUVORK5CYII=')no-repeat center center;
}
.features-item:hover .feature-img4{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAkCAMAAAC+LeqSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABVlBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9GIe7vAAAAcXRSTlMAI9DU0dLKwZEgHh88XCGT3AcQS8wYK0dDNii/SplfZWSawlZQUcNOTySVVGNxb1UOZ44bLYFEhQGXF0l7BDuAp24LMb4peaq3li9qM4wWZosKMCyKV30cFcBzEhMUWD6DYltgaM8Nh4YICTKJy8bNIoehKz8AAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAABTElEQVQoz62SSVPCQBCFm0VQIBjWCASIQQhqUEFkEUQN7rsiKiQISAIuLPr/L05IWZJw5V1e91dTPdNTD3R6g3EOyWQ2m2Q3GvQ6MM4vWKxINgyzyW6xL+oBd8BYTpfLqVQOHNweL7GE5PP7fbITXo8bAmQwFP4XFVomA0BHVkClaISGGMOoIcPEIBaPak7GZwdX19anIZvY2FTBLdQkfZDanoTpHSckM5D1T8Iclt/NpAvFPfXM0n7w4JDTXlT+OZp60vHJ6VlUDXOF8wuCuGRV8Or6Bm5LcGefhPeoCReg+KDdKFmxP3JaWM0/PU/t/pKwzvyT1ZBUQxLBWrXOC41GQ0CSja+/1oButtosRb11RLGDURTbbjVpkATochxXyfZ67xVUdEGQAP9QJok8LxLj8hP/C+1XP5Xql5XQSqCTxvEeDEej4UCJ9/cvT1FIDohFt6UAAAAASUVORK5CYII=')no-repeat center center;
}
.feature-img5{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAlCAMAAAB1cTk3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABfVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///9/r8P9AAAAfnRSTlMAINDY1NbPyM6XJiMkPViYzN0IGFcJzRYeODQpHcBEbHBxwcNOTE9REg1baUctN3RfFTOwlFCtYyp4o2KRXD9TD5J3f0uhdVJ9QC9IZhtqSSKeVRN5dqJvii5gPixNDmgHMGFzhzWkg3J7AxHERr8fIYBZfAQrhApKjJWLMsevz4dpAAAAAWJLR0R+P7hBcwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAXFJREFUKM+9kmk7AlEYht8ZKW2jjUxNi5appmTN0EgojLUJKfsu0oJKhP9umpiay2fuL8973R/OOe+5HkDQHlkvj1yhkLdS1oMi0KdUqTU8WgzTtlKt6teB3gACRpPJ2J4G9DBoHsItPFaCsLYSJ8yDYLMrHc5hEadDabeBy4SBBMzkArfHK5VejxvcpE8qfeQfS3/gl8SHqWBoRCrDo2PjE5NTkW5JTdOq0ZlZJMp0pHEuNk/EYWFxKREQZXJ5ZVXNrq2zEIuIcoPeTG5tpwC49Jgo4ztmA+xyhsheJiVKfD/rGA/mDg41m0ed21kqMnR8cmo/i5535EX68hC5oq6vD7off5O7zd/l7gnpmgVNMjn/8C+f3C2LZEkqS2QRylii8shxjwRPKytPz2UohjMMQ9OUs1rNUjTNMJlwEVA/1AqFQj3Psi91fqiBHwV9QzjplWk06JAwNvh+tptseWs23z9+mvzdefRTp/tEhc7LkS+UtVNyd7y2VwAAAABJRU5ErkJggg==')no-repeat center center;
}
.features-item:hover .feature-img5{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAlCAMAAAB1cTk3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABfVBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8robnAAAAfnRSTlMAINDY1NbPyM6XJiMkPViYzN0IGFcJzRYeODQpHcBEbHBxwcNOTE9REg1baUctN3RfFTOwlFCtYyp4o2KRXD9TD5J3f0uhdVJ9QC9IZhtqSSKeVRN5dqJvii5gPixNDmgHMGFzhzWkg3J7AxHERr8fIYBZfAQrhApKjJWLMsevz4dpAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAXFJREFUKM+9kmk7AlEYht8ZKW2jjUxNi5appmTN0EgojLUJKfsu0oJKhP9umpiay2fuL8973R/OOe+5HkDQHlkvj1yhkLdS1oMi0KdUqTU8WgzTtlKt6teB3gACRpPJ2J4G9DBoHsItPFaCsLYSJ8yDYLMrHc5hEadDabeBy4SBBMzkArfHK5VejxvcpE8qfeQfS3/gl8SHqWBoRCrDo2PjE5NTkW5JTdOq0ZlZJMp0pHEuNk/EYWFxKREQZXJ5ZVXNrq2zEIuIcoPeTG5tpwC49Jgo4ztmA+xyhsheJiVKfD/rGA/mDg41m0ed21kqMnR8cmo/i5535EX68hC5oq6vD7off5O7zd/l7gnpmgVNMjn/8C+f3C2LZEkqS2QRylii8shxjwRPKytPz2UohjMMQ9OUs1rNUjTNMJlwEVA/1AqFQj3Psi91fqiBHwV9QzjplWk06JAwNvh+tptseWs23z9+mvzdefRTp/tEhc7LkS+UtVNyd7y2VwAAAABJRU5ErkJggg==')no-repeat center center;
}
.feature-img6{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAYCAMAAAA1ddazAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB+1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///9i7AHZAAAAp3RSTlMAGN2zoaOd6ZEw0RGArQi6pKagxHMiZHt6fE48PUEjAe3q7OX3+/yXckhLTDouQztJP0VxmIEFVo9Tfvr9vZn4dQKG2eANT1qudySHpwbwJY24wIJNqWoERhVlrMNHeSF973j2kP61ks4fymfJVQM0diBcyF8qYN5vYVKyr3A4azcMhJMtNltiaZRQjrGobG5tnA5R9ePxaGMSWIrLExDG4fSVm5qWvjv+NegAAAABYktHRKhQCDaSAAAACXBIWXMAAAsSAAALEgHS3X78AAABxUlEQVQoz2NgYGBkYmZhZWPnYMABOLm4gSQPLy55Pn5eAUEhYRFc8qJi4uISkiJS0mhARlYOKCsvtFxBUUlJUVlBRVUNBaiqLmeRZ1BfrqGppa2jK6Mno6uvDQcGhjJGmsbLTRiWm4LsMDPnELSwlEe32mo5w3IpIC1ubWNrx7/c3gEm4ejk7MLryuAGlHdnYPBY7snA4OXK7b3cByrv67d8+XJ/BnewfMByQwaRwCAdBgbt5cFQBSFCoWHhYPmIyOVRDNExsdzhQOG45fHI9oPkdRISGZJsYSLJKWjyqeZp6WYZmTARgSx5VHm17JxcI364iKdLHkN+kjEQaBQUMhQtZ7DJLi4pLYPLS5QzSPNWlFRWVpZ4hkZKAe2vqhZEMrEmhiElFsquNdcBytfV2yDF5XJxhnRdKMdSrAEob9C4vAkun76ckaG5BcqpEmsFyrcxhC1vh4p0LAe6pNMNykvq0oeEb/fy6AYgX78HHFn5vTx9/f39E5wmTpoMlDcH+XOKzZSp01L9LMH65KaLzZgxI2rGTIZZUHmgXd7ps90Y0IH5cgaXOXNxJTyGefMXMOgsDFq0eOLEiYuXgEhksHjpsinSAMWUhWaFbb53AAAAAElFTkSuQmCC')no-repeat center center;
}
.features-item:hover .feature-img6{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAYCAMAAAA1ddazAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB+FBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9hOqOMAAAAp3RSTlMAGN2zoaOd6ZEw0RGArQi6pKagxHMiZHt6fE48PUEjAe3q7OX3+/yXckhLTDouQztJP0VxmIEFVo9Tfvr9vZn4dQKG2eANT1qudySHpwbwJY24wIJNqWoERhVlrMNHeSF973j2kP61ks4fymfJVQM0diBcyF8qYN5vYVKyr3A4azcMhJMtNltiaZRQjrGobG5tnA5R9ePxaGMSWIrLExDG4fSVm5qWvjv+NegAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAABxUlEQVQoz2NgYGBkYmZhZWPnYMABOLm4gSQPLy55Pn5eAUEhYRFc8qJi4uISkiJS0mhARlYOKCsvtFxBUUlJUVlBRVUNBaiqLmeRZ1BfrqGppa2jK6Mno6uvDQcGhjJGmsbLTRiWm4LsMDPnELSwlEe32mo5w3IpIC1ubWNrx7/c3gEm4ejk7MLryuAGlHdnYPBY7snA4OXK7b3cByrv67d8+XJ/BnewfMByQwaRwCAdBgbt5cFQBSFCoWHhYPmIyOVRDNExsdzhQOG45fHI9oPkdRISGZJsYSLJKWjyqeZp6WYZmTARgSx5VHm17JxcI364iKdLHkN+kjEQaBQUMhQtZ7DJLi4pLYPLS5QzSPNWlFRWVpZ4hkZKAe2vqhZEMrEmhiElFsquNdcBytfV2yDF5XJxhnRdKMdSrAEob9C4vAkun76ckaG5BcqpEmsFyrcxhC1vh4p0LAe6pNMNykvq0oeEb/fy6AYgX78HHFn5vTx9/f39E5wmTpoMlDcH+XOKzZSp01L9LMH65KaLzZgxI2rGTIZZUHmgXd7ps90Y0IH5cgaXOXNxJTyGefMXMOgsDFq0eOLEiYuXgEhksHjpsinSAMWUhWaFbb53AAAAAElFTkSuQmCC')no-repeat center center;
}
.feature-img7{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAdCAMAAACOj/wDAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABg1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8BUnneAAAAf3RSTlMAfZ4LWqJziJC437bjysWl6Maq5BIREBQdwefLMKnCvZWGi4f31gGgwJNjm+VlFZxnndoXI37+Tq76v7DmgFNcjw+hDjpG2wVvAq/ZuUmz76xSMVQGK63gPpQm1MMEl0A94enXgS+yoyx4zEJhurWWVggDJS0kB4rOevBP8po3x55XUQAAAAFiS0dEgGW9nmgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAFcSURBVCjPrdLXUsJQEAbgRRAQUUEFJCpgQVCUIsWGIl1ERarYe8Peu/vqJuGEUO/8L052883sTgoAFwFWpUlYMhE2iysiQWkJW2RQlVZ5qWxrr8YORalU1mBnF49K+uhWqdmoNDXYo6XkJIrePugvQx3o0TAwyGZIOmwcMZWhGXCUXziGast4I5xAq01egQYe7ahxTP4/ihqj0+X2NMCp6Rn6i2lsPM7qCArn0Du/4Fv0BwgGQ+GIvohRPS7F2JvLcea0Wih6zEoRA7hKZq0xGE7gejKVTGcYzKKDW5TbAMhjPMs2UdwEcOMWh9s7EKQi5EfaxT0AB3K2j3b69R9wLZoAJOgsNqrDIz+Yjzlz4QnAKZ6xTSjhSQHIchye4wV9XmLBd3V9g9483dxSxNJ4x17vC/RzGQUPTB1GySOzQkDmAcSenl9eSf2G7x9iwycGMlAnX1rE75/fOvIHaT1Wiqr+VUAAAAAASUVORK5CYII=')no-repeat center center;
}
.features-item:hover .feature-img7{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAdCAMAAACOj/wDAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABgFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8P5Yj7AAAAf3RSTlMAfZ4LWqJziJC437bjysWl6Maq5BIREBQdwefLMKnCvZWGi4f31gGgwJNjm+VlFZxnndoXI37+Tq76v7DmgFNcjw+hDjpG2wVvAq/ZuUmz76xSMVQGK63gPpQm1MMEl0A94enXgS+yoyx4zEJhurWWVggDJS0kB4rOevBP8po3x55XUQAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAFcSURBVCjPrdLXUsJQEAbgRRAQUUEFJCpgQVCUIsWGIl1ERarYe8Peu/vqJuGEUO/8L052883sTgoAFwFWpUlYMhE2iysiQWkJW2RQlVZ5qWxrr8YORalU1mBnF49K+uhWqdmoNDXYo6XkJIrePugvQx3o0TAwyGZIOmwcMZWhGXCUXziGast4I5xAq01egQYe7ahxTP4/ihqj0+X2NMCp6Rn6i2lsPM7qCArn0Du/4Fv0BwgGQ+GIvohRPS7F2JvLcea0Wih6zEoRA7hKZq0xGE7gejKVTGcYzKKDW5TbAMhjPMs2UdwEcOMWh9s7EKQi5EfaxT0AB3K2j3b69R9wLZoAJOgsNqrDIz+Yjzlz4QnAKZ6xTSjhSQHIchye4wV9XmLBd3V9g9483dxSxNJ4x17vC/RzGQUPTB1GySOzQkDmAcSenl9eSf2G7x9iwycGMlAnX1rE75/fOvIHaT1Wiqr+VUAAAAAASUVORK5CYII=')no-repeat center center;
}
.features-all{
    text-align: center;
}
.features-more{
    border-bottom: 2px dotted #131313;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEVSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlL///+NUGAZAAAACXRSTlMAIhHuzDOZd4iadCbLAAAAAWJLR0QKaND0VgAAAAlwSFlzAAALEgAACxIB0t1+/AAAAFlJREFUCNdjYFRgAAIhBmEnIMVqwsAyBSgQPI2BydOJgdUygYFBZQqD8jSgHJNnkieIm6AyeRqTG4PKNCbPBBWQugR1JrDENBCCqwMKTAZxQQJgLgODBhADALF3EPRD3hwTAAAAAElFTkSuQmCC')no-repeat right center;
    color: #121212;
    font-family: "Myriad Pro";
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding-right: 40px;
    cursor: pointer;
    margin: 15px auto;
}
.features-all .buy-button{
    margin: 15px auto;
}
.what{
    background: url("../img/bg-what.jpg");
    background-size: cover;
}
.what-size{
    margin: 150px auto 90px;
}
.what-size div .what-text{
    margin-top: 50px;
}
.what-text{
    background-position: left bottom;
    color: white;
    font-size: 36px;
    padding-right: 20px;
}
.what-its{
    color: white;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin: 25px 0;
}
.what-list{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAMAAADjcdz2AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEX7AAD7AAD7AAD7AAD7AAD7AAD7AAD7AAD7AAD7AAD7AAD7AAD7AAD7AAD7AAD7AAD///+ikGs4AAAAD3RSTlMAIkQRd927VaruzJmIZjMLTH8tAAAAAWJLR0QQlbINLAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAHVJREFUGNNNkI0OgCAIhE800cp4/7eNn2Le5uQ7GIKAqxBVpGo7RNX54+JoGl5VpqS6GadsagAnzEtPxUgmSzK0Y2/B0PuGl/HP2uSwMvDHE+jiTrC9uyQcZ1ma8Tk5eNqozzYp+S6Uzvq3uxzPZ/sAWlwifAEHqgjpDlsNMwAAAABJRU5ErkJggg==')no-repeat left top;
    color: white;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 30px;
    margin: 12px 0;
}
.char{
    background: url("../img/bg-phone.jpg") 30%;
    background-size: cover;
}
.char-size{
    padding: 60px 0;
}
.char-size .top-text-black{
    margin-top: 30px;
}
.char-table{
    color: #3f3f3f;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    margin: 120px auto;
}
.phone{
    background: url("../img/bg-phone.jpg");
    background-size: cover;
}
.phone-size{
    margin: 90px auto 80px;
}
.phone-img{
    position: relative;
    width: 72%;
}
.phone-watch-menu{
    position: absolute;
    bottom: 0%;
    right: 8%;
    width: 49%;
}
.phone-bluetooth{
    position: absolute;
    top: 21%;
    right: 7%;
    width: 20%;
}
.phone-size2{
    margin: 210px auto 150px;
}
.phone-text{
    background-position: left bottom;
    color: white;
    font-size: 48px;
    line-height: 48px;
    padding-right: 20px;
    text-align: left;
}
.phone-info{
    color: white;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 50px 0;
}
.price_land_curr {
  text-transform: lowercase;
}
.func{
    margin: 80px auto;
}
.func-head{
    margin: 60px auto;
}
.func-size{
    color: #292929;
    font-family: Open Sans;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    height: 200px;
}
.func-cir{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.func1{background: url("../img/func1.png")no-repeat center center, #ff9000;}
.func2{background: url("../img/func2.png")no-repeat center center, #ef3c32;}
.func3{background: url("../img/func3.png")no-repeat center center, #80db58;}
.func4{background: url("../img/func4.png")no-repeat center center, #6983f1;}
.func5{background: url("../img/func5.png")no-repeat center center, #2eb9e7;}
.func6{background: url("../img/func6.png")no-repeat center center, #ffe400;}
.func7{background: url("../img/func7.png")no-repeat center center, #8e3c30;}
.func8{background: url("../img/func8.png")no-repeat center center, #4e6be6;}
.func9{background: url("../img/func9.png")no-repeat center center, #bd549c;}
.func10{background: url("../img/func10.png")no-repeat center center, #ffe400;}
.func11{background: url("../img/func11.png")no-repeat center center, #ff6e00;}
.func12{background: url("../img/func12.png")no-repeat center center, #2eb9e7;}
.func13{background: url("../img/func13.png")no-repeat center center, #4e6be6;}
.func14{background: url("../img/func14.png")no-repeat center center, #2eb9e7;}
.func15{background: url("../img/func15.png")no-repeat center center, #40455f;}
.func16{background: url("../img/func16.png")no-repeat center center, #44c2a6;}
.func17{background: url("../img/func17.png")no-repeat center center, #f54dc3;}
.func18{background: url("../img/func18.png")no-repeat center center, #80db58;}
.func19{background: url("../img/func19.png")no-repeat center center, #80db58;}
.func20{background: url("../img/func20.png")no-repeat center center, #ff6e00;}
.func21{background: url("../img/func21.png")no-repeat center center, #8e3c30;}
.func22{background: url("../img/func22.png")no-repeat center center, #ef3c32;}
.func23{background: url("../img/func23.png")no-repeat center center, #5a73e0;}
.func24{background: url("../img/func24.png")no-repeat center center, #2baeda;}
.video{
    padding-top: 20px;
}
.video-head{
    color: white;
    margin: 160px auto 40px;
}
.video-hold{
    position: relative;
    margin: 60px auto 95px;
    text-align: center;
}
.video-hold img{
    width: 80%;
}
.video-wrap{
    position: absolute;
    top: 6.5%;
    height: 87.5%;
    left: 16.9%;
    width: 66.1%;
}
.photo-prop{
    border: 1px solid #ebebeb;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    margin: 15px auto;
    width: 100%;
}
.reviews{
    margin: 20px auto 70px;
}
.rev-img{
    border: 14px solid whitesmoke;
    border-radius: 50%;
    margin: 15px auto;
}
.rev-name{
    color: #121212;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 39px;
    padding-left: 35px;
}
.rev-text{
    color: #606060;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 35px;
}
.rev-line{
    width: 7px;
    height: 703px;
    position: absolute;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEVRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVH////raTOPAAAACXRSTlMAVtT5VFVX1vpfhdlSAAAAAWJLR0QKaND0VgAAAAlwSFlzAAALEgAACxIB0t1+/AAAACdJREFUCNdjYFRWZGDwnDlTgEFz5kwFBsuZMw0grMiZMxMY2CrKGACUgglBBylLOwAAAABJRU5ErkJggg==') no-repeat top left, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEVRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVH////raTOPAAAACXRSTlMAVtT5VFVX1vpfhdlSAAAAAWJLR0QKaND0VgAAAAlwSFlzAAALEgAACxIB0t1+/AAAACdJREFUCNdjYFRWZGDwnDlTgEFz5kwFBsuZMw0grMiZMxMY2CrKGACUgglBBylLOwAAAABJRU5ErkJggg==') no-repeat bottom left, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADAQMAAABoE/fBAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAMSURBVAjXY2hgAAIAAoYAgf+S7LkAAAAASUVORK5CYII=') repeat-y center;
    margin-left: 94px;
    margin-top: -20px;
}
.us{
    background: url("../img/us-bg.jpg");
    background-size: cover;
    padding: 60px 0;
}
.us-line{
    border-bottom: 1px solid #9b9b9b;
}
.us-img{
    text-align: center;
    padding-bottom: 40px;
}
.us-img img{
    padding: 40px 0;
}
.usi-m{
    display: none;
}
.us-slogan{
    color: #383838;
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0;
}
.us-text{
    color: #383838;
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
}
.delivery{
    margin: 80px auto 100px;
}
.delivery-cir{
    margin: 15px auto;
    width: 229px;
    height: 225px;
}
.delivery-img1{
    background: url()no-repeat center center, url()no-repeat center center;
}
.delivery-img2{
    background: url()no-repeat center center, url()no-repeat center center;
}
.delivery-img3{
    background: url()no-repeat center center, url()no-repeat center center;
}
.delivery-text{
    color: #505050;
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 15px auto;
}
.header2{
    background: url("../img/bg-what.jpg");
    background-size: cover;
    padding: 80px 0;
}
.footer-text{
    color: #8b8b8b;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    margin: 60px auto 100px;
}
.sale-order-name, .sale-order-phone, select{
    height: 55px;
    width: 100%;
    background-color: white;
    border: 1px solid #262626;
    border-radius: 6px;
    margin: 10px auto;
    padding-left: 15px;
    color: #8d8d8d;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}
.place-width{
    padding: 0 20px;
}
.modal-title{
    font-size: 20px;
}
@media screen and (max-width: 1200px){
    .header-main{
        font-size: 43px;
    }
    .header-high {
        margin: 90px auto;
    }
    .header-high2 {
        margin: 90px auto;
    }
    .header-slog {
        font-size: 27px;
    }
    .phone {
        background: url("../img/bg-what.jpg");
        background-size: cover;
    }
    .func-head{
        font-size: 42px;
    }
    .rev-text{
        padding-left: 55px;
    }
}
@media screen and (max-width: 992px){
    .header-main {
        font-size: 60px;
        text-align: center;
    }
    .header-high {
        text-align: center;
        margin: -110px auto 110px;
    }
    .header-high2 {
        text-align: center;
    }
    .countbox {
        margin: 20px auto 75px;
    }
    .char {
        background: url("../img/bg-what.jpg");
        background-size: cover;
        padding: 130px 0;
    }
    .char-table {
        margin: 0px auto;
    }
    .char-size {
        padding-top: 60px;
    }
    .rev-line{
        display: none;
    }
    .rev-text{
        padding-left: 36px;
    }
    .buy-button {
        margin: 10px auto;
    }
    .top-text-black {
        font-size: 40px;
    }
    .features-watch {
        margin: 0 8%;
    }
    .phone-size {
        margin: 200px auto 80px;
    }
    .phone-size2 {
        margin: 80px auto 150px;
    }
    .video-hold {
        margin: 50px auto 0px;
    }
    .video-hold img {
        width: 100%;
    }
    .video-wrap {
        position: absolute;
        top: 6.5%;
        height: 87.5%;
        left: 8.9%;
        width: 82.1%;
    }
    .delivery {
        margin: 20px auto 0;
    }
    .header2 {
        padding: 160px 0;
    }
    .countbox-hours1, .countbox-hours2, .countbox-mins1, .countbox-mins2, .countbox-secs1, .countbox-secs2 {
        width: 40px;
        height: 60px;
        line-height: 62px;
    }
    .countbox .countbox-space {
        line-height: 50px;
        font-size: 60px;
        width: 17px;
    }
    .countbox {
        width: 298px;
    }
    .countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
        width: 88px;
    }
}
@media (max-width: 768px){
    .feature-text {
        text-align: center;
    }
    .rev-cent{
        text-align: center;
    }
    .header {
        background: #00dbdd;
        text-align: center;
    }
    .header2{
        background: #00dbdd;
        padding: 0 0 50px;
    }
    .header-main {
        font-size: 25px;
        text-transform: uppercase;
        margin: 0;
    }
    .header-high{
        margin: 100px auto 0;
    }
    .header-high2 {
        margin: 10px auto;
    }
    .header-slog {
        display: none;
    }
    .header-slog2 {
        margin: 0;
    }
    .header-discount {
        font-size: 26px;
        margin: -93px 0 0;
    }
    .header-discount2 {
        margin: -10px 0 0;
    }
    .header-time-left {
        font-size: 21px;
        line-height: 20px;
    }
    .header-watch-time-m {
        display: inline-block;
        max-width: 250px;
        margin: 0 auto;
        text-align: center;
    }
    .char .header-watch-time-m {
        display: block;
    }
    .header-price {
        width: 35%;
        position: absolute;
        left: 8%;
        bottom: 0%;
    }
    .header-watch-time, .header-watch-menu{
        display: none;
    }
    .countbox {
        margin: 5px auto 15px;
    }
    .buy-button {
        height: 65px;
        font-size: 20px;
        line-height: 24px;
        margin: 10px auto;
        max-width: 320px;
    }
    .video-hold {
        margin: 50px auto;
    }
    .us{
        background: #f7f7f7;
    }
    .us-slogan {
        font-size: 30px;
        margin: 10px 0;
    }
    .us-img img {
        padding: 20px 0;
    }
    .usi{
        display: none;
    }
    .usi-m{
        display: inline-block;
    }
    .char{
        background: #01dcde;
        padding: 0;
    }
    .char-size {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .char-table {
        margin: 30px auto;
        font-size: 17px;
    }
    .char-size .top-text-black {
        margin-top: 0px;
    }
    .top-text-black {
        font-size: 30px;
    }
    .features {
        margin: 0px auto 0;
    }
    .features {
        margin: 0px auto 0;
    }
    .features-more {
        font-size: 22px;
    }
    .what-size {
        margin: 114px auto 45px;
    }
    .phone-size {
        margin: 180px auto 0px;
    }
    .phone-size2 {
        margin: 0px auto 80px;
    }
    .func {
        margin: 0px auto;
    }
    .func-size {
        height: 185px;
    }
    .rev-name{
        padding: 0;
    }
    .rev-text{
        padding: 0;
    }
    .reviews {
        margin: 0 auto;
    }
    .footer-text {
        margin: 0 auto;
        font-size: 19px;
    }
    .slick-next
    {
        right: 0px !important;
    }
    .countbox-hours1, .countbox-hours2, .countbox-mins1, .countbox-mins2, .countbox-secs1, .countbox-secs2 {
        width: 35px;
        height: 55px;
        line-height: 58px;
    }
    .countbox {
        font-size: 40px;
        width: 268px;
    }
    .countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
        width: 80px;
        margin-top: 70px;
        font-size: 23px;
    }
}
@media (max-width: 480px){
    .header-watch-time-m {
        width: 70%;
        margin-left: 15%;
    }
    .header-main {
        line-height: 30px !important;
    }
    .video {
        padding-top: 0px;
    }
    .top-text-black {
        font-size: 17px;
        padding-bottom: 0;
        line-height: 28px;
    }
    .video-hold {
        margin: 10px auto;
    }
    .char-size {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .features-more {
        font-size: 20px;
        padding-right: 30px;
    }
    .features-all .buy-button {
        margin: 5px auto;
    }
    .features-all{
        margin: 5px auto;
    }
    .buy-button {
        font-size: 18px;
        max-width: 250px;
        height: 50px;
        line-height: 12px;
    }
    .func-head {
        margin: 15px auto;
    }
    .us {
        padding: 10px 0;
    }
    .us-img img {
        padding: 5px 0;
    }
    .us-text {
        font-size: 13px;
        line-height: 16px;
    }
    .us-img {
        padding-bottom: 10px;
    }
    .us-slogan {
        font-size: 20px;
        margin: 10px 0;
        line-height: 21px;
    }
    .footer-text {
        font-size: 12px;
        line-height: 16px;
    }
    /*---------*/
    * {
        margin: 0;
        padding: 0
    }
    .post {
        position: relative;
        margin-bottom: 20px;
    }
    .inactive {
        color: #bbb;
    }
    .post .title {
        position: relative;
    }
    .entry{
        display:none;
    }
    .post .title .plus {
        position: absolute;
        right: 0;
        top: 30%;
        cursor: pointer;
        width: 14px;
        height: 14px;
        background: url(../img/trigger.gif) no-repeat left bottom;
        display: block;
        font-size: 0;
    }
    #content .inactive .title span {
        background-position: left top;
    }
    #content .post .entry {
        padding: 10px 0;
    }
    /*------------*/
}
#revw {text-align: center;}
#revw img {display: inline-block;}
@media (max-width: 600px){
.func-cir {height: 95px !important; width: 95px !important;}
.header-watch-time {margin-bottom: 10%}
}
.slick-dots {position: relative; top: 0}
.dots {margin: 0 auto 10px}
.dots1 {margin: 10px auto 10px}
.header-main {line-height: 50px;}
.slidecom {margin-bottom: 0 !important;}
      
.errorMessage{
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #DC3434;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 13px;
    border-radius: 4px;
    padding: 8px 12px;
}
.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; }
.copyright img:first-child { display: block!important; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
#ex1 {overflow-x: hidden;}