/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    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; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Source Sans Pro", 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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

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 {
  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; }

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"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .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: 1070px) {
    .container {
      max-width: 1100px; } }
  @media (min-width: 1404px) {
    .container {
      max-width: 1334px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .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-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1070px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1404px) {
  .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 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    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; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.25rem; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control {
    line-height: 1.8625rem; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control {
    line-height: 3.16667rem; } }

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  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.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #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;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #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;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  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;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@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 .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    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 {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary: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; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .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; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .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; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .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; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .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-primary-outline {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
  .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #43a7fd; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #43a7fd; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
  .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
  .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #b0e1ef; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef; }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
  .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3; }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
  .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac; }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
  .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #eba5a3; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline: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.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.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: -5px; }
  .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: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.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-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  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;
  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.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  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.275rem 0.75rem;
    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.25rem;
    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:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.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: 1070px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1404px) {
  .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; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.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: 1070px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1404px) {
  .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; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

/*
Helper classes
*/
.is-source-sans {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased; }

.is-raleway {
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased; }

.is-size-15 {
  font-size: 15px; }

.is-size-16 {
  font-size: 16px; }

.is-size-18 {
  font-size: 18px; }

.is-size-22 {
  font-size: 18px; }

.is-w-10 {
  width: 10rem; }

.is-w-15 {
  width: 15rem; }

.is-uppercase {
  text-transform: uppercase; }

.is-size-24 {
  font-size: 24px; }

.is-lh-16 {
  line-height: 16px; }

.is-lh-40 {
  line-height: 40px; }

.is-square-60 {
  width: 60px;
  height: 60px; }

.is-dark-input {
  background-color: #242424;
  border: 1px solid #242424;
  color: #acabab; }

.is-centered {
  text-align: center; }

.m-l-1 {
  margin-left: 1rem; }

.m-l-4 {
  margin-left: 4rem; }

.m-b-05 {
  margin-bottom: 0.5rem; }

.semibold {
  font-weight: 600; }

.has-dark-cover {
  color: white; }

.is-inline-block {
  display: inline-block; }

.is-fixed-mobile {
  position: fixed;
  z-index: 500;
  z-index: 3000;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0; }

body {
  -webkit-font-smoothing: antialiased; }

html h1 {
  font-weight: 300; }

html h1, html h2, html h3, html h4, html h5 {
  font-weight: 300; }

html h1, html h2, html h3, html h4, html h5, html p, html span {
  color: #535555; }

html a:hover, html a:focus {
  text-decoration: none; }

html p {
  margin-bottom: 1.25rem; }

html p.larger_p {
  font-size: 1.4em;
  line-height: 1.25; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }

/* New */
@-webkit-keyframes newAni {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0); }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); } }

@keyframes newAni {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0); }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); } }

@-webkit-keyframes menuAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0) scale(1.05);
    transform: translate3d(0, 10%, 0) scale(1.05);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes menuAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0) scale(1.05);
    transform: translate3d(0, 10%, 0) scale(1.05);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.menuAnimation {
  -webkit-animation-name: menuAnimation;
  animation-name: menuAnimation; }

@-webkit-keyframes profileAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes profileAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.profileAnimation {
  -webkit-animation-name: profileAnimationprofileAnimation;
  animation-name: profileAnimation; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.footer-ul {
  padding-left: 0px; }
  .footer-ul li {
    list-style-type: none;
    margin-bottom: .6rem; }
    .footer-ul li a {
      color: white; }
      .footer-ul li a:hover {
        color: white;
        cursor: pointer; }

@media (max-width: 767px) {
  .footer-ul li a {
    font-size: .9em; } }

footer.main-footer p {
  color: #888;
  font-size: 13px;
  line-height: 1.4; }

.main-footer {
  background-color: #535555;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1070px) {
    .main-footer {
      padding: 2.2rem 2.2rem 1rem 2.2rem; } }

.main-footer__item {
  color: #fff;
  font-size: 1.4em; }

.main-footer__newsletter {
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

.main-footer__copyright {
  text-align: right; }

.secondary-footer {
  padding: 1rem; }
  @media (min-width: 768px) {
    .secondary-footer {
      padding: 1rem 3.5rem; } }

.payment-icons {
  text-align: right;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 1rem; }
  .payment-icons i.pf {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px; }

.payment-icons__img {
  float: right;
  width: 305px;
  height: 35px; }

.smf__item {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 1404px) {
    .smf__item {
      width: 60px;
      height: 60px;
      margin-right: 1rem; } }

.social-media-footeer,
.main-footer__newsletter {
  margin-left: 0rem; }
  .social-media-footeer .btn,
  .main-footer__newsletter .btn {
    border-radius: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 20px; }
  .social-media-footeer .form-control,
  .main-footer__newsletter .form-control {
    max-width: 15rem;
    width: 100%; }

.social-media-footeer a {
  margin: 10px 3px; }
  @media (max-width: 767px) {
    .social-media-footeer a {
      margin: 4px 2px; } }

.form-control {
  border-radius: 1px; }

footer .footer-countries {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 5px; }
  footer .footer-countries .flag {
    display: inline-block;
    position: relative;
    margin: 0 5px; }
    footer .footer-countries .flag object {
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 16px;
      pointer-events: none; }

.registration .semibold {
  color: #2b2f32; }

/*
Body layout content selectors
*/
@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }

/* New */
@-webkit-keyframes newAni {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0); }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); } }

@keyframes newAni {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0); }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); } }

@-webkit-keyframes menuAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0) scale(1.05);
    transform: translate3d(0, 10%, 0) scale(1.05);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes menuAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0) scale(1.05);
    transform: translate3d(0, 10%, 0) scale(1.05);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.menuAnimation {
  -webkit-animation-name: menuAnimation;
  animation-name: menuAnimation; }

@-webkit-keyframes profileAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes profileAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.profileAnimation {
  -webkit-animation-name: profileAnimationprofileAnimation;
  animation-name: profileAnimation; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media (max-width: 768px) {
  .text-left-mobile {
    text-align: left !important; }
  .text-center-mobile {
    text-align: center !important; }
  .text-right-mobile {
    text-align: right !important; } }

html h1, html h2 {
  font-family: 'Raleway';
  font-weight: 700; }

.small-p {
  font-size: 11px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; }

.btn {
  display: inline-block;
  white-space: auto;
  padding: 8px 25px;
  border-radius: 1px;
  border: none;
  max-width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 2px; }
  .btn:focus, .btn:active, .btn:active:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    outline: none; }
  .btn.btn-small {
    font-size: 12px;
    padding: 6px 12px; }
    .btn.btn-small .icon.icon-left {
      margin-right: 3px;
      position: relative;
      top: 2px; }
  .btn.btn-default {
    color: #fff;
    background: #13857c; }
    .btn.btn-default:hover {
      background: #0d5852;
      color: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
  .btn.btn-gray {
    color: #fff;
    background: #888;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .btn.btn-gray:hover {
      background: #aaa;
      color: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
  .btn.btn-light-gray {
    color: #fff;
    background: #aaa;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .btn.btn-light-gray:hover {
      background: #aaa;
      color: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
  .btn.btn-white {
    color: #999;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .btn.btn-white:hover {
      background: #aaa;
      color: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
    .btn.btn-white.btn-small {
      padding: 6px 12px;
      font-size: 14px; }
  .btn.btn-filter {
    background: transparent;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px; }
    .btn.btn-filter:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #13857c;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      -webkit-transform-origin: 0 50%;
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      -o-transform-origin: 0 50%;
      transform-origin: 0 50%;
      z-index: -1; }
    .btn.btn-filter:hover {
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); }
    .btn.btn-filter.active {
      color: #fff; }
      .btn.btn-filter.active:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
  .btn.btn-red {
    background: #cb1f31;
    color: #fff; }
  .btn .icon-left {
    margin-right: 5px;
    font-size: 14px; }
  .btn.btn-wide {
    width: 100%; }
  .btn.btn-paypal {
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    float: right;
    margin-top: 25px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1); }
    .btn.btn-paypal .text {
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
    .btn.btn-paypal img {
      display: inline-block;
      float: left;
      width: 20px;
      margin-right: 5px; }
    .btn.btn-paypal:hover {
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  .btn i.icon-left {
    margin-right: 10px; }
  .btn i.icon-right {
    margin-left: 10px; }

a.have-a-coupon {
  display: inline-block;
  color: #999;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative; }
  a.have-a-coupon:after {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    background: #13857c;
    width: 100%;
    left: 0;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  a.have-a-coupon:hover {
    color: #13857c; }
    a.have-a-coupon:hover:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }

a {
  color: #13857c;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  a:hover, a:active, a:focus {
    color: #0d5852; }

a.link {
  display: inline-block;
  font-weight: 700;
  color: #535555;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative; }
  a.link:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: #13857c;
    width: 100%;
    left: 0; }
  a.link:hover {
    color: #13857c; }

.section-title {
  position: relative;
  text-align: center; }
  .section-title > h1 {
    position: relative;
    min-width: 20rem;
    margin: 0px auto;
    z-index: 2;
    background-color: white; }

.section-title-underline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0px;
  color: #505151; }

.primary-navigation--first-level {
  background: #fff;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  z-index: 1;
  position: relative; }
  @media (max-width: 767px) {
    .primary-navigation--first-level {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); } }
  .primary-navigation--first-level.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }

@media (max-width: 767px) {
  main.main-wrapper {
    padding: 0; } }

.logo img {
  width: 100%; }

.showcase-banner__item--left,
.showcase-banner__item--right {
  background-color: #13857c;
  min-height: 350px; }

.showcase-banner__cell {
  min-height: 50px;
  text-transform: uppercase; }

.showcase-banner__quality {
  background-image: url(/img/Quality.png);
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle; }

.showcase-banner__delivery {
  background-image: url(/img/Delivery.png);
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle; }

.showcase-banner__payment {
  background-image: url(/img/Security.png);
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle; }

.showcase-banner__csupport {
  background-image: url(/img/Support.png);
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle; }

.showcase-banner__cell {
  padding-top: 1rem;
  text-align: center; }

.breadcrumbs {
  padding: 0px 0;
  margin: 0;
  list-style: none; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li:not(:last-child):after {
      content: '>';
      color: #13857c; }
    .breadcrumbs li a {
      color: #13857c;
      display: inline-block;
      font-size: 14px;
      padding: 5px 4px;
      font-weight: 500;
      border-radius: 0;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
  .breadcrumbs .separator {
    display: inline-block;
    position: relative;
    top: 2px;
    padding: 0 3px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      padding-left: 20px; } }
  @media (max-width: 768px) {
    .breadcrumbs {
      padding: 30px 20px;
      padding-bottom: 0px; }
      .breadcrumbs li > a {
        font-size: 11px; } }

.section__main_title {
  text-align: center;
  display: block;
  text-align: center;
  margin: 40px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #f3f3f3; }
  .section__main_title > .heading {
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    z-index: 1;
    margin: 0; }
    @media (max-width: 768px) {
      .section__main_title > .heading {
        font-size: 18px; } }
    .section__main_title > .heading:before {
      position: absolute;
      content: '';
      width: 8px;
      height: 100%;
      bottom: 0;
      left: 0;
      border: 2px solid #13857c;
      border-right: none; }
    .section__main_title > .heading:after {
      position: absolute;
      content: '';
      width: 8px;
      height: 100%;
      top: 0;
      right: 0;
      border: 2px solid #13857c;
      border-left: none; }

.section__main {
  margin-bottom: 40px;
  border: 1px solid #eee; }
  @media (max-width: 767px) {
    .section__main {
      box-shadow: none; } }
  .section__main img.section__main_banner {
    margin-bottom: 40px;
    width: 100%; }
    @media (max-width: 767px) {
      .section__main img.section__main_banner {
        margin-bottom: 15px; } }
  .section__main .section__main_container {
    width: 100%;
    padding: 20px 40px; }
    @media (max-width: 767px) {
      .section__main .section__main_container {
        padding: 0 25px; } }

.social-media-footeer {
  margin-bottom: 20px; }
  .social-media-footeer a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .social-media-footeer a:hover {
      background: #fff;
      box-shadow: 0px 3px 10px 7px rgba(0, 0, 0, 0.15);
      color: #13857c; }

.main-footer__newsletter .btn {
  background: #13857c;
  border: none;
  outline: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 9px 20px;
  font-weight: 700;
  margin-top: -4px;
  vertical-align: auto; }
  .main-footer__newsletter .btn:hover {
    background: #0d5852;
    color: #fff;
    box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, 0.15); }
  .main-footer__newsletter .btn:active {
    background: #0d5852;
    border: none;
    outline: 0;
    box-shadow: none;
    box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, 0.15); }

.main-footer__newsletter .form-control {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 10px; }
  .main-footer__newsletter .form-control:focus {
    outline: 0;
    border-color: transparent;
    box-shadow: none;
    box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, 0.15); }

.main-footer ul > li {
  width: 100%; }
  .main-footer ul > li > a {
    -webkit-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    font-weight: 700; }
    .main-footer ul > li > a:after {
      content: '';
      position: absolute;
      bottom: -2px;
      height: 2px;
      background: #13857c;
      width: 100%;
      left: 0;
      -webkit-transition: transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -ms-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .main-footer ul > li > a:hover {
      color: #13857c; }
      .main-footer ul > li > a:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }

.burger-menu__wrapper {
  position: relative;
  z-index: 5;
  background: #fff; }
  .burger-menu__wrapper .logo {
    float: left;
    margin-left: 56px; }

/* Form */
.form-mat {
  padding: 15px 0px 30px;
  margin: 20px 0; }
  .form-mat .form-heading {
    display: block;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px; }
  .form-mat .form-content {
    padding: 0 20px; }

.form-component {
  position: relative;
  padding: 20px 0 10px; }
  .form-component.form-component-checkbox {
    padding: 15px 0 10px; }
  .form-component.form-component-required label:after {
    content: '*';
    font-weight: 700;
    color: #13857c;
    font-size: 1.25em;
    display: inline-block;
    margin-left: 5px; }
  .form-component.terms-checkbox {
    padding: 0; }
    .form-component.terms-checkbox label {
      margin-bottom: 0px; }
    .form-component.terms-checkbox:not(:last-child) {
      margin-bottom: 10px; }
  .form-component .validation-msg {
    display: inline-block;
    margin-top: 10px;
    font-size: .8em;
    color: #F44336;
    font-weight: 700; }
  .form-component label {
    cursor: default;
    position: absolute;
    top: 25px;
    left: 0;
    font-weight: 700;
    color: #999;
    cursor: text;
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    z-index: 2; }
    .form-component label.normal {
      position: relative;
      top: auto; }
  .form-component .form-control {
    padding: 5px 0;
    height: auto;
    border: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 2px solid #dfdfdf;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease; }
    .form-component .form-control:focus {
      border-color: #13857c;
      box-shadow: none;
      outline: none; }
  .form-component .form-control.active + label {
    -webkit-transform: translateY(-25px) scale(0.8);
    -ms-transform: translateY(-25px) scale(0.8);
    -o-transform: translateY(-25px) scale(0.8);
    transform: translateY(-25px) scale(0.8); }
  .form-component.form-component-dropdown {
    position: relative; }
    .form-component.form-component-dropdown:after {
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-top-color: #aaa;
      content: '';
      position: absolute;
      right: 10px;
      top: 38px; }
    .form-component.form-component-dropdown input {
      padding-right: 30px; }
    .form-component.form-component-dropdown .__select {
      display: none; }
    .form-component.form-component-dropdown ul {
      list-style: none;
      background: #fff;
      padding: 0;
      margin: 0;
      display: none;
      position: absolute;
      -webkit-animation: fadeInUp;
      animation: fadeInUp;
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      width: 100%;
      z-index: 100;
      box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
      max-height: 170px;
      overflow-y: auto; }
      .form-component.form-component-dropdown ul li {
        cursor: pointer;
        padding: 5px 10px;
        -webkit-transition: background-color .4s ease;
        -o-transition: background-color .4s ease;
        transition: background-color .4s ease; }
        .form-component.form-component-dropdown ul li:hover {
          background: #eee; }
  .form-component .forgot-password {
    font-size: .85em;
    margin-top: 5px;
    display: inline-block; }

.steps {
  padding: 30px 0px;
  display: block;
  text-align: center; }
  @media (max-width: 767px) {
    .steps {
      padding: 0; } }
  .steps .row {
    margin-left: -5px;
    margin-right: -5px; }
  .steps ul {
    list-style: none;
    padding: 40px 0;
    margin: 0; }
    .steps ul li {
      display: inline-block;
      margin: 10px 0px;
      padding: 0 5px;
      text-align: center; }
      .steps ul li a {
        display: inline-block;
        width: 100%;
        text-align: center; }
        .steps ul li a .icon {
          font-size: 48px;
          display: block;
          color: #999;
          -webkit-transition: color .4s ease;
          -o-transition: color .4s ease;
          transition: color .4s ease; }
          @media (max-width: 768px) {
            .steps ul li a .icon {
              font-size: 25px; } }
        .steps ul li a.current .icon, .steps ul li a:hover .icon {
          color: #13857c; }
        .steps ul li a span {
          font-weight: 700;
          color: #999;
          font-size: 18px;
          display: block;
          margin-top: 15px;
          -webkit-transition: color .4s ease;
          -o-transition: color .4s ease;
          transition: color .4s ease; }
          @media (max-width: 768px) {
            .steps ul li a span {
              font-size: .85em;
              margin-top: 5px; } }
        .steps ul li a.current span, .steps ul li a:hover span {
          color: #13857c; }
        .steps ul li a.disabled {
          pointer-events: none;
          cursor: default; }
          .steps ul li a.disabled i, .steps ul li a.disabled span {
            color: #ddd !important; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  top: 0px; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 0%; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\2714";
  position: absolute;
  font-size: 15px;
  top: 2px;
  left: 4px;
  color: #13857c;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
/* hover style just for information */
[type="radio"] {
  display: none; }

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  top: 0; }

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 50%; }

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  font-family: ElegantIcons;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 5px;
  background: #13857c;
  transition: all .2s;
  border-radius: 50%; }

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="radio"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
/* hover style just for information */
.radio-option {
  padding: 10px 25px 5px;
  border: 1px solid #dcdcdc;
  margin-bottom: 30px;
  border-radius: 2px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .radio-option:hover {
    background: #eaeaea;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07); }
  .radio-option .add-inputs {
    display: none;
    /*-webkit-animation: bounceIn;
        animation: bounceIn;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        transform-style: flat;

        Intro animations cause a bug where z-index doesn't work.*/ }

.payment-card {
  float: left;
  width: 60px;
  height: auto;
  margin-right: 25px; }

.payment-additional-price {
  font-weight: 700;
  color: #999; }

.material-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #f3f3f3; }

.material-shadow-bordered {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  border: 1px solid #13857c; }

.step-navigation {
  padding: 20px 30px;
  margin-bottom: 40px; }
  .step-navigation a.btn {
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .step-navigation a.btn:active {
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); }
    .step-navigation a.btn.btn-prev {
      background: #bbb; }
      .step-navigation a.btn.btn-prev:hover {
        background: #ccc; }
    .step-navigation a.btn.btn-next {
      background: #535555; }
      .step-navigation a.btn.btn-next:hover {
        background: #444; }

.number-input-control {
  display: inline-block;
  position: relative;
  top: 1px;
  color: #999;
  background: transparent;
  border: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  .number-input-control:hover {
    color: #13857c; }
  .number-input-control:focus {
    outline: none; }

.product-container .number-input-control {
  font-size: 24px;
  color: #13857c; }
  .product-container .number-input-control.number-input-lower + .form-control {
    font-size: 24px; }

.shipping_desc {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px; }

.address-boxes {
  margin-top: 60px; }
  .address-boxes .address-box {
    margin-bottom: 20px; }
    .address-boxes .address-box .material-shadow {
      padding: 20px 25px 20px; }
    .address-boxes .address-box .btn-ship {
      margin-bottom: 15px; }
    .address-boxes .address-box .title {
      margin-bottom: 5px; }
      .address-boxes .address-box .title .heading {
        text-transform: none; }
      .address-boxes .address-box .title .change-address {
        color: #13857c; }
    .address-boxes .address-box span {
      display: block; }
      .address-boxes .address-box span .method {
        display: inline-block;
        color: #999; }

.rwd-table {
  margin: 1em 0;
  min-width: 100%; }
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .rwd-table tr:nth-child(odd) {
      background: #ddd; }
    .rwd-table tr:nth-child(even) {
      background: #eee; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block;
    padding-left: 20px;
    padding-right: 20px; }
    .rwd-table td:first-child {
      padding-top: .5em; }
    .rwd-table td:last-child {
      padding-bottom: .5em; }
    .rwd-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline-block; }
      @media (min-width: 1069px) {
        .rwd-table td:before {
          display: none; } }
  .rwd-table th, .rwd-table td {
    text-align: left; }
    @media (min-width: 1069px) {
      .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em; }
        .rwd-table th:first-child, .rwd-table td:first-child {
          padding-left: .5em; }
        .rwd-table th:last-child, .rwd-table td:last-child {
          padding-right: 0; } }

.rwd-table {
  margin: 1em 0;
  min-width: 300px; }
  .rwd-table tr:nth-child(odd) {
    background: #ececec; }
  @media (max-width: 1069px) {
    .rwd-table tr {
      padding: 0 20px; }
      .rwd-table tr td:first-child {
        padding-top: .75em; }
      .rwd-table tr td:last-child {
        padding-bottom: .75em; }
      .rwd-table tr .form-component {
        padding: 0; }
      .rwd-table tr .product-title {
        margin-top: 0; }
      .rwd-table tr .form-component.form-component-checkbox {
        padding: 0;
        position: relative;
        top: -7px; } }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block;
    position: relative; }
    .rwd-table td.cart-product-remove {
      padding: 0 10px; }
      .rwd-table td.cart-product-remove .cart-product-remove-link {
        font-size: 16px;
        display: block;
        padding: 0px 10px;
        position: relative;
        color: #999;
        background: transparent;
        border: none; }
        .rwd-table td.cart-product-remove .cart-product-remove-link:hover {
          color: #ef5350; }
    .rwd-table td:before {
      font-weight: bold;
      position: absolute;
      top: 5px;
      width: 8.5em;
      display: inline-block; }
      @media (min-width: 1069px) {
        .rwd-table td:before {
          display: none; } }
  .rwd-table tr.bundle td:nth-child(2) .cell-content, .rwd-table tr.bundle td:nth-child(3) .cell-content, .rwd-table tr.bundle td:nth-child(5) .cell-content {
    padding-top: 25px; }
  .rwd-table tr.bundle td:nth-child(4) .cell-content {
    padding-top: 18px; }
  .rwd-table tr.bundle th, .rwd-table tr.bundle td {
    vertical-align: top; }
    .rwd-table tr.bundle th.cart-product-remove, .rwd-table tr.bundle td.cart-product-remove {
      padding-top: 28px; }
  .rwd-table .form-component.form-component-checkbox {
    padding: 0 0 10px; }
    .rwd-table .form-component.form-component-checkbox label {
      top: -8px; }
      .rwd-table .form-component.form-component-checkbox label span {
        display: none; }
  .rwd-table .form-component {
    padding: 0; }
  .rwd-table .cart-product-total {
    font-weight: 700;
    color: #000; }
  .rwd-table .product-title {
    color: #13857c;
    font-weight: 700;
    display: inline-block; }
  .rwd-table .product-desc {
    color: #999;
    font-size: 14px; }
  .rwd-table .cell-component {
    margin-left: 8.5em; }
  .rwd-table .cell-qty {
    width: 90px !important; }
    .rwd-table .cell-qty .number-input {
      width: 25px;
      text-align: center;
      display: inline-block;
      border-bottom: 0;
      font-size: 18px;
      font-weight: 700;
      color: #999; }
    .rwd-table .cell-qty .number-input-control {
      display: inline-block;
      position: relative;
      top: 1px;
      color: #999;
      background: transparent;
      border: none;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
      .rwd-table .cell-qty .number-input-control:hover {
        color: #13857c; }
      .rwd-table .cell-qty .number-input-control:focus {
        outline: none; }
  .rwd-table th, .rwd-table td {
    text-align: left;
    padding: .25em .65em; }
    .rwd-table th .cell-content, .rwd-table td .cell-content {
      display: inline-block; }
      .rwd-table th .cell-content .option, .rwd-table td .cell-content .option {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #888; }
      .rwd-table th .cell-content .bundle-title, .rwd-table td .cell-content .bundle-title {
        margin-bottom: 8px;
        font-weight: 700;
        margin-top: 20px; }
      .rwd-table th .cell-content .bundle-list, .rwd-table td .cell-content .bundle-list {
        list-style: none;
        padding: 0; }
        .rwd-table th .cell-content .bundle-list > li, .rwd-table td .cell-content .bundle-list > li {
          margin-bottom: 20px; }
          .rwd-table th .cell-content .bundle-list > li .bundle-img, .rwd-table td .cell-content .bundle-list > li .bundle-img {
            width: 64px; }
          .rwd-table th .cell-content .bundle-list > li .media-body, .rwd-table td .cell-content .bundle-list > li .media-body {
            overflow: visible; }
          .rwd-table th .cell-content .bundle-list > li .bundle-heading, .rwd-table td .cell-content .bundle-list > li .bundle-heading {
            font-weight: 700;
            font-size: 13px; }
          .rwd-table th .cell-content .bundle-list > li .bundle-description, .rwd-table td .cell-content .bundle-list > li .bundle-description {
            color: #999;
            font-size: 11px;
            margin-bottom: 5px; }
          .rwd-table th .cell-content .bundle-list > li .form-component-dropdown, .rwd-table td .cell-content .bundle-list > li .form-component-dropdown {
            width: 100%;
            max-width: 400px; }
          .rwd-table th .cell-content .bundle-list > li .prices .old-price, .rwd-table td .cell-content .bundle-list > li .prices .old-price {
            color: #bbb;
            text-decoration: line-through;
            margin-right: 10px; }
          .rwd-table th .cell-content .bundle-list > li .prices .new-price, .rwd-table td .cell-content .bundle-list > li .prices .new-price {
            color: #13857c;
            font-weight: 700;
            font-size: 20px; }
    @media (min-width: 1069px) {
      .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .65em; }
        .rwd-table th.cart-product-qty, .rwd-table th.cart-product-price, .rwd-table th.cart-product-total, .rwd-table th.cart-product-remove, .rwd-table td.cart-product-qty, .rwd-table td.cart-product-price, .rwd-table td.cart-product-total, .rwd-table td.cart-product-remove {
          width: 1%;
          white-space: nowrap; }
        .rwd-table th .cell-content, .rwd-table td .cell-content {
          display: block;
          margin-left: 0;
          width: auto; }
          .rwd-table th .cell-content.cell-remove, .rwd-table td .cell-content.cell-remove {
            text-align: center; } }
  .rwd-table .cart-product-img {
    width: 80px;
    height: auto; }

@media (max-width: 1069px) {
  .rwd-table:not(.no-product-img) {
    margin: 1em 0;
    min-width: 300px; }
    .rwd-table:not(.no-product-img) tr:nth-child(odd) {
      background: #ececec; } }
  @media (max-width: 1069px) and (max-width: 1069px) {
    .rwd-table:not(.no-product-img) tr {
      padding: 0 20px; }
      .rwd-table:not(.no-product-img) tr td:first-child {
        padding-top: .75em; }
      .rwd-table:not(.no-product-img) tr td:last-child {
        padding-bottom: .75em; }
      .rwd-table:not(.no-product-img) tr .form-component {
        padding: 0; }
      .rwd-table:not(.no-product-img) tr .product-title {
        margin-top: 0; }
      .rwd-table:not(.no-product-img) tr .form-component.form-component-checkbox {
        padding: 0;
        position: relative;
        top: -7px; } }

@media (max-width: 1069px) {
    .rwd-table:not(.no-product-img) th {
      display: none; }
    .rwd-table:not(.no-product-img) td {
      display: block;
      position: relative; }
      .rwd-table:not(.no-product-img) td:before {
        font-weight: bold;
        position: absolute;
        top: 5px;
        content: '';
        width: 8.5em;
        display: inline-block; } }
      @media (max-width: 1069px) and (min-width: 1069px) {
        .rwd-table:not(.no-product-img) td:before {
          display: none; } }

@media (max-width: 1069px) {
    .rwd-table:not(.no-product-img) .form-component.form-component-checkbox {
      padding: 0 0 10px; }
      .rwd-table:not(.no-product-img) .form-component.form-component-checkbox label {
        top: -8px; }
    .rwd-table:not(.no-product-img) .form-component {
      padding-top: 13px; }
    .rwd-table:not(.no-product-img) .cart-product-total {
      font-weight: 700;
      color: #000; }
    .rwd-table:not(.no-product-img) .product-title {
      color: #13857c;
      font-weight: 700;
      display: inline-block; }
    .rwd-table:not(.no-product-img) .product-desc {
      color: #999;
      font-size: 14px; }
    .rwd-table:not(.no-product-img) .cell-qty .number-input {
      width: 25px;
      text-align: center;
      display: inline-block;
      border-bottom: 0;
      font-size: 18px;
      font-weight: 700;
      color: #999; }
    .rwd-table:not(.no-product-img) .cell-qty .number-input-control {
      display: inline-block;
      position: relative;
      top: 1px;
      padding: 0;
      color: #999;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
      .rwd-table:not(.no-product-img) .cell-qty .number-input-control:hover {
        color: #13857c; }
    .rwd-table:not(.no-product-img) td {
      text-align: left;
      padding: .25em .65em;
      position: relative; }
      .rwd-table:not(.no-product-img) td .cell-content {
        display: inline-block;
        margin-left: 0;
        width: auto; }
      .rwd-table:not(.no-product-img) td.cart-product-remove {
        width: 100%;
        display: inline-block; }
        .rwd-table:not(.no-product-img) td.cart-product-remove .form-component.form-component-checkbox label {
          top: 5px; }
          .rwd-table:not(.no-product-img) td.cart-product-remove .form-component.form-component-checkbox label span {
            display: inline-block; }
      .rwd-table:not(.no-product-img) td.cart-product-name {
        display: inline-block;
        width: 70%;
        vertical-align: baseline; }
      .rwd-table:not(.no-product-img) td.cart-product-img {
        width: 30%;
        display: inline-block; }
      .rwd-table:not(.no-product-img) td.cart-product-qty {
        width: 25%;
        display: inline-block; }
        .rwd-table:not(.no-product-img) td.cart-product-qty .cell-content .form-control {
          padding: 0; }
      .rwd-table:not(.no-product-img) td.cart-product-price {
        width: calc(37.5% - 25px);
        display: inline-block;
        text-align: left; }
      .rwd-table:not(.no-product-img) td.cart-product-total {
        width: calc(37.5% - 25px);
        display: inline-block;
        text-align: right; }
        .rwd-table:not(.no-product-img) td.cart-product-total .cell-content {
          padding-top: 0; }
      .rwd-table:not(.no-product-img) td.cart-product-remove {
        width: 50px;
        display: inline-block;
        text-align: right; }
        .rwd-table:not(.no-product-img) td.cart-product-remove .cart-product-remove-link {
          top: 4px; } }
    @media (max-width: 1069px) and (min-width: 1069px) {
      .rwd-table:not(.no-product-img) td {
        display: table-cell;
        padding: .25em .65em; }
        .rwd-table:not(.no-product-img) td .cell-content {
          display: block;
          margin-left: 0;
          width: auto; }
          .rwd-table:not(.no-product-img) td .cell-content.cell-remove {
            text-align: center; } }

@media (max-width: 1069px) {
    .rwd-table:not(.no-product-img) .cart-product-img {
      width: 100%;
      height: auto; } }

.cart-table {
  width: 100%; }
  .cart-table.confirmation-table .cell-qty {
    width: auto !important; }

.update-cart {
  margin-top: 20px; }

.continue-shopping {
  margin-top: 20px; }

@media (max-width: 767px) {
  .update-cart,
  .continue-shopping {
    text-align: center !important; } }

.additional-cart-boxes {
  margin-top: 40px; }
  .additional-cart-boxes .form-component-coupon {
    display: none; }
    .additional-cart-boxes .form-component-coupon .form-control {
      padding-right: 90px;
      border: none;
      box-shadow: none; }
    .additional-cart-boxes .form-component-coupon .form-control:focus {
      box-shadow: none;
      outline: 0; }
    .additional-cart-boxes .form-component-coupon .apply-coupon {
      position: absolute;
      top: 25px;
      right: 5px;
      background: transparent;
      border: none;
      color: #13857c;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      width: 85px;
      text-align: center;
      padding: 5px 0; }
      .additional-cart-boxes .form-component-coupon .apply-coupon span {
        position: relative;
        color: #13857c;
        -webkit-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease; }
      .additional-cart-boxes .form-component-coupon .apply-coupon:hove r span {
        color: #13857c; }
      .additional-cart-boxes .form-component-coupon .apply-coupon span:after {
        content: '';
        position: absolute;
        bottom: -2px;
        height: 2px;
        background: #13857c;
        width: 100%;
        left: 0;
        -webkit-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .additional-cart-boxes .form-component-coupon .apply-coupon:hover span:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
  @media (max-width: 767px) {
    .additional-cart-boxes .add-box {
      margin-top: 40px; } }

.cart-title {
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px; }

.coupon-holder {
  margin-top: 15px; }

.totals .subtotal {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0; }
  .totals .subtotal .label {
    font-weight: 700;
    color: #000; }
  .totals .subtotal .price {
    font-weight: 700;
    color: #999; }

.totals .middle {
  padding: 7px 0; }
  .totals .middle .label .shipping-method {
    font-weight: 700;
    color: #999; }
  .totals .middle .price {
    font-weight: 700;
    color: #000; }

.totals .total {
  border-top: 2px solid #bbb;
  padding: 5px 0; }
  .totals .total .label {
    font-weight: 700;
    color: #000; }
  .totals .total .price {
    font-weight: 700;
    color: #13857c; }

.modal {
  -webkit-animation: zoomIn;
  animation: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9000;
  top: 10%;
  right: 0;
  position: fixed;
  left: 0;
  background: #fff;
  padding: 20px 20px;
  width: 80%;
  z-index: 9001;
  margin: auto;
  border-radius: 1px;
  display: none;
  max-height: 80%;
  overflow-y: auto; }
  .modal .modal-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    .modal .modal-header .heading {
      text-transform: none;
      margin: 0; }
  .modal .modal-footer {
    text-align: right;
    margin-top: 40px; }

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9000; }

.add-box.checkout {
  margin-top: 60px; }
  .add-box.checkout .btn-checkout {
    font-size: 1.2em;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }

.btn-confirm {
  position: relative; }
  .btn-confirm .progress {
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    margin-bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center; }
  .btn-confirm.loading {
    pointer-events: none;
    cursor: default;
    background: #999; }
  .btn-confirm.loading .progress {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
  .btn-confirm i {
    font-size: .8em;
    margin-right: 10px; }

.btn-terms {
  padding: 15px 25px;
  font-size: 18px; }
  @media (max-width: 768px) {
    .btn-terms {
      padding: 12px 30px;
      font-size: 16px;
      width: 100%;
      text-align: center;
      margin-top: 25px; } }

.no-transform {
  text-transform: none; }

.order-complete {
  margin-top: 40px;
  margin-bottom: 40px; }
  .order-complete .checkmark-svg {
    width: 200px;
    margin: 60px auto;
    margin-top: 0; }
    .order-complete .checkmark-svg .checkmark {
      stroke: #13857c;
      stroke-dashoffset: 745.74853515625;
      stroke-dasharray: 745.74853515625;
      animation: dash ease 4.5s;
      animation-iteration-count: 1;
      transform-origin: 50% 50%;
      -webkit-animation: dash ease 4.5s;
      -webkit-animation-iteration-count: 1;
      -webkit-transform-origin: 50% 50%;
      -moz-animation: dash ease 4.5s;
      -moz-animation-iteration-count: 1;
      -moz-transform-origin: 50% 50%;
      -o-animation: dash ease 4.5s;
      -o-animation-iteration-count: 1;
      -o-transform-origin: 50% 50%;
      -ms-animation: dash ease 4.5s;
      -ms-animation-iteration-count: 1;
      -ms-transform-origin: 50% 50%;
      animation-fill-mode: forwards; }
  .order-complete .order-complete-wrapper {
    text-align: center;
    padding: 60px 0; }
    .order-complete .order-complete-wrapper .order-complete-heading {
      font-weight: 300;
      font-size: 52px;
      text-transform: none; }
    .order-complete .order-complete-wrapper .order-complete-subheading {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700; }
    .order-complete .order-complete-wrapper .order-complete-details {
      margin-top: 40px; }
      .order-complete .order-complete-wrapper .order-complete-details span {
        color: #999; }
      .order-complete .order-complete-wrapper .order-complete-details .buttons {
        margin-top: 40px; }

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625; }
  100% {
    stroke-dashoffset: 0; } }

.form-half-part .login-buttons {
  margin-top: 40px; }

.form-half-part .title {
  margin-bottom: 10px; }

.form-half-part:not(:last-child) {
  border-right: 1px solid #ddd; }

@media (max-width: 768px) {
  .form-half-part {
    height: auto !important; }
    .form-half-part:not(:last-child) {
      border-right: none;
      margin-bottom: 30px; } }

.remember-me-holder {
  padding-top: 5px; }

.social-login-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block; }
  .social-login-list li {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px; }
    .social-login-list li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 1px;
      color: #fff;
      text-align: center;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .social-login-list li a:hover {
        box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.15); }
      .social-login-list li a.facebook {
        background: #3b5998; }
      .social-login-list li a.twitter {
        background: #4099FF; }

/* ================================ */
/* =========== PRODUCT ============ */
/* ================================ */
.product-container .section__main_title {
  margin-top: 0; }

.product-container .big-images-holder {
  position: relative; }
  .product-container .big-images-holder .product-note {
    position: absolute;
    z-index: 10;
    text-align: center; }
    .product-container .big-images-holder .product-note.not-in-stock {
      padding: 5px 0;
      background: rgba(0, 0, 0, 0.2);
      color: #fff;
      bottom: 20px;
      width: calc(100% - 50px);
      left: 25px;
      text-transform: uppercase;
      color: #444;
      font-size: 12px;
      font-weight: 700; }
    .product-container .big-images-holder .product-note.discount {
      border-radius: 50%;
      width: 60px;
      height: 60px;
      line-height: 60px;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      background: #13857c;
      top: 25px;
      left: 30px;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15); }
      .product-container .big-images-holder .product-note.discount.discount-red {
        background: #ED2049;
        color: #fff; }
      .product-container .big-images-holder .product-note.discount.discount-yellow {
        background: #F6B11C;
        color: #222; }
  .product-container .big-images-holder .big-images .big-image a {
    display: block;
    width: 100%;
    padding: 10px 15px; }
    .product-container .big-images-holder .big-images .big-image a img {
      border: 1px solid #eee;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      width: 100%; }
    .product-container .big-images-holder .big-images .big-image a:hover img {
      -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1); }
  .product-container .big-images-holder .big-image-preview {
    position: absolute;
    right: -350px;
    width: 300px;
    height: 300px;
    z-index: 2;
    pointer-events: none;
    top: 50px; }

.product-container .small-images {
  overflow-x: auto;
  width: 100%; }
  .product-container .small-images .small-image {
    display: inline-block; }
    .product-container .small-images .small-image a {
      padding: 10px 15px;
      display: block; }
      .product-container .small-images .small-image a img {
        border: 1px solid #eee;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%; }
      .product-container .small-images .small-image a:hover img {
        -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1); }

.product-container .btn-add-to-cart.disabled {
  pointer-events: none;
  background: #aaa; }

.contents {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none; }
  .contents li {
    margin-bottom: 10px; }
    .contents li .count {
      color: #999;
      width: 25px;
      display: inline-block;
      margin-right: 5px;
      font-size: 14px;
      font-weight: 700; }
      .contents li .count:after {
        content: 'x';
        position: relative;
        display: inline-block;
        top: 0px;
        left: 2px; }

.price-holder {
  display: inline-block;
  float: left; }
  .price-holder .price {
    font-size: 48px;
    font-weight: 300;
    color: #13857c; }
    .price-holder .price .old-price {
      font-size: 16px;
      font-weight: 700;
      color: #bbb;
      text-decoration: line-through; }

.cart-counter {
  display: inline-block;
  float: right;
  margin-bottom: 40px; }
  .cart-counter .form-component .number-input-control {
    display: inline-block;
    position: relative;
    top: 1px; }
  .cart-counter .form-component .form-control {
    display: inline-block;
    width: 30px;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700; }

.related-products, .product-category-holder {
  margin-bottom: 40px; }
  .related-products .product, .related-products .related-product, .product-category-holder .product, .product-category-holder .related-product {
    position: relative;
    background: #f3f3f3;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .related-products .product:hover, .related-products .related-product:hover, .product-category-holder .product:hover, .product-category-holder .related-product:hover {
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.15); }
    .related-products .product img, .related-products .related-product img, .product-category-holder .product img, .product-category-holder .related-product img {
      width: 100%;
      margin-bottom: 20px; }
    .related-products .product .product-name, .related-products .related-product .product-name, .product-category-holder .product .product-name, .product-category-holder .related-product .product-name {
      font-size: 1.1em;
      max-width: 90%;
      margin: 0 auto; }
      .related-products .product .product-name a, .related-products .related-product .product-name a, .product-category-holder .product .product-name a, .product-category-holder .related-product .product-name a {
        color: #333; }
    .related-products .product .price, .related-products .related-product .price, .product-category-holder .product .price, .product-category-holder .related-product .price {
      display: block;
      font-weight: 300;
      color: #13857c;
      font-size: 1.5em;
      margin: 10px 0; }
    .related-products .product .product-note, .related-products .related-product .product-note, .product-category-holder .product .product-note, .product-category-holder .related-product .product-note {
      position: absolute;
      z-index: 10;
      text-align: center; }
      .related-products .product .product-note.not-in-stock, .related-products .related-product .product-note.not-in-stock, .product-category-holder .product .product-note.not-in-stock, .product-category-holder .related-product .product-note.not-in-stock {
        padding: 5px 0;
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        bottom: 20px;
        width: calc(100% - 50px);
        left: 25px;
        text-transform: uppercase;
        color: #444;
        font-size: 12px;
        font-weight: 700; }
      .related-products .product .product-note.discount, .related-products .related-product .product-note.discount, .product-category-holder .product .product-note.discount, .product-category-holder .related-product .product-note.discount {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        background: #13857c;
        top: 15px;
        left: 15px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15); }
        .related-products .product .product-note.discount.discount-red, .related-products .related-product .product-note.discount.discount-red, .product-category-holder .product .product-note.discount.discount-red, .product-category-holder .related-product .product-note.discount.discount-red {
          background: #ED2049;
          color: #fff; }
        .related-products .product .product-note.discount.discount-yellow, .related-products .related-product .product-note.discount.discount-yellow, .product-category-holder .product .product-note.discount.discount-yellow, .product-category-holder .related-product .product-note.discount.discount-yellow {
          background: #F6B11C;
          color: #222; }

.nav-tabs {
  margin-bottom: 15px;
  border-bottom: none; }
  .nav-tabs li {
    border-radius: 0; }
    .nav-tabs li a {
      border: none;
      background: transparent;
      border-bottom: 2px solid transparent;
      -webkit-transition: border-color .3s ease;
      -o-transition: border-color .3s ease;
      transition: border-color .3s ease;
      color: #bbb; }
      .nav-tabs li a:hover, .nav-tabs li a:focus {
        border-color: #bbb;
        background: transparent; }
      .nav-tabs li a .span-badge {
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        margin-left: 5px;
        color: #fff;
        font-size: 12px;
        background: #13857c;
        border-radius: 50%; }
    .nav-tabs li.active a {
      border: none;
      color: #13857c;
      border-bottom: 2px solid #13857c; }
      .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
        color: #13857c;
        border: none;
        border-bottom: 2px solid #13857c; }

.nav-tabs-single {
  border-bottom: none; }
  .nav-tabs-single li a {
    border: none !important;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 24px; }
  .nav-tabs-single li.active a {
    color: #666; }

/* Product Category */
.product-category-filter {
  padding-bottom: 20px;
  text-align: center; }
  .product-category-filter button {
    margin: 0 5px;
    margin-bottom: 10px; }

.wizard-form {
  background: transparent;
  box-shadow: none; }

.wizard .wizard-holder {
  padding: 15px 25px;
  background: #eee;
  margin-top: 20px;
  box-shadow: 0px 3px 25px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f1f1f1+50,eeeeee+51,f6f6f6+100 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #f1f1f1 50%, #eeeeee 51%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f2f2f2 0%, #f1f1f1 50%, #eeeeee 51%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f2f2f2 0%, #f1f1f1 50%, #eeeeee 51%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f6f6f6',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .wizard .wizard-holder .reset-form {
    top: -20px;
    left: -20px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    font-size: 12px;
    border-radius: 50%;
    box-shadow: 0px 3px 25px 6px rgba(0, 0, 0, 0.15);
    background: #666;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .wizard .wizard-holder .reset-form:hover {
      background: #13857c; }
  .wizard .wizard-holder .bar {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 4px;
    background: #13857c;
    -webkit-transition: width .4s ease;
    -o-transition: width .4s ease;
    transition: width .4s ease; }

.wizard .wizard-owl {
  position: relative; }
  .wizard .wizard-owl .item {
    padding: 15px 15px; }
    .wizard .wizard-owl .item .title {
      padding: 30px 0; }
      .wizard .wizard-owl .item .title .heading {
        font-family: 'Source Sans Pro';
        font-size: 28px; }
        .wizard .wizard-owl .item .title .heading:before {
          content: attr(data-counter);
          display: inline-block;
          font-size: 13px;
          font-weight: 900;
          color: #fff;
          width: 40px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          border-radius: 50%;
          background: #999;
          position: relative;
          top: -8px;
          margin-right: 20px; }
    .wizard .wizard-owl .item .answer-toggle {
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -o-user-select: none;
      width: 180px;
      height: 45px;
      margin-bottom: 40px;
      background: #ddd;
      position: relative;
      border-radius: 2px;
      cursor: pointer;
      display: inline-block; }
      .wizard .wizard-owl .item .answer-toggle:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 4px;
        width: calc(50% - 8px);
        height: calc(100% - 8px);
        background: #13857c;
        border-radius: 2px;
        -webkit-transition: box-shadow .3s ease, transform .4s ease;
        -o-transition: box-shadow .3s ease, transform .4s ease;
        transition: box-shadow .3s ease, transform .4s ease;
        -webkit-transform: translateX(calc(100% + 8px));
        -ms-transform: translateX(100%) translateX(8px);
        -o-transform: translateX(calc(100% + 8px));
        transform: translateX(calc(100% + 8px)); }
      .wizard .wizard-owl .item .answer-toggle:hover:before {
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
      .wizard .wizard-owl .item .answer-toggle.active:before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .wizard .wizard-owl .item .answer-toggle .yes {
        position: absolute;
        left: 0;
        display: inline-block;
        top: 0;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
        height: 45px;
        line-height: 45px;
        width: 50%;
        text-align: center;
        content: 'Yes';
        /*border-right: 1px solid #ccc;*/
        z-index: 2;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease; }
      .wizard .wizard-owl .item .answer-toggle .no {
        position: absolute;
        right: 0;
        display: inline-block;
        top: 0;
        height: 45px;
        line-height: 45px;
        width: 50%;
        text-align: center;
        content: 'No';
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
        z-index: 2;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease; }
      .wizard .wizard-owl .item .answer-toggle.active .yes {
        color: #fff; }
      .wizard .wizard-owl .item .answer-toggle.active .no {
        color: #666; }
    .wizard .wizard-owl .item .answer-choice.unanswered .answer-toggle:before {
      opacity: 0;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -o-transform: translateX(50%);
      transform: translateX(50%); }
    .wizard .wizard-owl .item .answer-choice.unanswered .answer-toggle .yes, .wizard .wizard-owl .item .answer-choice.unanswered .answer-toggle .no {
      color: #666; }
    .wizard .wizard-owl .item .submit-holder {
      position: relative; }
      .wizard .wizard-owl .item .submit-holder .btn {
        margin: 60px 0;
        padding: 15px 65px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 900; }
    .wizard .wizard-owl .item input[type="checkbox"] {
      display: none; }
    @media (max-width: 768px) {
      .wizard .wizard-owl .item {
        padding: 30px 15px; }
        .wizard .wizard-owl .item .title {
          padding: 15px 0; }
          .wizard .wizard-owl .item .title .heading {
            font-size: 18px; }
        .wizard .wizard-owl .item.wizard-submit .submit-holder input {
          margin: 0; } }
    .wizard .wizard-owl .item.wizard-disclaimer {
      padding: 50px 30px; }
      .wizard .wizard-owl .item.wizard-disclaimer p {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500; }
      .wizard .wizard-owl .item.wizard-disclaimer a {
        font-weight: 700; }
      .wizard .wizard-owl .item.wizard-disclaimer .answer {
        padding: 10px 0 !important; }
        .wizard .wizard-owl .item.wizard-disclaimer .answer label {
          color: #111 !important; }
      @media (max-width: 768px) {
        .wizard .wizard-owl .item.wizard-disclaimer {
          padding: 15px 15px; }
          .wizard .wizard-owl .item.wizard-disclaimer p {
            font-size: 16px;
            line-height: 24px; } }
    .wizard .wizard-owl .item.slider .answer {
      padding: 5px 20px; }
    .wizard .wizard-owl .item.slider .slider-amount {
      margin: 15px 0;
      font-size: 24px;
      font-weight: 700; }
    .wizard .wizard-owl .item.slider .answer-input {
      display: none; }
    .wizard .wizard-owl .item.slider .btn {
      margin-top: 80px; }

.wizard-owl-controls {
  text-align: center; }
  .wizard-owl-controls .owl-next, .wizard-owl-controls .owl-prev {
    display: inline-block;
    color: #bbb;
    font-size: 18px;
    margin: 0 6px;
    cursor: pointer; }
  .wizard-owl-controls .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border: 3px solid #bbb;
    cursor: pointer; }
    .wizard-owl-controls .owl-dot.active, .wizard-owl-controls .owl-dot:hover {
      border: 3px solid #13857c;
      background: #13857c; }

#testModal {
  max-width: 500px;
  text-align: center; }
  #testModal .product-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 24px; }
  #testModal .product-img {
    margin: 20px 0;
    margin-bottom: 30px; }

.hero-section {
  margin-top: 30px; }
  .hero-section .left-side {
    height: 400px;
    position: relative;
    background: url("../img/left-side-bg.jpg") no-repeat center center;
    background-size: cover; }
    .hero-section .left-side .text {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      right: 0;
      padding-right: 40px; }
      @media (max-width: 768px) {
        .hero-section .left-side .text {
          padding-right: 0;
          text-align: center; } }
      .hero-section .left-side .text h2 {
        font-size: 36px;
        font-family: 'Source Sans Pro';
        line-height: 1.5;
        font-weight: 300;
        color: #fff; }
        .hero-section .left-side .text h2 b {
          font-weight: 700; }
      .hero-section .left-side .text p {
        font-size: 16px;
        color: #fff; }
  .hero-section .btn-right-side-holder {
    position: relative; }
    .hero-section .btn-right-side-holder .btn-right-side-buy {
      position: absolute;
      width: 100%;
      padding: 20px 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      bottom: 0;
      left: 0;
      width: calc(100% - 1.875rem);
      left: .9375rem; }
  .hero-section .right-side {
    height: 400px;
    position: relative;
    background: url("../img/right-side-bg.jpg") no-repeat center center;
    background-size: cover; }
    .hero-section .right-side .text {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      right: 0;
      text-align: center;
      width: 100%;
      padding: 0 10px; }
      @media (max-width: 768px) {
        .hero-section .right-side .text {
          padding-right: 0;
          text-align: center; } }
      .hero-section .right-side .text h2 {
        font-size: 28px;
        font-family: 'Source Sans Pro';
        line-height: 1.5;
        font-weight: 300;
        color: #fff; }
        .hero-section .right-side .text h2 b {
          font-weight: 700; }
      .hero-section .right-side .text p {
        font-size: 16px;
        color: #fff; }

.features-section {
  padding: 30px 0; }
  .features-section .feature {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #f3f3f3;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 2px; }
    .features-section .feature:hover {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
    .features-section .feature .icon {
      position: relative;
      left: -10px;
      top: 2px;
      font-size: 16px; }

.product-container .product-slider {
  position: relative; }
  .product-container .product-slider .owl-buttons {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 20px);
    width: 100%; }
    .product-container .product-slider .owl-buttons .owl-prev {
      float: left;
      margin-left: -40px; }
    .product-container .product-slider .owl-buttons .owl-next {
      float: right;
      margin-right: -40px; }
    @media (max-width: 810px) {
      .product-container .product-slider .owl-buttons {
        display: none; } }
  .product-container .product-slider .product-holder {
    padding: 0 15px; }

.slider-section {
  padding: 100px 0; }
  .slider-section .slider-connect {
    text-align: center;
    margin-bottom: 40px; }
    .slider-section .slider-connect .number, .slider-section .slider-connect .total {
      color: #13857c; }
  .slider-section #slider {
    width: 90%;
    position: relative;
    left: 5%; }

.reviews-section {
  padding: 40px 0; }
  .reviews-section .review {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #fafafa;
    padding: 10px 30px;
    padding-bottom: 30px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 2px;
    border: 1px solid transparent;
    position: relative; }
    .reviews-section .review:hover {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      border-color: #13857c; }
    @media (max-width: 545px) {
      .reviews-section .review {
        height: auto !important; } }
    .reviews-section .review .review-title {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 20px; }
    .reviews-section .review .reviewer {
      font-style: italic;
      font-size: 12px;
      text-align: right;
      position: absolute;
      bottom: 10px;
      right: 20px; }
  .reviews-section .section__main_title {
    margin: 0;
    margin-bottom: 40px; }

.text-section {
  padding: 40px 0; }
  .text-section .heading {
    font-weight: 700;
    font-size: 24px; }
  .text-section .section__main_title {
    margin: 0; }
  .text-section img {
    max-width: 100%; }
  .text-section .content {
    text-align: center;
    display: block;
    text-align: left;
    margin: 40px 0;
    padding: 20px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #fbfbfb; }
    .text-section .content .slide-links {
      padding: 20px 0;
      font-size: 14px;
      font-weight: 700;
      text-align: center; }
      .text-section .content .slide-links a {
        display: inline-block; }
        .text-section .content .slide-links a:after {
          content: "|";
          display: inline-block;
          margin: 0 5px; }
        .text-section .content .slide-links a:last-child:after {
          content: ""; }

.clients-section {
  padding: 100px 0; }
  .clients-section .client {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .clients-section .client:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    @media (max-width: 768px) {
      .clients-section .client {
        text-align: center;
        margin-bottom: 15px; } }
    .clients-section .client img {
      max-width: 100%; }

.go-to-test {
  display: block;
  padding: 15px 35px;
  font-size: 26px;
  font-weight: 700;
  margin: 70px auto;
  width: 300px; }

/* DEMO */
.product-holder.not-in-stock {
  opacity: .4; }
  .product-holder.not-in-stock .btn-add-to-cart {
    pointer-events: none;
    display: none;
    background: #bbb; }
  .product-holder.not-in-stock .product-img {
    position: relative;
    display: inline-block;
    width: 100%; }
    .product-holder.not-in-stock .product-img:after {
      position: absolute;
      display: inline-block;
      width: 80%;
      left: 10%;
      bottom: 50px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      content: 'Not in stock.';
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      padding: 5px 0; }

.payment-icon {
  display: inline-block;
  width: 55px;
  vertical-align: top;
  margin-left: 10px;
  max-width: 50px;
  max-height: 20px;
  width: 50px;
  height: 20px; }

.section-carousel-holder {
  position: relative; }
  .section-carousel-holder .section-carousel {
    cursor: move; }
    .section-carousel-holder .section-carousel .links {
      text-align: center;
      padding: 30px 0 10px 0; }
      .section-carousel-holder .section-carousel .links a {
        display: inline-block;
        margin: 0 4px; }
  .section-carousel-holder .slide-prev {
    position: absolute;
    left: -50px;
    font-size: 28px;
    color: #333;
    top: 150px; }
  .section-carousel-holder .slide-next {
    position: absolute;
    font-size: 28px;
    color: #333;
    top: 150px;
    right: -50px; }
  @media (max-width: 768px) {
    .section-carousel-holder .slide-prev, .section-carousel-holder .slide-next {
      display: none; } }

/* Side Menu */
.side-menu {
  padding: 15px 20px; }
  .side-menu .side-menu-title {
    margin-bottom: 20px; }
  .side-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 5px; }
    .side-menu ul li a {
      font-size: 14px;
      color: #999; }
      .side-menu ul li a.active {
        font-weight: 700;
        color: #13857c; }

.account-section {
  margin-bottom: 40px; }
  .account-section .account-section-title {
    margin-bottom: 0px; }

.addresses-section .address {
  margin: 20px 0;
  margin-bottom: 35px; }
  .addresses-section .address .address-title {
    padding: 5px 0;
    border-bottom: 1px solid #bbb;
    margin-bottom: 15px; }
    .addresses-section .address .address-title .heading {
      font-weight: 700;
      font-size: 20px;
      float: left;
      margin: 0; }
    .addresses-section .address .address-title .buttons {
      float: right; }
      .addresses-section .address .address-title .buttons a {
        display: inline-block;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
        color: #666;
        margin-left: 10px; }
        .addresses-section .address .address-title .buttons a:hover {
          color: #13857c; }
    .addresses-section .address .address-title:after {
      content: '';
      display: table;
      clear: both; }
  .addresses-section .address span {
    display: block; }

.margin-top {
  margin-top: 15px; }

.order-info .order-info-left {
  display: inline-block !important;
  font-weight: 700;
  color: #111; }

.order-info .order-info-right {
  display: inline-block !important;
  margin-left: 10px; }
  .order-info .order-info-right.order-info-price {
    color: #13857c; }

.orders-section .order {
  margin: 20px 0;
  margin-bottom: 35px; }
  .orders-section .order .order-title {
    padding: 5px 0;
    border-bottom: 1px solid #bbb;
    margin-bottom: 15px; }
    .orders-section .order .order-title .heading {
      font-weight: 700;
      font-size: 20px;
      float: left;
      margin: 0; }
    .orders-section .order .order-title .buttons {
      float: right; }
      .orders-section .order .order-title .buttons a {
        display: inline-block;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
        color: #666;
        margin-left: 10px; }
        .orders-section .order .order-title .buttons a:hover {
          color: #13857c; }
    .orders-section .order .order-title:after {
      content: '';
      display: table;
      clear: both; }
  .orders-section .order span {
    display: block; }

.order-buttons a {
  margin-left: 10px; }

.top-product {
  margin: 40px 0; }
  .top-product .top-product-img {
    width: 100%; }
  .top-product .top-title {
    text-align: center;
    background: #13857c;
    padding: 20px 0;
    margin-bottom: 30px; }
    .top-product .top-title .heading {
      color: #fff;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 700; }
  .top-product .accent-title {
    color: #13857c; }
    .top-product .accent-title .big-percent {
      font-weight: 700;
      font-size: 32px;
      float: left;
      margin-right: 10px;
      color: #13857c; }
    .top-product .accent-title .text {
      float: left;
      font-size: 14px;
      font-weight: 500;
      color: #13857c; }
    .top-product .accent-title:after {
      content: '';
      display: table;
      clear: both; }
  .top-product .buttons {
    margin-top: 30px; }

.chart-canvas {
  margin: 60px 0; }

.icon-status {
  font-size: 18px;
  display: inline-block;
  padding: 13px 10px;
  border-left: 2px solid transparent;
  position: relative;
  top: 5px; }
  .icon-status:before {
    position: relative;
    top: -4px; }
  .icon-status.icon-status-pending {
    color: #999;
    border-color: #999; }
  .icon-status.icon-status-processing {
    color: #0ff;
    border-color: #0ff; }
  .icon-status.icon-status-complete {
    color: #13857c;
    border-color: #13857c; }
  .icon-status.icon-status-cancelled {
    color: #f00;
    border-color: #f00; }

.isotope-grid .item {
  position: relative;
  background-size: cover;
  background-position: center center; }
  .isotope-grid .item .content {
    padding: 0 15px;
    position: relative; }
    .isotope-grid .item .content.center-white {
      text-align: center;
      color: #fff; }
      .isotope-grid .item .content.center-white .heading {
        color: #fff; }
      .isotope-grid .item .content.center-white p {
        color: #fff; }
  .isotope-grid .item.new-year {
    text-align: center;
    color: #fff;
    background: #13857c; }
    .isotope-grid .item.new-year .heading {
      font-size: 18px;
      color: #fff; }
    .isotope-grid .item.new-year p {
      font-size: 13px;
      color: #fff; }
  .isotope-grid .item.item-percent {
    text-align: center; }
    .isotope-grid .item.item-percent:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 5px solid #13857c; }
    .isotope-grid .item.item-percent .big-percent {
      color: #13857c;
      font-weight: 700;
      font-size: 32px;
      margin: 0; }
  .isotope-grid .item.item-newsletter {
    text-align: center;
    background: url("../img/clean.jpg"); }
    .isotope-grid .item.item-newsletter .heading {
      font-weight: 700;
      color: #fff; }
    .isotope-grid .item.item-newsletter p {
      color: #fff; }
    .isotope-grid .item.item-newsletter input {
      color: #fff;
      border: 0;
      border-bottom: 2px solid #fff;
      background: transparent;
      margin-bottom: 10px; }
      .isotope-grid .item.item-newsletter input:focus {
        outline: 0; }
  .isotope-grid .item.item-order-ship {
    background: #13857c;
    text-align: center; }
    .isotope-grid .item.item-order-ship .heading {
      margin: 0;
      margin-bottom: 10px;
      color: #fff; }
    .isotope-grid .item.item-order-ship p {
      color: #fff; }
      .isotope-grid .item.item-order-ship p span {
        display: block;
        font-size: 24px;
        font-weight: 700;
        color: #fff; }
  .isotope-grid .item.item-video {
    padding: 0; }
    .isotope-grid .item.item-video iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      border: 0;
      outline: 0; }

.timeago:after {
  content: " ( " attr(datetime) " )";
  width: 30px; }

.sticky-add-to-cart {
  display: none; }
  @media (max-width: 768px) {
    .sticky-add-to-cart {
      display: inline-block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 500;
      font-size: 14px;
      text-transform: uppercase;
      padding: 15px 0; } }

@media (max-width: 768px) {
  .product-details .btn-add-to-cart {
    display: none; } }

.contact-addresses span {
  font-weight: 700;
  display: block; }
  .contact-addresses span.email {
    margin-top: 10px; }

.btn-contact, .btn-order {
  padding: 18px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700; }

.arrow-title {
  background: #13857c;
  text-align: center;
  padding: 20px 40px;
  position: relative; }
  .arrow-title .heading {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px; }
  .arrow-title:after {
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #13857c;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 15px); }
  .arrow-title p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px; }

.alert-dismissible .close {
  position: relative;
  top: -.125rem;
  right: -1rem;
  color: inherit; }

.alert-dismissible button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.alert-dismissible .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }

.remove-discount-button {
  background: transparent;
  border: none;
  box-shadow: none; }

.shipment-table, .notes-table {
  width: 100%; }
  .shipment-table tr:not(.header) td, .notes-table tr:not(.header) td {
    font-weight: 500; }
  .shipment-table tr.header td, .notes-table tr.header td {
    font-weight: 700; }

.shipment-details {
  padding: 40px 40px; }
  .shipment-details .shipment-detail-title {
    margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbb;
    font-size: 32px; }
  .shipment-details .shipment-detail {
    margin-bottom: 5px; }
    .shipment-details .shipment-detail:last-child {
      margin-bottom: 40px; }

.responsive-table {
  margin: 1em 0;
  min-width: 100%; }
  .responsive-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .responsive-table tr:nth-child(odd) {
      background: #ddd; }
    .responsive-table tr:nth-child(even) {
      background: #eee; }
  .responsive-table th {
    display: none; }
  .responsive-table td {
    display: block;
    padding-left: 20px;
    padding-right: 20px; }
    .responsive-table td:first-child {
      padding-top: .5em; }
    .responsive-table td:last-child {
      padding-bottom: .5em; }
    .responsive-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline-block; }
      @media (min-width: 1069px) {
        .responsive-table td:before {
          display: none; } }
  .responsive-table th, .responsive-table td {
    text-align: left; }
    @media (min-width: 1069px) {
      .responsive-table th, .responsive-table td {
        display: table-cell;
        padding: .25em .5em; }
        .responsive-table th:first-child, .responsive-table td:first-child {
          padding-left: .5em; }
        .responsive-table th:last-child, .responsive-table td:last-child {
          padding-right: 0; } }

.container-big-padding {
  padding: 300px 0; }

.availability {
  display: inline-block;
  margin: 10px 0; }
  .availability label {
    font-size: 12px; }
  .availability span {
    background: #13857c;
    display: inline-block;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 10px; }

.stock-notification input[type="text"], .stock-notification button {
  display: inline-block; }

.stock-sub-table {
  margin-bottom: 40px; }
  .stock-sub-table .checkbox-label {
    position: relative;
    top: -15px !important; }

/* YOUTUBE PLAYER START */
.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }

.youtube img {
  width: 102%;
  top: -16.84%;
  left: 0;
  opacity: 0.7; }

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px; }

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff; }

.youtube img,
.youtube .play-button {
  cursor: pointer; }

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute; }

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.youtube .youtube-centered-image,
.youtube .youtube-centered-image:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

/* YOUTUBE PLAYER END */
.step-navigation button.btn.btn-next {
  background: #535555; }

.step-navigation button.btn {
  color: #fff;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.step-navigation button.btn.btn-next:hover {
  background: #444; }

.alert-dismissible .close {
  position: relative;
  top: -.125rem;
  right: -1rem;
  color: inherit; }

.alert-dismissible button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.alert-dismissible .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }

.add-box.checkout {
  margin-top: 20px; }

.address-boxes {
  margin-top: 20px; }

.step-navigation {
  padding: 20px 0px;
  margin-bottom: 0px; }

.bordered {
  transition: all .4s ease;
  border: 1px solid transparent; }

.bordered:hover {
  border: 1px solid transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-color: #13857c; }

.shippping-method-logo,
.payment-method-logo {
  float: left;
  width: 100px;
  height: auto;
  margin-right: 10px; }

.burger-menu__wrapper .user-holder ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.burger-menu__wrapper .user-holder ul li {
  text-align: left; }

.remove-coupon {
  border: none;
  color: #13857c;
  background: transparent;
  border: none;
  box-shadow: none; }

.steps {
  margin-top: 20px; }

span.xsmoke-order-price {
  color: #13857c;
  font-weight: 700;
  display: inline !important; }

span.shipping-method {
  display: inline !important; }

span.cart-empty-spinner {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 7px 0; }

.old-price-in-category {
  font-size: 16px;
  font-weight: 700;
  color: #bbb;
  text-decoration: line-through; }

.category-product-note.category-product-discount-circle {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 1.6em;
  font-weight: 700;
  background: #13857c;
  top: 25px;
  left: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); }

.category-product-note {
  position: absolute;
  z-index: 10;
  text-align: center; }

.product-description {
  max-width: 90%;
  margin: 0 auto; }

.menu-item-tall {
  padding-top: 5px;
  padding-bottom: 5px; }

.plain-page-big-text {
  text-align: center;
  padding: 20px 0;
  font-weight: 300;
  font-size: 52px;
  text-transform: none; }

.no-margin-on-top {
  margin-top: 0; }

.timeago:after {
  content: ""; }

.lum-lightbox {
  z-index: 9999; }

.btn {
  border-radius: 2px; }

#product-detail-tabs {
  padding-left: 15px;
  padding-right: 15px; }

.availability {
  display: inline-block;
  margin: 10px 0; }

.availability label {
  font-size: 12px; }

.availability span {
  background: #13857c;
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 10px; }

#notie-alert-text a {
  color: #FFFFFF;
  position: relative; }
  #notie-alert-text a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    background: #fff;
    width: 100%;
    left: 0; }

.hide {
  display: none; }

.section__main img.section__main_banner {
  margin-bottom: 0px; }

.goto-cart-div:hover #cart-svg {
  stroke-dashoffset: 0; }

.goto-cart {
  position: relative; }
  .goto-cart:after {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    background: #fff;
    width: 100%;
    left: 0;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  .goto-cart:hover {
    color: #13857c; }
    .goto-cart:hover:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }

.modal {
  height: 80%; }

.product-container .btn-add-to-cart {
  margin-bottom: 10px; }

.modal-content {
  height: calc(100% - 60px); }

.modal .modal-footer {
  margin-top: 20px; }

#iframe-terms-of-service {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  width: 100%;
  height: 100%; }

@media (max-width: 1069px) {
  .rwd-table.no-product-img {
    margin: 1em 0;
    min-width: 100%; }
  .rwd-table.no-product-img tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .rwd-table.no-product-img tr:nth-child(odd) {
    background: #ddd; }
  .rwd-table.no-product-img tr:nth-child(even) {
    background: #eee; }
  .rwd-table.no-product-img th {
    display: none; }
  .rwd-table.no-product-img td {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
  .rwd-table.no-product-img td:after {
    clear: both;
    display: table;
    content: ''; }
  .rwd-table.no-product-img td .cell-content {
    margin-top: 5px;
    padding-left: 15px;
    width: calc(100% - 6.5em);
    float: left; }
  .rwd-table.no-product-img td:first-child {
    padding-top: .5em; }
  .rwd-table.no-product-img td:last-child {
    padding-bottom: .5em; }
  .rwd-table.no-product-img td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
    position: relative;
    float: left;
    word-wrap: break-word; } }

@media (max-width: 1069px) and (min-width: 1069px) {
  .rwd-table.no-product-img td:before {
    display: none; } }

@media (max-width: 1069px) {
  .rwd-table.no-product-img td .cell-content {
    display: inline-block; }
  .rwd-table.no-product-img td .cell-qty .form-component {
    padding: 0; }
  .rwd-table.no-product-img th, .rwd-table.no-product-img td {
    text-align: left; } }

@media (max-width: 1069px) and (min-width: 1069px) {
  .rwd-table.no-product-img th, .rwd-table.no-product-img td {
    display: table-cell;
    padding: .25em .5em; }
  .rwd-table.no-product-img th:first-child, .rwd-table.no-product-img td:first-child {
    padding-left: .5em; }
  .rwd-table.no-product-img th:last-child, .rwd-table.no-product-img td:last-child {
    padding-right: 0; } }

.cart-counter {
  margin-bottom: 0px; }

@media (max-width: 768px) {
  .breadcrumbs {
    padding: 0 20px 0; } }

.age-modal {
  overflow-x: hidden;
  height: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent; }
  .age-modal .age-title {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 80%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 36px;
    padding-bottom: 50px; }
    @media (max-width: 768px) {
      .age-modal .age-title {
        font-size: 20px; } }
  .age-modal .half-circle {
    width: 100px;
    height: 200px;
    position: absolute;
    box-shadow: 0px 0px 100px white;
    cursor: pointer;
    margin-top: 50px; }
    .age-modal .half-circle .age-holder {
      font-size: 32px;
      font-weight: 700;
      color: #111;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      z-index: 6; }
  .age-modal .half-circle.left {
    background: #fff;
    border-radius: 200px 0 0 200px;
    top: 50%;
    left: calc(50% - 100px);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .age-modal .half-circle.left:hover {
      background: #bbb; }
  .age-modal .half-circle.right {
    background: #13857c;
    border-radius: 0 200px 200px 0;
    top: 50%;
    left: 50%;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5; }
    .age-modal .half-circle.right:hover {
      background: #0d5852; }
  .age-modal .helper {
    position: absolute;
    color: #fff;
    top: calc(50% + 150px);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .age-modal .helper .icon {
      margin: 0 20px; }
    .age-modal .helper.helper-left {
      right: calc(50% + 150px); }
    .age-modal .helper.helper-right {
      left: calc(50% + 150px); }
  @media (max-width: 768px) {
    .age-modal .age-title {
      bottom: 50%;
      padding-bottom: 0; }
    .age-modal .half-circle {
      width: 100px;
      height: 50px;
      box-shadow: none;
      text-align: center;
      margin-top: 40px; }
    .age-modal .half-circle.left {
      border-radius: 3px 0 0 3px;
      top: 50%;
      left: calc(50% - 100px);
      z-index: 5;
      color: #111;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .age-modal .half-circle.left .age-holder {
        position: relative;
        color: #111; }
    .age-modal .half-circle.right {
      border-radius: 0 3px 3px 0;
      top: 50%;
      left: 50%;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .age-modal .half-circle.right .age-holder {
        position: relative;
        color: #fff; }
    .age-modal .helper {
      position: absolute;
      top: calc(50% + 100px);
      color: #fff;
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      font-size: 14px; }
      .age-modal .helper .icon {
        display: none; }
      .age-modal .helper.helper-left {
        right: calc(50% + 20px);
        z-index: 10; }
      .age-modal .helper.helper-right {
        left: calc(50% + 20px);
        z-index: 10; } }

.legal-modal {
  overflow-x: hidden;
  height: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  display: table;
  z-index: 5000;
  position: fixed;
  background: rgba(0, 0, 0, 0.9); }
  .legal-modal .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%; }
    .legal-modal .content p {
      margin-bottom: 30px;
      color: #fff;
      font-size: 24px;
      max-width: 600px;
      text-align: center;
      display: block;
      margin: 0 auto;
      padding: 0 15px; }
    .legal-modal .content ul {
      list-style: none;
      padding: 0; }
      .legal-modal .content ul li {
        display: inline-block;
        margin: 40px 15px;
        text-align: center; }
        .legal-modal .content ul li a {
          color: #fff;
          font-size: 20px;
          text-transform: uppercase;
          font-weight: 600;
          display: block;
          text-align: center; }
          .legal-modal .content ul li a .flag-icon {
            margin-bottom: 10px; }
          .legal-modal .content ul li a span {
            display: block;
            color: #fff; }

@media (min-width: 1366px) {
  .legal-modal .content p {
    font-size: 28px; }
  .legal-modal .content ul li a .flag-icon span {
    font-size: 24px; } }

.btn-shave {
  display: block; }

.trustpilot-img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .trustpilot-img {
      width: 150px; } }

body.pattern-bg {
  background: url("../img/pattern.jpg") repeat center center; }

.hero-layout {
  text-align: center; }
  .hero-layout .heading {
    font-size: 64px;
    margin: 40px 0; }
  .hero-layout .subheading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #999; }
  .hero-layout img.full-size {
    width: 100%;
    margin: 80px 0;
    margin-bottom: 0; }
  .hero-layout p.img-desc {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 60px; }
  .hero-layout .timer-heading {
    font-size: 48px;
    font-weight: 300; }
    .hero-layout .timer-heading .timer {
      font-weight: 700;
      color: #13857c;
      display: block; }
  .hero-layout .btn-hero {
    max-width: 600px;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 25px 40px;
    margin: 60px 0; }

.product-bundle-list {
  list-style: none;
  padding-left: 0px; }
  .product-bundle-list > li {
    margin-bottom: 20px; }
    .product-bundle-list > li .bundle-img {
      width: 64px; }
    .product-bundle-list > li .media-body {
      overflow: visible; }
    .product-bundle-list > li .bundle-heading {
      font-weight: 700; }
    .product-bundle-list > li .bundle-description {
      color: #999;
      font-size: 14px;
      margin-bottom: 5px; }
    .product-bundle-list > li .form-component-dropdown {
      width: 100%;
      max-width: 400px; }
    .product-bundle-list > li .prices .old-price {
      color: #bbb;
      text-decoration: line-through;
      margin-right: 10px; }
    .product-bundle-list > li .prices .new-price {
      color: #13857c;
      font-weight: 700;
      font-size: 20px; }

.complete-payment {
  margin-top: 15px; }
  .complete-payment .btn {
    margin-bottom: 15px; }
  .complete-payment p {
    color: #bbb;
    font-size: 14px; }

.complete-payment-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px 25px;
  text-align: left;
  z-index: 500;
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1); }
  .complete-payment-sticky .btn {
    width: 100%;
    margin-bottom: 10px; }
  .complete-payment-sticky p {
    font-size: 14px;
    color: #bbb;
    margin-bottom: 0; }

.purchase-notice {
  margin: 20px 0;
  background: #13857c;
  padding: 20px 35px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07); }

@media (min-width: 768px) {
  .complete-payment-sticky {
    display: none; } }

@media (max-width: 768px) {
  .complete-payment {
    display: none; }
  .order-buttons {
    margin-top: 15px; }
    .order-buttons .btn:first-child {
      margin-left: 0; } }

.subscription-table {
  width: 100%; }

.subscription-order-link {
  font-weight: 500; }

.btn.btn-cancel-subscription {
  padding: 6px 14px;
  font-size: 12px;
  color: #fff;
  background: #13857c; }
  .btn.btn-cancel-subscription:hover, .btn.btn-cancel-subscription:active, .btn.btn-cancel-subscription:focus {
    opacity: .8;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }

.tracking-number-link {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background: #13857c;
  color: #fff;
  margin-left: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .tracking-number-link:hover {
    color: #fff;
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0px 3px 8px rgba(19, 133, 124, 0.15); }

nav .burger-menu {
  display: inline-block;
  margin: 1rem 2.2rem 1rem .5rem;
  margin-left: .8rem;
  line-height: 1rem;
  margin-top: 22px;
  color: #13857c;
  height: 18px;
  float: right;
  width: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  nav .burger-menu span, nav .burger-menu #nav-icon3 span, nav .burger-menu #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #13857c;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  nav .burger-menu span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  nav .burger-menu span:nth-child(2) {
    top: 6px; }
  nav .burger-menu span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }
  nav .burger-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  nav .burger-menu.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  nav .burger-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

nav .primary-navigation__item {
  display: table-cell;
  list-style-type: none; }
  nav .primary-navigation__item.node-item:hover .primary-navigation--second-level {
    display: block;
    padding-left: 0px;
    position: absolute; }
    nav .primary-navigation__item.node-item:hover .primary-navigation--second-level .primary-navigation__item {
      display: block; }

nav .primary-navigation__link {
  color: #aaa;
  display: block;
  line-height: 1.5rem;
  padding: 1rem 1rem;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #505151; }
  nav .primary-navigation__link:hover {
    background: #f2f2f2; }

nav .primary-navigation--second-level {
  display: none; }

.logo {
  width: 150px;
  height: 27.75px;
  background: url("../img/Logo.svg");
  background-size: cover;
  display: inline-block; }
  @media (min-width: 1070px) {
    .logo {
      width: 240px;
      height: 45px; } }

header {
  margin: 2rem 0px; }

.cookies-banner {
  text-align: center;
  background-color: #535555;
  padding: 20px 30px;
  position: relative;
  z-index: 2; }
  .cookies-banner p {
    color: #fff;
    margin: 0; }
  .cookies-banner button.close {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff; }

button:focus, button:active {
  outline: 0; }

.country-switcher,
.registration {
  display: inline-block;
  float: right; }

.registration {
  margin-top: 0rem; }
  @media (min-width: 1070px) {
    .registration {
      margin-top: 1rem; } }
  .registration:before {
    content: url("../img/Icon_person.png");
    display: inline-block;
    vertical-align: middle; }

.primary-navigation--first-level {
  border-bottom: 1px solid #edebeb;
  border-top: 1px solid #edebeb;
  margin-bottom: 0px;
  padding-left: 0;
  clear: both;
  text-align: center;
  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease; }
  @media (min-width: 768px) {
    .primary-navigation--first-level {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
      .primary-navigation--first-level.hide-nav {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        pointer-events: none; } }
  .primary-navigation--first-level li {
    border-left: 1px solid #edebeb;
    display: inline-block;
    margin-right: -4px; }
    .primary-navigation--first-level li a {
      color: #535555;
      display: inline-block;
      padding: 15px 20px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      position: relative; }
      .primary-navigation--first-level li a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        background: #13857c;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        z-index: -1; }
      .primary-navigation--first-level li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        background: #0d5852;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        z-index: -1; }
      .primary-navigation--first-level li a:hover {
        color: #fff; }
        .primary-navigation--first-level li a:hover:before {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleY(1);
          -o-transform: scaleY(1);
          transform: scaleY(1); }
        .primary-navigation--first-level li a:hover:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleY(1);
          -o-transform: scaleY(1);
          transform: scaleY(1); }
    .primary-navigation--first-level li:last-child {
      border-right: 1px solid #edebeb; }
    .primary-navigation--first-level li.active a:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1); }

@media (max-width: 767px) {
  .primary-navigation--first-level {
    text-align: left;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: auto;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%; }
    .primary-navigation--first-level li {
      display: block;
      border: none; }
      .primary-navigation--first-level li a {
        width: 100%; } }

.burger-menu__wrapper {
  text-align: center;
  position: relative;
  padding: 10px 0; }
  @media (min-width: 544px) {
    .burger-menu__wrapper {
      padding: 10px 30px; } }
  .burger-menu__wrapper:after {
    content: '';
    clear: both;
    display: table; }
  .burger-menu__wrapper .logo {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    margin-left: 20px; }
  .burger-menu__wrapper button, .burger-menu__wrapper a.user {
    background: transparent;
    border: none;
    margin-top: 20px;
    margin-left: 15px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    line-height: 1em;
    position: relative; }
    @media (max-width: 767px) {
      .burger-menu__wrapper button, .burger-menu__wrapper a.user {
        margin-left: 10px; }
        .burger-menu__wrapper button .text, .burger-menu__wrapper a.user .text {
          display: none; } }
    .burger-menu__wrapper button i, .burger-menu__wrapper a.user i {
      color: #13857c; }
    .burger-menu__wrapper button .text, .burger-menu__wrapper a.user .text {
      margin-left: 10px; }
  .burger-menu__wrapper .user-holder {
    float: right;
    position: relative; }
    .burger-menu__wrapper .user-holder .user-popup {
      position: absolute;
      display: none;
      top: 75px;
      right: -10px;
      background: #fff;
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.125);
      /*border:1px solid #ddd;*/
      width: auto;
      padding: 10px 20px;
      max-width: 200px;
      -webkit-animation: fadeInUp;
      animation: fadeInUp;
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      @media (max-width: 767px) {
        .burger-menu__wrapper .user-holder .user-popup {
          box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.2);
          max-width: 768px;
          top: 64px; } }
      .burger-menu__wrapper .user-holder .user-popup:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -0.5em;
        top: 0em;
        right: -10px;
        box-sizing: border-box;
        border: .5em solid black;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        transform: rotate(-225deg);
        box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.08); }
        @media (max-width: 767px) {
          .burger-menu__wrapper .user-holder .user-popup:before {
            display: none; } }
      .burger-menu__wrapper .user-holder .user-popup:after {
        content: '';
        display: table;
        clear: both; }
      .burger-menu__wrapper .user-holder .user-popup a {
        display: inline;
        margin: 0 5px;
        color: #13857c; }
      .burger-menu__wrapper .user-holder .user-popup .divider {
        display: inline; }
  .burger-menu__wrapper .country-holder {
    float: right;
    position: relative;
    margin-right: 5px; }
    .burger-menu__wrapper .country-holder .country-popup {
      position: absolute;
      display: none;
      top: 75px;
      right: -10px;
      background: #fff;
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.125);
      /*border:1px solid #ddd;*/
      width: auto;
      padding: 0px 0px;
      max-width: 200px;
      -webkit-animation: fadeInUp;
      animation: fadeInUp;
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      @media (max-width: 767px) {
        .burger-menu__wrapper .country-holder .country-popup {
          box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.2);
          max-width: 768px;
          top: 64px; } }
      .burger-menu__wrapper .country-holder .country-popup:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -0.5em;
        top: 0em;
        right: -10px;
        box-sizing: border-box;
        border: .5em solid black;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        transform: rotate(-225deg);
        box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.08); }
        @media (max-width: 767px) {
          .burger-menu__wrapper .country-holder .country-popup:before {
            display: none; } }
      .burger-menu__wrapper .country-holder .country-popup:after {
        content: '';
        display: table;
        clear: both; }
      .burger-menu__wrapper .country-holder .country-popup .divider {
        display: inline; }
    .burger-menu__wrapper .country-holder ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .burger-menu__wrapper .country-holder ul li {
        text-align: left; }
        .burger-menu__wrapper .country-holder ul li a {
          padding: 5px 10px;
          display: block;
          color: #999;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          .burger-menu__wrapper .country-holder ul li a .flag-icon {
            margin-right: 10px; }
          .burger-menu__wrapper .country-holder ul li a:hover {
            background: #13857c;
            color: #fff; }
  .burger-menu__wrapper .cart-holder {
    float: right;
    position: relative; }
    .burger-menu__wrapper .cart-holder .cart-popup {
      position: absolute;
      display: none;
      top: 75px;
      right: 0px;
      background: #fff;
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.125);
      /*border:1px solid #ddd;*/
      width: auto;
      max-width: 400px;
      -webkit-animation: fadeInUp;
      animation: fadeInUp;
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      z-index: 10; }
      @media (max-width: 767px) {
        .burger-menu__wrapper .cart-holder .cart-popup {
          box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.2);
          max-width: 768px;
          top: 64px; } }
      .burger-menu__wrapper .cart-holder .cart-popup:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -0.5em;
        top: 0em;
        right: 30px;
        box-sizing: border-box;
        border: .5em solid black;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        transform: rotate(-225deg);
        box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.08); }
        @media (max-width: 767px) {
          .burger-menu__wrapper .cart-holder .cart-popup:before {
            display: none; } }
      .burger-menu__wrapper .cart-holder .cart-popup .cart-empty-label {
        font-weight: 700;
        text-align: center;
        display: inline-block;
        padding: 20px 0; }
      .burger-menu__wrapper .cart-holder .cart-popup .cart-sum {
        background: #13857c;
        padding: 15px 25px;
        color: #fff;
        width: 100%;
        text-align: left; }
        .burger-menu__wrapper .cart-holder .cart-popup .cart-sum .goto-cart {
          color: #fff;
          position: relative; }
          .burger-menu__wrapper .cart-holder .cart-popup .cart-sum .goto-cart svg {
            position: absolute;
            top: 0;
            left: 0;
            stroke-dasharray: 150;
            stroke-dashoffset: 150;
            transition: stroke-dashoffset 800ms; }
          .burger-menu__wrapper .cart-holder .cart-popup .cart-sum .goto-cart i {
            position: absolute;
            top: 8px;
            left: 6px; }
          .burger-menu__wrapper .cart-holder .cart-popup .cart-sum .goto-cart:hover svg {
            stroke-dashoffset: 0; }
        .burger-menu__wrapper .cart-holder .cart-popup .cart-sum .cart-sum-label {
          opacity: .7;
          color: #fff;
          font-weight: 300; }
        .burger-menu__wrapper .cart-holder .cart-popup .cart-sum .cart-sum-number {
          font-weight: 900;
          color: #fff; }
    .burger-menu__wrapper .cart-holder .cart-count {
      position: relative;
      display: inline-block;
      top: -1px;
      width: 15px;
      height: 15px;
      margin-left: -16px;
      top: -10px;
      left: -10px;
      font-size: 11px;
      background: #13857c;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 15px; }
    .burger-menu__wrapper .cart-holder ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .burger-menu__wrapper .cart-holder ul li {
        padding: 15px 10px;
        width: 100%;
        border: 2px solid transparent;
        -webkit-transition: border-color .4s ease, background-color .4s ease;
        -o-transition: border-color .4s ease, background-color .4s ease;
        transition: border-color .4s ease, background-color .4s ease; }
        .burger-menu__wrapper .cart-holder ul li:hover {
          border-left-color: #13857c;
          background-color: #f5f5f5; }
        .burger-menu__wrapper .cart-holder ul li:after {
          clear: both;
          display: table;
          content: ''; }
        .burger-menu__wrapper .cart-holder ul li .cart-item__image {
          width: 30px;
          height: auto; }
        .burger-menu__wrapper .cart-holder ul li .cart-item__price {
          color: #666;
          font-weight: 700; }
        .burger-menu__wrapper .cart-holder ul li .cart-item__name-holder {
          position: relative; }
          .burger-menu__wrapper .cart-holder ul li .cart-item__name-holder .cart-item__name {
            display: inline-block;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: left;
            overflow: hidden;
            color: #13857c; }
          .burger-menu__wrapper .cart-holder ul li .cart-item__name-holder .option {
            display: block;
            text-align: left;
            margin-top: -8px;
            font-weight: 700;
            color: #888;
            font-size: 14px;
            width: 100%;
            height: auto; }
  .burger-menu__wrapper .country-switcher {
    margin-top: 13px; }
    .burger-menu__wrapper .country-switcher > ul {
      display: none; }
    .burger-menu__wrapper .country-switcher img {
      max-width: 25px;
      height: auto; }

main .main_nav {
  padding: 0 !important; }

@media (max-width: 767px) {
  .social_newsletter_holder {
    text-align: center; }
  .main-footer__copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0; }
  .payment-icons {
    margin-top: 15px;
    text-align: center; }
    .payment-icons .payment-icons__img {
      float: none; }
  .breadcrumbs {
    padding-left: 20px; } }

@media (max-width: 767px) {
  .burger-menu__wrapper .logo {
    margin-left: 0; }
  nav .burger-menu {
    margin-right: 0; } }

.social-media {
  position: fixed;
  right: 0px;
  top: 100px;
  z-index: 100; }

.facebook-social-media,
.twitter-social-media,
.email-social-media,
.location-social-media,
.phone-social-media {
  width: 38px;
  height: 38px;
  display: block;
  margin-bottom: 0.125rem;
  background-repeat: no-repeat;
  background-size: cover; }
  .facebook-social-media:hover,
  .twitter-social-media:hover,
  .email-social-media:hover,
  .location-social-media:hover,
  .phone-social-media:hover {
    cursor: pointer; }

.facebook-social-media {
  background-image: url(/img/FB.png); }

.twitter-social-media {
  background-image: url(/img/Twitter.png); }

.email-social-media {
  background-image: url(/img/Mail.png); }

.location-social-media {
  background-image: url(/img/Location.png); }

.phone-social-media {
  background-image: url(/img/Phone.png); }

.social-media-footeer {
  margin-top: 0.7rem; }
  .social-media-footeer .social-media__item--facebook {
    background-image: url(/img/Info_FB.png);
    background-size: cover; }
  .social-media-footeer .social-media__item--google {
    background-image: url(/img/Info_G.png);
    background-size: cover; }
  .social-media-footeer .social-media__item--instagram {
    background-image: url(/img/Info_Insta.png);
    background-size: cover; }
  .social-media-footeer .social-media__item--twitter {
    background-image: url(/img/Info_Twitter.png);
    background-size: cover; }
  .social-media-footeer .social-media__item--v {
    background-image: url(/img/Info_V.png);
    background-size: cover; }
  .social-media-footeer .social-media__item--linkedin {
    background-image: url(/img/Info_IN.png);
    background-size: cover; }
  .social-media-footeer .social-media__item--youtube {
    background-image: url(/img/Info_Youtube.png);
    background-size: cover;
    margin-right: 0; }
