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;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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 #eee;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>th,
.table>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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table>thead>tr>td.active,
.table>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 #ddd;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label~.form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group>.form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block+.btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open>.dropdown-menu {
  display: block;
}
.open>a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group>.btn:first-child {
  margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group>.btn-group {
  float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical>.btn-group>.btn {
  float: none;
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified>.btn-group .btn {
  width: 100%;
}
.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto;
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn>.btn {
  position: relative;
}
.input-group-btn>.btn+.btn {
  margin-left: -1px;
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav>li {
  position: relative;
  display: block;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav>li.disabled>a {
  color: #777;
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav>li>a>img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified>li {
  float: none;
}
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills>li {
  float: left;
}
.nav-pills>li>a {
  border-radius: 4px;
}
.nav-pills>li+li {
  margin-left: 2px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked>li {
  float: none;
}
.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified>li {
  float: none;
}
.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified>li>a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@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;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand>img {
  display: block;
}
@media (min-width: 768px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav>li {
    float: left;
  }
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group>.form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav>li>a {
  color: #777;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb>li {
  display: inline-block;
}
.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb>.active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination>li {
  display: inline;
}
.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next>a,
.pager .next>span {
  float: right;
}
.pager .previous>a,
.pager .previous>span {
  float: left;
}
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item>.badge {
  float: right;
}
.list-group-item>.badge+.badge {
  margin-right: 5px;
}
.nav-pills>li>a>.badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron>hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.thumbnail>img,
.thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert>p,
.alert>ul {
  margin-bottom: 0;
}
.alert>p+p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media>.pull-right {
  padding-left: 10px;
}
.media-left,
.media>.pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group+.panel-footer {
  border-top-width: 0;
}
.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}
.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}
.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel+.panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}
.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}
.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -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: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover>.arrow {
  border-width: 11px;
}
.popover>.arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}
@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    left: 0;
  }
  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
  }
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
  }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}
.carousel-inner>.active {
  left: 0;
}
.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner>.next {
  left: 100%;
}
.carousel-inner>.prev {
  left: -100%;
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}
.carousel-inner>.active.left {
  left: -100%;
}
.carousel-inner>.active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  background-color: rgba(0,0,0,0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
  background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body: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;
}
@-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;
  }
}
@font-face {
  font-family: Material-Design-Iconic-Font;
  src: url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'), url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'), url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype');
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.zmdi-hc-2x {
  font-size: 2em;
}
.zmdi-hc-3x {
  font-size: 3em;
}
.zmdi-hc-4x {
  font-size: 4em;
}
.zmdi-hc-5x {
  font-size: 5em;
}
.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}
.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.zmdi-hc-ul>li {
  position: relative;
}
.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}
.zmdi-hc-border {
  padding: .1em .25em;
  border: solid .1em #9e9e9e;
  border-radius: 2px;
}
.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid .1em #9e9e9e;
  border-radius: 50%;
}
.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}
.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}
.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}
.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}
@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}
.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}
.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.zmdi-hc-stack-1x {
  line-height: inherit;
}
.zmdi-hc-stack-2x {
  font-size: 2em;
}
.zmdi-hc-inverse {
  color: #fff;
}
.zmdi-3d-rotation:before {
  content: '\f101';
}
.zmdi-airplane-off:before {
  content: '\f102';
}
.zmdi-airplane:before {
  content: '\f103';
}
.zmdi-album:before {
  content: '\f104';
}
.zmdi-archive:before {
  content: '\f105';
}
.zmdi-assignment-account:before {
  content: '\f106';
}
.zmdi-assignment-alert:before {
  content: '\f107';
}
.zmdi-assignment-check:before {
  content: '\f108';
}
.zmdi-assignment-o:before {
  content: '\f109';
}
.zmdi-assignment-return:before {
  content: '\f10a';
}
.zmdi-assignment-returned:before {
  content: '\f10b';
}
.zmdi-assignment:before {
  content: '\f10c';
}
.zmdi-attachment-alt:before {
  content: '\f10d';
}
.zmdi-attachment:before {
  content: '\f10e';
}
.zmdi-audio:before {
  content: '\f10f';
}
.zmdi-badge-check:before {
  content: '\f110';
}
.zmdi-balance-wallet:before {
  content: '\f111';
}
.zmdi-balance:before {
  content: '\f112';
}
.zmdi-battery-alert:before {
  content: '\f113';
}
.zmdi-battery-flash:before {
  content: '\f114';
}
.zmdi-battery-unknown:before {
  content: '\f115';
}
.zmdi-battery:before {
  content: '\f116';
}
.zmdi-bike:before {
  content: '\f117';
}
.zmdi-block-alt:before {
  content: '\f118';
}
.zmdi-block:before {
  content: '\f119';
}
.zmdi-boat:before {
  content: '\f11a';
}
.zmdi-book-image:before {
  content: '\f11b';
}
.zmdi-book:before {
  content: '\f11c';
}
.zmdi-bookmark-outline:before {
  content: '\f11d';
}
.zmdi-bookmark:before {
  content: '\f11e';
}
.zmdi-brush:before {
  content: '\f11f';
}
.zmdi-bug:before {
  content: '\f120';
}
.zmdi-bus:before {
  content: '\f121';
}
.zmdi-cake:before {
  content: '\f122';
}
.zmdi-car-taxi:before {
  content: '\f123';
}
.zmdi-car-wash:before {
  content: '\f124';
}
.zmdi-car:before {
  content: '\f125';
}
.zmdi-card-giftcard:before {
  content: '\f126';
}
.zmdi-card-membership:before {
  content: '\f127';
}
.zmdi-card-travel:before {
  content: '\f128';
}
.zmdi-card:before {
  content: '\f129';
}
.zmdi-case-check:before {
  content: '\f12a';
}
.zmdi-case-download:before {
  content: '\f12b';
}
.zmdi-case-play:before {
  content: '\f12c';
}
.zmdi-case:before {
  content: '\f12d';
}
.zmdi-cast-connected:before {
  content: '\f12e';
}
.zmdi-cast:before {
  content: '\f12f';
}
.zmdi-chart-donut:before {
  content: '\f130';
}
.zmdi-chart:before {
  content: '\f131';
}
.zmdi-city-alt:before {
  content: '\f132';
}
.zmdi-city:before {
  content: '\f133';
}
.zmdi-close-circle-o:before {
  content: '\f134';
}
.zmdi-close-circle:before {
  content: '\f135';
}
.zmdi-close:before {
  content: '\f136';
}
.zmdi-cocktail:before {
  content: '\f137';
}
.zmdi-code-setting:before {
  content: '\f138';
}
.zmdi-code-smartphone:before {
  content: '\f139';
}
.zmdi-code:before {
  content: '\f13a';
}
.zmdi-coffee:before {
  content: '\f13b';
}
.zmdi-collection-bookmark:before {
  content: '\f13c';
}
.zmdi-collection-case-play:before {
  content: '\f13d';
}
.zmdi-collection-folder-image:before {
  content: '\f13e';
}
.zmdi-collection-image-o:before {
  content: '\f13f';
}
.zmdi-collection-image:before {
  content: '\f140';
}
.zmdi-collection-item-1:before {
  content: '\f141';
}
.zmdi-collection-item-2:before {
  content: '\f142';
}
.zmdi-collection-item-3:before {
  content: '\f143';
}
.zmdi-collection-item-4:before {
  content: '\f144';
}
.zmdi-collection-item-5:before {
  content: '\f145';
}
.zmdi-collection-item-6:before {
  content: '\f146';
}
.zmdi-collection-item-7:before {
  content: '\f147';
}
.zmdi-collection-item-8:before {
  content: '\f148';
}
.zmdi-collection-item-9-plus:before {
  content: '\f149';
}
.zmdi-collection-item-9:before {
  content: '\f14a';
}
.zmdi-collection-item:before {
  content: '\f14b';
}
.zmdi-collection-music:before {
  content: '\f14c';
}
.zmdi-collection-pdf:before {
  content: '\f14d';
}
.zmdi-collection-plus:before {
  content: '\f14e';
}
.zmdi-collection-speaker:before {
  content: '\f14f';
}
.zmdi-collection-text:before {
  content: '\f150';
}
.zmdi-collection-video:before {
  content: '\f151';
}
.zmdi-compass:before {
  content: '\f152';
}
.zmdi-cutlery:before {
  content: '\f153';
}
.zmdi-delete:before {
  content: '\f154';
}
.zmdi-dialpad:before {
  content: '\f155';
}
.zmdi-dns:before {
  content: '\f156';
}
.zmdi-drink:before {
  content: '\f157';
}
.zmdi-edit:before {
  content: '\f158';
}
.zmdi-email-open:before {
  content: '\f159';
}
.zmdi-email:before {
  content: '\f15a';
}
.zmdi-eye-off:before {
  content: '\f15b';
}
.zmdi-eye:before {
  content: '\f15c';
}
.zmdi-eyedropper:before {
  content: '\f15d';
}
.zmdi-favorite-outline:before {
  content: '\f15e';
}
.zmdi-favorite:before {
  content: '\f15f';
}
.zmdi-filter-list:before {
  content: '\f160';
}
.zmdi-fire:before {
  content: '\f161';
}
.zmdi-flag:before {
  content: '\f162';
}
.zmdi-flare:before {
  content: '\f163';
}
.zmdi-flash-auto:before {
  content: '\f164';
}
.zmdi-flash-off:before {
  content: '\f165';
}
.zmdi-flash:before {
  content: '\f166';
}
.zmdi-flip:before {
  content: '\f167';
}
.zmdi-flower-alt:before {
  content: '\f168';
}
.zmdi-flower:before {
  content: '\f169';
}
.zmdi-font:before {
  content: '\f16a';
}
.zmdi-fullscreen-alt:before {
  content: '\f16b';
}
.zmdi-fullscreen-exit:before {
  content: '\f16c';
}
.zmdi-fullscreen:before {
  content: '\f16d';
}
.zmdi-functions:before {
  content: '\f16e';
}
.zmdi-gas-station:before {
  content: '\f16f';
}
.zmdi-gesture:before {
  content: '\f170';
}
.zmdi-globe-alt:before {
  content: '\f171';
}
.zmdi-globe-lock:before {
  content: '\f172';
}
.zmdi-globe:before {
  content: '\f173';
}
.zmdi-graduation-cap:before {
  content: '\f174';
}
.zmdi-home:before {
  content: '\f175';
}
.zmdi-hospital-alt:before {
  content: '\f176';
}
.zmdi-hospital:before {
  content: '\f177';
}
.zmdi-hotel:before {
  content: '\f178';
}
.zmdi-hourglass-alt:before {
  content: '\f179';
}
.zmdi-hourglass-outline:before {
  content: '\f17a';
}
.zmdi-hourglass:before {
  content: '\f17b';
}
.zmdi-http:before {
  content: '\f17c';
}
.zmdi-image-alt:before {
  content: '\f17d';
}
.zmdi-image-o:before {
  content: '\f17e';
}
.zmdi-image:before {
  content: '\f17f';
}
.zmdi-inbox:before {
  content: '\f180';
}
.zmdi-invert-colors-off:before {
  content: '\f181';
}
.zmdi-invert-colors:before {
  content: '\f182';
}
.zmdi-key:before {
  content: '\f183';
}
.zmdi-label-alt-outline:before {
  content: '\f184';
}
.zmdi-label-alt:before {
  content: '\f185';
}
.zmdi-label-heart:before {
  content: '\f186';
}
.zmdi-label:before {
  content: '\f187';
}
.zmdi-labels:before {
  content: '\f188';
}
.zmdi-lamp:before {
  content: '\f189';
}
.zmdi-landscape:before {
  content: '\f18a';
}
.zmdi-layers-off:before {
  content: '\f18b';
}
.zmdi-layers:before {
  content: '\f18c';
}
.zmdi-library:before {
  content: '\f18d';
}
.zmdi-link:before {
  content: '\f18e';
}
.zmdi-lock-open:before {
  content: '\f18f';
}
.zmdi-lock-outline:before {
  content: '\f190';
}
.zmdi-lock:before {
  content: '\f191';
}
.zmdi-mail-reply-all:before {
  content: '\f192';
}
.zmdi-mail-reply:before {
  content: '\f193';
}
.zmdi-mail-send:before {
  content: '\f194';
}
.zmdi-mall:before {
  content: '\f195';
}
.zmdi-map:before {
  content: '\f196';
}
.zmdi-menu:before {
  content: '\f197';
}
.zmdi-money-box:before {
  content: '\f198';
}
.zmdi-money-off:before {
  content: '\f199';
}
.zmdi-money:before {
  content: '\f19a';
}
.zmdi-more-vert:before {
  content: '\f19b';
}
.zmdi-more:before {
  content: '\f19c';
}
.zmdi-movie-alt:before {
  content: '\f19d';
}
.zmdi-movie:before {
  content: '\f19e';
}
.zmdi-nature-people:before {
  content: '\f19f';
}
.zmdi-nature:before {
  content: '\f1a0';
}
.zmdi-navigation:before {
  content: '\f1a1';
}
.zmdi-open-in-browser:before {
  content: '\f1a2';
}
.zmdi-open-in-new:before {
  content: '\f1a3';
}
.zmdi-palette:before {
  content: '\f1a4';
}
.zmdi-parking:before {
  content: '\f1a5';
}
.zmdi-pin-account:before {
  content: '\f1a6';
}
.zmdi-pin-assistant:before {
  content: '\f1a7';
}
.zmdi-pin-drop:before {
  content: '\f1a8';
}
.zmdi-pin-help:before {
  content: '\f1a9';
}
.zmdi-pin-off:before {
  content: '\f1aa';
}
.zmdi-pin:before {
  content: '\f1ab';
}
.zmdi-pizza:before {
  content: '\f1ac';
}
.zmdi-plaster:before {
  content: '\f1ad';
}
.zmdi-power-setting:before {
  content: '\f1ae';
}
.zmdi-power:before {
  content: '\f1af';
}
.zmdi-print:before {
  content: '\f1b0';
}
.zmdi-puzzle-piece:before {
  content: '\f1b1';
}
.zmdi-quote:before {
  content: '\f1b2';
}
.zmdi-railway:before {
  content: '\f1b3';
}
.zmdi-receipt:before {
  content: '\f1b4';
}
.zmdi-refresh-alt:before {
  content: '\f1b5';
}
.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}
.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}
.zmdi-refresh-sync:before {
  content: '\f1b8';
}
.zmdi-refresh:before {
  content: '\f1b9';
}
.zmdi-roller:before {
  content: '\f1ba';
}
.zmdi-ruler:before {
  content: '\f1bb';
}
.zmdi-scissors:before {
  content: '\f1bc';
}
.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}
.zmdi-screen-rotation:before {
  content: '\f1be';
}
.zmdi-search-for:before {
  content: '\f1bf';
}
.zmdi-search-in-file:before {
  content: '\f1c0';
}
.zmdi-search-in-page:before {
  content: '\f1c1';
}
.zmdi-search-replace:before {
  content: '\f1c2';
}
.zmdi-search:before {
  content: '\f1c3';
}
.zmdi-seat:before {
  content: '\f1c4';
}
.zmdi-settings-square:before {
  content: '\f1c5';
}
.zmdi-settings:before {
  content: '\f1c6';
}
.zmdi-shield-check:before {
  content: '\f1c7';
}
.zmdi-shield-security:before {
  content: '\f1c8';
}
.zmdi-shopping-basket:before {
  content: '\f1c9';
}
.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}
.zmdi-shopping-cart:before {
  content: '\f1cb';
}
.zmdi-sign-in:before {
  content: '\f1cc';
}
.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}
.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}
.zmdi-sort-asc:before {
  content: '\f1cf';
}
.zmdi-sort-desc:before {
  content: '\f1d0';
}
.zmdi-spellcheck:before {
  content: '\f1d1';
}
.zmdi-storage:before {
  content: '\f1d2';
}
.zmdi-store-24:before {
  content: '\f1d3';
}
.zmdi-store:before {
  content: '\f1d4';
}
.zmdi-subway:before {
  content: '\f1d5';
}
.zmdi-sun:before {
  content: '\f1d6';
}
.zmdi-tab-unselected:before {
  content: '\f1d7';
}
.zmdi-tab:before {
  content: '\f1d8';
}
.zmdi-tag-close:before {
  content: '\f1d9';
}
.zmdi-tag-more:before {
  content: '\f1da';
}
.zmdi-tag:before {
  content: '\f1db';
}
.zmdi-thumb-down:before {
  content: '\f1dc';
}
.zmdi-thumb-up-down:before {
  content: '\f1dd';
}
.zmdi-thumb-up:before {
  content: '\f1de';
}
.zmdi-ticket-star:before {
  content: '\f1df';
}
.zmdi-toll:before {
  content: '\f1e0';
}
.zmdi-toys:before {
  content: '\f1e1';
}
.zmdi-traffic:before {
  content: '\f1e2';
}
.zmdi-translate:before {
  content: '\f1e3';
}
.zmdi-triangle-down:before {
  content: '\f1e4';
}
.zmdi-triangle-up:before {
  content: '\f1e5';
}
.zmdi-truck:before {
  content: '\f1e6';
}
.zmdi-turning-sign:before {
  content: '\f1e7';
}
.zmdi-wallpaper:before {
  content: '\f1e8';
}
.zmdi-washing-machine:before {
  content: '\f1e9';
}
.zmdi-window-maximize:before {
  content: '\f1ea';
}
.zmdi-window-minimize:before {
  content: '\f1eb';
}
.zmdi-window-restore:before {
  content: '\f1ec';
}
.zmdi-wrench:before {
  content: '\f1ed';
}
.zmdi-zoom-in:before {
  content: '\f1ee';
}
.zmdi-zoom-out:before {
  content: '\f1ef';
}
.zmdi-alert-circle-o:before {
  content: '\f1f0';
}
.zmdi-alert-circle:before {
  content: '\f1f1';
}
.zmdi-alert-octagon:before {
  content: '\f1f2';
}
.zmdi-alert-polygon:before {
  content: '\f1f3';
}
.zmdi-alert-triangle:before {
  content: '\f1f4';
}
.zmdi-help-outline:before {
  content: '\f1f5';
}
.zmdi-help:before {
  content: '\f1f6';
}
.zmdi-info-outline:before {
  content: '\f1f7';
}
.zmdi-info:before {
  content: '\f1f8';
}
.zmdi-notifications-active:before {
  content: '\f1f9';
}
.zmdi-notifications-add:before {
  content: '\f1fa';
}
.zmdi-notifications-none:before {
  content: '\f1fb';
}
.zmdi-notifications-off:before {
  content: '\f1fc';
}
.zmdi-notifications-paused:before {
  content: '\f1fd';
}
.zmdi-notifications:before {
  content: '\f1fe';
}
.zmdi-account-add:before {
  content: '\f1ff';
}
.zmdi-account-box-mail:before {
  content: '\f200';
}
.zmdi-account-box-o:before {
  content: '\f201';
}
.zmdi-account-box-phone:before {
  content: '\f202';
}
.zmdi-account-box:before {
  content: '\f203';
}
.zmdi-account-calendar:before {
  content: '\f204';
}
.zmdi-account-circle:before {
  content: '\f205';
}
.zmdi-account-o:before {
  content: '\f206';
}
.zmdi-account:before {
  content: '\f207';
}
.zmdi-accounts-add:before {
  content: '\f208';
}
.zmdi-accounts-alt:before {
  content: '\f209';
}
.zmdi-accounts-list-alt:before {
  content: '\f20a';
}
.zmdi-accounts-list:before {
  content: '\f20b';
}
.zmdi-accounts-outline:before {
  content: '\f20c';
}
.zmdi-accounts:before {
  content: '\f20d';
}
.zmdi-face:before {
  content: '\f20e';
}
.zmdi-female:before {
  content: '\f20f';
}
.zmdi-male-alt:before {
  content: '\f210';
}
.zmdi-male-female:before {
  content: '\f211';
}
.zmdi-male:before {
  content: '\f212';
}
.zmdi-mood-bad:before {
  content: '\f213';
}
.zmdi-mood:before {
  content: '\f214';
}
.zmdi-run:before {
  content: '\f215';
}
.zmdi-walk:before {
  content: '\f216';
}
.zmdi-cloud-box:before {
  content: '\f217';
}
.zmdi-cloud-circle:before {
  content: '\f218';
}
.zmdi-cloud-done:before {
  content: '\f219';
}
.zmdi-cloud-download:before {
  content: '\f21a';
}
.zmdi-cloud-off:before {
  content: '\f21b';
}
.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}
.zmdi-cloud-outline:before {
  content: '\f21d';
}
.zmdi-cloud-upload:before {
  content: '\f21e';
}
.zmdi-cloud:before {
  content: '\f21f';
}
.zmdi-download:before {
  content: '\f220';
}
.zmdi-file-plus:before {
  content: '\f221';
}
.zmdi-file-text:before {
  content: '\f222';
}
.zmdi-file:before {
  content: '\f223';
}
.zmdi-folder-outline:before {
  content: '\f224';
}
.zmdi-folder-person:before {
  content: '\f225';
}
.zmdi-folder-star-alt:before {
  content: '\f226';
}
.zmdi-folder-star:before {
  content: '\f227';
}
.zmdi-folder:before {
  content: '\f228';
}
.zmdi-gif:before {
  content: '\f229';
}
.zmdi-upload:before {
  content: '\f22a';
}
.zmdi-border-all:before {
  content: '\f22b';
}
.zmdi-border-bottom:before {
  content: '\f22c';
}
.zmdi-border-clear:before {
  content: '\f22d';
}
.zmdi-border-color:before {
  content: '\f22e';
}
.zmdi-border-horizontal:before {
  content: '\f22f';
}
.zmdi-border-inner:before {
  content: '\f230';
}
.zmdi-border-left:before {
  content: '\f231';
}
.zmdi-border-outer:before {
  content: '\f232';
}
.zmdi-border-right:before {
  content: '\f233';
}
.zmdi-border-style:before {
  content: '\f234';
}
.zmdi-border-top:before {
  content: '\f235';
}
.zmdi-border-vertical:before {
  content: '\f236';
}
.zmdi-copy:before {
  content: '\f237';
}
.zmdi-crop:before {
  content: '\f238';
}
.zmdi-format-align-center:before {
  content: '\f239';
}
.zmdi-format-align-justify:before {
  content: '\f23a';
}
.zmdi-format-align-left:before {
  content: '\f23b';
}
.zmdi-format-align-right:before {
  content: '\f23c';
}
.zmdi-format-bold:before {
  content: '\f23d';
}
.zmdi-format-clear-all:before {
  content: '\f23e';
}
.zmdi-format-clear:before {
  content: '\f23f';
}
.zmdi-format-color-fill:before {
  content: '\f240';
}
.zmdi-format-color-reset:before {
  content: '\f241';
}
.zmdi-format-color-text:before {
  content: '\f242';
}
.zmdi-format-indent-decrease:before {
  content: '\f243';
}
.zmdi-format-indent-increase:before {
  content: '\f244';
}
.zmdi-format-italic:before {
  content: '\f245';
}
.zmdi-format-line-spacing:before {
  content: '\f246';
}
.zmdi-format-list-bulleted:before {
  content: '\f247';
}
.zmdi-format-list-numbered:before {
  content: '\f248';
}
.zmdi-format-ltr:before {
  content: '\f249';
}
.zmdi-format-rtl:before {
  content: '\f24a';
}
.zmdi-format-size:before {
  content: '\f24b';
}
.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}
.zmdi-format-strikethrough:before {
  content: '\f24d';
}
.zmdi-format-subject:before {
  content: '\f24e';
}
.zmdi-format-underlined:before {
  content: '\f24f';
}
.zmdi-format-valign-bottom:before {
  content: '\f250';
}
.zmdi-format-valign-center:before {
  content: '\f251';
}
.zmdi-format-valign-top:before {
  content: '\f252';
}
.zmdi-redo:before {
  content: '\f253';
}
.zmdi-select-all:before {
  content: '\f254';
}
.zmdi-space-bar:before {
  content: '\f255';
}
.zmdi-text-format:before {
  content: '\f256';
}
.zmdi-transform:before {
  content: '\f257';
}
.zmdi-undo:before {
  content: '\f258';
}
.zmdi-wrap-text:before {
  content: '\f259';
}
.zmdi-comment-alert:before {
  content: '\f25a';
}
.zmdi-comment-alt-text:before {
  content: '\f25b';
}
.zmdi-comment-alt:before {
  content: '\f25c';
}
.zmdi-comment-edit:before {
  content: '\f25d';
}
.zmdi-comment-image:before {
  content: '\f25e';
}
.zmdi-comment-list:before {
  content: '\f25f';
}
.zmdi-comment-more:before {
  content: '\f260';
}
.zmdi-comment-outline:before {
  content: '\f261';
}
.zmdi-comment-text-alt:before {
  content: '\f262';
}
.zmdi-comment-text:before {
  content: '\f263';
}
.zmdi-comment-video:before {
  content: '\f264';
}
.zmdi-comment:before {
  content: '\f265';
}
.zmdi-comments:before {
  content: '\f266';
}
.zmdi-check-all:before {
  content: '\f267';
}
.zmdi-check-circle-u:before {
  content: '\f268';
}
.zmdi-check-circle:before {
  content: '\f269';
}
.zmdi-check-square:before {
  content: '\f26a';
}
.zmdi-check:before {
  content: '\f26b';
}
.zmdi-circle-o:before {
  content: '\f26c';
}
.zmdi-circle:before {
  content: '\f26d';
}
.zmdi-dot-circle-alt:before {
  content: '\f26e';
}
.zmdi-dot-circle:before {
  content: '\f26f';
}
.zmdi-minus-circle-outline:before {
  content: '\f270';
}
.zmdi-minus-circle:before {
  content: '\f271';
}
.zmdi-minus-square:before {
  content: '\f272';
}
.zmdi-minus:before {
  content: '\f273';
}
.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}
.zmdi-plus-circle-o:before {
  content: '\f275';
}
.zmdi-plus-circle:before {
  content: '\f276';
}
.zmdi-plus-square:before {
  content: '\f277';
}
.zmdi-plus:before {
  content: '\f278';
}
.zmdi-square-o:before {
  content: '\f279';
}
.zmdi-star-circle:before {
  content: '\f27a';
}
.zmdi-star-half:before {
  content: '\f27b';
}
.zmdi-star-outline:before {
  content: '\f27c';
}
.zmdi-star:before {
  content: '\f27d';
}
.zmdi-bluetooth-connected:before {
  content: '\f27e';
}
.zmdi-bluetooth-off:before {
  content: '\f27f';
}
.zmdi-bluetooth-search:before {
  content: '\f280';
}
.zmdi-bluetooth-setting:before {
  content: '\f281';
}
.zmdi-bluetooth:before {
  content: '\f282';
}
.zmdi-camera-add:before {
  content: '\f283';
}
.zmdi-camera-alt:before {
  content: '\f284';
}
.zmdi-camera-bw:before {
  content: '\f285';
}
.zmdi-camera-front:before {
  content: '\f286';
}
.zmdi-camera-mic:before {
  content: '\f287';
}
.zmdi-camera-party-mode:before {
  content: '\f288';
}
.zmdi-camera-rear:before {
  content: '\f289';
}
.zmdi-camera-roll:before {
  content: '\f28a';
}
.zmdi-camera-switch:before {
  content: '\f28b';
}
.zmdi-camera:before {
  content: '\f28c';
}
.zmdi-card-alert:before {
  content: '\f28d';
}
.zmdi-card-off:before {
  content: '\f28e';
}
.zmdi-card-sd:before {
  content: '\f28f';
}
.zmdi-card-sim:before {
  content: '\f290';
}
.zmdi-desktop-mac:before {
  content: '\f291';
}
.zmdi-desktop-windows:before {
  content: '\f292';
}
.zmdi-device-hub:before {
  content: '\f293';
}
.zmdi-devices-off:before {
  content: '\f294';
}
.zmdi-devices:before {
  content: '\f295';
}
.zmdi-dock:before {
  content: '\f296';
}
.zmdi-floppy:before {
  content: '\f297';
}
.zmdi-gamepad:before {
  content: '\f298';
}
.zmdi-gps-dot:before {
  content: '\f299';
}
.zmdi-gps-off:before {
  content: '\f29a';
}
.zmdi-gps:before {
  content: '\f29b';
}
.zmdi-headset-mic:before {
  content: '\f29c';
}
.zmdi-headset:before {
  content: '\f29d';
}
.zmdi-input-antenna:before {
  content: '\f29e';
}
.zmdi-input-composite:before {
  content: '\f29f';
}
.zmdi-input-hdmi:before {
  content: '\f2a0';
}
.zmdi-input-power:before {
  content: '\f2a1';
}
.zmdi-input-svideo:before {
  content: '\f2a2';
}
.zmdi-keyboard-hide:before {
  content: '\f2a3';
}
.zmdi-keyboard:before {
  content: '\f2a4';
}
.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}
.zmdi-laptop-mac:before {
  content: '\f2a6';
}
.zmdi-laptop:before {
  content: '\f2a7';
}
.zmdi-mic-off:before {
  content: '\f2a8';
}
.zmdi-mic-outline:before {
  content: '\f2a9';
}
.zmdi-mic-setting:before {
  content: '\f2aa';
}
.zmdi-mic:before {
  content: '\f2ab';
}
.zmdi-mouse:before {
  content: '\f2ac';
}
.zmdi-network-alert:before {
  content: '\f2ad';
}
.zmdi-network-locked:before {
  content: '\f2ae';
}
.zmdi-network-off:before {
  content: '\f2af';
}
.zmdi-network-outline:before {
  content: '\f2b0';
}
.zmdi-network-setting:before {
  content: '\f2b1';
}
.zmdi-network:before {
  content: '\f2b2';
}
.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}
.zmdi-phone-end:before {
  content: '\f2b4';
}
.zmdi-phone-forwarded:before {
  content: '\f2b5';
}
.zmdi-phone-in-talk:before {
  content: '\f2b6';
}
.zmdi-phone-locked:before {
  content: '\f2b7';
}
.zmdi-phone-missed:before {
  content: '\f2b8';
}
.zmdi-phone-msg:before {
  content: '\f2b9';
}
.zmdi-phone-paused:before {
  content: '\f2ba';
}
.zmdi-phone-ring:before {
  content: '\f2bb';
}
.zmdi-phone-setting:before {
  content: '\f2bc';
}
.zmdi-phone-sip:before {
  content: '\f2bd';
}
.zmdi-phone:before {
  content: '\f2be';
}
.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}
.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}
.zmdi-portable-wifi:before {
  content: '\f2c1';
}
.zmdi-radio:before {
  content: '\f2c2';
}
.zmdi-reader:before {
  content: '\f2c3';
}
.zmdi-remote-control-alt:before {
  content: '\f2c4';
}
.zmdi-remote-control:before {
  content: '\f2c5';
}
.zmdi-router:before {
  content: '\f2c6';
}
.zmdi-scanner:before {
  content: '\f2c7';
}
.zmdi-smartphone-android:before {
  content: '\f2c8';
}
.zmdi-smartphone-download:before {
  content: '\f2c9';
}
.zmdi-smartphone-erase:before {
  content: '\f2ca';
}
.zmdi-smartphone-info:before {
  content: '\f2cb';
}
.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}
.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}
.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}
.zmdi-smartphone-lock:before {
  content: '\f2cf';
}
.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}
.zmdi-smartphone-ring:before {
  content: '\f2d1';
}
.zmdi-smartphone-setting:before {
  content: '\f2d2';
}
.zmdi-smartphone-setup:before {
  content: '\f2d3';
}
.zmdi-smartphone:before {
  content: '\f2d4';
}
.zmdi-speaker:before {
  content: '\f2d5';
}
.zmdi-tablet-android:before {
  content: '\f2d6';
}
.zmdi-tablet-mac:before {
  content: '\f2d7';
}
.zmdi-tablet:before {
  content: '\f2d8';
}
.zmdi-tv-alt-play:before {
  content: '\f2d9';
}
.zmdi-tv-list:before {
  content: '\f2da';
}
.zmdi-tv-play:before {
  content: '\f2db';
}
.zmdi-tv:before {
  content: '\f2dc';
}
.zmdi-usb:before {
  content: '\f2dd';
}
.zmdi-videocam-off:before {
  content: '\f2de';
}
.zmdi-videocam-switch:before {
  content: '\f2df';
}
.zmdi-videocam:before {
  content: '\f2e0';
}
.zmdi-watch:before {
  content: '\f2e1';
}
.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}
.zmdi-wifi-alt:before {
  content: '\f2e3';
}
.zmdi-wifi-info:before {
  content: '\f2e4';
}
.zmdi-wifi-lock:before {
  content: '\f2e5';
}
.zmdi-wifi-off:before {
  content: '\f2e6';
}
.zmdi-wifi-outline:before {
  content: '\f2e7';
}
.zmdi-wifi:before {
  content: '\f2e8';
}
.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}
.zmdi-arrow-left:before {
  content: '\f2ea';
}
.zmdi-arrow-merge:before {
  content: '\f2eb';
}
.zmdi-arrow-missed:before {
  content: '\f2ec';
}
.zmdi-arrow-right-top:before {
  content: '\f2ed';
}
.zmdi-arrow-right:before {
  content: '\f2ee';
}
.zmdi-arrow-split:before {
  content: '\f2ef';
}
.zmdi-arrows:before {
  content: '\f2f0';
}
.zmdi-caret-down-circle:before {
  content: '\f2f1';
}
.zmdi-caret-down:before {
  content: '\f2f2';
}
.zmdi-caret-left-circle:before {
  content: '\f2f3';
}
.zmdi-caret-left:before {
  content: '\f2f4';
}
.zmdi-caret-right-circle:before {
  content: '\f2f5';
}
.zmdi-caret-right:before {
  content: '\f2f6';
}
.zmdi-caret-up-circle:before {
  content: '\f2f7';
}
.zmdi-caret-up:before {
  content: '\f2f8';
}
.zmdi-chevron-down:before {
  content: '\f2f9';
}
.zmdi-chevron-left:before {
  content: '\f2fa';
}
.zmdi-chevron-right:before {
  content: '\f2fb';
}
.zmdi-chevron-up:before {
  content: '\f2fc';
}
.zmdi-forward:before {
  content: '\f2fd';
}
.zmdi-long-arrow-down:before {
  content: '\f2fe';
}
.zmdi-long-arrow-left:before {
  content: '\f2ff';
}
.zmdi-long-arrow-return:before {
  content: '\f300';
}
.zmdi-long-arrow-right:before {
  content: '\f301';
}
.zmdi-long-arrow-tab:before {
  content: '\f302';
}
.zmdi-long-arrow-up:before {
  content: '\f303';
}
.zmdi-rotate-ccw:before {
  content: '\f304';
}
.zmdi-rotate-cw:before {
  content: '\f305';
}
.zmdi-rotate-left:before {
  content: '\f306';
}
.zmdi-rotate-right:before {
  content: '\f307';
}
.zmdi-square-down:before {
  content: '\f308';
}
.zmdi-square-right:before {
  content: '\f309';
}
.zmdi-swap-alt:before {
  content: '\f30a';
}
.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}
.zmdi-swap-vertical:before {
  content: '\f30c';
}
.zmdi-swap:before {
  content: '\f30d';
}
.zmdi-trending-down:before {
  content: '\f30e';
}
.zmdi-trending-flat:before {
  content: '\f30f';
}
.zmdi-trending-up:before {
  content: '\f310';
}
.zmdi-unfold-less:before {
  content: '\f311';
}
.zmdi-unfold-more:before {
  content: '\f312';
}
.zmdi-apps:before {
  content: '\f313';
}
.zmdi-grid-off:before {
  content: '\f314';
}
.zmdi-grid:before {
  content: '\f315';
}
.zmdi-view-agenda:before {
  content: '\f316';
}
.zmdi-view-array:before {
  content: '\f317';
}
.zmdi-view-carousel:before {
  content: '\f318';
}
.zmdi-view-column:before {
  content: '\f319';
}
.zmdi-view-comfy:before {
  content: '\f31a';
}
.zmdi-view-compact:before {
  content: '\f31b';
}
.zmdi-view-dashboard:before {
  content: '\f31c';
}
.zmdi-view-day:before {
  content: '\f31d';
}
.zmdi-view-headline:before {
  content: '\f31e';
}
.zmdi-view-list-alt:before {
  content: '\f31f';
}
.zmdi-view-list:before {
  content: '\f320';
}
.zmdi-view-module:before {
  content: '\f321';
}
.zmdi-view-quilt:before {
  content: '\f322';
}
.zmdi-view-stream:before {
  content: '\f323';
}
.zmdi-view-subtitles:before {
  content: '\f324';
}
.zmdi-view-toc:before {
  content: '\f325';
}
.zmdi-view-web:before {
  content: '\f326';
}
.zmdi-view-week:before {
  content: '\f327';
}
.zmdi-widgets:before {
  content: '\f328';
}
.zmdi-alarm-check:before {
  content: '\f329';
}
.zmdi-alarm-off:before {
  content: '\f32a';
}
.zmdi-alarm-plus:before {
  content: '\f32b';
}
.zmdi-alarm-snooze:before {
  content: '\f32c';
}
.zmdi-alarm:before {
  content: '\f32d';
}
.zmdi-calendar-alt:before {
  content: '\f32e';
}
.zmdi-calendar-check:before {
  content: '\f32f';
}
.zmdi-calendar-close:before {
  content: '\f330';
}
.zmdi-calendar-note:before {
  content: '\f331';
}
.zmdi-calendar:before {
  content: '\f332';
}
.zmdi-time-countdown:before {
  content: '\f333';
}
.zmdi-time-interval:before {
  content: '\f334';
}
.zmdi-time-restore-setting:before {
  content: '\f335';
}
.zmdi-time-restore:before {
  content: '\f336';
}
.zmdi-time:before {
  content: '\f337';
}
.zmdi-timer-off:before {
  content: '\f338';
}
.zmdi-timer:before {
  content: '\f339';
}
.zmdi-android-alt:before {
  content: '\f33a';
}
.zmdi-android:before {
  content: '\f33b';
}
.zmdi-apple:before {
  content: '\f33c';
}
.zmdi-behance:before {
  content: '\f33d';
}
.zmdi-codepen:before {
  content: '\f33e';
}
.zmdi-dribbble:before {
  content: '\f33f';
}
.zmdi-dropbox:before {
  content: '\f340';
}
.zmdi-evernote:before {
  content: '\f341';
}
.zmdi-facebook-box:before {
  content: '\f342';
}
.zmdi-facebook:before {
  content: '\f343';
}
.zmdi-github-box:before {
  content: '\f344';
}
.zmdi-github:before {
  content: '\f345';
}
.zmdi-google-drive:before {
  content: '\f346';
}
.zmdi-google-earth:before {
  content: '\f347';
}
.zmdi-google-glass:before {
  content: '\f348';
}
.zmdi-google-maps:before {
  content: '\f349';
}
.zmdi-google-pages:before {
  content: '\f34a';
}
.zmdi-google-play:before {
  content: '\f34b';
}
.zmdi-google-plus-box:before {
  content: '\f34c';
}
.zmdi-google-plus:before {
  content: '\f34d';
}
.zmdi-google:before {
  content: '\f34e';
}
.zmdi-instagram:before {
  content: '\f34f';
}
.zmdi-language-css3:before {
  content: '\f350';
}
.zmdi-language-html5:before {
  content: '\f351';
}
.zmdi-language-javascript:before {
  content: '\f352';
}
.zmdi-language-python-alt:before {
  content: '\f353';
}
.zmdi-language-python:before {
  content: '\f354';
}
.zmdi-lastfm:before {
  content: '\f355';
}
.zmdi-linkedin-box:before {
  content: '\f356';
}
.zmdi-paypal:before {
  content: '\f357';
}
.zmdi-pinterest-box:before {
  content: '\f358';
}
.zmdi-pocket:before {
  content: '\f359';
}
.zmdi-polymer:before {
  content: '\f35a';
}
.zmdi-share:before {
  content: '\f35b';
}
.zmdi-stackoverflow:before {
  content: '\f35c';
}
.zmdi-steam-square:before {
  content: '\f35d';
}
.zmdi-steam:before {
  content: '\f35e';
}
.zmdi-twitter-box:before {
  content: '\f35f';
}
.zmdi-twitter:before {
  content: '\f360';
}
.zmdi-vk:before {
  content: '\f361';
}
.zmdi-wikipedia:before {
  content: '\f362';
}
.zmdi-windows:before {
  content: '\f363';
}
.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}
.zmdi-aspect-ratio:before {
  content: '\f365';
}
.zmdi-blur-circular:before {
  content: '\f366';
}
.zmdi-blur-linear:before {
  content: '\f367';
}
.zmdi-blur-off:before {
  content: '\f368';
}
.zmdi-blur:before {
  content: '\f369';
}
.zmdi-brightness-2:before {
  content: '\f36a';
}
.zmdi-brightness-3:before {
  content: '\f36b';
}
.zmdi-brightness-4:before {
  content: '\f36c';
}
.zmdi-brightness-5:before {
  content: '\f36d';
}
.zmdi-brightness-6:before {
  content: '\f36e';
}
.zmdi-brightness-7:before {
  content: '\f36f';
}
.zmdi-brightness-auto:before {
  content: '\f370';
}
.zmdi-brightness-setting:before {
  content: '\f371';
}
.zmdi-broken-image:before {
  content: '\f372';
}
.zmdi-center-focus-strong:before {
  content: '\f373';
}
.zmdi-center-focus-weak:before {
  content: '\f374';
}
.zmdi-compare:before {
  content: '\f375';
}
.zmdi-crop-16-9:before {
  content: '\f376';
}
.zmdi-crop-3-2:before {
  content: '\f377';
}
.zmdi-crop-5-4:before {
  content: '\f378';
}
.zmdi-crop-7-5:before {
  content: '\f379';
}
.zmdi-crop-din:before {
  content: '\f37a';
}
.zmdi-crop-free:before {
  content: '\f37b';
}
.zmdi-crop-landscape:before {
  content: '\f37c';
}
.zmdi-crop-portrait:before {
  content: '\f37d';
}
.zmdi-crop-square:before {
  content: '\f37e';
}
.zmdi-exposure-alt:before {
  content: '\f37f';
}
.zmdi-exposure:before {
  content: '\f380';
}
.zmdi-filter-b-and-w:before {
  content: '\f381';
}
.zmdi-filter-center-focus:before {
  content: '\f382';
}
.zmdi-filter-frames:before {
  content: '\f383';
}
.zmdi-filter-tilt-shift:before {
  content: '\f384';
}
.zmdi-gradient:before {
  content: '\f385';
}
.zmdi-grain:before {
  content: '\f386';
}
.zmdi-graphic-eq:before {
  content: '\f387';
}
.zmdi-hdr-off:before {
  content: '\f388';
}
.zmdi-hdr-strong:before {
  content: '\f389';
}
.zmdi-hdr-weak:before {
  content: '\f38a';
}
.zmdi-hdr:before {
  content: '\f38b';
}
.zmdi-iridescent:before {
  content: '\f38c';
}
.zmdi-leak-off:before {
  content: '\f38d';
}
.zmdi-leak:before {
  content: '\f38e';
}
.zmdi-looks:before {
  content: '\f38f';
}
.zmdi-loupe:before {
  content: '\f390';
}
.zmdi-panorama-horizontal:before {
  content: '\f391';
}
.zmdi-panorama-vertical:before {
  content: '\f392';
}
.zmdi-panorama-wide-angle:before {
  content: '\f393';
}
.zmdi-photo-size-select-large:before {
  content: '\f394';
}
.zmdi-photo-size-select-small:before {
  content: '\f395';
}
.zmdi-picture-in-picture:before {
  content: '\f396';
}
.zmdi-slideshow:before {
  content: '\f397';
}
.zmdi-texture:before {
  content: '\f398';
}
.zmdi-tonality:before {
  content: '\f399';
}
.zmdi-vignette:before {
  content: '\f39a';
}
.zmdi-wb-auto:before {
  content: '\f39b';
}
.zmdi-eject-alt:before {
  content: '\f39c';
}
.zmdi-eject:before {
  content: '\f39d';
}
.zmdi-equalizer:before {
  content: '\f39e';
}
.zmdi-fast-forward:before {
  content: '\f39f';
}
.zmdi-fast-rewind:before {
  content: '\f3a0';
}
.zmdi-forward-10:before {
  content: '\f3a1';
}
.zmdi-forward-30:before {
  content: '\f3a2';
}
.zmdi-forward-5:before {
  content: '\f3a3';
}
.zmdi-hearing:before {
  content: '\f3a4';
}
.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}
.zmdi-pause-circle:before {
  content: '\f3a6';
}
.zmdi-pause:before {
  content: '\f3a7';
}
.zmdi-play-circle-outline:before {
  content: '\f3a8';
}
.zmdi-play-circle:before {
  content: '\f3a9';
}
.zmdi-play:before {
  content: '\f3aa';
}
.zmdi-playlist-audio:before {
  content: '\f3ab';
}
.zmdi-playlist-plus:before {
  content: '\f3ac';
}
.zmdi-repeat-one:before {
  content: '\f3ad';
}
.zmdi-repeat:before {
  content: '\f3ae';
}
.zmdi-replay-10:before {
  content: '\f3af';
}
.zmdi-replay-30:before {
  content: '\f3b0';
}
.zmdi-replay-5:before {
  content: '\f3b1';
}
.zmdi-replay:before {
  content: '\f3b2';
}
.zmdi-shuffle:before {
  content: '\f3b3';
}
.zmdi-skip-next:before {
  content: '\f3b4';
}
.zmdi-skip-previous:before {
  content: '\f3b5';
}
.zmdi-stop:before {
  content: '\f3b6';
}
.zmdi-surround-sound:before {
  content: '\f3b7';
}
.zmdi-tune:before {
  content: '\f3b8';
}
.zmdi-volume-down:before {
  content: '\f3b9';
}
.zmdi-volume-mute:before {
  content: '\f3ba';
}
.zmdi-volume-off:before {
  content: '\f3bb';
}
.zmdi-volume-up:before {
  content: '\f3bc';
}
.zmdi-n-1-square:before {
  content: '\f3bd';
}
.zmdi-n-2-square:before {
  content: '\f3be';
}
.zmdi-n-3-square:before {
  content: '\f3bf';
}
.zmdi-n-4-square:before {
  content: '\f3c0';
}
.zmdi-n-5-square:before {
  content: '\f3c1';
}
.zmdi-n-6-square:before {
  content: '\f3c2';
}
.zmdi-neg-1:before {
  content: '\f3c3';
}
.zmdi-neg-2:before {
  content: '\f3c4';
}
.zmdi-plus-1:before {
  content: '\f3c5';
}
.zmdi-plus-2:before {
  content: '\f3c6';
}
.zmdi-sec-10:before {
  content: '\f3c7';
}
.zmdi-sec-3:before {
  content: '\f3c8';
}
.zmdi-zero:before {
  content: '\f3c9';
}
.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}
.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}
.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}
.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}
.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}
.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}
.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}
.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}
.zmdi-airplay:before {
  content: '\f3d2';
}
.zmdi-closed-caption:before {
  content: '\f3d3';
}
.zmdi-confirmation-number:before {
  content: '\f3d4';
}
.zmdi-developer-board:before {
  content: '\f3d5';
}
.zmdi-disc-full:before {
  content: '\f3d6';
}
.zmdi-explicit:before {
  content: '\f3d7';
}
.zmdi-flight-land:before {
  content: '\f3d8';
}
.zmdi-flight-takeoff:before {
  content: '\f3d9';
}
.zmdi-flip-to-back:before {
  content: '\f3da';
}
.zmdi-flip-to-front:before {
  content: '\f3db';
}
.zmdi-group-work:before {
  content: '\f3dc';
}
.zmdi-hd:before {
  content: '\f3dd';
}
.zmdi-hq:before {
  content: '\f3de';
}
.zmdi-markunread-mailbox:before {
  content: '\f3df';
}
.zmdi-memory:before {
  content: '\f3e0';
}
.zmdi-nfc:before {
  content: '\f3e1';
}
.zmdi-play-for-work:before {
  content: '\f3e2';
}
.zmdi-power-input:before {
  content: '\f3e3';
}
.zmdi-present-to-all:before {
  content: '\f3e4';
}
.zmdi-satellite:before {
  content: '\f3e5';
}
.zmdi-tap-and-play:before {
  content: '\f3e6';
}
.zmdi-vibration:before {
  content: '\f3e7';
}
.zmdi-voicemail:before {
  content: '\f3e8';
}
.zmdi-group:before {
  content: '\f3e9';
}
.zmdi-rss:before {
  content: '\f3ea';
}
.zmdi-shape:before {
  content: '\f3eb';
}
.zmdi-spinner:before {
  content: '\f3ec';
}
.zmdi-ungroup:before {
  content: '\f3ed';
}
.zmdi-500px:before {
  content: '\f3ee';
}
.zmdi-8tracks:before {
  content: '\f3ef';
}
.zmdi-amazon:before {
  content: '\f3f0';
}
.zmdi-blogger:before {
  content: '\f3f1';
}
.zmdi-delicious:before {
  content: '\f3f2';
}
.zmdi-disqus:before {
  content: '\f3f3';
}
.zmdi-flattr:before {
  content: '\f3f4';
}
.zmdi-flickr:before {
  content: '\f3f5';
}
.zmdi-github-alt:before {
  content: '\f3f6';
}
.zmdi-google-old:before {
  content: '\f3f7';
}
.zmdi-linkedin:before {
  content: '\f3f8';
}
.zmdi-odnoklassniki:before {
  content: '\f3f9';
}
.zmdi-outlook:before {
  content: '\f3fa';
}
.zmdi-paypal-alt:before {
  content: '\f3fb';
}
.zmdi-pinterest:before {
  content: '\f3fc';
}
.zmdi-playstation:before {
  content: '\f3fd';
}
.zmdi-reddit:before {
  content: '\f3fe';
}
.zmdi-skype:before {
  content: '\f3ff';
}
.zmdi-slideshare:before {
  content: '\f400';
}
.zmdi-soundcloud:before {
  content: '\f401';
}
.zmdi-tumblr:before {
  content: '\f402';
}
.zmdi-twitch:before {
  content: '\f403';
}
.zmdi-vimeo:before {
  content: '\f404';
}
.zmdi-whatsapp:before {
  content: '\f405';
}
.zmdi-xbox:before {
  content: '\f406';
}
.zmdi-yahoo:before {
  content: '\f407';
}
.zmdi-youtube-play:before {
  content: '\f408';
}
.zmdi-youtube:before {
  content: '\f409';
}
.zmdi-3d-rotation:before {
  content: '\f101';
}
.zmdi-airplane-off:before {
  content: '\f102';
}
.zmdi-airplane:before {
  content: '\f103';
}
.zmdi-album:before {
  content: '\f104';
}
.zmdi-archive:before {
  content: '\f105';
}
.zmdi-assignment-account:before {
  content: '\f106';
}
.zmdi-assignment-alert:before {
  content: '\f107';
}
.zmdi-assignment-check:before {
  content: '\f108';
}
.zmdi-assignment-o:before {
  content: '\f109';
}
.zmdi-assignment-return:before {
  content: '\f10a';
}
.zmdi-assignment-returned:before {
  content: '\f10b';
}
.zmdi-assignment:before {
  content: '\f10c';
}
.zmdi-attachment-alt:before {
  content: '\f10d';
}
.zmdi-attachment:before {
  content: '\f10e';
}
.zmdi-audio:before {
  content: '\f10f';
}
.zmdi-badge-check:before {
  content: '\f110';
}
.zmdi-balance-wallet:before {
  content: '\f111';
}
.zmdi-balance:before {
  content: '\f112';
}
.zmdi-battery-alert:before {
  content: '\f113';
}
.zmdi-battery-flash:before {
  content: '\f114';
}
.zmdi-battery-unknown:before {
  content: '\f115';
}
.zmdi-battery:before {
  content: '\f116';
}
.zmdi-bike:before {
  content: '\f117';
}
.zmdi-block-alt:before {
  content: '\f118';
}
.zmdi-block:before {
  content: '\f119';
}
.zmdi-boat:before {
  content: '\f11a';
}
.zmdi-book-image:before {
  content: '\f11b';
}
.zmdi-book:before {
  content: '\f11c';
}
.zmdi-bookmark-outline:before {
  content: '\f11d';
}
.zmdi-bookmark:before {
  content: '\f11e';
}
.zmdi-brush:before {
  content: '\f11f';
}
.zmdi-bug:before {
  content: '\f120';
}
.zmdi-bus:before {
  content: '\f121';
}
.zmdi-cake:before {
  content: '\f122';
}
.zmdi-car-taxi:before {
  content: '\f123';
}
.zmdi-car-wash:before {
  content: '\f124';
}
.zmdi-car:before {
  content: '\f125';
}
.zmdi-card-giftcard:before {
  content: '\f126';
}
.zmdi-card-membership:before {
  content: '\f127';
}
.zmdi-card-travel:before {
  content: '\f128';
}
.zmdi-card:before {
  content: '\f129';
}
.zmdi-case-check:before {
  content: '\f12a';
}
.zmdi-case-download:before {
  content: '\f12b';
}
.zmdi-case-play:before {
  content: '\f12c';
}
.zmdi-case:before {
  content: '\f12d';
}
.zmdi-cast-connected:before {
  content: '\f12e';
}
.zmdi-cast:before {
  content: '\f12f';
}
.zmdi-chart-donut:before {
  content: '\f130';
}
.zmdi-chart:before {
  content: '\f131';
}
.zmdi-city-alt:before {
  content: '\f132';
}
.zmdi-city:before {
  content: '\f133';
}
.zmdi-close-circle-o:before {
  content: '\f134';
}
.zmdi-close-circle:before {
  content: '\f135';
}
.zmdi-close:before {
  content: '\f136';
}
.zmdi-cocktail:before {
  content: '\f137';
}
.zmdi-code-setting:before {
  content: '\f138';
}
.zmdi-code-smartphone:before {
  content: '\f139';
}
.zmdi-code:before {
  content: '\f13a';
}
.zmdi-coffee:before {
  content: '\f13b';
}
.zmdi-collection-bookmark:before {
  content: '\f13c';
}
.zmdi-collection-case-play:before {
  content: '\f13d';
}
.zmdi-collection-folder-image:before {
  content: '\f13e';
}
.zmdi-collection-image-o:before {
  content: '\f13f';
}
.zmdi-collection-image:before {
  content: '\f140';
}
.zmdi-collection-item-1:before {
  content: '\f141';
}
.zmdi-collection-item-2:before {
  content: '\f142';
}
.zmdi-collection-item-3:before {
  content: '\f143';
}
.zmdi-collection-item-4:before {
  content: '\f144';
}
.zmdi-collection-item-5:before {
  content: '\f145';
}
.zmdi-collection-item-6:before {
  content: '\f146';
}
.zmdi-collection-item-7:before {
  content: '\f147';
}
.zmdi-collection-item-8:before {
  content: '\f148';
}
.zmdi-collection-item-9-plus:before {
  content: '\f149';
}
.zmdi-collection-item-9:before {
  content: '\f14a';
}
.zmdi-collection-item:before {
  content: '\f14b';
}
.zmdi-collection-music:before {
  content: '\f14c';
}
.zmdi-collection-pdf:before {
  content: '\f14d';
}
.zmdi-collection-plus:before {
  content: '\f14e';
}
.zmdi-collection-speaker:before {
  content: '\f14f';
}
.zmdi-collection-text:before {
  content: '\f150';
}
.zmdi-collection-video:before {
  content: '\f151';
}
.zmdi-compass:before {
  content: '\f152';
}
.zmdi-cutlery:before {
  content: '\f153';
}
.zmdi-delete:before {
  content: '\f154';
}
.zmdi-dialpad:before {
  content: '\f155';
}
.zmdi-dns:before {
  content: '\f156';
}
.zmdi-drink:before {
  content: '\f157';
}
.zmdi-edit:before {
  content: '\f158';
}
.zmdi-email-open:before {
  content: '\f159';
}
.zmdi-email:before {
  content: '\f15a';
}
.zmdi-eye-off:before {
  content: '\f15b';
}
.zmdi-eye:before {
  content: '\f15c';
}
.zmdi-eyedropper:before {
  content: '\f15d';
}
.zmdi-favorite-outline:before {
  content: '\f15e';
}
.zmdi-favorite:before {
  content: '\f15f';
}
.zmdi-filter-list:before {
  content: '\f160';
}
.zmdi-fire:before {
  content: '\f161';
}
.zmdi-flag:before {
  content: '\f162';
}
.zmdi-flare:before {
  content: '\f163';
}
.zmdi-flash-auto:before {
  content: '\f164';
}
.zmdi-flash-off:before {
  content: '\f165';
}
.zmdi-flash:before {
  content: '\f166';
}
.zmdi-flip:before {
  content: '\f167';
}
.zmdi-flower-alt:before {
  content: '\f168';
}
.zmdi-flower:before {
  content: '\f169';
}
.zmdi-font:before {
  content: '\f16a';
}
.zmdi-fullscreen-alt:before {
  content: '\f16b';
}
.zmdi-fullscreen-exit:before {
  content: '\f16c';
}
.zmdi-fullscreen:before {
  content: '\f16d';
}
.zmdi-functions:before {
  content: '\f16e';
}
.zmdi-gas-station:before {
  content: '\f16f';
}
.zmdi-gesture:before {
  content: '\f170';
}
.zmdi-globe-alt:before {
  content: '\f171';
}
.zmdi-globe-lock:before {
  content: '\f172';
}
.zmdi-globe:before {
  content: '\f173';
}
.zmdi-graduation-cap:before {
  content: '\f174';
}
.zmdi-home:before {
  content: '\f175';
}
.zmdi-hospital-alt:before {
  content: '\f176';
}
.zmdi-hospital:before {
  content: '\f177';
}
.zmdi-hotel:before {
  content: '\f178';
}
.zmdi-hourglass-alt:before {
  content: '\f179';
}
.zmdi-hourglass-outline:before {
  content: '\f17a';
}
.zmdi-hourglass:before {
  content: '\f17b';
}
.zmdi-http:before {
  content: '\f17c';
}
.zmdi-image-alt:before {
  content: '\f17d';
}
.zmdi-image-o:before {
  content: '\f17e';
}
.zmdi-image:before {
  content: '\f17f';
}
.zmdi-inbox:before {
  content: '\f180';
}
.zmdi-invert-colors-off:before {
  content: '\f181';
}
.zmdi-invert-colors:before {
  content: '\f182';
}
.zmdi-key:before {
  content: '\f183';
}
.zmdi-label-alt-outline:before {
  content: '\f184';
}
.zmdi-label-alt:before {
  content: '\f185';
}
.zmdi-label-heart:before {
  content: '\f186';
}
.zmdi-label:before {
  content: '\f187';
}
.zmdi-labels:before {
  content: '\f188';
}
.zmdi-lamp:before {
  content: '\f189';
}
.zmdi-landscape:before {
  content: '\f18a';
}
.zmdi-layers-off:before {
  content: '\f18b';
}
.zmdi-layers:before {
  content: '\f18c';
}
.zmdi-library:before {
  content: '\f18d';
}
.zmdi-link:before {
  content: '\f18e';
}
.zmdi-lock-open:before {
  content: '\f18f';
}
.zmdi-lock-outline:before {
  content: '\f190';
}
.zmdi-lock:before {
  content: '\f191';
}
.zmdi-mail-reply-all:before {
  content: '\f192';
}
.zmdi-mail-reply:before {
  content: '\f193';
}
.zmdi-mail-send:before {
  content: '\f194';
}
.zmdi-mall:before {
  content: '\f195';
}
.zmdi-map:before {
  content: '\f196';
}
.zmdi-menu:before {
  content: '\f197';
}
.zmdi-money-box:before {
  content: '\f198';
}
.zmdi-money-off:before {
  content: '\f199';
}
.zmdi-money:before {
  content: '\f19a';
}
.zmdi-more-vert:before {
  content: '\f19b';
}
.zmdi-more:before {
  content: '\f19c';
}
.zmdi-movie-alt:before {
  content: '\f19d';
}
.zmdi-movie:before {
  content: '\f19e';
}
.zmdi-nature-people:before {
  content: '\f19f';
}
.zmdi-nature:before {
  content: '\f1a0';
}
.zmdi-navigation:before {
  content: '\f1a1';
}
.zmdi-open-in-browser:before {
  content: '\f1a2';
}
.zmdi-open-in-new:before {
  content: '\f1a3';
}
.zmdi-palette:before {
  content: '\f1a4';
}
.zmdi-parking:before {
  content: '\f1a5';
}
.zmdi-pin-account:before {
  content: '\f1a6';
}
.zmdi-pin-assistant:before {
  content: '\f1a7';
}
.zmdi-pin-drop:before {
  content: '\f1a8';
}
.zmdi-pin-help:before {
  content: '\f1a9';
}
.zmdi-pin-off:before {
  content: '\f1aa';
}
.zmdi-pin:before {
  content: '\f1ab';
}
.zmdi-pizza:before {
  content: '\f1ac';
}
.zmdi-plaster:before {
  content: '\f1ad';
}
.zmdi-power-setting:before {
  content: '\f1ae';
}
.zmdi-power:before {
  content: '\f1af';
}
.zmdi-print:before {
  content: '\f1b0';
}
.zmdi-puzzle-piece:before {
  content: '\f1b1';
}
.zmdi-quote:before {
  content: '\f1b2';
}
.zmdi-railway:before {
  content: '\f1b3';
}
.zmdi-receipt:before {
  content: '\f1b4';
}
.zmdi-refresh-alt:before {
  content: '\f1b5';
}
.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}
.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}
.zmdi-refresh-sync:before {
  content: '\f1b8';
}
.zmdi-refresh:before {
  content: '\f1b9';
}
.zmdi-roller:before {
  content: '\f1ba';
}
.zmdi-ruler:before {
  content: '\f1bb';
}
.zmdi-scissors:before {
  content: '\f1bc';
}
.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}
.zmdi-screen-rotation:before {
  content: '\f1be';
}
.zmdi-search-for:before {
  content: '\f1bf';
}
.zmdi-search-in-file:before {
  content: '\f1c0';
}
.zmdi-search-in-page:before {
  content: '\f1c1';
}
.zmdi-search-replace:before {
  content: '\f1c2';
}
.zmdi-search:before {
  content: '\f1c3';
}
.zmdi-seat:before {
  content: '\f1c4';
}
.zmdi-settings-square:before {
  content: '\f1c5';
}
.zmdi-settings:before {
  content: '\f1c6';
}
.zmdi-shield-check:before {
  content: '\f1c7';
}
.zmdi-shield-security:before {
  content: '\f1c8';
}
.zmdi-shopping-basket:before {
  content: '\f1c9';
}
.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}
.zmdi-shopping-cart:before {
  content: '\f1cb';
}
.zmdi-sign-in:before {
  content: '\f1cc';
}
.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}
.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}
.zmdi-sort-asc:before {
  content: '\f1cf';
}
.zmdi-sort-desc:before {
  content: '\f1d0';
}
.zmdi-spellcheck:before {
  content: '\f1d1';
}
.zmdi-storage:before {
  content: '\f1d2';
}
.zmdi-store-24:before {
  content: '\f1d3';
}
.zmdi-store:before {
  content: '\f1d4';
}
.zmdi-subway:before {
  content: '\f1d5';
}
.zmdi-sun:before {
  content: '\f1d6';
}
.zmdi-tab-unselected:before {
  content: '\f1d7';
}
.zmdi-tab:before {
  content: '\f1d8';
}
.zmdi-tag-close:before {
  content: '\f1d9';
}
.zmdi-tag-more:before {
  content: '\f1da';
}
.zmdi-tag:before {
  content: '\f1db';
}
.zmdi-thumb-down:before {
  content: '\f1dc';
}
.zmdi-thumb-up-down:before {
  content: '\f1dd';
}
.zmdi-thumb-up:before {
  content: '\f1de';
}
.zmdi-ticket-star:before {
  content: '\f1df';
}
.zmdi-toll:before {
  content: '\f1e0';
}
.zmdi-toys:before {
  content: '\f1e1';
}
.zmdi-traffic:before {
  content: '\f1e2';
}
.zmdi-translate:before {
  content: '\f1e3';
}
.zmdi-triangle-down:before {
  content: '\f1e4';
}
.zmdi-triangle-up:before {
  content: '\f1e5';
}
.zmdi-truck:before {
  content: '\f1e6';
}
.zmdi-turning-sign:before {
  content: '\f1e7';
}
.zmdi-wallpaper:before {
  content: '\f1e8';
}
.zmdi-washing-machine:before {
  content: '\f1e9';
}
.zmdi-window-maximize:before {
  content: '\f1ea';
}
.zmdi-window-minimize:before {
  content: '\f1eb';
}
.zmdi-window-restore:before {
  content: '\f1ec';
}
.zmdi-wrench:before {
  content: '\f1ed';
}
.zmdi-zoom-in:before {
  content: '\f1ee';
}
.zmdi-zoom-out:before {
  content: '\f1ef';
}
.zmdi-alert-circle-o:before {
  content: '\f1f0';
}
.zmdi-alert-circle:before {
  content: '\f1f1';
}
.zmdi-alert-octagon:before {
  content: '\f1f2';
}
.zmdi-alert-polygon:before {
  content: '\f1f3';
}
.zmdi-alert-triangle:before {
  content: '\f1f4';
}
.zmdi-help-outline:before {
  content: '\f1f5';
}
.zmdi-help:before {
  content: '\f1f6';
}
.zmdi-info-outline:before {
  content: '\f1f7';
}
.zmdi-info:before {
  content: '\f1f8';
}
.zmdi-notifications-active:before {
  content: '\f1f9';
}
.zmdi-notifications-add:before {
  content: '\f1fa';
}
.zmdi-notifications-none:before {
  content: '\f1fb';
}
.zmdi-notifications-off:before {
  content: '\f1fc';
}
.zmdi-notifications-paused:before {
  content: '\f1fd';
}
.zmdi-notifications:before {
  content: '\f1fe';
}
.zmdi-account-add:before {
  content: '\f1ff';
}
.zmdi-account-box-mail:before {
  content: '\f200';
}
.zmdi-account-box-o:before {
  content: '\f201';
}
.zmdi-account-box-phone:before {
  content: '\f202';
}
.zmdi-account-box:before {
  content: '\f203';
}
.zmdi-account-calendar:before {
  content: '\f204';
}
.zmdi-account-circle:before {
  content: '\f205';
}
.zmdi-account-o:before {
  content: '\f206';
}
.zmdi-account:before {
  content: '\f207';
}
.zmdi-accounts-add:before {
  content: '\f208';
}
.zmdi-accounts-alt:before {
  content: '\f209';
}
.zmdi-accounts-list-alt:before {
  content: '\f20a';
}
.zmdi-accounts-list:before {
  content: '\f20b';
}
.zmdi-accounts-outline:before {
  content: '\f20c';
}
.zmdi-accounts:before {
  content: '\f20d';
}
.zmdi-face:before {
  content: '\f20e';
}
.zmdi-female:before {
  content: '\f20f';
}
.zmdi-male-alt:before {
  content: '\f210';
}
.zmdi-male-female:before {
  content: '\f211';
}
.zmdi-male:before {
  content: '\f212';
}
.zmdi-mood-bad:before {
  content: '\f213';
}
.zmdi-mood:before {
  content: '\f214';
}
.zmdi-run:before {
  content: '\f215';
}
.zmdi-walk:before {
  content: '\f216';
}
.zmdi-cloud-box:before {
  content: '\f217';
}
.zmdi-cloud-circle:before {
  content: '\f218';
}
.zmdi-cloud-done:before {
  content: '\f219';
}
.zmdi-cloud-download:before {
  content: '\f21a';
}
.zmdi-cloud-off:before {
  content: '\f21b';
}
.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}
.zmdi-cloud-outline:before {
  content: '\f21d';
}
.zmdi-cloud-upload:before {
  content: '\f21e';
}
.zmdi-cloud:before {
  content: '\f21f';
}
.zmdi-download:before {
  content: '\f220';
}
.zmdi-file-plus:before {
  content: '\f221';
}
.zmdi-file-text:before {
  content: '\f222';
}
.zmdi-file:before {
  content: '\f223';
}
.zmdi-folder-outline:before {
  content: '\f224';
}
.zmdi-folder-person:before {
  content: '\f225';
}
.zmdi-folder-star-alt:before {
  content: '\f226';
}
.zmdi-folder-star:before {
  content: '\f227';
}
.zmdi-folder:before {
  content: '\f228';
}
.zmdi-gif:before {
  content: '\f229';
}
.zmdi-upload:before {
  content: '\f22a';
}
.zmdi-border-all:before {
  content: '\f22b';
}
.zmdi-border-bottom:before {
  content: '\f22c';
}
.zmdi-border-clear:before {
  content: '\f22d';
}
.zmdi-border-color:before {
  content: '\f22e';
}
.zmdi-border-horizontal:before {
  content: '\f22f';
}
.zmdi-border-inner:before {
  content: '\f230';
}
.zmdi-border-left:before {
  content: '\f231';
}
.zmdi-border-outer:before {
  content: '\f232';
}
.zmdi-border-right:before {
  content: '\f233';
}
.zmdi-border-style:before {
  content: '\f234';
}
.zmdi-border-top:before {
  content: '\f235';
}
.zmdi-border-vertical:before {
  content: '\f236';
}
.zmdi-copy:before {
  content: '\f237';
}
.zmdi-crop:before {
  content: '\f238';
}
.zmdi-format-align-center:before {
  content: '\f239';
}
.zmdi-format-align-justify:before {
  content: '\f23a';
}
.zmdi-format-align-left:before {
  content: '\f23b';
}
.zmdi-format-align-right:before {
  content: '\f23c';
}
.zmdi-format-bold:before {
  content: '\f23d';
}
.zmdi-format-clear-all:before {
  content: '\f23e';
}
.zmdi-format-clear:before {
  content: '\f23f';
}
.zmdi-format-color-fill:before {
  content: '\f240';
}
.zmdi-format-color-reset:before {
  content: '\f241';
}
.zmdi-format-color-text:before {
  content: '\f242';
}
.zmdi-format-indent-decrease:before {
  content: '\f243';
}
.zmdi-format-indent-increase:before {
  content: '\f244';
}
.zmdi-format-italic:before {
  content: '\f245';
}
.zmdi-format-line-spacing:before {
  content: '\f246';
}
.zmdi-format-list-bulleted:before {
  content: '\f247';
}
.zmdi-format-list-numbered:before {
  content: '\f248';
}
.zmdi-format-ltr:before {
  content: '\f249';
}
.zmdi-format-rtl:before {
  content: '\f24a';
}
.zmdi-format-size:before {
  content: '\f24b';
}
.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}
.zmdi-format-strikethrough:before {
  content: '\f24d';
}
.zmdi-format-subject:before {
  content: '\f24e';
}
.zmdi-format-underlined:before {
  content: '\f24f';
}
.zmdi-format-valign-bottom:before {
  content: '\f250';
}
.zmdi-format-valign-center:before {
  content: '\f251';
}
.zmdi-format-valign-top:before {
  content: '\f252';
}
.zmdi-redo:before {
  content: '\f253';
}
.zmdi-select-all:before {
  content: '\f254';
}
.zmdi-space-bar:before {
  content: '\f255';
}
.zmdi-text-format:before {
  content: '\f256';
}
.zmdi-transform:before {
  content: '\f257';
}
.zmdi-undo:before {
  content: '\f258';
}
.zmdi-wrap-text:before {
  content: '\f259';
}
.zmdi-comment-alert:before {
  content: '\f25a';
}
.zmdi-comment-alt-text:before {
  content: '\f25b';
}
.zmdi-comment-alt:before {
  content: '\f25c';
}
.zmdi-comment-edit:before {
  content: '\f25d';
}
.zmdi-comment-image:before {
  content: '\f25e';
}
.zmdi-comment-list:before {
  content: '\f25f';
}
.zmdi-comment-more:before {
  content: '\f260';
}
.zmdi-comment-outline:before {
  content: '\f261';
}
.zmdi-comment-text-alt:before {
  content: '\f262';
}
.zmdi-comment-text:before {
  content: '\f263';
}
.zmdi-comment-video:before {
  content: '\f264';
}
.zmdi-comment:before {
  content: '\f265';
}
.zmdi-comments:before {
  content: '\f266';
}
.zmdi-check-all:before {
  content: '\f267';
}
.zmdi-check-circle-u:before {
  content: '\f268';
}
.zmdi-check-circle:before {
  content: '\f269';
}
.zmdi-check-square:before {
  content: '\f26a';
}
.zmdi-check:before {
  content: '\f26b';
}
.zmdi-circle-o:before {
  content: '\f26c';
}
.zmdi-circle:before {
  content: '\f26d';
}
.zmdi-dot-circle-alt:before {
  content: '\f26e';
}
.zmdi-dot-circle:before {
  content: '\f26f';
}
.zmdi-minus-circle-outline:before {
  content: '\f270';
}
.zmdi-minus-circle:before {
  content: '\f271';
}
.zmdi-minus-square:before {
  content: '\f272';
}
.zmdi-minus:before {
  content: '\f273';
}
.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}
.zmdi-plus-circle-o:before {
  content: '\f275';
}
.zmdi-plus-circle:before {
  content: '\f276';
}
.zmdi-plus-square:before {
  content: '\f277';
}
.zmdi-plus:before {
  content: '\f278';
}
.zmdi-square-o:before {
  content: '\f279';
}
.zmdi-star-circle:before {
  content: '\f27a';
}
.zmdi-star-half:before {
  content: '\f27b';
}
.zmdi-star-outline:before {
  content: '\f27c';
}
.zmdi-star:before {
  content: '\f27d';
}
.zmdi-bluetooth-connected:before {
  content: '\f27e';
}
.zmdi-bluetooth-off:before {
  content: '\f27f';
}
.zmdi-bluetooth-search:before {
  content: '\f280';
}
.zmdi-bluetooth-setting:before {
  content: '\f281';
}
.zmdi-bluetooth:before {
  content: '\f282';
}
.zmdi-camera-add:before {
  content: '\f283';
}
.zmdi-camera-alt:before {
  content: '\f284';
}
.zmdi-camera-bw:before {
  content: '\f285';
}
.zmdi-camera-front:before {
  content: '\f286';
}
.zmdi-camera-mic:before {
  content: '\f287';
}
.zmdi-camera-party-mode:before {
  content: '\f288';
}
.zmdi-camera-rear:before {
  content: '\f289';
}
.zmdi-camera-roll:before {
  content: '\f28a';
}
.zmdi-camera-switch:before {
  content: '\f28b';
}
.zmdi-camera:before {
  content: '\f28c';
}
.zmdi-card-alert:before {
  content: '\f28d';
}
.zmdi-card-off:before {
  content: '\f28e';
}
.zmdi-card-sd:before {
  content: '\f28f';
}
.zmdi-card-sim:before {
  content: '\f290';
}
.zmdi-desktop-mac:before {
  content: '\f291';
}
.zmdi-desktop-windows:before {
  content: '\f292';
}
.zmdi-device-hub:before {
  content: '\f293';
}
.zmdi-devices-off:before {
  content: '\f294';
}
.zmdi-devices:before {
  content: '\f295';
}
.zmdi-dock:before {
  content: '\f296';
}
.zmdi-floppy:before {
  content: '\f297';
}
.zmdi-gamepad:before {
  content: '\f298';
}
.zmdi-gps-dot:before {
  content: '\f299';
}
.zmdi-gps-off:before {
  content: '\f29a';
}
.zmdi-gps:before {
  content: '\f29b';
}
.zmdi-headset-mic:before {
  content: '\f29c';
}
.zmdi-headset:before {
  content: '\f29d';
}
.zmdi-input-antenna:before {
  content: '\f29e';
}
.zmdi-input-composite:before {
  content: '\f29f';
}
.zmdi-input-hdmi:before {
  content: '\f2a0';
}
.zmdi-input-power:before {
  content: '\f2a1';
}
.zmdi-input-svideo:before {
  content: '\f2a2';
}
.zmdi-keyboard-hide:before {
  content: '\f2a3';
}
.zmdi-keyboard:before {
  content: '\f2a4';
}
.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}
.zmdi-laptop-mac:before {
  content: '\f2a6';
}
.zmdi-laptop:before {
  content: '\f2a7';
}
.zmdi-mic-off:before {
  content: '\f2a8';
}
.zmdi-mic-outline:before {
  content: '\f2a9';
}
.zmdi-mic-setting:before {
  content: '\f2aa';
}
.zmdi-mic:before {
  content: '\f2ab';
}
.zmdi-mouse:before {
  content: '\f2ac';
}
.zmdi-network-alert:before {
  content: '\f2ad';
}
.zmdi-network-locked:before {
  content: '\f2ae';
}
.zmdi-network-off:before {
  content: '\f2af';
}
.zmdi-network-outline:before {
  content: '\f2b0';
}
.zmdi-network-setting:before {
  content: '\f2b1';
}
.zmdi-network:before {
  content: '\f2b2';
}
.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}
.zmdi-phone-end:before {
  content: '\f2b4';
}
.zmdi-phone-forwarded:before {
  content: '\f2b5';
}
.zmdi-phone-in-talk:before {
  content: '\f2b6';
}
.zmdi-phone-locked:before {
  content: '\f2b7';
}
.zmdi-phone-missed:before {
  content: '\f2b8';
}
.zmdi-phone-msg:before {
  content: '\f2b9';
}
.zmdi-phone-paused:before {
  content: '\f2ba';
}
.zmdi-phone-ring:before {
  content: '\f2bb';
}
.zmdi-phone-setting:before {
  content: '\f2bc';
}
.zmdi-phone-sip:before {
  content: '\f2bd';
}
.zmdi-phone:before {
  content: '\f2be';
}
.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}
.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}
.zmdi-portable-wifi:before {
  content: '\f2c1';
}
.zmdi-radio:before {
  content: '\f2c2';
}
.zmdi-reader:before {
  content: '\f2c3';
}
.zmdi-remote-control-alt:before {
  content: '\f2c4';
}
.zmdi-remote-control:before {
  content: '\f2c5';
}
.zmdi-router:before {
  content: '\f2c6';
}
.zmdi-scanner:before {
  content: '\f2c7';
}
.zmdi-smartphone-android:before {
  content: '\f2c8';
}
.zmdi-smartphone-download:before {
  content: '\f2c9';
}
.zmdi-smartphone-erase:before {
  content: '\f2ca';
}
.zmdi-smartphone-info:before {
  content: '\f2cb';
}
.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}
.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}
.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}
.zmdi-smartphone-lock:before {
  content: '\f2cf';
}
.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}
.zmdi-smartphone-ring:before {
  content: '\f2d1';
}
.zmdi-smartphone-setting:before {
  content: '\f2d2';
}
.zmdi-smartphone-setup:before {
  content: '\f2d3';
}
.zmdi-smartphone:before {
  content: '\f2d4';
}
.zmdi-speaker:before {
  content: '\f2d5';
}
.zmdi-tablet-android:before {
  content: '\f2d6';
}
.zmdi-tablet-mac:before {
  content: '\f2d7';
}
.zmdi-tablet:before {
  content: '\f2d8';
}
.zmdi-tv-alt-play:before {
  content: '\f2d9';
}
.zmdi-tv-list:before {
  content: '\f2da';
}
.zmdi-tv-play:before {
  content: '\f2db';
}
.zmdi-tv:before {
  content: '\f2dc';
}
.zmdi-usb:before {
  content: '\f2dd';
}
.zmdi-videocam-off:before {
  content: '\f2de';
}
.zmdi-videocam-switch:before {
  content: '\f2df';
}
.zmdi-videocam:before {
  content: '\f2e0';
}
.zmdi-watch:before {
  content: '\f2e1';
}
.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}
.zmdi-wifi-alt:before {
  content: '\f2e3';
}
.zmdi-wifi-info:before {
  content: '\f2e4';
}
.zmdi-wifi-lock:before {
  content: '\f2e5';
}
.zmdi-wifi-off:before {
  content: '\f2e6';
}
.zmdi-wifi-outline:before {
  content: '\f2e7';
}
.zmdi-wifi:before {
  content: '\f2e8';
}
.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}
.zmdi-arrow-left:before {
  content: '\f2ea';
}
.zmdi-arrow-merge:before {
  content: '\f2eb';
}
.zmdi-arrow-missed:before {
  content: '\f2ec';
}
.zmdi-arrow-right-top:before {
  content: '\f2ed';
}
.zmdi-arrow-right:before {
  content: '\f2ee';
}
.zmdi-arrow-split:before {
  content: '\f2ef';
}
.zmdi-arrows:before {
  content: '\f2f0';
}
.zmdi-caret-down-circle:before {
  content: '\f2f1';
}
.zmdi-caret-down:before {
  content: '\f2f2';
}
.zmdi-caret-left-circle:before {
  content: '\f2f3';
}
.zmdi-caret-left:before {
  content: '\f2f4';
}
.zmdi-caret-right-circle:before {
  content: '\f2f5';
}
.zmdi-caret-right:before {
  content: '\f2f6';
}
.zmdi-caret-up-circle:before {
  content: '\f2f7';
}
.zmdi-caret-up:before {
  content: '\f2f8';
}
.zmdi-chevron-down:before {
  content: '\f2f9';
}
.zmdi-chevron-left:before {
  content: '\f2fa';
}
.zmdi-chevron-right:before {
  content: '\f2fb';
}
.zmdi-chevron-up:before {
  content: '\f2fc';
}
.zmdi-forward:before {
  content: '\f2fd';
}
.zmdi-long-arrow-down:before {
  content: '\f2fe';
}
.zmdi-long-arrow-left:before {
  content: '\f2ff';
}
.zmdi-long-arrow-return:before {
  content: '\f300';
}
.zmdi-long-arrow-right:before {
  content: '\f301';
}
.zmdi-long-arrow-tab:before {
  content: '\f302';
}
.zmdi-long-arrow-up:before {
  content: '\f303';
}
.zmdi-rotate-ccw:before {
  content: '\f304';
}
.zmdi-rotate-cw:before {
  content: '\f305';
}
.zmdi-rotate-left:before {
  content: '\f306';
}
.zmdi-rotate-right:before {
  content: '\f307';
}
.zmdi-square-down:before {
  content: '\f308';
}
.zmdi-square-right:before {
  content: '\f309';
}
.zmdi-swap-alt:before {
  content: '\f30a';
}
.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}
.zmdi-swap-vertical:before {
  content: '\f30c';
}
.zmdi-swap:before {
  content: '\f30d';
}
.zmdi-trending-down:before {
  content: '\f30e';
}
.zmdi-trending-flat:before {
  content: '\f30f';
}
.zmdi-trending-up:before {
  content: '\f310';
}
.zmdi-unfold-less:before {
  content: '\f311';
}
.zmdi-unfold-more:before {
  content: '\f312';
}
.zmdi-apps:before {
  content: '\f313';
}
.zmdi-grid-off:before {
  content: '\f314';
}
.zmdi-grid:before {
  content: '\f315';
}
.zmdi-view-agenda:before {
  content: '\f316';
}
.zmdi-view-array:before {
  content: '\f317';
}
.zmdi-view-carousel:before {
  content: '\f318';
}
.zmdi-view-column:before {
  content: '\f319';
}
.zmdi-view-comfy:before {
  content: '\f31a';
}
.zmdi-view-compact:before {
  content: '\f31b';
}
.zmdi-view-dashboard:before {
  content: '\f31c';
}
.zmdi-view-day:before {
  content: '\f31d';
}
.zmdi-view-headline:before {
  content: '\f31e';
}
.zmdi-view-list-alt:before {
  content: '\f31f';
}
.zmdi-view-list:before {
  content: '\f320';
}
.zmdi-view-module:before {
  content: '\f321';
}
.zmdi-view-quilt:before {
  content: '\f322';
}
.zmdi-view-stream:before {
  content: '\f323';
}
.zmdi-view-subtitles:before {
  content: '\f324';
}
.zmdi-view-toc:before {
  content: '\f325';
}
.zmdi-view-web:before {
  content: '\f326';
}
.zmdi-view-week:before {
  content: '\f327';
}
.zmdi-widgets:before {
  content: '\f328';
}
.zmdi-alarm-check:before {
  content: '\f329';
}
.zmdi-alarm-off:before {
  content: '\f32a';
}
.zmdi-alarm-plus:before {
  content: '\f32b';
}
.zmdi-alarm-snooze:before {
  content: '\f32c';
}
.zmdi-alarm:before {
  content: '\f32d';
}
.zmdi-calendar-alt:before {
  content: '\f32e';
}
.zmdi-calendar-check:before {
  content: '\f32f';
}
.zmdi-calendar-close:before {
  content: '\f330';
}
.zmdi-calendar-note:before {
  content: '\f331';
}
.zmdi-calendar:before {
  content: '\f332';
}
.zmdi-time-countdown:before {
  content: '\f333';
}
.zmdi-time-interval:before {
  content: '\f334';
}
.zmdi-time-restore-setting:before {
  content: '\f335';
}
.zmdi-time-restore:before {
  content: '\f336';
}
.zmdi-time:before {
  content: '\f337';
}
.zmdi-timer-off:before {
  content: '\f338';
}
.zmdi-timer:before {
  content: '\f339';
}
.zmdi-android-alt:before {
  content: '\f33a';
}
.zmdi-android:before {
  content: '\f33b';
}
.zmdi-apple:before {
  content: '\f33c';
}
.zmdi-behance:before {
  content: '\f33d';
}
.zmdi-codepen:before {
  content: '\f33e';
}
.zmdi-dribbble:before {
  content: '\f33f';
}
.zmdi-dropbox:before {
  content: '\f340';
}
.zmdi-evernote:before {
  content: '\f341';
}
.zmdi-facebook-box:before {
  content: '\f342';
}
.zmdi-facebook:before {
  content: '\f343';
}
.zmdi-github-box:before {
  content: '\f344';
}
.zmdi-github:before {
  content: '\f345';
}
.zmdi-google-drive:before {
  content: '\f346';
}
.zmdi-google-earth:before {
  content: '\f347';
}
.zmdi-google-glass:before {
  content: '\f348';
}
.zmdi-google-maps:before {
  content: '\f349';
}
.zmdi-google-pages:before {
  content: '\f34a';
}
.zmdi-google-play:before {
  content: '\f34b';
}
.zmdi-google-plus-box:before {
  content: '\f34c';
}
.zmdi-google-plus:before {
  content: '\f34d';
}
.zmdi-google:before {
  content: '\f34e';
}
.zmdi-instagram:before {
  content: '\f34f';
}
.zmdi-language-css3:before {
  content: '\f350';
}
.zmdi-language-html5:before {
  content: '\f351';
}
.zmdi-language-javascript:before {
  content: '\f352';
}
.zmdi-language-python-alt:before {
  content: '\f353';
}
.zmdi-language-python:before {
  content: '\f354';
}
.zmdi-lastfm:before {
  content: '\f355';
}
.zmdi-linkedin-box:before {
  content: '\f356';
}
.zmdi-paypal:before {
  content: '\f357';
}
.zmdi-pinterest-box:before {
  content: '\f358';
}
.zmdi-pocket:before {
  content: '\f359';
}
.zmdi-polymer:before {
  content: '\f35a';
}
.zmdi-share:before {
  content: '\f35b';
}
.zmdi-stackoverflow:before {
  content: '\f35c';
}
.zmdi-steam-square:before {
  content: '\f35d';
}
.zmdi-steam:before {
  content: '\f35e';
}
.zmdi-twitter-box:before {
  content: '\f35f';
}
.zmdi-twitter:before {
  content: '\f360';
}
.zmdi-vk:before {
  content: '\f361';
}
.zmdi-wikipedia:before {
  content: '\f362';
}
.zmdi-windows:before {
  content: '\f363';
}
.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}
.zmdi-aspect-ratio:before {
  content: '\f365';
}
.zmdi-blur-circular:before {
  content: '\f366';
}
.zmdi-blur-linear:before {
  content: '\f367';
}
.zmdi-blur-off:before {
  content: '\f368';
}
.zmdi-blur:before {
  content: '\f369';
}
.zmdi-brightness-2:before {
  content: '\f36a';
}
.zmdi-brightness-3:before {
  content: '\f36b';
}
.zmdi-brightness-4:before {
  content: '\f36c';
}
.zmdi-brightness-5:before {
  content: '\f36d';
}
.zmdi-brightness-6:before {
  content: '\f36e';
}
.zmdi-brightness-7:before {
  content: '\f36f';
}
.zmdi-brightness-auto:before {
  content: '\f370';
}
.zmdi-brightness-setting:before {
  content: '\f371';
}
.zmdi-broken-image:before {
  content: '\f372';
}
.zmdi-center-focus-strong:before {
  content: '\f373';
}
.zmdi-center-focus-weak:before {
  content: '\f374';
}
.zmdi-compare:before {
  content: '\f375';
}
.zmdi-crop-16-9:before {
  content: '\f376';
}
.zmdi-crop-3-2:before {
  content: '\f377';
}
.zmdi-crop-5-4:before {
  content: '\f378';
}
.zmdi-crop-7-5:before {
  content: '\f379';
}
.zmdi-crop-din:before {
  content: '\f37a';
}
.zmdi-crop-free:before {
  content: '\f37b';
}
.zmdi-crop-landscape:before {
  content: '\f37c';
}
.zmdi-crop-portrait:before {
  content: '\f37d';
}
.zmdi-crop-square:before {
  content: '\f37e';
}
.zmdi-exposure-alt:before {
  content: '\f37f';
}
.zmdi-exposure:before {
  content: '\f380';
}
.zmdi-filter-b-and-w:before {
  content: '\f381';
}
.zmdi-filter-center-focus:before {
  content: '\f382';
}
.zmdi-filter-frames:before {
  content: '\f383';
}
.zmdi-filter-tilt-shift:before {
  content: '\f384';
}
.zmdi-gradient:before {
  content: '\f385';
}
.zmdi-grain:before {
  content: '\f386';
}
.zmdi-graphic-eq:before {
  content: '\f387';
}
.zmdi-hdr-off:before {
  content: '\f388';
}
.zmdi-hdr-strong:before {
  content: '\f389';
}
.zmdi-hdr-weak:before {
  content: '\f38a';
}
.zmdi-hdr:before {
  content: '\f38b';
}
.zmdi-iridescent:before {
  content: '\f38c';
}
.zmdi-leak-off:before {
  content: '\f38d';
}
.zmdi-leak:before {
  content: '\f38e';
}
.zmdi-looks:before {
  content: '\f38f';
}
.zmdi-loupe:before {
  content: '\f390';
}
.zmdi-panorama-horizontal:before {
  content: '\f391';
}
.zmdi-panorama-vertical:before {
  content: '\f392';
}
.zmdi-panorama-wide-angle:before {
  content: '\f393';
}
.zmdi-photo-size-select-large:before {
  content: '\f394';
}
.zmdi-photo-size-select-small:before {
  content: '\f395';
}
.zmdi-picture-in-picture:before {
  content: '\f396';
}
.zmdi-slideshow:before {
  content: '\f397';
}
.zmdi-texture:before {
  content: '\f398';
}
.zmdi-tonality:before {
  content: '\f399';
}
.zmdi-vignette:before {
  content: '\f39a';
}
.zmdi-wb-auto:before {
  content: '\f39b';
}
.zmdi-eject-alt:before {
  content: '\f39c';
}
.zmdi-eject:before {
  content: '\f39d';
}
.zmdi-equalizer:before {
  content: '\f39e';
}
.zmdi-fast-forward:before {
  content: '\f39f';
}
.zmdi-fast-rewind:before {
  content: '\f3a0';
}
.zmdi-forward-10:before {
  content: '\f3a1';
}
.zmdi-forward-30:before {
  content: '\f3a2';
}
.zmdi-forward-5:before {
  content: '\f3a3';
}
.zmdi-hearing:before {
  content: '\f3a4';
}
.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}
.zmdi-pause-circle:before {
  content: '\f3a6';
}
.zmdi-pause:before {
  content: '\f3a7';
}
.zmdi-play-circle-outline:before {
  content: '\f3a8';
}
.zmdi-play-circle:before {
  content: '\f3a9';
}
.zmdi-play:before {
  content: '\f3aa';
}
.zmdi-playlist-audio:before {
  content: '\f3ab';
}
.zmdi-playlist-plus:before {
  content: '\f3ac';
}
.zmdi-repeat-one:before {
  content: '\f3ad';
}
.zmdi-repeat:before {
  content: '\f3ae';
}
.zmdi-replay-10:before {
  content: '\f3af';
}
.zmdi-replay-30:before {
  content: '\f3b0';
}
.zmdi-replay-5:before {
  content: '\f3b1';
}
.zmdi-replay:before {
  content: '\f3b2';
}
.zmdi-shuffle:before {
  content: '\f3b3';
}
.zmdi-skip-next:before {
  content: '\f3b4';
}
.zmdi-skip-previous:before {
  content: '\f3b5';
}
.zmdi-stop:before {
  content: '\f3b6';
}
.zmdi-surround-sound:before {
  content: '\f3b7';
}
.zmdi-tune:before {
  content: '\f3b8';
}
.zmdi-volume-down:before {
  content: '\f3b9';
}
.zmdi-volume-mute:before {
  content: '\f3ba';
}
.zmdi-volume-off:before {
  content: '\f3bb';
}
.zmdi-volume-up:before {
  content: '\f3bc';
}
.zmdi-n-1-square:before {
  content: '\f3bd';
}
.zmdi-n-2-square:before {
  content: '\f3be';
}
.zmdi-n-3-square:before {
  content: '\f3bf';
}
.zmdi-n-4-square:before {
  content: '\f3c0';
}
.zmdi-n-5-square:before {
  content: '\f3c1';
}
.zmdi-n-6-square:before {
  content: '\f3c2';
}
.zmdi-neg-1:before {
  content: '\f3c3';
}
.zmdi-neg-2:before {
  content: '\f3c4';
}
.zmdi-plus-1:before {
  content: '\f3c5';
}
.zmdi-plus-2:before {
  content: '\f3c6';
}
.zmdi-sec-10:before {
  content: '\f3c7';
}
.zmdi-sec-3:before {
  content: '\f3c8';
}
.zmdi-zero:before {
  content: '\f3c9';
}
.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}
.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}
.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}
.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}
.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}
.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}
.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}
.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}
.zmdi-airplay:before {
  content: '\f3d2';
}
.zmdi-closed-caption:before {
  content: '\f3d3';
}
.zmdi-confirmation-number:before {
  content: '\f3d4';
}
.zmdi-developer-board:before {
  content: '\f3d5';
}
.zmdi-disc-full:before {
  content: '\f3d6';
}
.zmdi-explicit:before {
  content: '\f3d7';
}
.zmdi-flight-land:before {
  content: '\f3d8';
}
.zmdi-flight-takeoff:before {
  content: '\f3d9';
}
.zmdi-flip-to-back:before {
  content: '\f3da';
}
.zmdi-flip-to-front:before {
  content: '\f3db';
}
.zmdi-group-work:before {
  content: '\f3dc';
}
.zmdi-hd:before {
  content: '\f3dd';
}
.zmdi-hq:before {
  content: '\f3de';
}
.zmdi-markunread-mailbox:before {
  content: '\f3df';
}
.zmdi-memory:before {
  content: '\f3e0';
}
.zmdi-nfc:before {
  content: '\f3e1';
}
.zmdi-play-for-work:before {
  content: '\f3e2';
}
.zmdi-power-input:before {
  content: '\f3e3';
}
.zmdi-present-to-all:before {
  content: '\f3e4';
}
.zmdi-satellite:before {
  content: '\f3e5';
}
.zmdi-tap-and-play:before {
  content: '\f3e6';
}
.zmdi-vibration:before {
  content: '\f3e7';
}
.zmdi-voicemail:before {
  content: '\f3e8';
}
.zmdi-group:before {
  content: '\f3e9';
}
.zmdi-rss:before {
  content: '\f3ea';
}
.zmdi-shape:before {
  content: '\f3eb';
}
.zmdi-spinner:before {
  content: '\f3ec';
}
.zmdi-ungroup:before {
  content: '\f3ed';
}
.zmdi-500px:before {
  content: '\f3ee';
}
.zmdi-8tracks:before {
  content: '\f3ef';
}
.zmdi-amazon:before {
  content: '\f3f0';
}
.zmdi-blogger:before {
  content: '\f3f1';
}
.zmdi-delicious:before {
  content: '\f3f2';
}
.zmdi-disqus:before {
  content: '\f3f3';
}
.zmdi-flattr:before {
  content: '\f3f4';
}
.zmdi-flickr:before {
  content: '\f3f5';
}
.zmdi-github-alt:before {
  content: '\f3f6';
}
.zmdi-google-old:before {
  content: '\f3f7';
}
.zmdi-linkedin:before {
  content: '\f3f8';
}
.zmdi-odnoklassniki:before {
  content: '\f3f9';
}
.zmdi-outlook:before {
  content: '\f3fa';
}
.zmdi-paypal-alt:before {
  content: '\f3fb';
}
.zmdi-pinterest:before {
  content: '\f3fc';
}
.zmdi-playstation:before {
  content: '\f3fd';
}
.zmdi-reddit:before {
  content: '\f3fe';
}
.zmdi-skype:before {
  content: '\f3ff';
}
.zmdi-slideshare:before {
  content: '\f400';
}
.zmdi-soundcloud:before {
  content: '\f401';
}
.zmdi-tumblr:before {
  content: '\f402';
}
.zmdi-twitch:before {
  content: '\f403';
}
.zmdi-vimeo:before {
  content: '\f404';
}
.zmdi-whatsapp:before {
  content: '\f405';
}
.zmdi-xbox:before {
  content: '\f406';
}
.zmdi-yahoo:before {
  content: '\f407';
}
.zmdi-youtube-play:before {
  content: '\f408';
}
.zmdi-youtube:before {
  content: '\f409';
}
.zmdi-import-export:before {
  content: '\f30c';
}
.zmdi-swap-vertical-:before {
  content: '\f30c';
}
.zmdi-airplanemode-inactive:before {
  content: '\f102';
}
.zmdi-airplanemode-active:before {
  content: '\f103';
}
.zmdi-rate-review:before {
  content: '\f103';
}
.zmdi-comment-sign:before {
  content: '\f25a';
}
.zmdi-network-warning:before {
  content: '\f2ad';
}
.zmdi-shopping-cart-add:before {
  content: '\f1ca';
}
.zmdi-file-add:before {
  content: '\f221';
}
.zmdi-network-wifi-scan:before {
  content: '\f2e4';
}
.zmdi-collection-add:before {
  content: '\f14e';
}
.zmdi-format-playlist-add:before {
  content: '\f3ac';
}
.zmdi-format-queue-music:before {
  content: '\f3ab';
}
.zmdi-plus-box:before {
  content: '\f277';
}
.zmdi-tag-backspace:before {
  content: '\f1d9';
}
.zmdi-alarm-add:before {
  content: '\f32b';
}
.zmdi-battery-charging:before {
  content: '\f114';
}
.zmdi-daydream-setting:before {
  content: '\f217';
}
.zmdi-more-horiz:before {
  content: '\f19c';
}
.zmdi-book-photo:before {
  content: '\f11b';
}
.zmdi-incandescent:before {
  content: '\f189';
}
.zmdi-wb-iridescent:before {
  content: '\f38c';
}
.zmdi-calendar-remove:before {
  content: '\f330';
}
.zmdi-refresh-sync-disabled:before {
  content: '\f1b7';
}
.zmdi-refresh-sync-problem:before {
  content: '\f1b6';
}
.zmdi-crop-original:before {
  content: '\f17e';
}
.zmdi-power-off:before {
  content: '\f1af';
}
.zmdi-power-off-setting:before {
  content: '\f1ae';
}
.zmdi-leak-remove:before {
  content: '\f38d';
}
.zmdi-star-border:before {
  content: '\f27c';
}
.zmdi-brightness-low:before {
  content: '\f36d';
}
.zmdi-brightness-medium:before {
  content: '\f36e';
}
.zmdi-brightness-high:before {
  content: '\f36f';
}
.zmdi-smartphone-portrait:before {
  content: '\f2d4';
}
.zmdi-live-tv:before {
  content: '\f2d9';
}
.zmdi-format-textdirection-l-to-r:before {
  content: '\f249';
}
.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}
.zmdi-arrow-back:before {
  content: '\f2ea';
}
.zmdi-arrow-forward:before {
  content: '\f2ee';
}
.zmdi-arrow-in:before {
  content: '\f2e9';
}
.zmdi-arrow-out:before {
  content: '\f2ed';
}
.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}
.zmdi-adb:before {
  content: '\f33a';
}
.zmdi-network-wifi:before {
  content: '\f2e8';
}
.zmdi-network-wifi-alt:before {
  content: '\f2e3';
}
.zmdi-network-wifi-lock:before {
  content: '\f2e5';
}
.zmdi-network-wifi-off:before {
  content: '\f2e6';
}
.zmdi-network-wifi-outline:before {
  content: '\f2e7';
}
.zmdi-network-wifi-info:before {
  content: '\f2e4';
}
.zmdi-layers-clear:before {
  content: '\f18b';
}
.zmdi-colorize:before {
  content: '\f15d';
}
.zmdi-format-paint:before {
  content: '\f1ba';
}
.zmdi-format-quote:before {
  content: '\f1b2';
}
.zmdi-camera-monochrome-photos:before {
  content: '\f285';
}
.zmdi-sort-by-alpha:before {
  content: '\f1cf';
}
.zmdi-folder-shared:before {
  content: '\f225';
}
.zmdi-folder-special:before {
  content: '\f226';
}
.zmdi-comment-dots:before {
  content: '\f260';
}
.zmdi-reorder:before {
  content: '\f31e';
}
.zmdi-dehaze:before {
  content: '\f197';
}
.zmdi-sort:before {
  content: '\f1ce';
}
.zmdi-pages:before {
  content: '\f34a';
}
.zmdi-stack-overflow:before {
  content: '\f35c';
}
.zmdi-calendar-account:before {
  content: '\f204';
}
.zmdi-paste:before {
  content: '\f109';
}
.zmdi-cut:before {
  content: '\f1bc';
}
.zmdi-save:before {
  content: '\f297';
}
.zmdi-smartphone-code:before {
  content: '\f139';
}
.zmdi-directions-bike:before {
  content: '\f117';
}
.zmdi-directions-boat:before {
  content: '\f11a';
}
.zmdi-directions-bus:before {
  content: '\f121';
}
.zmdi-directions-car:before {
  content: '\f125';
}
.zmdi-directions-railway:before {
  content: '\f1b3';
}
.zmdi-directions-run:before {
  content: '\f215';
}
.zmdi-directions-subway:before {
  content: '\f1d5';
}
.zmdi-directions-walk:before {
  content: '\f216';
}
.zmdi-local-hotel:before {
  content: '\f178';
}
.zmdi-local-activity:before {
  content: '\f1df';
}
.zmdi-local-play:before {
  content: '\f1df';
}
.zmdi-local-airport:before {
  content: '\f103';
}
.zmdi-local-atm:before {
  content: '\f198';
}
.zmdi-local-bar:before {
  content: '\f137';
}
.zmdi-local-cafe:before {
  content: '\f13b';
}
.zmdi-local-car-wash:before {
  content: '\f124';
}
.zmdi-local-convenience-store:before {
  content: '\f1d3';
}
.zmdi-local-dining:before {
  content: '\f153';
}
.zmdi-local-drink:before {
  content: '\f157';
}
.zmdi-local-florist:before {
  content: '\f168';
}
.zmdi-local-gas-station:before {
  content: '\f16f';
}
.zmdi-local-grocery-store:before {
  content: '\f1cb';
}
.zmdi-local-hospital:before {
  content: '\f177';
}
.zmdi-local-laundry-service:before {
  content: '\f1e9';
}
.zmdi-local-library:before {
  content: '\f18d';
}
.zmdi-local-mall:before {
  content: '\f195';
}
.zmdi-local-movies:before {
  content: '\f19d';
}
.zmdi-local-offer:before {
  content: '\f187';
}
.zmdi-local-parking:before {
  content: '\f1a5';
}
.zmdi-local-parking:before {
  content: '\f1a5';
}
.zmdi-local-pharmacy:before {
  content: '\f176';
}
.zmdi-local-phone:before {
  content: '\f2be';
}
.zmdi-local-pizza:before {
  content: '\f1ac';
}
.zmdi-local-post-office:before {
  content: '\f15a';
}
.zmdi-local-printshop:before {
  content: '\f1b0';
}
.zmdi-local-see:before {
  content: '\f28c';
}
.zmdi-local-shipping:before {
  content: '\f1e6';
}
.zmdi-local-store:before {
  content: '\f1d4';
}
.zmdi-local-taxi:before {
  content: '\f123';
}
.zmdi-local-wc:before {
  content: '\f211';
}
.zmdi-my-location:before {
  content: '\f299';
}
.zmdi-directions:before {
  content: '\f1e7';
}
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  line-height: 1;
}
.flaticon-controls:before {
  content: "\f100";
}
.flaticon-drawing:before {
  content: "\f102";
}
.flaticon-folder:before {
  content: "\f103";
}
.flaticon-like:before {
  content: "\f104";
}
.flaticon-settings-gears:before {
  content: "\f106";
}
.flaticon-technology:before {
  content: "\f108";
}
.flaticon-customer-service:before {
  content: "\f101";
}
.flaticon-trophy-cup:before {
  content: "\f109";
}
.flaticon-sun:before {
  content: "\f107";
}
.flaticon-presentation:before {
  content: "\f105";
}
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #00c8c8;
  padding: 4px 0;
  min-height: 42px;
  z-index: 9;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 auto;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #00c8c8;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255,255,255,0.25);
  opacity: .75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255,255,255,0.2);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 19px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255,255,255,0.1);
  border: 0 !important;
  border-left: 1px solid rgba(255,255,255,0.4) !important;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0,0,0,0.9);
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
.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;
}
.camera_wrap a,
.camera_wrap img,
.camera_wrap ol,
.camera_wrap ul,
.camera_wrap li,
.camera_wrap table,
.camera_wrap tbody,
.camera_wrap tfoot,
.camera_wrap thead,
.camera_wrap tr,
.camera_wrap th,
.camera_wrap td
.camera_thumbs_wrap a,
.camera_thumbs_wrap img,
.camera_thumbs_wrap ol,
.camera_thumbs_wrap ul,
.camera_thumbs_wrap li,
.camera_thumbs_wrap table,
.camera_thumbs_wrap tbody,
.camera_thumbs_wrap tfoot,
.camera_thumbs_wrap thead,
.camera_thumbs_wrap tr,
.camera_thumbs_wrap th,
.camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}
.camera_wrap {
  direction: ltr;
  display: none;
  float: left;
  position: relative;
  z-index: 0;
}
.camera_wrap img {
  max-width: none !important;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.camera_wrap {
  width: 100%;
}
.camera_src {
  display: none;
}
.cameraCont,
.cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.camera_target_content .camera_link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.camera_loader {
  background: #fff;
  background: rgba(255,255,255,0.9);
  border: 1px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}
.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar,
.camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar,
.camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}
.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}
.camera_caption {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
}
.camera_caption > div {
  padding: 10px 20px;
}
.camerarelative {
  overflow: hidden;
  position: relative;
}
.imgFake {
  cursor: pointer;
}
.camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_prevThumbs div {
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_nextThumbs div {
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_command_wrap .hideNav {
  display: none;
}
.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-align: left;
  text-indent: 9999px;
  width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
  -moz-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 8px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  -moz-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.camera_pag_ul li img {
  display: none;
  position: absolute;
}
.camera_pag_ul .thumb_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}
.camera_prev,
.camera_next,
.camera_commands {
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2;
}
.camera_prev {
  left: 0;
}
.camera_prev > span {
  display: block;
  height: 40px;
  width: 40px;
}
.camera_next {
  right: 0;
}
.camera_next > span {
  display: block;
  height: 40px;
  width: 40px;
}
.camera_commands {
  right: 41px;
}
.camera_commands > .camera_play {
  height: 40px;
  width: 40px;
}
.camera_commands > .camera_stop {
  display: block;
  height: 40px;
  width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-indent: 9999px;
  width: 16px;
}
.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
  float: left;
  width: 100%;
}
.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center;
}
.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align: bottom;
}
.camera_clear {
  display: block;
  clear: both;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
.pattern_1 .camera_overlayer {
  background: url(../img/patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
  background: url(../img/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
  background: url(../img/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
  background: url(../img/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
  background: url(../img/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
  background: url(../img/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
  background: url(../img/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
  background: url(../img/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
  background: url(../img/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
  background: url(../img/patterns/overlay10.png) repeat;
}
.camera_caption {
  color: #fff;
}
.camera_caption > div {
  background: #000;
  background: rgba(0,0,0,0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #434648;
}
.camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}
.camera_pag_ul .thumb_arrow {
  border-top-color: #e6e6e6;
}
.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
  background: #d8d8d8;
  background: rgba(216,216,216,0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
  border-color: 1px solid #000;
}
.camera_amber_skin .camera_prevThumbs div {
  background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
  background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
  background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
  background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
  background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
  background-position: -120px -160px;
}
.camera_ash_skin .camera_prevThumbs div {
  background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
  background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
  background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
  background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
  background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
  background-position: -120px -200px;
}
.camera_azure_skin .camera_prevThumbs div {
  background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
  background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
  background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
  background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
  background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
  background-position: -120px -240px;
}
.camera_beige_skin .camera_prevThumbs div {
  background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
  background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
  background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
  background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
  background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
  background-position: -120px -120px;
}
.camera_black_skin .camera_prevThumbs div {
  background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
  background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
  background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
  background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
  background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
  background-position: -120px -40px;
}
.camera_blue_skin .camera_prevThumbs div {
  background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
  background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
  background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
  background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
  background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
  background-position: -120px -280px;
}
.camera_brown_skin .camera_prevThumbs div {
  background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
  background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
  background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
  background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
  background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
  background-position: -120px -320px;
}
.camera_burgundy_skin .camera_prevThumbs div {
  background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
  background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
  background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
  background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
  background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
  background-position: -120px -360px;
}
.camera_charcoal_skin .camera_prevThumbs div {
  background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
  background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
  background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
  background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
  background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
  background-position: -120px -400px;
}
.camera_chocolate_skin .camera_prevThumbs div {
  background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
  background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
  background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
  background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
  background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
  background-position: -120px -440px;
}
.camera_coffee_skin .camera_prevThumbs div {
  background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
  background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
  background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
  background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
  background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
  background-position: -120px -480px;
}
.camera_cyan_skin .camera_prevThumbs div {
  background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
  background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
  background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
  background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
  background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
  background-position: -120px -520px;
}
.camera_fuchsia_skin .camera_prevThumbs div {
  background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
  background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
  background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
  background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
  background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
  background-position: -120px -560px;
}
.camera_gold_skin .camera_prevThumbs div {
  background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
  background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
  background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
  background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
  background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
  background-position: -120px -600px;
}
.camera_green_skin .camera_prevThumbs div {
  background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
  background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
  background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
  background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
  background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
  background-position: -120px -640px;
}
.camera_grey_skin .camera_prevThumbs div {
  background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
  background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
  background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
  background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
  background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
  background-position: -120px -680px;
}
.camera_indigo_skin .camera_prevThumbs div {
  background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
  background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
  background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
  background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
  background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
  background-position: -120px -720px;
}
.camera_khaki_skin .camera_prevThumbs div {
  background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
  background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
  background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
  background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
  background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
  background-position: -120px -760px;
}
.camera_lime_skin .camera_prevThumbs div {
  background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
  background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
  background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
  background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
  background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
  background-position: -120px -800px;
}
.camera_magenta_skin .camera_prevThumbs div {
  background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
  background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
  background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
  background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
  background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
  background-position: -120px -840px;
}
.camera_maroon_skin .camera_prevThumbs div {
  background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
  background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
  background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
  background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
  background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
  background-position: -120px -880px;
}
.camera_orange_skin .camera_prevThumbs div {
  background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
  background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
  background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
  background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
  background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
  background-position: -120px -920px;
}
.camera_olive_skin .camera_prevThumbs div {
  background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
  background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
  background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
  background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
  background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
  background-position: -120px -1080px;
}
.camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
  background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
  background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -960px;
}
.camera_pistachio_skin .camera_prevThumbs div {
  background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
  background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
  background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
  background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
  background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
  background-position: -120px -1040px;
}
.camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
  background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
  background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}
.camera_red_skin .camera_prevThumbs div {
  background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
  background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
  background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
  background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
  background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
  background-position: -120px -1000px;
}
.camera_tangerine_skin .camera_prevThumbs div {
  background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
  background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
  background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
  background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
  background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
  background-position: -120px -1120px;
}
.camera_turquoise_skin .camera_prevThumbs div {
  background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
  background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
  background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
  background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
  background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
  background-position: -120px -1160px;
}
.camera_violet_skin .camera_prevThumbs div {
  background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
  background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
  background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
  background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
  background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
  background-position: -120px -1200px;
}
.camera_white_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
  background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
  background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}
.camera_yellow_skin .camera_prevThumbs div {
  background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
  background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
  background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
  background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
  background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
  background-position: -120px -1240px;
}
.anim-slider {
  background: #fff;
  list-style-type: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  padding: 0;
  margin: 0;
}
.anim-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.anim-slide * {
  position: absolute;
  opacity: 0;
}
.anim-slide-this {
  z-index: 1000;
}
.anim-slide-this * {
  opacity: 1;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.2);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.2);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.2);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
li.anim-arrows>span {
  position: absolute;
  top: 40%;
  z-index: 2000;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  -ms-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}
li.anim-arrows>span.anim-arrows-prev,
li.anim-arrows>span.anim-arrows-next {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #288feb;
  -moz-box-shadow: 0 0 0 2px #288feb;
  box-shadow: 0 0 0 2px #288feb;
  -webkit-transition: -webkit-box-shadow .4s ease, background-color .4s ease;
  -moz-transition: -moz-box-shadow .4s ease, background-color .4s ease;
  -ms-transition: -ms-box-shadow .4s ease, background-color .4s ease;
  -o-transition: -o-box-shadow .4s ease, background-color .4s ease;
  transition: box-shadow .4s ease, background-color .4s ease;
}
li.anim-arrows>span.anim-arrows-prev:after,
li.anim-arrows>span.anim-arrows-next:after {
  display: block;
  font: 20px "controls";
  text-align: center;
  line-height: 42px;
  font-family: "Material-Design-Iconic-Font";
  color: #288feb;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -ms-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
li.anim-arrows>span.anim-arrows-prev {
  left: 4.8%;
}
li.anim-arrows>span.anim-arrows-prev:after {
  content: '\f2fa';
}
li.anim-arrows>span.anim-arrows-next {
  right: 4.8%;
}
li.anim-arrows>span.anim-arrows-next:after {
  content: '\f2fb';
}
.anim-slider:hover>li.anim-arrows>span {
  opacity: 1;
  cursor: pointer;
}
.anim-slider:hover>li.anim-arrows>span:hover {
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 3px #288feb;
  -moz-box-shadow: 0 0 0 3px #288feb;
  box-shadow: 0 0 0 3px #288feb;
  -webkit-animation: pulse 1s alternate infinite ease-in-out !important;
  -moz-animation: pulse 1s alternate infinite ease-in-out !important;
  -ms-animation: pulse 1s alternate infinite ease-in-out !important;
  -o-animation: pulse 1s alternate infinite ease-in-out !important;
  animation: pulse 1s alternate infinite ease-in-out !important;
}
@-webkit-keyframes nextArrow {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes nextArrow {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-ms-keyframes nextArrow {
  49% {
    -ms-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -ms-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes nextArrow {
  49% {
    -o-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -o-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes nextArrow {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes prevArrow {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes prevArrow {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-ms-keyframes prevArrow {
  49% {
    -ms-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -ms-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes prevArrow {
  49% {
    -o-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -o-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes prevArrow {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
li.anim-arrows>span.anim-arrows-next:hover:after {
  color: #288feb;
  -webkit-animation: nextArrow 0.3s forwards;
  -moz-animation: nextArrow 0.3s forwards;
  -ms-animation: nextArrow 0.3s forwards;
  -o-animation: nextArrow 0.3s forwards;
  animation: nextArrow 0.3s forwards;
}
li.anim-arrows>span.anim-arrows-prev:hover:after {
  color: #288feb;
  -webkit-animation: prevArrow 0.3s forwards;
  -moz-animation: prevArrow 0.3s forwards;
  -ms-animation: prevArrow 0.3s forwards;
  -o-animation: prevArrow 0.3s forwards;
  animation: prevArrow 0.3s forwards;
}
.anim-dots {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 20px;
  z-index: 2000;
}
.anim-dots span {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);
}
.anim-dots span.anim-dots-this:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #ffffff;
  border-radius: 100%;
}
.animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.delay0-5s {
  -webkit-animation-delay: 1s;
  animation-delay: .5s;
}
.delay1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.delay3-5s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.delay4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.delay4-5s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.delay5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.delay5-5s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
.delay6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.delay6-5s {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}
.short-accordion-title {
  margin-bottom: 50px;
}
.short-accordion-title .title-line {
  margin: 15px 0 20px;
}
.short-accordion-title .title-line::after {
  margin: 0;
}
.shortcode-accordion .accordion-heading > h3 {
  background: #f1f1f1 none repeat scroll 0 0;
  color: #898989;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 18px;
  margin: 0;
  text-transform: capitalize;
}
.shortcode-accordion .faq-p {
  background: #f1f1f1 none repeat scroll 0 0;
  border-top: 2px solid #fff;
  padding: 25px;
}
.shortcode-accordion .faq-p p {
  color: #969696;
  line-height: 24px;
}
.shortcode-accordion .accordion-heading {
  cursor: pointer;
}
.shortcode-accordion .panel,
.accordion-three .panel {
  width: 100%;
  position: relative;
}
.shortcode-accordion .accordion-heading::after,
.accordion-three .accordion-heading::after {
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  text-align: center;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: none;
  box-shadow: none;
  border: 0 none;
  float: none;
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.accordion-style-one .accordion-heading > h3 {
  padding: 18px 18px 18px 92px;
}
.accordion-style-one .accordion-heading::after {
  background: #288feb none repeat scroll 0 0;
  color: #fff;
  content: "\f278";
  font-size: 22px;
  height: 56px;
  line-height: 56px;
  top: 0;
  width: 60px;
}
.accordion-style-one [aria-expanded="true"] .accordion-heading:after {
  content: "\f273";
}
.accordion-style-one [data-target="#accordion-one1"] .accordion-heading:after {
  content: "\f273";
}
.accordion-style-one [aria-expanded="false"] .accordion-heading:after {
  content: "\f278" !important;
}
@media (max-width: 767px) {
  .accordion-style-one,
  .accordion-style-three {
    margin-bottom: 50px;
  }
  .short-accordion-title {
    margin-bottom: 30px;
  }
  .accordion-style-one .accordion-heading > h3 {
    padding: 18px 5px 18px 68px;
  }
}
.accordion-style-two .accordion-heading > h3 {
  background: #288feb none repeat scroll 0 0;
  color: #fff;
}
.accordion-style-two .accordion-heading::after {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  content: "";
  font-size: 22px;
  height: 56px;
  line-height: 56px;
  top: 0;
  width: 60px;
  right: 0;
}
.accordion-style-two [aria-expanded="true"] .accordion-heading:after {
  content: "\f273";
}
.accordion-style-two [data-target="#accordion-two1"] .accordion-heading:after {
  content: "\f273";
}
.accordion-style-two [aria-expanded="false"] .accordion-heading:after {
  content: "\f278" !important;
}
.accordion-style-three .faq-p p {
  color: #fff;
}
.accordion-style-three .faq-p {
  background: #288feb none repeat scroll 0 0;
}
.accordion-style-three .accordion-heading > h3 {
  color: #288feb;
}
.accordion-style-three [aria-expanded="true"] .accordion-heading > h3 {
  background: #288feb none repeat scroll 0 0;
  color: #fff;
}
.accordion-style-three [data-target="#accordion-three1"] .accordion-heading > h3 {
  background: #288feb none repeat scroll 0 0;
  color: #fff;
}
.accordion-style-three [aria-expanded="false"] .accordion-heading > h3 {
  background: #f1f1f1 none repeat scroll 0 0;
  color: #288feb;
}
.accordion-style-four .panel-group {
  background: #288feb none repeat scroll 0 0;
}
.accordion-style-four .accordion-heading > h3 {
  background: transparent;
  color: #fff;
}
.accordion-style-four .panel {
  background-color: transparent;
}
.accordion-style-four .faq-p {
  background: #288feb none repeat scroll 0 0;
}
.accordion-style-four .faq-p p {
  color: #fff;
}
.alert {
  border-radius: 2px !important;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.alert i {
  font-size: 25px;
  margin-right: 10px;
  float: left;
}
.alert-dismissable .close,
.alert-dismissible .close {
  color: #222;
}
.alert .alert-link {
  text-transform: lowercase;
  transition: .3s;
}
.alert .alert-link:hover {
  text-decoration: underline;
  color: #000;
}
.alert-style-two .alert,
.alert-style-four .alert {
  color: #fff;
}
.info-dark {
  background-color: #31708f;
}
.success-dark {
  background-color: #00c03b;
}
.warning-dark {
  background-color: #ff9c00;
}
.danger-dark {
  background-color: #ff0000;
}
.short-buttons-title {
  margin-bottom: 50px;
}
.short-buttons-title .title-line {
  margin: 5px 0 20px;
}
.short-buttons-title .title-line::after {
  margin: 0;
}
.hvr-right::before {
  background: #288feb none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.hvr-right {
  backface-visibility: hidden;
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
  overflow: hidden;
}
.hvr-right:hover::before,
.hvr-right:focus::before,
.hvr-right:active::before {
  transform: scaleX(1);
}
.blue-dark::before {
  background: #de2115 none repeat scroll 0 0;
}
.blue-dark a:hover,
.white-blue a:hover {
  color: #e94439;
}
.white-blue::before {
  background: #288feb none repeat scroll 0 0;
}
.white-blue a:hover,
.promo-text .button-style-1 a:hover {
  color: #ffffff;
}
.white-blue a:focus,
.promo-text .button-style-1 a:focus {
  color: #ffffff;
}
a.button-styles {
  display: inline-block;
  font-size: 15px;
  line-height: 47px;
  padding: 0 30px;
  transition: all 0.3s ease 0s;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.margin-right-5 a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.margin-right-5 a:last-child {
  margin-right: 0px;
  margin-bottom: 0;
}
.same-button-styles a.blue-dark {
  background: #e94439 none repeat scroll 0 0;
}
.same-button-styles a.white-blue {
  color: #288feb;
}
.same-button-styles a.white-blue:hover {
  color: #ffffff;
}
.same-button-styles a.black-blue {
  background: #434343 none repeat scroll 0 0;
  color: #ffffff;
}
.same-button-styles a.button-styles {
  box-shadow: 0 3px 10px rgba(0,0,0,0.4);
}
.same-button-styles a.without-shadow.button-styles {
  box-shadow: none;
}
.same-button-styles a.without-shadow.button-styles {
  box-shadow: none;
  margin: 15px 5px 0px 0;
}
.middle.without-shadow.button-styles.white-blue {
  background: #f1f1f1 none repeat scroll 0 0;
}
@media (max-width: 767px) {
  .buttons-style-two,
  .button-style-four,
  .button-style-six {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .buttons-style-two button,
  .buttons-style-one button {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .buttons-style-two button,
  .buttons-style-one button {
    margin-bottom: 10px;
  }
}
.button-style-three a.button-styles {
  border-radius: 15px;
}
.button-style-four a.button-styles {
  border-radius: 0px;
}
.button-style-five a.button-styles {
  margin-bottom: 15px;
}
.square-buttons a {
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 60px;
  margin: 0 5px 0px 0;
}
.button-style-six .radious50 a {
  border-radius: 50%;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  width: 60px;
}
.button-style-six .radious50 {
  margin-top: 15px;
}
.single-pricing-table:hover,
.active-hover.single-pricing-table {
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.single-pricing-table {
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  transition: all 0.3s ease 0s;
}
.head-part {
  overflow: hidden;
  padding: 70px 0 25px;
  position: relative;
}
.head-part > h2 {
  color: #fff;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}
.head-part > p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.head-part > h1 {
  color: #288feb;
  line-height: 24px;
  margin: 25px 0 0;
}
.head-part span {
  color: #fff;
  font-size: 20px;
  text-transform: lowercase;
}
.content-part li {
  color: #777;
  float: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
}
.content-part li:nth-child(odd) {
  background: #f5f5f5 none repeat scroll 0 0;
}
.content-part > ul {
  padding: 42px 0;
}
.content-part {
  padding-bottom: 40px;
}
.content-part .button-style-1 a:hover,
.active-hover .content-part .button-style-1 a {
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.content-part .button-style-1 > a {
  font-size: 14px;
  line-height: 36px;
  padding: 0 42px;
  background: #434343;
}
.bg-color-1 {
  background: #243141 none repeat scroll 0 0;
}
.catelog h5,
.active-hover .content-part .button-style-1 a,
.single-service:hover .service-icon i {
  background: #288feb none repeat scroll 0 0;
}
.catelog h5 {
  color: #fff;
  line-height: 40px;
  margin: 0;
  position: absolute;
  right: -42px;
  text-transform: uppercase;
  top: 30px;
  transform: rotate(45deg);
  width: 190px;
}
.pricing-one .head-part > h2 {
  line-height: 30px;
  margin: 0 0 5px 0;
}
.pricing-one .head-part {
  padding: 60px 0 95px;
}
.content-part,
.pricing-one .head-part,
.dolar-price > h1,
.dolar-price > p,
.dolar-price > h1 sup,
.hexagon-one {
  position: relative;
}
.dolar-price {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -68px;
  width: 125px;
}
.dolar-price > h1,
.dolar-price > p {
  color: #fff;
  margin: 0;
  top: -35px;
  z-index: 5;
}
.dolar-price > h1 span {
  font-size: 20px;
  font-weight: 600;
}
.dolar-price > p {
  font-weight: 300;
  line-height: 1;
  margin-top: 3px;
}
.dolar-price > h1 sup {
  margin-right: 5px;
  top: -6px;
}
.hexagon-one {
  background: #288feb none repeat scroll 0 0;
  bottom: -35px;
  height: 70px;
  transform: rotate(90deg);
  width: 120px;
  z-index: 1;
  top: 100%;
}
.hexagon-one::before,
.hexagon-one::after {
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.hexagon-one::before {
  border-bottom: 35px solid #288feb;
  top: -35px;
}
.hexagon-one::after {
  border-top: 35px solid #288feb;
  bottom: -35px;
}
.hexagon-one.white-hexagon::before {
  border-bottom-color: #fff;
}
.hexagon-one.white-hexagon::after {
  border-top-color: #fff;
}
.hexagon-one.white-hexagon {
  background: #fff none repeat scroll 0 0;
  height: 74px;
  left: -2px;
  position: absolute;
  top: 26%;
  width: 124px;
}
.pricing-one .content-part > ul {
  padding: 78px 0 42px;
}
.pricing-one .content-part li:nth-child(2n+1) {
  background: #fff none repeat scroll 0 0;
}
.pricing-one .content-part li {
  border-bottom: 1px solid #e6e6e6;
}
.month-price h1 {
  color: #fff;
  line-height: 75px;
  margin: 0;
}
.pricing-three .content-part {
  padding: 65px 40px;
}
.pricing-three .content-part p {
  color: #777;
  margin-bottom: 45px;
  text-align: center;
}
.month-price sup {
  font-size: 20px;
}
.month-price span {
  font-size: 20px;
}
.month-price sub {
  font-size: 14px;
  text-transform: lowercase;
  top: 0;
}
.month-price sub {
  font-family: "Montserrat Light";
}
.bg-color-1 {
  background: #243141 none repeat scroll 0 0;
}
.bg-color-2 {
  background: #288feb none repeat scroll 0 0;
}
.bg-color-4 {
  background: #f1f1f1 none repeat scroll 0 0;
}
.bg-color-5 {
  background: #434343 none repeat scroll 0 0;
}
.bg-icon .container {
  z-index: 2;
}
.bg-icon,
.bg-icon .container {
  position: relative;
}
.bg-icon-two::after {
  background: rgba(0,0,0,0) url("../img/icons/5.png") no-repeat scroll left center;
  right: -13%;
}
.bg-icon::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.promo-text {
  position: relative;
  z-index: 2;
}
.promo-text h2,
.promo-text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.promo-text p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.promo-text .button-style-1 a {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
  color: #288feb;
  font-size: 16px;
  padding: 0 50px;
  margin-top: 10px;
  transition: .5s;
}
.promo-text .button-style-1 a:hover {
  background: transparent none repeat scroll 0 0;
}
.promo-text .button-style-1 a:hover {
  color: #ffffff;
}
.promo-text .button-style-1 a:focus {
  color: #ffffff;
}
.shortcode-promo .promo-one {
  border-radius: 10px;
  overflow: hidden;
  padding: 50px;
}
.shortcode-promo .promo-two {
  border-radius: 10px;
  overflow: hidden;
  padding: 50px;
}
.promo-three {
  border: 1px solid #243141;
}
.promo-three .promo-text h2,
.promo-three .promo-text p {
  color: #333;
}
.shortcode-promo .promo-three {
  overflow: hidden;
  padding: 50px;
}
.promo-four.bg-icon-two::after {
  top: 0px;
}
.shortcode-promo.promo-four {
  overflow: hidden;
  position: relative;
}
.shortcode-promo .promo-five {
  overflow: hidden;
  padding: 50px;
}
.promo-five {
  border: 1px solid #cccccc;
}
.promo-five .promo-text h2,
.promo-five .promo-text p {
  color: #333;
}
.promo-five .promo-text .button-style-1 a {
  box-shadow: none;
}
.shortcode-promo.promo-six {
  background: #000;
}
.shortcode-promo .promo-text .button-style-1 {
  margin-top: 20px;
}
.shortcode-promo .promo-text p {
  margin-top: 20px;
}
.promo-six {
  overflow: hidden;
  position: relative;
}
.shortcode-promo .promo-seven {
  overflow: hidden;
  padding: 50px;
}
.promo-eight.bg-icon-two::after {
  top: 0px;
}
.promo-eight {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .shortcode-promo .promo-one,
  .shortcode-promo .promo-three,
  .shortcode-promo .promo-five,
  .shortcode-promo .promo-seven {
    padding: 20px;
  }
}
.team-img {
  -webkit-box-shadow: inset 0px 0px 0px 2px #f1f1f1;
  -moz-box-shadow: inset 0px 0px 0px 2px #f1f1f1;
  box-shadow: inset 0px 0px 0px 2px #f1f1f1;
}
.all-team-member {
  position: relative;
  z-index: 1;
}
.team-img > img {
  z-index: -1;
}
.single-member {
  overflow: hidden;
}
.team-img,
.team-img > img {
  position: relative;
}
.team-img,
.team-img > img,
.team-img.overlay:after,
.single-member,
.team-text h5,
.team-text h3 {
  transition: all 0.4s ease 0s;
}
.single-member:hover {
  box-shadow: 0px 5px 8px rgba(0,0,0,0.25);
}
.single-member:hover .team-img {
  box-shadow: inset 0px 0px 0px 2px transparent;
}
.team-text {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.team-img.overlay:after,
.team-text h5,
.team-text h3 {
  opacity: 0;
  transform: translate(460px,-100px) rotate(180deg);
}
.single-member:hover .team-img.overlay:after,
.single-member:hover .team-text h5,
.single-member:hover .team-text h3 {
  opacity: 1;
  transform: translate(0,0px);
}
.single-member .social-icon ul {
  display: inline-block;
  margin-top: 20px;
}
.team-text .social-icon a {
  color: #434343;
  padding: 0 15px;
}
.team-text .social-icon a:hover,
.page-header-area .right ul li a:hover,
.single-contact li a:hover,
.social-media li a:hover,
.comment-box .text span a:hover,
.login .right a:hover,
.page-box-title span a,
.login .left label a {
  color: #288feb;
}
.team-text > h3 {
  color: #6a6a6a;
  font-weight: 400;
  padding-top: 10px;
}
.team-text > h5 {
  color: #818181;
}
.team-text .social-icon {
  transform: translateY(200px);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.single-member:hover .team-text .social-icon {
  transform: translateY(0);
  transition-delay: .3s;
  opacity: 1;
}
.team-text > h5 {
  font-family: "Montserrat Light", arial;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .all-team-member .col-xs-12 {
    width: 50%;
  }
}
.shrotcode-team.team-two .team-text > h3,
.shrotcode-team.team-two .team-text > h5,
.shrotcode-team.team-two .team-text .social-icon a {
  color: #fff;
}
.shrotcode-team.team-two .team-text .social-icon a:hover {
  color: #000;
}
.team-three .team-text {
  position: static;
  top: 0;
  padding: 5px 0;
}
.team-three .single-member .team-text h5,
.team-three .single-member .team-text h3 {
  opacity: 1;
  transform: translate(0px,0px);
}
.team-three .single-member .team-text .social-icon {
  opacity: 1;
  transform: translateY(0px);
}
.team-three .single-member .social-icon ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.team-four .single-member .team-text h5,
.team-four .single-member .team-text h3 {
  opacity: 1;
  transform: translate(0px,0px);
  color: #fff;
}
.team-four .single-member .team-text .social-icon {
  opacity: 1;
  transform: translateY(0px);
}
.team-four .team-text {
  background: #288feb none repeat scroll 0 0;
  position: static;
  padding: 5px 0;
  top: 0;
}
.team-four .team-text .social-icon a {
  color: #fff;
}
.team-four .team-text .social-icon a:hover {
  color: #000;
}
.team-four .single-member .social-icon ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.shrotcode-table tr th,
.shrotcode-table tr td {
  font-family: "Montserrat Light";
}
.shrotcode-table tr th {
  text-transform: capitalize;
  margin: 0;
  color: #333;
}
.table-responsive {
  overflow-x: inherit;
}
table {
  width: 100%;
}
.short-table-six tr th {
  line-height: 43px;
  font-weight: 400;
  color: #fff;
  background: #288feb;
}
.short-table-six tr th,
.short-table-six tr td {
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  border: 2px solid #fff;
}
.short-table-six tr td {
  background: #f8f8f8 none repeat scroll 0 0;
  text-transform: lowercase;
  font-weight: 300;
  color: #626262;
}
.short-table-six tr td i {
  cursor: pointer;
  padding: 5px;
  transition: all 0.3s ease 0s;
}
.short-table-six tr td i:hover {
  color: red;
}
.short-table-six .duration-select.custom-select {
  display: inline-block;
}
.short-table-six .duration-select.custom-select::after {
  border-left: 0 none;
  color: #626262;
  content: "\f2f9";
  font-size: 16px;
  right: 0;
  line-height: 43px;
  width: auto;
}
.short-table-six .duration-select.custom-select select {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  padding: 0 10px 0 0;
  width: auto;
  cursor: pointer;
}
.short-table-six .duration-select.custom-select select option {
  padding: 3px 5px;
}
.short-table-six .cart-btn {
  margin-top: 38px;
}
.short-table-six .cart-btn a {
  color: #fff;
  line-height: 42px;
  text-align: center;
  width: 100%;
}
.fun-facts-one .single-counter .counter,
.fun-facts-one .single-counter > h3 {
  color: #fff;
}
.fun-facts-one .single-counter > h3 {
  font-size: 20px;
  margin: 5px 0 15px;
}
.fun-facts-one .single-counter {
  border-left: 1px solid #fff;
}
.fun-facts-one .col-sm-6:first-child .single-counter {
  border: 0 none;
}
@media (max-width: 767px) {
  .fun-facts-one .col-sm-6:nth-child(3) .single-counter {
    border: 0 none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fun-facts-one .col-sm-6:nth-child(3) .single-counter {
    border: 0 none;
  }
  .fun-facts-one .single-counter,
  .fun-facts-two .single-counter {
    margin-bottom: 30px;
  }
}
.single-counter > h3,
.single-counter .counter {
  font-weight: 400;
}
.col-3 {
  float: left;
  padding: 100px 0;
  text-align: center;
  width: 25%;
}
.fun-facts-three .col-3:nth-child(1) {
  background: #243141 none repeat scroll 0 0;
}
.fun-facts-three .col-3:nth-child(2) {
  background: #1479d2 none repeat scroll 0 0;
}
.fun-facts-three .col-3:nth-child(3) {
  background: #000 none repeat scroll 0 0;
}
.fun-facts-three .col-3:nth-child(4) {
  background: #434343 none repeat scroll 0 0;
}
.fun-facts-three .single-counter .counter,
.fun-facts-three .single-counter > h3 {
  color: #fff;
}
.fun-facts-three .single-counter i {
  color: #fff;
}
@media (max-width: 767px) {
  .fun-facts-three .single-counter {
    margin-bottom: 0;
    position: relative;
    top: 25px;
  }
  .col-3 {
    min-height: 247px;
    padding: 40px 0;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-3 {
    padding: 70px 0;
  }
}
html,
body {
  height: 100%;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
h1,
h4 {
  text-transform: uppercase;
}
h4 {
  color: #636363;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
a:hover,
a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
}
button:focus,
a:focus {
  outline: 0;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px;
}
a:active,
a:hover {
  outline: 0 none;
  text-decoration: none;
}
i {
  font-size: 16px;
}
p {
  color: #969696;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul li {
  float: left;
}
hr.line {
  background: #e94439 none repeat scroll 0 0;
  border: 0 none;
  height: 1px;
  margin: 0 auto;
  width: 100px;
}
.d-table {
  display: table;
  height: 100%;
  width: 100%;
}
.d-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.col-text-center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.clear {
  clear: both;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
}
::-moz-selection {
  background: #e94439;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #e94439;
  text-shadow: none;
  color: #fff;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}
input:focus,
textarea:focus {
  outline: 0px;
}
.mailchimp-alerts.text-centre {
  color: #fff;
  padding-top: 5px;
}
#loading {
  background: #288feb none repeat scroll 0 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  margin-top: 0px;
  top: 0px;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}
.object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animate {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#scrollUp {
  height: 50px;
  right: 15px;
  background: #e94439 none repeat scroll 0 0;
  bottom: 55px;
  text-align: center;
  width: 45px;
}
#scrollUp i {
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}
#scrollUp:hover {
  background: #1479d2 none repeat scroll 0 0;
}
@font-face {
  font-family: 'Montserrat Light';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(../fonts/montserrat-light.woff) format('woff'), url(../fonts/montserrat-light.ttf) format('truetype');
}
.section-padding {
  padding: 100px 0;
}
.section-padding-top {
  padding-top: 100px;
}
.section-padding-bottom {
  padding-bottom: 100px;
}
.section-title {
  margin-bottom: 80px;
}
.section-title h2 {
  color: #303030;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.title-line {
  background: #e94439 none repeat scroll 0 0;
  height: 2px;
  margin: 15px auto 30px;
  position: relative;
  width: 100px;
}
.title-line::after {
  background: #e94439 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 5.5px;
  width: 57px;
}
.overlay {
  position: relative;
}
.overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0,0,0,0.8);
}
.overlay .container {
  position: relative;
  z-index: 2;
}
.overlay-one:after {
  background: rgba(40,143,235,0.8) none repeat scroll 0 0;
}
.overlay-two:after {
  background: rgba(36,49,65,0.85) none repeat scroll 0 0;
}
.overlay-three:after {
  background: rgba(0,0,0,0.8) none repeat scroll 0 0;
}
.overlay-four:after {
  background: rgba(34,34,34,0.9) none repeat scroll 0 0;
}
.overlay-five:after {
  background: rgba(36,49,65,0.8) none repeat scroll 0 0;
}
.overlay-six:after {
  background: rgba(255,255,255,0.95) none repeat scroll 0 0;
}
.bg-color-1 {
  background: #243141 none repeat scroll 0 0;
}
.bg-color-2 {
  background: #e94439 none repeat scroll 0 0;
}
.bg-color-3 {
  background: #f2f2f2 none repeat scroll 0 0;
}
.bg-color-4 {
  background: #f1f1f1 none repeat scroll 0 0;
}
.bg-color-5 {
  background: #434343 none repeat scroll 0 0;
}
.bg-color-6 {
  background: #f5f5f5 none repeat scroll 0 0;
}
.bg-color-7 {
  background: #ffffff none repeat scroll 0 0;
}
.bg-icon .container {
  z-index: 2;
}
.bg-icon,
.bg-icon .container {
  position: relative;
}
.bg-icon-one::after {
  background: rgba(0,0,0,0) url("../img/icons/6.png") no-repeat scroll right center;
  right: 15%;
}
.bg-icon-two::after {
  background: rgba(0,0,0,0) url("../img/icons/5.png") no-repeat scroll left center;
  right: -13%;
}
.bg-icon-three::after {
  background: rgba(0,0,0,0) url("../img/icons/7.png") no-repeat scroll right center;
  right: 25%;
}
.bg-icon::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.icon-bg1 {
  background-image: url("../img/icons/1.png");
}
.icon-bg2 {
  background-image: url("../img/icons/2.png");
}
.icon-bg3 {
  background-image: url("../img/icons/3.png");
}
.hvr-right::before {
  background: #e94439 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}
.hvr-right {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  vertical-align: middle;
  overflow: hidden;
}
.hvr-right:hover::before,
.hvr-right:focus::before,
.hvr-right:active::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.blue-dark::before {
  background: #de2115 none repeat scroll 0 0;
}
.blue-dark a:hover,
.white-blue a:hover {
  color: #e94439;
}
.white-blue::before {
  background: #e94439 none repeat scroll 0 0;
}
.white-blue a:hover,
.promo-text .button-style-1 a:hover {
  color: #ffffff;
}
.white-blue a:focus,
.promo-text .button-style-1 a:focus {
  color: #ffffff;
}
.button-style-1 a {
  background: #e94439 none repeat scroll 0 0;
  border-radius: 20px;
  display: inline-block;
  font-size: 15px;
  line-height: 47px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-select {
  position: relative;
}
.custom-input input,
.custom-select select {
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0 20px;
  width: 100%;
}
.custom-input input {
  padding: 7px 15px;
}
.custom-select::after {
  border-left: 1px solid #ddd;
  color: #1b1b1b;
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  font-size: 15px;
  height: 100%;
  line-height: 35px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}
.custom-select select:focus {
  -webkit-box-shadow: 0 0 0px 0px #ddd;
  box-shadow: 0 0 0px 0px #ddd;
}
.live-chat {
  position: relative;
}
.chat-box {
  background: #fff none repeat scroll 0 0;
  position: absolute;
  right: 0;
  width: 350px;
  z-index: 5;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
  transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
  vertical-align: top;
  visibility: visible;
}
.live-chat .chat-box-active {
  opacity: 1;
  overflow: visible;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
  transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
  z-index: 9999999;
}
.chat-box .head {
  background: #1c7bd0 none repeat scroll 0 0;
  line-height: 40px;
  padding: 0 20px;
}
.chat-box .left span {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}
.chat-box .right i {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 40px;
  padding: 0 10px;
}
.chat-body {
  padding: 10px 30px;
}
.chat-body > p {
  text-align: center;
  margin-bottom: 10px;
}
.chat-body textarea {
  height: auto;
}
.chat-body input[type="button"] {
  background: #e94439 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
}
.chat-body input[type="button"]:hover {
  background: #1c7bd0 none repeat scroll 0 0;
}
.header-style-one .header-bottom {
  -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
  position: relative;
  z-index: 2;
}
.lang .custom-select::after {
  border-left: 0 none;
  color: #c8c8c8;
  font-size: 18px;
  line-height: 40px;
}
.lang .custom-select select {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #c8c8c8;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 0;
  cursor: pointer;
  font-family: 'Montserrat Light';
}
.header-style-one .header-top .right li,
.header-style-one .header-top .right li a {
  color: #c8c8c8;
  font-family: 'Montserrat Light';
  font-size: 12px;
}
.header-style-one .header-top .right li {
  line-height: 40px;
  margin-left: 30px;
}
.header-style-one .header-top .right .live-chat a {
  background: #e94439 none repeat scroll 0 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: 'Montserrat';
  padding: 0 25px;
}
.header-style-one .header-top .right .live-chat a:focus,
.header-style-one .header-top .right .live-chat a:hover {
  color: #fff;
  background: #1c7bd0;
}
.header-style-two .header-top .left li a,
.header-style-one .header-top .right li a,
.header-style-one .header-top .live-chat > a {
  text-transform: capitalize;
}
.header-style-one .search-box button {
  border-color: #fff;
}
.header-style-one .search-box form {
  background: #e94439 none repeat scroll 0 0;
  z-index: 99999;
}
.slider-one {
  position: relative;
  z-index: 1;
}
.slider-one .text-layer h2,
.slider-one .text-layer h1,
.slider-one .p-list p {
  color: #3e3e3e;
}
.lay1,
.lay2-1 {
  left: 11%;
  margin-top: -235px;
  top: 50%;
}
.text-lay {
  position: inherit;
}
.text-lay span {
  position: static;
}
.text-lay {
  left: 50%;
  top: 50%;
}
.text-lay.lay2,
.text-lay.lay2-2 {
  margin-left: -3px;
  top: 29%;
}
.text-lay.lay3,
.text-lay.lay2-3 {
  margin-left: -5px;
  top: 34%;
}
.text-lay.lay4,
.text-lay.lay2-4 {
  top: 46.5%;
}
.text-lay.lay6,
.text-lay.lay2-6 {
  top: 53.5%;
}
.text-lay.lay7,
.text-lay.lay2-7 {
  top: 56.9%;
}
.text-lay.lay8,
.text-lay.lay2-8 {
  top: 64%;
}
div.anim-arrows > span.anim-arrows-prev::after {
  content: "";
}
div.anim-arrows > span.anim-arrows-next::after {
  content: "\f2fb";
}
div.anim-arrows > span.anim-arrows-prev::after,
div.anim-arrows > span.anim-arrows-next::after {
  font-family: "Material-Design-Iconic-Font";
}
.slider-one .anim-dots {
  display: none;
}
.domain-search-one .section-title {
  margin-bottom: 40px;
}
.domain-search-one .section-title > h3,
.welcome-one .section-title > h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.domain-search-one .title-line::after,
.welcome-one .title-line::after {
  margin: 0;
}
.domain-search-one .title-line {
  margin: 15px 0 20px;
}
.domain-search-one,
.welcome-one {
  position: relative;
}
.service-one .service-text > p {
  color: #979797;
}
.service-one .single-service::after {
  border: 1px solid #f8f8f8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.service-one .single-service {
  border: 1.5px solid #f1f1f1;
  margin-left: 29px;
  position: relative;
}
.service-one .service-text {
  overflow: hidden;
  padding: 20px 20px 20px 50px;
}
.service-one .service-text h4 {
  font-size: 22px;
}
.service-icon-two {
  left: 0;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.service-icon-two .hexagon {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.service-one .single-service:hover .service-icon-two .hexagon {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.hexagon::before {
  border-bottom: 16px solid #f1f1f1;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -16px;
  width: 0;
}
.hexagon::after {
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-top: 16px solid #f1f1f1;
  bottom: -16px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.hexagon {
  background: #f1f1f1 none repeat scroll 0 0;
  height: 38px;
  left: 0;
  margin-left: -29px;
  position: absolute;
  top: 0;
  width: 58px;
}
.service-icon-two i {
  color: #8a8a8a;
  font-size: 30px;
  line-height: 44px;
  margin-left: -14px;
  position: relative;
  z-index: 5;
}
.service-icon-two i,
.hexagon,
.service-one .single-service::after,
.service-one .single-service,
.service-one .single-service .hexagon:after,
.service-one .single-service .hexagon:before {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.service-one .single-service:hover,
.service-one .single-service:hover::after {
  border-color: #e94439;
}
.service-one .single-service:hover .hexagon:after {
  border-top-color: #e94439;
}
.service-one .single-service:hover .hexagon:before {
  border-bottom-color: #e94439;
}
.service-one .single-service:hover .hexagon {
  background: #e94439;
}
.service-one .single-service:hover .service-icon-two i {
  color: #fff;
}
.counterup-one .single-counter {
  border-left: 1px solid #fff;
}
.counterup-one .col-sm-6:first-child .single-counter {
  border: 0 none;
}
.counterup-one .single-counter > h3 {
  font-size: 20px;
  margin: 5px 0 15px;
}
.counterup-one .single-counter .counter,
.counterup-one .single-counter > h3 {
  color: #fff;
}
.pricing-one .head-part > h2 {
  line-height: 30px;
  margin: 0 0 5px 0;
}
.pricing-one .head-part {
  padding: 60px 0 95px;
}
.content-part,
.pricing-one .head-part,
.dolar-price > h1,
.dolar-price > p,
.dolar-price > h1 sup,
.hexagon-one {
  position: relative;
}
.dolar-price {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -68px;
  width: 125px;
}
.dolar-price > h1,
.dolar-price > p {
  color: #fff;
  margin: 0;
  top: -30px;
  z-index: 5;
}
.dolar-price > h1 span {
  font-size: 20px;
  font-weight: 600;
}
.dolar-price > p {
  font-weight: 300;
  line-height: 1;
  margin-top: 3px;
  font-family: 'Montserrat Light';
}
.dolar-price > h1 sup {
  font-size: 20px;
  margin-right: 5px;
  top: -8px;
}
.hexagon-one {
  background: #e94439 none repeat scroll 0 0;
  bottom: -35px;
  height: 70px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 120px;
  z-index: 1;
  top: 100%;
}
.hexagon-one::before,
.hexagon-one::after {
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.hexagon-one::before {
  border-bottom: 35px solid #e94439;
  top: -35px;
}
.hexagon-one::after {
  border-top: 35px solid #e94439;
  bottom: -35px;
}
.hexagon-one.white-hexagon::before {
  border-bottom-color: #fff;
}
.hexagon-one.white-hexagon::after {
  border-top-color: #fff;
}
.hexagon-one.white-hexagon {
  background: #fff none repeat scroll 0 0;
  height: 74px;
  left: -2px;
  position: absolute;
  top: 26%;
  width: 124px;
}
.pricing-one .content-part > ul {
  padding: 78px 0 42px;
}
.pricing-one .content-part li:nth-child(2n+1) {
  background: #fff none repeat scroll 0 0;
}
.pricing-one .content-part li {
  border-bottom: 1px solid #e6e6e6;
}
.testimonial-one .single-testimonial img {
  display: inline-block;
  margin-bottom: 20px;
}
.client-des {
  border: 1px solid #fff;
  padding: 55px 60px;
  position: relative;
  margin: 30px 15px 0 15px;
}
.client-des p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.client-des::after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: none;
  border-right: none;
  background: #348ada none repeat scroll 0 0;
  content: "";
  height: 26px;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  border-radius: 3px 0 0;
  top: -13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 26px;
}
.testimonial-one .slick-dots button {
  border-radius: 2px;
}
.link-icon {
  color: #fff;
  font-size: 30px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 40px;
  z-index: 66;
  text-align: center;
}
.link-icon,
.blog-img.overlay::after {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-img {
  position: relative;
  overflow: hidden;
}
.blog-img img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-blog:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-img.overlay::after {
  background: rgba(40,143,235,0.9) none repeat scroll 0 0;
  opacity: 0;
}
.single-blog:hover .overlay::after {
  -webkit-transform: scale(0.93,0.9);
  -ms-transform: scale(0.93,0.9);
  transform: scale(0.93,0.9);
  opacity: 1;
}
.single-blog:hover .link-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog-text-main {
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.blog-date {
  padding: 0 10px;
}
.blog-date .left p,
.blog-date .right a {
  line-height: 40px;
}
.blog-date .left p,
.blog-date .left p a {
  font-weight: 300;
}
.blog-date .left p,
.blog-date .left p a,
.blog-date .right a {
  color: #747474;
}
.blog-date .left p {
  position: relative;
  top: 2px;
}
.blog-date {
  border-bottom: 1px solid #e6e6e6;
}
.blog-date .right a:hover,
.blog-date .left p a:hover,
.theme-color {
  color: #e94439;
}
.blog-date .left p a {
  font-family: poppins;
  text-transform: capitalize;
}
.blog-text {
  padding: 30px 14px 18px;
}
.blog-text > h3 {
  color: #616161;
  font-size: 20px;
  font-weight: 400;
}
.blog-text > p {
  color: #969696;
}
.read-btn {
  border: 1px solid #e6e6e6;
  color: #6a6a6a;
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 30px;
}
.read-btn:hover,
.read-btn:focus {
  color: #fff;
  border-color: transparent;
}
.footer-text a {
  color: #e5e5e5;
  line-height: 30px;
  text-transform: capitalize;
}
.footer-text li {
  float: none;
}
.footer-logo.footer-text li {
  color: #cecece;
}
.footer-logo.footer-text li a,
.footer-text a,
.footer-logo.footer-text li {
  font-family: 'Montserrat Light', arial;
}
.footer-logo.footer-text li strong {
  font-weight: 400;
  font-size: 16px;
  color: #e8edef;
  font-family: 'Montserrat', sans-serif;
}
.footer-logo.footer-text li:first-child {
  margin-bottom: 20px;
}
.footer-text.footer-logo > a {
  margin-bottom: 30px;
  display: block;
}
.footer-text > h3 {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}
.footer-text a:hover {
  padding-left: 5px;
}
.footer-text a:hover,
.footer-two .footer-bottom .right li a:hover {
  color: #e94439;
}
.footer-one .footer-bottom .right li a:hover,
.footer-one .footer-bottom .left a:hover {
  color: #243141;
}
.footer-logo.footer-text a:hover,
.footer-text .visa-card a:hover {
  padding-left: 0px;
}
.visa-card {
  margin-top: 35px;
}
.visa-card > h4 {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.footer-text .button-style-1 {
  margin-top: 25px;
}
.footer-text .button-style-1 a:hover {
  padding: 0 25px;
  color: #fff;
}
.footer-text .button-style-1 a i {
  font-size: 16px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.footer-one .footer-text .button-style-1 a {
  border-radius: 20px;
  font-size: 12px;
  line-height: 44px;
  padding: 0 25px;
  text-transform: uppercase;
}
.footer-bottom {
  padding: 15px 0;
}
.footer-bottom .left p,
.footer-bottom a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.footer-bottom .right li a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.footer-bottom .right li span {
  color: #fff;
  font-size: 12px;
  margin: 0 10px;
  font-weight: 300;
}
.footer-bottom .right li {
  padding-top: 4px;
}
.header-style-two .header-top {
  background: #303030 none repeat scroll 0 0;
}
.header-style-two .header-top .right li a,
.header-style-two .header-top .left li,
.header-style-two .header-top .left li a {
  color: #9a9a9a;
}
.header-style-two .header-top .left li a {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
}
.header-style-two .header-top .right li a:hover,
.header-style-two .header-top .left li a:hover,
.header-style-one .header-top .right li a:hover {
  color: #e94439;
}
.header-style-two .header-top ul li,
.header-top .social-icon ul li a {
  line-height: 50px;
}
.header-top .social-icon li:last-child {
  margin-left: 10px;
}
.header-style-two .header-top .left li {
  font-size: 13px;
  font-weight: 300;
  margin-right: 30px;
}
.header-style-two .header-top .right li a {
  font-size: 14px;
  padding: 0 10px;
  display: block;
}
.header-style-two .lang .custom-select::after {
  line-height: 46px;
}
.header-style-two .lang .custom-select::after,
.header-style-two .lang .custom-select select {
  color: #9a9a9a;
}
.header-style-two .lang .custom-select select {
  height: 50px;
  line-height: 50px;
}
.mobile-menu-area {
  display: none;
}
.logo,
.header-bottom .right {
  line-height: 100px;
}
nav a {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 600;
  margin: 0 15px;
  position: relative;
  display: block;
}
nav a::after,
nav a::before {
  background: #e94439 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 50%;
}
nav a::after {
  left: 0;
  margin-top: -10px;
  top: 50%;
}
nav a::before {
  margin-top: 11px;
  right: 0;
  top: 50%;
}
nav ul>li:hover> a::after,
nav ul>li:hover> a::before,
nav li a.active::after,
nav li a.active::before {
  opacity: 1;
}
nav a:hover::after {
  left: 50%;
}
nav a:hover::before {
  right: 50%;
}
nav ul>li:hover> a,
nav li a.active,
nav li a:focus {
  color: #e94439;
}
.mainmenu ul > li {
  position: relative;
}
.mainmenu nav > ul > li > ul {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 140%;
  visibility: hidden;
  width: 220px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 999999;
  border-top: 1px solid #D4D4D4;
}
.mainmenu ul li:hover ul {
  top: 102%;
  visibility: visible;
  opacity: 1;
}
.mainmenu ul > li ul li {
  float: none;
  line-height: 38px;
  padding: 0 10px 0 20px;
}
.mainmenu ul > li ul li a:after,
.mainmenu ul > li ul li a:before {
  opacity: 0;
}
.mainmenu ul > li ul li a {
  margin: 0;
  display: inline-block;
}
.mainmenu {
  position: relative;
}
.mainmenu ul > li.mega-parent {
  position: static;
}
.mainmenu ul > li ul.megamenu li i {
  color: #e94439;
  margin-right: 8px;
}
.mainmenu ul > li ul.megamenu {
  width: 100%;
}
li ul.megamenu li.mega-column {
  float: left;
  padding: 0 0 0 10px;
  width: 33.33%;
}
.is-sticky .header-bottom {
  z-index: 99999999;
  position: relative;
  background: #fff;
}
.header-style-two .is-sticky .header-bottom {
  -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
}
.is-sticky .logo,
.is-sticky  .header-bottom .right {
  line-height: 70px;
}
.is-sticky i.displaynone {
  line-height: 65px;
}
.is-sticky .search-box form {
  background: rgba(40,143,235,0.8) none repeat scroll 0 0;
  border: 1px solid #fff;
}
.is-sticky .search-box button {
  height: 43px;
  border-color: #fff;
}
.is-sticky .mainmenu ul li:hover ul {
  top: 103%;
}
.header-bottom.sticky {
  background: rgba(0,0,0,0.8) none repeat scroll 0 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.header-bottom.sticky .header-bottom-bg {
  background: transparent none repeat scroll 0 0;
}
.header-bottom.sticky .logo {
  line-height: 70px;
  -webkit-transition: .4s;
  transition: .4s;
}
.header-bottom.sticky .cart-menu-area li a span {
  top: 8px;
}
.header-bottom.sticky .mean-container .mean-bar,
.header-bottom.sticky .mean-container .mean-nav {
  top: 10px;
}
.search-box > i {
  color: #e94439;
  cursor: pointer;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  text-align: center;
  top: 3px;
  width: 20px;
}
i.displaynone {
  left: 0;
  line-height: 90px;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.search-parent .displaynone {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.search-parent .displayblock {
  visibility: hidden;
}
.search-box form {
  background: rgba(255,255,255,0.2) none repeat scroll 0 0;
  position: absolute;
  right: 0;
  z-index: 1003;
  top: 101%;
}
.search-box form,
.search-box-three form {
  height: 45px;
  line-height: 45px;
  width: 500px;
}
.search-box {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-box button,
.search-box input,
.search-box-three button,
.search-box-three input {
  background: transparent none repeat scroll 0 0;
}
.search-box input,
.search-box-three input {
  border: 0 none;
  color: #fff;
  float: right;
  padding: 0 20px;
  width: 90%;
}
.search-box input,
.search-box-three input,
.search-box button,
.search-box-three button {
  background: transparent none repeat scroll 0 0;
}
.search-box button,
.search-box-three button {
  border: 0;
  border-left: 1px solid #9a9a9a;
  color: #fff;
  float: right;
  font-size: 20px;
  width: 10%;
  height: 45px;
}
.search-box input::-webkit-input-placeholder,
.search-box-three input::-webkit-input-placeholder {
  color: #fff;
}
.camera_overlayer {
  background: rgba(0,0,0,0.7);
}
.text-layer h2,
.text-layer h1,
.p-list p,
.domain-search .section-title > h2,
.domain-search .section-title > p {
  color: #fff;
}
.text-layer h2 {
  font-size: 32px;
  margin: 0px;
  line-height: 40px;
}
.text-layer h1 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
}
.text-layer h1 span,
.footer-two  .footer-bottom .left a:hover {
  color: #e94439;
}
.p-list p {
  line-height: 30px;
  font-size: 16px;
}
.text-layer .button-style-1 a {
  margin-top: 30px;
}
.img-layer {
  bottom: -7px;
  position: absolute;
  right: 10%;
  text-align: right;
}
.camera_prev,
.camera_next {
  border-radius: 50%;
  height: 58px;
  line-height: 58px;
  margin-top: -29px;
  overflow: hidden;
  background: transparent;
  width: 58px;
}
.camera_next {
  right: 30px;
}
.camera_prev {
  left: 30px;
}
.camera_next > span::after,
.camera_prev > span::after {
  background: transparent;
  content: "";
  font-family: "Material-Design-Iconic-Font";
  font-size: 40px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #fff;
}
.camera_next > span:hover::after,
.camera_prev > span:hover::after {
  background: #e94439;
}
.camera_next > span::after {
  content: "\f2fb";
}
.camera_prev > span::after {
  content: "\f2fa";
}
.slider-two .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.time-delay1 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.time-delay2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.time-delay3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.time-delay4 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.time-delay5 {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.single-choose {
  background-position: center center;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  padding: 60px 0px;
}
.single-choose p {
  padding: 0 40px;
  color: #969696;
}
.main-choose {
  padding-top: 10px;
}
.single-choose h3 {
  color: #575757;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 20px;
}
.single-choose .button-style-1 a {
  background: #575757 none repeat scroll 0 0;
  font-size: 12px;
  line-height: 37px;
  margin-top: 40px;
}
.single-choose .button-style-1 a:hover {
  background: #e94439 none repeat scroll 0 0;
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.domain-search .section-title {
  margin-bottom: 50px;
}
.enter-domain > input,
.subscribe-input input {
  background: rgba(255,255,255,0.2) none repeat scroll 0 0;
  border: 0 none;
  line-height: 45px;
  padding: 2px 30px 0 30px;
  width: 100%;
}
.enter-domain {
  float: left;
  margin-right: 30px;
  position: relative;
  width: 75%;
}
.dot-com,
.enter-domain > input,
.dot-check label {
  color: #d9d9d9;
}
.dot-check input {
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
}
.dot-check label {
  font-size: 14px;
  margin: 0;
  width: 82px;
  font-family: 'Poppins', sans-serif;
}
.dot-check {
  margin: 17px 0 0 20px;
}
.dot-com {
  position: absolute;
  right: 20px;
  top: 30%;
}
.dot-com::after {
  background: #787878 none repeat scroll 0 0;
  content: "";
  height: 15px;
  left: -10px;
  position: absolute;
  top: 2px;
  width: 1px;
}
.domain-box button,
.subscribe-box button {
  background: #e94439 none repeat scroll 0 0;
  border: 0 none;
  line-height: 47px;
  padding: 0 15px;
  width: 21%;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
}
.service-icon i {
  border: 1px solid #bebebe;
  color: #8a8a8a;
  float: left;
  font-size: 32px;
  height: 58px;
  line-height: 62px;
  margin-right: 22px;
  margin-top: 2px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 58px;
}
.service-text {
  overflow: hidden;
}
.service-text h4 {
  font-weight: 400;
  margin-bottom: 10px;
  color: #636363;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: capitalize;
  font-size: 22px;
}
.service-text > p {
  color: #969696;
}
.single-service.margin-bottom {
  margin-bottom: 65px;
}
.single-service:hover .service-icon i {
  -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
  color: #fff;
  border-color: #e94439;
}
.single-counter > h3 {
  color: #969696;
  font-size: 20px;
  line-height: 1;
}
.single-counter > h3,
.single-counter .counter {
  font-weight: 400;
}
.single-counter .counter {
  color: #5e5e5e;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1;
}
.single-counter i {
  font-size: 35px;
  color: #e94439;
}
.head-part {
  overflow: hidden;
  padding: 70px 0 25px;
  position: relative;
}
.catelog h5,
.active-hover .content-part .button-style-1 a,
.single-service:hover .service-icon i {
  background: #e94439 none repeat scroll 0 0;
}
.catelog h5 {
  color: #fff;
  line-height: 40px;
  margin: 0;
  position: absolute;
  right: -42px;
  text-transform: uppercase;
  top: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 190px;
}
.content-part li {
  color: #777;
  float: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
}
.content-part li:nth-child(odd) {
  background: #f5f5f5 none repeat scroll 0 0;
}
.content-part > ul {
  padding: 42px 0;
}
.content-part {
  padding-bottom: 40px;
}
.content-part .button-style-1 a:hover,
.active-hover .content-part .button-style-1 a {
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.content-part .button-style-1 > a {
  font-size: 14px;
  line-height: 36px;
  padding: 0 42px;
  background: #434343;
}
.single-pricing-table:hover,
.active-hover.single-pricing-table {
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.single-pricing-table {
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.head-part > h2 {
  color: #fff;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}
.head-part > p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.head-part > h1 {
  color: #e94439;
  line-height: 24px;
  margin: 25px 0 0;
}
.head-part span {
  color: #fff;
  font-size: 20px;
  text-transform: lowercase;
}
.single-testimonial > p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.horizontal-line {
  background: #fff none repeat scroll 0 0;
  height: 40px;
  margin: 10px auto;
  width: 2px;
}
.single-testimonial > h2 {
  color: #fff;
  line-height: 36px;
  margin: 0;
}
.single-testimonial > span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.slick-dots button {
  background: #d6d6d6 none repeat scroll 0 0;
  border: 0 none;
  font-size: 0;
  height: 12px;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 13px;
}
.slick-dots li:last-child button {
  margin-right: 0;
}
.slick-dots .slick-active button {
  background: #fff none repeat scroll 0 0;
  width: 30px;
}
.slick-dots > li {
  line-height: 1;
}
.slick-dots {
  display: inline-block !important;
  margin-top: 35px;
  overflow: hidden;
}
.features-text {
  padding-top: 50px;
}
.features-text > h2,
.features-text > h1 {
  color: #434343;
  font-weight: 700;
  margin: 0;
}
.features-text > h2 {
  margin-bottom: 5px;
}
.features-text > h1 {
  margin-bottom: 20px;
}
.features-text > p {
  color: #969696;
  line-height: 28px;
}
.features-text li {
  color: #969696;
  line-height: 28px;
  margin-bottom: 5px;
}
.features-text > ul {
  padding: 35px 0;
}
.features-text li i {
  color: #e94439;
  font-size: 18px;
  margin-right: 13px;
  position: relative;
  top: 2px;
}
.features-text .button-style-1 a {
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
  box-shadow: 0 3px 10px rgba(0,0,0,0.4);
}
.subscribe-area .section-title {
  margin-bottom: 40px;
}
.subscribe-two .section-title > h2,
.subscribe-two .section-title p {
  color: #fff;
}
.subscribe-box {
  width: 580px;
  margin: 0 auto;
}
.subscribe-input > input {
  border-radius: 18px;
  color: #f5f5f5;
  float: left;
  line-height: 42px;
  margin-right: 10px;
  padding: 2px 22px 0;
  width: 68.26%;
}
.subscribe-box button {
  border-radius: 20px;
  line-height: 44px;
  width: 30%;
}
.accordion-one .panel,
.accordion-three .panel {
  width: 100%;
  position: relative;
}
.accordion-one .faq-heading::after,
.accordion-three .faq-heading::after {
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  text-align: center;
}
.accordion-one .faq-heading::after {
  background: #e94439 none repeat scroll 0 0;
  color: #fff;
  content: "\f278";
  font-size: 22px;
  height: 56px;
  line-height: 56px;
  top: 0;
  width: 60px;
}
.accordion-one [aria-expanded="true"] .faq-heading:after {
  content: "\f273";
}
.accordion-one [data-target="#collapse1"] .faq-heading:after {
  content: "\f273";
}
.accordion-one [aria-expanded="false"] .faq-heading:after {
  content: "\f278" !important;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  float: none;
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.faq-heading > h3 {
  background: #f1f1f1 none repeat scroll 0 0;
  color: #898989;
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
  margin: 0;
  padding-left: 92px;
  text-transform: capitalize;
}
.faq-p {
  background: #f1f1f1 none repeat scroll 0 0;
  border-top: 2px solid #fff;
  padding: 25px;
}
.faq-p p {
  color: #969696;
  line-height: 24px;
}
.faq-heading {
  cursor: pointer;
}
.promo-area.section-padding {
  padding: 95px 0 75px 0;
}
.promo-two {
  overflow: hidden;
  position: relative;
}
.promo-two.bg-icon-two::after {
  top: 0px;
}
.promo-text {
  position: relative;
  z-index: 2;
}
.promo-text h2,
.promo-text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.promo-text p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.promo-text .button-style-1 a {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
  color: #e94439;
  font-size: 16px;
  padding: 0 50px;
  margin-top: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}
.promo-text .button-style-1 a:hover {
  background: transparent none repeat scroll 0 0;
}
.brand-logo li {
  width: 20%;
}
.brand-logo a {
  border: 1px solid #dddddd;
  display: inline-block;
}
.brand-logo a:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.footer-two .footer-bottom .right li span,
.footer-two .footer-bottom .right li a,
.footer-two .footer-bottom .left p,
.footer-two  .footer-bottom .left a {
  color: #8b8b8b;
}
.header-style-three .header-top .left {
  line-height: 0px;
}
.header-style-three .lang {
  float: left;
}
.header-style-three .social-icon {
  display: inline-block;
  margin-left: 20px;
}
.social-icon li a {
  font-size: 16px;
}
.header-style-three .social-icon ul li a {
  color: #c8c8c8;
  display: block;
  line-height: 40px;
  padding: 0 13px 0 12px;
}
.header-style-three .header-top .right a span {
  position: relative;
  right: -2px;
  top: -3px;
  font-size: 10px;
}
.header-style-three .header-top .right a:hover {
  background: #e94439;
}
.header-style-three .social-icon ul li a:hover,
.header-style-three .header-middle .right li a:hover {
  color: #e94439;
}
.header-style-three .header-top .right a {
  border-left: 1px solid #455363;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  padding: 0 15px;
  text-transform: capitalize;
}
.header-style-three .header-top .right a,
.team-text > h5 {
  font-family: "Montserrat Light", arial;
}
.header-style-three .header-top .right li:last-child a {
  border-right: 1px solid #455363;
  line-height: 39px;
}
.header-style-three .header-middle .right li h4 {
  color: #575757;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.header-style-three .header-middle .right li {
  margin-right: 65px;
}
.header-style-three .header-middle .right {
  padding: 29px 0;
}
.header-style-three .header-middle .right li a {
  color: #797979;
  font-size: 16px;
  text-transform: lowercase;
}
.header-style-three .is-sticky .header-bottom {
  background: #e94439 none repeat scroll 0 0;
}
.header-style-three .search-box-three {
  padding: 13px 0;
}
.search-box-three form {
  background: rgba(36,49,65,0.1) none repeat scroll 0 0;
}
.search-box-three form {
  height: 34px;
  line-height: 34px;
  width: 480px;
}
.search-box-three button {
  background: rgba(36,49,65,0.1) none repeat scroll 0 0;
  border: 0;
  height: 34px;
  width: 48px;
}
.search-box-three button i {
  position: relative;
  top: 2px;
}
.search-box-three input {
  width: 430px;
  padding: 1px 20px 0;
}
.header-style-three nav a::after,
.header-style-three  nav a::before {
  background: #fff none repeat scroll 0 0;
}
.header-style-three nav a {
  color: #fff;
}
.header-style-three nav a {
  line-height: 60px;
}
.header-style-three nav a:hover,
.header-style-three nav a,
.header-style-three nav a:focus {
  color: #fff;
}
.header-style-three .header-bottom .right {
  line-height: 60px;
}
.header-style-three nav li ul li a {
  line-height: 35px;
  color: #5f5f5f;
}
.header-style-three nav> ul>li:hover> a {
  color: #fff;
}
.header-style-three nav> ul> li> ul> li:hover> a,
.header-style-three nav> ul> li> ul> li ul li:hover a,
.header-style-three nav li ul li a.active {
  color: #e94439;
}
.slider-three {
  overflow: hidden;
  position: relative;
  height: 740px;
}
.slider-three-bg {
  background: rgba(0,0,0,0) url("../img/slider/2.jpg") repeat scroll center center / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-three-bg {
  -webkit-animation: 50s ease 0s normal none infinite running zoomEffect;
  animation: 50s ease 0s normal none infinite running zoomEffect;
  -webkit-transform: scale(1,1) translate(0px,0px);
  -ms-transform: scale(1,1) translate(0px,0px);
  transform: scale(1,1) translate(0px,0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  left: 0;
  margin-bottom: -25px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.slider-three .slide-text {
  position: relative;
  z-index: 2;
}
.slider-three .text-layer {
  right: 13%;
  width: 38%;
  top: 30px;
}
.slider-three .img-layer {
  left: 17%;
}
.slider-three .text-layer h1 span {
  color: #fff;
}
.slider-three .p-list p {
  line-height: 28px;
}
.slider-three .p-list {
  margin-top: 30px;
  width: 95%;
}
@media (min-width: 1500px) and (max-width: 1666px) {
  .slider-three .img-layer {
    left: 13%;
  }
  .slider-three .text-layer {
    right: 0;
    width: 50%;
    top: 40px;
  }
}
@-webkit-keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1,1) translate(0,0);
  }
  25% {
    -webkit-transform: scale(1.3,1.3) translate(50px,50px);
  }
  50% {
    -webkit-transform: scale(1,1) translate(0,0);
  }
  75% {
    -webkit-transform: scale(1.3,1.3) translate(-50px,-50px);
  }
  100% {
    -webkit-transform: scale(1,1) translate(0,0);
  }
}
@keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1,1) translate(0,0);
    transform: scale(1,1) translate(0,0);
  }
  25% {
    -webkit-transform: scale(1.3,1.3) translate(50px,50px);
    transform: scale(1.3,1.3) translate(50px,50px);
  }
  50% {
    -webkit-transform: scale(1,1) translate(0,0);
    transform: scale(1,1) translate(0,0);
  }
  75% {
    -webkit-transform: scale(1.3,1.3) translate(-50px,-50px);
    transform: scale(1.3,1.3) translate(-50px,-50px);
  }
  100% {
    -webkit-transform: scale(1,1) translate(0,0);
    transform: scale(1,1) translate(0,0);
  }
}
.all-team-member {
  position: relative;
  z-index: 1;
}
.team-img {
  -webkit-box-shadow: inset 0px 0px 0px 2px #f1f1f1;
  box-shadow: inset 0px 0px 0px 2px #f1f1f1;
}
.team-img > img {
  z-index: -1;
}
.single-member {
  overflow: hidden;
}
.team-img,
.team-img > img {
  position: relative;
}
.team-img,
.team-img > img,
.team-img.overlay:after,
.single-member,
.team-text h5,
.team-text h3 {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-member:hover {
  -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 8px rgba(0,0,0,0.25);
}
.single-member:hover .team-img {
  -webkit-box-shadow: inset 0px 0px 0px 2px transparent;
  box-shadow: inset 0px 0px 0px 2px transparent;
}
.team-text {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.team-img.overlay:after,
.team-text h5,
.team-text h3 {
  opacity: 0;
  -webkit-transform: translate(460px,-100px) rotate(180deg);
  -ms-transform: translate(460px,-100px) rotate(180deg);
  transform: translate(460px,-100px) rotate(180deg);
}
.single-member:hover .team-img.overlay:after,
.single-member:hover .team-text h5,
.single-member:hover .team-text h3 {
  opacity: 1;
  -webkit-transform: translate(0,0px);
  -ms-transform: translate(0,0px);
  transform: translate(0,0px);
}
.single-member .social-icon ul {
  display: inline-block;
  margin-top: 20px;
}
.team-text .social-icon a {
  color: #434343;
  padding: 0 15px;
}
.team-text .social-icon a:hover,
.page-header-area .right ul li a:hover,
.single-contact li a:hover,
.social-media li a:hover,
.comment-box .text span a:hover,
.login .right a:hover,
.page-box-title span a,
.login .left label a {
  color: #e94439;
}
.team-text > h3 {
  color: #6a6a6a;
  font-weight: 400;
  padding-top: 10px;
  margin-bottom: 5px;
}
.team-text > h5 {
  color: #818181;
  font-size: 16px;
}
.team-text .social-icon {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.single-member:hover .team-text .social-icon {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
}
.page-header-area {
  padding-top: 92px;
}
.pages-header .header-bottom {
  -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
  position: relative;
}
.page-header-area .left h1 {
  color: #434343;
  margin: 0;
}
.page-header-area .right li,
.page-header-area .right li a {
  color: #434343;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.page-header-area .right {
  padding: 10px 0;
}
.page-header-area .right li a:hover {
  color: #000;
}
.page-header-area .right li i {
  font-size: 20px;
  line-height: 14px;
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.welcome-one .section-title > h3 {
  color: #606060;
  margin: 0;
}
.welcome-one .section-title > h2 {
  color: #434343;
}
.welcome-one .section-title > p {
  color: #969696;
  font-size: 15px;
}
.welcome-one .section-title > p:last-child {
  margin-top: 30px;
}
.welcome-one .title-line {
  margin: 30px auto 30px 0;
}
.welcome-img {
  display: inline-block;
  position: relative;
}
.shape-one {
  border: 20px solid rgba(40,143,235,0.6);
  content: "";
  height: 103%;
  left: 0;
  position: absolute;
  top: 29px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 94%;
}
.welcome-img > img {
  margin-left: 40px;
}
.list-header {
  padding: 50px 65px 50px 50px;
}
.add-to-cart button {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fefefe;
  font-weight: 400;
  height: 44px;
  line-height: 40px;
  margin-right: 20px;
  padding: 0 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.list-header .add-to-cart button:hover {
  border-color: #1479d2;
}
.domain-list li span,
.add-to-cart button {
  font-family: "Montserrat", sans-serif;
}
.list-header .right {
  padding: 3px 0;
}
.buy-now a {
  background: #e94439 none repeat scroll 0 0;
  display: inline-block;
  line-height: 44px;
  padding: 0 40px;
}
.list-header .left h3 {
  color: #fff;
  margin-bottom: 5px;
}
.list-header .left h4 {
  color: #e94439;
  margin: 0;
}
.list-header .left h3,
.list-header .left h4 {
  font-weight: 400;
  text-transform: lowercase;
}
.check-icon {
  background: #e94439 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 36px;
  height: 47px;
  line-height: 47px;
  margin-right: 18px;
  text-align: center;
  width: 47px;
}
.domain-list li {
  background: #f5f5f5 none repeat scroll 0 0;
  float: none;
  margin-bottom: 2px;
  overflow: hidden;
  padding: 0 65px 0 50px;
}
.domain-list ul li:last-child {
  margin-bottom: 0px;
}
.domain-list li .right,
.domain-list li .left {
  line-height: 74px;
}
.control-checkboxx {
  color: #666;
  cursor: pointer;
  display: inline;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-left: 37px;
  position: relative;
}
.control-checkboxx input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 5px;
  left: 5px;
}
.control-checked {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control-checkboxx:hover input ~ .control-checked,
.control-checkboxx input:focus ~ .control-checked {
  background: #ccc;
}
.control-checkboxx input:checked ~ .control-checked {
  background: #e94439 none repeat scroll 0 0;
}
.control-checkboxx:hover input:not([disabled]):checked ~ .control-checked {
  background: #1479d2;
}
.control-checkboxx input:disabled ~ .control-checked {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control-checked::after {
  color: #fff;
  content: "";
  display: none;
  font-family: "Material-Design-Iconic-Font";
  left: 4px;
  position: absolute;
  top: -27px;
  font-weight: 300;
}
.control-checkboxx input:checked ~ .control-checked:after {
  display: block;
}
.control-checkboxx input:disabled ~ .control-checked:after {
  border-color: #7b7b7b;
}
.domain-list .add-to-cart button {
  margin: 0px 15px 0 25px;
  border: 2px solid #e94439;
  color: #e94439;
}
.domain-list li span {
  color: #646464;
  font-size: 18px;
  font-weight: 600;
}
.domain-list li .left form {
  height: 0;
}
.domain-list .add-to-cart button:hover,
.domain-list .add-to-cart button:focus {
  color: #fff;
}
.team-two-row .single-member {
  margin-bottom: 30px;
}
.team-two-row .all-team-member {
  margin-bottom: -30px;
  overflow: hidden;
}
.month-price h1 {
  color: #fff;
  line-height: 75px;
  margin: 0;
}
.pricing-three .content-part {
  padding: 65px 40px;
}
.pricing-three .content-part p {
  color: #777;
  margin-bottom: 45px;
  text-align: center;
}
.month-price sup {
  font-size: 20px;
}
.month-price span {
  font-size: 20px;
}
.month-price sub {
  font-size: 14px;
  text-transform: lowercase;
  top: 0;
}
.month-price sub,
.comment-box .text span,
.comment-box .text span a {
  font-family: "Montserrat Light";
}
.blog-page .single-blog {
  margin-bottom: 30px;
}
.pagnation-ul {
  margin-top: 50px;
}
.pagnation-ul a {
  border: 1px solid #e6e6e6;
  color: #616161;
  display: block;
  font-size: 12px;
  line-height: 24px;
  margin: 0 6px;
  padding: 0 12px;
}
.pagnation-ul ul {
  display: inline-block;
  margin-bottom: -5px;
}
.pagnation-ul a:hover,
.pagnation-ul li.active a,
.pagnation-ul a:focus {
  color: #fff;
  background: #e94439;
  border-color: #e94439;
}
.blog-details-area .single-blog:hover .blog-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog-details-area .blog-date {
  padding: 0 25px;
}
.blog-details-area .blog-date,
.blog-details-area .blog-text-main {
  border-color: #f5f5f5;
}
.blog-details-area .single-blog {
  margin-bottom: 30px;
}
.blog-details-area .blog-date .left li,
.blog-details-area  .blog-date .right li {
  line-height: 40px;
}
.blog-details-area .blog-text > h3 {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 30px 0 15px;
}
.blog-details-area .blog-text {
  padding: 0 25px 45px;
}
.blog-details-area .blog-text > p {
  line-height: 24px;
  margin-bottom: 5px;
}
.blog-details-area p.bg-p {
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 25px;
}
.share-tag.blog-date {
  border-bottom: 0px;
  border-top: 1px solid #f5f5f5;
}
.share-tag .social-media {
  margin-top: 0;
}
.share-tag li {
  color: #4b4b4b;
  font-family: "Montserrat", sans-serif;
}
.share-tag li a {
  color: #747474;
  text-transform: lowercase;
}
.share-tag .right li {
  margin-left: 5px;
}
.blog-details-area .input-box textarea {
  height: 83px;
  -webkit-margin-after: 8px;
}
.comment-area .contact-form h4,
.comment-box {
  border: 1px solid #f5f5f5;
}
.comment-box {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px 25px 15px 15px;
}
.comment-box > img {
  float: left;
  margin-right: 30px;
}
.comment-box .text {
  overflow: hidden;
  padding: 5px 0;
}
.comment-box .text > p {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  margin-right: -18px;
}
.comment-box .text span,
.comment-box .text span a {
  font-weight: 300;
  text-transform: capitalize;
}
.comment-box .text > h4 {
  color: #555555;
  font-weight: 400;
  text-transform: capitalize;
}
.comment-box.middle {
  margin-left: 100px;
}
.comment-area .contact-form h4 {
  font-weight: 400;
  line-height: 50px;
  margin: 60px 0 20px;
  padding: 0 20px;
  text-transform: capitalize;
}
.single-content {
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  padding: 30px 25px;
}
.single-content h3 {
  font-weight: 400;
  margin-bottom: 15px;
}
.single-content h3,
.tag-btn a,
.comment-area .contact-form h4,
.comment-box .text > p,
.comment-box .text span,
.comment-box .text span a {
  color: #575757;
}
.single-content p,
.single-content .custom-select select {
  color: #969696;
}
.single-content form {
  position: relative;
}
.single-content .custom-select select {
  border-color: #f2f2f2;
  height: 38px;
  line-height: 38px;
  padding: 2px 20px 0;
}
.single-content .custom-select::after {
  background: #f1f1f1 none repeat scroll 0 0;
  border-left: 0 none;
  color: #7d7d7d;
  font-size: 24px;
  line-height: 38px;
  cursor: pointer;
  width: 35px;
}
.tag-btn a {
  border: 1px solid #d8d8d8;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  line-height: 20px;
  margin: 0 -5px 12px 12px;
  padding: 7px 10px 7px;
  text-transform: inherit;
  font-size: 13px;
}
.tag-btn {
  margin-left: -10px;
}
.tag-btn a:hover {
  background: #e94439 none repeat scroll 0 0;
  border-color: #e94439;
  color: #fff;
}
.contact-style-1 .extra-padding {
  padding: 0 30px;
}
.contact-form > h2,
.social-media.social-icon h2 {
  color: #5f5f5f;
  margin-bottom: 30px;
}
.single-contact {
  margin-bottom: 20px;
  padding: 30px 0 30px 60px;
  -webkit-transition: .3s;
  transition: .3s;
}
.single-contact.active,
.single-contact:hover {
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.single-contact > h3 {
  color: #5f5f5f;
}
.single-contact li,
.single-contact li a {
  color: #696969;
  font-size: 16px;
  line-height: 24px;
}
.single-contact li a {
  text-transform: lowercase;
}
.single-contact li {
  float: none;
}
.social-media li a {
  color: #555;
  padding: 0 13px;
}
.social-media {
  margin-top: 95px;
}
.social-media ul {
  margin-left: -10px;
}
.single-contact li,
.single-contact li a,
.input-box input,
.input-box textarea,
.login .left label,
.login .right a,
.page-box-title span,
.page-box-title span a,
.login .left label a,
.table-one tr th,
.table-one tr td {
  font-family: "Montserrat Light";
}
.input-box input {
  height: 35px;
}
.input-box input,
.input-box textarea {
  border: 1px solid #eaeaea;
  color: #a9a9a9;
  font-size: 13px;
  line-height: 35px;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 15px;
}
.input-box input:last-child,
.single-contact:last-child {
  margin-bottom: 0;
}
.contact-style-1 .input-box textarea {
  -webkit-margin-after: 7px;
  height: 85px;
}
.contact-style-1 .input-box h2 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.input-box button {
  background: #e94439 none repeat scroll 0 0;
  border: 0 none;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
  box-shadow: 0 1px 4px rgba(0,0,0,0.4);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 37px;
  padding: 0 50px;
  text-transform: uppercase;
}
#googleMap.google-map {
  height: 380px;
  width: 100%;
}
.contact-style-2 .extra-padding {
  padding: 105px 85px 55px;
}
.contact-style-2 .input-box button {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-style-2 .input-box input,
.contact-style-2  .input-box textarea {
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
  color: #8d8d8d;
  background: transparent;
  padding: 0;
}
.contact-style-2 .input-box textarea {
  margin: 65px 0 50px;
}
.all-contact-two {
  margin-bottom: -83px;
  overflow: hidden;
  padding: 10px 0;
  margin-top: -10px;
  position: relative;
  z-index: 2;
}
.login-area .extra-padding,
.register-area .extra-padding,
.cart-area .main-box {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.15);
  box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}
.login-area .extra-padding,
.register-area .extra-padding {
  padding: 80px 100px;
}
.login.input-box input,
.login.input-box textarea {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 35px;
}
.login.input-box input,
.login.input-box textarea,
.login .left label,
.login .right a,
.page-box-title span {
  color: #959595;
}
.login .left,
.login .right {
  margin-top: 5px;
}
.login .left input,
.login .left label {
  position: relative;
  top: 2px;
}
.login .left input {
  float: left;
  height: auto;
  line-height: 1;
  margin: 0 10px 0 0;
  width: auto;
}
.login .left label,
.login .right a {
  font-size: 12px;
}
.login .left label {
  font-weight: 300;
  margin: 0;
}
.login form button {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 55px;
}
.login .right a,
.page-box-title span a,
.login .left label a {
  text-transform: capitalize;
}
.page-box-title {
  margin-bottom: 55px;
}
.page-box-title h3,
.table-one tr th {
  text-transform: uppercase;
  margin: 0;
}
.page-box-title span,
.page-box-title span a,
.login .left label a {
  font-weight: 300;
  font-size: 12px;
}
.register-area .login form button {
  margin-top: 35px;
}
.page-box-title span a:hover,
.login .left label a:hover,
.page-box-title h3 {
  color: #434343;
}
.cart-area .main-box {
  padding: 80px 0;
}
.table-responsive {
  overflow-x: inherit;
}
table {
  width: 100%;
}
.table-one tr th {
  line-height: 43px;
  font-weight: 400;
  color: #fff;
  background: #e94439;
}
.table-one tr th,
.table-one tr td {
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  border: 2px solid #fff;
}
.table-one tr td {
  background: #f8f8f8 none repeat scroll 0 0;
  text-transform: lowercase;
  font-weight: 300;
  color: #626262;
}
.duration-select.custom-select {
  display: inline-block;
}
.duration-select.custom-select::after {
  border-left: 0 none;
  color: #626262;
  content: "";
  font-size: 16px;
  right: 0;
  line-height: 43px;
  width: auto;
}
.duration-select.custom-select select {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  padding: 0 10px 0 0;
  width: auto;
  cursor: pointer;
}
.duration-select.custom-select select option {
  padding: 3px 5px;
}
.table-one tr td i {
  cursor: pointer;
  padding: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.table-one tr td i:hover {
  color: red;
}
.cart-btn {
  margin-top: 38px;
}
.cart-btn a {
  color: #fff;
  line-height: 42px;
  text-align: center;
  width: 100%;
}
.checkout-area .input-box input {
  height: 43px;
}
.checkout-area .login.input-box input,
.checkout-area  .login.input-box textarea {
  color: #a9a9a9;
}
.checkout-area .login.input-box input,
.checkout-area  .login.input-box textarea {
  border: 1px solid #e9e9e9;
  font-size: 14px;
  line-height: 43px;
  margin-bottom: 17px;
}
.checkout-area .login form button {
  margin-top: 38px;
}
.main-box .padding-top {
  padding-top: 95px;
}
.order-payment .table-one tr td {
  width: 50%;
}
.order-payment .total-order > td:first-child {
  color: #e94439;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.order-payment .total-order > td {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
}
.order-payment .table-one {
  margin-bottom: -15px;
}
.payment-method {
  padding-left: 55px;
}
.accordion-three .faq-heading::after {
  border: 1px solid #ccc;
  color: #959595;
  content: "\f26b";
  font-size: 14px;
  height: 14px;
  left: 0;
  line-height: 14px;
  top: 4px;
  width: 15px;
}
.accordion-three [data-target="#collapse1"] .faq-heading::after {
  content: "";
}
.accordion-three [aria-expanded="true"] .faq-heading::after {
  content: "";
}
.accordion-three [aria-expanded="false"] .faq-heading::after {
  content: "\f26b" !important;
}
.accordion-three .faq-heading > p {
  color: #797979;
  font-weight: 500;
  margin-left: 25px;
}
.accordion-three .faq-p {
  padding: 10px 0;
  background: transparent;
  border-top: 0px solid #fff;
}
.accordion-three .faq-p p {
  color: #919191;
}
.order-payment .visa-card {
  margin-top: 10px;
}
.search-replace-icon i {
  color: #e2e2e2;
  font-size: 400px;
}
.error-content h1 {
  font-size: 200px;
}
.error-content > p {
  color: #9f9f9f;
  margin-bottom: 30px;
}
.error-content > p a {
  font-family: "Poppins", sans-serif;
  text-transform: inherit;
}
.error-content p a:hover,
.error-content h1 {
  color: #434343;
}
.error-content .search-box-three form {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.error-content .search-box-three form {
  height: 45px;
  line-height: 45px;
  width: 100%;
}
.error-content .search-box-three input,
.error-content .search-box-three input::-moz-placeholder {
  color: #c7c7c7;
}
.error-content .search-box-three input::-webkit-input-placeholder {
  color: #c7c7c7;
}
.error-content .search-box-three input {
  width: 91.5%;
  color: #c7c7c7;
}
.error-content .search-box-three button {
  background: #e94439 none repeat scroll 0 0;
  width: 45px;
  height: 45px;
}
.switcher-button {
  background-color: #e94439;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  color: #fff;
  font-size: 25px;
  height: 50px;
  position: absolute;
  right: -60px;
  text-align: center;
  top: 0;
  width: 50px;
}
.switcher-button i {
  line-height: 50px;
}
.switcher-button.btnclose {
  border-radius: 0;
  right: -50px;
}
.switcher-button:hover {
  color: #fff;
}
.switcher-body.sidebarmain {
  left: 0;
}
.switcher-body {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
  left: -260px;
  padding: 0;
  position: fixed;
  top: 25%;
  width: 260px;
  z-index: 999999;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.switcher-body h3 {
  background-color: #e94439;
  font-size: 18px;
  margin: 0;
  padding: 16px 0 15px 20px;
  color: #fff;
}
.switcher-body h5 {
  color: #303030;
}
.switcher-options {
  padding: 15px 20px 20px 15px;
  float: left;
  width: 100%;
}
body {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.main-wrapper {
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.main-wrapper.wrapper-boxed {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 7px 3px rgba(0,0,0,0.1);
  box-shadow: 0 0 7px 3px rgba(0,0,0,0.1);
  float: none;
  margin: 0 auto;
  max-width: 1200px;
}
.main-wrapper.wrapper-wide {
  background-color: #ffffff;
}
.layout-btn {
  margin-left: -7px;
}
.layout-btn a {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 7px;
  margin-bottom: 15px;
}
.layout-btn a span {
  background-color: #e94439;
  color: #fff;
  float: left;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.layout-btn a span:hover,
.switcher-button:hover {
  background-color: #1c7bd0;
}
.switcher-options ul.switcher-color {
  margin-left: -2px;
}
.switcher-options .switcher-color li {
  float: left;
  list-style: none;
  padding-left: 5px;
  margin-bottom: 5px;
  text-align: center;
  width: 20%;
}
.switcher-options .switcher-color li a {
  border-radius: 50%;
  float: left;
  height: 30px;
  width: 30px;
  -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
.switcher-pattern,
.switcher-bg {
  float: left;
  width: 100%;
  padding: 14px 0px 0px 0px;
}
.switcher-pattern a,
.switcher-bg a {
  float: left;
  width: 20%;
  padding: 0px 0px 5px 5px;
  height: 45px;
}
.switcher-pattern a {
  overflow: hidden;
}
.switcher-pattern a img,
.switcher-bg a img {
  -webkit-box-shadow: 0px 0px 0px 1px #ddd;
  box-shadow: 0px 0px 0px 1px #ddd;
  width: 100%;
}
.switcher-bg a img {
  height: 100%;
}
.pattren-wrap,
.background-wrap {
  margin-left: -5px;
}
.cs-color-1 {
  background: #f05a66;
}
.cs-color-2 {
  background: #41c3ac;
}
.cs-color-3 {
  background: #00AFB7;
}
.cs-color-4 {
  background: #654321;
}
.cs-color-5 {
  background: #4CAF52;
}
.cs-color-6 {
  background: #F6AC4B;
}
.cs-color-7 {
  background: #4f4872;
}
.cs-color-8 {
  background: #FF6400;
}
.cs-color-9 {
  background: #26c281;
}
.cs-color-10 {
  background: #913D88;
}
.wrapper-boxed .anim-slider {
  height: 700px;
}
.wrapper-boxed .text-lay.lay3,
.text-lay.lay2-3 {
  top: 34%;
}
.wrapper-boxed .text-lay {
  left: 50%;
}
.wrapper-boxed .lay1,
.wrapper-boxed  .lay2-1 {
  left: 8%;
  margin-top: -175px;
  width: 470px;
}
.wrapper-boxed .text-layer h1 {
  font-size: 50px;
}
.wrapper-wide .is-sticky .header-bottom {
  width: 100% !important;
}
.wrapper-boxed .is-sticky .header-bottom {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 1200px !important;
}
.wrapper-boxed .img-layer img {
  width: 70%;
}
.wrapper-boxed .slider-three .text-layer {
  right: 0;
  width: 50%;
}
.wrapper-boxed .slider-three .img-layer {
  left: 0;
}
.wrapper-boxed .text-layer h2 {
  font-size: 28px;
  line-height: 45px;
}
.reset-all.layout-btn {
  text-align: center;
}
.reset-all .resetall {
  display: inline-block;
  float: none;
  margin: 10px auto -5px 0;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .mainmenu ul li:last-child > ul,
  .mainmenu ul li:nth-child(6) > ul {
    left: inherit;
    right: 0;
    text-align: right;
  }
  .mainmenu ul li.mega-column > ul,
  .mainmenu ul li.mega-column:nth-child(6) > ul {
    text-align: left;
  }
  .anim-slider {
    height: 700px;
  }
  .text-lay.lay3,
  .text-lay.lay2-3 {
    top: 34%;
  }
  .text-lay {
    left: 50%;
  }
  .lay1,
  .lay2-1 {
    left: 8%;
    margin-top: -185px;
    width: 450px;
  }
  .domain-search-one .enter-domain,
  .domain-search-two .enter-domain {
    width: 68%;
  }
  .domain-search-one .domain-box button,
  .domain-search-one .subscribe-box button,
  .domain-search-two .domain-box button,
  .domain-search-two .subscribe-box button {
    width: 26%;
  }
  .features-one .features-text,
  .features-two .features-text {
    padding-top: 0;
  }
  .service-one .service-text h4 {
    font-size: 20px;
  }
  .service-one .service-text {
    padding: 20px 15px 20px 35px;
  }
  .footer-one .footer-text .button-style-1 a {
    padding: 0 20px;
  }
  .img-layer img {
    width: 70%;
  }
  .slider-two .slide-text.text-layer {
    margin-left: 12%;
  }
  .wrapper-boxed .slider-two .slide-text.text-layer {
    margin-left: 5%;
  }
  .text-layer h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-layer h1 {
    font-size: 40px;
  }
  .wrapper-boxed .slider-three .text-layer,
  .slider-three .text-layer {
    right: 13%;
    width: 40%;
  }
  .slider-three .img-layer {
    left: 3%;
  }
  .search-box-three form {
    width: 320px;
  }
  .search-box-three input {
    width: 272px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-wrapper.wrapper-boxed,
  .wrapper-boxed .is-sticky .header-bottom {
    max-width: 970px;
  }
  .anim-slider,
  .wrapper-boxed .anim-slider {
    height: 500px;
  }
  .wrapper-boxed .text-lay.lay3,
  .wrapper-boxed  .text-lay.lay2-3,
  .text-lay.lay3,
  .text-lay.lay2-3 {
    top: 32%;
  }
  .text-lay,
  .wrapper-boxed  .text-lay {
    left: 50%;
  }
  .lay1,
  .lay2-1,
  .wrapper-boxed .lay1,
  .wrapper-boxed .lay2-1 {
    left: 5%;
    margin-top: -138px;
    width: 350px;
  }
  .service-one .service-text h4 {
    font-size: 20px;
  }
  .service-one .service-text {
    padding: 20px 15px 20px 35px;
  }
  .footer-one .footer-text .button-style-1 a {
    padding: 0 20px;
  }
  .img-layer img,
  .wrapper-boxed .img-layer img {
    width: 50%;
  }
  .wrapper-boxed .text-layer h2,
  .text-layer h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .wrapper-boxed .text-layer h1,
  .text-layer h1 {
    font-size: 35px;
  }
  .mainmenu ul li:last-child > ul,
  .mainmenu ul li:nth-child(6) > ul {
    left: inherit;
    right: 0;
    text-align: right;
  }
  .mainmenu ul li.mega-column > ul,
  .mainmenu ul li.mega-column:nth-child(6) > ul {
    text-align: left;
  }
  .enter-domain {
    width: 65%;
  }
  .domain-box button {
    width: 30%;
  }
  .features-text {
    padding-top: 0;
  }
  .features-text > ul {
    padding: 20px 0;
  }
  .features-text li {
    font-size: 13px;
  }
  .slider-three .text-layer {
    right: 0;
    width: 45%;
  }
  .wrapper-boxed .slider-three .text-layer {
    right: 0;
    width: 44%;
  }
  .slider-three .img-layer,
  .wrapper-boxed .slider-three .img-layer {
    bottom: -30px;
    left: -5%;
  }
  .slider-three .img-layer img,
  .wrapper-boxed .slider-three .img-layer img {
    width: 65%;
  }
  .search-box-three form {
    width: 320px;
  }
  .search-box-three input {
    width: 272px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding,
  .promo-area.section-padding {
    padding: 60px 0;
  }
  .section-padding-top {
    padding-top: 60px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  li ul.megamenu li.mega-column ul li {
    padding: 0 5px 0 5px;
  }
  .anim-slider {
    height: 400px;
  }
  .text-lay.lay3,
  .text-lay.lay2-3 {
    top: 32%;
  }
  .text-lay {
    left: 42%;
  }
  .lay1,
  .lay2-1 {
    left: 7%;
    margin-top: -100px;
    width: 250px;
  }
  .service-one .single-service,
  .service-one .single-service.margin-bottom,
  .counterup-one .single-counter {
    margin-bottom: 30px;
  }
  .service-one .all-service.clearfix,
  .counterup-one .all-counterup.clearfix {
    margin-bottom: -30px;
    overflow: hidden;
  }
  .counterup-one .single-counter {
    border-left: 0 none;
  }
  .counterup-one .single-counter > h3 {
    margin: 5px 0 10px;
  }
  .features-img {
    margin-top: 90px;
  }
  .blog-text > h3 {
    line-height: 1;
    padding: 25px 0;
  }
  .footer-one .footer-text .button-style-1 a {
    position: absolute;
    width: 220px;
  }
  .footer-one .footer-top {
    padding-bottom: 104px;
  }
  .header-bottom .logo {
    width: 150px;
  }
  .mainmenu ul li:last-child > ul,
  .mainmenu ul li:nth-child(6) > ul {
    left: inherit;
    right: 0;
    text-align: right;
  }
  .mainmenu ul li.mega-column > ul,
  .mainmenu ul li.mega-column:nth-child(6) > ul {
    text-align: left;
  }
  nav a {
    font-size: 12px;
    font-weight: 400;
    margin: 0 10px;
  }
  .img-layer img {
    width: 45%;
  }
  .slider-three .text-layer {
    right: 4%;
    width: 80%;
  }
  .text-layer h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-layer h1 {
    font-size: 35px;
  }
  .img-layer {
    z-index: -1;
  }
  .catelog h5 {
    line-height: 35px;
    right: -60px;
    top: 15px;
  }
  .single-counter > h3 {
    line-height: 1;
    margin: 0;
  }
  .single-choose {
    padding: 40px 0;
  }
  .single-choose p {
    padding: 0 25px;
  }
  .enter-domain {
    width: 64%;
  }
  .domain-box button {
    width: 30%;
  }
  .counterup-two .margin-top {
    margin-top: 40px;
  }
  .service-two {
    margin-bottom: -30px;
  }
  .single-service.margin-bottom {
    margin-bottom: 0;
  }
  .service-two .single-service {
    margin-bottom: 30px;
  }
  .features-two {
    padding-bottom: 60px;
  }
  .features-text {
    padding-top: 0;
  }
  .promo-text h2,
  .promo-text h1 {
    font-size: 40px;
  }
  .features-text > ul {
    padding: 15px 0;
  }
  .features-text li {
    line-height: 20px;
  }
  .blog-text > h3 {
    padding: 0;
  }
  .blog-text {
    padding: 15px 14px 18px;
  }
  .pagnation-ul {
    margin-top: 0px;
  }
  .welcome-one .section-title {
    margin: 80px 0 0;
  }
  .single-choose p {
    padding: 0 5px;
  }
  .brand-logo li {
    width: 29%;
  }
  .search-box-three form {
    width: 205px;
  }
  .search-box-three input {
    width: 157px;
  }
  .error-content h1 {
    font-size: 180px;
  }
  .error-content .search-box-three input {
    width: 85.5%;
  }
  .single-contact {
    padding: 30px 0 30px 15px;
  }
  .welcome-img > img {
    margin-left: 20px;
  }
  .add-to-cart button {
    margin-right: 0;
    margin-top: 10px;
  }
  .switcher-pattern,
  .switcher-bg,
  .mobile-optimizee,
  .layout-btn {
    display: none;
  }
  .switcher-body {
    width: 180px;
    left: -180px;
  }
  .switcher-options .switcher-color li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .section-padding,
  .promo-area.section-padding {
    padding: 50px 0;
  }
  .container {
    width: 300px;
  }
  .section-padding-top {
    padding-top: 50px;
  }
  .section-padding-bottom {
    padding-bottom: 50px;
  }
  .section-title h1 {
    font-size: 30px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .title-line {
    margin: 10px auto 15px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  nav.mean-nav a::before,
  nav.mean-nav a::after {
    display: none;
  }
  .header-style-three nav li ul li:hover a,
  .header-style-three nav li ul li a.active {
    color: #333;
  }
  .live-chat {
    position: static;
  }
  .chat-box {
    right: 5px;
    width: 290px;
    top: 108%;
  }
  .header-style-one .header-top .chat-box .left {
    float: left;
  }
  .header-style-one .header-top .chat-box .right {
    float: right;
  }
  .header-style-one .header-top {
    padding: 10px 0;
    text-align: center;
  }
  .header-style-one .header-top .left,
  .header-style-one .header-top .right,
  .header-style-one .header-top .right li {
    float: none;
  }
  .header-style-one .header-top .left,
  .header-style-one .header-top .right li {
    display: inline-block;
  }
  .header-style-one .live-chat {
    margin-top: 5px;
  }
  .header-style-one .header-top .right li {
    line-height: 30px;
    margin-left: 0;
  }
  .anim-slider {
    height: 300px;
  }
  .lay1,
  .lay2-1 {
    visibility: hidden;
  }
  .text-lay {
    left: 8%;
  }
  .text-layer h2 {
    font-size: 18px;
  }
  .text-lay.lay2,
  .text-lay.lay2-2 {
    top: 9%;
  }
  .text-lay.lay3,
  .text-lay.lay2-3 {
    text-align: left;
    top: 17%;
  }
  .text-lay.lay4,
  .text-lay.lay2-4 {
    top: 39.5%;
  }
  .lay5,
  .lay2-5 {
    top: 45%;
  }
  .text-lay.lay6,
  .text-lay.lay2-6 {
    top: 50.5%;
  }
  .text-lay.lay7,
  .text-lay.lay2-7 {
    top: 55.9%;
  }
  .text-lay.lay8,
  .text-lay.lay2-8 {
    top: 70%;
  }
  .service-one .service-text {
    padding: 10px 10px 10px 40px;
  }
  .counterup-one .single-counter > h3 {
    margin: 5px 0 0px;
  }
  .counterup-one .single-counter {
    border-left: 0;
  }
  .counterup-one .all-counterup .col-xs-6 {
    width: 100%;
  }
  .catelog h5 {
    right: -60px;
    top: 15px;
  }
  .client-des {
    margin: 20px 0px 0;
    padding: 15px 10px;
  }
  .single-blog {
    margin-bottom: 30px;
  }
  .latest-blog-one .col-xs-12:last-child .single-blog {
    margin-bottom: 0;
  }
  .blog-text > h3 {
    line-height: 1;
    padding: 20px 0;
  }
  .is-sticky .header-bottom .logo,
  .is-sticky .search-box {
    display: none;
    transition: all 0.4s ease 0s;
  }
  .is-sticky .mobile-menu-area {
    margin-bottom: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
  }
  .mainmenu {
    display: none;
  }
  .mobile-menu-area {
    display: block;
    float: left;
    width: 100%;
    z-index: 1002;
    margin-bottom: 15px;
    position: relative;
  }
  .mobile-menu-area .mean-bar {
    position: relative;
    top: 0px;
  }
  .mean-container .mean-bar,
  .mean-container .mean-nav {
    background: #e94439 none repeat scroll 0 0;
  }
  .header-bottom .logo {
    float: none;
    line-height: 55px;
    text-align: center;
    width: 100%;
  }
  .header-bottom .right {
    float: none;
    width: 100%;
  }
  .header-bottom .right .mean-nav {
    line-height: 15px;
  }
  .header-bottom .right .search-box,
  i.displaynone {
    line-height: 55px;
  }
  .search-box form {
    top: 128%;
  }
  #scrollUp {
    right: 5px;
  }
  .header-style-two .header-top .left {
    float: none;
    text-align: center;
  }
  .header-style-two .header-top .right {
    float: none;
    text-align: center;
  }
  .social-icon {
    display: inline-block;
  }
  .lang .custom-select select {
    height: 25px;
  }
  .lang .custom-select::after,
  .lang .custom-select select,
  .header-style-two .header-top ul li {
    line-height: 25px;
  }
  .header-style-two .header-top .left li {
    float: none;
    margin-right: 0;
  }
  .header-style-two .header-top {
    padding: 5px 0 0 0;
  }
  .single-choose {
    padding: 30px 0;
  }
  .single-choose .button-style-1 a {
    margin-top: 15px;
  }
  .single-choose p {
    padding: 0 10px;
  }
  .single-choose h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .single-choose {
    margin-bottom: 30px;
  }
  .col-xs-12:last-child .single-choose {
    margin-bottom: 0px;
  }
  .enter-domain {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .domain-box button {
    width: 185px;
  }
  .logo,
  .header-bottom .right {
    line-height: 75px;
  }
  .img-layer {
    display: none;
  }
  .features-text > ul {
    padding: 20px 0;
  }
  .features-text .button-style-1 a {
    margin-bottom: 50px;
  }
  .button-style-1 a {
    line-height: 38px;
    padding: 0 18px;
  }
  .text-layer .button-style-1 a {
    margin-top: 8px;
  }
  .slider-two .p-list {
    display: none;
  }
  .text-layer h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .text-layer h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .camera_prev,
  .camera_next {
    height: 35px;
    line-height: 35px;
    width: 35px;
    margin-top: -17px;
  }
  .camera_next {
    right: 0px;
  }
  .camera_prev {
    left: 0px;
  }
  .camera_next > span::after,
  .camera_prev > span::after {
    font-size: 25px;
  }
  .search-box form {
    background: #e94439;
    width: 275px;
  }
  .col-xs-12:last-child .single-service {
    margin-bottom: 0;
  }
  .single-service.margin-bottom,
  .single-service {
    margin-bottom: 30px;
  }
  .single-counter > h3 {
    line-height: 35px;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .col-xs-12:last-child .single-counter {
    margin-bottom: 0px;
  }
  .col-xs-12 .single-pricing-table {
    margin-bottom: 30px;
  }
  .col-xs-12:last-child .single-pricing-table {
    margin-bottom: 0px;
  }
  .features-two {
    margin-bottom: 50px;
  }
  .features-text > h1 {
    font-size: 30px;
  }
  .features-text > h2 {
    font-size: 26px;
  }
  .subscribe-box {
    width: 100%;
  }
  .subscribe-input > input {
    width: 100%;
    margin-bottom: 15px;
  }
  .subscribe-box button {
    width: 140px;
  }
  .faq-heading > h3 {
    font-size: 16px;
    padding-left: 75px;
  }
  .faq-p {
    padding: 15px;
  }
  .promo-text h2,
  .promo-text h1 {
    font-size: 30px;
  }
  .promo-text .floatright {
    margin-top: 15px;
  }
  .brand-logo li {
    width: 33.33%;
  }
  .footer-text {
    margin-bottom: 30px;
  }
  .col-xs-12:last-child .footer-text {
    margin-bottom: 0px;
  }
  .footer-text.footer-logo > a {
    margin-bottom: 20px;
  }
  .header-style-three .social-icon ul li a {
    padding: 0 11px 0 11px;
  }
  .header-style-three .social-icon {
    margin-left: 5px;
  }
  .header-style-three .lang .custom-select::after,
  .header-style-three .lang .custom-select select {
    line-height: 40px;
  }
  .header-style-three .lang .custom-select select {
    height: 40px;
  }
  .header-style-three .header-top .right a {
    padding: 0 14px;
  }
  .header-style-three .header-middle .right {
    padding: 5px 0 15px;
  }
  .header-style-three .mobile-menu-area {
    margin-bottom: 0;
  }
  .header-style-three .header-bottom .left.floatleft {
    float: none;
  }
  .header-bottom .right {
    float: right;
  }
  .search-box-three form,
  .header-style-three .mobile-menu-area {
    width: 100%;
  }
  .header-style-three .search-box-three {
    padding: 5px 0 15px 0;
  }
  .search-box-three input {
    width: 222px;
  }
  .header-style-three nav a {
    line-height: inherit;
  }
  .header-style-three .perent-header-bottom {
    position: relative;
  }
  .header-style-three .header-bottom {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-style-three nav li ul li:hover a {
    color: #fff;
  }
  .slider-three {
    height: 540px;
  }
  .slider-three .text-layer {
    right: -10px;
    width: 100%;
  }
  .single-member {
    margin-bottom: 30px;
  }
  .all-team-member .col-md-3:last-child .single-member {
    margin-bottom: 0;
  }
  .is-sticky .mean-container .mean-bar {
    min-height: 30px;
  }
  .is-sticky .mean-container a.meanmenu-reveal {
    height: 15px;
    padding: 5px 13px 10px;
  }
  .header-style-three .is-sticky .search-box-three {
    padding: 5px 0 10px;
  }
  .welcome-img > img {
    margin-left: 0;
  }
  .welcome-img {
    margin-bottom: 50px;
  }
  .login-area .extra-padding,
  .register-area .extra-padding {
    padding: 40px 15px;
  }
  .page-box-title {
    margin-bottom: 25px;
  }
  .order-payment .table-one {
    margin-bottom: 30px;
  }
  .payment-method {
    padding-left: 0;
  }
  .main-box .padding-top {
    padding-top: 50px;
  }
  .main-box .table-one table {
    width: 600px;
  }
  .cart-area .main-box {
    padding: 40px 0;
  }
  .cart-btn {
    margin-top: 25px;
  }
  .team-two-row .all-team-member {
    margin-bottom: 0;
  }
  .list-header {
    padding: 40px 15px 40px 15px;
  }
  .list-header .buy-now.floatright,
  .list-header .add-to-cart.floatright {
    margin-top: 20px;
  }
  .right .buy-now.floatright,
  .right .add-to-cart.floatright {
    float: none;
  }
  .domain-list li {
    padding: 0 10px 0 10px;
  }
  .domain-list li .left form {
    height: 60px;
  }
  .domain-list li span {
    float: none;
  }
  .domain-list .add-to-cart button {
    margin: 0;
  }
  .domain-list li .right {
    line-height: 60px;
  }
  .social-media li a {
    padding: 0 12px;
  }
  .comment-box .text {
    overflow: visible;
  }
  .comment-box > img {
    margin-right: 15px;
  }
  .comment-box.middle {
    margin-left: 10px;
  }
  .sidebar {
    margin-top: 30px;
  }
  .search-replace-icon,
  .error-content h1 {
    text-align: center;
  }
  .search-replace-icon i {
    font-size: 330px;
  }
  .error-content h1 {
    font-size: 120px;
  }
  .error-content .search-box-three input {
    width: 80.5%;
  }
  .social-media {
    margin-top: 50px;
  }
  .contact-style-1 textarea {
    margin-top: 15px;
  }
  .contact-style-1 .contact-form {
    margin-top: 50px;
  }
  .contact-style-2 .extra-padding {
    padding: 70px 30px 50px;
  }
  .switcher-pattern,
  .switcher-bg,
  .mobile-optimizee,
  .layout-btn {
    display: none;
  }
  .switcher-body {
    width: 180px;
    left: -180px;
  }
  .switcher-options .switcher-color li {
    width: 25%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 480px;
  }
  .text-lay {
    left: 20%;
  }
  .counterup-one.section-padding {
    padding: 50px 0 20px 0;
  }
  .counterup-one .all-counterup .col-xs-6 {
    width: 50%;
  }
  .blog-img img {
    width: 100%;
  }
  .search-box-three input {
    width: 400px;
  }
  .chat-box {
    right: 30px;
  }
  .slider-three .text-layer {
    width: 85%;
  }
  .all-team-member .col-xs-12 {
    width: 50%;
  }
  .domain-list .add-to-cart button {
    margin: 0 15px 0 0;
  }
  .domain-list li span {
    float: left;
  }
  .domain-list li .left {
    width: 100%;
  }
  .right .buy-now.floatright,
  .right .add-to-cart.floatright {
    float: right;
  }
  .search-replace-icon i {
    font-size: 380px;
  }
  .error-content h1 {
    font-size: 190px;
  }
  .error-content .search-box-three input {
    width: 88.5%;
  }
}
.noprint {
  display: none;
}
.hidden_desktop {
  display: none;
}
.hidden_mobile {
  display: inherit;
}
.same-button-styles a.blue-dark {
  background-color: #e94439;
}
.section-padding {
  padding: 40px 0;
}
.blog-details-area .blog-text h1 {
  margin: 20px 0;
  color: #e94439;
}
.blog-details-area .blog-text h3 {
  color: #666;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
}
.blog-details-area .blog-text p,
.blog-details-area .blog-text ul {
  color: #969696;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 20px;
}
.blog-details-area .blog-text a {
  color: #e94439;
  text-transform: none;
}
.blog-details-area .blog-text h4 {
  color: #666;
}
.blog-details-area .blog-text ul {
  display: inline-block;
  list-style: disc;
  padding-left: 16px;
}
.blog-details-area .blog-text ul li {
  width: 100%;
}
._form {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
._form ._form-content {
  color: #969696 !important;
  font-family: 'Montserrat', sans-serif !important;
  text-align: left !important;
}
._form ._form-content ._form_element ._form-title {
  color: #666 !important;
  font-size: 20px !important;
}
._form ._form-content ._form_element label._form-label {
  color: #666 !important;
}
._form ._form-content ._form_element p {
  font-family: 'Poppins', sans-serif;
  line-height: 20px;
  font-size: 14px;
  color: #969696;
}
._form ._form-content ._form_element ._error-inner {
  background-color: #e94439 !important;
}
._form ._form-content ._form_element input[type="text"] {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  border: #d8d8d8 1px solid !important;
}
._form ._form-content ._form_element textarea {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  border: #d8d8d8 1px solid !important;
}
._form ._form-content ._button-wrapper [id^="_form_"] {
  background-color: #e94439 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
._form ._form-branding {
  display: none;
}
._form._form_3 ._form-content ._form_element ._html-code {
  text-align: center;
}
._form._form_3 ._form-content ._form_element ._html-code h2 {
  color: #ffffff !important;
  font-size: 36px !important;
}
._form._form_3 ._form-content ._form_element ._html-code p {
  color: #ffffff !important;
  font-size: 16px !important;
}
._form._form_3 ._form-content ._form_element label._form-label {
  color: #ffffff !important;
  text-align: center !important;
}
._form._form_3 ._form-content ._form_element input[type="text"] {
  display: inline-block !important;
  text-align: center !important;
}
.single-content ._form ._form-content ._form_element ._form-title {
  color: #575757 !important;
  font-weight: 400 !important;
  font-size: 24px !important;
}
header.header-style-two .logo_60 {
  max-height: 60px;
}
header.header-style-two .header-top {
  background-color: #fff;
}
header.header-style-two .header-top .row_50 {
  max-height: 50px;
  overflow: visible;
  z-index: 998;
}
header.header-style-two .header-top .row_50 .logo_double {
  padding: 20px 0;
  height: 150px;
  z-index: 999;
}
header.header-style-two .header-top .right li a {
  display: inline-block;
  text-transform: none;
}
header .mainmenu .mega-column.two-third {
  width: 66.66%;
}
header .mainmenu .mega-column.two-third li {
  line-height: 18px;
  padding-top: 7px;
  padding-bottom: 3px;
}
header .mainmenu .mega-column.two-third li:last-child {
  padding-bottom: 7px;
}
header .mainmenu .mega-column.two-third li a {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.promo-area.book {
  padding: 30px 0;
}
.promo-area.book .relative {
  position: relative;
}
.promo-area.book .book_cover {
  display: inline-block;
  margin: 0 45px 0 0;
  height: 150px;
  vertical-align: middle;
}
.promo-area.book .book_title {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}
.promo-area.book .book_title .main {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.promo-area.book .book_title .sub {
  color: #303030;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.promo-area.book .book_title .sub span {
  display: block;
}
.promo-area.book .book_title .subsub {
  color: #d9d9d9;
  display: block;
  font-weight: 400;
}
.promo-area.book .book_title .button_cta_mobile {
  display: none;
}
.promo-area.book .cta {
  display: inline-block;
  float: right;
  line-height: 150px;
  vertical-align: middle;
}
.promo-area.book .cta .close_promo {
  color: #b1190f;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s;
}
.promo-area.book .cta .close_promo:hover {
  color: #ffffff;
  transition: all 0.2s;
}
.promo-area.book .cta a {
  margin: 0;
}
.megamenu .mega-column .short_description {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 17px;
}
.megamenu .mega-column .short_description strong {
  font-size: 16px;
  line-height: 18px;
  display: block;
  margin: 13px 0 10px;
  padding: 0;
  text-transform: uppercase;
  color: #e94439;
}
.page-header-area .left {
  max-width: 60%;
}
.page-header-area .left h1 {
  font-size: 26px;
}
.slider .slide-text {
  width: 100%;
}
.slider .slide-text h1 {
  width: 80%;
  line-height: 1.2;
}
.slider .slide-text .p-list p {
  font-size: 24px;
  line-height: 30px;
  width: 50%;
}
.slider .slide-text .button {
  margin-top: 15px;
}
.default .single-blog {
  background-color: #FFFFFF;
}
.default .emergency-bg {
  background: url('../images/theme/emergency-bg.jpg') center;
  background-size: cover;
}
.single-choose.modify {
  box-shadow: none;
  position: relative;
  text-align: center;
}
.single-choose.modify h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.single-choose.modify p {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
}
.single-choose.modify.box-text {
  padding: 30px 10px;
  height: 280px;
  margin-bottom: 30px;
}
.single-choose.modify.box-text .button-style-1 {
  position: absolute;
  bottom: 30px;
  width: 100% !important;
  left: 0;
}
.single-choose.modify.box-text .button-style-1 a {
  border-radius: 0;
  font-weight: 400;
  margin-top: 25px;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
  max-width: 235px;
  width: 90%;
}
.single-choose.modify.box-pic {
  padding: 0;
  height: auto;
  min-height: 420px;
}
.single-choose.modify.box-pic img {
  margin-bottom: 30px;
}
.single-choose.modify.box-pic .button-style-1 a {
  border-radius: 0;
}
.blog-text.fixed_height_270 {
  height: 270px;
}
.blog-text.fixed_height_130 {
  height: 130px;
}
.template_basic .blog-text {
  padding-top: 25px;
  min-height: 250px;
}
.template_basic .blog-text p img {
  display: block;
  margin: 15px 0;
  width: 100%;
}
.template_basic .blog-text p img.left {
  float: left;
  margin: 15px 15px 15px 0;
}
.template_basic .blog-text p img.right {
  float: right;
  margin: 15px 0 15px 15px;
}
.template_basic .blog-text p img.left,
.template_basic .blog-text p img.right {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #f5f5f5;
  padding: 5px;
  max-width: 100%;
  width: auto;
}
.template_basic .blog-text p:last-child:after {
  content: '';
  clear: both;
  display: block;
}
.latest-blog-area .blog-img.overlay::after {
  background: rgba(233,66,57,0.9) none repeat scroll 0 0;
}
.latest-blog-area .blog-img .picture-overlay {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e6e6e6;
  display: block;
  height: 200px;
  width: 100%;
}
.latest-blog-area .blog-img .picture-overlay.col_3 {
  height: 150px;
}
.sidebar.sidebar-latest .latest-posts ul {
  display: inline-block;
}
.sidebar.sidebar-latest .latest-posts ul li a {
  color: #e94439;
  text-transform: none;
}
.videoWrapper {
  position: relative;
  padding-bottom: 53.66666%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-details-area .blog-img .picture-overlay {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f5f5f5;
  display: block;
  height: 400px;
  width: 100%;
}
.blog-details-area .permalink {
  margin: 7px 0;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .default .single-choose {
    padding: 30px 10px;
    height: 220px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .promo-area.book {
    padding: 15px 0;
  }
  .promo-area.book .book_cover {
    margin: 0 15px 0 0;
    height: 120px;
  }
  .promo-area.book .book_title .main {
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .promo-area.book .book_title .sub {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .promo-area.book .book_title .subsub {
    font-size: 11px;
  }
  .promo-area.book .cta {
    line-height: 120px;
  }
  .promo-area.book .cta a {
    font-size: 12px;
    padding: 0 10px;
    line-height: 36px;
  }
  .slider .slide-text h1 {
    font-size: 24px;
    text-align: center;
  }
  .slider .slide-text .p-list p {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
    margin: 0 10%;
    text-align: center;
  }
  .slider .slide-text .button-style-four {
    text-align: center;
  }
  .slider .slide-text .button-style-four .button {
    margin: 15px auto 0;
    padding: 5px 10px;
    line-height: 20px;
  }
  .default .single-choose {
    padding: 30px 10px;
    height: 240px;
    margin-bottom: 30px;
  }
}
footer .twitter_feed {
  border-radius: 5px;
  background-color: #1f2225;
  max-height: 350px;
  overflow: scroll;
}
footer .footer-text a {
  text-transform: none;
}
@media (max-width: 767px) {
  .hidden_mobile {
    display: none !important;
  }
  .hidden_desktop {
    display: inherit;
  }
  header.header-style-two .logo img {
    margin: 13px 0;
  }
  header.header-style-two .header-top {
    padding: 0;
  }
  header.header-style-two .header-top .container {
    padding: 0;
    width: 100%;
  }
  header.header-style-two .header-top .container .row {
    margin: 0;
  }
  header.header-style-two .header-top .container .row .col-xs-12 {
    padding: 0;
  }
  header.header-style-two .header-top .container .left {
    width: 100%;
  }
  header.header-style-two .header-top .container .left ul {
    font-size: 0;
    text-align: center;
  }
  header.header-style-two .header-top .container .left ul li {
    display: inline-block;
    font-size: 12px;
    float: none;
    margin: 0 10px;
    padding: 2px 0;
  }
  header.header-style-two .header-top .container .left ul li a {
    font-size: 12px;
  }
  header.header-style-two .header-top .container .right {
    display: none;
  }
  header.header-style-two .header-bottom .container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header.header-style-two .header-bottom .container .row {
    margin: 0;
  }
  header.header-style-two .header-bottom .container .row .col-xs-12 {
    padding: 0;
  }
  header.header-style-two .header-bottom .container .mobile-menu-area {
    margin-bottom: 0;
  }
  header.header-style-two .header-bottom .container .mobile-menu-area .mean-bar {
    min-height: 30px;
    padding: 0;
  }
  header.header-style-two .header-bottom .container .mobile-menu-area .mean-bar a.meanmenu-reveal {
    padding: 9px 13px 7px;
  }
  header.header-style-two .header-bottom .container .mobile-menu-area .mean-bar .mean-nav ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  header.header-style-two .header-bottom .container .mobile-menu-area .mean-bar .mean-nav ul li a.mean-expand {
    height: 16px;
    border: none !important;
    width: 16px;
    padding: 8px !important;
    line-height: 14px;
  }
  .promo-area .container {
    padding: 0;
    width: 100%;
  }
  .promo-area .container .row {
    margin: 0;
  }
  .promo-area .container .row .col-xs-12 {
    padding: 0;
  }
  .promo-area.book {
    padding: 10px 0;
  }
  .promo-area.book .book_cover {
    margin: 0 10px;
    height: 120px;
  }
  .promo-area.book .book_title .main {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 7px;
  }
  .promo-area.book .book_title .sub {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .promo-area.book .book_title .subsub {
    font-size: 7px;
  }
  .promo-area.book .book_title .button_cta_mobile {
    display: inline-block;
    margin-top: 10px;
  }
  .promo-area.book .book_title .button_cta_mobile a {
    font-size: 10px;
    line-height: 24px;
    margin: 0;
    padding: 0 10px 0;
  }
  .promo-area.book .cta .close_promo {
    right: 12px;
    top: 53px;
  }
  .promo-area.book .cta .button_cta_desktop {
    display: none;
  }
  .slider .slide-text h1 {
    font-size: 18px;
    text-align: center;
  }
  .slider .slide-text .p-list {
    display: inline-block;
  }
  .slider .slide-text .p-list p {
    font-size: 12px;
    line-height: 16px;
    width: 90%;
    margin: 0 5%;
    text-align: center;
  }
  .slider .slide-text .button-style-four {
    margin-top: 15px;
    text-align: center;
  }
  .slider .slide-text .button-style-four .button {
    font-size: 12px;
    padding: 3px 10px;
    margin-top: 0;
    line-height: 18px;
  }
  .default .single-choose {
    padding: 30px 10px;
    height: auto;
  }
  .default .single-choose .button-style-1 {
    position: relative;
    bottom: initial;
    width: auto;
    left: initial;
  }
}
