@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
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,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  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;
  }
  .tag {
    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;
  }
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

dl.row > dd + dt {
  clear: left;
}

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 1.2rem;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

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

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

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

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

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

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

.row::after {
  content: "";
  display: table;
  clear: both;
}

.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  float: left;
  width: 8.33333%;
}

.col-xs-2 {
  float: left;
  width: 16.66667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.33333%;
}

.col-xs-5 {
  float: left;
  width: 41.66667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.33333%;
}

.col-xs-8 {
  float: left;
  width: 66.66667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.33333%;
}

.col-xs-11 {
  float: left;
  width: 91.66667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 544px) {
    .clients img{
    margin:5% 0!important;
    
    }
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.66667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.33333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.66667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.33333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.66667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem;
}

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-check-inline + .form-check-inline {
  margin-left: .75rem;
}

.form-check-inline.disabled {
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-feedback {
  color: #5cb85c;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-feedback {
  color: #f0ad4e;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-feedback {
  color: #d9534f;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 544px) {
  .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 .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

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

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

.btn.focus {
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary, .btn-secondary, .btn-tertiary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover, .btn-secondary:hover, .btn-tertiary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus, .btn-secondary:focus, .btn-tertiary:focus, .btn-primary.focus, .focus.btn-secondary, .focus.btn-tertiary {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:active, .btn-secondary:active, .btn-tertiary:active, .btn-primary.active, .active.btn-secondary, .active.btn-tertiary,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.btn-tertiary {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none;
  /*  &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    } */
}

.btn-primary.disabled:focus, .disabled.btn-secondary:focus, .disabled.btn-tertiary:focus, .btn-primary.disabled.focus, .disabled.focus.btn-secondary, .disabled.focus.btn-tertiary, .btn-primary:disabled:focus, .btn-secondary:disabled:focus, .btn-tertiary:disabled:focus, .btn-primary:disabled.focus, .btn-secondary:disabled.focus, .btn-tertiary:disabled.focus {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary.disabled:hover, .disabled.btn-secondary:hover, .disabled.btn-tertiary:hover, .btn-primary:disabled:hover, .btn-secondary:disabled:hover, .btn-tertiary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-secondary, .btn-tertiary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover, .btn-tertiary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus, .btn-tertiary:focus, .btn-secondary.focus, .focus.btn-tertiary {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:active, .btn-tertiary:active, .btn-secondary.active, .active.btn-tertiary,
.open > .btn-secondary.dropdown-toggle,
.open > .dropdown-toggle.btn-tertiary {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
  /*  &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    } */
}

.btn-secondary.disabled:focus, .disabled.btn-tertiary:focus, .btn-secondary.disabled.focus, .disabled.focus.btn-tertiary, .btn-secondary:disabled:focus, .btn-tertiary:disabled:focus, .btn-secondary:disabled.focus, .btn-tertiary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.disabled:hover, .disabled.btn-tertiary:hover, .btn-secondary:disabled:hover, .btn-tertiary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

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

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
  /*  &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    } */
}

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

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

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

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

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
  /*  &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    } */
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
  /*  &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    } */
}

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
  /*  &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    } */
}

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #43a7fd;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #43a7fd;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}

.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white;
}

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:active, .btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active, .btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #f8d9ac;
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #eba5a3;
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.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:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  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: -0.5rem;
}

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

.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 + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em;
}

.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::after {
  content: "";
  display: table;
  clear: both;
}

.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-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;
}

.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;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.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: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-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:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer;
}

.custom-control + .custom-control {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
  display: inline;
}

.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

.nav-link {
  display: inline-block;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #818a91;
}

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .navbar {
    border-radius: 0.25rem;
  }
}

.navbar-full {
  z-index: 1000;
}

@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}

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

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

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

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

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

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

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

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: "\00a0";
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
  padding: 1.25rem;
}

.card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer::after {
  content: "";
  display: table;
  clear: both;
}

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    width: 100%;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #818a91;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #818a91;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

.page-item {
  display: inline;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.tag:empty {
  display: none;
}

.btn .tag {
  position: relative;
  top: -1px;
}

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #818a91;
}

.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: #687077;
}

.tag-primary {
  background-color: #0275d8;
}

.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: #025aa5;
}

.tag-success {
  background-color: #5cb85c;
}

.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: #449d44;
}

.tag-info {
  background-color: #5bc0de;
}

.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: #31b0d5;
}

.tag-warning {
  background-color: #f0ad4e;
}

.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: #ec971f;
}

.tag-danger {
  background-color: #d9534f;
}

.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 2rem;
}

.alert-dismissible .close {
  position: relative;
  top: -.125rem;
  right: -1rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  border-radius: 0.25rem;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}

.progress-striped[value]::-webkit-progress-value {
  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);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  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);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  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);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    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);
    background-size: 1rem 1rem;
  }
}

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}

.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}

.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

.media,
.media-body {
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}

.list-group-flush .list-group-item {
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #333;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.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:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  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:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  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:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  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:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  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;
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

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

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

.modal-open {
  overflow: hidden;
}

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

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

.modal.in .modal-dialog {
  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;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
  display: none;
}

.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 {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  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 {
  right: 0;
  left: auto;
  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:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

.w-100 {
  width: 100% !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !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 Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont3e6e.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont3e6e.html?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

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

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

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

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../img/owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

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

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

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

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

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

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
}

@font-face {
  font-family: 'Noto Sans';
  src: url(_notosans-fontface/fonts/NotoSans-Regular.html);
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url(_notosans-fontface/fonts/NotoSans-Regular.html) format("embedded-opentype"), url(_notosans-fontface/fonts/NotoSans-Regular-2.html) format("woff2"), url(_notosans-fontface/fonts/NotoSans-Regular-3.html) format("woff"), url(_notosans-fontface/fonts/NotoSans-Regular-4.html) format("truetype"), url(_notosans-fontface/fonts/NotoSans-Regular-5.html) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans';
  src: url(_notosans-fontface/fonts/NotoSans-Bold.html);
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(_notosans-fontface/fonts/NotoSans-Bold.html) format("embedded-opentype"), url(_notosans-fontface/fonts/NotoSans-Bold-2.html) format("woff2"), url(_notosans-fontface/fonts/NotoSans-Bold-3.html) format("woff"), url(_notosans-fontface/fonts/NotoSans-Bold-4.html) format("truetype"), url(_notosans-fontface/fonts/NotoSans-Bold-5.html) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans';
  src: url(_notosans-fontface/fonts/NotoSans-Italic.html);
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(_notosans-fontface/fonts/NotoSans-Italic.html) format("embedded-opentype"), url(_notosans-fontface/fonts/NotoSans-Italic-2.html) format("woff2"), url(_notosans-fontface/fonts/NotoSans-Italic-3.html) format("woff"), url(_notosans-fontface/fonts/NotoSans-Italic-4.html) format("truetype"), url(_notosans-fontface/fonts/NotoSans-Italic-5.html) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Noto Sans';
  src: url(_notosans-fontface/fonts/NotoSans-BoldItalic.html);
  src: local("Noto Sans BoldItalic"), local("NotoSans-BoldItalic"), url(_notosans-fontface/fonts/NotoSans-BoldItalic.html) format("embedded-opentype"), url(_notosans-fontface/fonts/NotoSans-BoldItalic-2.html) format("woff2"), url(_notosans-fontface/fonts/NotoSans-BoldItalic-3.html) format("woff"), url(_notosans-fontface/fonts/NotoSans-BoldItalic-4.html) format("truetype"), url(_notosans-fontface/fonts/NotoSans-BoldItalic-5.html) format("svg");
  font-weight: 700;
  font-style: italic;
}

.material-icons {
  vertical-align: middle;
  width: 1em;
  height: 1em;
  word-wrap: normal;
  white-space: nowrap;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'themify';
  src: url("fonts/themify.eot");
  src: url("fonts/themifyd41d.eot?#iefix") format("embedded-opentype"), url("fonts/themify.woff") format("woff"), url("fonts/themify.ttf") format("truetype"), url("fonts/themifyd41d.svg?#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

#product-deatail #content-wrapper, .product-quickview #content-wrapper {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #product-deatail #content-wrapper, .product-quickview #content-wrapper {
    /* max 767 */
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  /* min 768 */
  .left-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
}

.product-cover {
  margin-bottom: 10px;
  position: relative;
}

.product-cover img {
  box-shadow: 0 0 1px 2px #e5e5e5;
  background: white;
  max-width: 100%;
}

.price-left {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 12px;
}

.price-left span {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

[dir="rtl"] .price-left {
  right: auto;
  left: 15px;
}

[dir="rtl"] .addthis_toolbox {
  float: right;
}

.additional-images li.thumb-container .thumb {
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.additional-images li.thumb-container .thumb.selected, .additional-images li.thumb-container .thumb:hover {
  border: #1273c5 1px solid;
}

.additional-detail {
  margin: 0 -10px;
  position: relative;
}

.additional-detail ul {
  margin-bottom: 0;
}

.additional-detail li {
  padding: 10px;
}

.additional-detail .owl-nav {
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.additional-detail .owl-nav > div {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e5e5e5;
  color: #9c9c9c;
  width: 30px;
  height: 30px;
  padding: 3px;
  position: absolute;
  margin: -15px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.additional-detail .owl-nav > div:hover {
  background: #ffffff;
}

.additional-detail .owl-nav .owl-prev {
  left: 15px;
  right: auto;
}

.additional-detail .owl-nav .owl-prev i {
  font-size: 18px;
}

.additional-detail .owl-nav .owl-prev i:before {
  content: "\f104";
}

[dir="rtl"] .additional-detail .owl-nav .owl-prev {
  right: 15px;
  left: auto;
}

[dir="rtl"] .additional-detail .owl-nav .owl-prev i:before {
  content: "\f105";
}

.additional-detail .owl-nav .owl-next {
  right: 15px;
  left: auto;
}

.additional-detail .owl-nav .owl-next i {
  font-size: 18px;
}

.additional-detail .owl-nav .owl-next i:before {
  content: "\f105";
}

[dir="rtl"] .additional-detail .owl-nav .owl-next {
  left: 15px;
  right: auto;
}

[dir="rtl"] .additional-detail .owl-nav .owl-next i:before {
  content: "\f104";
}

.product_title {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-weight: normal;
  font-size: 20px;
}

.rating-block {
  margin: 0 0 10px;
  padding: 0;
}

.rating-block .rating {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

[dir="rtl"] .rating-block .rating {
  margin: 0 0 0 20px;
}

.rating-block .comments_advices {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.rating-block .comments_advices a {
  color: #666666;
  display: inline-block;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.rating {
  margin-bottom: 5px;
}

.rating .fa-stack {
  font-size: 13px;
  width: 13px;
}

.rating .fa-star {
  color: #f5cb0c;
  font-size: 13px;
}

.rating .fa-star.off {
  color: #b5b5b5;
}

.rating .fa-star + .fa-star-o {
  color: #f5cb0c;
}

#review .fa-stack {
  font-size: 8px;
  width: 13px;
}

#review .fa-star {
  color: #f5cb0c;
  font-size: 13px;
}

#review .fa-star + .fa-star-o {
  color: #f5cb0c;
}

#review table .fa-star.off {
  color: #b5b5b5;
}

.manufacturers-list {
  margin-bottom: 10px;
}

.product-prices {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 0;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.product-prices > div {
  display: inline-block;
  vertical-align: middle;
}

.product-prices .product-discount {
  color: #666666;
}

.product-prices .product-discount .price {
  font-size: 15px;
  line-height: 20px;
  text-decoration: line-through;
  font-weight: normal;
  margin-right: 10px;
}

[dir="rtl"] .product-prices .product-discount .price {
  margin-right: 0;
  margin-left: 10px;
}

.product-prices .product-price {
  color: #1273c5;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}

.text-deatil {
  margin-bottom: 15px;
}

#product {
  background-color: #ffffff;
  display: block;
  position: relative;
}

#product h4 {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

#product .checkbox label {
  -moz-user-select: none;
  cursor: pointer;
  padding-left: 22px;
  position: relative;
}

#product .checkbox label input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

#product .checkbox label input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

[dir="rtl"] #product .checkbox label {
  padding-right: 22px;
  padding-left: 0;
}

#product .checkbox label .checkmark {
  background-color: #ffffff;
  border: 1px solid #888;
  bottom: 0;
  height: 14px;
  left: 0;
  position: absolute;
  margin: auto;
  top: 0;
  width: 14px;
}

#product .checkbox label .checkmark:after {
  content: "";
  display: none;
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #333333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#product .checkbox label .checkmark:hover {
  background: #eee;
}

[dir="rtl"] #product .checkbox label .checkmark {
  left: auto;
  right: 0;
}

[dir="rtl"] #product .checkbox label .checkmark:after {
  left: auto;
  right: 4px;
}

#product .radio label {
  -moz-user-select: none;
  cursor: pointer;
  padding-left: 22px;
  position: relative;
}

[dir="rtl"] #product .radio label {
  padding-left: 0;
  padding-right: 22px;
}

#product .radio label input[type="radio"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

#product .radio label input[type="radio"]:checked ~ .radiobtn {
  background-color: #fff;
}

#product .radio label input[type="radio"]:checked ~ .radiobtn:after {
  display: block;
}

#product .radio label .radiobtn {
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 50%;
  bottom: 0;
  height: 14px;
  left: 0;
  position: absolute;
  margin: auto;
  top: 0;
  width: 14px;
}

#product .radio label .radiobtn:after {
  content: "";
  background: #333;
  border-radius: 50%;
  bottom: 0;
  display: none;
  position: absolute;
  margin: auto;
  left: 3px;
  top: 0px;
  width: 6px;
  height: 6px;
}

#product .radio label .radiobtn:hover {
  background: #eee;
}

[dir="rtl"] #product .radio label .radiobtn {
  left: auto;
  right: 0;
}

[dir="rtl"] #product .radio label .radiobtn:after {
  left: auto;
  right: 3px;
}

.product-quantity {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  width: 100%;
}

.product-quantity .quantity {
  float: left;
  width: 80px;
}

@media (max-width: 371px) {
  .product-quantity .quantity {
    margin-bottom: 8px;
  }
}

[dir="rtl"] .product-quantity .quantity {
  float: right;
}

.product-quantity .quantity .qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #474747;
  float: left;
  height: 40px;
  margin: 0 -1px;
  padding: 0.175rem 0.5rem;
  text-align: center;
  width: 48px;
  z-index: auto;
}

[dir="rtl"] .product-quantity .quantity .qty {
  float: right;
}

.product-quantity .quantity .input-group-btn-vertical {
  float: left;
}

[dir="rtl"] .product-quantity .quantity .input-group-btn-vertical {
  float: right;
}

.product-quantity .quantity .input-group-btn-vertical button {
  height: 21px;
  width: 24px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: block;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.product-quantity .quantity .input-group-btn-vertical button i {
  color: black;
  position: relative;
}

.product-quantity .quantity .input-group-btn-vertical button.increase i {
  top: -3px;
}

.product-quantity .quantity .input-group-btn-vertical button.decrease {
  margin-top: -2px;
}

.product-quantity .quantity .input-group-btn-vertical button.decrease i {
  top: -2px;
}

.product-quantity .add {
  display: inline-block;
  vertical-align: middle;
}

.product-quantity .add .add-to-cart {
  height: 40px;
  padding: 10px 12px;
  margin: 0;
  line-height: 18px;
  border-color: #1273c5;
  background: #1273c5;
  color: #b0dfcc;
  white-space: normal;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
  -webkit-background-size: 204px 1px;
  background-position: 50% 50%;
}

.product-quantity .add .add-to-cart:hover {
  color: #ffffff;
  background-size: 3px 1px;
}

.product-quantity .add .add-to-cart .material-icons {
  line-height: inherit;
  font-size: 20px;
  margin-right: 5px;
}

[dir="rtl"] .product-quantity .add .add-to-cart .material-icons {
  margin-left: 5px;
  margin-right: 0;
}

.product-quantity .add .btn-primary:before, .product-quantity .add .btn-secondary:before, .product-quantity .add .btn-tertiary:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #b0dfcc;
  padding: 7px;
}

.product-quantity .add .btn-primary i, .product-quantity .add .btn-secondary i, .product-quantity .add .btn-tertiary i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.product-quantity .add > div {
  display: inline-block;
  vertical-align: middle;
}

.product-quantity .add .wishlist .btn {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 40px;
  width: 40px;
  background: #1273c5;
  border: 1px solid #1273c5;
  white-space: normal;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
  -webkit-background-size: 204px 1px;
  background-position: 50% 50%;
}

.product-quantity .add .wishlist .btn:before {
  position: absolute;
  content: "\F004";
  font-family: "FontAwesome";
  height: 40px;
  width: 40px;
  font-size: 17px;
  line-height: 37px;
  color: #b0dfcc;
  top: 0;
  left: -1px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product-quantity .add .wishlist .btn:hover {
  background-size: 3px 1px;
}

.product-quantity .add .wishlist .btn:hover:before {
  color: #ffffff;
}

.product-quantity .add .compare .btn {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 40px;
  width: 40px;
  background: #1273c5;
  border: 1px solid #1273c5;
  white-space: normal;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
  -webkit-background-size: 204px 1px;
  background-position: 50% 50%;
}

.product-quantity .add .compare .btn:before {
  position: absolute;
  content: "\F080";
  font-family: "FontAwesome";
  height: 40px;
  width: 40px;
  font-size: 17px;
  line-height: 37px;
  color: #b0dfcc;
  top: 0;
  left: 0;
  line-height: 23px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product-quantity .add .compare .btn:hover {
  background-size: 3px 1px;
}

.product-quantity .add .compare .btn:hover:before {
  color: #ffffff;
}

.tabs {
  margin-top: 32px;
  margin-bottom: 32px;
}

.tabs .nav-tabs {
  border: medium none;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .tabs .nav-tabs {
    /* max 991 */
    margin-bottom: 15px;
  }
}

.tabs .nav-tabs > li {
  display: inline-block;
  float: none;
  margin: 0 5px 0 0;
}

[dir="rtl"] .tabs .nav-tabs > li {
  margin: 0 0 0 5px;
}

.tabs .nav-tabs > li a {
  margin: 0;
  padding: 6px 17px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  color: #666666;
  background: transparent;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tabs .nav-tabs > li a.active, .tabs .nav-tabs > li a:hover, .tabs .nav-tabs > li a:focus {
  color: #ffffff;
  background: #1273c5;
  border-color: #1273c5;
}

.tabs #tab-description > p {
  color: #5f5f5f;
  line-height: 22px;
}

.tabs #tab-description .product-description {
  color: #5f5f5f;
  line-height: 22px;
}

.tabs #tab-description .product-description ul, .tabs #tab-description .product-description ol, .tabs #tab-description .product-description dl {
  padding-left: 40px;
  list-style: inherit;
}

[dir="rtl"] .tabs #tab-description .product-description ul, [dir="rtl"] .tabs #tab-description .product-description ol, [dir="rtl"] .tabs #tab-description .product-description dl {
  padding-right: 40px;
  padding-left: 0;
}

.tabs #tab-description .product-description ul:last-child, .tabs #tab-description .product-description ol:last-child, .tabs #tab-description .product-description dl:last-child {
  margin: 0;
}

#tab-review h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #1273c5;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

#tab-review .form-group {
  overflow: hidden;
  position: relative;
}

#product-deatail .related-product {
  margin-bottom: 30px;
}

#recurring-description {
  margin-top: 5px;
}

.tdproductsblock {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .tdproductsblock {
    /* max 991 */
    margin-bottom: 30px;
  }
}

.tdproductsblock .td-product .nav-tabs {
  border: medium none;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .tdproductsblock .td-product .nav-tabs {
    /* max 991 */
    margin-bottom: 15px;
  }
}

.tdproductsblock .td-product .nav-tabs > li {
  display: inline-block;
  float: none;
  margin: 0 5px 0 0;
}

[dir="rtl"] .tdproductsblock .td-product .nav-tabs > li {
  margin: 0 0 0 5px;
}

.tdproductsblock .td-product .nav-tabs > li a {
  margin: 0;
  padding: 6px 17px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  color: #666666;
  background: transparent;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tdproductsblock .td-product .nav-tabs > li a.active, .tdproductsblock .td-product .nav-tabs > li a:hover, .tdproductsblock .td-product .nav-tabs > li a:focus {
  color: #ffffff;
  background: #1273c5;
  border-color: #1273c5;
}

.tdbanner {
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .tdbanner {
    /* max 991 */
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tdbanner .tdbannergrid .tdbanners-container {
    /* max 767 */
    margin-bottom: 15px;
  }
}

.tdbanner .tdbannergrid .tdbanners-container .banner-main {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tdbanner .tdbannergrid .tdbanners-container .banner-main:before {
  background: transparent linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%) no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

@media (max-width: 767px) {
  .tdbanner .tdbannergrid .tdbanners-container .banner-main {
    /* max 767 */
    text-align: center;
  }
}

.tdbanner .tdbannergrid .tdbanners-container.tdbanner-1 {
  width: 33.33%;
}

@media (max-width: 1199px) {
  .tdbanner .tdbannergrid .tdbanners-container.tdbanner-1 {
    width: 33.8%;
  }
}

@media (max-width: 991px) {
  .tdbanner .tdbannergrid .tdbanners-container.tdbanner-1 {
    width: 34.5%;
  }
}

@media (max-width: 767px) {
  .tdbanner .tdbannergrid .tdbanners-container.tdbanner-1 {
    width: 100%;
  }
}

.tdbanner .tdbannergrid .tdbanners-container.tdbanner-2 {
  width: 66.66%;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .tdbanner .tdbannergrid .tdbanners-container.tdbanner-2 {
    width: 66.2%;
  }
}

@media (max-width: 991px) {
  .tdbanner .tdbannergrid .tdbanners-container.tdbanner-2 {
    width: 65.5%;
  }
}

@media (max-width: 767px) {
  .tdbanner .tdbannergrid .tdbanners-container.tdbanner-2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.tdbanner .tdbannergrid .tdbanners-container.tdbanner-3, .tdbanner .tdbannergrid .tdbanners-container.tdbanner-4 {
  width: 33.33%;
}

@media (max-width: 1199px) {
  .tdbanner .tdbannergrid .tdbanners-container.tdbanner-3, .tdbanner .tdbannergrid .tdbanners-container.tdbanner-4 {
    width: 33.1%;
  }
}

@media (max-width: 991px) {
  .tdbanner .tdbannergrid .tdbanners-container.tdbanner-3, .tdbanner .tdbannergrid .tdbanners-container.tdbanner-4 {
    width: 32.75%;
  }
}

@media (max-width: 767px) {
  .tdbanner .tdbannergrid .tdbanners-container.tdbanner-3, .tdbanner .tdbannergrid .tdbanners-container.tdbanner-4 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tdbanner .tdbannergrid .tdbanners-container:last-child {
    /* max 767 */
    margin-bottom: 0;
  }
}

.tdbanner .tdbannergrid .tdbanners-container:hover .banner-main:before {
  animation: 1.3s ease 0s normal none 1 running shine;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}

#header {
  background: #FFF;
  position: relative;
}

#header .header-nav {
  background-color: #f5f5f5;
}

#header .header-nav .left-nav {
  float: left;
}

@media (max-width: 543px) {
  #header .header-nav .left-nav {
    float: none;
    text-align: center;
  }
}

#header .header-nav .left-nav > div {
  display: inline-block;
  vertical-align: middle;
}

[dir="rtl"] #header .header-nav .left-nav {
  float: right;
}

@media (max-width: 543px) {
  [dir="rtl"] #header .header-nav .left-nav {
    float: none;
  }
}

#header .header-nav .left-nav .user-wrapper {
  display: inline-block;
  vertical-align: middle;
}

#header .header-nav .left-nav .language-selector, #header .header-nav .left-nav .currency-selector, #header .header-nav .left-nav .user-info .user-info-inner {
  padding: 12px 10px 13px 0;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 543px) {
  #header .header-nav .left-nav .language-selector, #header .header-nav .left-nav .currency-selector, #header .header-nav .left-nav .user-info .user-info-inner {
    padding: 5px;
  }
}

#header .header-nav .left-nav .language-selector .current, #header .header-nav .left-nav .currency-selector .current, #header .header-nav .left-nav .user-info .user-info-inner .current {
  cursor: pointer;
  color: #474747;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

#header .header-nav .left-nav .language-selector .current:after, #header .header-nav .left-nav .currency-selector .current:after, #header .header-nav .left-nav .user-info .user-info-inner .current:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 16px;
  vertical-align: -2px;
  margin: 0 2px;
}

#header .header-nav .left-nav .language-selector .current.active:after, #header .header-nav .left-nav .currency-selector .current.active:after, #header .header-nav .left-nav .user-info .user-info-inner .current.active:after {
  content: "\f106";
  vertical-align: -1px;
}

#header .header-nav .left-nav .language-selector .current img, #header .header-nav .left-nav .currency-selector .current img, #header .header-nav .left-nav .user-info .user-info-inner .current img {
  margin: 0 2px 0 0;
  vertical-align: -1px;
}

@media (max-width: 543px) {
  #header .header-nav .left-nav .language-selector .current img, #header .header-nav .left-nav .currency-selector .current img, #header .header-nav .left-nav .user-info .user-info-inner .current img {
    /* max 543 */
    margin: 0;
  }
}

[dir="rtl"] #header .header-nav .left-nav .language-selector .current img, [dir="rtl"] #header .header-nav .left-nav .currency-selector .current img, [dir="rtl"] #header .header-nav .left-nav .user-info .user-info-inner .current img {
  margin: 0 0 0 2px;
}

@media (max-width: 543px) {
  [dir="rtl"] #header .header-nav .left-nav .language-selector .current img, [dir="rtl"] #header .header-nav .left-nav .currency-selector .current img, [dir="rtl"] #header .header-nav .left-nav .user-info .user-info-inner .current img {
    /* max 543 */
    margin: 0;
  }
}

#header .header-nav .left-nav .language-selector .current .ti-user, #header .header-nav .left-nav .currency-selector .current .ti-user, #header .header-nav .left-nav .user-info .user-info-inner .current .ti-user {
  font-size: 12px;
  margin: 0 2px 0 0;
}

@media (max-width: 543px) {
  #header .header-nav .left-nav .language-selector .current .ti-user, #header .header-nav .left-nav .currency-selector .current .ti-user, #header .header-nav .left-nav .user-info .user-info-inner .current .ti-user {
    /* max 543 */
    margin: 0;
  }
}

[dir="rtl"] #header .header-nav .left-nav .language-selector .current .ti-user, [dir="rtl"] #header .header-nav .left-nav .currency-selector .current .ti-user, [dir="rtl"] #header .header-nav .left-nav .user-info .user-info-inner .current .ti-user {
  margin: 0 0 0 2px;
}

@media (max-width: 543px) {
  [dir="rtl"] #header .header-nav .left-nav .language-selector .current .ti-user, [dir="rtl"] #header .header-nav .left-nav .currency-selector .current .ti-user, [dir="rtl"] #header .header-nav .left-nav .user-info .user-info-inner .current .ti-user {
    /* max 543 */
    margin: 0;
  }
}

#header .header-nav .left-nav .language-selector .toogle_content, #header .header-nav .left-nav .currency-selector .toogle_content, #header .header-nav .left-nav .user-info .user-info-inner .toogle_content {
  background: #ffffff;
  border: 1px solid rgba(102, 102, 102, 0.2);
  display: none;
  padding: 10px;
  left: 0;
  top: 100%;
  position: absolute;
  min-width: 160px;
  margin: 0;
  right: auto;
  text-align: left;
  border-radius: 0;
  z-index: 1000;
}

#header .header-nav .left-nav .language-selector .toogle_content li.current-active .btn-link, #header .header-nav .left-nav .currency-selector .toogle_content li.current-active .btn-link, #header .header-nav .left-nav .user-info .user-info-inner .toogle_content li.current-active .btn-link {
  color: #1273c5;
}

#header .header-nav .left-nav .language-selector .toogle_content li .btn-link, #header .header-nav .left-nav .currency-selector .toogle_content li .btn-link, #header .header-nav .left-nav .user-info .user-info-inner .toogle_content li .btn-link {
  color: #474747;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-align: left;
}

#header .header-nav .left-nav .language-selector .toogle_content li .btn-link img, #header .header-nav .left-nav .currency-selector .toogle_content li .btn-link img, #header .header-nav .left-nav .user-info .user-info-inner .toogle_content li .btn-link img {
  margin: 0 5px 0 0;
  vertical-align: inherit;
}

#header .header-nav .left-nav .language-selector .toogle_content li:hover .btn-link, #header .header-nav .left-nav .currency-selector .toogle_content li:hover .btn-link, #header .header-nav .left-nav .user-info .user-info-inner .toogle_content li:hover .btn-link {
  color: #1273c5;
}

#header .header-nav .left-nav .language-selector .toogle_content a, #header .header-nav .left-nav .currency-selector .toogle_content a, #header .header-nav .left-nav .user-info .user-info-inner .toogle_content a {
  padding: 3px 5px;
  font-size: 14px;
  line-height: 22px;
  color: #474747;
  display: block;
}

#header .header-nav .left-nav .language-selector .toogle_content a:hover, #header .header-nav .left-nav .currency-selector .toogle_content a:hover, #header .header-nav .left-nav .user-info .user-info-inner .toogle_content a:hover {
  color: #1273c5;
}

[dir="rtl"] #header .header-nav .left-nav .language-selector, [dir="rtl"] #header .header-nav .left-nav .currency-selector, [dir="rtl"] #header .header-nav .left-nav .user-info .user-info-inner {
  padding: 12px 0 13px 10px;
}

@media (max-width: 543px) {
  [dir="rtl"] #header .header-nav .left-nav .language-selector, [dir="rtl"] #header .header-nav .left-nav .currency-selector, [dir="rtl"] #header .header-nav .left-nav .user-info .user-info-inner {
    padding: 5px;
  }
}

[dir="rtl"] #header .header-nav .left-nav .language-selector .toogle_content, [dir="rtl"] #header .header-nav .left-nav .currency-selector .toogle_content, [dir="rtl"] #header .header-nav .left-nav .user-info .user-info-inner .toogle_content {
  right: 0;
  left: auto;
  text-align: right;
}

[dir="rtl"] #header .header-nav .left-nav .language-selector .toogle_content li .btn-link, [dir="rtl"] #header .header-nav .left-nav .currency-selector .toogle_content li .btn-link, [dir="rtl"] #header .header-nav .left-nav .user-info .user-info-inner .toogle_content li .btn-link {
  text-align: right;
}

[dir="rtl"] #header .header-nav .left-nav .language-selector .toogle_content li .btn-link img, [dir="rtl"] #header .header-nav .left-nav .currency-selector .toogle_content li .btn-link img, [dir="rtl"] #header .header-nav .left-nav .user-info .user-info-inner .toogle_content li .btn-link img {
  margin: 0 0 0 5px;
}

@media (max-width: 543px) {
  #header .header-nav .left-nav .user-info .user-info-inner .toogle_content {
    right: 0;
    left: auto;
  }
  [dir="rtl"] #header .header-nav .left-nav .user-info .user-info-inner .toogle_content {
    left: 0;
    right: auto;
  }
}

#header .header-nav .left-nav .user-info .user-info-inner .toogle_content li .btn-link {
  line-height: 24px;
}

#header .header-nav .left-nav .user-info .user-info-inner .toogle_content a {
  line-height: 24px;
}

#header .header-nav .right-nav {
  float: right;
  text-align: right;
}

@media (max-width: 543px) {
  #header .header-nav .right-nav {
    float: none;
    text-align: center;
  }
}

#header .header-nav .right-nav > div {
  display: inline-block;
  vertical-align: middle;
}

[dir="rtl"] #header .header-nav .right-nav {
  float: left;
  text-align: left;
}

@media (max-width: 543px) {
  [dir="rtl"] #header .header-nav .right-nav {
    float: none;
    text-align: center;
  }
}

@media (min-width: 992px) {
  #header .header-nav .right-nav .blockcart {
    float: right;
    padding: 5px 0;
    position: relative;
  }
  [dir="rtl"] #header .header-nav .right-nav .blockcart {
    float: left;
  }
  #header .header-nav .right-nav .blockcart .current {
    width: 40px;
    height: 40px;
    background: url(../image/cart.png) no-repeat center center;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    position: relative;
    padding: 0;
    vertical-align: middle;
  }
  #header .header-nav .right-nav .blockcart .current #cart-total {
    background: #1273c5;
    color: #ffffff;
    border-radius: 50px;
    bottom: 20px;
    font-size: 10px;
    font-weight: 700;
    height: 15px;
    line-height: 10px;
    padding: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 15px;
  }
  [dir="rtl"] #header .header-nav .right-nav .blockcart .current #cart-total {
    left: 0;
    right: auto;
  }
  #header .header-nav .right-nav .blockcart .toogle_content {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    display: none;
    left: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50px;
    width: 340px;
    z-index: 10;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  #header .header-nav .right-nav .blockcart .toogle_content {
    /* max 991 */
    top: 55px;
  }
}

@media (min-width: 992px) and (max-width: 543px) {
  #header .header-nav .right-nav .blockcart .toogle_content {
    /* max 543 */
    width: 290px;
  }
}

@media (min-width: 992px) {
  [dir="rtl"] #header .header-nav .right-nav .blockcart .toogle_content {
    left: 0;
    right: auto;
  }
  #header .header-nav .right-nav .blockcart .toogle_content > li {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
  }
  [dir="rtl"] #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info {
    text-align: right;
  }
  #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .cart-images {
    float: left;
    margin-right: 10px;
  }
  [dir="rtl"] #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .cart-images {
    float: right;
    margin-left: 10px;
    margin-right: 0;
  }
  #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .cart-images img {
    max-width: 100px;
  }
  #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .cart-content {
    overflow: hidden;
    padding-right: 20px;
    position: relative;
  }
  [dir="rtl"] #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .cart-content {
    padding-left: 20px;
    padding-right: 0;
  }
  #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .cart-content .product-name, #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .cart-content .price {
    margin-bottom: 10px;
  }
  #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .remove_link {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  [dir="rtl"] #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .remove_link {
    left: 10px;
    right: auto;
  }
  #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .remove_link .remove-from-cart {
    background: none;
    border: none;
    padding: 0;
  }
  #header .header-nav .right-nav .blockcart .toogle_content > li .cart-info .remove_link .remove-from-cart i {
    font-size: 18px;
  }
  #header .header-nav .right-nav .blockcart .toogle_content > li p {
    padding: 15px;
    margin: 0;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-prices {
    padding: 10px 15px;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-prices .price {
    display: inline-block;
    width: 100%;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-prices .price .label {
    color: #474747;
    float: left;
    font-weight: 700;
  }
  [dir="rtl"] #header .header-nav .right-nav .blockcart .toogle_content .cart-prices .price .label {
    float: right;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-prices .price .value {
    float: right;
  }
  [dir="rtl"] #header .header-nav .right-nav .blockcart .toogle_content .cart-prices .price .value {
    float: left;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-buttons {
    display: inline-block;
    padding: 0 15px 10px;
    vertical-align: middle;
    width: 100%;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-buttons a {
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    padding: 8px 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-buttons a i {
    font-size: 16px;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-buttons a.view-cart {
    float: left;
    border-color: 1px solid #1273c5;
    white-space: normal;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
    -webkit-background-size: 204px 1px;
    background-position: 50% 50%;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-buttons a.view-cart:hover {
    color: #b0dfcc;
    background-size: 3px 1px;
  }
  [dir="rtl"] #header .header-nav .right-nav .blockcart .toogle_content .cart-buttons a.view-cart {
    float: right;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-buttons a.checkout-btn {
    float: right;
    border-color: 1px solid #1273c5;
    white-space: normal;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
    -webkit-background-size: 204px 1px;
    background-position: 50% 50%;
  }
  #header .header-nav .right-nav .blockcart .toogle_content .cart-buttons a.checkout-btn:hover {
    color: #b0dfcc;
    background-size: 3px 1px;
  }
  [dir="rtl"] #header .header-nav .right-nav .blockcart .toogle_content .cart-buttons a.checkout-btn {
    float: left;
  }
}

#header .header-top {
  text-align: center;
}

#header .header-top .container {
  padding: 30px 15px;
}

#header .header-top .left-top {
  padding: 0;
}

#header .header-top .left-top .conatct_content {
  float: left;
  padding: 7px 0 7px 50px;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #header .header-top .left-top .conatct_content {
    padding: 5px 0 5px 40px;
  }
}

@media (min-width: 360px) and (max-width: 543px)  {
  #header .header-top .left-top .conatct_content .tdcontact-title {
    font-size:13px !important;
  }
  #header .header-top .left-top .conatct_content .tdcontact-phone{
    font-size:12px !important;  
  }
  #header .header-top .left-top .conatct_content::before{
     display:none!important;

  }
  #header .header-top .left-top .conatct_content{
      padding: 5px 0 5px 5px!important;
  }
  #header .header-top .right-top .mail_content{
      padding: 5px 0 5px 5px!important;
  }
  #header .header-top .right-top .mail_content .tdemail-title{
      font-size:13px !important;
  }
  #header .header-top .right-top .mail_content .tdemail-phone{
      font-size:12px !important;
  }
  #header .header-top .right-top .mail_content::before{
      display:none!important;
  }
  .clients img{
      margin:5% 0!important;
  }
}

[dir="rtl"] #header .header-top .left-top .conatct_content {
  float: right;
  padding: 7px 50px 7px 0;
  text-align: right;
}

@media (max-width: 991px) {
  [dir="rtl"] #header .header-top .left-top .conatct_content {
    padding: 5px 50px 5px 0;
  }
}

@media (max-width: 543px) {
  [dir="rtl"] #header .header-top .left-top .conatct_content {
    padding: 0;
  }
}

#header .header-top .left-top .conatct_content:before {
  background: url(../image/contact.png) no-repeat scroll 0 center transparent;
  position: absolute;
  content: "";
  width: 40px;
  height: 50px;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[dir="rtl"] #header .header-top .left-top .conatct_content:before {
  right: 0;
  left: auto;
}

#header .header-top .left-top .conatct_content .tdcontact-title {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  line-height: normal;
  font-weight: 700;
  color: #b82437;
  display: inline-block;
  text-transform: capitalize;
}

#header .header-top .left-top .conatct_content .tdcontact-phone {
  font-family: "PT Sans", sans-serif;
  color: #474747;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[dir="rtl"] #header .header-top .left-top .conatct_content .tdcontact-phone {
  text-align: right;
}

#header .header-top .left-top .conatct_content:hover:before {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

#header .header-top .left-top .conatct_content:hover .tdcontact-phone {
  color: #1273c5;
}

#header .header-top #header_logo {
  text-align: center;
}

#header .header-top #header_logo a {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0;
}
@media (min-width: 540px) {
    .clients img{
        margin:5% 0!important;
    }
  
}

@media (max-width: 543px) {
  #header .header-top #header_logo a img {
    max-height: 500px;
  }
}

#header .header-top .right-top {
  text-align: right;
  padding: 0;
}

[dir="rtl"] #header .header-top .right-top {
  float: left;
}

[dir="rtl"] #header .header-top .right-top .mail_content {
  float: left;
  padding: 7px 50px 7px 0;
  text-align: right;
}

@media (max-width: 991px) {
  [dir="rtl"] #header .header-top .right-top .mail_content {
    padding: 5px 50px 5px 0;
  }
}

@media (max-width: 543px) {
  [dir="rtl"] #header .header-top .right-top .mail_content {
    padding: 0;
  }
}

#header .header-top .right-top .mail_content {
  float: right;
  padding: 7px 0 7px 50px;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #header .header-top .right-top .mail_content {
    padding: 5px 0 5px 40px;
  }
}

@media (max-width: 576px) {
  #header .header-top .right-top .mail_content {
    position: absolute;
right: 0;
  }
  
}

#header .header-top .right-top .mail_content:before {
  background: url(../image/mail.png) no-repeat scroll center center transparent;
  position: absolute;
  content: "";
  width: 40px;
  height: 50px;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[dir="rtl"] #header .header-top .right-top .mail_content:before {
  left: auto;
  right: 0;
}

#header .header-top .right-top .mail_content .tdemail-title {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  line-height: normal;
  font-weight: 700;
  color: #b82437;
  display: inline-block;
  text-transform: capitalize;
}

#header .header-top .right-top .mail_content .tdemail-phone {
  font-family: "PT Sans", sans-serif;
  color: #474747;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[dir="rtl"] #header .header-top .right-top .mail_content .tdemail-phone {
  text-align: right;
}

#header .header-top .right-top .mail_content:hover:before {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

#header .header-top .right-top .mail_content:hover .tdemail-phone {
  color: #1273c5;
}

#header .nav-full-width {
  background-color: #1273c5;
}

#header .nav-full-width.fixed {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  background: #1273c5;
  -webkit-animation: 0.5s linear 0s normal none 1 running fadeInDown;
  -moz-animation: 0.5s linear 0s normal none 1 running fadeInDown;
  -o-animation: 0.5s linear 0s normal none 1 running fadeInDown;
  animation: 0.5s linear 0s normal none 1 running fadeInDown;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

#header .nav-full-width .header-toggle {
  padding: 16px 0 17px;
}

#header .nav-full-width .header-toggle i {
  color: #ffffff;
}

@media (max-width: 1199px) {
  #header .nav-full-width .blockcart {
    float: right;
    padding: 10px 0;
    position: relative;
  }
  [dir="rtl"] #header .nav-full-width .blockcart {
    float: left;
  }
  #header .nav-full-width .blockcart .current {
    width: 40px;
    height: 40px;
    background: url(../image/mobile-cart.png) no-repeat center center;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    position: relative;
    padding: 0;
    vertical-align: middle;
  }
  #header .nav-full-width .blockcart .current #cart-total {
    background: #ffffff;
    color: #000000;
    border-radius: 50px;
    bottom: 20px;
    font-size: 10px;
    font-weight: 700;
    height: 15px;
    line-height: 10px;
    padding: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 15px;
  }
  [dir="rtl"] #header .nav-full-width .blockcart .current #cart-total {
    left: 0;
    right: auto;
  }
  #header .nav-full-width .blockcart .toogle_content {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    display: none;
    left: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 340px;
    z-index: 10;
  }
}

@media (max-width: 1199px) and (max-width: 543px) {
  #header .nav-full-width .blockcart .toogle_content {
    /* max 543 */
    width: 290px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] #header .nav-full-width .blockcart .toogle_content {
    left: 0;
    right: auto;
  }
  #header .nav-full-width .blockcart .toogle_content > li {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #header .nav-full-width .blockcart .toogle_content > li .cart-info {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
  }
  [dir="rtl"] #header .nav-full-width .blockcart .toogle_content > li .cart-info {
    text-align: right;
  }
  #header .nav-full-width .blockcart .toogle_content > li .cart-info .cart-images {
    float: left;
    margin-right: 10px;
  }
  [dir="rtl"] #header .nav-full-width .blockcart .toogle_content > li .cart-info .cart-images {
    float: right;
    margin-left: 10px;
    margin-right: 0;
  }
  #header .nav-full-width .blockcart .toogle_content > li .cart-info .cart-images img {
    max-width: 100px;
  }
  #header .nav-full-width .blockcart .toogle_content > li .cart-info .cart-content {
    overflow: hidden;
    padding-right: 20px;
    position: relative;
  }
  [dir="rtl"] #header .nav-full-width .blockcart .toogle_content > li .cart-info .cart-content {
    padding-left: 20px;
    padding-right: 0;
  }
  #header .nav-full-width .blockcart .toogle_content > li .cart-info .cart-content .product-name, #header .nav-full-width .blockcart .toogle_content > li .cart-info .cart-content .price {
    margin-bottom: 10px;
  }
  #header .nav-full-width .blockcart .toogle_content > li .cart-info .remove_link {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  [dir="rtl"] #header .nav-full-width .blockcart .toogle_content > li .cart-info .remove_link {
    left: 10px;
    right: auto;
  }
  #header .nav-full-width .blockcart .toogle_content > li .cart-info .remove_link .remove-from-cart {
    background: none;
    border: none;
    padding: 0;
  }
  #header .nav-full-width .blockcart .toogle_content > li .cart-info .remove_link .remove-from-cart i {
    font-size: 18px;
  }
  #header .nav-full-width .blockcart .toogle_content > li p {
    padding: 15px;
    margin: 0;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-prices {
    padding: 10px 15px;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-prices .price {
    display: inline-block;
    width: 100%;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-prices .price .label {
    color: #474747;
    float: left;
    font-weight: 700;
  }
  [dir="rtl"] #header .nav-full-width .blockcart .toogle_content .cart-prices .price .label {
    float: right;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-prices .price .value {
    float: right;
  }
  [dir="rtl"] #header .nav-full-width .blockcart .toogle_content .cart-prices .price .value {
    float: left;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-buttons {
    display: inline-block;
    padding: 0 15px 10px;
    vertical-align: middle;
    width: 100%;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-buttons a {
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    padding: 8px 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-buttons a i {
    font-size: 16px;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-buttons a.view-cart {
    float: left;
    border-color: 1px solid #1273c5;
    white-space: normal;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
    -webkit-background-size: 204px 1px;
    background-position: 50% 50%;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-buttons a.view-cart:hover {
    color: #b0dfcc;
    background-size: 3px 1px;
  }
  [dir="rtl"] #header .nav-full-width .blockcart .toogle_content .cart-buttons a.view-cart {
    float: right;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-buttons a.checkout-btn {
    float: right;
    border-color: 1px solid #1273c5;
    white-space: normal;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
    -webkit-background-size: 204px 1px;
    background-position: 50% 50%;
  }
  #header .nav-full-width .blockcart .toogle_content .cart-buttons a.checkout-btn:hover {
    color: #b0dfcc;
    background-size: 3px 1px;
  }
  [dir="rtl"] #header .nav-full-width .blockcart .toogle_content .cart-buttons a.checkout-btn {
    float: left;
  }
}

#content .homepage-heading {
  color: #333333;
  font: 700 20px/24px "PT Sans", sans-serif;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #content .homepage-heading {
    /* max 991 */
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 14px;
  }
}

#content .homepage-heading a {
  color: #1273c5;
}

.sub-heading {
  color: #666666;
  display: block;
  font: 400 14px/24px "PT Sans", sans-serif;
  margin: 0 auto 23px;
  overflow: hidden;
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
  width: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sub-heading {
    /* min 992 max 1199 */
    width: 76%;
  }
}

@media (max-width: 991px) {
  .sub-heading {
    /* max 991 */
    margin: 0 auto 18px;
    width: 100%;
  }
}

.productpage-heading {
  color: #333333;
  font: 700 20px/24px "PT Sans", sans-serif;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .productpage-heading {
    /* max 991 */
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 14px;
  }
}

.productpage-heading a {
  color: #1273c5;
}

/*** Responsive part ***/
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.backtotop-img {
  position: relative;
}

.backtotop-img .backtotop.bottom {
  background: url(../image/backtobottom.png) no-repeat center center;
  bottom: 75px;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 35px;
  z-index: 99;
  overflow: hidden;
}

[dir="rtl"] .backtotop-img .backtotop.bottom {
  left: 20px;
  right: auto;
}

.backtotop.top {
  background: url(../image/backtotop.png) no-repeat center center;
  bottom: 75px;
  cursor: pointer;
  height: 35px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 35px;
  z-index: 99;
  overflow: hidden;
  display: none;
}

[dir="rtl"] .backtotop.top {
  left: 20px;
  right: auto;
}

@-webkit-keyframes slideTop {
  0% {
    bottom: -10px;
  }
  100% {
    bottom: 40px;
  }
}

@-moz-keyframes slideTop {
  0% {
    bottom: -10px;
  }
  100% {
    bottom: 40px;
  }
}

@-ms-keyframes slideTop {
  0% {
    bottom: -10px;
  }
  100% {
    bottom: 40px;
  }
}

@-o-keyframes slideTop {
  0% {
    bottom: -10px;
  }
  100% {
    bottom: 40px;
  }
}

@keyframes slideTop {
  0% {
    bottom: -10px;
  }
  100% {
    bottom: 40px;
  }
}

#left-column .block, #right-column .block {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

#left-column .block h4.title_block, #right-column .block h4.title_block {
  font: 700 16px/20px "PT Sans", sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 15px 0;
  cursor: pointer;
}

@media (max-width: 991px) {
  #left-column .block h4.title_block, #right-column .block h4.title_block {
    /* max 991 */
    position: relative;
    cursor: pointer;
    margin: 0;
  }
  #left-column .block h4.title_block:after, #right-column .block h4.title_block:after {
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
  }
  [dir="rtl"] #left-column .block h4.title_block:after, [dir="rtl"] #right-column .block h4.title_block:after {
    left: 0;
    right: auto;
  }
  #left-column .block h4.title_block.active:after, #right-column .block h4.title_block.active:after {
    content: "\f106";
  }
}

#left-column .block h4.title_block a, #right-column .block h4.title_block a {
  color: #1273c5;
  font: 16px/20px "PT Sans", sans-serif;
}

#left-column .block #search_filters .block_content, #right-column .block #search_filters .block_content {
  display: block !important;
}

#left-column .block .block_content, #right-column .block .block_content {
  margin: 10px 0 0;
}

#left-column .block .block_content .list-group-item, #right-column .block .block_content .list-group-item {
  border-radius: 0;
}

#left-column .block .filter-btn, #right-column .block .filter-btn {
  margin: 10px 0 0;
}

@media (max-width: 991px) {
  #left-column .block .filter-btn .btn, #right-column .block .filter-btn .btn {
    margin: 4px 0 30px;
  }
}

.pagination-result {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0;
  width: 100%;
}

.pagination-result .results {
  float: left;
  line-height: 32px;
}

@media (max-width: 543px) {
  .pagination-result .results {
    /* max 543 */
    float: none;
    text-align: center;
    width: 100%;
  }
}

[dir="rtl"] .pagination-result .results {
  float: right;
}

@media (max-width: 543px) {
  [dir="rtl"] .pagination-result .results {
    /* max 543 */
    float: none;
    text-align: center;
  }
}

.pagination-result .pagination_bottom {
  float: right;
}

@media (max-width: 543px) {
  .pagination-result .pagination_bottom {
    /* max 543 */
    float: none;
    text-align: center;
    width: 100%;
  }
}

[dir="rtl"] .pagination-result .pagination_bottom {
  float: left;
}

@media (max-width: 543px) {
  [dir="rtl"] .pagination-result .pagination_bottom {
    /* max 543 */
    float: none;
    text-align: center;
  }
}

.pagination-result .pagination_bottom .pagination {
  margin-bottom: 0;
}

.pagination-result .pagination_bottom .pagination li {
  background: #eeeeee;
  display: inline-block;
  height: 32px;
  margin: 0 2px;
  vertical-align: middle;
  width: 32px;
  text-align: center;
}

.pagination-result .pagination_bottom .pagination li span, .pagination-result .pagination_bottom .pagination li a {
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: 500;
  line-height: 32px;
}

.pagination-result .pagination_bottom .pagination li.active, .pagination-result .pagination_bottom .pagination li:hover {
  background: #1273c5;
}

.pagination-result .pagination_bottom .pagination li.active span, .pagination-result .pagination_bottom .pagination li.active a, .pagination-result .pagination_bottom .pagination li:hover span, .pagination-result .pagination_bottom .pagination li:hover a {
  color: #ffffff;
}

.notification {
  border: 1px solid #d0e9c6;
  background: rgba(223, 240, 216, 0.9);
  line-height: normal;
  color: #3c763d;
  padding: 19px 15px 20px !important;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 10001 !important;
}

.notification a {
  color: #3c763d;
  text-decoration: underline;
}

.notification a:hover {
  text-decoration: underline;
}

.notification .close {
  color: #3c763d;
  opacity: 1;
  right: 15px !important;
  top: 19px !important;
}

[dir="rtl"] .notification .close {
  left: 15px !important;
  right: auto !important;
}

.danger-notification {
  border: 1px solid #ebcccc;
  background: rgba(242, 222, 222, 0.9);
  color: #a94442;
  line-height: normal;
  padding: 19px 15px 20px !important;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 10001 !important;
}

.danger-notification a {
  color: #a94442;
  text-decoration: underline;
}

.danger-notification a:hover {
  text-decoration: underline;
}

.danger-notification .close {
  color: #a94442;
  opacity: 1;
  right: 15px !important;
  top: 35px !important;
}

[dir="rtl"] .danger-notification .close {
  left: 15px !important;
  right: auto !important;
}

/* footer */
#footer {
  margin-top: 20px;
  color: #ffffff;
}

.common-home #footer {
  margin-top: 0;
}

#footer a, #footer p {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#footer a {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#footer a:hover {
  color: #1273c5;
}

.tdbreadcrumb {
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.breadcrumb {
  background: transparent;
  padding: 30px 15px;
  margin-bottom: 0px;
  text-align: center;
}

.common-home .breadcrumb {
  display: none;
}

.breadcrumb .breadcrumb-title {
  float: left;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
  display: none;
  color: #1273c5;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

@media (max-width: 991px) {
  .breadcrumb .breadcrumb-title {
    /* max 991 */
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumb .breadcrumb-title {
    /* max 767 */
    font-size: 20px;
  }
}

[dir="rtl"] .breadcrumb .breadcrumb-title {
  float: right;
}

@media (max-width: 991px) {
  [dir="rtl"] .breadcrumb .breadcrumb-title {
    /* max 991 */
    text-align: center;
    float: none;
  }
}

.breadcrumb ol {
  padding-left: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .breadcrumb ol {
    /* max 991 */
    text-align: center;
    float: none;
  }
}

[dir="rtl"] .breadcrumb ol {
  padding-right: 0;
}

@media (max-width: 991px) {
  [dir="rtl"] .breadcrumb ol {
    /* max 991 */
    text-align: center;
    float: none;
  }
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li:after {
  content: "-";
  color: #5f5f5f;
  margin: 0 10px;
}

.breadcrumb li:last-child {
  color: #5f5f5f;
}

.breadcrumb li:last-child:after {
  content: "";
  margin: 0;
}

#input-captcha {
  margin-bottom: 10px;
}

.progress {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  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 .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .progress-bar.progress-bar-success {
  background-color: #3c763d;
}

.progress .progress-bar.progress-bar-danger {
  background-color: #a94442;
}

.testimonial-container {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.testimonial-container .parallax {
  background-color: #f8f8f8;
}

.testimonial-container .testimonial_inner {
  padding: 60px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-container .testimonial_inner {
    /* min 992 max 1199 */
    padding: 60px 20px;
  }
}

@media (max-width: 543px) {
  .testimonial-container .testimonial_inner {
    padding: 30px 0;
  }
}

.testimonial-container .testimonial_inner .module-title {
  display: none;
}

.testimonial-container .testimonial_inner .item {
  text-align: center;
}

.testimonial-container .testimonial_inner .item .left_block .testimonial-image {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #8dceb4;
}

@media (max-width: 767px) {
  .testimonial-container .testimonial_inner .item .left_block .testimonial-image {
    /* max 991 */
    margin-bottom: 15px;
  }
}

.testimonial-container .testimonial_inner .item .left_block .testimonial-image img {
  max-width: 100%;
  width: auto;
}

.testimonial-container .testimonial_inner .right_block {
  padding: 0;
}

@media (max-width: 1199px) {
  .testimonial-container .testimonial_inner .right_block {
    /* max 1199 */
    padding: 0 10px;
  }
}

.testimonial-container .testimonial_inner .testimonial-content {
  text-align: left;
  padding: 25px 0;
}

@media (max-width: 1199px) {
  .testimonial-container .testimonial_inner .testimonial-content {
    /* max 1199 */
    padding: 0;
  }
}

@media (max-width: 767px) {
  .testimonial-container .testimonial_inner .testimonial-content {
    /* max 991 */
    text-align: center;
    padding: 6px 0;
  }
}

[dir="rtl"] .testimonial-container .testimonial_inner .testimonial-content {
  text-align: right;
}

@media (max-width: 767px) {
  [dir="rtl"] .testimonial-container .testimonial_inner .testimonial-content {
    text-align: center;
  }
}

.testimonial-container .testimonial_inner .testimonial-content .testimonial-userinfo {
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .testimonial-container .testimonial_inner .testimonial-content .testimonial-userinfo {
    margin-bottom: 5px;
  }
}

.testimonial-container .testimonial_inner .testimonial-content .testimonial-userinfo .testimonial-name {
  color: #1273c5;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  margin-right: 10px;
  vertical-align: -1px;
}

[dir="rtl"] .testimonial-container .testimonial_inner .testimonial-content .testimonial-userinfo .testimonial-name {
  margin-left: 10px;
  margin-right: auto;
}

.testimonial-container .testimonial_inner .testimonial-content .testimonial-userinfo .testimonial-designation {
  position: relative;
  font: 400 14px/16px #1273c5;
  color: #333333;
  letter-spacing: .5px;
}

.testimonial-container .testimonial_inner .testimonial-content .testimonial-userinfo .testimonial-designation:before {
  content: "-";
  position: relative;
  left: 0;
  right: 0;
  margin: 0 2px 0 0;
}

[dir="rtl"] .testimonial-container .testimonial_inner .testimonial-content .testimonial-userinfo .testimonial-designation:before {
  margin: 0 0 0 2px;
}

.testimonial-container .testimonial_inner .testimonial-content .testimonial-text {
  font: 400 16px/28px "PT Sans", sans-serif;
  color: #333333;
  letter-spacing: .2px;
}

@media (max-width: 767px) {
  .testimonial-container .testimonial_inner .testimonial-content .testimonial-text {
    text-align: center;
  }
}

.testimonial-container .testimonial_inner .testimonial-content .testimonial-text .quote-left {
  background: transparent url(../image/right.html) no-repeat scroll 0 0;
  height: 40px;
  width: 47px;
  position: relative;
  display: inline-block;
}

[dir="rtl"] .testimonial-container .testimonial_inner .testimonial-content .testimonial-text .quote-left {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.testimonial-container .testimonial_inner .owl-carousel .owl-dots {
  top: 29%;
  display: block;
  text-align: center;
  position: absolute;
  right: 93px;
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-container .testimonial_inner .owl-carousel .owl-dots {
    /* min 992 max 1199 */
    right: 10px;
  }
}

@media (max-width: 991px) {
  .testimonial-container .testimonial_inner .owl-carousel .owl-dots {
    /* max 991 */
    position: relative;
    right: auto;
    top: auto;
  }
}

.testimonial-container .testimonial_inner .owl-carousel .owl-dots .owl-dot {
  display: block;
  margin: 12px 0;
}

@media (max-width: 991px) {
  .testimonial-container .testimonial_inner .owl-carousel .owl-dots .owl-dot {
    /* max 991 */
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px;
  }
}

[dir="rtl"] .testimonial-container .testimonial_inner .owl-carousel .owl-dots {
  right: auto;
  left: 93px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  [dir="rtl"] .testimonial-container .testimonial_inner .owl-carousel .owl-dots {
    /* min 992 max 1199 */
    left: 10px;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .testimonial-container .testimonial_inner .owl-carousel .owl-dots {
    /* max 991 */
    left: auto;
  }
}

#tdinstagram {
  position: relative;
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  #tdinstagram {
    /* max 991 */
    margin-bottom: 16px;
  }
}

#tdinstagram .tdinstagram-heading {
  background: rgba(17, 17, 17, 0.6);
  color: #ffffff;
  text-align: center;
  font: 400 14px/20px "PT Sans", sans-serif;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  letter-spacing: 0.75px;
  text-transform: capitalize;
  z-index: 2;
  max-width: 200px;
}

#tdinstagram .item {
  position: relative;
  overflow: hidden;
}

#tdinstagram .item img {
  max-width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 700ms ease-in 0s;
  -o-transition: all 700ms ease-in 0s;
  transition: all 700ms ease-in 0s;
}

#tdinstagram .item:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

#tdinstagram .item:hover .instagram_content {
  opacity: 1;
}

#tdinstagram .instagram_content {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#tdinstagram .instagram_content:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}

#tdinstagram .instagram_content .insta_caption {
  padding: 15px;
  position: absolute;
  top: 0;
}

#tdinstagram .instagram_content .insta_likecomment {
  bottom: 8px;
  position: absolute;
  right: 15px;
  left: 15px;
}

#tdinstagram .instagram_content .insta_likecomment .insta_likes {
  float: left;
}

[dir="rtl"] #tdinstagram .instagram_content .insta_likecomment .insta_likes {
  float: right;
}

#tdinstagram .instagram_content .insta_likecomment .insta_comments {
  float: right;
}

[dir="rtl"] #tdinstagram .instagram_content .insta_likecomment .insta_comments {
  float: left;
}

.block_newsletter {
  font-size: rem(14px);
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}

[dir="rtl"] .block_newsletter {
  text-align: right;
}

.block_newsletter .newsletter_content {
  padding: 0 15px 0 58px;
  background: url(../image/newsletter.png) no-repeat 0 center;
  display: inline-block;
  text-align: left;
}

@media (max-width: 767px) {
  .block_newsletter .newsletter_content {
    margin-bottom: 10px;
  }
}

[dir="rtl"] .block_newsletter .newsletter_content {
  text-align: right;
  padding: 0 58px 0 15px;
  background-position: right center;
}

.block_newsletter .newsletter_content .title-block {
  margin-bottom: 5px;
  font: 700 20px/20px "PT Sans", sans-serif;
  color: #ffffff;
}

.block_newsletter .newsletter_content .newsletter-text {
  color: #ffffff !important;
  margin: 0;
  line-height: 18px;
}

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

.block_newsletter .block_content form .newsletter {
  padding: 0;
}

.block_newsletter .block_content form .newsletter .newsletter_form_inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 753px;
  width: 100%;
}

.block_newsletter .block_content form .newsletter .input-wrapper {
  overflow: hidden;
}

.block_newsletter .block_content form .newsletter input[type=text] {
  width: 100%;
  color: #666666;
  text-align: left;
  padding: 10px;
  background: #ffffff;
  border-radius: 0;
}

[dir="rtl"] .block_newsletter .block_content form .newsletter input[type=text] {
  text-align: right;
}

.block_newsletter .block_content form .newsletter button[type=submit] {
  border: medium none;
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  float: right;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  text-transform: capitalize;
}

[dir="rtl"] .block_newsletter .block_content form .newsletter button[type=submit] {
  float: left;
  margin: 0 20px 0 0;
}

.block_newsletter .block_content form .newsletter button[type=submit]:hover {
  background: #157851;
}

.block_newsletter .block_content form .newsletter input, .block_newsletter .block_content form .newsletter button {
  height: 42px;
  vertical-align: middle;
}

.footer-container-before {
  background-color: #1273c5;
}

.footer-container {
  padding-top: 55px;
  overflow: hidden;
  background-color: #000000;
}

@media (max-width: 991px) {
  .footer-container {
    /* max 991 */
    padding-top: 35px;
  }
}

.footer-container h4.title_block {
  font: 700 18px/20px "PT Sans", sans-serif;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 0 15px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-container h4.title_block {
    /* min 992 max 1199 */
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .footer-container h4.title_block {
    /* max 991 */
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
  }
  .footer-container h4.title_block:after {
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 10px;
  }
  [dir="rtl"] .footer-container h4.title_block:after {
    left: 0;
    right: auto;
  }
  .footer-container h4.title_block.active:after {
    content: "\f106";
  }
}

.footer-container h4.title_block a {
  color: #1273c5;
  font: 500 16px/24px "PT Sans", sans-serif;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-container h4.title_block a {
    /* min 992 max 1199 */
    font-size: 14px;
    line-height: 18px;
  }
}

.footer-container h4.title_block:hover {
  color: #1273c5;
}

.footer-container ul {
  margin-bottom: 0;
}

.footer-container li {
  margin-bottom: 5px;
}

.footer-container li a {
  font-size: 16px;
  line-height: 24px;
}

.footer-container-after {
  background: #1273c5;
  background-color: #1a1a1a;
}

.footer-container-after .container {
  padding: 20px 15px;
  margin-top: 30px;
}

.footer-container-after .copyright {
  float: left;
  line-height: 24px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .footer-container-after .copyright {
    /* max 991 */
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
}

.footer-container-after .copyright a {
  color: #ffffff !important;
}

.footer-container-after .copyright:hover {
  color: #1273c5;
}

.footer-container-after .copyright:hover a {
  color: #1273c5 !important;
}

[dir="rtl"] .footer-container-after .copyright {
  float: right;
}

@media (max-width: 991px) {
  [dir="rtl"] .footer-container-after .copyright {
    /* max 991 */
    text-align: center;
    float: none;
  }
}

.footer-container-after .paiement_logo_block {
  float: right;
}

@media (max-width: 991px) {
  .footer-container-after .paiement_logo_block {
    /* max 991 */
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer-container-after .paiement_logo_block img {
  margin: 0 1px;
  width:150px;
  display:inline;
  vertical-align: middle;
}

[dir="rtl"] .footer-container-after .paiement_logo_block {
  float: left;
}

@media (max-width: 991px) {
  [dir="rtl"] .footer-container-after .paiement_logo_block {
    /* max 991 */
    text-align: center;
    float: none;
  }
}

.social-footer ul {
  margin: 0;
}

.social-footer ul li {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.social-footer ul li a {
  background: transparent;
  display: inline-block;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.social-footer ul li a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 400;
  position: relative;
  width: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.social-footer ul li span {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.social-footer ul li.facebook a:before {
  content: "\f09a";
}

.social-footer ul li.twitter a:before {
  content: "\f099";
}

.social-footer ul li.youtube a:before {
  content: "\f16a";
}

.social-footer ul li.instagram a:before {
  content: "\f16d";
}

.social-footer ul li:hover.facebook a:before, .social-footer ul li:hover.twitter a:before, .social-footer ul li:hover.youtube a:before, .social-footer ul li:hover.instagram a:before {
  color: #1273c5;
}

.social-footer ul li:hover span {
  color: #1273c5;
}

[dir="rtl"] .social-footer ul li {
  text-align: right;
}

[dir="rtl"] .social-footer ul li a:before {
  margin: 0 0 0 5px;
}

/* product list */
.product-layout .product-thumb {
  margin: 10px auto 15px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 543px) {
  .product-layout .product-thumb {
    /* max 543 */
    max-width: 370px;
  }
}

.product-layout .product-thumb .thumbnail-container {
  position: relative;
}

.product-layout .product-thumb .thumbnail-container .image {
  position: relative;
  overflow: hidden;
}

.product-layout .product-thumb .thumbnail-container .product-thumbnail {
  display: block;
  text-align: center;
  position: relative;
}

.product-layout .product-thumb .thumbnail-container .product-thumbnail img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.product-layout .product-thumb .thumbnail-container .product-thumbnail img.img_1 {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.product-layout .product-thumb .price-left {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.product-layout .product-thumb .price-left span {
  color: #333333;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

[dir="rtl"] .product-layout .product-thumb .price-left {
  right: auto;
  left: 10px;
}

.product-layout .product-thumb .button-container {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}

.product-layout .product-thumb .button-container > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #1273c5;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

@media (max-width: 767px) {
  .product-layout .product-thumb .button-container > div {
    /* max 767 */
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.product-layout .product-thumb .button-container > div:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.product-layout .product-thumb .button-container > div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.product-layout .product-thumb .button-container > div:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.product-layout .product-thumb .button-container > div:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.product-layout .product-thumb .button-container .btn-primary, .product-layout .product-thumb .button-container .btn-secondary, .product-layout .product-thumb .button-container .btn-tertiary {
  background-color: #1273c5;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
  border: medium none;
  margin: 0;
  padding: 0;
  height: 35px;
  width: 35px;
}

.product-layout .product-thumb .button-container .btn-primary:before, .product-layout .product-thumb .button-container .btn-secondary:before, .product-layout .product-thumb .button-container .btn-tertiary:before {
  display: block;
  text-align: center;
  font-family: "FontAwesome";
  font-size: 17px;
  line-height: 35px;
  color: #ffffff;
  white-space: normal;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
  -webkit-background-size: 204px 1px;
  background-position: 50% 50%;
}

.product-layout .product-thumb .button-container .btn-primary span, .product-layout .product-thumb .button-container .btn-secondary span, .product-layout .product-thumb .button-container .btn-tertiary span {
  display: none;
}

.product-layout .product-thumb .button-container .btn-primary:hover:before, .product-layout .product-thumb .button-container .btn-secondary:hover:before, .product-layout .product-thumb .button-container .btn-tertiary:hover:before {
  color: #b0dfcc;
  background-size: 3px 1px;
}

.product-layout .product-thumb .button-container .product-add-to-cart .btn:before {
  content: "\F290";
}

.product-layout .product-thumb .button-container .quick-view-wrapper .btn:before {
  content: "\F06E";
}

.product-layout .product-thumb .button-container .compare .btn:before {
  content: "\F080";
}

.product-layout .product-thumb .button-container .wishlist .btn {
  margin: 0;
}

.product-layout .product-thumb .button-container .wishlist .btn:before {
  content: "\F004";
}

.product-layout .product-thumb .caption {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 15px;
  position: relative;
  text-align: center;
}

.product-title {
  margin-bottom: 5px;

  text-overflow: ellipsis;

}

.product-title {
  font: 400 16px/18px "PT Sans", sans-serif;
  text-decoration: none;
  text-align: center;
  color: #3c3c3c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product-layout .product-thumb .caption .cart-content {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 5px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.product-layout .product-thumb .caption .cart-content .rating {
  text-align: center;
}

.product-layout .product-thumb .caption .cart-content .rating .fa-stack {
  font-size: 13px;
}

.product-layout .product-thumb .caption .cart-content .rating .fa-stack .fa-star {
  color: #f5cb0c;
}

.product-layout .product-thumb .caption .cart-content .rating .fa-stack .fa-stack-o {
  background-color: #999;
}

.product-layout .product-thumb .caption .product-desc {
  display: none;
}

.product-layout .product-thumb .caption .price {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .product-layout .product-thumb .caption .price {
    /* max 767 */
    margin-bottom: 10px;
  }
}

.product-layout .product-thumb .caption .price > span {
  display: inline-block;
  vertical-align: middle;
}

.product-layout .product-thumb .caption .price .price-new {
  color: #333333;
  font-weight: 700;
}

.product-layout .product-thumb .caption .price .price-old {
  color: #333333;
  text-decoration: line-through;
  font-weight: 400;
}

.product-layout .product-thumb .caption .price .price-tax {
  display: none;
}

.product-layout .product-thumb:hover .image .product-thumbnail img {
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.product-layout .product-thumb:hover .image .product-thumbnail img.img_1 {
  opacity: 1;
}

.product-title  {
  color: #1273c5;
}

.product-layout .product-thumb:hover .price-left {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.product-layout .product-thumb:hover .button-container > div {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product-layout .product-thumb.style2 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 15px;
}

.product-layout .product-thumb.style2 .image {
  float: left;
  margin-right: 10px;
}

[dir="rtl"] .product-layout .product-thumb.style2 .image {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.product-layout .product-thumb.style2 .image img {
  width: 85px;
  height: auto;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.product-layout .product-thumb.style2 .image img.img_1 {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.product-layout .product-thumb.style2 .caption {
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.product-title {
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.product-layout .product-thumb.style2 .caption .rating {
  margin-bottom: 0;
}

.product-layout .product-thumb.style2 .caption .rating .fa-stack {
  font-size: 11px;
}

.product-layout .product-thumb.style2 .caption .price {
  opacity: 1;
}

[dir="rtl"] .product-layout .product-thumb.style2 .caption {
  text-align: right;
}

@media (min-width: 1200px) {
  .product-layout {
    /* min 1200 */
  }
  .product-layout.col-xl-3:nth-child(4n+1) {
    clear: both;
  }
  .product-layout.col-xl-4:nth-child(3n+1) {
    clear: both;
  }
  .product-layout.col-xl-6:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-layout {
    /* min 992 max 1199 */
  }
  .product-layout.col-lg-4:nth-child(3n+1) {
    clear: both;
  }
  .product-layout.col-lg-6:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-layout {
    /* min 768 max 991 */
  }
  .product-layout.col-md-4:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .product-layout {
    /* min 544 max 767 */
  }
  .product-layout.col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}

/* ================= List ===================== */
.product-layout.product-list .product-thumb .thumbnail-container .button-container {
  display: none;
}

.product-layout.product-list .product-thumb .caption {
  text-align: left;
}

@media (max-width: 543px) {
  .product-layout.product-list .product-thumb .caption {
    /* max 543 */
    text-align: center;
  }
}

[dir="rtl"] .product-layout.product-list .product-thumb .caption {
  text-align: right;
}

@media (max-width: 543px) {
  [dir="rtl"] .product-layout.product-list .product-thumb .caption {
    /* max 543 */
    text-align: center;
  }
}

.product-title {
  margin-bottom: 10px;
  
  text-overflow: ellipsis;
  
}

.product-title  {
  font: 400 18px/18px "PT Sans", sans-serif;
  text-decoration: none;
  text-align: center;
  color: #3c3c3c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product-layout.product-list .product-thumb .caption .rating {
  margin-bottom: 10px;
}

.product-layout.product-list .product-thumb .caption .price {
  opacity: 1;
  margin-bottom: 15px;
}

.product-layout.product-list .product-thumb .caption .product-desc {
  display: block;
  margin-bottom: 20px;
}

.product-layout.product-list .product-thumb .caption .button-container {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  text-align: left;
}

@media (max-width: 543px) {
  .product-layout.product-list .product-thumb .caption .button-container {
    text-align: center;
  }
}

[dir="rtl"] .product-layout.product-list .product-thumb .caption .button-container {
  text-align: right;
}

@media (max-width: 543px) {
  [dir="rtl"] .product-layout.product-list .product-thumb .caption .button-container {
    text-align: center;
  }
}

.product-layout.product-list .product-thumb .caption .button-container > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.product-layout.product-list .product-thumb .caption .button-container .product-add-to-cart .add-to-cart:before {
  content: "\F290";
}

.product-layout.product-list .product-thumb .caption .button-container .product-add-to-cart .select:before {
  content: "\e71a";
}

.product-layout.product-list .product-thumb .caption .button-container .product-add-to-cart .customize:before {
  content: "\e60f";
}

.product-layout.product-list .product-thumb .caption .button-container .product-add-to-cart .more:before {
  content: "\e62d";
}

.row_items .product-layout:last-child .product-thumb {
  margin-bottom: 0;
}

@media (max-width: 543px) {
  .grid.cols-xs-1 .product-layout {
    width: 100%;
    float: none;
    max-width: 370px;
    margin: 0 auto;
  }
  .grid.cols-xs-2 .product-layout {
    width: 50%;
  }
  .grid.cols-xs-2 .product-layout:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .grid.cols-sm-1 .product-layout {
    width: 100%;
  }
  .grid.cols-sm-2 .product-layout {
    width: 50%;
  }
  .grid.cols-sm-2 .product-layout:nth-child(2n+1) {
    clear: both;
  }
  .grid.cols-sm-3 .product-layout {
    width: 33.33333%;
  }
  .grid.cols-sm-3 .product-layout:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid.cols-md-1 .product-layout {
    width: 100%;
  }
  .grid.cols-md-2 .product-layout {
    width: 50%;
  }
  .grid.cols-md-2 .product-layout:nth-child(2n+1) {
    clear: both;
  }
  .grid.cols-md-3 .product-layout {
    width: 33.33333%;
  }
  .grid.cols-md-3 .product-layout:nth-child(3n+1) {
    clear: both;
  }
  .grid.cols-md-4 .product-layout {
    width: 25%;
  }
  .grid.cols-md-4 .product-layout:nth-child(4n+1) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .grid.cols-lg-1 .product-layout {
    width: 100%;
  }
  .grid.cols-lg-2 .product-layout {
    width: 50%;
  }
  .grid.cols-lg-2 .product-layout:nth-child(2n+1) {
    clear: both;
  }
  .grid.cols-lg-3 .product-layout {
    width: 33.33333%;
  }
  .grid.cols-lg-3 .product-layout:nth-child(3n+1) {
    clear: both;
  }
  .grid.cols-lg-4 .product-layout {
    width: 25%;
  }
  .grid.cols-lg-4 .product-layout:nth-child(4n+1) {
    clear: both;
  }
  .grid.cols-lg-5 .product-layout {
    width: 20%;
  }
  .grid.cols-lg-5 .product-layout:nth-child(5n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) and (max-width: 1559px) {
  .grid.cols-xl-1 .product-layout {
    width: 100%;
  }
  .grid.cols-xl-2 .product-layout {
    width: 50%;
  }
  .grid.cols-xl-2 .product-layout:nth-child(2n+1) {
    clear: both;
  }
  .grid.cols-xl-3 .product-layout {
    width: 33.33333%;
  }
  .grid.cols-xl-3 .product-layout:nth-child(3n+1) {
    clear: both;
  }
  .grid.cols-xl-4 .product-layout {
    width: 25%;
  }
  .grid.cols-xl-4 .product-layout:nth-child(4n+1) {
    clear: both;
  }
  .grid.cols-xl-5 .product-layout {
    width: 20%;
  }
  .grid.cols-xl-5 .product-layout:nth-child(5n+1) {
    clear: both;
  }
  .grid.cols-xl-6 .product-layout {
    width: 16.66667%;
  }
  .grid.cols-xl-6 .product-layout:nth-child(6n+1) {
    clear: both;
  }
}

@media (min-width: 1560px) {
  .grid.cols-xxl-1 .product-layout {
    width: 100%;
  }
  .grid.cols-xxl-2 .product-layout {
    width: 50%;
  }
  .grid.cols-xxl-2 .product-layout:nth-child(2n+1) {
    clear: both;
  }
  .grid.cols-xxl-3 .product-layout {
    width: 33.33333%;
  }
  .grid.cols-xxl-3 .product-layout:nth-child(3n+1) {
    clear: both;
  }
  .grid.cols-xxl-4 .product-layout {
    width: 25%;
  }
  .grid.cols-xxl-4 .product-layout:nth-child(4n+1) {
    clear: both;
  }
  .grid.cols-xxl-5 .product-layout {
    width: 20%;
  }
  .grid.cols-xxl-5 .product-layout:nth-child(5n+1) {
    clear: both;
  }
  .grid.cols-xxl-6 .product-layout {
    width: 16.66667%;
  }
  .grid.cols-xxl-6 .product-layout:nth-child(6n+1) {
    clear: both;
  }
}

.categories-thumb {
  margin-bottom: 20px;
}

.categories-thumb img {
  max-width: 100%;
}

.refine-title {
  margin: 0 0 15px 0;
}

.categories-list ul {
  padding: 0;
  margin: 0 0 10px 0;
}

.categories-list ul li {
  border: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
  padding: 6px 13px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[dir="rtl"] .categories-list ul li {
  margin: 0 0 10px 10px;
}

.categories-list ul li:hover {
  border-color: #1273c5;
}

.categories-list ul li:hover a {
  color: #1273c5;
}

.categories-info {
  background: #f5f5f5;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
}

.categories-info .total-products {
  padding: 2px 10px;
}

@media (max-width: 543px) {
  .categories-info .total-products {
    /* max 543 */
    padding: 0 10px 10px 10px;
  }
}

.categories-info .total-products .display {
  margin: 4px 15px 4px 0;
}

[dir="rtl"] .categories-info .total-products .display {
  margin: 4px 0 4px 15px;
}

.categories-info .total-products .compare-form {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 543px) {
  .categories-info .total-products .compare-form {
    /* max 543 */
    float: right;
  }
}

@media (max-width: 543px) {
  [dir="rtl"] .categories-info .total-products .compare-form {
    /* max 543 */
    float: left;
  }
}

.categories-info .total-products #grid-view {
  background: url("../image/grid.png") no-repeat scroll 5px 5px transparent;
}

.categories-info .total-products #grid-view:hover {
  background-position: 5px -28px;
}

.categories-info .total-products #grid-view.active {
  background-position: 5px -28px;
}

.categories-info .total-products #list-view {
  background: url("../image/grid.png") no-repeat scroll -32px 5px transparent;
}

.categories-info .total-products #list-view:hover {
  background-position: -32px -28px;
}

.categories-info .total-products #list-view.active {
  background-position: -32px -28px;
}

.categories-info .total-products button {
  border: none;
  border-radius: 0;
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  height: 28px;
  padding: 0;
  width: 28px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.categories-info .total-products button:hover {
  color: #1273c5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.categories-info .sortby .form-group, .categories-info .show .form-group {
  margin-bottom: 0;
  position: relative;
}

.categories-info .sortby .form-group:after, .categories-info .show .form-group:after {
  bottom: 0;
  content: "\f0d7";
  font-family: "FontAwesome";
  height: 40px;
  margin: auto;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 0;
  width: 10%;
  z-index: 6;
}

[dir="rtl"] .categories-info .sortby .form-group:after, [dir="rtl"] .categories-info .show .form-group:after {
  right: auto;
  left: 5px;
}

.categories-info .sortby .form-group label, .categories-info .show .form-group label {
  border-radius: 0;
  border: none;
  background: none;
  white-space: nowrap;
}

.categories-info .sortby .form-group select, .categories-info .show .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  color: #474747;
  cursor: pointer;
  line-height: normal;
  color: #666666;
  height: 40px;
  overflow: auto;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.categories-info .sortby .form-group select option, .categories-info .show .form-group select option {
  background: #f6f6f6;
  border-radius: 0;
  font-size: 14px;
  border: none;
  padding: 5px;
  text-transform: capitalize;
  width: 100%;
}

@media (max-width: 543px) {
  .categories-info .sortby {
    /* max 543 */
    padding: 0 10px 0 0;
  }
}

@media (max-width: 543px) {
  [dir="rtl"] .categories-info .sortby {
    /* max 543 */
    padding: 0 0 0 10px;
  }
}

.categories-info .show {
  padding: 0;
}

#left-column .block-categories.top-categories h4.title_block, #right-column .block-categories.top-categories h4.title_block {
  font: 700 16px/20px "PT Sans", sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 10px 0;
  cursor: pointer;
}

@media (max-width: 991px) {
  #left-column .block-categories.top-categories h4.title_block, #right-column .block-categories.top-categories h4.title_block {
    margin: 0;
  }
}

#left-column .block-categories ul, #right-column .block-categories ul {
  margin-bottom: 0;
}

#left-column .block-categories .category-top-menu li, #right-column .block-categories .category-top-menu li {
  position: relative;
}

#left-column .block-categories .category-top-menu li a, #right-column .block-categories .category-top-menu li a {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  line-height: 20px;
  font-size: 14px;
  text-transform: capitalize;
}

#left-column .block-categories .category-top-menu li .toggle-category, #right-column .block-categories .category-top-menu li .toggle-category {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  margin: 5px -5px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

#left-column .block-categories .category-top-menu li .toggle-category i, #right-column .block-categories .category-top-menu li .toggle-category i {
  font-size: 20px;
}

[dir="rtl"] #left-column .block-categories .category-top-menu li .toggle-category, [dir="rtl"] #right-column .block-categories .category-top-menu li .toggle-category {
  left: 0;
  right: auto;
}

#left-column .block-categories .category-top-menu li ul, #right-column .block-categories .category-top-menu li ul {
  display: none;
  margin: 0 0 0 15px;
}

[dir="rtl"] #left-column .block-categories .category-top-menu li ul, [dir="rtl"] #right-column .block-categories .category-top-menu li ul {
  margin: 0 15px 0 0;
}

.filter_block_content .facet-title {
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0 0 10px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

.filter_block_content .facet-item {
  margin-bottom: 10px;
}

.filter_block_content .facet-item:last-child {
  margin-bottom: 0;
}

.filter_block_content .facet-item .checkbox label {
  -moz-user-select: none;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

[dir="rtl"] .filter_block_content .facet-item .checkbox label {
  padding-right: 30px;
  padding-left: 0;
}

.filter_block_content .facet-item .checkbox label input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.filter_block_content .facet-item .checkbox label input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

.filter_block_content .facet-item .checkbox label .checkmark {
  background-color: #eeeeee;
  bottom: 0;
  height: 20px;
  left: 0;
  position: absolute;
  margin: auto;
  top: 0;
  width: 20px;
}

.filter_block_content .facet-item .checkbox label .checkmark:after {
  content: "";
  display: none;
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #333333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

[dir="rtl"] .filter_block_content .facet-item .checkbox label .checkmark {
  left: auto;
  right: 0;
}

[dir="rtl"] .filter_block_content .facet-item .checkbox label .checkmark:after {
  left: auto;
  right: 8px;
}

@media (max-width: 991px) {
  .filter-btn .btn {
    margin: 4px 0 30px;
  }
}

.table-responsive {
  margin-bottom: 20px;
}

.table-responsive .cart-detail, .table-responsive table {
  margin-bottom: 0;
}

table tbody tr .qty input[type="text"] {
  text-align: center;
}

@media (max-width: 767px) {
  table tbody tr .qty input[type="text"] {
    /* max 767 */
    display: block;
    margin-bottom: 8px;
  }
}

table tbody tr .qty .input-group-btn {
  font-size: 14px;
}

@media (max-width: 767px) {
  table tbody tr .qty .input-group-btn {
    /* max 767 */
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
  }
}

table tbody tr .qty .input-group-btn .btn-update {
  margin: 0 0 0 5px;
}

@media (max-width: 767px) {
  table tbody tr .qty .input-group-btn .btn-update {
    /* max 767 */
    margin: 0;
  }
}

[dir="rtl"] table tbody tr .qty .input-group-btn .btn-update {
  margin: 0 5px 0 0;
}

@media (max-width: 767px) {
  [dir="rtl"] table tbody tr .qty .input-group-btn .btn-update {
    /* max 767 */
    margin: 0;
  }
}

table tbody tr .qty .input-group-btn .btn-remove {
  margin: 0 0 0 2px;
}

[dir="rtl"] table tbody tr .qty .input-group-btn .btn-remove {
  margin: 0 2px 0 0;
}

.next-desc {
  margin: 0 0 10px 0;
}

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

.panel-group .panel {
  width: 100%;
}

.panel-group .panel .panel-heading .panel-title {
  background: #f5f5f5;
  border-left: 3px solid #1273c5;
  color: #1273c5;
  font: 400 14px/20px "PT Sans", sans-serif;
  padding: 10px;
  margin: 0 0 10px 0;
}

[dir="rtl"] .panel-group .panel .panel-heading .panel-title {
  border-right: 3px solid #1273c5;
  border-left: medium none;
}

.panel-group .panel .panel-heading .panel-title a i {
  float: right;
  line-height: 20px;
}

[dir="rtl"] .panel-group .panel .panel-heading .panel-title a i {
  float: left;
}

.panel-group .panel #collapse-coupon .panel-body, .panel-group .panel #collapse-voucher .panel-body, .panel-group .panel #collapse-reward .panel-body {
  background: #f5f5f5;
  padding: 15px;
  margin: 0 0 10px 0;
}

.panel-group .panel #collapse-coupon .panel-body .btn-primary, .panel-group .panel #collapse-coupon .panel-body .btn-secondary, .panel-group .panel #collapse-coupon .panel-body .btn-tertiary, .panel-group .panel #collapse-voucher .panel-body .btn-primary, .panel-group .panel #collapse-voucher .panel-body .btn-secondary, .panel-group .panel #collapse-voucher .panel-body .btn-tertiary, .panel-group .panel #collapse-reward .panel-body .btn-primary, .panel-group .panel #collapse-reward .panel-body .btn-secondary, .panel-group .panel #collapse-reward .panel-body .btn-tertiary {
  padding: 10px 12px;
}

.panel-group .panel #collapse-shipping .panel-body, .panel-group .panel #collapse-payment-address .panel-body, .panel-group .panel #collapse-shipping-address .panel-body,
.panel-group .panel #collapse-shipping-method .panel-body, .panel-group .panel #collapse-payment-method .panel-body, .panel-group .panel #collapse-checkout-confirm .panel-body {
  background: #f5f5f5;
  padding: 15px;
  margin: 0 0 10px 0;
}

.panel-group .panel #collapse-shipping .panel-body > p, .panel-group .panel #collapse-payment-address .panel-body > p, .panel-group .panel #collapse-shipping-address .panel-body > p,
.panel-group .panel #collapse-shipping-method .panel-body > p, .panel-group .panel #collapse-payment-method .panel-body > p, .panel-group .panel #collapse-checkout-confirm .panel-body > p {
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  .panel-group .panel #collapse-shipping .panel-body .form-group .shipping-tax, .panel-group .panel #collapse-shipping .panel-body .form-group .shipping-add, .panel-group .panel #collapse-payment-address .panel-body .form-group .shipping-tax, .panel-group .panel #collapse-payment-address .panel-body .form-group .shipping-add, .panel-group .panel #collapse-shipping-address .panel-body .form-group .shipping-tax, .panel-group .panel #collapse-shipping-address .panel-body .form-group .shipping-add,
  .panel-group .panel #collapse-shipping-method .panel-body .form-group .shipping-tax,
  .panel-group .panel #collapse-shipping-method .panel-body .form-group .shipping-add, .panel-group .panel #collapse-payment-method .panel-body .form-group .shipping-tax, .panel-group .panel #collapse-payment-method .panel-body .form-group .shipping-add, .panel-group .panel #collapse-checkout-confirm .panel-body .form-group .shipping-tax, .panel-group .panel #collapse-checkout-confirm .panel-body .form-group .shipping-add {
    /* min 768 */
    padding-top: 7px;
  }
}

@media (min-width: 768px) {
  .panel-group .panel #collapse-shipping .panel-body #payment-new .control-label, .panel-group .panel #collapse-payment-address .panel-body #payment-new .control-label, .panel-group .panel #collapse-shipping-address .panel-body #payment-new .control-label,
  .panel-group .panel #collapse-shipping-method .panel-body #payment-new .control-label, .panel-group .panel #collapse-payment-method .panel-body #payment-new .control-label, .panel-group .panel #collapse-checkout-confirm .panel-body #payment-new .control-label {
    /* min 768 */
    padding-top: 7px;
  }
}

.panel-group .panel #collapse-shipping .panel-body .select-category, .panel-group .panel #collapse-payment-address .panel-body .select-category, .panel-group .panel #collapse-shipping-address .panel-body .select-category,
.panel-group .panel #collapse-shipping-method .panel-body .select-category, .panel-group .panel #collapse-payment-method .panel-body .select-category, .panel-group .panel #collapse-checkout-confirm .panel-body .select-category {
  position: relative;
}

.panel-group .panel #collapse-shipping .panel-body .select-category:after, .panel-group .panel #collapse-payment-address .panel-body .select-category:after, .panel-group .panel #collapse-shipping-address .panel-body .select-category:after,
.panel-group .panel #collapse-shipping-method .panel-body .select-category:after, .panel-group .panel #collapse-payment-method .panel-body .select-category:after, .panel-group .panel #collapse-checkout-confirm .panel-body .select-category:after {
  bottom: 0;
  content: "\f0d7";
  font-family: "FontAwesome";
  height: 40px;
  line-height: 40px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  padding: 0 10px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
}

[dir="rtl"] .panel-group .panel #collapse-shipping .panel-body .select-category:after, [dir="rtl"] .panel-group .panel #collapse-payment-address .panel-body .select-category:after, [dir="rtl"] .panel-group .panel #collapse-shipping-address .panel-body .select-category:after, [dir="rtl"]
.panel-group .panel #collapse-shipping-method .panel-body .select-category:after, [dir="rtl"] .panel-group .panel #collapse-payment-method .panel-body .select-category:after, [dir="rtl"] .panel-group .panel #collapse-checkout-confirm .panel-body .select-category:after {
  right: auto;
  left: 0;
}

.panel-group .panel #collapse-shipping .panel-body #payment-existing, .panel-group .panel #collapse-shipping .panel-body #shipping-existing, .panel-group .panel #collapse-payment-address .panel-body #payment-existing, .panel-group .panel #collapse-payment-address .panel-body #shipping-existing, .panel-group .panel #collapse-shipping-address .panel-body #payment-existing, .panel-group .panel #collapse-shipping-address .panel-body #shipping-existing,
.panel-group .panel #collapse-shipping-method .panel-body #payment-existing,
.panel-group .panel #collapse-shipping-method .panel-body #shipping-existing, .panel-group .panel #collapse-payment-method .panel-body #payment-existing, .panel-group .panel #collapse-payment-method .panel-body #shipping-existing, .panel-group .panel #collapse-checkout-confirm .panel-body #payment-existing, .panel-group .panel #collapse-checkout-confirm .panel-body #shipping-existing {
  margin-bottom: 10px;
}

.panel-group .panel #collapse-shipping .panel-body #input-zone, .panel-group .panel #collapse-shipping .panel-body #input-country, .panel-group .panel #collapse-shipping .panel-body #input-payment-country,
.panel-group .panel #collapse-shipping .panel-body #input-payment-zone, .panel-group .panel #collapse-shipping .panel-body .payment-exit, .panel-group .panel #collapse-shipping .panel-body .shipping-exit,
.panel-group .panel #collapse-shipping .panel-body #input-shipping-country, .panel-group .panel #collapse-shipping .panel-body #input-shipping-zone, .panel-group .panel #collapse-payment-address .panel-body #input-zone, .panel-group .panel #collapse-payment-address .panel-body #input-country, .panel-group .panel #collapse-payment-address .panel-body #input-payment-country,
.panel-group .panel #collapse-payment-address .panel-body #input-payment-zone, .panel-group .panel #collapse-payment-address .panel-body .payment-exit, .panel-group .panel #collapse-payment-address .panel-body .shipping-exit,
.panel-group .panel #collapse-payment-address .panel-body #input-shipping-country, .panel-group .panel #collapse-payment-address .panel-body #input-shipping-zone, .panel-group .panel #collapse-shipping-address .panel-body #input-zone, .panel-group .panel #collapse-shipping-address .panel-body #input-country, .panel-group .panel #collapse-shipping-address .panel-body #input-payment-country,
.panel-group .panel #collapse-shipping-address .panel-body #input-payment-zone, .panel-group .panel #collapse-shipping-address .panel-body .payment-exit, .panel-group .panel #collapse-shipping-address .panel-body .shipping-exit,
.panel-group .panel #collapse-shipping-address .panel-body #input-shipping-country, .panel-group .panel #collapse-shipping-address .panel-body #input-shipping-zone,
.panel-group .panel #collapse-shipping-method .panel-body #input-zone,
.panel-group .panel #collapse-shipping-method .panel-body #input-country,
.panel-group .panel #collapse-shipping-method .panel-body #input-payment-country,
.panel-group .panel #collapse-shipping-method .panel-body #input-payment-zone,
.panel-group .panel #collapse-shipping-method .panel-body .payment-exit,
.panel-group .panel #collapse-shipping-method .panel-body .shipping-exit,
.panel-group .panel #collapse-shipping-method .panel-body #input-shipping-country,
.panel-group .panel #collapse-shipping-method .panel-body #input-shipping-zone, .panel-group .panel #collapse-payment-method .panel-body #input-zone, .panel-group .panel #collapse-payment-method .panel-body #input-country, .panel-group .panel #collapse-payment-method .panel-body #input-payment-country,
.panel-group .panel #collapse-payment-method .panel-body #input-payment-zone, .panel-group .panel #collapse-payment-method .panel-body .payment-exit, .panel-group .panel #collapse-payment-method .panel-body .shipping-exit,
.panel-group .panel #collapse-payment-method .panel-body #input-shipping-country, .panel-group .panel #collapse-payment-method .panel-body #input-shipping-zone, .panel-group .panel #collapse-checkout-confirm .panel-body #input-zone, .panel-group .panel #collapse-checkout-confirm .panel-body #input-country, .panel-group .panel #collapse-checkout-confirm .panel-body #input-payment-country,
.panel-group .panel #collapse-checkout-confirm .panel-body #input-payment-zone, .panel-group .panel #collapse-checkout-confirm .panel-body .payment-exit, .panel-group .panel #collapse-checkout-confirm .panel-body .shipping-exit,
.panel-group .panel #collapse-checkout-confirm .panel-body #input-shipping-country, .panel-group .panel #collapse-checkout-confirm .panel-body #input-shipping-zone {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  line-height: normal;
  overflow: auto;
  padding: 8px 30px 8px 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[dir="rtl"] .panel-group .panel #collapse-shipping .panel-body #input-zone, [dir="rtl"] .panel-group .panel #collapse-shipping .panel-body #input-country, [dir="rtl"] .panel-group .panel #collapse-shipping .panel-body #input-payment-country, [dir="rtl"]
.panel-group .panel #collapse-shipping .panel-body #input-payment-zone, [dir="rtl"] .panel-group .panel #collapse-shipping .panel-body .payment-exit, [dir="rtl"] .panel-group .panel #collapse-shipping .panel-body .shipping-exit, [dir="rtl"]
.panel-group .panel #collapse-shipping .panel-body #input-shipping-country, [dir="rtl"] .panel-group .panel #collapse-shipping .panel-body #input-shipping-zone, [dir="rtl"] .panel-group .panel #collapse-payment-address .panel-body #input-zone, [dir="rtl"] .panel-group .panel #collapse-payment-address .panel-body #input-country, [dir="rtl"] .panel-group .panel #collapse-payment-address .panel-body #input-payment-country, [dir="rtl"]
.panel-group .panel #collapse-payment-address .panel-body #input-payment-zone, [dir="rtl"] .panel-group .panel #collapse-payment-address .panel-body .payment-exit, [dir="rtl"] .panel-group .panel #collapse-payment-address .panel-body .shipping-exit, [dir="rtl"]
.panel-group .panel #collapse-payment-address .panel-body #input-shipping-country, [dir="rtl"] .panel-group .panel #collapse-payment-address .panel-body #input-shipping-zone, [dir="rtl"] .panel-group .panel #collapse-shipping-address .panel-body #input-zone, [dir="rtl"] .panel-group .panel #collapse-shipping-address .panel-body #input-country, [dir="rtl"] .panel-group .panel #collapse-shipping-address .panel-body #input-payment-country, [dir="rtl"]
.panel-group .panel #collapse-shipping-address .panel-body #input-payment-zone, [dir="rtl"] .panel-group .panel #collapse-shipping-address .panel-body .payment-exit, [dir="rtl"] .panel-group .panel #collapse-shipping-address .panel-body .shipping-exit, [dir="rtl"]
.panel-group .panel #collapse-shipping-address .panel-body #input-shipping-country, [dir="rtl"] .panel-group .panel #collapse-shipping-address .panel-body #input-shipping-zone, [dir="rtl"]
.panel-group .panel #collapse-shipping-method .panel-body #input-zone, [dir="rtl"]
.panel-group .panel #collapse-shipping-method .panel-body #input-country, [dir="rtl"]
.panel-group .panel #collapse-shipping-method .panel-body #input-payment-country, [dir="rtl"]
.panel-group .panel #collapse-shipping-method .panel-body #input-payment-zone, [dir="rtl"]
.panel-group .panel #collapse-shipping-method .panel-body .payment-exit, [dir="rtl"]
.panel-group .panel #collapse-shipping-method .panel-body .shipping-exit, [dir="rtl"]
.panel-group .panel #collapse-shipping-method .panel-body #input-shipping-country, [dir="rtl"]
.panel-group .panel #collapse-shipping-method .panel-body #input-shipping-zone, [dir="rtl"] .panel-group .panel #collapse-payment-method .panel-body #input-zone, [dir="rtl"] .panel-group .panel #collapse-payment-method .panel-body #input-country, [dir="rtl"] .panel-group .panel #collapse-payment-method .panel-body #input-payment-country, [dir="rtl"]
.panel-group .panel #collapse-payment-method .panel-body #input-payment-zone, [dir="rtl"] .panel-group .panel #collapse-payment-method .panel-body .payment-exit, [dir="rtl"] .panel-group .panel #collapse-payment-method .panel-body .shipping-exit, [dir="rtl"]
.panel-group .panel #collapse-payment-method .panel-body #input-shipping-country, [dir="rtl"] .panel-group .panel #collapse-payment-method .panel-body #input-shipping-zone, [dir="rtl"] .panel-group .panel #collapse-checkout-confirm .panel-body #input-zone, [dir="rtl"] .panel-group .panel #collapse-checkout-confirm .panel-body #input-country, [dir="rtl"] .panel-group .panel #collapse-checkout-confirm .panel-body #input-payment-country, [dir="rtl"]
.panel-group .panel #collapse-checkout-confirm .panel-body #input-payment-zone, [dir="rtl"] .panel-group .panel #collapse-checkout-confirm .panel-body .payment-exit, [dir="rtl"] .panel-group .panel #collapse-checkout-confirm .panel-body .shipping-exit, [dir="rtl"]
.panel-group .panel #collapse-checkout-confirm .panel-body #input-shipping-country, [dir="rtl"] .panel-group .panel #collapse-checkout-confirm .panel-body #input-shipping-zone {
  padding: 8px 8px 8px 30px;
}

.panel-group .panel #collapse-shipping .panel-body .buttons, .panel-group .panel #collapse-payment-address .panel-body .buttons, .panel-group .panel #collapse-shipping-address .panel-body .buttons,
.panel-group .panel #collapse-shipping-method .panel-body .buttons, .panel-group .panel #collapse-payment-method .panel-body .buttons, .panel-group .panel #collapse-checkout-confirm .panel-body .buttons {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.panel-group .panel #collapse-checkout-option .panel-body {
  background: #f5f5f5;
  padding: 15px;
  margin: 0 0 10px 0;
}

.panel-group .panel #collapse-checkout-option .panel-body .form-group #input-password {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .panel-group .panel #collapse-checkout-option .panel-body #button-account {
    /* max 767 */
    margin-bottom: 20px;
  }
}

.viewcart-list {
  background: #f5f5f5;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .buttons-last {
    /* max 991 */
    margin-bottom: 20px;
  }
}

.voucher-qty .form-control {
  padding: 6px 12px;
  text-align: center;
}

.voucher-qty .input-group-btn .btn, .voucher-qty .btn .btn {
  margin: 0 0 0 5px;
}

[dir="rtl"] .voucher-qty .input-group-btn .btn, [dir="rtl"] .voucher-qty .btn .btn {
  margin: 0 5px 0 0;
}

.page-content {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .page-content .form-group .control-label {
    /* min 768 */
    padding-top: 7px;
  }
}

@media (min-width: 768px) {
  .page-content .form-group .radio-lbl {
    /* min 768 */
    padding-top: 0px;
  }
}

.page-content .form-group .dropdown-menu {
  margin: 0;
  padding: 5px 10px;
}

.page-content .form-group .dropdown-menu li a {
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.page-content .form-group #input-password {
  margin-bottom: 5px;
}

.page-content .form-group .select-category {
  position: relative;
}

.page-content .form-group .select-category:after {
  bottom: 0;
  content: "\f0d7";
  font-family: "FontAwesome";
  height: 40px;
  line-height: 40px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  padding: 0 10px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
}

[dir="rtl"] .page-content .form-group .select-category:after {
  right: auto;
  left: 0;
}

.page-content .form-group #input-country, .page-content .form-group #input-zone {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  line-height: normal;
  overflow: auto;
  padding: 8px 30px 8px 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-content .form-group #input-country [dir="rtl"], .page-content .form-group #input-zone [dir="rtl"] {
  padding: 8px 8px 8px 30px;
}

@media (max-width: 767px) {
  .page-content {
    /* max 767 */
  }
  .page-content .btn-login, .page-content .btn-affiliate {
    margin-bottom: 20px;
  }
}

.page-content .pagination-result {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .page-content {
    /* max 767 */
  }
  .page-content .wlbtn {
    width: 100px;
  }
}

.page-content .wishlistcart {
  padding: 6px 11px;
}

@media (max-width: 767px) {
  .page-content .wishlistcart {
    /* max 767 */
    margin-bottom: 5px;
  }
}

.page-content .account-list {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 20px;
}

.page-content .account-list h2 {
  background: #f5f5f5;
  color: #1273c5;
  font: 400 16px/20px "PT Sans", sans-serif;
  padding: 10px;
}

.page-content .store-title {
  margin-bottom: 10px;
}

.page-content .contact-add address {
  margin-bottom: 5px;
}

#right-column .list-group {
  border: 1px solid #e5e5e5;
  padding: 10px 0;
}

#right-column .list-group .list-group-item {
  border: none;
  padding: 5px 15px;
}

#right-column .list-group .list-group-item:hover, #right-column .list-group .list-group-item:focus, #right-column .list-group .list-group-item:active {
  color: #1273c5;
}

.contact-detail-info {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 767px) {
  .contact-detail-info {
    /* max 767 */
    margin-bottom: 20px;
  }
}

.contact-detail-info .contact-location {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contact-detail-info .cotact-left {
    /* max 767 */
    margin-bottom: 20px;
  }
}

.contact-detail-info .cotact-left h3 {
  margin-bottom: 15px !important;
}

.contact-detail-info .cotact-left .table-responsive {
  margin: 0;
}

.contact-detail-info .cotact-left .table-responsive .str-img i {
  line-height: 50px;
}

.contact-detail-info .cotact-left .table-responsive th {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contact-detail-info .cotact-left .table-responsive th i {
  font-size: 18px;
}

.contact-detail-info .cotact-left .table-responsive th:hover {
  -webkit-transform: rotateY(70deg);
  -ms-transform: rotateY(70deg);
  -o-transform: rotateY(70deg);
  transform: rotateY(70deg);
}

.contact-detail-info .cotact-left .table-responsive td .btn-primary, .contact-detail-info .cotact-left .table-responsive td .btn-secondary, .contact-detail-info .cotact-left .table-responsive td .btn-tertiary {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .contact-detail-info .cotact-left .table-responsive td .btn-primary, .contact-detail-info .cotact-left .table-responsive td .btn-secondary, .contact-detail-info .cotact-left .table-responsive td .btn-tertiary {
    /* max 767 */
    margin-left: 0;
  }
}

@media (max-width: 543px) {
  .contact-detail-info .cotact-left .table-responsive td .btn-primary, .contact-detail-info .cotact-left .table-responsive td .btn-secondary, .contact-detail-info .cotact-left .table-responsive td .btn-tertiary {
    margin-top: 5px;
  }
}

[dir="rtl"] .contact-detail-info .cotact-left .table-responsive td .btn-primary, [dir="rtl"] .contact-detail-info .cotact-left .table-responsive td .btn-secondary, [dir="rtl"] .contact-detail-info .cotact-left .table-responsive td .btn-tertiary {
  margin-right: 10px;
  margin-left: 0;
}

@media (max-width: 767px) {
  [dir="rtl"] .contact-detail-info .cotact-left .table-responsive td .btn-primary, [dir="rtl"] .contact-detail-info .cotact-left .table-responsive td .btn-secondary, [dir="rtl"] .contact-detail-info .cotact-left .table-responsive td .btn-tertiary {
    /* max 767 */
    margin-right: 0;
  }
}

/* Site-map */
.simple-list {
  margin: 10px 0 6px 0;
  padding: 0;
  clear: both;
}

.simple-list li {
  padding: 0 0 7px 18px;
  position: relative;
  list-style-type: none;
}

.simple-list li:before {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  font-family: "FontAwesome";
  content: "\f111";
  font-size: .53em;
  line-height: 1em;
}

[dir="rtl"] .simple-list li {
  padding: 0 18px 7px 0;
}

[dir="rtl"] .simple-list li:before {
  left: auto;
  right: 0;
}

.simple-list ul {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
  position: relative;
  bottom: -0.8em;
}

.arrow-list > li {
  padding: 0;
  position: relative;
}

.arrow-list > li > a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.arrow-list > li:before {
  display: none;
}

.arrow-list li li:before {
  margin-right: 10px;
  font-size: 14px;
  font-family: "FontAwesome";
  display: inline-block;
  top: 5px;
  content: "\f105";
}

.about-page .about-inner {
  margin-bottom: 30px;
}

@media (max-width: 543px) {
  .about-page .about-inner {
    /* max 543 */
    margin-bottom: 20px;
  }
}

.about-page .about-inner .about-title {
  text-transform: uppercase;
  color: #333333;
}

.about-page .about-wrapper .member-container .about-img {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-page .about-wrapper .member-container .about-img:before {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  content: "";
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  cursor: pointer;
}

.about-page .about-wrapper .member-container .about-img img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.about-page .about-wrapper .member-container .socialbtn-wrapper {
  position: absolute;
  bottom: 0;
  height: 80px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.about-page .about-wrapper .member-container .socialbtn-wrapper a {
  margin: 0 5px;
  position: relative;
  color: #ffffff;
}

.about-page .about-wrapper .member-container .socialbtn-wrapper a i {
  font-size: 20px;
  line-height: normal;
}

.about-page .about-wrapper .member-container .socialbtn-wrapper a.facebook:hover {
  color: #3b5999;
}

.about-page .about-wrapper .member-container .socialbtn-wrapper a.instagram:hover {
  color: #e4405f;
}

.about-page .about-wrapper .member-container .socialbtn-wrapper a.twitter:hover {
  color: #55acee;
}

.about-page .about-wrapper .member-container .socialbtn-wrapper a.youtube:hover {
  color: #cd201f;
}

.about-page .about-wrapper .member-container .socialbtn-wrapper a.vimeo:hover {
  color: #1ab7ea;
}

.about-page .about-wrapper .member-container .about-content {
  margin-top: 5px;
}

.about-page .about-wrapper .member-container .about-content .about-text {
  text-transform: uppercase;
}

.about-page .about-wrapper .member-container .about-content .about-text.content-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: normal;
  color: #333333;
}

.about-page .about-wrapper .member-container:hover .about-img:before {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 50%;
}

.about-page .about-wrapper .member-container:hover .socialbtn-wrapper {
  opacity: 1;
}

.about-block2 {
  margin-top: 30px;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .about-block2 {
    /* max 991 */
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.about-block2 .about-left {
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .about-block2 .about-left {
    /* max 1199 */
    padding-top: 0;
  }
}

.about-block2 .about-left .service-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: normal;
}

@media (max-width: 1199px) {
  .about-block2 .about-left .service-title {
    /* max 1199 */
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-block2 .about-left .service-title {
    /* min 768 max 991 */
    margin-bottom: 20px;
  }
}

.about-block2 .about-left .about-service .service_inner.layout-1, .about-block2 .about-left .about-service .service_inner.layout-3 {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .about-block2 .about-left .about-service .service_inner.layout-1, .about-block2 .about-left .about-service .service_inner.layout-3 {
    /* max 1199 */
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .about-block2 .about-left .about-service .service_inner {
    /* max 991 */
  }
  .about-block2 .about-left .about-service .service_inner.layout-2, .about-block2 .about-left .about-service .service_inner.layout-4 {
    margin-bottom: 20px;
  }
}

.about-block2 .about-left .about-service .service_inner .service-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 9px 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-block2 .about-left .about-service .service_inner .service-icon {
    /* min 992 max 1199 */
    display: block;
    margin: 0 0 10px 0;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .about-block2 .about-left .about-service .service_inner .service-icon {
    /* min 544 max 767 */
    display: block;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 480px) {
  .about-block2 .about-left .about-service .service_inner .service-icon {
    margin: 0 5px 0 0;
  }
}

.about-block2 .about-left .about-service .service_inner .service-icon img {
  max-width: 100%;
}

[dir="rtl"] .about-block2 .about-left .about-service .service_inner .service-icon {
  margin: 0 0 0 9px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  [dir="rtl"] .about-block2 .about-left .about-service .service_inner .service-icon {
    /* min 992 max 1199 */
    margin: 0 0 10px 0;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  [dir="rtl"] .about-block2 .about-left .about-service .service_inner .service-icon {
    /* min 544 max 767 */
    margin: 0 0 10px 0;
  }
}

@media (max-width: 480px) {
  [dir="rtl"] .about-block2 .about-left .about-service .service_inner .service-icon {
    margin: 0 0 0 5px;
  }
}

.about-block2 .about-left .about-service .service_inner .service-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-block2 .about-left .about-service .service_inner .service-content {
    /* min 992 max 1199 */
    display: block;
    text-align: center;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .about-block2 .about-left .about-service .service_inner .service-content {
    /* min 544 max 767 */
    display: block;
    text-align: center;
  }
}

.about-block2 .about-left .about-service .service_inner .service-content .service-text {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .about-block2 .about-left .about-service .service_inner .service-content .service-text {
    font-size: 14px;
  }
}

[dir="rtl"] .about-block2 .about-left .about-service .service_inner .service-content {
  text-align: right;
}

@media (min-width: 992px) and (max-width: 1199px) {
  [dir="rtl"] .about-block2 .about-left .about-service .service_inner .service-content {
    /* min 992 max 1199 */
    text-align: center;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  [dir="rtl"] .about-block2 .about-left .about-service .service_inner .service-content {
    /* min 544 max 767 */
    text-align: center;
  }
}

.about-block2 .about-left .about-service .service_inner:hover .service-content .service-text {
  color: #1273c5;
}

#terms-condition ol {
  padding-left: 40px;
}

[dir="rtl"] #terms-condition ol {
  padding-right: 40px;
  padding-left: 0;
}

.cmsblock {
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .cmsblock #tdservice-carousel {
    text-align: left;
  }
}

.cmsblock #tdservice-carousel .service-wrapper .service-left {
  z-index: 2;
}

@media (max-width: 991px) {
  .cmsblock #tdservice-carousel .service-wrapper .service-left {
    margin-bottom: 20px;
  }
}

.cmsblock #tdservice-carousel .service-wrapper .service-left img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cmsblock #tdservice-carousel .service-wrapper .service-left img:hover {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -o-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.cmsblock #tdservice-carousel .service-wrapper .service-right {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .cmsblock #tdservice-carousel .service-wrapper .service-right {
    padding: 0 15px;
  }
}

[dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right {
  padding-right: 30px;
  padding-left: 0;
}

@media (max-width: 991px) {
  [dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right {
    padding: 0 15px;
  }
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .title {
  font: 600 18px/24px "PT Sans", sans-serif;
  color: #000000;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .sub-title {
  font: 700 27px/30px "PT Sans", sans-serif;
  color: #000000;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content {
  position: relative;
  background-color: #f5f5f5;
  padding: 37px 37px 37px 0;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}

[dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content {
  padding: 37px 0 37px 37px;
}

@media (max-width: 991px) {
  [dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}

[dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content:before {
  left: 100%;
  right: auto;
}

@media (max-width: 991px) {
  [dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content:before {
    width: auto;
    left: auto;
  }
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content:before {
  background-color: #f5f5f5;
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 991px) {
  .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content:before {
    width: auto;
    right: auto;
  }
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service {
  padding: 10px 0;
  width: 100%;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner {
    padding: 0;
  }
}

[dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner {
  padding-right: 15px;
  padding-left: 0;
}

@media (max-width: 991px) {
  [dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner {
    padding: 0;
  }
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-img {
  content: "";
  height: 64px;
  left: 0;
  position: relative;
  display: inline-block;
  width: 64px;
  margin: 0 15px;
  float: left;
  cursor: pointer;
  text-align: center;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-img.free-shipping {
  background: url(../image/service.png) no-repeat 10px 12px;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-img.support {
  background: url(../image/service.png) no-repeat 10px -84px;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-img.money-back {
  background: url(../image/service.png) no-repeat 10px -182px;
}

@media (max-width: 991px) {
  .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-img {
    margin: 0 15px 0 0;
  }
}

[dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-img {
  left: auto;
  right: 0;
  float: right;
}

@media (max-width: 991px) {
  [dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-img {
    margin: 0 0 0 15px;
  }
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-content {
  overflow: hidden;
  margin-top: 10px;
  text-align: left;
}

[dir="rtl"] .cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-content {
  text-align: right;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-content .service-text {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  color: #666666;
  cursor: pointer;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: .96px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner .service-content .service-description {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner:hover .service-img.free-shipping {
  background-position: -94px 12px;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner:hover .service-img.support {
  background-position: -94px -84px;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner:hover .service-img.money-back {
  background-position: -94px -182px;
}

.cmsblock #tdservice-carousel .service-wrapper .service-right .cmsblock_content .service .service_inner:hover .service-content .service-text {
  color: #1273c5;
  letter-spacing: 2px;
}

.tdfeaturecategory {
  margin-bottom: 50px;
  position: relative;
  border-radius: 100px;
  background: #1273c5;
}

@media (max-width: 991px) {
  .tdfeaturecategory {
    margin-bottom: 30px;
  }
}

.tdfeaturecategory .block_content {
  margin: 0 20px;
}

.tdfeaturecategory .block_content .featurecategory .product-layout {
  text-align: center;
  padding: 15px;
}

.tdfeaturecategory .block_content .featurecategory .product-layout a .category {
  border-radius: 4px;
  text-align: center;
}

.tdfeaturecategory .block_content .featurecategory .product-layout a .category .image {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.tdfeaturecategory .block_content .featurecategory .product-layout a .category .image img {
  max-width: 100%;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tdfeaturecategory .block_content .featurecategory .product-layout a .caption .cate-heading {
  text-align: center;
  font: 17px "PT Sans", sans-serif;
  letter-spacing: .2px;
  text-transform: capitalize;
  color: #ffffff;
}

.tdfeaturecategory .block_content .featurecategory .product-layout a .caption .cate-subheading {
  display: none;
}

.tdfeaturecategory .block_content .featurecategory .product-layout:hover a .category .image img {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.tdfeaturecategory .block_content .featurecategory .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: 35%;
  left: 0;
}

.tdfeaturecategory .block_content .featurecategory .owl-nav div {
  width: 35px;
  height: 35px;
  padding: 5px;
  font-size: 22px;
  text-align: center;
  margin: 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}

.tdfeaturecategory .block_content .featurecategory .owl-nav .owl-prev {
  left: 0;
}

.tdfeaturecategory .block_content .featurecategory .owl-nav .owl-prev i:before {
  content: "\F104";
  font-size: 22px;
  line-height: 23px;
}

[dir="rtl"] .tdfeaturecategory .block_content .featurecategory .owl-nav .owl-prev {
  right: 0;
  left: auto;
}

[dir="rtl"] .tdfeaturecategory .block_content .featurecategory .owl-nav .owl-prev i:before {
  content: "\F105";
}

.tdfeaturecategory .block_content .featurecategory .owl-nav .owl-next {
  right: 0;
}

.tdfeaturecategory .block_content .featurecategory .owl-nav .owl-next i:before {
  content: "\F105";
  font-size: 22px;
  line-height: 23px;
}

[dir="rtl"] .tdfeaturecategory .block_content .featurecategory .owl-nav .owl-next {
  left: 0;
  right: auto;
}

[dir="rtl"] .tdfeaturecategory .block_content .featurecategory .owl-nav .owl-next i:before {
  content: "\F104";
}

#tdfooterstoreinfo {
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #323131;
}

@media (max-width: 991px) {
  #tdfooterstoreinfo {
    margin-bottom: 30px;
  }
}

#tdfooterstoreinfo h4.title_block {
  display: none;
}

#tdfooterstoreinfo .storeinfo_img {
  margin-bottom: 10px;
  border-right: 1px solid #323131;
}

@media (max-width: 991px) {
  #tdfooterstoreinfo .storeinfo_img {
    text-align: center;
    border-right: none;
  }
}

[dir="rtl"] #tdfooterstoreinfo .storeinfo_img {
  border-left: 1px solid #323131;
  border-right: none;
}

@media (max-width: 991px) {
  [dir="rtl"] #tdfooterstoreinfo .storeinfo_img {
    border-left: none;
  }
}

#tdfooterstoreinfo .storeinfo-desc {
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 0;
  padding: 0 0 0 65px;
  text-align: left;
  font-size: 16px;
  word-spacing: 4px;
  letter-spacing: .5px;
}

@media (max-width: 991px) {
  #tdfooterstoreinfo .storeinfo-desc {
    text-align: center;
    padding: 0;
  }
}

[dir="rtl"] #tdfooterstoreinfo .storeinfo-desc {
  padding: 0 65px 0 0;
  text-align: right;
}

@media (max-width: 991px) {
  [dir="rtl"] #tdfooterstoreinfo .storeinfo-desc {
    text-align: center;
    padding: 0;
  }
}

@media (min-width: 992px) {
  #tdcontactinfo {
    /* min 992 */
    margin-bottom: 3px;
  }
}

#tdcontactinfo .toggle-footer {
  width: 60%;
  font-size: 16px;
}

@media (max-width: 1199px) {
  #tdcontactinfo .toggle-footer {
    width: 80%;
  }
}

#tdcontactinfo .toggle-footer .info {
  margin: 0 0 5px;
  overflow: hidden;
}

#tdcontactinfo .toggle-footer .info .icon {
  float: left;
  margin: 0 8px 0 0;
  text-align: center;
  width: 20px;
}

[dir="rtl"] #tdcontactinfo .toggle-footer .info .icon {
  float: right;
  margin: 0 0 0 8px;
}

#tdcontactinfo .toggle-footer .info .icon i {
  font-size: 16px;
  line-height: 24px;
}

#tdcontactinfo .toggle-footer .info .data {
  line-height: 24px;
  overflow: hidden;
}

.tdleftbanners-container {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.tdleftbanners-container a {
  display: block;
  position: relative;
  overflow: hidden;
}

.tdleftbanners-container a:before {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: 10px;
  content: "";
  left: 10px;
  right: 10px;
  position: absolute;
  top: 10px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 1;
}

.tdleftbanners-container a img {
  max-width: 100%;
}

.tdleftbanners-container a:hover:before {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

/* HOME PAGE */
.blogs {
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .blogs {
    /* max 991 */
    margin-bottom: 30px;
  }
}

.blogs .box-content .blogcarousel .blog-item {
  padding: 10px 15px;
  margin-bottom: 10px;
}

.blogs .box-content .blogcarousel .blog-item .blog_post {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 543px) {
  .blogs .box-content .blogcarousel .blog-item .blog_post {
    /* max 543 */
    display: block;
    max-width: 370px;
    margin: 0 auto;
  }
}

.blogs .box-content .blogcarousel .blog-item .blog_post .news_module_image_holder {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
}

.blogs .box-content .blogcarousel .blog-item .blog_post .news_module_image_holder img {
  width: 100%;
  max-width: 100%;
}

.blogs .box-content .blogcarousel .blog-item .blog_post .news_module_image_holder .blog-hover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.blogs .box-content .blogcarousel .blog-item .blog_post .news_module_image_holder .blog_date {
  display: inline-block;
  vertical-align: middle;
  font: 400 16px/16px "PT Sans", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1273c5;
  color: #ffffff;
  padding: 10px 0 10px 10px;
}

.blogs .box-content .blogcarousel .blog-item .blog_post .news_module_image_holder .blog_date:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-right: 50px solid transparent;
  border-bottom: 36px solid #1273c5;
  right: -50px;
  top: 0;
}

[dir="rtl"] .blogs .box-content .blogcarousel .blog-item .blog_post .news_module_image_holder .blog_date {
  right: 0;
  left: auto;
  padding: 10px 10px 10px 0;
}

[dir="rtl"] .blogs .box-content .blogcarousel .blog-item .blog_post .news_module_image_holder .blog_date:after {
  border-right: none;
  border-left: 50px solid transparent;
  left: -50px;
  right: auto;
}

.blogs .box-content .blogcarousel .blog-item .blog_post .blog_content {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.blogs .box-content .blogcarousel .blog-item .blog_post .blog_content .blog_inner .sds_post_title {
  margin: 0 0 10px;
  line-height: 0;
}

.blogs .box-content .blogcarousel .blog-item .blog_post .blog_content .blog_inner .sds_post_title a {
  color: #000000;
  font: 400 18px/22px "PT Sans", sans-serif;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blogs .box-content .blogcarousel .blog-item .blog_post .blog_content .blog_inner .desc {
  margin: 0;
  font: 400 16px/20px "PT Sans", sans-serif;
  text-align: justify;
}

[dir="rtl"] .blogs .box-content .blogcarousel .blog-item .blog_post .blog_content {
  text-align: right;
}

.blogs .box-content .blogcarousel .blog-item:hover .news_module_image_holder .blog-hover {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blogs .box-content .blogcarousel .blog-item:hover .blog_content .blog_inner .sds_post_title a {
  color: #1273c5;
}

/* Single Blog */
.blog-post-article {
  margin-bottom: 30px;
}

.blog-post-article .articleContent .blog-img {
  margin-bottom: 15px;
  overflow: hidden;
}

.blog-post-article .articleContent .blog-img img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.blog-post-article .articleContent .blog-img img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.blog-post-article .sdsarticleHeader {
  background: #ffffff;
}

.blog-post-article .sdsarticleHeader .title_block {
  color: #333333;
  font: 600 24px "PT Sans", sans-serif;
  text-transform: capitalize;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post-article .sdsarticleHeader .title_block:hover {
  color: #1273c5;
}

.blog-post-article .sdsarticleHeader .blog-desc {
  margin: 0 0 10px;
  text-align: justify;
  line-height: 24px;
}

.blog-post-article .sdsarticleHeader .blog-desc > p {
  margin: 0;
  font-size: 18px;
line-height: 30px;
}

/* Comment Form */
.smartblogcomments {
  color: #474747;
  border: 1px solid #e8e8e8;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 20px;
}

.smartblogcomments .block-title {
  font: 400 20px/26px "PT Sans", sans-serif;
  margin: 0 0 20px;
}

/* Comment List */
.articleComments {
  margin-bottom: 50px;
}

.articleComments .comments {
  margin-bottom: 10px;
}

.articleComments .comments .view-comment {
  margin-bottom: 15px;
}

.articleComments .comments .view-comment .user-info-wrapper {
  padding: 15px 15px 30px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.articleComments .comments .view-comment .user-info-wrapper .user_icon {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.articleComments .comments .view-comment .user-info-wrapper .user_icon i {
  float: left;
  margin: 0 15px 0 0;
  font-size: 60px;
  color: #c5c5c5;
}

[dir="rtl"] .articleComments .comments .view-comment .user-info-wrapper .user_icon i {
  float: right;
  margin: 0 0 0 15px;
}

.articleComments .comments .view-comment .user-info-wrapper .user_icon .name {
  font-size: 13px;
  font-weight: bold;
  color: #1273c5;
}

.articleComments .comments .view-comment .user-info-wrapper .comment_info {
  margin-top: 15px;
}

.articleComments .commenttitle {
  font: 600 20px/24px "PT Sans", sans-serif;
  margin: 0 0 10px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

/* Category Page */
.smartblogcat .sdsarticleCat {
  margin-bottom: 30px;
  position: relative;
}

.smartblogcat .sdsarticleCat .articleContent .blog-image {
  margin-bottom: 15px;
  overflow: hidden;
}

.smartblogcat .sdsarticleCat .articleContent .blog-image img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.smartblogcat .sdsarticleCat .articleContent .blog-image img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.smartblogcat .sdsarticleCat .sdsarticleHeader {
  margin: auto;
}

.smartblogcat .sdsarticleCat .sdsarticleHeader .title_block {
  width: 100%;
  margin-bottom: 10px;
}

.smartblogcat .sdsarticleCat .sdsarticleHeader .title_block a {
  color: #333333;
  font: 600 24px "PT Sans", sans-serif;
  padding: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.smartblogcat .sdsarticleCat .sdsarticleHeader .title_block a:hover {
  color: #1273c5;
}

.smartblogcat .sdsarticleCat .sdsarticleHeader .sdsarticle-des {
  margin: 0 0 20px;
  text-align: justify;
  line-height: 24px;
}

.blogdetail {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
}

.blogdetail > span {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  vertical-align: middle;
}

.blogdetail > span i {
  margin: 0 3px 0 0;
  width: 15px;
  text-align: center;
  vertical-align: middle;
  height: 17px;
}

[dir="rtl"] .blogdetail > span {
  margin: 0 0 0 15px;
}

[dir="rtl"] .blogdetail > span i {
  margin: 0 0 0 3px;
}

.sdsreadMore .r_more {
  display: inline-block;
  float: none;
  font: 600 14px "PT Sans", sans-serif;
  padding: 5px 15px;
  text-transform: capitalize;
}

.tdmanufacturer {
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .tdmanufacturer {
    /* max 991 */
    margin-bottom: 30px;
  }
}

.tdmanufacturer .owl-nav {
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.tdmanufacturer .owl-nav > div {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: -15px 0 0;
  background: #1273c5;
  color: #ffffff;
  border: 1px solid #1273c5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tdmanufacturer .owl-nav > div:hover {
  border-color: #000000;
  background: #000000;
}

.tdmanufacturer .owl-nav .owl-prev {
  left: -30px;
  right: auto;
  padding: 3px 10px;
}

.tdmanufacturer .owl-nav .owl-prev i {
  font-size: 18px;
}

.tdmanufacturer .owl-nav .owl-prev i:before {
  content: "\f104";
}

[dir="rtl"] .tdmanufacturer .owl-nav .owl-prev {
  right: -30px;
  left: auto;
}

[dir="rtl"] .tdmanufacturer .owl-nav .owl-prev i:before {
  content: "\f105";
}

.tdmanufacturer .owl-nav .owl-next {
  right: -30px;
  left: auto;
  padding: 3px 12px;
}

.tdmanufacturer .owl-nav .owl-next i {
  font-size: 18px;
}

.tdmanufacturer .owl-nav .owl-next i:before {
  content: "\f105";
}

[dir="rtl"] .tdmanufacturer .owl-nav .owl-next {
  left: -30px;
  right: auto;
}

[dir="rtl"] .tdmanufacturer .owl-nav .owl-next i:before {
  content: "\f104";
}

.tdmanufacturer .block_content {
  margin: 0 30px;
}

.tdmanufacturer .tdbrand .product-layout {
  padding: 0 15px;
  text-align: center;
}

.tdmanufacturer .tdbrand .product-layout .brand-image img {
  max-width: 100%;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tdmanufacturer .tdbrand .product-layout:hover .brand-image img {
  opacity: 1;
}

.manufacturer-list {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 20px;
}

.manufacturer-list .manufacturer-heading h2 {
  background: #f5f5f5;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin: 0 0 10px;
}

.owl-dots {
  text-align: center;
  margin: 20px 0 0;
}

.owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  vertical-align: middle;
}

.owl-dots .owl-dot span {
  background-color: rgba(136, 136, 136, 0.6);
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}

.owl-dots .owl-dot span:hover {
  background-color: #1273c5;
}

.owl-dots .owl-dot.active {
  border-radius: 50%;
}

.owl-dots .owl-dot.active:hover {
  background-color: #1273c5;
}

.owl-dots .owl-dot.active span {
  background-color: #1273c5;
  transform: scale3d(1.2, 1.2, 1.2);
}

.tdproductsblock .owl-nav {
  margin: 20px 0 0;
  position: relative;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .tdproductsblock .owl-nav {
    margin: 10px 0 0;
  }
}

.tdproductsblock .owl-nav .owl-prev i {
  font-size: 18px;
}

.tdproductsblock .owl-nav .owl-prev i:before {
  content: "\f104";
}

[dir="rtl"] .tdproductsblock .owl-nav .owl-prev i:before {
  content: "\f105";
}

.tdproductsblock .owl-nav .owl-next i {
  font-size: 18px;
}

.tdproductsblock .owl-nav .owl-next i:before {
  content: "\f105";
}

[dir="rtl"] .tdproductsblock .owl-nav .owl-next i:before {
  content: "\f104";
}

.tdproductsblock .owl-nav > div {
  width: 30px;
  height: 30px;
  padding: 3px;
  margin: 0 2px;
  display: inline-block;
  text-align: center;
  border: 1px solid #1273c5;
  color: #9c9c9c;
  background: #1273c5;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.tdproductsblock .owl-nav > div.disabled {
  opacity: 0.4;
}

.tdproductsblock .owl-nav > div:hover {
  border-color: #000000;
  background: #000000;
}

.mobile-header-wrapper {
  width: 350px;
  background: #FFF;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translate3d(-410px, 0, 0);
  -moz-transform: translate3d(-410px, 0, 0);
  -o-transform: translate3d(-410px, 0, 0);
  transform: translate3d(-410px, 0, 0);
  z-index: 1000;
}

@media (max-width: 991px) {
  .mobile-header-wrapper {
    /* max 991 */
    width: 270px;
  }
}

[dir="rtl"] .mobile-header-wrapper {
  left: auto;
  right: 0;
  -webkit-transform: translate3d(410px, 0, 0);
  -moz-transform: translate3d(410px, 0, 0);
  -o-transform: translate3d(410px, 0, 0);
  transform: translate3d(410px, 0, 0);
}

body.header-active .mobile-header-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mobile-header-wrapper #header-nav-close {
  background-color: #FFFFFF;
  color: #999;
  line-height: 1;
  padding: 15px;
  position: absolute;
  right: -41px;
  top: 60px;
}

[dir="rtl"] .mobile-header-wrapper #header-nav-close {
  right: auto;
  left: -41px;
}

.mobile-header-wrapper .header-collapse {
  position: fixed;
  overflow: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 15px;
}

body.header-active .mobile-header-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 999;
}

.header-toggle {
  float: left;
  padding: 15px 0;
}

[dir="rtl"] .header-toggle {
  float: right;
}

.header-toggle i {
  font-size: 24px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
}

@media (max-width: 991px) {
  /* max 991 */
  #_desktop_megamenu, #_desktop_menu {
    display: none;
  }
}

.megamenu {
  position: relative;
  z-index: 10;
  text-align: center;
}

@media (max-width: 991px) {
  .megamenu {
    text-align: left;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .megamenu {
    text-align: right;
  }
}

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

@media (min-width: 992px) {
  .megamenu {
    /* min 992 */
  }
  .megamenu .td-horizontal-menu {
    padding: 0;
  }
  .megamenu .td-horizontal-menu li {
    position: relative;
    text-align: left;
  }
  [dir="rtl"] .megamenu .td-horizontal-menu li {
    text-align: right;
  }
  .megamenu .td-horizontal-menu li a {
    position: relative;
    text-decoration: none;
  }
  .megamenu .td-horizontal-menu li.has-child:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .megamenu .td-horizontal-menu > li {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
  }
  .megamenu .td-horizontal-menu > li:hover > a {
    color: #b0dfcc;
    background-size: 3px 1px;
  }
  .megamenu .td-horizontal-menu > li > a {
    display: block;
    padding: 20px 15px;
    text-transform: capitalize;
    font: 500 18px/20px "PT Sans", sans-serif;
    color: #ffffff;
    position: relative;
    white-space: normal;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
    -webkit-background-size: 204px 1px;
    background-position: 50% 50%;
  }
  .megamenu .td-horizontal-menu .dropdown > .sub-menu {
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    left: 0;
    position: absolute;
    opacity: 0;
    top: 100%;
    margin: 0;
    background-color: #FFF;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    width: 210px;
    padding: 10px;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }
  .megamenu .td-horizontal-menu .dropdown > .sub-menu.flytoleft li.has-child .sub-menu {
    right: 100%;
    left: auto;
  }
  [dir="rtl"] .megamenu .td-horizontal-menu .dropdown > .sub-menu {
    left: auto;
    right: 0;
  }
  [dir="rtl"] .megamenu .td-horizontal-menu .dropdown > .sub-menu.flytoleft li.has-child .sub-menu {
    left: 100%;
    right: auto;
  }
  .megamenu .td-horizontal-menu .dropdown > .sub-menu li > a {
    display: block;
    font-size: 16px;
    padding: 5px;
    font-weight: 500;
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .megamenu .td-horizontal-menu .dropdown > .sub-menu li > a:hover {
    color: #1273c5;
  }
  .megamenu .td-horizontal-menu .dropdown > .sub-menu .sub-menu {
    left: 106%;
    margin-left: -1px;
    top: -10px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    opacity: 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 210px;
    padding: 10px;
  }
  [dir="rtl"] .megamenu .td-horizontal-menu .dropdown > .sub-menu .sub-menu {
    margin-left: 0;
    margin-right: -1px;
    left: auto;
    right: 106%;
  }
  .megamenu .td-horizontal-menu .dropdown > .sub-menu li.has-child > a:after {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f105";
    float: right;
  }
  [dir="rtl"] .megamenu .td-horizontal-menu .dropdown > .sub-menu li.has-child > a:after {
    float: left;
    content: "\f104";
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu {
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    left: 0;
    padding: 15px;
    position: absolute;
    opacity: 0;
    top: 100%;
    margin: 0;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    min-width: 400px;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }
  [dir="rtl"] .megamenu .td-horizontal-menu .mega > .sub-menu {
    left: auto;
    right: 0;
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 50%;
    float: left;
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding-bottom: 10px;
    color: #333333;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu > li > a:hover {
    color: #1273c5;
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu > li.banner {
    margin-bottom: 0;
    width: auto;
    display: none;
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu > li.banner a {
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu > li.banner a:hover {
    padding: 0;
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu > li .image {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu .sub-menu {
    position: relative;
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu .sub-menu li a {
    color: #333333;
    font-weight: 500;
    font-size: 13px;
    display: block;
    line-height: 16px;
    padding-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .megamenu .td-horizontal-menu .mega > .sub-menu .sub-menu li a:hover {
    color: #1273c5;
  }
}

@media (max-width: 991px) {
  .megamenu {
    /* max 991 */
  }
  .megamenu .cat-title {
    display: block;
    padding: 0 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    color: #1273c5;
    font-size: 14px;
  }
  .megamenu .cat-title:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-weight: normal;
    margin: 0 5px 0 0;
    display: inline-block;
  }
  [dir="rtl"] .megamenu .cat-title:before {
    margin: 0 0 0 5px;
  }
  .megamenu .td-horizontal-menu li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    width: auto !important;
  }
  .megamenu .td-horizontal-menu li:first-child {
    border-top: 1px solid #e5e5e5;
  }
  .megamenu .td-horizontal-menu li:last-child {
    border-bottom: medium none;
  }
  .megamenu .td-horizontal-menu li > a {
    color: #333333;
    position: relative;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    line-height: 20px;
    font-size: 13px;
    text-transform: capitalize;
  }
  .megamenu .td-horizontal-menu li:hover > a {
    color: #000000;
  }
  .megamenu .td-horizontal-menu li .toggle-submenu {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    margin: 5px -5px;
    text-align: center;
    padding: 7px;
    cursor: pointer;
  }
  [dir="rtl"] .megamenu .td-horizontal-menu li .toggle-submenu {
    left: 0;
    right: auto;
  }
  .megamenu .td-horizontal-menu li ul {
    display: none;
    margin: 0 0 0 15px;
  }
  [dir="rtl"] .megamenu .td-horizontal-menu li ul {
    margin: 0 15px 0 0;
  }
}

.tdmegamenu {
  position: relative;
  z-index: 10;
  text-align: center;
}

@media (max-width: 991px) {
  .tdmegamenu {
    text-align: left;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .tdmegamenu {
    text-align: right;
  }
}

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

@media (min-width: 992px) {
  .tdmegamenu {
    /* min 992 */
  }
  .tdmegamenu .td-horizontal-menu {
    padding: 0;
  }
  .tdmegamenu .td-horizontal-menu li {
    position: relative;
    text-align: left;
  }
  [dir="rtl"] .tdmegamenu .td-horizontal-menu li {
    text-align: right;
  }
  .tdmegamenu .td-horizontal-menu li a {
    position: relative;
    text-decoration: none;
  }
  .tdmegamenu .td-horizontal-menu li.has-child:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .tdmegamenu .td-horizontal-menu > li {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
  }
  .tdmegamenu .td-horizontal-menu > li:hover > a {
    color: #b0dfcc;
    background-size: 3px 1px;
  }
  .tdmegamenu .td-horizontal-menu > li > a {
    display: block;
    padding: 20px 15px;
    text-transform: capitalize;
    font: 500 18px/20px "PT Sans", sans-serif;
    color: #ffffff;
    position: relative;
    white-space: normal;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
    -webkit-background-size: 204px 1px;
    background-position: 50% 50%;
  }
  .tdmegamenu .td-horizontal-menu .dropdown > .sub-menu {
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    left: 0;
    position: absolute;
    opacity: 0;
    top: 100%;
    margin: 0;
    background-color: #FFF;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    width: 210px;
    padding: 10px;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }
  .tdmegamenu .td-horizontal-menu .dropdown > .sub-menu.flytoleft li.has-child .sub-menu {
    right: 100%;
    left: auto;
  }
  [dir="rtl"] .tdmegamenu .td-horizontal-menu .dropdown > .sub-menu {
    left: auto;
    right: 0;
  }
  [dir="rtl"] .tdmegamenu .td-horizontal-menu .dropdown > .sub-menu.flytoleft li.has-child .sub-menu {
    left: 100%;
    right: auto;
  }
  .tdmegamenu .td-horizontal-menu .dropdown > .sub-menu li > a {
    display: block;
    font-size: 16px;
    padding: 5px;
    font-weight: 500;
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .tdmegamenu .td-horizontal-menu .dropdown > .sub-menu li > a:hover {
    color: #1273c5;
  }
  .tdmegamenu .td-horizontal-menu .dropdown > .sub-menu .sub-menu {
    left: 106%;
    margin-left: -1px;
    top: -10px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    opacity: 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 210px;
    padding: 10px;
  }
  [dir="rtl"] .tdmegamenu .td-horizontal-menu .dropdown > .sub-menu .sub-menu {
    margin-left: 0;
    margin-right: -1px;
    left: auto;
    right: 106%;
  }
  .tdmegamenu .td-horizontal-menu .dropdown > .sub-menu li.has-child > a:after {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f105";
    float: right;
  }
  [dir="rtl"] .tdmegamenu .td-horizontal-menu .dropdown > .sub-menu li.has-child > a:after {
    float: left;
    content: "\f104";
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu {
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    left: 0;
    padding: 15px;
    position: absolute;
    opacity: 0;
    top: 100%;
    margin: 0;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    min-width: 400px;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }
  [dir="rtl"] .tdmegamenu .td-horizontal-menu .mega > .sub-menu {
    left: auto;
    right: 0;
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 50%;
    float: left;
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding-bottom: 10px;
    color: #333333;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu > li > a:hover {
    color: #1273c5;
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu > li.banner {
    margin-bottom: 0;
    width: auto;
    display: none;
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu > li.banner a {
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu > li.banner a:hover {
    padding: 0;
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu > li .image {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu .sub-menu {
    position: relative;
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu .sub-menu li a {
    color: #333333;
    font-weight: 500;
    font-size: 13px;
    display: block;
    line-height: 16px;
    padding-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .tdmegamenu .td-horizontal-menu .mega > .sub-menu .sub-menu li a:hover {
    color: #1273c5;
  }
}

@media (max-width: 991px) {
  .tdmegamenu {
    /* max 991 */
  }
  .tdmegamenu .cat-title {
    display: block;
    padding: 0 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    color: #1273c5;
    font-size: 14px;
  }
  .tdmegamenu .cat-title:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-weight: normal;
    margin: 0 5px 0 0;
    display: inline-block;
  }
  [dir="rtl"] .tdmegamenu .cat-title:before {
    margin: 0 0 0 5px;
  }
  .tdmegamenu .td-horizontal-menu li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    width: auto !important;
  }
  .tdmegamenu .td-horizontal-menu li:first-child {
    border-top: 1px solid #e5e5e5;
  }
  .tdmegamenu .td-horizontal-menu li:last-child {
    border-bottom: medium none;
  }
  .tdmegamenu .td-horizontal-menu li > a {
    color: #333333;
    position: relative;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    line-height: 20px;
    font-size: 13px;
    text-transform: capitalize;
  }
  .tdmegamenu .td-horizontal-menu li:hover > a {
    color: #000000;
  }
  .tdmegamenu .td-horizontal-menu li .toggle-submenu {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    margin: 5px -5px;
    text-align: center;
    padding: 7px;
    cursor: pointer;
  }
  [dir="rtl"] .tdmegamenu .td-horizontal-menu li .toggle-submenu {
    left: 0;
    right: auto;
  }
  .tdmegamenu .td-horizontal-menu li ul {
    display: none;
    margin: 0 0 0 15px;
  }
  [dir="rtl"] .tdmegamenu .td-horizontal-menu li ul {
    margin: 0 15px 0 0;
  }
}

.search-widget {
  float: right;
  position: relative;
  padding: 7px 10px 7px 0;
  z-index: 10;
}

[dir="rtl"] .search-widget {
  padding: 7px 0 7px 10px;
  float: left;
}

.search-widget .current {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
}

.search-widget .search-container {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  min-width: 240px;
}

.search-widget .search-container button[type=button] {
  float: right;
  border: medium none;
  border-radius: 0;
  cursor: pointer;
  color: #5f5f5f;
  padding: 0;
  height: 34px;
  background-color: transparent;
}

.search-widget .search-container button[type=button]:hover {
  color: #1273c5;
}

.search-widget .search-container button[type=button] .search {
  width: 40px;
  height: 100%;
  background: transparent url(../image/search.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
}

[dir="rtl"] .search-widget .search-container button[type=button] {
  float: left;
}

.search-widget .search-container .input-wrapper {
  overflow: hidden;
  position: relative;
}

.search-widget .search-container .input-wrapper input[type=text] {
  border: medium none;
  border-radius: 0;
  font-size: 14px;
  height: 34px;
  padding: 10px;
  color: #666666;
  width: 100%;
  background-color: transparent;
}

.search-widget .search-container .input-wrapper input[type=text]:focus {
  outline: none;
  color: #474747;
}

/* category search */
#search-by-category .search-container .categories-container {
  float: left;
  overflow: hidden;
  position: relative;
  width: 90px;
}

#search-by-category .search-container .categories-container:before {
  background: #cbcbcb none repeat scroll 0 0;
  content: "";
  height: 40px;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 1px;
}

#search-by-category .search-container .categories-container:after {
  bottom: 0;
  content: "\f107";
  font-family: "FontAwesome";
  height: 40px;
  margin: auto;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
  width: 10%;
}

#search-by-category .search-container .categories-container .search_category {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 30px 10px 10px;
  border: medium none;
  background: #f5f5f5;
  line-height: normal;
  color: #666666;
  height: 40px;
  overflow: auto;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#search-by-category .search-container .categories-container .search_category option {
  padding: 2px;
  text-transform: capitalize;
}

[dir="rtl"] #search-by-category .search-container .categories-container {
  float: right;
}

[dir="rtl"] #search-by-category .search-container .categories-container:before {
  left: 0;
  right: auto;
}

[dir="rtl"] #search-by-category .search-container .categories-container:after {
  left: 15px;
  right: auto;
}

[dir="rtl"] #search-by-category .search-container .categories-container .search_category {
  padding: 10px 10px 10px 30px;
}

#search-by-category .search-container .input-wrapper .ajax-loader-container {
  background: transparent url(../image/searchloader.gif) no-repeat scroll center center;
  bottom: 0;
  height: 30px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  z-index: 1;
}

[dir="rtl"] #search-by-category .search-container .input-wrapper .ajax-loader-container {
  right: auto;
  left: 0;
}

#search-by-category .search-ajax {
  position: relative;
}

#search-by-category .search-ajax .ajax-result-container {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  background: #FFF;
  z-index: 12;
  border: 1px solid #e5e5e5;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-msg {
  overflow-wrap: break-word;
  padding: 10px;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
  padding: 10px;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list .ajax-result-item .product-info a {
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: medium none;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
}

[dir="rtl"] #search-by-category .search-ajax .ajax-result-container .ajax-result-list .ajax-result-item .product-info a {
  text-align: right;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list .ajax-result-item .product-info a .search-image {
  float: left;
  height: auto;
  margin: 0 15px 0 0;
  max-width: 80px;
}

[dir="rtl"] #search-by-category .search-ajax .ajax-result-container .ajax-result-list .ajax-result-item .product-info a .search-image {
  float: right;
  margin: 0 0 0 15px;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list .ajax-result-item .product-info a .product-name {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list .ajax-result-item .product-info a .price {
  color: #333333;
  display: block;
  font-weight: 400;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list .ajax-result-item .product-info a .price .price-new {
  color: #333333;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list .ajax-result-item .product-info a .price .price-old {
  color: #999999;
  text-decoration: line-through;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list .ajax-result-item .product-info a .price .price-tax {
  display: none;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list .ajax-result-item .product-info a:hover .product-name {
  color: #000000;
}

@media (max-width: 543px) {
  /* max 543 */
  #input-search {
    margin-bottom: 10px;
  }
}

.select-category {
  position: relative;
}

@media (max-width: 543px) {
  .select-category {
    /* max 543 */
    margin-bottom: 10px;
  }
}

.select-category:after {
  bottom: 0;
  content: "\f0d7";
  font-family: "FontAwesome";
  height: 40px;
  line-height: 40px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  padding: 0 10px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
}

[dir="rtl"] .select-category:after {
  right: auto;
  left: 0;
}

.select-category .search-cat {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  line-height: normal;
  overflow: auto;
  padding: 8px 30px 8px 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[dir="rtl"] .select-category .search-cat {
  padding: 8px 8px 8px 30px;
}

.checkbox-inline {
  margin: 15px 0;
}

@media (max-width: 543px) {
  .checkbox-inline {
    /* max 543 */
    margin: 0 0 10px;
  }
}

#button-search {
  margin-bottom: 15px;
}

@media (max-width: 543px) {
  #button-search {
    /* max 543 */
    margin-bottom: 10px;
  }
}

.search-heading {
  margin: 0 0 20px 0;
}

@media (max-width: 543px) {
  .search-heading {
    /* max 543 */
    margin: 0 0 10px 0;
  }
}

.quickview .modal-dialog {
  width: calc(100% - 20px);
  max-width: 1024px;
}

.quickview .modal-content {
  position: relative;
  background: #FFFFFF;
}

.quickview .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  padding: 0;
  z-index: 2;
}

[dir="rtl"] .quickview .modal-content .modal-header {
  left: 10px;
  right: auto;
}

.quickview .modal-content .modal-header button.close span i {
  font-size: 22px;
}

@media (min-width: 768px) {
  .quickview .modal-content .modal-body .product-quickview .block-1 {
    /* min 768 */
  }
  .quickview .modal-content .modal-body .product-quickview .block-1.left-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
}

@media (max-width: 767px) {
  .quickview .modal-content .modal-body .product-quickview .block-1 {
    /* max 767 */
    margin-bottom: 15px;
  }
}

.quickview .modal-content .modal-body .product-quickview .block-1 .quick-inner {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .quickview .modal-content .modal-body .product-quickview .block-1 .quick-inner {
    /* max 767 */
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 543px) {
  .quickview .modal-content .modal-body .product-quickview .block-1 .quick-inner {
    /* max 543 */
    max-width: 250px;
    margin: 0 auto;
  }
}

.quickview .modal-content .modal-body .product-quickview .block-1 .quick-inner .item {
  text-align: center;
  position: relative;
  margin: 5px 0;
}

.quickview .modal-content .modal-body .product-quickview .block-1 .quick-inner .item img {
  box-shadow: 0 0 1px 2px #e5e5e5;
  background: white;
  max-width: 100%;
}

.quickview .modal-content .modal-body .product-quickview .block-1 .quick-inner .item .price-left {
  right: 25px;
}

[dir="rtl"] .quickview .modal-content .modal-body .product-quickview .block-1 .quick-inner .item .price-left {
  left: 25px;
  right: auto;
}

.quickview .modal-content .modal-body .product-quickview .block-1 .quick-inner #img-carousel.owl-carousel .owl-dots {
  bottom: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
}

@media (max-width: 331px) {
  .quickview .modal-content .modal-body .product-quickview .product-info-main .product-quantity {
    padding: 12px;
  }
}

@media (max-width: 411px) {
  .quickview .modal-content .modal-body .product-quickview .product-info-main .product-quantity .quantity {
    margin-bottom: 8px;
  }
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  left: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

.nivo-controlNav a {
  cursor: pointer;
}

.nivo-controlNav a.active {
  font-weight: bold;
}

#tdimageslider {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}

#tdimageslider .nivoSlider .nivo-directionNav a {
  font-size: 0;
  height: 40px;
  margin: 0;
  width: 40px;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
}

#tdimageslider .nivoSlider .nivo-directionNav a:after, #tdimageslider .nivoSlider .nivo-directionNav a:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
  content: "";
  height: 50%;
  left: 25%;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 3px;
}

#tdimageslider .nivoSlider .nivo-directionNav a:before {
  -webkit-transform: translateX(-50%) rotate(30deg);
  -moz-transform: translateX(-50%) rotate(30deg);
  -ms-transform: translateX(-50%) rotate(30deg);
  -o-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  transform-origin: 0 100% 0;
  -webkit-transform-origin: 0 100% 0;
  background-color: #000;
}

#tdimageslider .nivoSlider .nivo-directionNav a:after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-30deg);
  -moz-transform: translateX(-50%) rotate(-30deg);
  -ms-transform: translateX(-50%) rotate(-30deg);
  -o-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  background-color: #000;
}

#tdimageslider .nivoSlider .nivo-directionNav a:hover {
  color: #1273c5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#tdimageslider .nivoSlider .nivo-directionNav a:hover:after, #tdimageslider .nivoSlider .nivo-directionNav a:hover:before {
  background: #1273c5;
}

#tdimageslider .nivoSlider .nivo-directionNav a:hover:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

#tdimageslider .nivoSlider .nivo-directionNav a:hover:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

#tdimageslider .nivoSlider .nivo-directionNav .nivo-prevNav {
  left: -60px;
}

@media (max-width: 767px) {
  #tdimageslider .nivoSlider .nivo-directionNav .nivo-prevNav {
    /* max 767 */
    left: 25px;
  }
}

#tdimageslider .nivoSlider .nivo-directionNav .nivo-nextNav {
  right: -60px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  #tdimageslider .nivoSlider .nivo-directionNav .nivo-nextNav {
    /* max 767 */
    right: 25px;
  }
}

#tdimageslider .nivo-controlNav {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#tdimageslider .nivo-controlNav .nivo-control {
  font-size: 0;
  display: inline-block;
  margin: 0px 4px;
  width: 15px;
  height: 15px;
  background: rgba(204, 204, 204, 0.5);
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#tdimageslider .nivo-controlNav .nivo-control.active, #tdimageslider .nivo-controlNav .nivo-control:hover {
  background: #1273c5;
  border-color: #1273c5;
}

#tdimageslider .nivo-controlNav .nivo-control.active {
  cursor: default;
}

#tdimageslider:hover .nivoSlider .nivo-directionNav .nivo-prevNav {
  left: 25px;
}

#tdimageslider:hover .nivoSlider .nivo-directionNav .nivo-nextNav {
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#tdtooltip {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 100;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
}

#tdtooltip:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
}

#tdtooltip.top:after {
  border-top-color: transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.6);
  top: -20px;
  bottom: auto;
}

#tdtooltip.left:after {
  left: 10px;
  margin: 0;
}

#tdtooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.full-width > .container {
  max-width: 100% !important;
  padding: 0;
}

.full-width > .container .sub-row {
  margin: 0;
}

.full-width > .container .sub-row > div {
  padding: 0;
}

.full-width > .container > .row {
  margin: 0;
}

.full-width > .container .row > .main-col {
  padding: 0;
}

#page-loader {
  background: #fafafa url(../image/loader.gif) no-repeat scroll 50% 50%;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  line-height: 24px;
}

img, embed, object, video, iframe {
  max-width: 100%;
  height: auto;
}

img.lazy:not([data-lazyloading='1']) {
  background: #f5f5f5 url(../image/prdLoader.gif) no-repeat scroll 50% 50%;
}

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

a:hover, a:focus, a:active, a.active {
  text-decoration: none;
  outline: none !important;
}

a, button {
  outline: none !important;
}

a {
  color: #666666;
}

a:hover, a:focus, a:active, a.active {
  color: #1273c5;
}

p {
  font-size: 14px;
}

b, strong {
  font-weight: 600;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  color: #474747;
  font-weight: 600;
}

h1, .h1 {
  font-size: 1.375rem;
}

h2, .h2 {
  font-size: 1.25rem;
}

h3, .h3 {
  font-size: 1.125rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 22px;
}

h6, .h6 {
  font-size: 0.9375rem;
}

/* default font size */
.fa {
  font-size: 14px;
}

legend {
  font-size: 18px;
  padding: 10px 0px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

label {
  text-align: right;
  color: #474747;
  font-size: 14px;
  font-weight: normal;
}

.form-control {
  background: #ffffff;
  color: #666666;
  border: 1px solid #e5e5e5;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
}

.form-control:focus {
  border-color: #1273c5;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* alert */
.alert {
  padding: 15px;
  border-radius: 0;
}

.alert .close {
  right: 0;
}

[dir="rtl"] .alert .close {
  right: auto;
  left: 0;
}

.input-group .form-control:not(:last-child) {
  border-radius: 0 !important;
}

[dir="rtl"] .input-group .form-control:not(:last-child) {
  border-radius: 0 !important;
}

.input-group .form-control:focus {
  outline: none;
}

.input-group .input-group-btn > .btn {
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
  font-weight: normal;
  margin-left: 0;
  padding: 10px 16px;
  text-transform: uppercase;
}

/* buttons */
.btn-primary, .btn-secondary, .btn-tertiary {
  border: 1px solid #1273c5;
  border-radius: 0;
  color: #ffffff;
  text-transform: capitalize;
  padding: 6px 12px;
  white-space: normal;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(90deg, #159060 3px, #1273c5 1px);
  -webkit-background-size: 204px 1px;
  background-position: 50% 50%;
}

.btn-primary:hover, .btn-secondary:hover, .btn-tertiary:hover, .btn-primary:active, .btn-secondary:active, .btn-tertiary:active, .btn-primary:focus, .btn-secondary:focus, .btn-tertiary:focus, .btn-primary:disabled:hover, .btn-secondary:disabled:hover, .btn-tertiary:disabled:hover {
  color: #b0dfcc;
  background-size: 3px 1px;
  border-color: #1273c5;
}

.btn-primary i, .btn-secondary i, .btn-tertiary i {
  vertical-align: 1px;
}

.btn-tertiary {
  text-transform: capitalize;
  margin: 4px 0;
  font-weight: 400;
}
#gallery{
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count:4;
  
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
@media (max-width:1200px){
  #gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:800px){
  #gallery{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:600px){
  #gallery{
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
}  
}
.card{
  width:100%;
  height:auto;
  margin: 4% auto;
  box-shadow:-3px 5px 15px #000;
  cursor: pointer;
}
.modal-img,.model-vid{
  width:100%;
  height:auto;
}
.modal-body{
  padding:0px;
}
.margin-auto{
	margin:0 auto;
}
.clients{
	margin:5% 0;
}
.clients img{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin:5%;
padding:5%;
}
#information-contact .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: black;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.formFooter.f6{
    display:none!important;
}