<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }

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

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

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

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

  .navbar {
    display: none; }

  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important; }

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

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Century Gothic";
  line-height: 1.1;
  color: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

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

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

.img-fluid, .carousel-inner &gt; .carousel-item &gt; img,
.carousel-inner &gt; .carousel-item &gt; a &gt; img {
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

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

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

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

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #f8f8f8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thead-default th {
  color: #acaaa6;
  background-color: #f6f6f6; }

.table-inverse {
  color: #f6f6f6;
  background-color: #878787; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #acaaa6; }
  .table-inverse.table-bordered {
    border: 0; }

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

.table-reflow thead {
  float: left; }
.table-reflow tbody {
  display: block;
  white-space: nowrap; }
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }
.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px); }
select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

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

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

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

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

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

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm &gt; .form-control-static.form-control,
  .input-group-sm &gt; .form-control-static.input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg &gt; .form-control-static.form-control,
  .input-group-lg &gt; .form-control-static.input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

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

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

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

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

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #acaaa6;
    cursor: not-allowed; }

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

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

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    color: #acaaa6;
    cursor: not-allowed; }

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

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

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #4cbb6c; }
.has-success .form-control {
  border-color: #4cbb6c; }
  .has-success .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9; }
.has-success .input-group-addon {
  color: #4cbb6c;
  border-color: #4cbb6c;
  background-color: #e0f3e5; }
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #ff9a52; }
.has-warning .form-control {
  border-color: #ff9a52; }
  .has-warning .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8; }
.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: white; }
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #ff4c4c; }
.has-danger .form-control {
  border-color: #ff4c4c; }
  .has-danger .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2; }
.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: white; }
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

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

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 2px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

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

.btn-primary {
  color: #fff;
  background-color: #3387f2;
  border-color: transparent; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0e6ce4;
    border-color: transparent; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0e6ce4;
    border-color: transparent; }
  .btn-primary:active, .btn-primary.active, .open &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0e6ce4;
    border-color: transparent;
    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 &gt; .btn-primary.dropdown-toggle:hover, .open &gt; .btn-primary.dropdown-toggle:focus, .open &gt; .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #0c5cc2;
      border-color: transparent; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #3387f2;
    border-color: transparent; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #3387f2;
    border-color: transparent; }

.btn-secondary, .btn-tertiary {
  color: #414141;
  background-color: #f6f6f6;
  border-color: transparent; }
  .btn-secondary:hover, .btn-tertiary:hover {
    color: #414141;
    background-color: #dddddd;
    border-color: transparent; }
  .btn-secondary:focus, .btn-tertiary:focus, .btn-secondary.focus, .focus.btn-tertiary {
    color: #414141;
    background-color: #dddddd;
    border-color: transparent; }
  .btn-secondary:active, .btn-tertiary:active, .btn-secondary.active, .active.btn-tertiary, .open &gt; .btn-secondary.dropdown-toggle, .open &gt; .dropdown-toggle.btn-tertiary {
    color: #414141;
    background-color: #dddddd;
    border-color: transparent;
    background-image: none; }
    .btn-secondary:active:hover, .btn-tertiary:active:hover, .btn-secondary:active:focus, .btn-tertiary:active:focus, .btn-secondary:active.focus, .btn-tertiary:active.focus, .btn-secondary.active:hover, .active.btn-tertiary:hover, .btn-secondary.active:focus, .active.btn-tertiary:focus, .btn-secondary.active.focus, .active.focus.btn-tertiary, .open &gt; .btn-secondary.dropdown-toggle:hover, .open &gt; .dropdown-toggle.btn-tertiary:hover, .open &gt; .btn-secondary.dropdown-toggle:focus, .open &gt; .dropdown-toggle.btn-tertiary:focus, .open &gt; .btn-secondary.dropdown-toggle.focus, .open &gt; .dropdown-toggle.focus.btn-tertiary {
      color: #414141;
      background-color: #cbcbcb;
      border-color: transparent; }
  .btn-secondary.disabled:focus, .disabled.btn-tertiary:focus, .btn-secondary.disabled.focus, .disabled.focus.btn-tertiary, .btn-secondary:disabled:focus, .btn-tertiary:disabled:focus, .btn-secondary:disabled.focus, .btn-tertiary:disabled.focus {
    background-color: #f6f6f6;
    border-color: transparent; }
  .btn-secondary.disabled:hover, .disabled.btn-tertiary:hover, .btn-secondary:disabled:hover, .btn-tertiary:disabled:hover {
    background-color: #f6f6f6;
    border-color: transparent; }

.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 &gt; .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 &gt; .btn-info.dropdown-toggle:hover, .open &gt; .btn-info.dropdown-toggle:focus, .open &gt; .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 &gt; .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 &gt; .btn-success.dropdown-toggle:hover, .open &gt; .btn-success.dropdown-toggle:focus, .open &gt; .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: white;
  background-color: #FF9A52;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: white;
    background-color: #ff7c1f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: white;
    background-color: #ff7c1f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active, .open &gt; .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ff7c1f;
    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 &gt; .btn-warning.dropdown-toggle:hover, .open &gt; .btn-warning.dropdown-toggle:focus, .open &gt; .btn-warning.dropdown-toggle.focus {
      color: white;
      background-color: #fa6800;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #FF9A52;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #FF9A52;
    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 &gt; .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 &gt; .btn-danger.dropdown-toggle:hover, .open &gt; .btn-danger.dropdown-toggle:focus, .open &gt; .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-outline-primary {
  color: #3387f2;
  background-image: none;
  background-color: transparent;
  border-color: #3387f2; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #3387f2;
    border-color: #3387f2; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #3387f2;
    border-color: #3387f2; }
  .btn-outline-primary:active, .btn-outline-primary.active, .open &gt; .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3387f2;
    border-color: #3387f2; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open &gt; .btn-outline-primary.dropdown-toggle:hover, .open &gt; .btn-outline-primary.dropdown-toggle:focus, .open &gt; .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #0c5cc2;
      border-color: #0a4a9c; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #93bff8; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #93bff8; }

.btn-outline-secondary {
  color: transparent;
  background-image: none;
  background-color: transparent;
  border-color: transparent; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active, .open &gt; .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open &gt; .btn-outline-secondary.dropdown-toggle:hover, .open &gt; .btn-outline-secondary.dropdown-toggle:focus, .open &gt; .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: transparent;
      border-color: transparent; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: rgba(51, 51, 51, 0); }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0); }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active, .open &gt; .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open &gt; .btn-outline-info.dropdown-toggle:hover, .open &gt; .btn-outline-info.dropdown-toggle:focus, .open &gt; .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:active, .btn-outline-success.active, .open &gt; .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open &gt; .btn-outline-success.dropdown-toggle:hover, .open &gt; .btn-outline-success.dropdown-toggle:focus, .open &gt; .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3; }

.btn-outline-warning {
  color: #FF9A52;
  background-image: none;
  background-color: transparent;
  border-color: #FF9A52; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52; }
  .btn-outline-warning:active, .btn-outline-warning.active, .open &gt; .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open &gt; .btn-outline-warning.dropdown-toggle:hover, .open &gt; .btn-outline-warning.dropdown-toggle:focus, .open &gt; .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #fa6800;
      border-color: #d25700; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #ffd6b8; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #ffd6b8; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:active, .btn-outline-danger.active, .open &gt; .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open &gt; .btn-outline-danger.dropdown-toggle:hover, .open &gt; .btn-outline-danger.dropdown-toggle:focus, .open &gt; .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eba5a3; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #000;
  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: #3387f2;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  border-radius: 0.2rem; }

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

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

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

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open &gt; .dropdown-menu {
  display: block; }
.open &gt; a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #818a91;
  white-space: nowrap; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    float: left;
    margin-bottom: 0; }
    .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .btn.active {
      z-index: 2; }
    .btn-group &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -0.5rem; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar &gt; .btn,
  .btn-toolbar &gt; .btn-group,
  .btn-toolbar &gt; .input-group {
    margin-left: 0.5rem; }

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group &gt; .btn:first-child {
  margin-left: 0; }
  .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group &gt; .btn-group {
  float: left; }

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

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

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

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

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

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

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical &gt; .btn-group::after {
  content: "";
  display: table;
  clear: both; }
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none; }
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm &gt; .input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg &gt; .input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn &gt; .btn {
    position: relative; }
    .input-group-btn &gt; .btn + .btn {
      margin-left: -1px; }
    .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active, .input-group-btn &gt; .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) &gt; .btn,
  .input-group-btn:not(:last-child) &gt; .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) &gt; .btn,
  .input-group-btn:not(:first-child) &gt; .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) &gt; .btn:focus, .input-group-btn:not(:first-child) &gt; .btn:active, .input-group-btn:not(:first-child) &gt; .btn:hover,
    .input-group-btn:not(:first-child) &gt; .btn-group:focus,
    .input-group-btn:not(:first-child) &gt; .btn-group:active,
    .input-group-btn:not(:first-child) &gt; .btn-group:hover {
      z-index: 3; }

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

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

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

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

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

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

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

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

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

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

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

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

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

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }
.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

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

.tab-content &gt; .tab-pane {
  display: none; }
.tab-content &gt; .active {
  display: block; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 576px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 576px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 576px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 0.875rem;
  line-height: inherit; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-xs .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }
@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block; } }
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-sm .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block; } }
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-md .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block; } }
.navbar-toggleable-lg::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-lg .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    display: block; } }
.navbar-toggleable-xl {
  display: block; }
  .navbar-toggleable-xl::after {
    content: "";
    display: table;
    clear: both; }
  .navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-xl .navbar-nav .dropdown-menu {
      position: static;
      float: none; }

.navbar-nav .nav-item {
  float: left; }
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .open &gt; .nav-link, .navbar-light .navbar-nav .open &gt; .nav-link:focus, .navbar-light .navbar-nav .open &gt; .nav-link:hover,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link:focus,
.navbar-light .navbar-nav .active &gt; .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
  .navbar-dark .navbar-toggler:focus,
  .navbar-dark .navbar-toggler:hover {
    color: white; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .open &gt; .nav-link, .navbar-dark .navbar-nav .open &gt; .nav-link:focus, .navbar-dark .navbar-nav .open &gt; .nav-link:hover,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link:focus,
.navbar-dark .navbar-nav .active &gt; .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }
.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block !important; } }
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

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

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

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

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

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

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card &gt; .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }
.card &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

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

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

.card-primary {
  background-color: #3387f2;
  border-color: #3387f2; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

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

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

.card-outline-primary {
  background-color: transparent;
  border-color: #3387f2; }

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

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

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

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

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

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

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

.card-img {
  border-radius: calc(0.25rem - 1px); }

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

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

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

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }
@media (min-width: 576px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #0c0c0e;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #FFFFFF;
    content: ""; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #FFFFFF; }

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

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem; }
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.8125rem; }
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

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

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

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

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

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

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

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: rgba(255, 154, 82, 0.3);
  border-color: #FF9A52;
  color: #acaaa6; }
  .alert-warning hr {
    border-top-color: #ff8b39; }
  .alert-warning .alert-link {
    color: #93918c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

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

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

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

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

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

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

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

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

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem; }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; } }
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

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

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }
.progress-success[value]::-ms-fill {
  background-color: #5cb85c; }
@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }
.progress-info[value]::-ms-fill {
  background-color: #5bc0de; }
@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }
.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e; }
@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }
.progress-danger[value]::-ms-fill {
  background-color: #d9534f; }
@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

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

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
      color: #818a91; }
  .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading &gt; small,
    .list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading &gt; small,
    .list-group-item.active:focus .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading &gt; small,
    .list-group-item.active:hover .list-group-item-heading &gt; .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
      color: #a8d6fe; }

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

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #333; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

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

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

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.8125rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.8125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #fff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #fff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #fff; }

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

.popover-content {
  padding: 9px 14px; }

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner &gt; .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner &gt; .carousel-item &gt; img,
    .carousel-inner &gt; .carousel-item &gt; a &gt; img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner &gt; .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner &gt; .carousel-item.next, .carousel-inner &gt; .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner &gt; .carousel-item.prev, .carousel-inner &gt; .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner &gt; .carousel-item.next.left, .carousel-inner &gt; .carousel-item.prev.right, .carousel-inner &gt; .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner &gt; .active,
  .carousel-inner &gt; .next,
  .carousel-inner &gt; .prev {
    display: block; }
  .carousel-inner &gt; .active {
    left: 0; }
  .carousel-inner &gt; .next,
  .carousel-inner &gt; .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner &gt; .next {
    left: 100%; }
  .carousel-inner &gt; .prev {
    left: -100%; }
  .carousel-inner &gt; .next.left,
  .carousel-inner &gt; .prev.right {
    left: 0; }
  .carousel-inner &gt; .active.left {
    left: -100%; }
  .carousel-inner &gt; .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5625rem;
  font-size: 1rem;
  color: #999;
  text-align: center;
  text-shadow: none;
  opacity: 1; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #999;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none; }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 576px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

.bg-primary {
  background-color: #3387f2 !important; }

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

.bg-success {
  background-color: #4cbb6c !important; }

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem; }

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

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

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

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

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

  .float-md-right {
    float: right !important; }

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

  .float-lg-right {
    float: right !important; }

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

  .float-xl-right {
    float: right !important; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

.h-100 {
  height: 100% !important; }

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

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

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

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

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

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

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

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

.font-italic {
  font-style: italic; }

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

.text-muted {
  color: #acaaa6 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #93918c !important; }

.text-primary {
  color: #3387f2 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0e6ce4 !important; }

.text-success {
  color: #4cbb6c !important; }

a.text-success:focus, a.text-success:hover {
  color: #3a9a56 !important; }

.text-info {
  color: #5bc0de !important; }

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

.text-warning {
  color: #ff9a52 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ff7c1f !important; }

.text-danger {
  color: #ff4c4c !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #ff1919 !important; }

.text-gray-dark {
  color: #878787 !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #6e6e6e !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1400px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-right: -20px;
  margin-left: -20px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }

.col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .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, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .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, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .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, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .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, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 576px) {
    .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .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, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .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, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .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, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .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, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .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 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .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, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .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, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .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, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .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, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .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 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 992px) {
    .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .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, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .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, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .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, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .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, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .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 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .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, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .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, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .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, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .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, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .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 {
      padding-right: 20px;
      padding-left: 20px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-xs-2-4 {
  right: 20%; }

.pull-xs-4-8 {
  right: 40%; }

.pull-xs-7-2 {
  right: 60%; }

.pull-xs-9-6 {
  right: 80%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.push-xs-2-4 {
  left: 20%; }

.push-xs-4-8 {
  left: 40%; }

.push-xs-7-2 {
  left: 60%; }

.push-xs-9-6 {
  left: 80%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-2-4 {
    float: left;
    width: 20%; }

  .col-sm-4-8 {
    float: left;
    width: 40%; }

  .col-sm-7-2 {
    float: left;
    width: 60%; }

  .col-sm-9-6 {
    float: left;
    width: 80%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-sm-2-4 {
    right: 20%; }

  .pull-sm-4-8 {
    right: 40%; }

  .pull-sm-7-2 {
    right: 60%; }

  .pull-sm-9-6 {
    right: 80%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .push-sm-2-4 {
    left: 20%; }

  .push-sm-4-8 {
    left: 40%; }

  .push-sm-7-2 {
    left: 60%; }

  .push-sm-9-6 {
    left: 80%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; }

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

  .offset-sm-2-4 {
    margin-left: 20%; }

  .offset-sm-4-8 {
    margin-left: 40%; }

  .offset-sm-7-2 {
    margin-left: 60%; }

  .offset-sm-9-6 {
    margin-left: 80%; } }
@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-2-4 {
    float: left;
    width: 20%; }

  .col-md-4-8 {
    float: left;
    width: 40%; }

  .col-md-7-2 {
    float: left;
    width: 60%; }

  .col-md-9-6 {
    float: left;
    width: 80%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-md-2-4 {
    right: 20%; }

  .pull-md-4-8 {
    right: 40%; }

  .pull-md-7-2 {
    right: 60%; }

  .pull-md-9-6 {
    right: 80%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .push-md-2-4 {
    left: 20%; }

  .push-md-4-8 {
    left: 40%; }

  .push-md-7-2 {
    left: 60%; }

  .push-md-9-6 {
    left: 80%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; }

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

  .offset-md-2-4 {
    margin-left: 20%; }

  .offset-md-4-8 {
    margin-left: 40%; }

  .offset-md-7-2 {
    margin-left: 60%; }

  .offset-md-9-6 {
    margin-left: 80%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-2-4 {
    float: left;
    width: 20%; }

  .col-lg-4-8 {
    float: left;
    width: 40%; }

  .col-lg-7-2 {
    float: left;
    width: 60%; }

  .col-lg-9-6 {
    float: left;
    width: 80%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-lg-2-4 {
    right: 20%; }

  .pull-lg-4-8 {
    right: 40%; }

  .pull-lg-7-2 {
    right: 60%; }

  .pull-lg-9-6 {
    right: 80%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .push-lg-2-4 {
    left: 20%; }

  .push-lg-4-8 {
    left: 40%; }

  .push-lg-7-2 {
    left: 60%; }

  .push-lg-9-6 {
    left: 80%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; }

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

  .offset-lg-2-4 {
    margin-left: 20%; }

  .offset-lg-4-8 {
    margin-left: 40%; }

  .offset-lg-7-2 {
    margin-left: 60%; }

  .offset-lg-9-6 {
    margin-left: 80%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-2-4 {
    float: left;
    width: 20%; }

  .col-xl-4-8 {
    float: left;
    width: 40%; }

  .col-xl-7-2 {
    float: left;
    width: 60%; }

  .col-xl-9-6 {
    float: left;
    width: 80%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-xl-2-4 {
    right: 20%; }

  .pull-xl-4-8 {
    right: 40%; }

  .pull-xl-7-2 {
    right: 60%; }

  .pull-xl-9-6 {
    right: 80%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .push-xl-2-4 {
    left: 20%; }

  .push-xl-4-8 {
    left: 40%; }

  .push-xl-7-2 {
    left: 60%; }

  .push-xl-9-6 {
    left: 80%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; }

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

  .offset-xl-2-4 {
    margin-left: 20%; }

  .offset-xl-4-8 {
    margin-left: 40%; }

  .offset-xl-7-2 {
    margin-left: 60%; }

  .offset-xl-9-6 {
    margin-left: 80%; } }
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

html {
  box-sizing: border-box; }

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

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

body {
  font-family:"Century Gothic";
  font-size: 1rem;
  line-height: 1.5;
  color: #212121;
  background-color: #f8f8f8; }

[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: #000;
  text-decoration: none; }
  a:focus, a:hover {
    color: #3387f2;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

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

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

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #acaaa6;
  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 {
  line-height: inherit; }

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

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

textarea {
  resize: vertical; }

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

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

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by Istv├ín Ujj-M├⌐sz├íros
 *  Under Apache License v2.0 License
 */
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.bootstrap-touchspin .input-group-btn-vertical &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px; }

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: 400; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Century-Gothic.ttf);
  /* For IE6-8 */
  src: local("Century Gothic"),url(../fonts/Century-Gothic.ttf) format("truetype"); }
  @font-face {
    font-family: 'UTM Sarah';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/UTMSarah.eot);
    /* For IE6-8 */
    src: local("UTM Sarah"), local("MaterialIcons-Regular"), url(../fonts/UTMSarah.woff2) format("woff2"), url(../fonts/UTMSarah.woff) format("woff"), url(../fonts/UTMSarah.ttf) format("truetype"); }
@font-face {
  font-family: 'Chingolo Pro';
  src: url(../ChingoloPro.eot);
  src: url("ChingoloPro.eot?#iefix") format("embedded-opentype"), url(../fonts/ChingoloPro.woff2) format("woff2"), url(../fonts/ChingoloPro.woff) format("woff"), url(../fonts/ChingoloPro.ttf) format("truetype"), url(../fonts/ChingoloPro.svg#ChingoloPro) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Handycheera';
  src: url("Handycheera.eot");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Handycheera';
  src: url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url("Handycheera.ttf") format("truetype"), url("Handycheera.svg#Handycheera") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul &gt; li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

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

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

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

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

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

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

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

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

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

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

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

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

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

@font-face {
  font-family: "simple-line-icons";
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-user:before {
  content: "\e005"; }

.icon-people:before {
  content: "\e001"; }

.icon-user-female:before {
  content: "\e000"; }

.icon-user-follow:before {
  content: "\e002"; }

.icon-user-following:before {
  content: "\e003"; }

.icon-user-unfollow:before {
  content: "\e004"; }

.icon-login:before {
  content: "\e066"; }

.icon-logout:before {
  content: "\e065"; }

.icon-emotsmile:before {
  content: "\e021"; }

.icon-phone:before {
  content: "\e600"; }

.icon-call-end:before {
  content: "\e048"; }

.icon-call-in:before {
  content: "\e047"; }

.icon-call-out:before {
  content: "\e046"; }

.icon-map:before {
  content: "\e033"; }

.icon-location-pin:before {
  content: "\e096"; }

.icon-direction:before {
  content: "\e042"; }

.icon-directions:before {
  content: "\e041"; }

.icon-compass:before {
  content: "\e045"; }

.icon-layers:before {
  content: "\e034"; }

.icon-menu:before {
  content: "\e601"; }

.icon-list:before {
  content: "\e067"; }

.icon-options-vertical:before {
  content: "\e602"; }

.icon-options:before {
  content: "\e603"; }

.icon-arrow-down:before {
  content: "\e604"; }

.icon-arrow-left:before {
  content: "\e605"; }

.icon-arrow-right:before {
  content: "\e606"; }

.icon-arrow-up:before {
  content: "\e607"; }

.icon-arrow-up-circle:before {
  content: "\e078"; }

.icon-arrow-left-circle:before {
  content: "\e07a"; }

.icon-arrow-right-circle:before {
  content: "\e079"; }

.icon-arrow-down-circle:before {
  content: "\e07b"; }

.icon-check:before {
  content: "\e080"; }

.icon-clock:before {
  content: "\e081"; }

.icon-plus:before {
  content: "\e095"; }

.icon-minus:before {
  content: "\e615"; }

.icon-close:before {
  content: "\e082"; }

.icon-event:before {
  content: "\e619"; }

.icon-exclamation:before {
  content: "\e617"; }

.icon-organization:before {
  content: "\e616"; }

.icon-trophy:before {
  content: "\e006"; }

.icon-screen-smartphone:before {
  content: "\e010"; }

.icon-screen-desktop:before {
  content: "\e011"; }

.icon-plane:before {
  content: "\e012"; }

.icon-notebook:before {
  content: "\e013"; }

.icon-mustache:before {
  content: "\e014"; }

.icon-mouse:before {
  content: "\e015"; }

.icon-magnet:before {
  content: "\e016"; }

.icon-energy:before {
  content: "\e020"; }

.icon-disc:before {
  content: "\e022"; }

.icon-cursor:before {
  content: "\e06e"; }

.icon-cursor-move:before {
  content: "\e023"; }

.icon-crop:before {
  content: "\e024"; }

.icon-chemistry:before {
  content: "\e026"; }

.icon-speedometer:before {
  content: "\e007"; }

.icon-shield:before {
  content: "\e00e"; }

.icon-screen-tablet:before {
  content: "\e00f"; }

.icon-magic-wand:before {
  content: "\e017"; }

.icon-hourglass:before {
  content: "\e018"; }

.icon-graduation:before {
  content: "\e019"; }

.icon-ghost:before {
  content: "\e01a"; }

.icon-game-controller:before {
  content: "\e01b"; }

.icon-fire:before {
  content: "\e01c"; }

.icon-eyeglass:before {
  content: "\e01d"; }

.icon-envelope-open:before {
  content: "\e01e"; }

.icon-envelope-letter:before {
  content: "\e01f"; }

.icon-bell:before {
  content: "\e027"; }

.icon-badge:before {
  content: "\e028"; }

.icon-anchor:before {
  content: "\e029"; }

.icon-wallet:before {
  content: "\e02a"; }

.icon-vector:before {
  content: "\e02b"; }

.icon-speech:before {
  content: "\e02c"; }

.icon-puzzle:before {
  content: "\e02d"; }

.icon-printer:before {
  content: "\e02e"; }

.icon-present:before {
  content: "\e02f"; }

.icon-playlist:before {
  content: "\e030"; }

.icon-pin:before {
  content: "\e031"; }

.icon-picture:before {
  content: "\e032"; }

.icon-handbag:before {
  content: "\e035"; }

.icon-globe-alt:before {
  content: "\e036"; }

.icon-globe:before {
  content: "\e037"; }

.icon-folder-alt:before {
  content: "\e039"; }

.icon-folder:before {
  content: "\e089"; }

.icon-film:before {
  content: "\e03a"; }

.icon-feed:before {
  content: "\e03b"; }

.icon-drop:before {
  content: "\e03e"; }

.icon-drawer:before {
  content: "\e03f"; }

.icon-docs:before {
  content: "\e040"; }

.icon-doc:before {
  content: "\e085"; }

.icon-diamond:before {
  content: "\e043"; }

.icon-cup:before {
  content: "\e044"; }

.icon-calculator:before {
  content: "\e049"; }

.icon-bubbles:before {
  content: "\e04a"; }

.icon-briefcase:before {
  content: "\e04b"; }

.icon-book-open:before {
  content: "\e04c"; }

.icon-basket-loaded:before {
  content: "\e04d"; }

.icon-basket:before {
  content: "\e04e"; }

.icon-bag:before {
  content: "\e04f"; }

.icon-action-undo:before {
  content: "\e050"; }

.icon-action-redo:before {
  content: "\e051"; }

.icon-wrench:before {
  content: "\e052"; }

.icon-umbrella:before {
  content: "\e053"; }

.icon-trash:before {
  content: "\e054"; }

.icon-tag:before {
  content: "\e055"; }

.icon-support:before {
  content: "\e056"; }

.icon-frame:before {
  content: "\e038"; }

.icon-size-fullscreen:before {
  content: "\e057"; }

.icon-size-actual:before {
  content: "\e058"; }

.icon-shuffle:before {
  content: "\e059"; }

.icon-share-alt:before {
  content: "\e05a"; }

.icon-share:before {
  content: "\e05b"; }

.icon-rocket:before {
  content: "\e05c"; }

.icon-question:before {
  content: "\e05d"; }

.icon-pie-chart:before {
  content: "\e05e"; }

.icon-pencil:before {
  content: "\e05f"; }

.icon-note:before {
  content: "\e060"; }

.icon-loop:before {
  content: "\e064"; }

.icon-home:before {
  content: "\e069"; }

.icon-grid:before {
  content: "\e06a"; }

.icon-graph:before {
  content: "\e06b"; }

.icon-microphone:before {
  content: "\e063"; }

.icon-music-tone-alt:before {
  content: "\e061"; }

.icon-music-tone:before {
  content: "\e062"; }

.icon-earphones-alt:before {
  content: "\e03c"; }

.icon-earphones:before {
  content: "\e03d"; }

.icon-equalizer:before {
  content: "\e06c"; }

.icon-like:before {
  content: "\e068"; }

.icon-dislike:before {
  content: "\e06d"; }

.icon-control-start:before {
  content: "\e06f"; }

.icon-control-rewind:before {
  content: "\e070"; }

.icon-control-play:before {
  content: "\e071"; }

.icon-control-pause:before {
  content: "\e072"; }

.icon-control-forward:before {
  content: "\e073"; }

.icon-control-end:before {
  content: "\e074"; }

.icon-volume-1:before {
  content: "\e09f"; }

.icon-volume-2:before {
  content: "\e0a0"; }

.icon-volume-off:before {
  content: "\e0a1"; }

.icon-bulb:before {
  content: "\e076"; }

.icon-chart:before {
  content: "\e077"; }

.icon-ban:before {
  content: "\e07c"; }

.icon-bubble:before {
  content: "\e07d"; }

.icon-camrecorder:before {
  content: "\e07e"; }

.icon-camera:before {
  content: "\e07f"; }

.icon-cloud-download:before {
  content: "\e083"; }

.icon-cloud-upload:before {
  content: "\e084"; }

.icon-envelope:before {
  content: "\e086"; }

.icon-eye:before {
  content: "\e087"; }

.icon-flag:before {
  content: "\e088"; }

.icon-heart:before {
  content: "\e08a"; }

.icon-info:before {
  content: "\e08b"; }

.icon-key:before {
  content: "\e08c"; }

.icon-link:before {
  content: "\e08d"; }

.icon-lock:before {
  content: "\e08e"; }

.icon-lock-open:before {
  content: "\e08f"; }

.icon-magnifier:before {
  content: "\e090"; }

.icon-magnifier-add:before {
  content: "\e091"; }

.icon-magnifier-remove:before {
  content: "\e092"; }

.icon-paper-clip:before {
  content: "\e093"; }

.icon-paper-plane:before {
  content: "\e094"; }

.icon-power:before {
  content: "\e097"; }

.icon-refresh:before {
  content: "\e098"; }

.icon-reload:before {
  content: "\e099"; }

.icon-settings:before {
  content: "\e09a"; }

.icon-star:before {
  content: "\e09b"; }

.icon-symbol-female:before {
  content: "\e09c"; }

.icon-symbol-male:before {
  content: "\e09d"; }

.icon-target:before {
  content: "\e09e"; }

.icon-credit-card:before {
  content: "\e025"; }

.icon-paypal:before {
  content: "\e608"; }

.icon-social-tumblr:before {
  content: "\e00a"; }

.icon-social-twitter:before {
  content: "\e009"; }

.icon-social-facebook:before {
  content: "\e00b"; }

.icon-social-instagram:before {
  content: "\e609"; }

.icon-social-linkedin:before {
  content: "\e60a"; }

.icon-social-pinterest:before {
  content: "\e60b"; }

.icon-social-github:before {
  content: "\e60c"; }

.icon-social-google:before {
  content: "\e60d"; }

.icon-social-reddit:before {
  content: "\e60e"; }

.icon-social-skype:before {
  content: "\e60f"; }

.icon-social-dribbble:before {
  content: "\e00d"; }

.icon-social-behance:before {
  content: "\e610"; }

.icon-social-foursqare:before {
  content: "\e611"; }

.icon-social-soundcloud:before {
  content: "\e612"; }

.icon-social-spotify:before {
  content: "\e613"; }

.icon-social-stumbleupon:before {
  content: "\e614"; }

.icon-social-youtube:before {
  content: "\e008"; }

.icon-social-dropbox:before {
  content: "\e00c"; }

.icon-social-vkontakte:before {
  content: "\e618"; }

.icon-social-steam:before {
  content: "\e620"; }

.rtl * {
  direction: rtl !important; }
.rtl main {
  text-align: right !important; }

body,
html {
  height: 100%; }

body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #212121;
  line-height: 1.25em; }

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

a {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }
  a:hover {
    color: #72c9e4;
    text-decoration: none; }
  a:focus {
    outline: none;
    text-decoration: none; }

p {
  font-size: 0.875rem;
  color: #212121;
  font-weight: 400; }

.dropdown-item:focus,
.dropdown-item:hover {
  background: none; }

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  display: inline-block;
  margin: 0.3125rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  position: relative; }
  .color::before,
  .custom-checkbox input[type="checkbox"] + span.color::before {
    content: "";
    border: 1px solid #afafaf;
    border-radius: 100%;
    background: transparent;
    display: block;
    position: absolute;
    top: -4px;
    opacity: 0;
    visibility: hidden;
    left: -4px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    .rtl .color::before, .rtl
    .custom-checkbox input[type="checkbox"] + span.color::before {
      right: -4px;
      left: auto; }
  .color.active::before, .color:hover::before,
  .custom-checkbox input[type="checkbox"] + span.color.active::before,
  .custom-checkbox input[type="checkbox"] + span.color:hover::before {
    visibility: visible;
    opacity: 1; }

.facet-label .color::before {
  width: 22px;
  height: 22px; }
.facet-label.active .custom-checkbox span.color::before, .facet-label:hover .custom-checkbox span.color::before {
  visibility: visible;
  opacity: 1; }

.h1,
.h2,
.h3 {
  text-transform: uppercase;
  color: #000000; }

.h4 {
  font-weight: 700;
  color: #000000; }

.btn-primary,
.btn-secondary,
.btn-tertiary {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .btn-primary .material-icons,
  .btn-secondary .material-icons,
  .btn-tertiary .material-icons {
    margin-right: 0.625rem; }
    .rtl .btn-primary .material-icons, .rtl
    .btn-secondary .material-icons, .rtl
    .btn-tertiary .material-icons {
      margin-left: 0.625rem;
      margin-right: inherit; }

.btn-tertiary {
  text-transform: lowercase;
  color: #acaaa6;
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 0.25rem;
  margin: 0.25rem 0;
  font-weight: 400;
  font-size: 0.8125rem; }
  .btn-tertiary .material-icons {
    font-size: 0.875rem; }
  .btn-tertiary:hover {
    -moz-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0.0625rem 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(35, 35, 35, 0.2); }

.btn-unstyle {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: inherit; }
  .btn-unstyle:focus {
    outline: 0; }
    .btn-unstyle:focus .expand-more {
      color: #3387f2; }

.card {
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1); }

label, .label {
  color: #414141;
  text-align: right;
  font-size: 0.875rem; }
  .rtl label, .rtl .label {
    text-align: left; }

small.label, small.value {
  font-size: 0.8125rem; }

.form-control-label {
  padding-top: 0.625rem; }

.form-control {
  border: 1px solid #ebebeb;
  background: #FFFFFF;
  border-radius: 0;
  box-shadow: none;
  height: 38px;
  padding: 0.5rem 1rem;
  color: #acaaa6;
  font-weight: 300;
  font-size: 14px; }
  .form-control:focus {
    outline: 0;
    border-color: #282828; }

.input-group.focus {
  outline: 1px solid #eaeaea; }
.input-group .form-control:focus {
  outline: none; }
.input-group .input-group-btn {
  height: 100%; }
  .input-group .input-group-btn &gt; .btn {
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 0.6875rem;
    font-weight: normal;
    margin-left: 0px;
    padding: 0.625rem 1rem;
    text-transform: uppercase; }
    .rtl .input-group .input-group-btn &gt; .btn {
      margin-right: 0px;
      margin-left: inherit; }
    .input-group .input-group-btn &gt; .btn[data-action="show-password"] {
      background: #acaaa6;
      height: 100%; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #acaaa6; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #acaaa6; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #acaaa6; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #acaaa6; }
input:active::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
  color: #414141; }
input:active::-moz-placeholder, textarea:active::-moz-placeholder {
  color: #414141; }
input:active:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
  color: #414141; }
input:active:-moz-placeholder, textarea:active:-moz-placeholder {
  color: #414141; }

.form-control-select {
  height: 2.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #FFFFFF url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  background-position-x: 99%;
  background-size: 1.25rem 1.25rem;
  padding-right: 2rem; }
  .rtl .form-control-select {
    padding-left: 2rem;
    padding-right: inherit; }
  .form-control-select::-ms-expand {
    display: none; }

.form-control-valign {
  padding-top: 0.5rem; }

.form-control-comment {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  color: #878787;
  display: inline-block;
  font-weight: 300; }

.form-control-submit.disabled {
  background: #5bc0de;
  color: white; }

.form-group.has-error input,
.form-group.has-error select {
  outline: 0.1875rem solid #ff4c4c; }
.form-group.has-error .help-block {
  color: #ff4c4c; }
.form-group #use_same_address {
  float: left;
  margin: 2px 5px 0 0; }
  .rtl .form-group #use_same_address {
    float: right; }
  .rtl .form-group #use_same_address {
    margin: 2px 0 0 5px; }

.group-span-filestyle label {
  margin: 0; }
.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
  background: #72c9e4;
  color: white;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 0.875rem;
  padding: 0.5rem 1rem; }

.bootstrap-touchspin {
  width: auto;
  float: left;
  display: inline-block; }
  .bootstrap-touchspin input:focus {
    outline: none; }
  .bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    color: #414141;
    background-color: white;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    width: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    float: left; }
  .bootstrap-touchspin .btn-touchspin {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 1.3125rem; }
    .bootstrap-touchspin .btn-touchspin:hover {
      background-color: #ebebeb; }
  .bootstrap-touchspin .input-group-btn-vertical {
    color: #414141;
    width: auto;
    float: left; }
    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px; }
    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px; }
    .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
      content: "\E5CE"; }
    .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
      content: "\E5CF"; }
    .bootstrap-touchspin .input-group-btn-vertical i {
      top: 0.0625rem;
      left: 0.1875rem;
      font-size: 0.9375rem; }

.custom-radio {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  border: #acaaa6 2px solid;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 1.25rem; }
  .rtl .custom-radio {
    margin-left: 1.25rem;
    margin-right: inherit; }
  .custom-radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
  .custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #72c9e4;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.custom-checkbox {
  position: relative;
  margin-bottom: 1px !important; }
  .custom-checkbox input[type="checkbox"],
  .custom-checkbox input[type="radio"] {
    margin-top: 0.25rem;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0; }
    .rtl .custom-checkbox input[type="checkbox"], .rtl
    .custom-checkbox input[type="radio"] {
      right: 0;
      left: auto; }
    .custom-checkbox input[type="checkbox"] + span,
    .custom-checkbox input[type="radio"] + span {
      margin-right: 3px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      border: 2px #414141 solid;
      width: 16px;
      height: 16px;
      border-radius: 100%; }
      .rtl .custom-checkbox input[type="checkbox"] + span, .rtl
      .custom-checkbox input[type="radio"] + span {
        margin-left: 3px;
        margin-right: inherit; }
      .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
      .custom-checkbox input[type="radio"] + span .checkbox-checked {
        display: none;
        margin: -0.25rem -0.125rem;
        font-size: 1.1rem;
        color: #414141; }
    .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked,
    .custom-checkbox input[type="radio"]:checked + span .checkbox-checked {
      display: block; }
    .custom-checkbox input[type="checkbox"]:focus + span,
    .custom-checkbox input[type="radio"]:focus + span {
      border-color: #acaaa6; }
  .custom-checkbox input[type="radio"] + span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .custom-checkbox label {
    text-align: left; }
    .rtl .custom-checkbox label {
      text-align: right; }

.text-muted {
  font-size: 0.875rem;
  font-weight: 300; }

.done {
  color: #4cbb6c;
  display: inline-block;
  padding: 0 0.8125rem;
  margin-right: 1.5625rem; }
  .rtl .done {
    margin-left: 1.5625rem;
    margin-right: inherit; }

.thumb-mask &gt; .mask {
  position: relative;
  overflow: hidden;
  border: #ebebeb 1px solid;
  margin: 0.625rem 0;
  width: 3.438rem;
  height: 3.438rem; }
  .thumb-mask &gt; .mask img {
    width: 3.438rem;
    height: 3.438rem; }

.definition-list dl {
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .definition-list dl:after {
    content: "";
    display: table;
    clear: both; }
  .definition-list dl dt {
    font-weight: normal; }
  .definition-list dl dd,
  .definition-list dl dt {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
    background: #ebebeb;
    padding: 1.25rem;
    margin: 0.125rem;
    float: left;
    position: relative; }
    .rtl .definition-list dl dd, .rtl
    .definition-list dl dt {
      float: right; }
    .definition-list dl dd:nth-of-type(even),
    .definition-list dl dt:nth-of-type(even) {
      background: #f6f6f6; }

.help-block {
  margin-top: 0.625rem; }

.btn.disabled,
.btn.disabled:hover {
  background: #acaaa6; }

.alert-warning .material-icons {
  color: #FF9A52;
  font-size: 2rem;
  margin-right: 0.625rem;
  padding-top: 0.3125rem; }
  .rtl .alert-warning .material-icons {
    margin-left: 0.625rem;
    margin-right: inherit; }
.alert-warning .alert-text {
  font-size: 0.9375rem;
  padding-top: 0.625rem; }
.alert-warning .alert-link {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border-width: 2px;
  margin-left: 0.625rem;
  padding: 0.3125rem 1.25rem;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #6C868E; }
  .rtl .alert-warning .alert-link {
    margin-right: 0.625rem;
    margin-left: inherit; }
.alert-warning ul li:last-child .alert-link {
  color: white; }
.alert-warning .warning-buttons {
  margin-top: 0.3125rem; }

.btn-warning {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.btn-tertiary-outline {
  color: #6C868E;
  background-image: none;
  background-color: transparent;
  border-color: #6C868E;
  border: 0.15rem solid #6C868E;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .btn-tertiary-outline:hover {
    border-color: #BBCDD2;
    color: #BBCDD2; }

.alert {
  font-size: 0.8125rem; }

.nav-item .nav-link,
.nav-item .nav-separtor {
  color: #999999;
  font-weight: 500;
  border: none; }
  .nav-item .nav-link.active,
  .nav-item .nav-separtor.active {
    color: #212121;
    border: none; }

.separator {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.25); }

/* Add new grid */
@media (max-width: 480px) {
  .hidden-sp {
    display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sp-2-4 {
    float: left;
    width: 20%; }

  .col-sp-4-8 {
    float: left;
    width: 40%; }

  .col-sp-7-2 {
    float: left;
    width: 60%; }

  .col-sp-9-6 {
    float: left;
    width: 80%; } }
/*** Responsive part ***/
.modal-footer {
  text-align: right; }
  .rtl .modal-footer {
    text-align: left; }

.continue.btn {
  font-size: 12px;
  font-weight: 300;
  background: #333b48;
  border: 1px solid #333b48;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }
  .continue.btn:hover {
    background: transparent;
    border: 1px solid #333b48;
    color: #212121; }

.group-span-filestyle .btn {
  height: 38px;
  line-height: 20px; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.ps-alert-error {
  margin-bottom: 0; }

.ps-alert-error .item,
.ps-alert-success .item {
  align-items: center;
  border: 2px #ff4c4c solid;
  display: flex;
  background-color: #ff4c4c;
  margin-bottom: 1rem; }
  .ps-alert-error .item i,
  .ps-alert-success .item i {
    border: 15px #ff4c4c solid;
    display: flex; }
    .ps-alert-error .item i svg,
    .ps-alert-success .item i svg {
      background-color: #ff4c4c;
      width: 24px;
      height: 24px; }
  .ps-alert-error .item p,
  .ps-alert-success .item p {
    background-color: #f8f8f8;
    margin: 0;
    padding: 18px 20px 18px 20px;
    width: 100%; }

.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem 0.25rem; }
  .ps-alert-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c; }
    .ps-alert-success .item i {
      border-color: #4cbb6c; }
      .ps-alert-success .item i svg {
        background-color: #4cbb6c; }

/**/
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.e-scale .popup-content {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-scale.popup-over:hover .popup-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-left .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-translate-left.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-right .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-translate-right.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-top .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate(0, 200px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-translate-top.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-down .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-translate-down.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.effect a {
  position: relative;
  display: inline-block;
  max-width: 100%; }
  .effect a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .effect a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .effect a:hover:before, .effect a:hover:after {
    width: 100%;
    height: 100%; }

/* effect *******************/
@media (min-width: 991px) {
  .dropdown-menu,
  .popup-content {
    animation: animationmenus ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationmenus ease 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationmenus ease 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: animationmenus ease 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: animationmenus ease 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/ } }
@-webkit-keyframes animationmenus {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-moz-keyframes animationmenus {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-o-keyframes animationmenus {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@keyframes animationmenus {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-webkit-keyframes animationmenus-center {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-moz-keyframes animationmenus-center {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); } }
@-o-keyframes animationmenus-center {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); } }
@keyframes animationmenus-center {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); } }
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  60% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); } }
@-moz-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  60% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); } }
@-o-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  60% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); } }
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  60% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); } }
.ImageWrapper {
  display: block;
  overflow: hidden;
  position: relative; }

/*  =============================================
Button Layout and Color Scheme
============================================= */
.WhiteRounded {
  background-color: #ffffff;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); }

.WhiteRounded &gt; a {
  color: #222222;
  display: block;
  font-weight: normal; }

.RedRounded {
  background-color: #D8322B;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); }

.RedRounded &gt; a {
  color: #FFFFFF;
  display: block;
  font-weight: normal; }

.BlackRounded {
  background-color: #222222;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); }

.BlackRounded &gt; a {
  color: #ffffff;
  display: block;
  font-weight: normal; }

.WhiteHollowRounded {
  border: 1px solid #ffffff;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.WhiteHollowRounded &gt; a {
  color: #ffffff;
  display: block;
  font-weight: normal; }

.BlackHollowRounded {
  border: 1px solid #222222;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.BlackHollowRounded &gt; a {
  color: #222222;
  display: block;
  font-weight: normal; }

.WhiteSquare {
  background-color: #ffffff;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px;
  -o-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); }

.WhiteSquare &gt; a {
  color: #222222;
  display: block;
  font-weight: normal; }

.BlackSquare {
  background-color: #222222;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px;
  -o-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); }

.BlackSquare &gt; a {
  color: #ffffff;
  display: block;
  font-weight: normal; }

.WhiteHollowSquare {
  border: 1px solid #ffffff;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px;
  -o-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px; }

.WhiteHollowSquare &gt; a {
  color: #ffffff;
  display: block;
  font-weight: normal; }

.BlackHollowSquare {
  border: 1px solid #222222;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px;
  -o-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px; }

.BlackHollowSquare &gt; a {
  color: #222222;
  display: block;
  font-weight: normal; }

.VisibleButtons {
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px; }

.VisibleImageOverlay {
  position: absolute;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .6;
  visibility: visible; }

/*  =============================================
Overlay Effects
============================================= */
.ImageWrapper .ImageOverlayH {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayH {
  opacity: 1; }

.ImageWrapper .ImageOverlayHe {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 0;
  display: block;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayHe {
  height: 100%;
  top: 0;
  opacity: 1; }

.ImageWrapper .ImageOverlayLi:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayLi:after {
  top: -50%;
  opacity: 1; }

.ImageWrapper .ImageOverlayLi:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: -100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayLi:before {
  bottom: -50%;
  opacity: 1; }

.ImageWrapper .ImageOverlayBe:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayBe:after {
  top: 50%;
  opacity: 1; }

.ImageWrapper .ImageOverlayBe:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: -100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayBe:before {
  bottom: 50%;
  opacity: 1; }

.ImageWrapper .ImageOverlayB {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0; }

.ImageWrapper:hover .ImageOverlayB {
  left: 0;
  width: 100%;
  opacity: 1; }

.ImageWrapper .ImageOverlayC:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  content: "";
  display: block;
  right: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayC:after {
  right: -50%;
  opacity: 1; }

.ImageWrapper .ImageOverlayC:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  content: "";
  display: block;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayC:before {
  left: -50%;
  opacity: 1; }

.ImageWrapper .ImageOverlayN:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  content: "";
  display: block;
  right: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayN:after {
  right: 50%;
  opacity: 1; }

.ImageWrapper .ImageOverlayN:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  content: "";
  display: block;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayN:before {
  left: 50%;
  opacity: 1; }

.ImageWrapper .ImageOverlayO {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayO {
  left: 0;
  top: 0;
  opacity: 1; }

.ImageWrapper .ImageOverlayF {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  right: -100%;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayF {
  right: 0;
  top: 0;
  opacity: 1; }

.ImageWrapper .ImageOverlayNe {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  left: -100%;
  opacity: 0;
  position: absolute;
  bottom: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayNe {
  bottom: 0;
  left: 0;
  opacity: 1; }

.ImageWrapper .ImageOverlayNa {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  right: -100%;
  opacity: 0;
  position: absolute;
  bottom: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayNa {
  bottom: 0;
  right: 0;
  opacity: 1; }

.ImageWrapper .ImageOverlayMg {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayMg {
  top: 0;
  opacity: 1; }

.ImageWrapper .ImageOverlayAl {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  bottom: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayAl {
  bottom: 0;
  opacity: 1; }

.ImageWrapper .ImageOverlaySi {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  top: 0;
  opacity: 0;
  position: absolute;
  right: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlaySi {
  right: 0;
  opacity: 1; }

.ImageWrapper .ImageOverlayP {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  top: 0;
  opacity: 0;
  position: absolute;
  left: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.ImageWrapper:hover .ImageOverlayP {
  left: 0;
  opacity: 1; }

.ImageWrapper .ImageOverlayS {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  top: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-transform: rotate(180deg) scale(0);
  -moz-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  -o-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0); }

.ImageWrapper:hover .ImageOverlayS {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1; }

.ImageWrapper .ImageOverlayCl {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  top: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-transform: rotate(-180deg) scale(0);
  -moz-transform: rotate(-180deg) scale(0);
  -ms-transform: rotate(-180deg) scale(0);
  -o-transform: rotate(-180deg) scale(0);
  transform: rotate(-180deg) scale(0); }

.ImageWrapper:hover .ImageOverlayCl {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1; }

.ImageWrapper .ImageOverlayArLeft:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  height: 100%;
  left: -100%;
  overflow: hidden; }

.ImageWrapper .ImageOverlayArLeft:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease .2s;
  -moz-transition: all 0.2s ease .2s;
  -ms-transition: all 0.2s ease .2s;
  -o-transition: all 0.2s ease .2s;
  transition: all 0.2s ease .2s;
  width: 100%;
  height: 100%;
  left: -100%;
  overflow: hidden; }

.ImageWrapper .ImageOverlayArRight:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  -webkit-transition: all 0.2s ease .3s;
  -moz-transition: all 0.2s ease .3s;
  -ms-transition: all 0.2s ease .3s;
  -o-transition: all 0.2s ease .3s;
  transition: all 0.2s ease .3s;
  width: 100%;
  height: 100%;
  right: -100%;
  overflow: hidden; }

.ImageWrapper .ImageOverlayArRight:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease .5s;
  -moz-transition: all 0.2s ease .5s;
  -ms-transition: all 0.2s ease .5s;
  -o-transition: all 0.2s ease .5s;
  transition: all 0.2s ease .5s;
  width: 100%;
  height: 100%;
  right: -100%;
  overflow: hidden; }

.ImageWrapper:hover .ImageOverlayArLeft:before, .ImageWrapper:hover .ImageOverlayArLeft:after {
  opacity: 1;
  left: 50%; }

.ImageWrapper:hover .ImageOverlayArRight:before, .ImageWrapper:hover .ImageOverlayArRight:after {
  opacity: 1;
  right: 50%; }

.ImageWrapper .ImageOverlayK {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform-style: preserve-3D;
  -moz-transform-style: preserve-3D;
  -ms-transform-style: preserve-3D;
  -o-transform-style: preserve-3D;
  transform-style: preserve-3D;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .ImageOverlayK {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.ImageWrapper .ImageOverlayCa {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform-style: preserve-3D;
  -moz-transform-style: preserve-3D;
  -ms-transform-style: preserve-3D;
  -o-transform-style: preserve-3D;
  transform-style: preserve-3D;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .ImageOverlayCa {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.ImageWrapper .ImageOverlaySc {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform-style: preserve-3D;
  -moz-transform-style: preserve-3D;
  -ms-transform-style: preserve-3D;
  -o-transform-style: preserve-3D;
  transform-style: preserve-3D;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .ImageOverlaySc {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.ImageWrapper .ImageOverlayTi {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform-style: preserve-3D;
  -moz-transform-style: preserve-3D;
  -ms-transform-style: preserve-3D;
  -o-transform-style: preserve-3D;
  transform-style: preserve-3D;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .ImageOverlayTi {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/*  =============================================
Background Transform
============================================= */
.GrayScale {
  -webkit-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: .6;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.GrayScale:hover {
  -webkit-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.BackgroundS img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.BackgroundS:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.BackgroundRR img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.BackgroundRR:hover img {
  -webkit-transform: rotate(-10deg) scale(1.4);
  -moz-transform: rotate(-10deg) scale(1.4);
  -ms-transform: rotate(-10deg) scale(1.4);
  -o-transform: rotate(-10deg) scale(1.4);
  transform: rotate(-10deg) scale(1.4); }

.BackgroundR img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.BackgroundR:hover img {
  -webkit-transform: rotate(10deg) scale(1.4);
  -moz-transform: rotate(10deg) scale(1.4);
  -ms-transform: rotate(10deg) scale(1.4);
  -o-transform: rotate(10deg) scale(1.4);
  transform: rotate(10deg) scale(1.4); }

.BackgroundRS img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.BackgroundRS:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.BackgroundF img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.BackgroundF:hover img {
  opacity: 0; }

.BackgroundFS img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.BackgroundFS:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  opacity: 0; }

.BackgroundFRS img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.BackgroundFRS:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.SquareCircle {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.SquareCircle:hover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.CircleSquare {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.CircleSquare:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/*  =============================================
Cubic Effects
============================================= */
.ImageWrapper .CStyleH {
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); }

.ImageWrapper:hover .CStyleH {
  margin-top: -20px;
  opacity: 1;
  top: 50%;
  visibility: visible; }

.ImageWrapper .CStyleHe {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); }

.ImageWrapper:hover .CStyleHe {
  margin-bottom: -20px;
  opacity: 1;
  bottom: 50%;
  visibility: visible; }

.ImageWrapper .CStyleLi {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: right;
  right: 0;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); }

.ImageWrapper:hover .CStyleLi {
  margin-right: -42px;
  opacity: 1;
  right: 50%;
  visibility: visible; }

.ImageWrapper .CStyleBe {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); }

.ImageWrapper:hover .CStyleBe {
  margin-left: -42px;
  opacity: 1;
  left: 50%;
  visibility: visible; }

.ImageWrapper .CStyleB {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
  transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); }

.ImageWrapper:hover .CStyleB {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ImageWrapper .CStyleC span {
  position: absolute; }

.ImageWrapper .CStyleC span:nth-of-type(1) {
  bottom: 50%;
  top: 50%;
  left: 0;
  margin: -20px 0 0 -68px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0.57, 0) !important;
  -webkit-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
  -moz-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
  -ms-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
  -o-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
  transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; }

.ImageWrapper .CStyleC span:nth-of-type(2) {
  bottom: 50%;
  top: 50%;
  left: 50%;
  right: 50%;
  margin: -20px 0 0 -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .CStyleC span:nth-of-type(3) {
  bottom: 50%;
  top: 50%;
  right: 0;
  margin: -20px -68px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0.57, 0) !important;
  -webkit-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
  -moz-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
  -ms-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
  -o-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
  transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; }

.ImageWrapper:hover .CStyleC span:nth-of-type(1) {
  left: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .CStyleC span:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ImageWrapper:hover .CStyleC span:nth-of-type(3) {
  right: 50%;
  visibility: visible;
  opacity: 1; }

/*  =============================================
Button Effects
============================================= */
.ImageWrapper .StyleH {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleH {
  opacity: 1;
  visibility: visible; }

.ImageWrapper .StyleHe {
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleHe {
  margin-top: -20px;
  opacity: 1;
  top: 50%;
  visibility: visible; }

.ImageWrapper .StyleLi {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleLi {
  margin-bottom: -20px;
  opacity: 1;
  bottom: 50%;
  visibility: visible; }

.ImageWrapper .StyleBe {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: right;
  right: 0;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleBe {
  margin-right: -42px;
  opacity: 1;
  right: 50%;
  visibility: visible; }

.ImageWrapper .StyleB {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: left;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleB {
  margin-left: -42px;
  opacity: 1;
  left: 50%;
  visibility: visible; }

.ImageWrapper .StyleC {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleC {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ImageWrapper .StyleN {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleN {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg); }

.ImageWrapper .StyleO span {
  position: absolute; }

.ImageWrapper .StyleO span:nth-of-type(1) {
  bottom: 50%;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleO span:nth-of-type(2) {
  bottom: 50%;
  top: 50%;
  right: 50%;
  margin: -20px -42px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleO span:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg); }

.ImageWrapper:hover .StyleO span:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg); }

.ImageWrapper .StyleF {
  visibility: hidden;
  -webkit-transform: scale(0.5) rotateX(360deg);
  -moz-transform: scale(0.5) rotateX(360deg);
  -ms-transform: scale(0.5) rotateX(360deg);
  -o-transform: scale(0.5) rotateX(360deg);
  transform: scale(0.5) rotateX(360deg);
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleF {
  opacity: 1;
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
  visibility: visible; }

.ImageWrapper .StyleNe {
  visibility: hidden;
  margin: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleNe {
  opacity: 1;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  visibility: visible; }

.ImageWrapper .StyleNa {
  visibility: hidden;
  -webkit-transform: scale(0.2) rotateY(360deg);
  -moz-transform: scale(0.2) rotateY(360deg);
  -ms-transform: scale(0.2) rotateY(360deg);
  -o-transform: scale(0.2) rotateY(360deg);
  transform: scale(0.2) rotateY(360deg);
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleNa {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  visibility: visible; }

.ImageWrapper .StyleMg span {
  position: absolute; }

.ImageWrapper .StyleMg span:nth-of-type(1) {
  bottom: 50%;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -82px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleMg span:nth-of-type(2) {
  bottom: 50%;
  top: 50%;
  right: 50%;
  margin: -20px -82px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleMg span:nth-of-type(1) {
  margin: -20px 0 0 -42px;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .StyleMg span:nth-of-type(2) {
  margin: -20px -42px 0 0;
  visibility: visible;
  opacity: 1; }

.ImageWrapper .StyleAl span {
  position: absolute; }

.ImageWrapper .StyleAl span:nth-of-type(1) {
  top: 0;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleAl span:nth-of-type(2) {
  bottom: 0;
  right: 50%;
  margin: 0 -42px -20px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleAl span:nth-of-type(1) {
  top: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .StyleAl span:nth-of-type(2) {
  bottom: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper .StyleSi span {
  position: absolute; }

.ImageWrapper .StyleSi span:nth-of-type(1) {
  bottom: 0;
  left: 50%;
  margin: 0 0 -20px -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleSi span:nth-of-type(2) {
  top: 0;
  right: 50%;
  margin: -20px -42px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleSi span:nth-of-type(1) {
  bottom: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .StyleSi span:nth-of-type(2) {
  top: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper .StyleP span {
  position: absolute; }

.ImageWrapper .StyleP span:nth-of-type(1) {
  top: 0;
  left: 0;
  margin: -40px 0 0 -40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleP span:nth-of-type(2) {
  bottom: 0;
  right: 0;
  margin: 0 -40px -40px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleP span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .StyleP span:nth-of-type(2) {
  bottom: 50%;
  right: 50%;
  margin: 0 -42px -20px 0;
  visibility: visible;
  opacity: 1; }

.ImageWrapper .StyleS span {
  position: absolute; }

.ImageWrapper .StyleS span:nth-of-type(1) {
  bottom: 0;
  left: 0;
  margin: -40px 0 0 -40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleS span:nth-of-type(2) {
  top: 0;
  right: 0;
  margin: 0 -40px -40px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleS span:nth-of-type(1) {
  bottom: 50%;
  left: 50%;
  margin: 0 0 -20px -42px;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .StyleS span:nth-of-type(2) {
  top: 50%;
  right: 50%;
  margin: -20px -42px 0 0;
  visibility: visible;
  opacity: 1; }

.ImageWrapper .StyleCl {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleCl {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg); }

.ImageWrapper .StyleAr span {
  position: absolute; }

.ImageWrapper .StyleAr span:nth-of-type(1) {
  top: 50%;
  bottom: 50%;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.2) rotate(0deg);
  -moz-transform: scale(0.2) rotate(0deg);
  -ms-transform: scale(0.2) rotate(0deg);
  -o-transform: scale(0.2) rotate(0deg);
  transform: scale(0.2) rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleAr span:nth-of-type(2) {
  top: 50%;
  bottom: 50%;
  right: 50%;
  margin: -20px -42px -0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.2) rotate(0deg);
  -moz-transform: scale(0.2) rotate(0deg);
  -ms-transform: scale(0.2) rotate(0deg);
  -o-transform: scale(0.2) rotate(0deg);
  transform: scale(0.2) rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleAr span:nth-of-type(1) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg); }

.ImageWrapper:hover .StyleAr span:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg); }

.ImageWrapper .StyleK span {
  position: absolute; }

.ImageWrapper .StyleK span:nth-of-type(1) {
  top: 50%;
  bottom: 50%;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleK span:nth-of-type(2) {
  top: 50%;
  bottom: 50%;
  right: 50%;
  margin: -20px -42px -0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleK span:nth-of-type(1) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg); }

.ImageWrapper:hover .StyleK span:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg); }

.ImageWrapper .StyleCa span {
  position: absolute; }

.ImageWrapper .StyleCa span:nth-of-type(1) {
  top: 50%;
  bottom: 50%;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.2) rotateY(0deg);
  -moz-transform: scale(0.2) rotateY(0deg);
  -ms-transform: scale(0.2) rotateY(0deg);
  -o-transform: scale(0.2) rotateY(0deg);
  transform: scale(0.2) rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleCa span:nth-of-type(2) {
  top: 50%;
  bottom: 50%;
  right: 50%;
  margin: -20px -42px -0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.2) rotateY(0deg);
  -moz-transform: scale(0.2) rotateY(0deg);
  -ms-transform: scale(0.2) rotateY(0deg);
  -o-transform: scale(0.2) rotateY(0deg);
  transform: scale(0.2) rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleCa span:nth-of-type(1) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -ms-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg); }

.ImageWrapper:hover .StyleCa span:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -ms-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg); }

.ImageWrapper .StyleSc span {
  position: absolute; }

.ImageWrapper .StyleSc span:nth-of-type(1) {
  bottom: 50%;
  top: 50%;
  left: 0;
  margin: -20px 0 0 -68px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleSc span:nth-of-type(2) {
  top: 0;
  right: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleSc span:nth-of-type(3) {
  bottom: 50%;
  top: 50%;
  right: 0;
  margin: -20px -68px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleSc span:nth-of-type(1) {
  left: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .StyleSc span:nth-of-type(2) {
  top: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .StyleSc span:nth-of-type(3) {
  right: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper .StyleTi span {
  position: absolute; }

.ImageWrapper .StyleTi span:nth-of-type(1) {
  bottom: 50%;
  top: 50%;
  left: 0;
  margin: -20px 0 0 -68px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleTi span:nth-of-type(2) {
  bottom: 50%;
  top: 50%;
  left: 50%;
  right: 50%;
  margin: -20px 0 0 -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper .StyleTi span:nth-of-type(3) {
  bottom: 50%;
  top: 50%;
  right: 0;
  margin: -20px -68px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .StyleTi span:nth-of-type(1) {
  left: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .StyleTi span:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ImageWrapper:hover .StyleTi span:nth-of-type(3) {
  right: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper .StyleV span {
  position: absolute; }

.ImageWrapper .StyleV span:nth-of-type(1) {
  top: 0;
  left: 50%;
  margin: -20px 0 0 -68px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;
  -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;
  -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;
  -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;
  transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; }

.ImageWrapper .StyleV span:nth-of-type(2) {
  top: 0;
  left: 50%;
  margin: -20px 0 0 -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
  -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
  -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
  -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
  transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; }

.ImageWrapper .StyleV span:nth-of-type(3) {
  top: 0;
  right: 50%;
  margin: -20px -68px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;
  -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;
  -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;
  -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;
  transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; }

.ImageWrapper:hover .StyleV span:nth-of-type(1) {
  top: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .StyleV span:nth-of-type(2) {
  top: 50%;
  visibility: visible;
  opacity: 1; }

.ImageWrapper:hover .StyleV span:nth-of-type(3) {
  top: 50%;
  visibility: visible;
  opacity: 1; }

/*  =============================================
Plus Button Effects
============================================= */
.ImageWrapper .PStyleH {
  background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 7; }

.ImageWrapper:hover .PStyleH {
  opacity: .6;
  visibility: visible; }

.ImageWrapper .PStyleHe {
  position: absolute;
  background: url(../img/plus.png) no-repeat scroll center center/100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .PStyleHe {
  opacity: .6;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible; }

.ImageWrapper .PStyleLi {
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 7; }

.ImageWrapper:hover .PStyleLi {
  opacity: .6;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  visibility: visible; }

.ImageWrapper .PStyleBe {
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 7; }

.ImageWrapper:hover .PStyleBe {
  opacity: .6;
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
  visibility: visible; }

.ImageWrapper .PStyleB {
  position: absolute;
  background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .PStyleB {
  opacity: .6;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center; }

.ImageWrapper .PStyleC {
  position: absolute;
  background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .PStyleC {
  opacity: .6;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center; }

.ImageWrapper .PStyleN {
  position: absolute;
  background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .PStyleN {
  opacity: .6;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center; }

.ImageWrapper .PStyleO {
  position: absolute;
  background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .PStyleO {
  opacity: .6;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center; }

.ImageWrapper .PStyleF {
  position: absolute;
  background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .PStyleF {
  opacity: .6;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center; }

.ImageWrapper .PStyleNe {
  position: absolute;
  background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .PStyleNe {
  opacity: .6;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center; }

/*  =============================================
Content Transform
============================================= */
.ContentWrapperH .ContentH {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperH:hover .ContentH {
  opacity: 1;
  visibility: visible; }

.ContentWrapperH .ContentH .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperH .ContentH .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperH .ContentH .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperH .ContentH .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperH .ContentH .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperHe .ContentHe {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperHe:hover .ContentHe {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ContentWrapperHe .ContentHe .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperHe .ContentHe .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperHe .ContentHe .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperHe .ContentHe .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperHe .ContentHe .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperLi img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperLi:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.ContentWrapperLi .ContentLi {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperLi:hover .ContentLi {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ContentWrapperLi .ContentLi .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperLi .ContentLi .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperLi .ContentLi .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperLi .ContentLi .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperLi .ContentLi .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperBe img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1; }

.ContentWrapperBe:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  opacity: 0; }

.ContentWrapperBe .ContentBe {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperBe:hover .ContentBe {
  opacity: 1;
  visibility: visible; }

.ContentWrapperBe .ContentBe .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperBe .ContentBe .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperBe .ContentBe .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperBe .ContentBe .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperBe .ContentBe .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperB img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperB:hover img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ContentWrapperB .ContentB {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperB:hover .ContentB {
  opacity: 1;
  visibility: visible;
  top: 0; }

.ContentWrapperB .ContentB .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperB .ContentB .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperB .ContentB .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperB .ContentB .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperB .ContentB .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperC img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperC:hover img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ContentWrapperC .ContentC {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperC:hover .ContentC {
  opacity: 1;
  visibility: visible;
  bottom: 0; }

.ContentWrapperC .ContentC .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperC .ContentC .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperC .ContentC .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperC .ContentC .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperC .ContentC .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperN img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperN:hover img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ContentWrapperN .ContentN {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperN:hover .ContentN {
  opacity: 1;
  visibility: visible;
  right: 0; }

.ContentWrapperN .ContentN .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperN .ContentN .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperN .ContentN .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperN .ContentN .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperN .ContentN .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperO img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperO:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ContentWrapperO .ContentO {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperO:hover .ContentO {
  opacity: 1;
  visibility: visible;
  left: 0; }

.ContentWrapperO .ContentO .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperO .ContentO .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperO .ContentO .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperO .ContentO .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperO .ContentO .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperF img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperF:hover img {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%); }

.ContentWrapperF .ContentF {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 50%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: perspective(600px) rotateY(90deg);
  -moz-transform: perspective(600px) rotateY(90deg);
  -ms-transform: perspective(600px) rotateY(90deg);
  -o-transform: perspective(600px) rotateY(90deg);
  transform: perspective(600px) rotateY(90deg);
  -webkit-transform-origin: left center 0;
  -moz-transform-origin: left center 0;
  -ms-transform-origin: left center 0;
  -o-transform-origin: left center 0;
  transform-origin: left center 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperF:hover .ContentF {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg); }

.ContentWrapperF .ContentF .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperF .ContentF .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperF .ContentF .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperNe img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperNe:hover img {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%); }

.ContentWrapperNe .ContentNe {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 50%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperNe:hover .ContentNe {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg); }

.ContentWrapperNe .ContentNe .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperNe .ContentNe .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperNe .ContentNe .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperNa img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperNa:hover img {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%); }

.ContentWrapperNa .ContentNa {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 50%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  -webkit-transform: perspective(600px) rotateY(-90deg);
  -moz-transform: perspective(600px) rotateY(-90deg);
  -ms-transform: perspective(600px) rotateY(-90deg);
  -o-transform: perspective(600px) rotateY(-90deg);
  transform: perspective(600px) rotateY(-90deg);
  -webkit-transform-origin: right center 0;
  -moz-transform-origin: right center 0;
  -ms-transform-origin: right center 0;
  -o-transform-origin: right center 0;
  transform-origin: right center 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperNa:hover .ContentNa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg); }

.ContentWrapperNa .ContentNa .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperNa .ContentNa .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperNa .ContentNa .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperMg img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperMg:hover img {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%); }

.ContentWrapperMg .ContentMg {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 50%;
  display: block;
  bottom: 0;
  left: 0;
  -webkit-transform: perspective(600px) rotateX(90deg);
  -moz-transform: perspective(600px) rotateX(90deg);
  -ms-transform: perspective(600px) rotateX(90deg);
  -o-transform: perspective(600px) rotateX(90deg);
  transform: perspective(600px) rotateX(90deg);
  -webkit-transform-origin: center bottom 0;
  -moz-transform-origin: center bottom 0;
  -ms-transform-origin: center bottom 0;
  -o-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperMg:hover .ContentMg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg); }

.ContentWrapperMg .ContentMg .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperMg .ContentMg .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperMg .ContentMg .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperAl .ContentAl {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(0deg) scale(0);
  -moz-transform: rotateY(0deg) scale(0);
  -ms-transform: rotateY(0deg) scale(0);
  -o-transform: rotateY(0deg) scale(0);
  transform: rotateY(0deg) scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperAl:hover .ContentAl {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(360deg) scale(0.9);
  -moz-transform: rotateY(360deg) scale(0.9);
  -ms-transform: rotateY(360deg) scale(0.9);
  -o-transform: rotateY(360deg) scale(0.9);
  transform: rotateY(360deg) scale(0.9); }

.ContentWrapperAl .ContentAl .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperAl .ContentAl .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperAl .ContentAl .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperAl .ContentAl .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperAl .ContentAl .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperSi .ContentSi {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(0deg) scale(0);
  -moz-transform: rotateX(0deg) scale(0);
  -ms-transform: rotateX(0deg) scale(0);
  -o-transform: rotateX(0deg) scale(0);
  transform: rotateX(0deg) scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperSi:hover .ContentSi {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(360deg) scale(0.9);
  -moz-transform: rotateX(360deg) scale(0.9);
  -ms-transform: rotateX(360deg) scale(0.9);
  -o-transform: rotateX(360deg) scale(0.9);
  transform: rotateX(360deg) scale(0.9); }

.ContentWrapperSi .ContentSi .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperSi .ContentSi .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperSi .ContentSi .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperSi .ContentSi .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperSi .ContentSi .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperP .ContentP {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(0deg) scale(0.9);
  -moz-transform: rotateY(0deg) scale(0.9);
  -ms-transform: rotateY(0deg) scale(0.9);
  -o-transform: rotateY(0deg) scale(0.9);
  transform: rotateY(0deg) scale(0.9);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperP:hover .ContentP {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(360deg) scale(0.9);
  -moz-transform: rotateY(360deg) scale(0.9);
  -ms-transform: rotateY(360deg) scale(0.9);
  -o-transform: rotateY(360deg) scale(0.9);
  transform: rotateY(360deg) scale(0.9); }

.ContentWrapperP .ContentP .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperP .ContentP .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperP .ContentP .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperP .ContentP .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperP .ContentP .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperS .ContentS {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(0deg) scale(0.9);
  -moz-transform: rotateX(0deg) scale(0.9);
  -ms-transform: rotateX(0deg) scale(0.9);
  -o-transform: rotateX(0deg) scale(0.9);
  transform: rotateX(0deg) scale(0.9);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperS:hover .ContentS {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(360deg) scale(0.9);
  -moz-transform: rotateX(360deg) scale(0.9);
  -ms-transform: rotateX(360deg) scale(0.9);
  -o-transform: rotateX(360deg) scale(0.9);
  transform: rotateX(360deg) scale(0.9); }

.ContentWrapperS .ContentS .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperS .ContentS .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperS .ContentS .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperS .ContentS .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperS .ContentS .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperCl {
  overflow: visible !important; }

.ContentWrapperCl img {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperCl:hover img {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }

.ContentWrapperCl .ContentCl {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperCl:hover .ContentCl {
  visibility: visible; }

.ContentWrapperCl .ContentCl .Content {
  position: absolute;
  top: 65%;
  display: block;
  width: 100%; }

.ContentWrapperCl .ContentCl .Content h2 {
  font: bold 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 2px;
  text-align: center; }

.ContentWrapperCl .ContentCl .Content .ReadMore {
  margin: 8px auto;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  display: block;
  width: 80px; }

.ContentWrapperCl .ContentCl .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperAr {
  overflow: visible !important; }

.ContentWrapperAr img {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperAr:hover img {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }

.ContentWrapperAr .ContentAr {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperAr:hover .ContentAr {
  visibility: visible; }

.ContentWrapperAr .ContentAr .Content {
  position: absolute;
  top: 5%;
  display: block;
  width: 100%; }

.ContentWrapperAr .ContentAr .Content h2 {
  font: bold 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 2px;
  text-align: center; }

.ContentWrapperAr .ContentAr .Content .ReadMore {
  margin: 8px auto;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  display: block;
  width: 80px; }

.ContentWrapperAr .ContentAr .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperK {
  overflow: visible !important; }

.ContentWrapperK img {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperK:hover img {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%); }

.ContentWrapperK .ContentK {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperK:hover .ContentK {
  visibility: visible; }

.ContentWrapperK .ContentK .Content {
  display: block;
  width: 100%;
  position: relative; }

.ContentWrapperK .ContentK .Content ul {
  position: absolute;
  top: 0;
  right: 0; }

.ContentWrapperK .ContentK .Content ul li {
  margin: 14px 16px; }

.ContentWrapperK .ContentK .Content ul li a {
  font-size: 21px;
  color: #a9a9a9; }

.ContentWrapperCa img {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperCa:hover img {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%); }

.ContentWrapperCa .ContentCa {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperCa:hover .ContentCa {
  visibility: visible; }

.ContentWrapperCa .ContentCa .Content {
  display: block;
  width: 100%;
  position: relative; }

.ContentWrapperCa .ContentCa .Content ul {
  position: absolute;
  top: 0;
  left: 0; }

.ContentWrapperCa .ContentCa .Content ul li {
  margin: 5px; }

.ContentWrapperCa .ContentCa .Content ul li a {
  padding: 6px 9px; }

.ContentWrapperSc .ContentSc {
  position: absolute;
  background: #ffffff;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperSc:hover .ContentSc {
  visibility: visible;
  top: 0; }

.ContentWrapperSc .ContentSc .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperSc .ContentSc .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperSc .ContentSc .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperSc .ContentSc .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperSc .ContentSc .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperTi .ContentTi {
  position: absolute;
  background: #ffffff;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperTi:hover .ContentTi {
  visibility: visible;
  left: 0; }

.ContentWrapperTi .ContentTi .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperTi .ContentTi .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperTi .ContentTi .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperTi .ContentTi .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperTi .ContentTi .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperV .ContentV {
  position: absolute;
  background: #ffffff;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperV:hover .ContentV {
  visibility: visible;
  right: 0; }

.ContentWrapperV .ContentV .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperV .ContentV .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperV .ContentV .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperV .ContentV .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperV .ContentV .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperCr .ContentCr {
  position: absolute;
  background: #ffffff;
  visibility: hidden;
  width: 100%;
  height: 0;
  display: block;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperCr:hover .ContentCr {
  visibility: visible;
  height: 100%;
  bottom: 0; }

.ContentWrapperCr .ContentCr .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperCr .ContentCr .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperCr .ContentCr .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperCr .ContentCr .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperCr .ContentCr .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperMn .ContentMn {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform-style: preserve-3D;
  -moz-transform-style: preserve-3D;
  -ms-transform-style: preserve-3D;
  -o-transform-style: preserve-3D;
  transform-style: preserve-3D;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperMn:hover .ContentMn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.ContentWrapperMn .ContentMn .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperMn .ContentMn .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperMn .ContentMn .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperMn .ContentMn .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperMn .ContentMn .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperFe .ContentFe {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform-style: preserve-3D;
  -moz-transform-style: preserve-3D;
  -ms-transform-style: preserve-3D;
  -o-transform-style: preserve-3D;
  transform-style: preserve-3D;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperFe:hover .ContentFe {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.ContentWrapperFe .ContentFe .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperFe .ContentFe .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperFe .ContentFe .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperFe .ContentFe .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperFe .ContentFe .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperCo .ContentCo {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform-style: preserve-3D;
  -moz-transform-style: preserve-3D;
  -ms-transform-style: preserve-3D;
  -o-transform-style: preserve-3D;
  transform-style: preserve-3D;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperCo:hover .ContentCo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.ContentWrapperCo .ContentCo .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperCo .ContentCo .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperCo .ContentCo .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperCo .ContentCo .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperCo .ContentCo .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperNi .ContentNi {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform-style: preserve-3D;
  -moz-transform-style: preserve-3D;
  -ms-transform-style: preserve-3D;
  -o-transform-style: preserve-3D;
  transform-style: preserve-3D;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperNi:hover .ContentNi {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.ContentWrapperNi .ContentNi .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperNi .ContentNi .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperNi .ContentNi .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperNi .ContentNi .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperNi .ContentNi .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperCu img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperCu:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.ContentWrapperCu .ContentCu {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperCu:hover .ContentCu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.ContentWrapperCu .ContentCu .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperCu .ContentCu .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperCu .ContentCu .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperCu .ContentCu .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperCu .ContentCu .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

.ContentWrapperZn img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperZn:hover img {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.ContentWrapperZn .ContentZn {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ContentWrapperZn:hover .ContentZn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.ContentWrapperZn .ContentZn .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px; }

.ContentWrapperZn .ContentZn .Content h2 {
  font: 16px "Source Sans Pro", Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px; }

.ContentWrapperZn .ContentZn .Content p {
  font: normal 12px "Source Sans Pro";
  color: #666666; }

.ContentWrapperZn .ContentZn .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
  background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
  background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; }

.ContentWrapperZn .ContentZn .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px "Source Sans Pro"; }

/*  =============================================
Ribbons
============================================= */
.ImageWrapper .RibbonCTL .Triangle:after {
  border-right: 35px solid transparent;
  border-top: 35px solid #FFFFFF;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  z-index: 2; }

.ImageWrapper .RibbonCTL .Sign {
  top: 2px;
  left: 2px;
  position: absolute;
  z-index: 6; }

.ImageWrapper .RibbonCTL .Sign a {
  color: #666666; }

.ImageWrapper .RibbonCTL {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .RibbonCTL {
  opacity: 1;
  visibility: visible; }

.ImageWrapper .RibbonCTR .Triangle:after {
  border-left: 35px solid transparent;
  border-top: 35px solid #FFFFFF;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 0;
  right: 0;
  z-index: 2; }

.ImageWrapper .RibbonCTR .Sign {
  top: 2px;
  right: 2px;
  position: absolute;
  z-index: 6; }

.ImageWrapper .RibbonCTR .Sign a {
  color: #666666; }

.ImageWrapper .RibbonCTR {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .RibbonCTR {
  opacity: 1;
  visibility: visible; }

.ImageWrapper .RibbonCBL .Triangle:after {
  border-right: 35px solid transparent;
  border-bottom: 35px solid #FFFFFF;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.ImageWrapper .RibbonCBL .Sign {
  bottom: 1px;
  left: 1px;
  position: absolute;
  z-index: 6; }

.ImageWrapper .RibbonCBL .Sign a {
  color: #666666; }

.ImageWrapper .RibbonCBL {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .RibbonCBL {
  opacity: 1;
  visibility: visible; }

.ImageWrapper .RibbonCBR .Triangle:after {
  border-left: 35px solid transparent;
  border-bottom: 35px solid #FFFFFF;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  bottom: 0;
  right: 0;
  z-index: 2; }

.ImageWrapper .RibbonCBR .Sign {
  bottom: 1px;
  right: 1px;
  position: absolute;
  z-index: 6; }

.ImageWrapper .RibbonCBR .Sign a {
  color: #666666; }

.ImageWrapper .RibbonCBR {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ImageWrapper:hover .RibbonCBR {
  opacity: 1;
  visibility: visible; }

/*  =============================================
Transparent Background
============================================= */
.TBlack {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important; }

.TWhite {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8) !important; }

.carousel .direction {
  position: absolute;
  top: -95px;
  right: 0; }
  .rtl .carousel .direction {
    left: 0;
    right: auto; }

.carousel-control {
  background: none !important; }
  .carousel-control .icon-prev, .carousel-control .icon-next {
    background: #f3f3f3;
    font-size: 1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 1.563rem;
    height: 1.563rem; }
    .carousel-control .icon-prev:before, .carousel-control .icon-next:before {
      font-family: "FontAwesome";
      font-size: 1rem;
      color: #999999;
      line-height: 1.563rem; }
    .carousel-control .icon-prev:hover, .carousel-control .icon-next:hover {
      background: #72c9e4; }
      .carousel-control .icon-prev:hover:before, .carousel-control .icon-next:hover:before {
        color: #FFFFFF; }
  .carousel-control.left {
    right: 1.563rem;
    left: auto; }
  .carousel-control .icon-prev:before {
    content: "\f104"; }
    [dir="rtl"] .carousel-control .icon-prev:before {
      content: "\f105"; }
  .carousel-control .icon-next:before {
    content: "\f105"; }
    [dir="rtl"] .carousel-control .icon-next:before {
      content: "\f104"; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type="file"] {
  height: auto; }

.btn-inverse {
  color: #FFFFFF;
  background-color: #72c9e4;
  border-color: #72c9e4; }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #eaeaea; }
  .open .btn-inverse.dropdown-toggle {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #eaeaea; }
  .btn-inverse:active, .btn-inverse.active {
    background-image: none; }
  .open .btn-inverse.dropdown-toggle {
    background-image: none; }
  .btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
    background-color: #72c9e4;
    border-color: #72c9e4; }
  .btn-inverse .badge {
    color: #72c9e4;
    background-color: #FFFFFF; }

.btn-outline {
  color: #FFFFFF;
  background-color: #333b48;
  border-color: #333b48; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #FFFFFF;
    background-color: #72c9e4;
    border-color: #72c9e4; }
  .open .btn-outline.dropdown-toggle {
    color: #FFFFFF;
    background-color: #72c9e4;
    border-color: #72c9e4; }
  .btn-outline:active, .btn-outline.active {
    background-image: none; }
  .open .btn-outline.dropdown-toggle {
    background-image: none; }
  .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
    background-color: #333b48;
    border-color: #333b48; }
  .btn-outline .badge {
    color: #333b48;
    background-color: #FFFFFF; }

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .btn:active, .btn:focus, .btn:visited, .btn.active:focus, .btn:active:focus {
    outline: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

button:focus, button:hover {
  outline: none; }

.sidebar .block {
  margin-bottom: 40px;
  background: #FFFFFF; }
  .sidebar .block .title_block {
    background: transparent;
    border: none;
    color: #000000;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 0 0 1.25rem 0;
    position: relative;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
    .sidebar .block .title_block:before {
      position: absolute;
      content: "";
      font-family: "FontAwesome";
      width: 1.875rem;
      height: 2px;
      background: transparent;
      bottom: 0px; }
    .sidebar .block .title_block a {
      color: #000000; }
  .sidebar .block .block_content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 1.25rem 0;
    border: none;
    background: #FFFFFF; }
    .sidebar .block .block_content::after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 767px) {
      .sidebar .block .block_content {
        padding: 0; } }
  .sidebar .block .products {
    padding: 0 1.25rem; }
    .sidebar .block .products .ajax_block_product {
      float: left;
      width: 100%; }
    .sidebar .block .products .thumbnail-container {
      text-align: left;
      margin-right: -20px;
      margin-left: -20px; }
      .rtl .sidebar .block .products .thumbnail-container {
        text-align: right; }
      .sidebar .block .products .thumbnail-container::after {
        content: "";
        display: table;
        clear: both; }
      @media (min-width: 576px) {
        .sidebar .block .products .thumbnail-container {
          margin-right: -20px;
          margin-left: -20px; } }
      @media (min-width: 768px) {
        .sidebar .block .products .thumbnail-container {
          margin-right: -20px;
          margin-left: -20px; } }
      @media (min-width: 992px) {
        .sidebar .block .products .thumbnail-container {
          margin-right: -20px;
          margin-left: -20px; } }
      @media (min-width: 1200px) {
        .sidebar .block .products .thumbnail-container {
          margin-right: -20px;
          margin-left: -20px; } }
      .sidebar .block .products .thumbnail-container .product-image {
        float: left;
        width: 41.66667%;
        position: relative;
        min-height: 1px;
        padding-right: 20px;
        padding-left: 20px; }
        @media (min-width: 576px) {
          .sidebar .block .products .thumbnail-container .product-image {
            padding-right: 20px;
            padding-left: 20px; } }
        @media (min-width: 768px) {
          .sidebar .block .products .thumbnail-container .product-image {
            padding-right: 20px;
            padding-left: 20px; } }
        @media (min-width: 992px) {
          .sidebar .block .products .thumbnail-container .product-image {
            padding-right: 20px;
            padding-left: 20px; } }
        @media (min-width: 1200px) {
          .sidebar .block .products .thumbnail-container .product-image {
            padding-right: 20px;
            padding-left: 20px; } }
      .sidebar .block .products .thumbnail-container .product-meta {
        float: left;
        width: 58.33333%;
        position: relative;
        min-height: 1px;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 0px; }
        @media (min-width: 576px) {
          .sidebar .block .products .thumbnail-container .product-meta {
            padding-right: 20px;
            padding-left: 20px; } }
        @media (min-width: 768px) {
          .sidebar .block .products .thumbnail-container .product-meta {
            padding-right: 20px;
            padding-left: 20px; } }
        @media (min-width: 992px) {
          .sidebar .block .products .thumbnail-container .product-meta {
            padding-right: 20px;
            padding-left: 20px; } }
        @media (min-width: 1200px) {
          .sidebar .block .products .thumbnail-container .product-meta {
            padding-right: 20px;
            padding-left: 20px; } }
      .sidebar .block .products .thumbnail-container .highlighted-informations,
      .sidebar .block .products .thumbnail-container .quickview, .sidebar .block .products .thumbnail-container .functional-buttons,
      .sidebar .block .products .thumbnail-container .product-flags, .sidebar .block .products .thumbnail-container .leo-pro-attr-section,
      .sidebar .block .products .thumbnail-container .leo_cart_quantity {
        display: none; }
      .sidebar .block .products .thumbnail-container .product-title {
        margin-top: 0px; }
  .sidebar .block a.all-product-link {
    font-size: 0.75rem;
    margin-right: 0.9375rem; }
    .rtl .sidebar .block a.all-product-link {
      margin-left: 0.9375rem;
      margin-right: inherit; }
  .sidebar .block .list-group-item {
    border: none; }
.sidebar .block-highlighted {
  border: none;
  border-bottom: 1px solid #efefef; }
  .sidebar .block-highlighted .title_block {
    background: transparent;
    color: #212121;
    padding: 0 0 1.25rem 0; }
    .sidebar .block-highlighted .title_block a {
      color: #212121;
      font-size: 24px;
      font-weight: 500;
      text-transform: capitalize; }

.footer-container .block .title_block {
  color: #212121;
  padding-top: 1.875rem;
  margin: 0 0 24px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left; }
  .rtl .footer-container .block .title_block {
    padding-right: 0;
    padding-left: inherit; }
  .rtl .footer-container .block .title_block {
    text-align: right; }
  .footer-container .block .title_block a {
    color: #FFFFFF; }
  .footer-container .block .title_block:before {
    display: none; }

/*
* NAVIGATION
*/
#page.megamenu-autoheight {
  overflow: auto; }

.leo-megamenu {
  font-family: "Poppins", sans-serif;
  background: transparent;
  color: #000000;
  /*     &amp;:before {
  	    content: "";
  	    padding: 0px 1000px;
  	    width: 100%;
  	    overflow: hidden;
  	    position: absolute;
  	    height: 1px;
  	    display: block !important;
  	    top: 0;
  	    background: #eaeaea;
  	    @include box-sizing(content-box);
  	    @include rtl-margin-left(-1000px);
  	} */
  /* menu level 1 */
  /* level 2 */
  /* level &gt; 3 */ }
  .leo-megamenu .leo-colorbox {
    display: none !important; }
  .leo-megamenu.navbar {
    padding: 0; }
  @media (min-width: 992px) {
    .leo-megamenu .navbar-nav {
      margin: auto;
      display: table; } }
  .leo-megamenu .navbar-nav &gt; li {
    text-align: left; }
    .rtl .leo-megamenu .navbar-nav &gt; li {
      text-align: right; }
    .leo-megamenu .navbar-nav &gt; li + .nav-item {
      margin-left: 0px; }
      .rtl .leo-megamenu .navbar-nav &gt; li + .nav-item {
        margin-right: 0px;
        margin-left: inherit; }
    .leo-megamenu .navbar-nav &gt; li.aligned-fullwidth {
      position: static; }
      .leo-megamenu .navbar-nav &gt; li.aligned-fullwidth &gt; .dropdown-menu {
        width: 100% !important;
        top: 100%; }
    .leo-megamenu .navbar-nav &gt; li.aligned-right .dropdown-menu {
      right: 0;
      left: auto; }
    .leo-megamenu .navbar-nav &gt; li.aligned-left .dropdown-menu {
      left: 0;
      right: auto; }
    @media (min-width: 992px) {
      .leo-megamenu .navbar-nav &gt; li.aligned-center .dropdown-menu {
        left: 50% !important;
        right: auto !important;
        -webkit-animation: animationmenus-center ease 0.5s;
        -moz-animation: animationmenus-center ease 0.5s;
        animation: animationmenus-center ease 0.5s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
        animation-fill-mode: forwards;
        /*when the spec is finished*/
        -webkit-animation-iteration-count: 1;
        -webkit-transform-origin: 50% 50%;
        -webkit-animation-fill-mode: forwards;
        /*Chrome 16+, Safari 4+*/
        -moz-animation-iteration-count: 1;
        -moz-transform-origin: 50% 50%;
        -moz-animation-fill-mode: forwards;
        /*FF 5+*/
        -o-animation-iteration-count: 1;
        -o-transform-origin: 50% 50%;
        -o-animation-fill-mode: forwards;
        /*Not implemented yet*/
        -ms-animation-iteration-count: 1;
        -ms-transform-origin: 50% 50%;
        -ms-animation-fill-mode: forwards;
        /*IE 10+*/ } }
    .leo-megamenu .navbar-nav &gt; li &gt; a {
      padding: 40px 14px;
      font-size: 14px;
      text-transform: uppercase;
      color: #333333;
      background-color: transparent;
      font-weight: 600;
      -webkit-transition: all 350ms ease-out;
      -moz-transition: all 350ms ease-out;
      -ms-transition: all 350ms ease-out;
      -o-transition: all 350ms ease-out;
      transition: all 350ms ease-out;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .leo-megamenu .navbar-nav &gt; li &gt; a {
          padding: 40px 10px; } }
      .leo-megamenu .navbar-nav &gt; li &gt; a:hover, .leo-megamenu .navbar-nav &gt; li &gt; a:focus, .leo-megamenu .navbar-nav &gt; li &gt; a:active {
        color: #72c9e4;
        background-color: transparent; }
      .leo-megamenu .navbar-nav &gt; li &gt; a &gt; .menu-title {
        position: relative; }
      .leo-megamenu .navbar-nav &gt; li &gt; a.dropdown-toggle::after {
        display: none; }
      .leo-megamenu .navbar-nav &gt; li &gt; a.dropdown-toggle &gt; .menu-title::after {
        content: "\f107";
        font-family: 'FontAwesome';
        padding: 0 5px; }
    .leo-megamenu .navbar-nav &gt; li.active &gt; a, .leo-megamenu .navbar-nav &gt; li:hover &gt; a, .leo-megamenu .navbar-nav &gt; li:focus &gt; a {
      color: rgb(93,166,153);
      background-color: transparent; }
      .leo-megamenu .navbar-nav &gt; li.active &gt; a &gt; .menu-title:before, .leo-megamenu .navbar-nav &gt; li:hover &gt; a &gt; .menu-title:before, .leo-megamenu .navbar-nav &gt; li:focus &gt; a &gt; .menu-title:before {
        color: #acacac;
        text-shadow: 8px 0 #acacac, -8px 0 #acacac; }
    .leo-megamenu .navbar-nav &gt; li &gt; .caret {
      display: none; }
    .leo-megamenu .navbar-nav &gt; li:hover &gt; .caret, .leo-megamenu .navbar-nav &gt; li:active &gt; .caret {
      color: #72c9e4; }
    .leo-megamenu .navbar-nav &gt; li.home a {
      padding: 20px 20px 20px 0; }
      .rtl .leo-megamenu .navbar-nav &gt; li.home a {
        padding: 20px 0 20px 20px; }
  .leo-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    font-weight: 300;
    color: #000000;
    border: 0;
    min-width: 185px;
    padding: 20px;
    background-color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    margin: 0px;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -ms-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s; }
    .rtl .leo-megamenu .dropdown-menu {
      text-align: right; }
    .leo-megamenu .dropdown-menu li {
      line-height: 25px;
      padding: 3px 0;
      float: none; }
      .leo-megamenu .dropdown-menu li + .nav-item {
        margin-left: 0px; }
        .rtl .leo-megamenu .dropdown-menu li + .nav-item {
          margin-right: 0px;
          margin-left: inherit; }
      .leo-megamenu .dropdown-menu li a {
        color: #212121;
        padding: 0;
        font-weight: 300;
        font-size: 13px;
        line-height: 25px; }
        .leo-megamenu .dropdown-menu li a:hover {
          background-color: transparent;
          color: #72c9e4; }
          .leo-megamenu .dropdown-menu li a:hover .fa {
            color: #72c9e4; }
    .leo-megamenu .dropdown-menu .menu-title {
      margin-bottom: 0.625rem;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      text-transform: uppercase;
      color: #000000;
      font-weight: 500; }
      .leo-megamenu .dropdown-menu .menu-title a {
        color: #000000; }
        .leo-megamenu .dropdown-menu .menu-title a:hover {
          color: #72c9e4; }
    .leo-megamenu .dropdown-menu a &gt; .menu-title {
      text-transform: none;
      font-weight: 400;
      color: #000000;
      font-size: 0.875rem;
      font-family: "Poppins", sans-serif; }
      .leo-megamenu .dropdown-menu a &gt; .menu-title:hover {
        color: #72c9e4; }
  .leo-megamenu .dropdown:hover &gt; .dropdown-menu {
    left: 0px; }
    @media (min-width: 992px) {
      .leo-megamenu .dropdown:hover &gt; .dropdown-menu {
        display: block;
        border-top: 2px solid #72c9e4; } }
    .rtl .leo-megamenu .dropdown:hover &gt; .dropdown-menu {
      right: 0px;
      left: auto; }
  .leo-megamenu .dropdown:hover &gt; a {
    color: #72c9e4; }
    .leo-megamenu .dropdown:hover &gt; a .fa {
      color: #72c9e4; }
  .leo-megamenu .dropdown-submenu {
    position: relative; }
    .leo-megamenu .dropdown-submenu .dropdown-menu {
      top: 0;
      position: absolute;
      left: 100%; }
      .rtl .leo-megamenu .dropdown-submenu .dropdown-menu {
        right: 100%;
        left: auto; }
    .leo-megamenu .dropdown-submenu:hover &gt; .dropdown-menu {
      top: 0; }
      @media (min-width: 992px) {
        .leo-megamenu .dropdown-submenu:hover &gt; .dropdown-menu {
          display: block; } }
  .leo-megamenu .mega-group &gt; .dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF; }
    .leo-megamenu .mega-group &gt; .dropdown-toggle .fa {
      color: #FFFFFF; }
  .leo-megamenu .megamenu .cols1 {
    min-width: 200px; }
  .leo-megamenu .megamenu .cols2 {
    min-width: 500px; }
  .leo-megamenu .megamenu .cols3 {
    min-width: 740px; }
  .leo-megamenu .manu-logo img {
    border: 1px solid #eaeaea;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem; }
  .leo-megamenu .widget-subcategories {
    margin-bottom: 0.9375rem; }

/* Product for menu */
.leo-widget .thumbnail-container {
  margin: 0;
  text-align: left;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .rtl .leo-widget .thumbnail-container {
    text-align: right; }
  .leo-widget .thumbnail-container .product-image {
    float: left;
    margin: 0 0.625rem 0.625rem 0; }
    .rtl .leo-widget .thumbnail-container .product-image {
      float: right; }
    .rtl .leo-widget .thumbnail-container .product-image {
      margin: 0 0 0.625rem 0.625rem; }
  .leo-widget .thumbnail-container .product-meta {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0px; }
    @media (max-width: 991px) {
      .leo-widget .thumbnail-container .product-meta {
        padding: 0; } }
  .leo-widget .thumbnail-container .product-title {
    margin-top: 0px;
    margin-bottom: 0.625rem;
    line-height: 20px;
    text-transform: none; }
    @media (max-width: 991px) {
      .leo-widget .thumbnail-container .product-title {
        margin-bottom: 0; } }
    .leo-widget .thumbnail-container .product-title a {
      font-weight: 400; }
      @media (max-width: 991px) {
        .leo-widget .thumbnail-container .product-title a {
          font-size: 12px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; } }
.leo-widget .widget-html p {
  line-height: 23px; }
.leo-widget .widget-video iframe {
  border-width: 0px; }
  @media (max-width: 991px) {
    .leo-widget .widget-video iframe {
      width: 100%; } }
.leo-widget ul.widget-image {
  margin-left: 0px; }
  .rtl .leo-widget ul.widget-image {
    margin-right: 0px;
    margin-left: inherit; }
  .leo-widget ul.widget-image li {
    margin-right: 0.625rem; }
    .rtl .leo-widget ul.widget-image li {
      margin-left: 0.625rem;
      margin-right: inherit; }
    .leo-widget ul.widget-image li:last-child {
      margin-right: 0px; }
      .rtl .leo-widget ul.widget-image li:last-child {
        margin-left: 0px;
        margin-right: inherit; }
.leo-widget .widget-tab .nav-tabs {
  width: 30%;
  float: left; }
  .rtl .leo-widget .widget-tab .nav-tabs {
    float: right; }
  .leo-widget .widget-tab .nav-tabs &gt; li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd; }
    .leo-widget .widget-tab .nav-tabs &gt; li:first-child {
      border-top: 1px solid #ddd; }
    .leo-widget .widget-tab .nav-tabs &gt; li a {
      font-size: 14px;
      text-transform: none;
      position: relative; }
      .leo-widget .widget-tab .nav-tabs &gt; li a:hover, .leo-widget .widget-tab .nav-tabs &gt; li a.active {
        border-color: transparent;
        background: transparent;
        color: #72c9e4; }
      .leo-widget .widget-tab .nav-tabs &gt; li a:after {
        content: "\f105";
        font-family: "FontAwesome";
        position: absolute;
        right: 5px;
        top: 0; }
        .rtl .leo-widget .widget-tab .nav-tabs &gt; li a:after {
          left: 5px;
          right: auto; }
    .leo-widget .widget-tab .nav-tabs &gt; li.active a {
      background: transparent;
      border-color: transparent;
      color: #72c9e4; }
.leo-widget .widget-tab .tab-content {
  width: 70%;
  float: left;
  padding: 20px;
  border: 1px solid #ddd; }
  .rtl .leo-widget .widget-tab .tab-content {
    float: right; }
  .leo-widget .widget-tab .tab-content .active {
    max-height: 100%; }

/*
 *
 * Vertical menu
 */
.ApMegamenu .leo-verticalmenu {
  background: #5d4e57;
  position: relative; }
  .ApMegamenu .leo-verticalmenu .title_block {
    margin: 0;
    color: #FFFFFF;
    width: 100%;
    line-height: 26px;
    letter-spacing: 1px;
    font-size: 1.25rem;
    padding: 1.25rem 1.5625rem;
    text-transform: none; }
    .ApMegamenu .leo-verticalmenu .title_block:before {
      display: none; }
  .ApMegamenu .leo-verticalmenu &gt; .block_content {
    background: #5d4e57;
    position: absolute;
    z-index: 30;
    height: auto;
    overflow: visible;
    width: 100%;
    -webkit-transition: height 0.4s ease 0s;
    -moz-transition: height 0.4s ease 0s;
    -ms-transition: height 0.4s ease 0s;
    -o-transition: height 0.4s ease 0s;
    transition: height 0.4s ease 0s; }

div.verticalmenu {
  z-index: 100; }
  div.verticalmenu .navbar-collapse, div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0; }
  div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%; }
    div.verticalmenu .navbar-nav &gt; li {
      width: 100%;
      height: auto;
      position: relative;
      float: none; }
      div.verticalmenu .navbar-nav &gt; li + .nav-item {
        margin-left: 0px; }
        .rtl div.verticalmenu .navbar-nav &gt; li + .nav-item {
          margin-right: 0px;
          margin-left: inherit; }
      div.verticalmenu .navbar-nav &gt; li &gt; a {
        display: block;
        color: #212121;
        font-size: 0.875rem;
        font-family: "Poppins", sans-serif;
        padding: 0.8125rem 1.875rem 0.75rem;
        font-weight: 600;
        line-height: 24px; }
      div.verticalmenu .navbar-nav &gt; li .caret {
        display: none; }
      @media (max-width: 991px) {
        div.verticalmenu .navbar-nav &gt; li .caret {
          display: block;
          position: relative;
          top: -40px;
          cursor: pointer;
          border: none;
          width: 25px;
          height: 1.875rem;
          text-align: center;
          border: none;
          float: right;
          right: 0; }
          .rtl div.verticalmenu .navbar-nav &gt; li .caret {
            float: left; }
          .rtl div.verticalmenu .navbar-nav &gt; li .caret {
            left: 0;
            right: auto; }
          div.verticalmenu .navbar-nav &gt; li .caret:before {
            content: "\f105";
            font-family: "FontAwesome";
            color: #212121;
            font-size: 0.6875rem;
            font-weight: normal; } }
      div.verticalmenu .navbar-nav &gt; li .dropdown-submenu .caret {
        top: 0; }
        @media (max-width: 991px) {
          div.verticalmenu .navbar-nav &gt; li .dropdown-submenu .caret {
            top: -16px; } }
      div.verticalmenu .navbar-nav &gt; li.last a, div.verticalmenu .navbar-nav &gt; li:last-child a {
        border: 0; }
      div.verticalmenu .navbar-nav &gt; li:hover &gt; a {
        color: #72c9e4;
        background: #72c9e4; }
        div.verticalmenu .navbar-nav &gt; li:hover &gt; a:hover, div.verticalmenu .navbar-nav &gt; li:hover &gt; a:focus {
          color: #FFFFFF;
          background: #72c9e4;
          border-color: #eaeaea; }
      div.verticalmenu .navbar-nav &gt; li:hover .caret {
        color: #72c9e4; }
        div.verticalmenu .navbar-nav &gt; li:hover .caret:before {
          color: #72c9e4; }
      div.verticalmenu .navbar-nav &gt; li.open &gt; a {
        color: #72c9e4;
        background: #72c9e4; }
        div.verticalmenu .navbar-nav &gt; li.open &gt; a:hover, div.verticalmenu .navbar-nav &gt; li.open &gt; a:focus {
          color: #FFFFFF;
          background: #72c9e4;
          border-color: #eaeaea; }
      div.verticalmenu .navbar-nav &gt; li.open .caret {
        color: #72c9e4; }
        div.verticalmenu .navbar-nav &gt; li.open .caret:before {
          color: #72c9e4;
          top: -23px;
          content: "\f0d7"; }
      div.verticalmenu .navbar-nav &gt; li .parent {
        position: relative; }
        div.verticalmenu .navbar-nav &gt; li .parent &gt; .dropdown-toggle {
          text-transform: none;
          font-weight: normal;
          color: #212121; }
          div.verticalmenu .navbar-nav &gt; li .parent &gt; .dropdown-toggle:hover {
            color: #72c9e4; }
    div.verticalmenu .navbar-nav li.parent &gt; a:after {
      position: absolute;
      content: "\f105";
      font-family: "FontAwesome";
      color: #FFFFFF;
      font-size: 0.6875rem;
      font-weight: normal;
      right: 12px;
      top: 12px;
      border: none; }
      @media (max-width: 991px) {
        div.verticalmenu .navbar-nav li.parent &gt; a:after {
          display: none; } }
    div.verticalmenu .navbar-nav li.parent:hover &gt; a:after {
      color: #FFFFFF; }
    div.verticalmenu .navbar-nav li.parent.dropdown-submenu &gt; a:after {
      color: #212121; }
  div.verticalmenu ul li a .menu-icon {
    display: block;
    background-position: left center !important; }
    .rtl div.verticalmenu ul li a .menu-icon {
      background-position: right center !important; }
    div.verticalmenu ul li a .menu-icon span {
      display: block;
      margin-left: 35px; }
      .rtl div.verticalmenu ul li a .menu-icon span {
        margin-right: 35px;
        margin-left: inherit; }
    div.verticalmenu ul li a .menu-icon .menu-desc {
      display: none; }
  div.verticalmenu ul li a .menu-title {
    display: block;
    color: #FFFFFF; }
  div.verticalmenu ul li a .sub-title {
    font-size: 0.875rem; }
  div.verticalmenu ul li a:hover, div.verticalmenu ul li a:focus {
    color: #FFFFFF;
    background: #FFFFFF; }
    div.verticalmenu ul li a:hover .menu-title, div.verticalmenu ul li a:focus .menu-title {
      color: #FFFFFF; }
  div.verticalmenu .dropdown-menu {
    left: -9999px;
    top: -9999px;
    right: auto;
    border: 2px solid #72c9e4;
    min-height: 100px;
    height: 100% !important;
    min-width: 13.44rem;
    padding: 1.25rem 1.75rem;
    background: #FFFFFF;
    margin: 0px;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); }
    .rtl div.verticalmenu .dropdown-menu {
      text-align: right; }
    div.verticalmenu .dropdown-menu ul li {
      padding: 4px 0;
      line-height: normal;
      list-style: none;
      display: block;
      float: none; }
      div.verticalmenu .dropdown-menu ul li + .nav-item {
        margin-left: 0px; }
        .rtl div.verticalmenu .dropdown-menu ul li + .nav-item {
          margin-right: 0px;
          margin-left: inherit; }
      div.verticalmenu .dropdown-menu ul li a {
        color: #212121;
        font-size: 0.75rem;
        font-weight: 400;
        padding: 0; }
        div.verticalmenu .dropdown-menu ul li a .menu-title {
          color: #212121;
          text-transform: none; }
        div.verticalmenu .dropdown-menu ul li a:hover {
          color: #72c9e4; }
          div.verticalmenu .dropdown-menu ul li a:hover .menu-title {
            color: #72c9e4; }
    div.verticalmenu .dropdown-menu p {
      line-height: 18px;
      font-size: 0.75rem; }
    div.verticalmenu .dropdown-menu .leo-menu-video {
      width: 100%; }
      div.verticalmenu .dropdown-menu .leo-menu-video iframe {
        margin-bottom: 10px; }
    div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
      color: #000000; }
    div.verticalmenu .dropdown-menu .dropdown-toggle {
      font-weight: bold;
      text-transform: uppercase;
      line-height: normal;
      color: #000000;
      font-family: "Poppins", sans-serif;
      font-size: 0.75rem; }
    div.verticalmenu .dropdown-menu .action {
      display: none; }
  div.verticalmenu .widget-heading {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600; }

div.active-hover ul &gt; li:hover &gt; .dropdown-menu {
  left: 100%;
  top: -1px;
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-table; }
  .rtl div.active-hover ul &gt; li:hover &gt; .dropdown-menu {
    right: 100%;
    left: auto; }

/* CANVAS MENU - SHOW CANVAS = YES */
.megamenu-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.off-canvas body {
  position: relative; }

@media (min-width: 992px) {
  .off-canvas-active &gt; #page,
  .off-canvas-active &gt; .off-canvas-nav-megamenu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative !important; }

  .off-canvas-button-megamenu {
    display: none !important; } }
@media (max-width: 991px) {
  .off-canvas-active .megamenu-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }
.off-canvas-button-megamenu {
  color: #000000;
  margin: 0.9375rem 0.625rem;
  text-align: right; }
  .rtl .off-canvas-button-megamenu {
    text-align: left; }
  .off-canvas-button-megamenu:hover {
    cursor: pointer; }

.off-canvas-inactive &gt; #page {
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s; }

/* .off-canvas-active{
	background: $white;
	&gt; #page{
	  	@include transform(translateX(234px));
	  	@include transition(all 400ms ease 0s);
	}
	&gt; .off-canvas-nav-megamenu{
		&amp;.active{
			@include rtl-left(0px);
	  		@include transform(translateX(234px));
			@include transition(all 400ms ease 0s);
		}
	}
	#page {
	  	position: fixed;
	  	margin: 0 auto;
	  	max-width: 100%;
	}
} */
@media (min-width: 992px) {
  .off-canvas .off-canvas-nav-megamenu {
    display: none; } }
@media (max-width: 991px) {
  .off-canvas .off-canvas-nav-megamenu .navbar-nav {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute; }
  .off-canvas:not(.rtl) .off-canvas-active &gt; .off-canvas-nav-megamenu {
    max-width: none;
    transition: all 400ms;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .off-canvas:not(.rtl) .off-canvas-inactive &gt; .off-canvas-nav-megamenu {
    max-width: none;
    transition: all 400ms;
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .off-canvas.rtl .off-canvas-active &gt; .off-canvas-nav-megamenu {
    max-width: none;
    transition: all 400ms;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: #FFFFFF;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .off-canvas.rtl .off-canvas-inactive &gt; .off-canvas-nav-megamenu {
    max-width: none;
    transition: all 400ms;
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: #FFFFFF;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; } }

.off-canvas-nav-megamenu {
  width: 234px;
  /* position: absolute;  
  top: 0px; 
  width: 0px;
  background: $white;
  z-index: 999; 
  @include rtl-left(0);
  @include transition(all 400ms ease 0s); */ }
  .off-canvas-nav-megamenu .navbar-nav {
    margin: 0px; }
    .off-canvas-nav-megamenu .navbar-nav &gt; li {
      float: none;
      border-bottom: 1px solid #eaeaea;
      float: none; }
      .off-canvas-nav-megamenu .navbar-nav &gt; li + .nav-item {
        margin-left: 0; }
        .rtl .off-canvas-nav-megamenu .navbar-nav &gt; li + .nav-item {
          margin-right: 0;
          margin-left: inherit; }
      .off-canvas-nav-megamenu .navbar-nav &gt; li &gt; a {
        display: inline-block;
        color: #000000;
        font-size: 0.9375rem;
        font-weight: 400;
        padding: 1.0625rem 0.625rem; }
        .off-canvas-nav-megamenu .navbar-nav &gt; li &gt; a:hover, .off-canvas-nav-megamenu .navbar-nav &gt; li &gt; a:focus {
          background: none; }
  .off-canvas-nav-megamenu .nav li.dropdown .caret {
    cursor: pointer;
    position: absolute;
    top: 1.125rem;
    margin: auto 0;
    right: 0;
    width: 1.875rem;
    height: 20px; }
    .rtl .off-canvas-nav-megamenu .nav li.dropdown .caret {
      left: 0;
      right: auto; }
    .off-canvas-nav-megamenu .nav li.dropdown .caret:before {
      content: "\f107";
      font-family: "FontAwesome";
      color: #000000;
      font-size: 0.9375rem;
      font-weight: normal;
      display: block;
      text-align: center; }
  .off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle::after {
    display: none; }
  .off-canvas-nav-megamenu .nav li.open-sub &gt; .caret:before {
    content: "\f106"; }
  .off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret {
    top: 0.375rem; }
  .off-canvas-nav-megamenu .offcanvas-mainnav {
    /* background-color: $white;
    position: absolute;
    top: 0;
    width: 234px;
    overflow: hidden;
    @include rtl-left(-234px); */ }
  .off-canvas-nav-megamenu .dropdown-menu {
    font-size: 0.875rem;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    float: none;
    margin: 0;
    width: 100% !important;
    border: 0;
    padding: 0 0.625rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: left;
    /*** Detail layer ***/ }
    .rtl .off-canvas-nav-megamenu .dropdown-menu {
      text-align: right; }
    .off-canvas-nav-megamenu .dropdown-menu ul li {
      line-height: 1.875rem;
      float: none; }
      .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
        position: relative;
        margin-left: 0; }
        .rtl .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
          margin-right: 0;
          margin-left: inherit; }
      .off-canvas-nav-megamenu .dropdown-menu ul li &gt; a {
        font-weight: 400; }
    .off-canvas-nav-megamenu .dropdown-menu .demo-product-detail .leo-widget {
      float: none;
      width: 100%; }
  .off-canvas-nav-megamenu .dropdown-sub .menu-title {
    font-weight: 700;
    padding: 0.625rem 0;
    color: #000000; }
  .off-canvas-nav-megamenu ul.nav-links {
    padding-left: 0.4375rem; }
    .rtl .off-canvas-nav-megamenu ul.nav-links {
      padding-right: 0.4375rem;
      padding-left: inherit; }
    .off-canvas-nav-megamenu ul.nav-links li {
      line-height: 1.875rem; }
  .off-canvas-nav-megamenu .mega-col {
    width: 100%; }
  .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
    padding: 0.1875rem 0.1875rem 0.1875rem 0.4375rem; }
    .rtl .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
      padding: 0.1875rem 0.4375rem 0.1875rem 0.1875rem; }

/* OFF CANVAS MENU - SHOW CANVAS = NO */
@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .leo-megamenu.disable-canvas .navbar-nav &gt; li.aligned-fullwidth {
    position: relative; }
  .leo-megamenu.disable-canvas .navbar-nav &gt; li &gt; a {
    padding: 1.25rem 0; }
    .leo-megamenu.disable-canvas .navbar-nav &gt; li &gt; a:after {
      display: none; }
  .leo-megamenu.disable-canvas .navbar-nav &gt; li .caret {
    cursor: pointer;
    position: absolute;
    top: 0.8125rem;
    line-height: 1.875rem;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    right: 0; }
    .rtl .leo-megamenu.disable-canvas .navbar-nav &gt; li .caret {
      left: 0;
      right: auto; }
    .leo-megamenu.disable-canvas .navbar-nav &gt; li .caret:before {
      content: "add";
      font-family: "Material Icons";
      position: absolute;
      font-size: 1.25rem;
      font-weight: normal;
      text-align: center;
      color: #FFFFFF;
      z-index: 1001; }
  .leo-megamenu .collapse {
    text-align: left; }
    .rtl .leo-megamenu .collapse {
      text-align: right; }
    .leo-megamenu .collapse .navbar-nav {
      text-align: left;
      height: auto; }
      .rtl .leo-megamenu .collapse .navbar-nav {
        text-align: right; }
    .leo-megamenu .collapse .navbar-nav &gt; li.aligned-fullwidth {
      position: relative; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .leo-megamenu .collapse .navbar-nav &gt; li &gt; .dropdown-menu .mega-col {
      width: 100%; } }
@media (max-width: 991px) {
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown.open-sub &gt; .caret:before {
      content: "remove"; }
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu .caret:before {
      top: -0.8125rem; }
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu.open-sub &gt; .caret:before {
      content: "remove"; }
    .leo-megamenu .collapse .navbar-nav .dropdown-toggle::after {
      display: none; }
    .leo-megamenu .collapse .dropdown-submenu &gt; .dropdown-menu {
      width: 100%;
      position: relative;
      left: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      .rtl .leo-megamenu .collapse .dropdown-submenu &gt; .dropdown-menu {
        right: 0;
        left: auto; } }
/*** Responsive part ***/
@media (max-width: 991px) {
  .ApMegamenu &gt; .navbar {
    position: static; }

  .leo-megamenu.disable-canvas .navbar-nav {
    margin: 0 0.625rem 0 1.375rem; }
    .rtl .leo-megamenu.disable-canvas .navbar-nav {
      margin: 0 1.375rem 0 0.625rem; }
    .leo-megamenu.disable-canvas .navbar-nav &gt; li &gt; a {
      padding: 0.9375rem 0; }
      .leo-megamenu.disable-canvas .navbar-nav &gt; li &gt; a &gt; span::after {
        display: none; }
    .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
      cursor: pointer;
      position: absolute;
      top: 0.5625rem;
      line-height: 1.875rem;
      display: block;
      width: 1.875rem;
      height: 1.875rem;
      right: 0; }
      .rtl .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
        left: 0;
        right: auto; }
      .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before {
        content: "add";
        font-family: "Material Icons";
        position: absolute;
        font-size: 1.25rem;
        font-weight: normal;
        text-align: center;
        color: #000000;
        z-index: 1001; }
  .leo-megamenu.disable-canvas .leo-top-menu {
    background: #ffffff;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; }
  .leo-megamenu.disable-canvas .dropdown-toggle::after {
    display: none; } }
.leo-widget .widget-category_image .level0 li {
  position: relative;
  display: inline-block;
  min-width: 8.75rem; }
  .leo-widget .widget-category_image .level0 li ul {
    background: #FFFFFF;
    border: 1px solid #c3c3c3;
    position: absolute;
    top: -1px;
    z-index: 99;
    display: none;
    left: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rtl .leo-widget .widget-category_image .level0 li ul {
      right: 100%;
      left: auto; }
    .leo-widget .widget-category_image .level0 li ul li {
      padding: 0.3125rem 0.625rem; }
  .leo-widget .widget-category_image .level0 li:hover &gt; ul {
    display: block; }

@media (min-width: 992px) {
  .demo-product-detail {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
.demo-product-detail .leo-widget {
  padding: 0 10px; }
  @media (min-width: 450px) {
    .demo-product-detail .leo-widget {
      float: left; }
      .rtl .demo-product-detail .leo-widget {
        float: right; } }
  @media (min-width: 992px) {
    .demo-product-detail .leo-widget {
      width: calc((100%)/7); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .demo-product-detail .leo-widget {
      width: calc((100%)/3); }
      .demo-product-detail .leo-widget:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .demo-product-detail .leo-widget {
      width: calc((100%)/2); }
      .demo-product-detail .leo-widget:nth-child(2n+1) {
        clear: both; } }
  @media (max-width: 479px) {
    .demo-product-detail .leo-widget {
      width: calc((100%)/1); } }
  .demo-product-detail .leo-widget p {
    overflow: inherit; }
  .demo-product-detail .leo-widget a {
    display: block;
    padding: 5px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .demo-product-detail .leo-widget a img {
      max-width: 100%; }
      .demo-product-detail .leo-widget a img:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    .demo-product-detail .leo-widget a:hover {
      border-color: #72c9e4;
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px); }

@media (min-width: 992px) {
  .off-canvas .off-canvas-nav-megamenu {
    display: none; } }
.leo-widget .w-name {
  display: none; }

.popup-over {
  position: relative;
  margin-right: 7px;
  float: right; }
  .rtl .popup-over {
    margin-left: 7px;
    margin-right: inherit; }
  .rtl .popup-over {
    float: left; }
  .popup-over a.popup-title {
    padding: 13px 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #666666; }
    .popup-over a.popup-title:hover {
      color: #72c9e4; }
  .popup-over .popup-content {
    font-size: 13px;
    padding: 10px;
    display: none;
    right: 0;
    -webkit-transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -ms-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    margin: 0px; }
    .rtl .popup-over .popup-content {
      left: 0;
      right: auto; }
    .popup-over .popup-content a {
      color: #212121;
      padding: 0px; }
      .popup-over .popup-content a:hover {
        color: #72c9e4; }
    .popup-over .popup-content li {
      display: block;
      padding: 0.3125rem 0px; }
      .popup-over .popup-content li.current {
        color: #72c9e4; }
        .popup-over .popup-content li.current a {
          color: #72c9e4; }
    .popup-over .popup-content .ap-total:before {
      content: '(';
      display: inline-block; }
    .popup-over .popup-content .ap-total:after {
      content: ')';
      display: inline-block; }
  .popup-over.leo_block_top .popup-content {
    font-size: 13px;
    padding: 10px;
    font-weight: 400;
    text-transform: capitalize;
    right: -10px;
    left: auto; }
    .rtl .popup-over.leo_block_top .popup-content {
      right: auto;
      left: -10px; }
    .popup-over.leo_block_top .popup-content p {
      font-weight: bold;
      font-size: 11px;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .popup-over.leo_block_top .popup-content .language-selector {
      margin-bottom: 15px; }
      .popup-over.leo_block_top .popup-content .language-selector .link {
        margin: 0 -5px 5px; }
      .popup-over.leo_block_top .popup-content .language-selector li {
        margin: 0px;
        text-align: center;
        display: inline-block;
        border-bottom: none;
        width: 33.33%;
        float: left; }
        .popup-over.leo_block_top .popup-content .language-selector li.current img {
          outline: 1px dashed #212121;
          outline-offset: 2px;
          padding: 1px;
          width: 16px;
          height: 13px; }
        .popup-over.leo_block_top .popup-content .language-selector li a {
          line-height: 30px; }
      .popup-over.leo_block_top .popup-content .language-selector::after {
        content: "";
        display: block;
        clear: both; }
    .popup-over.leo_block_top .popup-content .currency-selector {
      position: relative; }
      .popup-over.leo_block_top .popup-content .currency-selector::after {
        content: "";
        display: block;
        clear: both; }
      .popup-over.leo_block_top .popup-content .currency-selector::before {
        content: "";
        width: 115px;
        height: 1px;
        background: #212121;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
      .popup-over.leo_block_top .popup-content .currency-selector .link {
        margin: 0; }
      .popup-over.leo_block_top .popup-content .currency-selector li {
        padding: 0;
        border-bottom: none;
        width: 33.33%;
        float: left;
        text-align: center; }
        .popup-over.leo_block_top .popup-content .currency-selector li.current a {
          color: #72c9e4; }
    .popup-over.leo_block_top .popup-content .user-info {
      padding: 0 10px; }
    .popup-over.leo_block_top .popup-content .title {
      text-transform: none;
      display: block;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 5px;
      display: none; }
  .popup-over:hover {
    cursor: pointer; }
    @media (min-width: 992px) {
      .popup-over:hover .popup-content {
        display: block !important; } }

/* mini basket */
#_desktop_cart {
  position: relative;
  float: right; }
  .rtl #_desktop_cart {
    float: left; }
  #_desktop_cart .cart-preview.active a {
    color: #72c9e4; }
  #_desktop_cart .cart-preview .body {
    display: none; }
  #_desktop_cart .cart-products-count {
    font-size: 13px;
    font-weight: 500;
    min-width: 19px;
    background: #72c9e4;
    display: block;
    position: absolute;
    top: 31px;
    right: -15px;
    left: auto;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    color: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
    .rtl #_desktop_cart .cart-products-count {
      right: auto;
      left: -15px; }
  #_desktop_cart .header {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    padding: 37px 0 35px 12px;
    position: relative; }
    .rtl #_desktop_cart .header {
      padding: 37px 12px 35px 0; }
    @media (max-width: 1199px) {
      #_desktop_cart .header {
        padding: 37px 0 35px 8px; }
        .rtl #_desktop_cart .header {
          padding: 37px 8px 35px 0; } }
    #_desktop_cart .header i {
      font-size: 20px;
      color: #333333; }
    #_desktop_cart .header:hover i {
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s;
      color: #72c9e4; }

/*** Responsive part ***/
@media (max-width: 767px) {
  .language-selector-wrapper .popup-content {
    right: auto;
    left: 0px; }

  .rtl .language-selector-wrapper .popup-content {
    left: auto;
    right: 0px; } }
/* edit 2-4-19 */
.currency-selector &gt; a:after, .language-selector-wrapper &gt; a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 14px; }
.currency-selector &gt; a.popup-title, .language-selector-wrapper &gt; a.popup-title {
  padding: 13px 9px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .currency-selector &gt; a.popup-title, .language-selector-wrapper &gt; a.popup-title {
      padding: 13px 5px; } }
  @media (max-width: 767px) {
    .currency-selector &gt; a.popup-title, .language-selector-wrapper &gt; a.popup-title {
      padding-right: 0; }
      .rtl .currency-selector &gt; a.popup-title, .rtl .language-selector-wrapper &gt; a.popup-title {
        padding-left: 0;
        padding-right: inherit; } }
.currency-selector i, .language-selector-wrapper i {
  display: none; }
.currency-selector .popup-content, .language-selector-wrapper .popup-content {
  right: 0;
  left: auto; }
  .rtl .currency-selector .popup-content, .rtl .language-selector-wrapper .popup-content {
    right: auto;
    left: 0; }

/* Product List*/
.product_list.list .ajax_block_product {
  width: 100%; }
.product_list.list .thumbnail-container {
  text-align: left; }
  .rtl .product_list.list .thumbnail-container {
    text-align: right; }
  .product_list.list .thumbnail-container .product-image {
    float: left;
    text-align: center; }
    .rtl .product_list.list .thumbnail-container .product-image {
      float: right; }
    @media (min-width: 1200px) {
      .product_list.list .thumbnail-container .product-image {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 480px) and (max-width: 1199px) {
      .product_list.list .thumbnail-container .product-image {
        float: left;
        width: 50%; } }
    @media (max-width: 479px) {
      .product_list.list .thumbnail-container .product-image {
        float: left;
        width: 100%; } }
  .product_list.list .thumbnail-container .product-meta {
    overflow: hidden;
    text-align: left; }
    @media (min-width: 1200px) {
      .product_list.list .thumbnail-container .product-meta {
        float: left;
        width: 66.66667%; } }
    @media (min-width: 480px) and (max-width: 1199px) {
      .product_list.list .thumbnail-container .product-meta {
        float: left;
        width: 50%; } }
    @media (max-width: 479px) {
      .product_list.list .thumbnail-container .product-meta {
        float: left;
        width: 100%; } }
    .rtl .product_list.list .thumbnail-container .product-meta {
      text-align: right; }
  .product_list.list .thumbnail-container .product-description-short {
    display: inline-block; }
@media (min-width: 992px) {
  .product_list.grid .ajax_block_product.first-in-line {
    clear: both; }
  .product_list.grid .ajax_block_product.last-in-line .thumbnail-container .leo-more-info {
    right: auto;
    left: 0px; }
  .product_list.grid .ajax_block_product.last-in-line .thumbnail-container:hover .leo-more-info {
    right: auto;
    left: -80px; } }
@media (max-width: 991px) and (min-width: 576px) {
  .product_list.grid .ajax_block_product.first-item-of-tablet-line {
    clear: both; } }
@media (max-width: 575px) and (min-width: 480px) {
  .product_list.grid .ajax_block_product.first-item-of-mobile-line {
    clear: both; } }

/* Product Grid style */
.thumbnail-container {
  position: relative;
  margin-bottom: 1.5625rem;
  text-align: center; }
  .thumbnail-container .product-image {
    position: relative; }
  .thumbnail-container .product-meta {
    padding: 0.625rem; }
  .thumbnail-container .product-title {
    text-transform: uppercase;
    margin-top: 1rem; }
    .thumbnail-container .product-title a {
      color: #666666;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      text-decoration: none;
      text-transform: initial;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      padding-bottom: 5px; }
      .thumbnail-container .product-title a:hover {
        color: #72c9e4; }
  .thumbnail-container .button-container {
    position: relative; }
    .thumbnail-container .button-container .leo-bt-select-attr,
    .thumbnail-container .button-container .qty_product {
      font-size: 0.75rem;
      border-radius: 0;
      height: 40px;
      padding: 0 0.625rem;
      line-height: 40px;
      border: 0;
      overflow: hidden;
      text-overflow: ellipsis; }
    .thumbnail-container .button-container .leo-bt-select-attr:after {
      position: absolute;
      top: 15px;
      right: 0.625rem; }
      .rtl .thumbnail-container .button-container .leo-bt-select-attr:after {
        left: 0.625rem;
        right: auto; }
    .thumbnail-container .button-container .leo-pro-attr-section,
    .thumbnail-container .button-container .qty_product {
      position: absolute;
      left: 0.625rem;
      right: 0.625rem;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      -moz-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      -ms-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      text-align: center; }
    .thumbnail-container .button-container .leo-pro-attr-section {
      top: -80px; }
    .thumbnail-container .button-container .dropdown-menu {
      top: auto;
      bottom: 100%;
      margin: 0;
      font-size: 0.75rem;
      border-radius: 0;
      border: 0; }
      .thumbnail-container .button-container .dropdown-menu .dropdown-item {
        display: block;
        padding: 0.75rem 0.625rem; }
    .thumbnail-container .button-container .qty_product {
      top: -40px; }
    .thumbnail-container .button-container:hover .leo-pro-attr-section,
    .thumbnail-container .button-container:hover .qty_product {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }
  .thumbnail-container .product-price-and-shipping {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    padding: 0; }
    .thumbnail-container .product-price-and-shipping .price {
      font-weight: 700; }
    .thumbnail-container .product-price-and-shipping .regular-price {
      color: #414141;
      text-decoration: line-through;
      font-weight: 300; }
    .thumbnail-container .product-price-and-shipping .discount-percentage {
      background: #f39d72;
      color: white;
      font-size: 0.75rem;
      padding: 2px 3px; }
  .thumbnail-container .product-additional {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 220px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .thumbnail-container .comments_note {
    color: #acaaa6; }
  .thumbnail-container .variant-links {
    width: 100%;
    padding-top: 0.1875rem;
    min-height: 2.5rem; }
  .thumbnail-container .product-description-short {
    display: none;
    line-height: 20px; }
  .thumbnail-container .functional-buttons {
    position: absolute;
    bottom: 10%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .thumbnail-container .functional-buttons .btn-product {
      padding: 0;
      width: 40px;
      height: 40px;
      line-height: 38px;
      border-radius: 100%;
      background: #FFFFFF;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      border: 1px solid #fff;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .thumbnail-container .functional-buttons .btn-product .icon-btn-product {
        margin-right: 0px;
        vertical-align: middle;
        color: #333333;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .rtl .thumbnail-container .functional-buttons .btn-product .icon-btn-product {
          margin-left: 0px;
          margin-right: inherit; }
      .thumbnail-container .functional-buttons .btn-product .name-btn-product {
        display: none; }
      .thumbnail-container .functional-buttons .btn-product:hover, .thumbnail-container .functional-buttons .btn-product:focus, .thumbnail-container .functional-buttons .btn-product:active {
        border: 1px solid #72c9e4;
        background: #FFFFFF; }
        .thumbnail-container .functional-buttons .btn-product:hover i, .thumbnail-container .functional-buttons .btn-product:focus i, .thumbnail-container .functional-buttons .btn-product:active i {
          color: #72c9e4; }
    .thumbnail-container .functional-buttons &gt; div {
      display: inline-block;
      vertical-align: middle;
      padding: 0 3px;
      -webkit-transform: translateX(-40px);
      -moz-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
      -o-transform: translateX(-40px);
      transform: translateX(-40px);
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
      @media (min-width: 992px) {
        .thumbnail-container .functional-buttons &gt; div {
          opacity: 0;
          filter: alpha(opacity=0); } }
      @media (max-width: 991px) {
        .thumbnail-container .functional-buttons &gt; div {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); } }
      .thumbnail-container .functional-buttons &gt; div:nth-child(1) {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        transition-delay: 100ms; }
      .thumbnail-container .functional-buttons &gt; div:nth-child(2) {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        transition-delay: 200ms; }
      .thumbnail-container .functional-buttons &gt; div:nth-child(3) {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        transition-delay: 300ms; }
      .thumbnail-container .functional-buttons &gt; div:nth-child(4) {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        transition-delay: 400ms; }
      @media (max-width: 991px) {
        .thumbnail-container .functional-buttons &gt; div {
          z-index: 999;
          position: relative; } }
  @media (min-width: 992px) {
    .thumbnail-container:hover .functional-buttons &gt; div {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .thumbnail-container:hover .product-additional {
      visibility: visible;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      opacity: 1;
      filter: alpha(opacity=100);
      filter: alpha(opacity=100);
      width: 100%;
      bottom: 0;
      max-width: 100%; }
    .thumbnail-container:hover .leo-more-info {
      width: 80px;
      opacity: 1;
      filter: alpha(opacity=100);
      right: -80px; }
      .rtl .thumbnail-container:hover .leo-more-info {
        left: -80px;
        right: auto; } }

.product-flags {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px; }
  .rtl .product-flags {
    right: 10px;
    left: auto; }
  .product-flags .product-flag {
    margin: 0 0 5px;
    width: 42px;
    height: 42px;
    display: flex;
    font-weight: 600;
    align-items: center;
    letter-spacing: 0px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }
    .product-flags .product-flag.online-only {
      background: #72c9e4; }
    .product-flags .product-flag.new {
      background: #afc972; }
    .product-flags .product-flag.on-sale {
      background: #5bc0de; }
    .product-flags .product-flag.discount {
      background: #f53030;
      font-size: 8px; }

.owl-item.last .thumbnail-container .leo-more-info {
  left: 0px;
  right: auto; }
.owl-item.last .thumbnail-container:hover .leo-more-info {
  left: -90px;
  right: auto; }

.rtl .owl-item.last .leo-more-info {
  left: auto;
  right: 0px; }
.rtl .owl-item.last:hover .leo-more-info {
  left: auto;
  right: -90px; }

.quickview a .leo-quickview-bt-content i {
  vertical-align: middle; }

.box-show-more a.btn-show-more {
  max-width: 190px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #e1e1e1;
  background: transparent;
  color: #212121;
  line-height: 50px;
  margin: auto;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }
  .box-show-more a.btn-show-more span {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    .box-show-more a.btn-show-more span::before {
      content: "\e099";
      font-family: 'Simple-Line-Icons';
      color: #212121;
      padding: 0 10px;
      display: inline-block;
      line-height: 45px;
      vertical-align: middle;
      font-size: 14px;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
  .box-show-more a.btn-show-more:hover {
    background: transparent;
    border: 1px solid #72c9e4; }
    .box-show-more a.btn-show-more:hover span {
      color: #72c9e4; }
      .box-show-more a.btn-show-more:hover span::before {
        color: #72c9e4; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.dropdown {
  color: #acaaa6; }
  .dropdown:hover .expand-more {
    color: #3387f2; }
  .dropdown .expand-more {
    color: #414141;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible; }
  .dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #414141;
    background: white; }

.dropdown-item:focus, .dropdown-item:hover {
  background: none;
  text-decoration: none;
  color: #3387f2; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.search-widget {
  /* z-index: 90; */
  position: relative;
  cursor: pointer;
  padding: 37px 12px; }
  .search-widget form {
    position: relative; }
    .search-widget form input[type=text] {
      border: 2px solid #333b48;
      padding: 0.75rem 0.625rem;
      max-width: 570px;
      width: 100%;
      background: white;
      color: #414141;
      font-weight: 300;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
      .search-widget form input[type=text]:focus {
        outline: 3px #3387f2 solid;
        color: #414141;
        background: white; }
        .search-widget form input[type=text]:focus + button {
          background: #3387f2; }
      .search-widget form input[type=text]::-webkit-input-placeholder {
        color: rgba(65, 65, 65, 0.5);
        text-indent: 0.625rem; }
      .search-widget form input[type=text]::-moz-placeholder {
        color: rgba(65, 65, 65, 0.5);
        text-indent: 0.625rem; }
      .search-widget form input[type=text]:-moz-placeholder {
        color: rgba(65, 65, 65, 0.5);
        text-indent: 0.625rem; }
      .search-widget form input[type=text]:-ms-input-placeholder {
        color: rgba(65, 65, 65, 0.5);
        text-indent: 0.625rem; }
    .search-widget form button[type=submit] {
      position: absolute;
      background: #333b48;
      border: none;
      bottom: 0.1875rem;
      color: white;
      padding: 0px;
      font-size: 1.1875rem;
      width: 2.4375rem;
      height: 2.4375rem;
      right: 0.1875rem;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
      .rtl .search-widget form button[type=submit] {
        left: 0.1875rem;
        right: auto; }
      .search-widget form button[type=submit]:hover {
        background: #3387f2; }
  @media (max-width: 1199px) {
    .search-widget {
      padding: 37px 8px; } }
  @media (max-width: 479px) {
    .search-widget {
      padding: 37px 5px; } }
  .search-widget a {
    overflow: hidden;
    display: block;
    position: relative;
    width: 21px;
    text-align: center; }
  .search-widget i {
    font-size: 20px; }
  .search-widget .popup-content {
    background: none;
    border: none;
    min-width: inherit;
    padding: 0;
    z-index: 99; }
  .search-widget:hover i {
    color: #72c9e4; }
  .search-widget form input[type=text] {
    padding: 0.7rem 40px 0.7rem 0.625rem;
    height: 45px; }
    .rtl .search-widget form input[type=text] {
      padding: 0.7rem 0.625rem 0.7rem 40px; }
    .search-widget form input[type=text]:focus + button {
      background: none; }

.top-header-h2 .search-widget .icon-magnifier:before {
  color: #373737; }

#checkout #search_widget {
  display: none;
  /* Not ideal solution by allows to reuse same hooks/templates */ }

/*** Responsive part ***/
/* @include media-breakpoint-up(sm){
  .search-widget{
    .popup-content{
      display: block;
      position: inherit;
    }
  }
}
@include media-breakpoint-down(sm){
  .search-widget{
    .popup-content{
      width: 17.5rem;
      left: 0px;
      right: auto;
    }
  }
  .rtl{
    .search-widget{
      .popup-content{
        right: 0px;
        left: auto;
      }
    }
  }
}
@include media-breakpoint-down(xs) {
  .search-widget {
    float: none;
    display: inline-block;
    margin-bottom: 0;
    form {
      input[type="text"] {
        min-width: 100%;
      }
    }
  }
} */
.ui-autocomplete {
  width: 300px !important; }
  @media (max-width: 479px) {
    .ui-autocomplete {
      width: 250px !important;
      word-break: break-all; } }

.h1-header-top-right .search-widget form {
  top: 100%;
  position: absolute;
  width: 300px;
  z-index: 999;
  right: -113px;
  left: auto; }
  .rtl .h1-header-top-right .search-widget form {
    right: auto;
    left: -113px; }
  .h1-header-top-right .search-widget form input[type=text] {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    outline: 0; }
  .h1-header-top-right .search-widget form button[type=submit] {
    background: transparent;
    cursor: pointer; }
    .h1-header-top-right .search-widget form button[type=submit]:hover i {
      color: #72c9e4; }
  .h1-header-top-right .search-widget form button i {
    color: #333333; }
.h1-header-top-right .search-widget a::before, .h1-header-top-right .search-widget a::after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(50px) rotate(45deg);
  -moz-transform: translateY(50px) rotate(45deg);
  -ms-transform: translateY(50px) rotate(45deg);
  -o-transform: translateY(50px) rotate(45deg);
  transform: translateY(50px) rotate(45deg); }
.h1-header-top-right .search-widget a::before {
  height: 14px;
  width: 2px; }
.h1-header-top-right .search-widget a::after {
  width: 14px;
  height: 2px; }
.h1-header-top-right .search-widget a i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.h1-header-top-right .search-widget.open a::before, .h1-header-top-right .search-widget.open a::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }
.h1-header-top-right .search-widget.open a i {
  opacity: 0;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px); }

.ui-autocomplete {
  width: 300px !important; }
  @media (max-width: 479px) {
    .ui-autocomplete {
      word-break: break-all; } }

.ui-autocomplete {
  z-index: 99999; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.top-menu[data-depth="1"] {
  margin: 0.625rem; }
.top-menu a:not([data-depth="0"]) {
  display: block;
  padding: 0.625rem;
  color: #acaaa6;
  font-weight: 400; }
.top-menu a.dropdown-submenu {
  color: #414141;
  text-transform: uppercase;
  font-weight: 600; }
.top-menu a[data-depth="0"] {
  font-weight: 600;
  padding: 0.1875rem 0.625rem 0.375rem; }
  #header .top-menu a[data-depth="0"]:hover {
    color: #3387f2;
    text-decoration: none; }
.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
  padding: 0 0.625rem 0.625rem 0; }
.top-menu .collapse {
  display: inherit; }
.top-menu .sub-menu {
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: 0.9375rem;
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  z-index: 18;
  display: none; }
  .top-menu .sub-menu.collapse {
    display: none; }
  .top-menu .sub-menu ul[data-depth="1"] &gt; li {
    float: left;
    margin: 0 1.25rem; }
  .top-menu .sub-menu a:hover {
    color: #3387f2; }
.top-menu .popover {
  max-width: inherit;
  border-radius: 0; }

.popover.bs-tether-element-attached-top {
  margin-top: 0; }

#mobile_top_menu_wrapper {
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: white; }
  #mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.625rem; }
  #mobile_top_menu_wrapper .top-menu {
    color: #414141; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
      display: none; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
      display: block; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
      display: none; }
    #mobile_top_menu_wrapper .top-menu .navbar-toggler {
      display: inline-block;
      padding: 0; }
    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
      padding: 0.625rem;
      border-bottom: 1px solid #f6f6f6; }
    #mobile_top_menu_wrapper .top-menu .collapse {
      display: none; }
      #mobile_top_menu_wrapper .top-menu .collapse.in {
        display: block; }
    #mobile_top_menu_wrapper .top-menu .sub-menu {
      box-shadow: none;
      z-index: inherit;
      display: block;
      position: static;
      overflow: hidden;
      margin-left: 0;
      width: 100%;
      min-width: 100%;
      background: #f6f6f6; }
      #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
        display: none; }
        #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
          display: block; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] &gt; li {
        border-bottom: 1px solid #acaaa6; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
        margin: 0; }
        #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] &gt; li {
          float: none;
          margin: 0; }
          #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] &gt; li a {
            text-transform: none; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul {
        padding: 0; }
      #mobile_top_menu_wrapper .top-menu .sub-menu li &gt; a {
        padding: 0.625rem;
        border-bottom: 1px solid white;
        font-weight: bold; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
        padding-left: 1.25rem; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
        padding-left: 2.5rem; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
        padding-left: 3.75rem; }
    #mobile_top_menu_wrapper .top-menu .popover {
      border-radius: 0; }
  #mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #acaaa6; }
  #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 0.625rem; }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
      display: inline; }
  #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 0.625rem; }
  #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    padding: 0.625rem; }
  #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 0.625rem; }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
      padding: 0.625rem 0;
      display: block;
      width: 100%; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
body#checkout {
  color: #414141; }
  body#checkout [data-action="show-password"] {
    display: block;
    background: transparent;
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    color: #212121; }
  body#checkout .custom-checkbox {
    display: inline-block; }
    body#checkout .custom-checkbox span {
      margin-top: 0px;
      float: left; }
      .rtl body#checkout .custom-checkbox span {
        float: right; }
    body#checkout .custom-checkbox label {
      overflow: hidden;
      zoom: 1; }
    body#checkout .custom-checkbox em {
      display: inline-table; }
  body#checkout a:hover {
    color: #72c9e4; }
  body#checkout section#content {
    margin-bottom: 1.5625rem; }
  body#checkout .container {
    min-height: 100%; }
  body#checkout section.checkout-step {
    -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    background-color: white;
    border: 1px solid #eaeaea;
    padding: 0.9375rem;
    margin: 10px 0; }
    body#checkout section.checkout-step:first-child {
      margin-top: 0; }
    body#checkout section.checkout-step .step-title {
      text-transform: uppercase;
      cursor: pointer;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 500; }
    body#checkout section.checkout-step .content {
      padding: 0 2.3125rem; }
    body#checkout section.checkout-step .step-edit {
      text-transform: lowercase;
      font-weight: normal; }
      body#checkout section.checkout-step .step-edit .edit {
        font-size: 0.875rem; }
    body#checkout section.checkout-step .not-allowed {
      cursor: not-allowed;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    body#checkout section.checkout-step .content,
    body#checkout section.checkout-step .done,
    body#checkout section.checkout-step .step-edit {
      display: none; }
    body#checkout section.checkout-step.-current .content {
      display: block; }
    body#checkout section.checkout-step.-current.-reachable.-complete .done,
    body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
      display: none; }
    body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
      display: inline-block; }
    body#checkout section.checkout-step.-current.-reachable.-complete .content {
      display: block; }
    body#checkout section.checkout-step.-reachable.-complete h1 .done {
      display: inline-block; }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
      display: none; }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
      cursor: pointer;
      display: block;
      float: right;
      margin-right: 0.125rem;
      color: #212121 !important;
      text-transform: capitalize; }
      .rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: left; }
      .rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        margin-left: 0.125rem;
        margin-right: inherit; }
    body#checkout section.checkout-step.-reachable.-complete .content {
      display: none; }
    body#checkout section.checkout-step small {
      color: #acaaa6; }
    body#checkout section.checkout-step .default-input {
      min-width: 40%; }
      body#checkout section.checkout-step .default-input[name=address1], body#checkout section.checkout-step .default-input[name=address2] {
        min-width: 60%; }
    body#checkout section.checkout-step .radio-field {
      margin-top: 1.875rem; }
      body#checkout section.checkout-step .radio-field label {
        display: inline; }
    body#checkout section.checkout-step .checkbox-field div {
      margin-top: 3.75rem; }
    body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
      margin-top: 0; }
    body#checkout section.checkout-step .select-field div {
      background: #f6f6f6;
      padding: 0.625rem 3.125rem; }
    body#checkout section.checkout-step .form-footer {
      text-align: center; }
    body#checkout section.checkout-step #conditions-to-approve {
      padding-top: 16px; }
      body#checkout section.checkout-step #conditions-to-approve .custom-checkbox input {
        left: 0; }
        .rtl body#checkout section.checkout-step #conditions-to-approve .custom-checkbox input {
          right: 0;
          left: auto; }
    body#checkout section.checkout-step .payment-options label {
      display: table-cell; }
    body#checkout section.checkout-step .payment-options .custom-radio {
      margin-right: 1.25rem; }
      .rtl body#checkout section.checkout-step .payment-options .custom-radio {
        margin-left: 1.25rem;
        margin-right: inherit; }
    body#checkout section.checkout-step .payment-options .payment-option {
      margin-bottom: 0.5rem; }
    body#checkout section.checkout-step .step-number {
      display: inline-block;
      padding: 0.625rem; }
    body#checkout section.checkout-step .address-selector {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    body#checkout section.checkout-step .address-item {
      background: #f6f6f6;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 49%;
      -moz-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin-bottom: 0.625rem; }
      body#checkout section.checkout-step .address-item.selected {
        background: white;
        border: #3387f2 3px solid; }
    body#checkout section.checkout-step .address-alias {
      display: inline-block;
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 0.625rem; }
    body#checkout section.checkout-step .address {
      margin-left: 1.5625rem;
      font-weight: normal; }
      .rtl body#checkout section.checkout-step .address {
        margin-right: 1.5625rem;
        margin-left: inherit; }
    body#checkout section.checkout-step .radio-block {
      padding: 0.9375rem;
      text-align: left; }
      .rtl body#checkout section.checkout-step .radio-block {
        text-align: right; }
    body#checkout section.checkout-step .custom-radio {
      margin-right: 0; }
      .rtl body#checkout section.checkout-step .custom-radio {
        margin-left: 0;
        margin-right: inherit; }
      body#checkout section.checkout-step .custom-radio input[type="radio"] {
        width: 1.25rem;
        height: 1.25rem; }
    body#checkout section.checkout-step .delete-address,
    body#checkout section.checkout-step .edit-address {
      color: #acaaa6;
      display: inline-block;
      margin: 0 0.3125rem; }
      body#checkout section.checkout-step .delete-address .delete,
      body#checkout section.checkout-step .delete-address .edit,
      body#checkout section.checkout-step .edit-address .delete,
      body#checkout section.checkout-step .edit-address .edit {
        font-size: 0.875rem; }
    body#checkout section.checkout-step hr {
      margin: 0; }
    body#checkout section.checkout-step .address-footer {
      text-align: center;
      padding: 0.625rem; }
    body#checkout section.checkout-step #delivery-addresses input[name="use_same_address"] {
      display: inline-block; }
    body#checkout section.checkout-step #delivery-addresses,
    body#checkout section.checkout-step #invoice-addresses {
      margin-top: 1.25rem; }
    body#checkout section.checkout-step .add-address {
      margin-top: 1.25rem; }
      body#checkout section.checkout-step .add-address a {
        color: #414141; }
        body#checkout section.checkout-step .add-address a i {
          font-size: 0.875rem; }
    body#checkout section.checkout-step .delivery-option {
      background: #f6f6f6;
      padding: 0.9375rem 0;
      margin-bottom: 0.9375rem; }
      body#checkout section.checkout-step .delivery-option label {
        text-align: inherit; }
    body#checkout section.checkout-step .carrier-delay,
    body#checkout section.checkout-step .carrier-name {
      display: inline-block;
      word-break: break-word;
      text-align: left; }
      .rtl body#checkout section.checkout-step .carrier-delay, .rtl
      body#checkout section.checkout-step .carrier-name {
        text-align: right; }
    body#checkout section.checkout-step #customer-form,
    body#checkout section.checkout-step #delivery-address,
    body#checkout section.checkout-step #invoice-address,
    body#checkout section.checkout-step #login-form {
      margin-left: 0.3125rem;
      margin-top: 1.563rem; }
      body#checkout section.checkout-step #customer-form .form-control-label,
      body#checkout section.checkout-step #delivery-address .form-control-label,
      body#checkout section.checkout-step #invoice-address .form-control-label,
      body#checkout section.checkout-step #login-form .form-control-label {
        text-align: left; }
        .rtl body#checkout section.checkout-step #customer-form .form-control-label, .rtl
        body#checkout section.checkout-step #delivery-address .form-control-label, .rtl
        body#checkout section.checkout-step #invoice-address .form-control-label, .rtl
        body#checkout section.checkout-step #login-form .form-control-label {
          text-align: right; }
      body#checkout section.checkout-step #customer-form .radio-inline,
      body#checkout section.checkout-step #delivery-address .radio-inline,
      body#checkout section.checkout-step #invoice-address .radio-inline,
      body#checkout section.checkout-step #login-form .radio-inline {
        padding: 0; }
    body#checkout section.checkout-step .sign-in {
      font-size: 0.8125rem; }
    body#checkout section.checkout-step .forgot-password {
      margin-left: 14.38rem; }
  body#checkout .additional-information {
    font-size: 0.8125rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem; }
  body#checkout .condition-label {
    margin-left: 2.5rem;
    margin-top: 0.625rem;
    overflow: hidden;
    zoom: 1; }
    body#checkout .condition-label label {
      text-align: inherit; }
  body#checkout .cancel-address {
    margin: 0.625rem;
    display: block;
    color: #878787;
    text-decoration: underline; }
  body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #ebebeb; }
  body#checkout #cart-summary-product-list {
    font-size: 0.8125rem; }
    body#checkout #cart-summary-product-list img {
      border: #ebebeb 1px solid;
      width: 3.125rem; }
    body#checkout #cart-summary-product-list .media-body {
      vertical-align: middle; }
    body#checkout #cart-summary-product-list .media-list li {
      padding: 0.625rem 0; }
      @media (max-width: 991px) {
        body#checkout #cart-summary-product-list .media-list li .product-price {
          float: none !important;
          display: block;
          margin-top: 15px; } }
  body#checkout #order-summary-content {
    padding-top: 0.9375rem; }
    body#checkout #order-summary-content h4.h4 {
      margin-top: 0.625rem;
      margin-bottom: 1.25rem;
      color: #212121;
      font-size: 14px;
      font-weight: 500; }
    body#checkout #order-summary-content h4.black {
      color: #212121;
      font-weight: 500; }
    body#checkout #order-summary-content h4.addresshead {
      margin-top: 0.1875rem; }
    body#checkout #order-summary-content .noshadow {
      box-shadow: none; }
    body#checkout #order-summary-content #order-items {
      border-right: 0; }
      .rtl body#checkout #order-summary-content #order-items {
        border-left: 0;
        border-right: inherit; }
      body#checkout #order-summary-content #order-items h3.h3 {
        color: #414141;
        margin-top: 1.25rem; }
      body#checkout #order-summary-content #order-items table tr:first-child td {
        border-top: 0; }
    body#checkout #order-summary-content .order-confirmation-table {
      padding: 1rem;
      margin-bottom: 2rem;
      background-color: #fff;
      border: 3px solid #e5e5e5;
      border-radius: 0; }
    body#checkout #order-summary-content .summary-selected-carrier {
      margin-bottom: 0.75rem;
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 0;
      padding: 1rem; }
    body#checkout #order-summary-content .step-edit {
      display: inline;
      color: #acaaa6; }
    body#checkout #order-summary-content .step-edit:hover {
      cursor: pointer; }
    body#checkout #order-summary-content a .step-edit {
      color: #acaaa6; }
  body#checkout #gift_message, body#checkout #delivery {
    max-width: 100%;
    border-color: #414141; }
    body#checkout #gift_message textarea, body#checkout #delivery textarea {
      max-width: 100%;
      margin-bottom: 10px; }

/**** ORDER CONFIRMATION *****/
#order-details {
  padding-left: 1.875rem; }
  #order-details &gt; .card-title {
    margin-bottom: 1.875rem; }
  #order-details ul {
    margin-bottom: 1.25rem; }
    #order-details ul li {
      margin-bottom: 0.625rem; }

#order-items {
  border-right: #ebebeb 1px solid; }
  .rtl #order-items {
    border-left: #ebebeb 1px solid;
    border-right: inherit; }
  #order-items hr {
    border-top-color: #414141; }
  #order-items table {
    width: 100%; }
    #order-items table tr {
      height: 1.875rem; }
      #order-items table tr td:last-child {
        text-align: right; }
        .rtl #order-items table tr td:last-child {
          text-align: left; }
  #order-items .order-line {
    margin-top: 1rem; }
    #order-items .order-line &gt; div:first-child {
      padding: 0 0 0 5px; }
      .rtl #order-items .order-line &gt; div:first-child {
        padding: 0 5px 0 0; }
  #order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 1rem; }
  #order-items .details {
    margin-bottom: 1rem; }
    #order-items .details .customizations {
      margin-top: 0.625rem; }
  #order-items .qty {
    margin-bottom: 1rem; }

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem; }

@media (max-width: 991px) {
  .done {
    margin: 0;
    padding: 0; }

  body#checkout section.checkout-step .address-item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin-right: 5px; }
    .rtl body#checkout section.checkout-step .address-item {
      margin-left: 5px;
      margin-right: inherit; }

  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }

  .delivery-option {
    /* @include display(flex); */
    margin: auto; }
    .delivery-option .custom-radio {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left; }
    .rtl .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
      text-align: right; }

  #order-confirmation #registration-form {
    width: 100%; } }
@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 0.25rem;
    margin-left: 1.25rem; }

  body#checkout #header .header-nav {
    max-height: none;
    padding: 0; }
  body#checkout section.checkout-step .content {
    padding: 0.9375rem; }
  body#checkout .form-group {
    margin-bottom: 0.5rem; }

  #order-items {
    border-right: 0;
    margin-bottom: 2.5rem; }
    .rtl #order-items {
      border-left: 0;
      border-right: inherit; }
    #order-items .card-title {
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 1rem;
      padding-bottom: 1rem; }
    #order-items hr {
      border-top-color: #ebebeb; }

  .bold {
    font-weight: bold; }

  #order-details {
    padding-left: 0.9375rem; }
    #order-details .card-title {
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 1rem;
      padding-bottom: 1rem; } }
@media (max-width: 575px) {
  body#checkout section.checkout-step .content {
    padding: 0.9375rem 0; }

  #payment-confirmation button {
    font-size: 0.875rem; }
    #payment-confirmation button.btn {
      white-space: normal; } }
.js-payment-binary {
  display: none; }
  .js-payment-binary .accept-cgv {
    display: none; }
  .js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed; }
    .js-payment-binary.disabled::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none; }
    .js-payment-binary.disabled .accept-cgv {
      display: block; }

#identity #customer-form .custom-checkbox label {
  display: inline; }
#identity #customer-form .custom-checkbox em {
  padding-left: 18px;
  padding-top: 10px;
  display: block; }
  .rtl #identity #customer-form .custom-checkbox em {
    padding-right: 18px;
    padding-left: inherit; }

#customer-form .form-control-valign .radio-inline {
  display: inline-block;
  margin-right: 20px; }
  .rtl #customer-form .form-control-valign .radio-inline {
    margin-left: 20px;
    margin-right: inherit; }

.check_box_address {
  float: left;
  margin-right: 5px;
  margin-top: 2px; }
  .rtl .check_box_address {
    float: right; }
  .rtl .check_box_address {
    margin-left: 5px;
    margin-right: inherit; }

.check_box_address_step {
  position: relative; }
  .check_box_address_step label {
    padding-left: 20px; }
    .rtl .check_box_address_step label {
      padding-right: 20px;
      padding-left: inherit; }
  .check_box_address_step .check_box_address {
    position: absolute;
    left: 15px;
    top: 0; }
    .rtl .check_box_address_step .check_box_address {
      right: 15px;
      left: auto; }

#delivery_message {
  width: 100%; }

.lql-social-login .lql-social-login-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px; }
.lql-social-login .social-login-bt {
  font-size: 0; }
  .lql-social-login .social-login-bt span {
    font-size: 14px;
    margin-right: 0 !important; }

h5.aeuc_scart {
  color: #212121;
  font-weight: 500;
  text-transform: uppercase; }

body#checkout .cart-summary-products:hover a.btn {
  color: #FFFFFF; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*** SOME GENERIC STYLES ***/
.table-labeled th {
  vertical-align: middle; }
.table-labeled td {
  vertical-align: middle; }
.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  color: white;
  white-space: nowrap; }

.page-order .table {
  margin-bottom: 0; }
.page-order table th {
  padding: 0.5rem; }
.page-order table td {
  padding: 0.5rem; }
.page-order table thead th {
  text-align: center; }

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0; }
#authentication .custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  #authentication .custom-checkbox span {
    flex: 0 0 0.9375rem; }
  #authentication .custom-checkbox label {
    padding: 0 0 0 0.625rem;
    display: inline-table; }
    .rtl #authentication .custom-checkbox label {
      padding: 0 0.625rem 0 0; }
#authentication [data-action="show-password"] {
  background: #878787; }

#identity .radio-inline,
#authentication .radio-inline {
  padding: 0; }
  #identity .radio-inline .custom-radio,
  #authentication .radio-inline .custom-radio {
    margin-right: 0; }

/*** Most of the customer accpunt pages ***/
.page-customer-account #content {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 1rem;
  font-size: 0.8125rem;
  color: #878787; }
  .page-customer-account #content .order-actions a {
    padding: 0 0.125rem; }
  .page-customer-account #content .forgot-password {
    text-align: center;
    font-size: 0.8125rem;
    margin-top: 1rem;
    padding-bottom: 0.9375rem; }
  .page-customer-account #content .no-account {
    text-align: center;
    font-size: 0.875rem; }

/*** Login page ***/
.page-authentication #content {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 1rem;
  max-width: 640px;
  margin: 0 auto; }

/*** Addresses page ***/
.page-addresses .address {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  margin-bottom: 1.875rem;
  font-size: 0.8125rem;
  color: #414141; }
  .page-addresses .address .address-body {
    padding: 1rem; }
    .page-addresses .address .address-body h4 {
      font-size: 0.875rem;
      font-weight: 700; }
    .page-addresses .address .address-body address {
      min-height: 9rem; }
  .page-addresses .address .address-footer {
    border-top: 1px solid #acaaa6;
    padding: 0.5rem 1rem; }
    .page-addresses .address .address-footer a {
      color: #878787;
      margin-right: 0.5rem; }
      .page-addresses .address .address-footer a:hover {
        color: #414141; }
      .page-addresses .address .address-footer a i {
        font-size: 0.875rem; }
      .page-addresses .address .address-footer a span {
        font-size: 0.875rem;
        vertical-align: middle; }
.page-addresses .addresses-footer {
  margin: 0 0.9375rem; }
  .page-addresses .addresses-footer a {
    color: #414141; }
    .page-addresses .addresses-footer a:hover {
      color: #414141; }
    .page-addresses .addresses-footer a i {
      font-size: 0.875rem; }
    .page-addresses .addresses-footer a span {
      font-size: 0.875rem;
      vertical-align: middle;
      margin-top: 0.625rem; }

/*** Order details page ***/
.page-order-detail {
  font-size: 0.875rem;
  color: #878787; }
  .page-order-detail .box {
    -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 1rem;
    margin-bottom: 1rem; }
  .page-order-detail h3 {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #414141;
    margin-bottom: 1rem; }
  .page-order-detail #order-infos ul {
    margin: 0; }
  .page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f6f6f6; }
    .page-order-detail #order-history .history-lines .history-line:last-child {
      border-bottom: 0; }
    .page-order-detail #order-history .history-lines .history-line .label {
      display: inline-block;
      margin: 0.25rem 0;
      padding: 0.25rem 0.375rem;
      color: white;
      border-radius: 3px; }
  .page-order-detail .addresses {
    margin: 0 -0.9375rem; }
    .page-order-detail .addresses h4 {
      font-size: 0.875rem;
      font-weight: 700; }
  .page-order-detail #order-products.return {
    margin-bottom: 1rem; }
    .page-order-detail #order-products.return th.head-checkbox {
      width: 30px; }
    .page-order-detail #order-products.return td {
      padding: 1.375rem 0.75rem; }
      .page-order-detail #order-products.return td.qty {
        min-width: 125px; }
        .page-order-detail #order-products.return td.qty .current {
          width: 30%;
          float: left;
          text-align: right;
          padding-right: 0.5rem; }
        .page-order-detail #order-products.return td.qty .select {
          width: 70%;
          float: left;
          margin: -0.625rem 0;
          padding-left: 0.25rem; }
          .page-order-detail #order-products.return td.qty .select select {
            text-align: center; }
  .page-order-detail .order-items {
    padding: 0 !important; }
    .page-order-detail .order-items .order-item {
      padding: 1rem 1rem 0;
      border-bottom: 1px solid #f6f6f6; }
      .page-order-detail .order-items .order-item .checkbox {
        width: 30px;
        float: left;
        padding: 0 0.9375rem; }
      .page-order-detail .order-items .order-item .content {
        width: calc(100% - 30px);
        float: left;
        padding: 0 0.9375rem; }
      .page-order-detail .order-items .order-item .desc {
        margin-bottom: 1rem; }
        .page-order-detail .order-items .order-item .desc .name {
          font-weight: bold; }
      .page-order-detail .order-items .order-item .qty {
        margin-bottom: 1rem; }
        .page-order-detail .order-items .order-item .qty .q {
          margin-bottom: 0.25rem; }
        .page-order-detail .order-items .order-item .qty .s {
          margin-bottom: 0.25rem; }
  .page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid #f6f6f6; }
    .page-order-detail .messages .message:last-child {
      border-bottom: 0; }
    .page-order-detail .messages .message &gt; div {
      margin-bottom: 0.5rem; }
  .page-order-detail .customization {
    margin-top: 0.75rem; }

/*** Order return page ***/
#order-return-infos .thead-default th {
  color: #414141; }
#order-return-infos .customization {
  margin-top: 0.75rem; }

/*** My account landing page ***/
.page-my-account #content .links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }
  .page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #878787;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem; }
    .page-my-account #content .links a span.link-item {
      display: block;
      height: 100%;
      -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
      background: white;
      padding: 1rem; }
    .page-my-account #content .links a i {
      display: block;
      font-size: 2.6rem;
      width: 100%;
      color: #414141;
      padding-bottom: 3.4rem; }
    .page-my-account #content .links a:hover {
      color: #414141; }
      .page-my-account #content .links a:hover i {
        color: rgb(93,166,153); }

/*** History page ***/
#history .orders {
  margin: 0 -1rem; }
  #history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f6f6f6; }
    #history .orders .order a h3 {
      color: #878787; }
    #history .orders .order .label {
      display: inline-block;
      margin: 0.25rem 0;
      padding: 0.25rem 0.375rem;
      color: white;
      border-radius: 3px; }
    #history .orders .order:last-child {
      border-bottom: 0; }

/*** FOOTER ***/
.page-footer .account-link {
  margin-right: 1rem; }
  .page-footer .account-link i {
    font-size: 0.875rem; }
  .page-footer .account-link span {
    font-size: 0.8125rem;
    vertical-align: middle; }

.login-form {
  margin-top: 0.9375rem; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.forgotten-password {
  padding: 4px; }
  .forgotten-password .form-fields .center-email-fields {
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      .forgotten-password .form-fields .center-email-fields {
        flex-direction: column; }
        .forgotten-password .form-fields .center-email-fields button {
          margin: 10px;
          width: calc(100% - 20px); } }
    .forgotten-password .form-fields .center-email-fields button {
      height: 38px; }
  .forgotten-password .form-fields .email {
    padding-left: 0;
    padding-right: 0;
    width: 430px; }
    @media (max-width: 767px) {
      .forgotten-password .form-fields .email {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    .forgotten-password .form-fields .email input {
      height: 38px; }
  .forgotten-password .form-fields label.required {
    width: 130px; }

.send-renew-password-link {
  padding-left: 10px;
  padding-right: 10px; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.renew-password {
  margin-left: 10px; }
  .renew-password .email {
    padding-bottom: 30px; }
  .renew-password [type=submit] {
    margin-left: 50px; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.homeslider .carousel {
  -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem; }
  .homeslider .carousel .direction {
    z-index: auto; }
  .homeslider .carousel .carousel-inner {
    height: 340px; }
    @media (max-width: 767px) {
      .homeslider .carousel .carousel-inner {
        height: auto; } }
  .homeslider .carousel .carousel-item {
    height: 100%; }
    @media (max-width: 767px) {
      .homeslider .carousel .carousel-item img {
        max-width: 100%;
        height: auto; } }
    @media (min-width: 768px) {
      .homeslider .carousel .carousel-item img {
        width: 100%;
        margin-left: 0; } }
    .homeslider .carousel .carousel-item .caption {
      position: absolute;
      color: white;
      max-width: 340px; }
      @media (min-width: 768px) {
        .homeslider .carousel .carousel-item .caption {
          bottom: 28px;
          left: 90px; } }
      @media (max-width: 767px) {
        .homeslider .carousel .carousel-item .caption {
          bottom: 5px;
          left: 40px; } }
      .homeslider .carousel .carousel-item .caption .caption-description p {
        color: white; }
    @media (max-width: 767px) {
      .homeslider .carousel .carousel-item figure {
        margin: 0; } }
  .homeslider .carousel .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100); }
    .homeslider .carousel .carousel-control .icon-next::before,
    .homeslider .carousel .carousel-control .icon-prev::before {
      content: ""; }
    .homeslider .carousel .carousel-control .icon-next i,
    .homeslider .carousel .carousel-control .icon-prev i {
      font-size: 3.125rem;
      color: white; }
    .homeslider .carousel .carousel-control .icon-next:hover i,
    .homeslider .carousel .carousel-control .icon-prev:hover i {
      color: rgb(93,166,153); }
    .homeslider .carousel .carousel-control .icon-prev {
      left: 1rem; }
    .homeslider .carousel .carousel-control .icon-next {
      right: 2rem; }
    .homeslider .carousel .carousel-control.left, .homeslider .carousel .carousel-control.right {
      background: none; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#custom-text {
  background: white;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  padding: 3.125rem 3.125rem;
  text-align: center; }
  #custom-text h3 {
    text-transform: uppercase;
    color: #414141;
    font-size: 1.563rem;
    font-weight: 700; }
  #custom-text p {
    color: #414141;
    font-weight: 400;
    font-size: 1.1em; }
    #custom-text p .dark {
      color: #acaaa6;
      font-weight: 400; }

.page-content.page-cms {
  background: white;
  padding: 1.25rem;
  text-align: justify; }
  .page-content.page-cms .cms-box img {
    max-width: 100%; }

@media (max-width: 991px) {
  #block-cmsinfo {
    padding: 1.25rem 1.875rem; } }
.cms-id-4 .page-header {
  display: none; }

.cms-box-1 {
  position: relative; }
  @media (min-width: 992px) {
    .cms-box-1 {
      padding-bottom: 60px;
      margin-bottom: 83px; } }
  @media (max-width: 991px) {
    .cms-box-1 {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .cms-box-1 .content-banner {
      padding: 63px 0 0 41px; }
      .rtl .cms-box-1 .content-banner {
        padding: 63px 41px 0 0; } }
  .cms-box-1 .content-banner .title-content {
    color: #313131;
    font-weight: 500; }
    @media (min-width: 1300px) {
      .cms-box-1 .content-banner .title-content {
        font-size: 36px; } }
    @media (min-width: 1200px) and (max-width: 1299px) {
      .cms-box-1 .content-banner .title-content {
        font-size: 30px;
        margin-bottom: 42px; } }
    @media (max-width: 1199px) {
      .cms-box-1 .content-banner .title-content {
        font-size: 25px;
        margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .cms-box-1 .content-banner .title-content {
        font-size: 16px; } }
  .cms-box-1 .content-banner p {
    color: #8d8d8d; }
    @media (min-width: 1200px) {
      .cms-box-1 .content-banner p {
        font-size: 16px;
        line-height: 24px; } }
    @media (max-width: 1199px) {
      .cms-box-1 .content-banner p {
        font-size: 14px;
        line-height: 20px; } }
  .cms-box-1::before {
    content: "";
    position: absolute;
    max-width: 1320px;
    width: 100%;
    height: 1px;
    background: #ebebeb;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

/* .about_us{
  &amp;::after{
    content: "";
    display: block;
    clear: both;
  }
} */
.cms-box-2 {
  position: relative; }
  @media (min-width: 992px) {
    .cms-box-2 {
      padding-bottom: 60px;
      margin-bottom: 110px; } }
  @media (max-width: 991px) {
    .cms-box-2 {
      margin-bottom: 30px; } }
  .cms-box-2 .title_block {
    font-size: 36px;
    font-weight: 500;
    color: #313131; }
    @media (min-width: 992px) {
      .cms-box-2 .title_block {
        margin-bottom: 100px !important; } }
    @media (max-width: 991px) {
      .cms-box-2 .title_block {
        margin-bottom: 30px !important; } }
  .cms-box-2 .service {
    text-align: center; }
    .cms-box-2 .service h4 {
      font-weight: 500;
      font-size: 20px;
      color: #313131;
      margin-bottom: 25px; }
    .cms-box-2 .service p {
      color: #8d8d8d;
      font-size: 15px;
      line-height: 24px; }
    @media (min-width: 1200px) {
      .cms-box-2 .service img {
        margin-bottom: 55px; } }
    @media (max-width: 1199px) {
      .cms-box-2 .service img {
        margin-bottom: 25px; } }
  .cms-box-2::before {
    content: "";
    position: absolute;
    width: 1320px;
    height: 1px;
    background: #ebebeb;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

@media (min-width: 992px) {
  .cms-box-3 {
    margin-bottom: 96px; } }
@media (max-width: 991px) {
  .cms-box-3 {
    margin-bottom: 20px; } }
.cms-box-3 .title_block {
  font-size: 33px;
  color: #313131; }
  @media (min-width: 992px) {
    .cms-box-3 .title_block {
      margin-bottom: 40px; } }
.cms-box-3 .ApColumn {
  text-align: center; }
  .cms-box-3 .ApColumn .image_description {
    margin-top: 24px; }
    .cms-box-3 .ApColumn .image_description h4 {
      font-size: 17px;
      font-weight: 500;
      color: #313131; }
    .cms-box-3 .ApColumn .image_description p {
      font-size: 13px;
      color: #8d8d8d; }

@media (min-width: 992px) {
  .cms-box-4 {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .cms-box-4 {
    margin-bottom: 0; } }
.cms-box-4 .title_block {
  color: #313131; }
  @media (min-width: 992px) {
    .cms-box-4 .title_block {
      margin-bottom: 37px; } }
  @media (max-width: 991px) {
    .cms-box-4 .title_block {
      margin-bottom: 20px; } }
.cms-box-4 .sub-title-widget {
  color: #8d8d8d;
  line-height: 24px;
  font-size: 16px; }
  @media (min-width: 992px) {
    .cms-box-4 .sub-title-widget {
      margin-bottom: 55px !important; } }
  @media (max-width: 991px) {
    .cms-box-4 .sub-title-widget {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .cms-box-5 {
    margin-bottom: 80px; } }
@media (max-width: 991px) {
  .cms-box-5 {
    margin-bottom: 0; } }
.cms-box-5 p {
  text-align: center; }
  @media (min-width: 992px) {
    .cms-box-5 p {
      font-size: 30px;
      line-height: 45px; } }
  @media (max-width: 991px) {
    .cms-box-5 p {
      font-size: 20px;
      line-height: 30px; } }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#products {
  color: #272727;
  background-color: #FFFFFF; }
  @media (min-width: 992px) {
    #products {
      margin-bottom: 100px; } }
  @media (max-width: 991px) {
    #products {
      margin-bottom: 30px; } }
  #products .products-select {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  #products .up .btn-secondary, #products .up .btn-tertiary {
    color: #acaaa6;
    text-transform: inherit;
    margin-bottom: 1rem;
    margin-right: 0.625rem; }
    .rtl #products .up .btn-secondary, .rtl #products .up .btn-tertiary {
      margin-left: 0.625rem;
      margin-right: inherit; }
    #products .up .btn-secondary .material-icons, #products .up .btn-tertiary .material-icons {
      margin-right: 0; }
      .rtl #products .up .btn-secondary .material-icons, .rtl #products .up .btn-tertiary .material-icons {
        margin-left: 0;
        margin-right: inherit; }

.block-category {
  margin-bottom: 1.5625rem;
  display: none; }
  .block-category #category-description {
    margin-top: 1.25rem; }
    .block-category #category-description p,
    .block-category #category-description strong {
      font-weight: 400;
      color: #272727; }
    .block-category #category-description p {
      color: #272727;
      margin-bottom: 0;
      line-height: 1.25rem; }
      .block-category #category-description p:first-child {
        margin-bottom: 1.25rem; }

.products-selection .sort-by-row {
  align-items: center; }
  @media (min-width: 480px) {
    .products-selection .sort-by-row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 768px) {
    .products-selection .sort-by-row {
      width: 85%;
      text-align: right;
      float: left; }
      .rtl .products-selection .sort-by-row {
        text-align: left; }
      .rtl .products-selection .sort-by-row {
        float: right; } }
  @media (max-width: 767px) {
    .products-selection .sort-by-row {
      margin: 15px 0;
      width: 100%;
      float: none; } }
.products-selection .display {
  width: 15%;
  float: right;
  padding-top: 6px;
  display: flex;
  justify-content: flex-end; }
  .rtl .products-selection .display {
    float: left; }
.products-selection .sort-by {
  white-space: normal;
  word-break: break-word;
  text-align: right;
  padding: 0;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1px; }
  .rtl .products-selection .sort-by {
    text-align: left; }
.products-selection .total-products {
  padding-top: 5px; }
  @media (max-width: 991px) {
    .products-selection .total-products {
      display: none; } }
.products-selection .showing {
  padding-top: 0.625rem; }
.products-selection h1 {
  padding-top: 0.625rem; }
.products-selection .products-counter {
  float: right;
  color: #272727;
  margin: 3px 0px 0px; }
  .rtl .products-selection .products-counter {
    float: left; }
.products-selection .display &gt; div {
  float: left;
  margin-right: 5px; }
  .rtl .products-selection .display &gt; div {
    float: right; }
  .rtl .products-selection .display &gt; div {
    margin-left: 5px;
    margin-right: inherit; }
  .products-selection .display &gt; div a {
    cursor: pointer;
    text-align: center;
    color: #272727;
    line-height: 25px;
    display: inline-block;
    width: 25px;
    height: 25px; }
    .products-selection .display &gt; div a:hover {
      color: #72c9e4; }
  .products-selection .display &gt; div.selected a {
    color: #72c9e4; }

.products-sort-order {
  color: #272727;
  width: 100%; }
  @media (min-width: 768px) {
    .products-sort-order {
      padding: 0; } }
  @media (min-width: 480px) {
    .products-sort-order {
      padding: 0 5px; } }
  @media (max-width: 479px) {
    .products-sort-order {
      padding-bottom: 10px; } }
  .products-sort-order .select-title {
    display: inline-block;
    color: #272727;
    background: white;
    padding: 0.3125rem;
    cursor: pointer;
    height: 35px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0; }
    @media (max-width: 767px) {
      .products-sort-order .select-title {
        width: 100%;
        font-size: 12px;
        outline: 0;
        border: 1px solid rgba(0, 0, 0, 0.15);
        padding: 3px 10px 3px 10px; } }
    .products-sort-order .select-title i {
      line-height: 27px;
      padding-left: 13px;
      color: #313131; }
  .products-sort-order .select-list {
    display: block;
    color: #414141;
    padding: 0.625rem 1.25rem; }
    .products-sort-order .select-list:hover {
      background: #72c9e4;
      color: #FFFFFF;
      text-decoration: none; }
  .products-sort-order .dropdown-menu {
    width: auto;
    background: #FFFFFF;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0; }
    @media (min-width: 768px) {
      .products-sort-order .dropdown-menu {
        right: 0;
        left: auto; }
        .rtl .products-sort-order .dropdown-menu {
          right: auto;
          left: 0; } }
    @media (max-width: 767px) {
      .products-sort-order .dropdown-menu {
        width: 95%; } }

.facet-dropdown {
  color: #878787;
  padding-left: 0;
  padding-right: 0;
  background: #ebebeb;
  border: 3px solid transparent;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px #ebebeb; }
  .facet-dropdown.open {
    border: 0; }
    .facet-dropdown.open &gt; .select-title {
      border: 3px solid rgb(93,166,153);
      background: #f6f6f6; }
  .facet-dropdown .select-title {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    width: 100%;
    color: #414141;
    background: #ebebeb;
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    cursor: pointer; }
    .facet-dropdown .select-title &gt; i {
      margin-left: auto; }
  .facet-dropdown .select-list {
    display: block;
    color: #414141;
    background: #f6f6f6;
    padding: 0.625rem 1.25rem; }
    .facet-dropdown .select-list:hover {
      background: rgb(93,166,153);
      color: white;
      text-decoration: none; }
  .facet-dropdown .dropdown-menu {
    padding: 0;
    margin-top: 3px;
    left: auto;
    width: 100%;
    background: #f6f6f6;
    border: none;
    box-shadow: 1px 1px 1px 1px #ebebeb; }

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  border-bottom: 1px solid #efefef; }
  #search_filters .facet .collapse,
  #search_filters_brands .facet .collapse,
  #search_filters_suppliers .facet .collapse {
    display: block; }
  @media (min-width: 768px) {
    #search_filters .facet,
    #search_filters_brands .facet,
    #search_filters_suppliers .facet {
      padding: 45px 0 40px; } }
  @media (max-width: 767px) {
    #search_filters .facet,
    #search_filters_brands .facet,
    #search_filters_suppliers .facet {
      padding: 0; } }
  #search_filters .facet .facet-title,
  #search_filters_brands .facet .facet-title,
  #search_filters_suppliers .facet .facet-title {
    color: #212121;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 17px; }
    @media (max-width: 767px) {
      #search_filters .facet .facet-title,
      #search_filters_brands .facet .facet-title,
      #search_filters_suppliers .facet .facet-title {
        font-size: 14px;
        padding: 0.625rem; } }
  #search_filters .facet .facet-label, #search_filters .facet .custom-checkbox,
  #search_filters_brands .facet .facet-label,
  #search_filters_brands .facet .custom-checkbox,
  #search_filters_suppliers .facet .facet-label,
  #search_filters_suppliers .facet .custom-checkbox {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #search_filters .facet .facet-label a, #search_filters .facet .custom-checkbox a,
    #search_filters_brands .facet .facet-label a,
    #search_filters_brands .facet .custom-checkbox a,
    #search_filters_suppliers .facet .facet-label a,
    #search_filters_suppliers .facet .custom-checkbox a {
      margin: 7px 0;
      color: #000000;
      display: inline-block;
      font-size: 0.875rem;
      text-align: left; }
      .rtl #search_filters .facet .facet-label a, .rtl #search_filters .facet .custom-checkbox a, .rtl
      #search_filters_brands .facet .facet-label a, .rtl
      #search_filters_brands .facet .custom-checkbox a, .rtl
      #search_filters_suppliers .facet .facet-label a, .rtl
      #search_filters_suppliers .facet .custom-checkbox a {
        text-align: right; }
      @media (max-width: 767px) {
        #search_filters .facet .facet-label a, #search_filters .facet .custom-checkbox a,
        #search_filters_brands .facet .facet-label a,
        #search_filters_brands .facet .custom-checkbox a,
        #search_filters_suppliers .facet .facet-label a,
        #search_filters_suppliers .facet .custom-checkbox a {
          margin: 0; } }
      #search_filters .facet .facet-label a .magnitude, #search_filters .facet .custom-checkbox a .magnitude,
      #search_filters_brands .facet .facet-label a .magnitude,
      #search_filters_brands .facet .custom-checkbox a .magnitude,
      #search_filters_suppliers .facet .facet-label a .magnitude,
      #search_filters_suppliers .facet .custom-checkbox a .magnitude {
        float: right;
        margin-left: 5px; }
        .rtl #search_filters .facet .facet-label a .magnitude, .rtl #search_filters .facet .custom-checkbox a .magnitude, .rtl
        #search_filters_brands .facet .facet-label a .magnitude, .rtl
        #search_filters_brands .facet .custom-checkbox a .magnitude, .rtl
        #search_filters_suppliers .facet .facet-label a .magnitude, .rtl
        #search_filters_suppliers .facet .custom-checkbox a .magnitude {
          float: left; }
        .rtl #search_filters .facet .facet-label a .magnitude, .rtl #search_filters .facet .custom-checkbox a .magnitude, .rtl
        #search_filters_brands .facet .facet-label a .magnitude, .rtl
        #search_filters_brands .facet .custom-checkbox a .magnitude, .rtl
        #search_filters_suppliers .facet .facet-label a .magnitude, .rtl
        #search_filters_suppliers .facet .custom-checkbox a .magnitude {
          margin-right: 5px;
          margin-left: inherit; }
@media (min-width: 1200px) {
  #search_filters .clear-all-wrapper,
  #search_filters_brands .clear-all-wrapper,
  #search_filters_suppliers .clear-all-wrapper {
    display: inline-block;
    margin: 0;
    float: right; }
    .rtl #search_filters .clear-all-wrapper, .rtl
    #search_filters_brands .clear-all-wrapper, .rtl
    #search_filters_suppliers .clear-all-wrapper {
      float: left; } }
@media (max-width: 1199px) {
  #search_filters .clear-all-wrapper,
  #search_filters_brands .clear-all-wrapper,
  #search_filters_suppliers .clear-all-wrapper {
    margin: 0.625rem 0;
    float: left; }
    .rtl #search_filters .clear-all-wrapper, .rtl
    #search_filters_brands .clear-all-wrapper, .rtl
    #search_filters_suppliers .clear-all-wrapper {
      float: right; } }

#search_filters .title_block {
  letter-spacing: 1px;
  padding: 5px 0;
  font-size: 24px; }
  @media (min-width: 1200px) {
    #search_filters .title_block {
      display: inline-block; } }
#search_filters .btn-tertiary {
  background: transparent;
  border: 1px solid #212121;
  color: #212121;
  transition: all ease .4s;
  margin: 0; }
  #search_filters .btn-tertiary i {
    margin-right: 2px; }
    .rtl #search_filters .btn-tertiary i {
      margin-left: 2px;
      margin-right: inherit; }
  #search_filters .btn-tertiary:hover {
    border: 1px solid #FF512F;
    color: #fff;
    background: #FF512F;
    background: -webkit-linear-gradient(to right, #DD2476, #FF512F);
    background: linear-gradient(to right, #DD2476, #FF512F); }
#search_filters &gt; p.h6 {
  display: inline-block;
  margin: 0;
  font-size: 24px; }

#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding: 0; }
  #search_filters_brands .facet .facet-label,
  #search_filters_suppliers .facet .facet-label {
    margin-bottom: 0.3125rem; }

/* Pagination */
.pagination {
  width: 100%;
  min-height: 3.125rem;
  padding: 0.3125rem 0.625rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }
  .pagination &gt; div:first-child {
    line-height: 2.5rem;
    display: none; }
  .pagination .page-list {
    padding: 0.625rem 0;
    margin-bottom: 0; }
    .pagination .page-list li {
      display: inline;
      padding: 0 5px; }
      .pagination .page-list li a i {
        display: none; }
      .pagination .page-list li span {
        text-transform: uppercase;
        color: #212121;
        font-weight: 600; }
        .pagination .page-list li span.spacer {
          display: inline-block; }
  .pagination a {
    color: #212121;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    padding-left: 3px; }
    .rtl .pagination a {
      padding-right: 3px;
      padding-left: inherit; }
    .pagination a:not(.previous):not(.next) {
      letter-spacing: 0.125rem;
      width: 41px;
      height: 41px;
      line-height: 41px; }
    .pagination a:hover, .pagination a:focus {
      color: #72c9e4;
      text-decoration: none;
      background: #72c9e4;
      color: #fff; }
      .pagination a:hover.previous, .pagination a:hover.next, .pagination a:focus.previous, .pagination a:focus.next {
        background: transparent;
        border-radius: 0; }
  .pagination .disabled {
    color: #212121; }
    .pagination .disabled:hover {
      color: #212121; }
  .pagination .current a {
    background: #72c9e4;
    color: #fff;
    text-decoration: none; }

/* Filter */
.active_filters {
  background: #dededd;
  padding: 0.625rem 1.875rem 0;
  margin-bottom: 1.25rem; }
  .active_filters .active-filter-title {
    display: inline;
    font-weight: 600;
    margin-right: 0.625rem; }
    .rtl .active_filters .active-filter-title {
      margin-left: 0.625rem;
      margin-right: inherit; }
  .active_filters ul {
    display: inline; }
  .active_filters .filter-block {
    -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    color: #414141;
    margin-bottom: 0.625rem;
    background: white;
    padding: 10px 25px 10px 10px;
    display: inline-block;
    font-size: 0.75rem;
    margin-right: 0.625rem;
    position: relative; }
    .rtl .active_filters .filter-block {
      padding: 10px 10px 10px 25px; }
    .rtl .active_filters .filter-block {
      margin-left: 0.625rem;
      margin-right: inherit; }
    .active_filters .filter-block a {
      position: absolute;
      bottom: 10px;
      right: 5px; }
      .rtl .active_filters .filter-block a {
        left: 5px;
        right: auto; }
    .active_filters .filter-block .close {
      color: #414141;
      font-size: 0.875rem;
      margin-top: 0.1875rem;
      opacity: 1;
      filter: alpha(opacity=100);
      margin-left: 0.3125rem; }
      .rtl .active_filters .filter-block .close {
        margin-right: 0.3125rem;
        margin-left: inherit; }

/* Block Category */
.block-categories .category-top-menu {
  margin: 0px; }
.block-categories.block .block_content {
  padding: 0px; }
.block-categories .category-sub-menu {
  margin: 0px;
  padding-bottom: 27px; }
  .block-categories .category-sub-menu .category-sub-link {
    font-size: 14px;
    color: #ababab;
    width: auto;
    border-bottom: 1px solid transparent;
    text-transform: capitalize; }
    .block-categories .category-sub-menu .category-sub-link:hover {
      border-bottom: 1px solid #333333;
      color: #333333; }
  .block-categories .category-sub-menu li {
    position: relative;
    padding: 0.625rem 0.625rem 0.3125rem; }
    .block-categories .category-sub-menu li &gt; a {
      font-weight: 500;
      width: 100%;
      display: inline-block;
      margin: 0;
      color: #212121;
      text-transform: uppercase; }
      .block-categories .category-sub-menu li &gt; a:hover {
        color: #72c9e4; }
  .block-categories .category-sub-menu li[data-depth="0"] {
    padding: 11px 0; }
    .block-categories .category-sub-menu li[data-depth="0"] ul.category-sub-menu {
      padding-top: 0.625rem; }
.block-categories .collapse-icons {
  position: absolute;
  top: 7px;
  padding: 6px 0;
  cursor: pointer;
  font-size: 16px;
  width: 30px;
  height: 30px;
  right: 10px;
  text-align: center; }
  .rtl .block-categories .collapse-icons {
    left: 10px;
    right: auto; }
  .block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none; }
  .block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: block; }
  .block-categories .collapse-icons .add,
  .block-categories .collapse-icons .remove {
    color: #212121; }
    .block-categories .collapse-icons .add:hover,
    .block-categories .collapse-icons .remove:hover {
      color: #72c9e4; }
  .block-categories .collapse-icons .remove {
    display: none; }
.block-categories .arrows {
  position: absolute;
  top: 12px;
  padding: 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  right: 10px; }
  .rtl .block-categories .arrows {
    left: 10px;
    right: auto; }
  .block-categories .arrows .arrow-right,
  .block-categories .arrows .arrow-down {
    font-size: 0.8125rem;
    cursor: pointer;
    margin-left: 2px; }
    .rtl .block-categories .arrows .arrow-right, .rtl
    .block-categories .arrows .arrow-down {
      margin-right: 2px;
      margin-left: inherit; }
    .block-categories .arrows .arrow-right:hover,
    .block-categories .arrows .arrow-down:hover {
      color: #72c9e4; }
  .block-categories .arrows .arrow-down {
    display: none; }
  .block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none; }
  .block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block; }

.facets-title {
  color: #272727; }

.products-selection .filter-button .btn-primary {
  padding: 0.4375rem 0.5rem 0.4375rem; }

/*** Responsive part ***/
/* @include media-breakpoint-up(sm){
  .pagination{
    @include display(flex);
  }
} */
@media (max-width: 767px) {
  #category .sidebar .block {
    display: none; }
  #category .sidebar #search_filters_wrapper {
    margin-left: -30px;
    margin-right: -30px; }
  #category .sidebar #search_filter_controls {
    text-align: center;
    margin-bottom: 1rem; }
    #category .sidebar #search_filter_controls button {
      margin: 0 0.5rem;
      font-size: 13px;
      font-weight: 500;
      text-transform: lowercase;
      padding: 5px 10px;
      border: 1px solid;
      box-shadow: none;
      border-radius: 25px; }
      #category .sidebar #search_filter_controls button i {
        color: #f00;
        font-size: 14px;
        margin-right: 3px; }
        .rtl #category .sidebar #search_filter_controls button i {
          margin-left: 3px;
          margin-right: inherit; }
      #category .sidebar #search_filter_controls button.ok i {
        color: #6dce01; }
  #category .sidebar #search_filters {
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #eaeaea;
    display: block; }
    #category .sidebar #search_filters .facet {
      padding: 0 10px;
      position: relative;
      padding-top: 0;
      border-bottom: 1px solid #eaeaea; }
      #category .sidebar #search_filters .facet .title {
        cursor: pointer; }
        #category .sidebar #search_filters .facet .title .collapse-icons .remove {
          display: none; }
      #category .sidebar #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
        display: none; }
      #category .sidebar #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
        display: block; }
      #category .sidebar #search_filters .facet .facet-title {
        color: #414141;
        text-transform: uppercase; }
      #category .sidebar #search_filters .facet .h6 {
        margin-bottom: 0;
        display: inline-block; }
      #category .sidebar #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: 0.625rem 0.625rem 0 0;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0; }
        .rtl #category .sidebar #search_filters .facet .navbar-toggler {
          left: 0;
          right: auto; }
      #category .sidebar #search_filters .facet .collapse {
        display: none; }
        #category .sidebar #search_filters .facet .collapse.in {
          display: block; }
      #category .sidebar #search_filters .facet .facet-label a {
        margin-top: 0; }
      #category .sidebar #search_filters .facet ul {
        margin-bottom: 0; }
        #category .sidebar #search_filters .facet ul li {
          border-top: 1px solid #eaeaea;
          padding: 0.625rem; } }
        @media (max-width: 767px) and (max-width: 767px) {
          #category .sidebar #search_filters .facet ul li {
            border: none; } }
@media (max-width: 767px) {
  #category #search_filter_toggler {
    width: 100%; }

  .products-sort-order .select-title {
    margin-left: 0; }
    .rtl .products-sort-order .select-title {
      margin-right: 0;
      margin-left: inherit; }

  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 1rem; }
  .products-selection .showing {
    padding-top: 0;
    text-align: center; } }
@media (max-width: 575px) {
  .products-selection .filter-button {
    /* margin-top: $small-space; */ }

  #category #left-column #search_filters_wrapper {
    margin-left: -15px;
    margin-right: -15px; } }
#wrapper .breadcrumb {
  background: transparent;
  padding: 0;
  position: relative; }
  #wrapper .breadcrumb .container {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-wrap: wrap;
    z-index: 2; }
    @media (max-width: 767px) {
      #wrapper .breadcrumb .container {
        position: unset;
        text-align: center;
        margin: 20px 0; } }
    #wrapper .breadcrumb .container .category-name {
      color: #212121;
      font-size: 30px;
      text-transform: capitalize;
      font-weight: 500; }
  #wrapper .breadcrumb li {
    color: #f5f5f5;
    font-size: 13px;
    font-weight: 500; }
    #wrapper .breadcrumb li:last-child {
      margin: 0; }
#wrapper .category-cover {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }
  .rtl #wrapper .category-cover {
    right: 50%;
    left: auto; }
  .rtl #wrapper .category-cover {
    margin-right: -50vw;
    margin-left: inherit; }

#subcategories {
  display: none; }

.products-selection .display &gt; div.selected a {
  color: #212121; }
.products-selection .display &gt; div a {
  color: #c2c2c2; }
  .products-selection .display &gt; div a:hover {
    color: #212121; }
.products-selection .display .leo_grid a i::before {
  content: "\f009"; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#product #content {
  position: relative; }

.product-detail-name {
  text-transform: none;
  font-size: 30px;
  color: #666666;
  font-weight: 400;
  margin: 16px 0 1.25rem; }
  @media (max-width: 991px) {
    .product-detail-name {
      font-size: 24px; } }

.product-price {
  color: #72c9e4;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400; }

#product-description-short {
  color: #666666; }

.description-short {
  line-height: 28px;
  margin-bottom: 40px; }
  .description-short p {
    margin-bottom: 0; }
    .description-short p span {
      color: #696969;
      font-size: 14px !important; }

.product-description {
  line-height: 1.5rem;
  font-weight: 300;
  color: #666666;
  display: block; }
  .product-description::after {
    content: "";
    display: block;
    clear: both; }
  .product-description p {
    font-size: .75rem;
    color: #898c91;
    font-weight: 400;
    margin-bottom: 1rem !important;
    word-break: break-word; }
  @media (min-width: 768px) {
    .product-description .descr-wrapper .descr-text, .product-description .descr-wrapper .descr-attr {
      width: 50%;
      float: left; }
    .product-description .descr-wrapper .descr-attr {
      padding-left: 2.5rem; }
      .product-description .descr-wrapper .descr-attr p {
        margin-bottom: 0 !important;
        border-bottom: 1px solid #e5e5e5;
        padding: .9375rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-pack: justify; }
        .product-description .descr-wrapper .descr-attr p:first-child {
          padding-top: 0;
          word-break: break-word; } }

.product-information {
  font-size: 0.875rem;
  color: #666666; }

.product-manufacturer {
  margin-bottom: 0.625rem; }
  .product-manufacturer .manufacturer-logo {
    height: 35px; }

.input-color {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  left: 0; }
  .rtl .input-color {
    right: 0;
    left: auto; }

.input-container {
  position: relative; }

.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%; }

.input-radio:checked + span, .input-radio:hover + span {
  background: #72c9e4;
  color: #fff; }

.radio-label {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  display: inline-block;
  font-weight: 600;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: #666666;
  font-weight: 500;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }

.product-actions {
  border-bottom: 1px solid #efefef;
  padding-bottom: 22px; }
  @media (min-width: 992px) {
    .product-actions {
      margin-bottom: 47px; } }
  @media (max-width: 991px) {
    .product-actions {
      margin-bottom: 30px;
      padding-bottom: 0; } }
  .product-actions .control-label {
    width: 80px;
    margin-bottom: 0.375rem;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #212121; }
  .product-actions .product-add-to-cart .control-label {
    display: none; }

@media (min-width: 576px) {
  .product-quantity {
    display: flex;
    flex-wrap: wrap; } }
@media (min-width: 576px) {
  .product-quantity .qty {
    margin-right: 20px; }
    .rtl .product-quantity .qty {
      margin-left: 20px;
      margin-right: inherit; } }
@media (max-width: 575px) {
  .product-quantity .qty {
    margin: 15px 0; } }
.product-quantity .qty .input-group.bootstrap-touchspin {
  float: none; }
.product-quantity .add, .product-quantity .wishlist, .product-quantity .compare {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .rtl .product-quantity .add, .rtl .product-quantity .wishlist, .rtl .product-quantity .compare {
    margin-left: 5px;
    margin-right: inherit; }
  .product-quantity .add .btn, .product-quantity .wishlist .btn, .product-quantity .compare .btn {
    height: 48px;
    width: 48px;
    line-height: 48px;
    padding: 0 12px;
    font-size: 13px;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #333333;
    position: relative;
    font-weight: 600;
    border-radius: 100%;
    outline: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .product-quantity .add .btn i, .product-quantity .wishlist .btn i, .product-quantity .compare .btn i {
      color: #333333;
      font-size: 16px;
      vertical-align: middle;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .product-quantity .add .btn .cssload-speeding-wheel, .product-quantity .wishlist .btn .cssload-speeding-wheel, .product-quantity .compare .btn .cssload-speeding-wheel {
      margin: 13px auto; }
.product-quantity .add {
  margin-right: 19px; }
  .rtl .product-quantity .add {
    margin-left: 19px;
    margin-right: inherit; }
  .product-quantity .add .btn {
    width: auto;
    border-radius: 50px;
    background: #212121;
    color: white; }
    @media (min-width: 1200px) {
      .product-quantity .add .btn {
        padding: 0 30px; } }
    @media (max-width: 1199px) {
      .product-quantity .add .btn {
        padding: 0 15px; } }
    .product-quantity .add .btn i {
      color: white; }
    .product-quantity .add .btn::before {
      left: -100%;
      font-family: "simple-line-icons";
      content: "\e04f";
      top: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      line-height: 48px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 20px; }
    .product-quantity .add .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .product-quantity .add .btn span {
      display: inline-block;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .product-quantity .add .btn:hover::before {
      left: 0; }
    .product-quantity .add .btn:hover span {
      -webkit-transform: translateX(200%);
      -moz-transform: translateX(200%);
      -ms-transform: translateX(200%);
      -o-transform: translateX(200%);
      transform: translateX(200%); }
.product-quantity .wishlist .name-btn-product, .product-quantity .compare .name-btn-product {
  display: none; }
.product-quantity .wishlist .btn:hover, .product-quantity .wishlist .btn:focus, .product-quantity .wishlist .btn:active, .product-quantity .compare .btn:hover, .product-quantity .compare .btn:focus, .product-quantity .compare .btn:active {
  border: 1px solid #72c9e4;
  background: transparent; }
  .product-quantity .wishlist .btn:hover i, .product-quantity .wishlist .btn:focus i, .product-quantity .wishlist .btn:active i, .product-quantity .compare .btn:hover i, .product-quantity .compare .btn:focus i, .product-quantity .compare .btn:active i {
    color: #72c9e4; }
.product-quantity #quantity_wanted {
  color: #212121;
  background-color: transparent;
  height: 48px;
  padding: 5px 20px;
  width: 140px;
  margin: 0;
  text-align: center;
  background: #f7f7f7;
  border-radius: 100px;
  border: none;
  font-size: 15px;
  font-weight: 500; }
.product-quantity .input-group-btn-vertical {
  width: 100%;
  float: left;
  position: static; }
  .rtl .product-quantity .input-group-btn-vertical {
    float: right; }
.product-quantity .input-group-btn-vertical .btn {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 20px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: 0;
  z-index: 9;
  background: transparent;
  border: none; }
  .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 17px; }
    .rtl .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
      left: 17px;
      right: auto; }
    .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up i::after {
      content: "\f067";
      font-family: "FontAwesome"; }
  .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: 17px; }
    .rtl .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
      right: 17px;
      left: auto; }
    .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down i::after {
      content: "\f068";
      font-family: "FontAwesome"; }
  .product-quantity .input-group-btn-vertical .btn i {
    font-size: 10px;
    top: 0.125rem;
    left: 0.1875rem;
    position: static;
    line-height: 10px; }
.product-quantity .btn-touchspin {
  height: 1.4375rem; }

.product-discounts {
  margin-bottom: 1.5rem; }
  .product-discounts &gt; .product-discounts-title {
    font-weight: normal;
    font-size: 0.8125rem; }
  .product-discounts &gt; .table-product-discounts thead tr th {
    width: 33%;
    padding: 0.625rem 1.25rem;
    background: white;
    border: 0.3125rem #ebebeb solid;
    text-align: center; }
  .product-discounts &gt; .table-product-discounts tbody tr {
    background: #f6f6f6; }
    .product-discounts &gt; .table-product-discounts tbody tr:nth-of-type(even) {
      background: white; }
    .product-discounts &gt; .table-product-discounts tbody tr td {
      padding: 0.625rem 1.25rem;
      text-align: center;
      border: 0.3125rem #ebebeb solid; }

.product-prices {
  margin-top: 1.25rem; }
  .product-prices div {
    margin-bottom: 0.625rem; }
  .product-prices .tax-shipping-delivery-label {
    font-size: 0.8125rem;
    color: #878787; }

.product-discount {
  color: #999999;
  display: inline-block; }
  .product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 500;
    margin-right: 0.625rem;
    font-size: 16px; }
    .product-discount .regular-price .delivery-information {
      padding: 0 0 0 2px; }
      .product-discount .regular-price .delivery-information::before {
        content: "-";
        padding: 0 2px 0 0; }

.has-discount.product-price, .has-discount p {
  color: #212121;
  font-weight: 700;
  font-size: 20px;
  display: inline-block; }
.has-discount .discount {
  background: transparent;
  color: #fff;
  font-weight: 500;
  padding: 0.3125rem 0.625rem;
  font-size: 10px;
  margin-left: 0.625rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: -4px;
  background: #f2709c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff9472, #f2709c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.product-unit-price {
  font-size: 0.75rem;
  margin-bottom: 0; }

.product-tabs.tabs {
  margin-top: 2rem;
  background: #f9f9f9;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative; }
  .rtl .product-tabs.tabs {
    right: 50%;
    left: auto; }
  .rtl .product-tabs.tabs {
    margin-right: -50vw;
    margin-left: inherit; }
  @media (min-width: 992px) {
    .product-tabs.tabs {
      padding: 80px 0 100px;
      margin-bottom: 3rem; } }
  @media (max-width: 991px) {
    .product-tabs.tabs {
      padding: 30px 0;
      margin-bottom: 0; } }
  @media (min-width: 480px) {
    .product-tabs.tabs .tab-pane {
      padding-top: 60px; } }
  @media (max-width: 479px) {
    .product-tabs.tabs .tab-pane {
      padding-top: 30px; } }
  .product-tabs.tabs .tab-content, .product-tabs.tabs .nav-tabs {
    max-width: 1400px;
    padding: 0 20px;
    margin: auto; }
  .product-tabs.tabs .nav-tabs {
    border: none;
    padding-bottom: 0;
    text-align: center; }
    .product-tabs.tabs .nav-tabs .nav-item {
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin-left: 0; }
      .product-tabs.tabs .nav-tabs .nav-item &gt; a {
        color: #999999;
        text-transform: capitalize;
        padding: 20px 0;
        margin: 0 22px;
        font-size: 20px;
        position: relative;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
        .product-tabs.tabs .nav-tabs .nav-item &gt; a::before {
          content: "";
          height: 2px;
          position: absolute;
          background: #212121;
          bottom: 0;
          left: 50%;
          right: 50%;
          display: block;
          -webkit-transition: all ease 0.4s;
          -moz-transition: all ease 0.4s;
          -ms-transition: all ease 0.4s;
          -o-transition: all ease 0.4s;
          transition: all ease 0.4s; }
        .product-tabs.tabs .nav-tabs .nav-item &gt; a.active {
          color: #212121;
          background: transparent; }
          .product-tabs.tabs .nav-tabs .nav-item &gt; a.active::before {
            left: 0;
            right: 0; }
        .product-tabs.tabs .nav-tabs .nav-item &gt; a:hover {
          color: #212121; }
          .product-tabs.tabs .nav-tabs .nav-item &gt; a:hover::before {
            left: 0;
            right: 0; }
      .product-tabs.tabs .nav-tabs .nav-item:hover a::before {
        left: 0;
        right: 0; }

.product-cover {
  margin-bottom: 1.25rem;
  position: relative; }
  .product-cover img {
    background: white; }
  .product-cover .layer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    z-index: 999;
    background: #FFFFFF;
    position: absolute;
    bottom: 20px;
    color: #878787;
    text-align: center;
    cursor: pointer;
    right: 20px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175); }
    .product-cover .layer .zoom-in {
      margin: 5px;
      font-size: 25px; }
    .product-cover .layer:hover {
      color: #FFFFFF;
      background: #72c9e4; }

#product-modal .modal-dialog {
  max-width: 1000px; }
  @media (max-width: 1199px) {
    #product-modal .modal-dialog {
      max-width: 80%; } }
#product-modal .modal-content {
  background: transparent;
  border: none;
  padding: 0;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  #product-modal .modal-content .modal-body {
    position: relative; }
    #product-modal .modal-content .modal-body figure {
      margin-bottom: 0px;
      padding-right: 170px; }
      .rtl #product-modal .modal-content .modal-body figure {
        padding-left: 170px;
        padding-right: inherit; }
    #product-modal .modal-content .modal-body .product-cover-modal {
      background: white;
      max-width: 100%; }
    #product-modal .modal-content .modal-body .image-caption {
      background: white;
      padding: 10px 20px;
      border-top: #ebebeb 1px solid; }
      #product-modal .modal-content .modal-body .image-caption p {
        margin-bottom: 0; }
    #product-modal .modal-content .modal-body .thumbnails {
      position: absolute;
      top: 35px;
      width: 150px;
      right: 15px; }
      .rtl #product-modal .modal-content .modal-body .thumbnails {
        left: 15px;
        right: auto; }
    #product-modal .modal-content .modal-body .js-modal-product-images {
      padding: 0; }
    #product-modal .modal-content .modal-body .mask {
      position: relative;
      overflow: hidden;
      z-index: 1;
      height: 833px; }
      @media (max-width: 1199px) {
        #product-modal .modal-content .modal-body .mask {
          height: 500px; } }
      #product-modal .modal-content .modal-body .mask.nomargin {
        margin-top: 0; }
    #product-modal .modal-content .modal-body .product-images {
      width: 150px;
      display: none; }
      #product-modal .modal-content .modal-body .product-images li.thumb-container {
        border: none;
        display: block; }
      #product-modal .modal-content .modal-body .product-images img {
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        #product-modal .modal-content .modal-body .product-images img:hover, #product-modal .modal-content .modal-body .product-images img.selected {
          border: 2px solid #414141; }
    #product-modal .modal-content .modal-body .arrows {
      display: none;
      position: relative;
      cursor: pointer; }
      #product-modal .modal-content .modal-body .arrows.scroll {
        display: block; }
      #product-modal .modal-content .modal-body .arrows .arrow-up {
        top: 0; }
      #product-modal .modal-content .modal-body .arrows .arrow-down {
        bottom: 0; }
      #product-modal .modal-content .modal-body .arrows i {
        font-size: 24px;
        width: 50%;
        float: left;
        text-align: center;
        color: #999999;
        z-index: 9;
        background: #FFFFFF;
        border: 1px solid #f1f1f1;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .rtl #product-modal .modal-content .modal-body .arrows i {
          float: right; }
        #product-modal .modal-content .modal-body .arrows i:hover {
          background: #72c9e4;
          border-color: #72c9e4;
          color: #FFFFFF;
          opacity: 1;
          filter: alpha(opacity=100); }
    #product-modal .modal-content .modal-body .slick-list {
      margin-top: -10px;
      margin-bottom: -10px;
      margin-left: 0px;
      margin-right: 0px; }
      #product-modal .modal-content .modal-body .slick-list .slick-slide {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0px;
        padding-left: 0px; }
    #product-modal .modal-content .modal-body .slick-arrow {
      left: 0;
      right: 0;
      width: 100%;
      color: #FFFFFF;
      background: #72c9e4; }
      #product-modal .modal-content .modal-body .slick-arrow:hover {
        background: #000000; }
      #product-modal .modal-content .modal-body .slick-arrow.slick-next {
        top: 0px;
        bottom: auto; }
        #product-modal .modal-content .modal-body .slick-arrow.slick-next:before {
          content: "\f077"; }
      #product-modal .modal-content .modal-body .slick-arrow.slick-prev {
        top: auto;
        bottom: -20px; }
        #product-modal .modal-content .modal-body .slick-arrow.slick-prev:before {
          content: "\f078"; }

#blockcart-modal {
  color: #272727; }
  #blockcart-modal .modal-header {
    background: #4cbb6c; }
  #blockcart-modal .modal-body {
    background: #FFFFFF;
    padding: 3.125rem 1.875rem; }
    #blockcart-modal .modal-body .divide-right span {
      display: inline-block;
      margin-bottom: 0.625rem; }
    #blockcart-modal .modal-body .divide-right p {
      color: #000000; }
  #blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%; }
  #blockcart-modal .product-image {
    width: 100%; }
  #blockcart-modal .modal-title {
    font-weight: 500;
    color: white;
    font-size: 14px;
    text-transform: uppercase; }
    #blockcart-modal .modal-title i.material-icons {
      margin-right: 5px;
      font-size: 18px; }
      .rtl #blockcart-modal .modal-title i.material-icons {
        margin-left: 5px;
        margin-right: inherit; }
  #blockcart-modal .product-name {
    color: #72c9e4;
    font-size: 1.125rem;
    margin-bottom: 0.625rem; }
  #blockcart-modal .cart-products-count {
    font-size: 16px;
    font-weight: 600; }
  #blockcart-modal .cart-content {
    padding-left: 2.5rem; }
    .rtl #blockcart-modal .cart-content {
      padding-right: 2.5rem;
      padding-left: inherit; }
    #blockcart-modal .cart-content p strong {
      font-weight: 600;
      padding-right: 10px; }
      .rtl #blockcart-modal .cart-content p strong {
        padding-left: 10px;
        padding-right: inherit; }
    #blockcart-modal .cart-content .cart-content-btn {
      display: inline-flex; }
      #blockcart-modal .cart-content .cart-content-btn button {
        margin-right: 0.3125rem; }
        .rtl #blockcart-modal .cart-content .cart-content-btn button {
          margin-left: 0.3125rem;
          margin-right: inherit; }
      #blockcart-modal .cart-content .cart-content-btn a i {
        font-size: 18px;
        margin-right: 5px; }
        .rtl #blockcart-modal .cart-content .cart-content-btn a i {
          margin-left: 5px;
          margin-right: inherit; }
      #blockcart-modal .cart-content .cart-content-btn .btn {
        white-space: inherit;
        font-size: 14px;
        background: transparent;
        border: 1px solid #212121;
        color: #212121;
        -webkit-transition: all ease-in 0.4s;
        -moz-transition: all ease-in 0.4s;
        -ms-transition: all ease-in 0.4s;
        -o-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s; }
        #blockcart-modal .cart-content .cart-content-btn .btn:hover {
          background: #212121;
          color: white; }
  #blockcart-modal .divide-right {
    border-right: #afafaf 1px solid; }
    .rtl #blockcart-modal .divide-right {
      border-left: #afafaf 1px solid;
      border-right: inherit; }
    #blockcart-modal .divide-right span strong, #blockcart-modal .divide-right p strong {
      font-weight: 600;
      padding-right: 10px; }
      .rtl #blockcart-modal .divide-right span strong, .rtl #blockcart-modal .divide-right p strong {
        padding-left: 10px;
        padding-right: inherit; }
    #blockcart-modal .divide-right .product-name {
      font-weight: 600;
      font-size: 16px; }

.product-images &gt; li.thumb-container {
  display: inline; }
  .product-images &gt; li.thumb-container &gt; .thumb {
    cursor: pointer;
    margin-bottom: 0.625rem;
    border: 1px solid transparent; }
    .images-container .product-images &gt; li.thumb-container &gt; .thumb {
      margin-right: 0.3125rem; }
    .product-images &gt; li.thumb-container &gt; .thumb.selected, .product-images &gt; li.thumb-container &gt; .thumb:hover {
      border: 1px solid #72c9e4; }

.zoomContainer {
  z-index: 99; }

#main .images-container .js-qv-mask {
  white-space: nowrap;
  overflow: hidden; }
  #main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto; }

.scroll-box-arrows {
  display: none; }
  .scroll-box-arrows.scroll {
    display: block; }
  .scroll-box-arrows i {
    position: absolute;
    bottom: 1.625rem;
    height: 100px;
    line-height: 100px;
    cursor: pointer; }
  .scroll-box-arrows .left {
    left: 0; }
  .scroll-box-arrows .right {
    right: 0; }

#product-availability {
  display: inline-block;
  font-weight: 700; }
  #product-availability .material-icons {
    line-height: inherit; }
  #product-availability .product-available {
    color: #4cbb6c; }
  #product-availability .product-unavailable {
    color: #ff9a52; }
  #product-availability .product-last-items {
    color: #ff9a52; }

#product-details .label {
  font-size: 1rem;
  color: #272727;
  font-weight: bold; }

.product-features {
  margin-top: 1.25rem; }
  .product-features:after {
    content: "";
    display: table;
    clear: both; }
  .product-features &gt; dl.data-sheet:after {
    content: "";
    display: table;
    clear: both; }
  .product-features &gt; dl.data-sheet dd.value,
  .product-features &gt; dl.data-sheet dt.name {
    width: 49%;
    float: left;
    font-weight: normal;
    background: #ebebeb;
    padding: 0.625rem;
    margin-right: 1%;
    min-height: 2.5rem;
    word-break: break-word; }
    .rtl .product-features &gt; dl.data-sheet dd.value, .rtl
    .product-features &gt; dl.data-sheet dt.name {
      float: right; }
    .rtl .product-features &gt; dl.data-sheet dd.value, .rtl
    .product-features &gt; dl.data-sheet dt.name {
      margin-left: 1%;
      margin-right: inherit; }
    .product-features &gt; dl.data-sheet dd.value:nth-of-type(even),
    .product-features &gt; dl.data-sheet dt.name:nth-of-type(even) {
      background: #f6f6f6; }
  .product-features &gt; dl.data-sheet dt.name {
    text-transform: capitalize; }

.product-variants &gt; .product-variants-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 992px) {
    .product-variants &gt; .product-variants-item {
      margin: 0 0 45px; } }
  @media (max-width: 991px) {
    .product-variants &gt; .product-variants-item {
      margin: 0 0 30px; } }
  .product-variants &gt; .product-variants-item select {
    border: none;
    height: 2.5rem;
    width: auto;
    padding: 2px 20px;
    outline: none;
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    color: #212121;
    border-radius: 50px; }
    .rtl .product-variants &gt; .product-variants-item select {
      margin-right: 20px;
      margin-left: inherit; }
  .product-variants &gt; .product-variants-item ul {
    display: inline-block;
    margin-bottom: 0; }
    .product-variants &gt; .product-variants-item ul li {
      margin-right: 0.625rem; }
      .product-variants &gt; .product-variants-item ul li label {
        margin-bottom: 0; }
  .product-variants &gt; .product-variants-item .color {
    margin-left: 0;
    margin-top: 0;
    width: 24px;
    height: 24px; }
    .product-variants &gt; .product-variants-item .color::before {
      content: "";
      border: 1px solid #afafaf;
      border-radius: 100%;
      background: transparent;
      display: block;
      position: absolute;
      top: -5px;
      opacity: 0;
      visibility: hidden;
      width: 32px;
      height: 32px;
      left: -5px;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .rtl .product-variants &gt; .product-variants-item .color::before {
        right: -5px;
        left: auto; }
  .product-variants &gt; .product-variants-item .input-color:checked + span::before, .product-variants &gt; .product-variants-item .input-color:hover + span::before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

.product-customization {
  margin: 2.5rem 0; }
  .product-customization .product-customization-item {
    margin: 1.25rem 0; }
  .product-customization .product-message {
    background: #f8f8f8;
    border: none;
    width: 100%;
    height: 3.125rem;
    resize: none;
    padding: 0.625rem; }
    .product-customization .product-message::-webkit-input-placeholder {
      color: #acaaa6; }
    .product-customization .product-message::-moz-placeholder {
      color: #acaaa6; }
    .product-customization .product-message:-moz-placeholder {
      color: #acaaa6; }
    .product-customization .product-message:-ms-input-placeholder {
      color: #acaaa6; }
  .product-customization .file-input {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute; }
  .product-customization .customization-message {
    margin-top: 20px; }
  .product-customization .custom-file {
    position: relative;
    background: #ebebeb;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: 0.625rem;
    display: block;
    color: #acaaa6;
    margin-top: 1.25rem; }
    .product-customization .custom-file button {
      z-index: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .product-customization small {
    color: #acaaa6; }

.product-pack {
  margin-top: 2.5rem; }
  .product-pack .pack-product-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
    .product-pack .pack-product-container .pack-product-name {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      font-size: 0.875rem;
      color: #acaaa6; }
    .product-pack .pack-product-container .pack-product-quantity {
      border-left: #ebebeb 2px solid;
      padding-left: 0.625rem; }
    .product-pack .pack-product-container .pack-product-name,
    .product-pack .pack-product-container .pack-product-price,
    .product-pack .pack-product-container .pack-product-quantity {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }

.product-refresh {
  margin-top: 1.25rem;
  display: none; }

.social-sharing {
  display: block;
  margin-bottom: 1.5rem; }
  .social-sharing span {
    color: #666; }
  .social-sharing ul {
    display: inline-block;
    margin-bottom: 0; }
  .social-sharing li {
    cursor: pointer;
    display: inline-block;
    margin-right: 21px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative; }
    .rtl .social-sharing li {
      margin-left: 21px;
      margin-right: inherit; }
    .social-sharing li a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      white-space: nowrap;
      text-indent: 100%;
      overflow: hidden; }
      .social-sharing li a:hover {
        color: transparent; }
    .social-sharing li:before {
      content: "";
      font-family: "FontAwesome";
      font-size: 16px;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .social-sharing li.facebook:before {
      content: "\f09a";
      color: #ababab; }
    .social-sharing li.facebook:hover:before {
      color: #333333; }
    .social-sharing li.twitter:before {
      content: "\f099";
      color: #ababab; }
    .social-sharing li.twitter:hover:before {
      color: #333333; }
    .social-sharing li.rss:before {
      content: "\f09e";
      color: #ababab; }
    .social-sharing li.rss:hover:before {
      color: #333333; }
    .social-sharing li.youtube:before {
      content: "\f16a";
      color: #ababab; }
    .social-sharing li.youtube:hover:before {
      color: #333333; }
    .social-sharing li.googleplus:before {
      content: "\f0d5";
      color: #ababab; }
    .social-sharing li.googleplus:hover:before {
      color: #333333; }
    .social-sharing li.pinterest:before {
      content: "\f0d2";
      color: #ababab; }
    .social-sharing li.pinterest:hover:before {
      color: #333333; }
    .social-sharing li.vimeo:before {
      content: "\f27d";
      color: #ababab; }
    .social-sharing li.vimeo:hover:before {
      color: #333333; }
    .social-sharing li.instagram:before {
      content: "\f16d";
      color: #ababab; }
    .social-sharing li.instagram:hover:before {
      color: #333333; }

.products-selection {
  margin-bottom: 1.75rem; }
  .products-selection .title {
    color: #878787; }
  .products-selection .total-products p {
    color: #ababab;
    margin: 0;
    line-height: 25px; }
    .products-selection .total-products p span {
      color: #212121;
      font-weight: 500; }

#blockcart-modal .cart-content .btn {
  margin-bottom: 0.625rem; }

/* PS Category Product */
.category-products, .product-accessories, .viewed-products {
  background: #FFFFFF; }
  @media (min-width: 992px) {
    .category-products, .product-accessories, .viewed-products {
      padding: 1.875rem;
      margin-bottom: 2rem; } }
  @media (max-width: 991px) {
    .category-products, .product-accessories, .viewed-products {
      padding: 15px 0;
      margin-bottom: 0; } }

.products-section-title {
  font-size: 36px;
  font-weight: 500;
  text-transform: initial;
  color: #212121;
  position: relative;
  margin: 0.625rem 0rem 20px;
  text-align: center; }
  @media (max-width: 991px) {
    .products-section-title {
      font-size: 26px; } }

.count-same-category {
  font-size: 15px;
  color: #909090;
  text-align: center;
  margin-bottom: 45px; }

/* Product Tab */
.more-info-product {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #FFFFFF;
  padding: 1.25rem 1.875rem; }
  .more-info-product .title-info-product {
    color: #000000;
    text-transform: uppercase;
    padding: 0.9375rem 0rem;
    margin-bottom: 0.9375rem;
    font-size: 1rem;
    position: relative;
    margin-right: 2.1875rem; }
    .rtl .more-info-product .title-info-product {
      margin-left: 2.1875rem;
      margin-right: inherit; }
    .more-info-product .title-info-product:before {
      content: "";
      background: #72c9e4;
      bottom: 0px;
      position: absolute;
      display: inline-block;
      width: 1.875rem;
      height: 0.125rem; }

@media (min-width: 992px) {
  .product-accessories .ajax_block_product:nth-child(4n + 1) {
    clear: both; } }
@media (max-width: 991px) and (min-width: 768px) {
  .product-accessories .ajax_block_product:nth-child(3n + 1) {
    clear: both; } }
@media (max-width: 767px) and (min-width: 480px) {
  .product-accessories .ajax_block_product:nth-child(2n + 1) {
    clear: both; } }
@media (min-width: 992px) {
  .product-accessories .ajax_block_product:nth-child(4n) .thumbnail-container .leo-more-info {
    left: 0px;
    right: auto; }
  .product-accessories .ajax_block_product:nth-child(4n) .thumbnail-container:hover .leo-more-info {
    left: -90px;
    right: auto; } }

@media (min-width: 992px) {
  .rtl .product-accessories .ajax_block_product:nth-child(4n) .thumbnail-container .leo-more-info {
    left: auto;
    right: 0px; }
  .rtl .product-accessories .ajax_block_product:nth-child(4n) .thumbnail-container:hover .leo-more-info {
    left: auto;
    right: -90px; } }

/* Product Accordion */
.products-accordion {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .products-accordion .card {
    margin: 0px;
    border: 1px solid #eaeaea;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
    .products-accordion .card:last-child {
      border-bottom: 1px solid #eaeaea; }
  .products-accordion .card-header {
    background: none;
    padding: 1.25rem;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
    .products-accordion .card-header h5 {
      margin: 0px; }
    .products-accordion .card-header a {
      text-transform: uppercase;
      position: relative;
      width: 100%;
      display: inline-block; }
      .products-accordion .card-header a:after {
        content: "\f068";
        font-size: 1rem;
        font-family: "FontAwesome";
        position: absolute;
        font-weight: normal;
        top: 0px;
        color: #000000;
        right: 0.625rem; }
        .rtl .products-accordion .card-header a:after {
          left: 0.625rem;
          right: auto; }
      .products-accordion .card-header a.collapsed:after {
        content: "\f067"; }
      .products-accordion .card-header a:hover:after {
        color: #72c9e4; }

/* Responsive */
@media (max-width: 991px) {
  .product-cover img {
    width: 100%; }

  #product-modal .modal-content .modal-body {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-left: 0; }
    #product-modal .modal-content .modal-body img.product-cover-modal {
      width: 100%; }
    #product-modal .modal-content .modal-body .arrows {
      display: none; }

  #product-modal .modal-content .modal-body .image-caption {
    width: 100%; }

  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px); }
  #blockcart-modal .modal-body {
    padding: 1.875rem; } }
@media (max-width: 767px) {
  #blockcart-modal .divide-right {
    border-right: none; }
    .rtl #blockcart-modal .divide-right {
      border-left: none;
      border-right: inherit; }
  #blockcart-modal .modal-body {
    padding: 1rem; } }
.scroll-box-arrows i::selection,
.arrows i::selection {
  background: none;
  color: inherit; }

/* Style for Product Image */
.product-thumb-images {
  display: none; }
  .product-thumb-images .thumb {
    max-width: 100%;
    cursor: pointer; }
    .product-thumb-images .thumb.selected, .product-thumb-images .thumb:hover {
      filter: brightness(50%); }
  .product-thumb-images:hover .slick-arrows .slick-arrow {
    opacity: 1;
    visibility: visible; }

.product-detail .arrows-product-fake {
  display: none; }
  .product-detail .arrows-product-fake .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    z-index: 999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%; }
    .product-detail .arrows-product-fake .slick-arrow:hover {
      color: #FFFFFF;
      background: #72c9e4; }
    .product-detail .arrows-product-fake .slick-arrow.slick-next {
      right: -20px; }
    .product-detail .arrows-product-fake .slick-arrow.slick-prev {
      left: -20px; }
.product-detail.product-thumbs-bottom .product-thumb-images {
  padding-left: 20px;
  padding-right: 20px; }
  .product-detail.product-thumbs-bottom .product-thumb-images .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    .product-detail.product-thumbs-bottom .product-thumb-images .slick-list .slick-slide {
      padding-right: 5px;
      padding-left: 5px; }
  .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow {
    height: 100%; }
    .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next {
      right: -5px; }
      .rtl .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next {
        left: -5px;
        right: auto; }
    .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev {
      left: -5px; }
      .rtl .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev {
        right: -5px;
        left: auto; }
.product-detail.product-thumbs-left .images-container, .product-detail.product-thumbs-right .images-container {
  position: relative; }
  .product-detail.product-thumbs-left .images-container .product-cover .product-flags, .product-detail.product-thumbs-right .images-container .product-cover .product-flags {
    left: 10px;
    right: auto; }
  .product-detail.product-thumbs-left .images-container .product-thumb-images, .product-detail.product-thumbs-right .images-container .product-thumb-images {
    position: absolute;
    z-index: 9;
    width: 80px; }
    @media (min-width: 992px) {
      .product-detail.product-thumbs-left .images-container .product-thumb-images, .product-detail.product-thumbs-right .images-container .product-thumb-images {
        top: 0; } }
    @media (max-width: 991px) {
      .product-detail.product-thumbs-left .images-container .product-thumb-images, .product-detail.product-thumbs-right .images-container .product-thumb-images {
        top: 20px; } }
.product-detail.product-thumbs-left .product-thumb-images .slick-list, .product-detail.product-thumbs-right .product-thumb-images .slick-list {
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: 0px;
  margin-right: 0px; }
  .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide, .product-detail.product-thumbs-right .product-thumb-images .slick-list .slick-slide {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px; }
.product-detail.product-thumbs-left .product-thumb-images .slick-arrow, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow {
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  color: #FFFFFF;
  background: #72c9e4; }
  .rtl .product-detail.product-thumbs-left .product-thumb-images .slick-arrow, .rtl .product-detail.product-thumbs-right .product-thumb-images .slick-arrow {
    right: 0;
    left: 0; }
  .product-detail.product-thumbs-left .product-thumb-images .slick-arrow:hover, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow:hover {
    color: #FFFFFF;
    background: #000000; }
  .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next {
    top: -10px;
    bottom: auto; }
    .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next:before, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next:before {
      content: "\f077"; }
  .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev {
    top: auto;
    bottom: -30px; }
    .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev:before, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev:before {
      content: "\f078"; }
.product-detail.product-thumbs-left .images-container {
  position: relative; }
  .product-detail.product-thumbs-left .images-container .product-cover {
    padding-left: 90px; }
    .rtl .product-detail.product-thumbs-left .images-container .product-cover {
      padding-right: 90px;
      padding-left: inherit; }
  .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
    right: 10px;
    left: auto; }
  .product-detail.product-thumbs-left .images-container .product-thumb-images {
    left: 0; }
    .rtl .product-detail.product-thumbs-left .images-container .product-thumb-images {
      right: 0;
      left: auto; }
.product-detail.product-thumbs-right .images-container {
  position: relative; }
  .product-detail.product-thumbs-right .images-container .product-cover {
    padding-right: 90px; }
    .rtl .product-detail.product-thumbs-right .images-container .product-cover {
      padding-left: 90px;
      padding-right: inherit; }
    .product-detail.product-thumbs-right .images-container .product-cover .layer {
      left: 20px;
      right: auto; }
  .product-detail.product-thumbs-right .images-container .product-thumb-images {
    right: 0; }
    .rtl .product-detail.product-thumbs-right .images-container .product-thumb-images {
      left: 0;
      right: auto; }
.product-detail.no-thumbs .images-container {
  position: relative;
  text-align: center; }
  .product-detail.no-thumbs .images-container .product-cover {
    display: inline-block;
    margin-bottom: 0; }
.product-detail.no-thumbs .product-thumb-images .slick-arrows, .product-detail.no-thumbs .product-thumb-images .slick-list {
  display: none; }
.product-detail.no-thumbs .arrows-product-fake {
  display: block; }
  .product-detail.no-thumbs .arrows-product-fake .slick-arrow {
    opacity: 1;
    visibility: visible; }
.product-detail.product-image-no-thumbs-fullwidth {
  text-align: center; }
  .product-detail.product-image-no-thumbs-fullwidth .product-variants &gt; .product-variants-item {
    justify-content: center; }
  .product-detail.product-image-no-thumbs-fullwidth .product-quantity {
    justify-content: center; }
  .product-detail.product-image-no-thumbs-fullwidth .product-tabs .product-description {
    text-align: left; }
    .rtl .product-detail.product-image-no-thumbs-fullwidth .product-tabs .product-description {
      text-align: right; }
  @media (min-width: 1200px) {
    .product-detail.product-image-no-thumbs-fullwidth .arrows-product-fake .slick-arrow.slick-prev {
      left: 55px; }
      .rtl .product-detail.product-image-no-thumbs-fullwidth .arrows-product-fake .slick-arrow.slick-prev {
        right: 55px;
        left: auto; }
    .product-detail.product-image-no-thumbs-fullwidth .arrows-product-fake .slick-arrow.slick-next {
      right: 55px; }
      .rtl .product-detail.product-image-no-thumbs-fullwidth .arrows-product-fake .slick-arrow.slick-next {
        left: 55px;
        right: auto; } }
@media (min-width: 1400px) {
  .product-detail.product-image-no-thumbs-center .product-quantity .qty {
    margin: 20px 0; } }
@media (max-width: 575px) {
  .product-detail.product-image-no-thumbs-center .product-quantity .qty {
    margin: 20px 0; } }
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-detail.product-image-no-thumbs-center .product-quantity .add {
    width: 100%;
    display: block;
    margin: 15px 0; } }
.product-detail.product-image-no-thumbs-center .wr-cate-product .control-label, .product-detail.product-image-no-thumbs-center .wr-cate-product span, .product-detail.product-image-no-thumbs-center .product-additional-info .control-label, .product-detail.product-image-no-thumbs-center .product-additional-info span {
  width: 100px; }
.product-detail.product-image-gallery .product-cover {
  display: none; }
.product-detail.product-image-gallery .product-thumb-images {
  display: block;
  margin-left: -20px;
  margin-right: -20px; }
  .product-detail.product-image-gallery .product-thumb-images::after {
    content: "";
    display: table;
    clear: both; }
  .product-detail.product-image-gallery .product-thumb-images .thumb-container {
    display: block;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    float: left; }
    .rtl .product-detail.product-image-gallery .product-thumb-images .thumb-container {
      float: right; }
    @media (min-width: 576px) {
      .product-detail.product-image-gallery .product-thumb-images .thumb-container {
        width: 50%; } }
    @media (max-width: 575px) {
      .product-detail.product-image-gallery .product-thumb-images .thumb-container {
        width: 100%; } }
    @media (min-width: 576px) {
      .product-detail.product-image-gallery .product-thumb-images .thumb-container:nth-child(2n + 1) {
        clear: both; } }
@media (max-width: 991px) {
  .product-detail.product-thumbs-bottom .row &gt; div, .product-detail.product-thumbs-left .row &gt; div, .product-detail.product-thumbs-right .row &gt; div, .product-detail.product-image-no-thumbs-center .row &gt; div, .product-detail.product-image-gallery .row &gt; div, .product-detail.product-image-no-thumbs .row &gt; div {
    width: 100%; } }

.rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags, .rtl .product-detail.product-thumbs-right .images-container .product-cover .product-flags {
  left: auto;
  right: 10px; }
.rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
  left: 10px;
  right: auto; }
.rtl .product-detail.product-thumbs-left .images-container .product-cover .layer {
  left: 20px;
  right: auto; }
.rtl .product-detail.product-thumbs-right .images-container .product-cover .layer {
  left: auto;
  right: 20px; }

@media (min-width: 992px) {
  .h1-plist-4p .product_list.plist-default .ajax_block_product:nth-child(4n+1) {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .h1-plist-4p .product_list.plist-default .ajax_block_product {
    width: 33.33%; }
    .h1-plist-4p .product_list.plist-default .ajax_block_product:nth-child(3n+1) {
      clear: both; } }
@media (max-width: 767px) {
  .h1-plist-4p .product_list.plist-default .ajax_block_product:nth-child(2n+1) {
    clear: both; } }

.product_list.plist-default .ajax_block_product .product-image a img {
  /* box-shadow: 0 0px 1px #f2f2f2, 0 0px 1px rgba(0,0,0,0.10); */
  width: 100%; }

.wr-cate-product .control-label, .wr-cate-product span, .product-additional-info .control-label, .product-additional-info span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  text-transform: capitalize; }
  @media (min-width: 480px) {
    .wr-cate-product .control-label, .wr-cate-product span, .product-additional-info .control-label, .product-additional-info span {
      width: 160px; } }
  @media (max-width: 479px) {
    .wr-cate-product .control-label, .wr-cate-product span, .product-additional-info .control-label, .product-additional-info span {
      width: 100px; } }

.wr-cate-product {
  margin-bottom: 17px; }
  .wr-cate-product .category-default {
    display: inline-block; }
    .wr-cate-product .category-default a {
      color: #666666; }

#category-products2 .owl-controls .owl-buttons, #category-products .owl-controls .owl-buttons {
  position: static;
  -webkit-transition: all ease-in 0.4s;
  -moz-transition: all ease-in 0.4s;
  -ms-transition: all ease-in 0.4s;
  -o-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s; }
  @media (min-width: 992px) {
    #category-products2 .owl-controls .owl-buttons, #category-products .owl-controls .owl-buttons {
      opacity: 0;
      visibility: hidden; }
      #category-products2 .owl-controls .owl-buttons .owl-prev, #category-products .owl-controls .owl-buttons .owl-prev {
        right: auto;
        left: -20px; }
        .rtl #category-products2 .owl-controls .owl-buttons .owl-prev, .rtl #category-products .owl-controls .owl-buttons .owl-prev {
          right: -20px;
          left: auto; }
      #category-products2 .owl-controls .owl-buttons .owl-next, #category-products .owl-controls .owl-buttons .owl-next {
        right: -20px;
        left: auto; }
        .rtl #category-products2 .owl-controls .owl-buttons .owl-next, .rtl #category-products .owl-controls .owl-buttons .owl-next {
          right: auto;
          left: -20px; } }
  @media (max-width: 991px) {
    #category-products2 .owl-controls .owl-buttons, #category-products .owl-controls .owl-buttons {
      opacity: 1;
      visibility: visible; }
      #category-products2 .owl-controls .owl-buttons .owl-prev, #category-products .owl-controls .owl-buttons .owl-prev {
        right: auto;
        left: 10px; }
        .rtl #category-products2 .owl-controls .owl-buttons .owl-prev, .rtl #category-products .owl-controls .owl-buttons .owl-prev {
          right: 10px;
          left: auto; }
      #category-products2 .owl-controls .owl-buttons .owl-next, #category-products .owl-controls .owl-buttons .owl-next {
        right: 10px;
        left: auto; }
        .rtl #category-products2 .owl-controls .owl-buttons .owl-next, .rtl #category-products .owl-controls .owl-buttons .owl-next {
          right: auto;
          left: 10px; } }
  #category-products2 .owl-controls .owl-buttons &gt; div, #category-products .owl-controls .owl-buttons &gt; div {
    position: absolute;
    z-index: 99;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px; }
@media (min-width: 992px) {
  #category-products2:hover .owl-controls .owl-buttons, #category-products:hover .owl-controls .owl-buttons {
    opacity: 1;
    visibility: visible; }
    #category-products2:hover .owl-controls .owl-buttons .owl-prev, #category-products:hover .owl-controls .owl-buttons .owl-prev {
      right: auto;
      left: 10px; }
      .rtl #category-products2:hover .owl-controls .owl-buttons .owl-prev, .rtl #category-products:hover .owl-controls .owl-buttons .owl-prev {
        right: 10px;
        left: auto; }
    #category-products2:hover .owl-controls .owl-buttons .owl-next, #category-products:hover .owl-controls .owl-buttons .owl-next {
      right: 10px;
      left: auto; }
      .rtl #category-products2:hover .owl-controls .owl-buttons .owl-next, .rtl #category-products:hover .owl-controls .owl-buttons .owl-next {
        right: auto;
        left: 10px; } }

@media (max-width: 991px) {
  .leo-quickview .product-quantity {
    display: inherit; }
    .leo-quickview .product-quantity .qty {
      margin: 10px 0; } }
.leo-quickview .modal-body .h1 {
  text-transform: inherit;
  font-weight: 500;
  color: #212121; }
.leo-quickview .modal-body .product-actions {
  border-bottom: none; }
.leo-quickview .modal-footer .social-sharing span {
  padding-right: 25px; }
  .rtl .leo-quickview .modal-footer .social-sharing span {
    padding-left: 25px;
    padding-right: inherit; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.cart-grid {
  margin-bottom: 1rem; }

.cart-items {
  margin-bottom: 0; }

.cart-item {
  padding: 1rem 0; }

.cart-summary-line {
  margin-bottom: 0.625rem;
  clear: both; }
  .cart-summary-line::after {
    content: "";
    display: table;
    clear: both; }
  .cart-summary-line .label {
    padding-left: 0;
    font-weight: normal;
    white-space: inherit; }
    .rtl .cart-summary-line .label {
      padding-right: 0;
      padding-left: inherit; }
  .cart-summary-line .value {
    color: #414141;
    float: right; }
    .rtl .cart-summary-line .value {
      float: left; }
  .cart-summary-line.cart-summary-subtotals .label,
  .cart-summary-line.cart-summary-subtotals .value {
    font-weight: normal; }

/** CART BODY **/
.cart-grid-body {
  margin-bottom: 0.75rem; }
  .cart-grid-body a.label:hover {
    color: #72c9e4; }
  .cart-grid-body .card-block {
    padding: 1rem; }
    .cart-grid-body .card-block h1 {
      margin-bottom: 0;
      font-weight: 500; }
  .cart-grid-body hr {
    margin: 0; }
  .cart-grid-body .cart-overview {
    padding: 1rem; }

/** CART RIGHT **/
.cart-grid-right hr {
  margin: 0; }
.cart-grid-right .promo-discounts {
  margin-bottom: 0; }
  .cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #878787; }
    .cart-grid-right .promo-discounts .cart-summary-line .label .code {
      text-decoration: underline;
      cursor: pointer; }

.block-promo .promo-code {
  padding: 1.60rem;
  background: #ebebeb; }
  .block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #ff4c4c;
    color: white;
    display: none; }
    .block-promo .promo-code .alert-danger::after {
      bottom: 100%;
      left: 10%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #ff4c4c;
      border-width: 10px;
      margin-left: -10px; }
.block-promo .promo-input {
  color: #414141;
  border: #acaaa6 1px solid;
  height: 2.5rem;
  text-indent: 0.625rem;
  width: 60%; }
  .block-promo .promo-input + button {
    margin-top: -4px;
    text-transform: capitalize; }
.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #ff9a52;
  font-weight: 600; }
  .block-promo .cart-summary-line .label a,
  .block-promo .promo-name a {
    font-weight: normal;
    color: #414141;
    display: inline-block; }
.block-promo .promo-code-button {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  display: inline-block; }
.block-promo.promo-highlighted {
  padding: 1.25rem;
  padding-bottom: 0;
  margin-bottom: 0; }

/** CONTENT LEFT **/
.product-line-grid-left img {
  max-width: 100%; }

/** CONTENT BODY **/
.product-line-grid-body &gt; .product-line-info {
  margin-bottom: 0.625rem; }
  .product-line-grid-body &gt; .product-line-info &gt; .label {
    padding: 0;
    line-height: inherit;
    white-space: inherit;
    font-weight: 500;
    text-align: left; }
    .rtl .product-line-grid-body &gt; .product-line-info &gt; .label {
      text-align: right; }
  .product-line-grid-body &gt; .product-line-info &gt; a.label {
    font-size: 16px; }
  .product-line-grid-body &gt; .product-line-info &gt; .out-of-stock {
    color: red; }
  .product-line-grid-body &gt; .product-line-info &gt; .available {
    color: #4cbb6c; }
  .product-line-grid-body &gt; .product-line-info &gt; .unit-price-cart {
    padding-left: 0.3125rem;
    font-size: 0.875rem;
    color: #878787; }
    .rtl .product-line-grid-body &gt; .product-line-info &gt; .unit-price-cart {
      padding-right: 0.3125rem;
      padding-left: inherit; }
.product-line-grid-body .has-discount.product-price {
  font-weight: 500; }

/** CONTENT LEFT **/
.product-line-grid-right .bootstrap-touchspin {
  float: left;
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); }
  .rtl .product-line-grid-right .bootstrap-touchspin {
    float: right; }
  .product-line-grid-right .bootstrap-touchspin &gt; .form-control,
  .product-line-grid-right .bootstrap-touchspin &gt; .input-group {
    color: #414141;
    background-color: white;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    width: 3rem; }
  .product-line-grid-right .bootstrap-touchspin &gt; .input-group-btn-vertical {
    width: auto; }
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  color: #414141;
  line-height: 36px;
  font-weight: 500; }
  .product-line-grid-right .cart-line-product-actions .remove-from-cart,
  .product-line-grid-right .product-price .remove-from-cart {
    color: #414141;
    display: inline-block;
    margin-top: 0.3125rem; }
.product-line-grid-right .product-price strong {
  font-weight: 500; }
@media (max-width: 479px) {
  .product-line-grid-right .row div:nth-child(3) {
    padding-left: 0; } }

/*** Responsive part ***/
@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 1rem; } }
@media (max-width: 575px) {
  .cart-items {
    padding: 1rem 0; }

  .cart-item {
    border-bottom: 1px solid #eaeaea; }
    .cart-item:last-child {
      border-bottom: 0; }

  .cart-grid-body .cart-overview {
    padding: 0; }
  .cart-grid-body .no-items {
    padding: 1rem;
    display: inline-block; }

  .product-line-grid-left {
    padding-right: 0 !important; } }
@media (max-width: 360px) {
  .product-line-grid-right .qty {
    width: 100%; }
  .product-line-grid-right .price {
    width: 100%; } }
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#block-reassurance {
  margin-top: 1rem; }
  #block-reassurance img {
    width: 1.563rem;
    margin-right: 0.625rem; }
    .rtl #block-reassurance img {
      margin-left: 0.625rem;
      margin-right: inherit; }
  #block-reassurance li .block-reassurance-item {
    padding: 0.5rem 1.5rem 0.5rem 0rem; }
    .rtl #block-reassurance li .block-reassurance-item {
      padding: 0.5rem 0rem 0.5rem 1.5rem; }
    #block-reassurance li .block-reassurance-item span {
      font-weight: 400;
      margin: 0px;
      color: #666666; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem; }
.quickview .modal-content {
  min-height: 31.25rem; }
.quickview .modal-header {
  border: none;
  padding: 0.625rem; }
.quickview .modal-body {
  min-height: 28.88rem; }
.quickview .modal-footer {
  border-top: 1px solid rgba(172, 170, 166, 0.3); }
.quickview .layer {
  display: none; }
.quickview .product-cover img {
  width: 95%; }
.quickview .arrows-product-fake {
  display: none; }
.quickview .images-container {
  position: relative;
  z-index: 1;
  text-align: center; }
  .quickview .images-container .product-cover {
    padding-right: 90px; }
    .rtl .quickview .images-container .product-cover {
      padding-left: 90px;
      padding-right: inherit; }
  .quickview .images-container .product-thumb-images {
    position: absolute;
    top: 20px;
    width: 80px;
    z-index: 9;
    right: 0px; }
    .rtl .quickview .images-container .product-thumb-images {
      left: 0px;
      right: auto; }
.quickview .product-thumb-images {
  position: relative; }
  .quickview .product-thumb-images .thumb {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .quickview .product-thumb-images .thumb.selected, .quickview .product-thumb-images .thumb:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .quickview .product-thumb-images .slick-list {
    margin-left: 0px;
    margin-right: 0px; }
    .quickview .product-thumb-images .slick-list .slick-slide {
      padding-left: 0px;
      padding-right: 0px; }
.quickview .slick-arrows .slick-arrow {
  width: 100%;
  margin: auto;
  color: #FFFFFF;
  background: #72c9e4; }
  .quickview .slick-arrows .slick-arrow:hover {
    color: #FFFFFF;
    background: #000000;
    font-family: "FontAwesome"; }
  .quickview .slick-arrows .slick-arrow.slick-next {
    top: -10px;
    left: 0;
    right: 0;
    bottom: auto; }
    .quickview .slick-arrows .slick-arrow.slick-next:before {
      content: "\f077"; }
      [dir="rtl"] .quickview .slick-arrows .slick-arrow.slick-next:before {
        content: "\f077"; }
  .quickview .slick-arrows .slick-arrow.slick-prev {
    top: auto;
    left: 0;
    right: 0;
    bottom: -30px; }
    .quickview .slick-arrows .slick-arrow.slick-prev:before {
      content: "\f078"; }
      [dir="rtl"] .quickview .slick-arrows .slick-arrow.slick-prev:before {
        content: "\f078"; }
.quickview .social-sharing {
  margin: 0.625rem 1.25rem 0px 0.625rem; }
  .rtl .quickview .social-sharing {
    margin: 0.625rem 0.625rem 0px 1.25rem; }

.rtl .quickview .slick-arrows .slick-arrow.slick-prev, .rtl .quickview .slick-arrows .slick-arrow.slick-next {
  left: 0;
  right: 0; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#stores .page-stores {
  width: 85%;
  margin: 0 auto; }
  #stores .page-stores .store-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  #stores .page-stores .store-picture img {
    max-width: 100%; }
  #stores .page-stores .store-item-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1.875rem 0; }
    #stores .page-stores .store-item-container ul {
      margin-bottom: 0;
      font-size: 0.875rem; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: #ebebeb 1px solid; }
      .rtl #stores .page-stores .store-item-container .divide-left {
        border-right: #ebebeb 1px solid;
        border-left: inherit; }
      #stores .page-stores .store-item-container .divide-left tr {
        height: 1.563rem; }
      #stores .page-stores .store-item-container .divide-left td {
        padding-left: 0.375rem; }
      #stores .page-stores .store-item-container .divide-left th {
        text-align: right; }
    #stores .page-stores .store-item-container .store-description {
      font-size: 0.875rem; }
  #stores .page-stores .store-item-footer {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #ebebeb 1px solid; }
    #stores .page-stores .store-item-footer div:first-child {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 65%;
      -moz-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%; }
    #stores .page-stores .store-item-footer i.material-icons {
      margin-right: 0.625rem;
      color: #acaaa6;
      font-size: 0.875rem; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 0.625rem; }

/*** Responsive part ***/
@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%; }
    #stores .page-stores .store-item-container {
      padding: 1rem 0; } }
@media (max-width: 575px) {
  #stores .page-stores .store-item-container {
    display: block; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: none; }
      .rtl #stores .page-stores .store-item-container .divide-left {
        border-right: none;
        border-left: inherit; }
    #stores .page-stores .store-item-container .store-description a {
      margin-bottom: 0.5rem; }
    #stores .page-stores .store-item-container .store-description address {
      margin-bottom: 0.5rem; }
  #stores .page-stores .store-item-footer {
    display: block; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #ebebeb 1px solid; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 0.625rem; }
    #stores .page-stores .store-item-footer .card-block {
      padding: 0.75rem 0.75rem 0; } }
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.footer-container {
  /*   margin-top: $medium-space; */
  overflow: hidden; }
  .footer-container li {
    margin-bottom: 1.25rem; }
  .footer-container li a {
    color: #666666;
    cursor: pointer; }
    .footer-container li a:hover {
      color: #72c9e4; }
  .footer-container .links .collapse {
    display: inherit; }

.footer-bottom .ApColumn .block {
  margin-bottom: 0px; }

.footer-top .block_newsletter.block {
  margin-bottom: 0px; }

.block_newsletter {
  padding: 40px 0 70px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.625rem; }
  .block_newsletter.block .title_block {
    color: #000000;
    margin: 0;
    padding: 15px 0;
    display: none; }
  .block_newsletter p {
    padding-top: 0.625rem;
    display: none; }
  .block_newsletter form {
    max-width: 680px;
    margin: auto; }
    @media (max-width: 991px) {
      .block_newsletter form {
        max-width: 500px; } }
    @media (max-width: 575px) {
      .block_newsletter form {
        max-width: 400px; } }
    @media (max-width: 479px) {
      .block_newsletter form {
        max-width: 300px; } }
    .block_newsletter form .input-wrapper {
      overflow: hidden; }
    .block_newsletter form input[type=email] {
      padding: 17px 110px 17px 16px;
      background: #ffffff;
      font-size: 14px;
      border: 1px solid #e1e1e1;
      color: #333333;
      border-radius: 30px;
      height: 50px;
      line-height: 50px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      width: 100%; }
      .rtl .block_newsletter form input[type=email] {
        padding: 17px 16px 17px 110px; }
      .block_newsletter form input[type=email]::-webkit-input-placeholder {
        color: #212121;
        text-indent: 0.625rem; }
      .block_newsletter form input[type=email]::-moz-placeholder {
        color: #212121;
        text-indent: 0.625rem; }
      .block_newsletter form input[type=email]:-moz-placeholder {
        color: #212121;
        text-indent: 0.625rem; }
      .block_newsletter form input[type=email]:-ms-input-placeholder {
        color: #212121;
        text-indent: 0.625rem; }
      .block_newsletter form input[type=email]:focus {
        outline: 0; }
    .block_newsletter form input {
      height: 45px; }
    .block_newsletter form .btn {
      position: absolute;
      top: 18px;
      text-align: center;
      padding: 0;
      right: 42px;
      left: auto;
      background: #fff;
      color: #333333;
      border: none;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700; }
      .rtl .block_newsletter form .btn {
        right: auto;
        left: 42px; }
      .block_newsletter form .btn span {
        padding: 14px 0; }
      .block_newsletter form .btn:hover {
        color: #72c9e4; }
      .block_newsletter form .btn i {
        display: none; }

.block-contact ul li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.625rem; }
.block-contact .fa {
  color: white;
  font-size: 1rem;
  width: 2.5rem;
  margin-top: 0.25rem; }

@media (min-width: 992px) {
  .block-social {
    text-align: left; }
    .rtl .block-social {
      text-align: right; } }
.block-social ul {
  margin-bottom: 0; }
.block-social li {
  display: inline-block;
  cursor: pointer;
  margin: 0.125rem;
  text-align: center; }
  .block-social li a {
    background: #ffa08d;
    color: #666666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    border: none;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
    .block-social li a:hover {
      color: transparent; }
    .block-social li a span {
      display: none; }
    .block-social li a:before {
      content: "";
      font-family: "FontAwesome";
      font-size: 13px;
      -webkit-transition: all ease-in-out 0.4s;
      -moz-transition: all ease-in-out 0.4s;
      -ms-transition: all ease-in-out 0.4s;
      -o-transition: all ease-in-out 0.4s;
      transition: all ease-in-out 0.4s; }
    .block-social li.facebook a, .block-social li.linkedin a {
    border-color: #ffa08d; }
    .block-social li.facebook a:before {
      content: "\f09a";
      color: #fff; }
    .block-social li.facebook a:hover {
      background: rgb(93,166,153);
      border-color: rgb(93,166,153); }
      .block-social li.facebook a:hover:before {
        color: white; }
  .block-social li.twitter a {
    border-color: #f2f2f2; }
    .block-social li.twitter a:before {
      content: "\f099";
      color: #fff; }
    .block-social li.twitter a:hover {
      background: #55acee; }
      .block-social li.twitter a:hover:before {
        color: white; }
  .block-social li.rss a {
    border-color: #f2f2f2; }
    .block-social li.rss a:before {
      content: "\f09e";
      color: #fff; }
    .block-social li.rss a:hover {
      border-color: #FF6600;
      background: #FF6600; }
      .block-social li.rss a:hover:before {
        color: white; }
  .block-social li.youtube a {
    border-color: #f2f2f2; }
    .block-social li.youtube a:before {
      content: "\f16a";
      color: #fff; }
    .block-social li.youtube a:hover {
      border-color: #e84542;
      background: #e84542; }
      .block-social li.youtube a:hover:before {
        color: white; }
  .block-social li.googleplus a {
    border-color: #f2f2f2; }
    .block-social li.googleplus a:before {
      content: "\f0d5";
      color: #fff; }
    .block-social li.googleplus a:hover {
      background: #d6492f;
      border-color: #d6492f; }
      .block-social li.googleplus a:hover:before {
        color: white; }
  .block-social li.pinterest a {
    border-color: #f2f2f2; }
    .block-social li.pinterest a:before {
      content: "\f0d2";
      color: #fff; }
    .block-social li.pinterest a:hover {
      background: #cb2027;
      border-color: #cb2027; }
      .block-social li.pinterest a:hover:before {
        color: white; }
  .block-social li.vimeo a {
    border-color: #f2f2f2; }
    .block-social li.vimeo a:before {
      content: "\f27d";
      color: #fff; }
    .block-social li.vimeo a:hover {
      background: #1ab7ea;
      border-color: #1ab7ea; }
      .block-social li.vimeo a:hover:before {
        color: white; }
  .block-social li.instagram a {
    border-color: #f2f2f2; }
    .block-social li.instagram a:before {
      content: "\f16d";
      color: #fff; }
      .block-social li.linkedin a:before {
        content: "\f0e1";
        color: #fff; }
    .block-social li.instagram a:hover, .block-social li.linkedin a:hover {
      background: rgb(93,166,153);
      border-color: rgb(93,166,153); }
      .block-social li.instagram a:hover:before {
        color: white; }

@media (max-width: 767px) {
  .footer-container .ApColumn .block {
    margin-bottom: 0px; }
  .footer-container .ApColumn .links .h3, .footer-container .ApColumn .links .title_block, .footer-container .ApColumn .block-toggler .h3, .footer-container .ApColumn .block-toggler .title_block {
    line-height: 1.5;
    display: inline-block; }
  .footer-container .ApColumn .links .navbar-toggler, .footer-container .ApColumn .block-toggler .navbar-toggler {
    margin: 0; }
  .footer-container .ApColumn .links ul, .footer-container .ApColumn .block-toggler ul {
    margin-bottom: 0; }

  .block_newsletter .conditions {
    margin-bottom: 1.25rem; } }
@media (max-width: 991px) {
  .block-social {
    text-align: center;
    padding: 0.625rem 0 1.875rem; } }
@media (max-width: 991px) {
  #footer .h1-left-footer {
    text-align: center;
    margin-bottom: 10px; } }
#footer .h1-left-footer .ApHtml {
  margin: 20px 0 30px; }
  @media (max-width: 767px) {
    #footer .h1-left-footer .ApHtml {
      margin: 10px 0 15px; } }
  #footer .h1-left-footer .ApHtml .block_content p {
    line-height: 25px;
    color: #666666; }
    @media (max-width: 767px) {
      #footer .h1-left-footer .ApHtml .block_content p {
        margin-bottom: 5px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .h1-left-footer .ApImage a img {
    width: 100% !important; } }
#footer .h1-left-footer .footer-logo {
  padding: 11px 0; }
@media (max-width: 767px) {
  #footer .h1-right-footer {
    text-align: center; } }
#footer .h1-right-footer .ApHtml {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #footer .h1-right-footer .ApHtml {
      margin-bottom: 10px; } }
  #footer .h1-right-footer .ApHtml .footer-block-content p {
    color: #666666;
    line-height: 20px; }
  @media (max-width: 767px) {
    #footer .h1-right-footer .ApHtml h4.title_block {
      text-align: center; } }
#footer.footer-container .block .title_block {
  padding-top: 0; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.contact-rich {
  color: #878787;
  margin-bottom: 2rem;
  word-wrap: break-word; }
  .contact-rich h4 {
    text-transform: uppercase;
    color: #414141;
    margin-bottom: 2rem; }
  .contact-rich .block {
    height: auto;
    overflow: hidden; }
    .contact-rich .block .icon {
      float: left;
      width: 3.5rem; }
      .rtl .contact-rich .block .icon {
        float: right; }
      .contact-rich .block .icon i {
        font-size: 2rem; }
    .contact-rich .block .data {
      color: #414141;
      font-size: 0.8125rem;
      width: auto;
      overflow: hidden; }
      .contact-rich .block .data.email {
        padding-top: 0.375rem; }

.contact-form {
  padding: 1rem;
  color: #878787;
  width: 100%; }
  .contact-form h3 {
    text-transform: uppercase;
    color: #414141; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#products,
#main {
  position: relative; }
  #products .page-header,
  #main .page-header {
    margin: 2rem 0 3rem; }
  #products .page-content,
  #main .page-content {
    margin-bottom: 10rem; }
  #products .page-not-found,
  #main .page-not-found {
    padding: 1rem;
    font-size: 0.8125rem;
    color: #878787;
    max-width: 570px;
    margin: 0 auto; }
    #products .page-not-found h4,
    #main .page-not-found h4 {
      font-size: 0.875rem;
      font-weight: 700;
      margin: 0.5rem 0 1rem; }
    #products .page-not-found .search-widget,
    #main .page-not-found .search-widget {
      float: none; }
      #products .page-not-found .search-widget input,
      #main .page-not-found .search-widget input {
        width: 100%;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
        border: none; }
        #products .page-not-found .search-widget input:focus,
        #main .page-not-found .search-widget input:focus {
          outline: 0; }
      #products .page-not-found .search-widget button[type=submit],
      #main .page-not-found .search-widget button[type=submit] {
        background: transparent;
        cursor: pointer; }
        #products .page-not-found .search-widget button[type=submit] i,
        #main .page-not-found .search-widget button[type=submit] i {
          color: #212121; }
        #products .page-not-found .search-widget button[type=submit]:hover i,
        #main .page-not-found .search-widget button[type=submit]:hover i {
          color: #72c9e4; }
    #products .page-not-found #search_widget a,
    #main .page-not-found #search_widget a {
      display: none; }
    #products .page-not-found p, #products .page-not-found .back-to-home,
    #main .page-not-found p,
    #main .page-not-found .back-to-home {
      color: #666666;
      font-weight: 500; }
    #products .page-not-found .back-to-home,
    #main .page-not-found .back-to-home {
      font-size: 18px; }
      #products .page-not-found .back-to-home i,
      #main .page-not-found .back-to-home i {
        padding: 0px 10px; }
      #products .page-not-found .back-to-home:hover,
      #main .page-not-found .back-to-home:hover {
        color: #72c9e4; }

#search #products, #pagenotfound #products {
  background: transparent;
  z-index: 0; }
  @media (min-width: 992px) {
    #search #products, #pagenotfound #products {
      padding: 150px 0; } }
  #search #products .search-widget form button[type=submit], #pagenotfound #products .search-widget form button[type=submit] {
    background: transparent;
    color: #212121;
    cursor: pointer; }
  #search #products .search-widget form input[type=text]:focus, #pagenotfound #products .search-widget form input[type=text]:focus {
    outline: none; }
#search #main, #pagenotfound #main {
  text-align: center; }
#search #wrapper, #pagenotfound #wrapper {
  padding-top: 50px;
  padding-bottom: 50px; }
  #search #wrapper #search_widget, #pagenotfound #wrapper #search_widget {
    position: unset;
    float: none !important;
    margin-bottom: 30px;
    display: flex; }
    #search #wrapper #search_widget #search_form, #pagenotfound #wrapper #search_widget #search_form {
      position: relative;
      margin: auto;
      display: block;
      min-width: 300px;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
      @media (max-width: 479px) {
        #search #wrapper #search_widget #search_form, #pagenotfound #wrapper #search_widget #search_form {
          min-width: 240px; } }
#search #content:before, #pagenotfound #content:before {
  content: "404";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 450px;
  font-weight: 900;
  color: #f5f5f5;
  z-index: -1;
  text-align: center;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (max-width: 991px) {
    #search #content:before, #pagenotfound #content:before {
      font-size: 350px; } }
  @media (max-width: 767px) {
    #search #content:before, #pagenotfound #content:before {
      font-size: 250px; } }
  @media (max-width: 479px) {
    #search #content:before, #pagenotfound #content:before {
      font-size: 150px; } }

@media (min-width: 992px) {
  #pagenotfound .page-content.page-not-found {
    padding: 150px 0; } }
#pagenotfound #main {
  z-index: 0; }

.js-product-list-header {
  font-size: 30px; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid #f6f6f6; }
  .customization-modal .modal-content .modal-body {
    padding-top: 0; }
    .customization-modal .modal-content .modal-body .product-customization-line {
      padding-bottom: 0.9375rem;
      padding-top: 0.9375rem;
      border-bottom: 1px solid #f6f6f6; }
      .customization-modal .modal-content .modal-body .product-customization-line .label {
        font-weight: bold;
        text-align: right; }
      .customization-modal .modal-content .modal-body .product-customization-line:last-child {
        padding-bottom: 0;
        border-bottom: 0; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.sitemap-title {
  text-transform: capitalize; }

.sitemap {
  margin-top: 0.9375rem; }
  .sitemap h2 {
    color: #414141;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #acaaa6;
    margin-left: -15px;
    width: 100%;
    height: 35px; }
  .sitemap ul {
    margin-left: -15px;
    margin-top: 20px; }
    .sitemap ul.nested {
      margin-left: 20px; }
    .sitemap ul li {
      font-size: 0.9rem;
      margin-bottom: 1rem; }

@media (max-width: 575px) {
  .sitemap {
    margin-top: 0; } }
/*** LAYOUT MODE ***/
body.layout-boxed-md {
  background: #FFFFFF; }
  body.layout-boxed-md #page {
    max-width: 960px;
    -moz-box-shadow: 0 0 5px #c1c1c1;
    -webkit-box-shadow: 0 0 5px #c1c1c1;
    -o-box-shadow: 0 0 5px #c1c1c1;
    -ms-box-shadow: 0 0 5px #c1c1c1;
    box-shadow: 0 0 5px #c1c1c1;
    margin: 0 auto;
    background: #FFFFFF; }
    body.layout-boxed-md #page .container {
      max-width: 940px; }
body.layout-boxed-lg {
  background: #FFFFFF; }
  body.layout-boxed-lg #page {
    max-width: 1220px;
    -moz-box-shadow: 0 0 5px #c1c1c1;
    -webkit-box-shadow: 0 0 5px #c1c1c1;
    -o-box-shadow: 0 0 5px #c1c1c1;
    -ms-box-shadow: 0 0 5px #c1c1c1;
    box-shadow: 0 0 5px #c1c1c1;
    margin: 0 auto;
    background: #FFFFFF; }
    body.layout-boxed-lg #page .container {
      max-width: 1200px; }

/*** HEADER ***/
.header-nav {
  font-size: 0.875rem;
  background: #ffffff;
  padding: 0 10px;
  border-bottom: 1px solid #ebebeb; }
  @media (min-width: 768px) {
    .header-nav {
      max-height: 44px; } }
  @media (max-width: 991px) {
    .header-nav {
      padding: 0; } }
  .header-nav .container {
    background: transparent;
    color: #999999; }
  .header-nav a {
    color: #999999; }
    .header-nav a:hover {
      color: #72c9e4; }
  .header-nav::after {
    content: "";
    display: block;
    clear: both; }

.header-top {
  background: #FFFFFF; }
  .header-top .container {
    background: transparent;
    color: #000000; }
  .header-top::after {
    content: "";
    display: block;
    clear: both; }

.header_logo {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.popover {
  font-family: inherit; }

/*** WRAPPER ***/
#page {
  overflow: hidden;
  background: #fff; }

#wrapper #content-wrapper {
  background: #fff; }
#wrapper .banner {
  margin-bottom: 1.5rem;
  display: block; }
  #wrapper .banner img {
    -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); }
#wrapper .breadcrumb {
  background: transparent;
  padding: 0; }
  @media (min-width: 992px) {
    #wrapper .breadcrumb {
      margin-bottom: 100px; } }
  @media (max-width: 991px) {
    #wrapper .breadcrumb {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    #wrapper .breadcrumb {
      margin-bottom: 0; } }
  #wrapper .breadcrumb[data-depth="1"] {
    display: none; }
  #wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0; }
  #wrapper .breadcrumb li {
    display: inline; }
    #wrapper .breadcrumb li::after {
      content: "/";
      color: #999999;
      margin: 0; }
    #wrapper .breadcrumb li:last-child {
      content: "/";
      color: #999999;
      margin: 0.3125rem; }
      #wrapper .breadcrumb li:last-child::after {
        content: ""; }
    #wrapper .breadcrumb li a {
      color: #999999; }
      #wrapper .breadcrumb li a:hover {
        color: #72c9e4; }

/*** MAIN ***/
#main .page-header {
  margin-bottom: 1.5625rem; }
#main .page-content {
  margin-bottom: 1.5625rem; }
  #main .page-content h6 {
    margin-bottom: 1.125rem; }
  #main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px; }
#main .page-footer {
  margin-bottom: 1.5625rem; }

#notifications ul {
  margin-bottom: 0; }

.sitemap ul.tree li {
  line-height: 20px;
  padding: 0.3125rem 0; }
  .sitemap ul.tree li a.parent-page {
    text-transform: uppercase;
    font-weight: 700; }
  .sitemap ul.tree li ul {
    padding-left: 0.625rem; }
    .rtl .sitemap ul.tree li ul {
      padding-right: 0.625rem;
      padding-left: inherit; }

.list-brands {
  margin: 1.25rem 0 0.625rem;
  background: #FFFFFF; }

.brand {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .brand &gt; div {
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }

/*** FOOTER ***/
.footer-top {
  background: #FFFFFF; }
  .footer-top .container {
    background: transparent;
    color: #999999; }

.footer-center {
  padding-top: 0;
  padding-bottom: 25px;
  background: #ffffff; }
  .footer-center .container {
    background: transparent;
    color: #999999; }

.footer-bottom {
  background: #ffffff; }
  .footer-bottom .container {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    background: #fff;
    color: #999999; }

/* Back to top */
#back-top {
  text-align: center;
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  z-index: 99; }
  .rtl #back-top {
    left: 20px;
    right: auto; }
  #back-top a {
    width: 45px;
    height: 45px;
    background: #72c9e4;
    color: white;
    font-size: 1.25rem;
    line-height: 45px;
    border-radius: 50%;
    -moz-box-shadow: 0 3px 15px 1px rgba(142, 137, 130, 0.62);
    -webkit-box-shadow: 0 3px 15px 1px rgba(142, 137, 130, 0.62);
    -o-box-shadow: 0 3px 15px 1px rgba(142, 137, 130, 0.62);
    -ms-box-shadow: 0 3px 15px 1px rgba(142, 137, 130, 0.62);
    box-shadow: 0 3px 15px 1px rgba(142, 137, 130, 0.62); }
    #back-top a:hover {
      background-color: #272727; }

/*** Responsive part ***/
@media (min-width: 992px) {
  .headertop-flex &gt; [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .headertop-flex .center-headertop {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .headertop-flex .right-headertop {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; } }
@media (max-width: 767px) {
  #checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem; }

  section.checkout-step {
    width: 100%; }

  .default-input {
    min-width: 100%; }

  label {
    clear: both; }

  .menu,
  .dropdown-item {
    padding-left: 0; } }
@media (max-width: 991px) {
  .container {
    width: 100%; }

  .sub-menu {
    left: 0;
    min-width: 100%; }

  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto 0.9375rem; }

  #blockcart-modal .cart-content {
    padding-left: 0; }
    .rtl #blockcart-modal .cart-content {
      padding-right: 0;
      padding-left: inherit; }

  #blockcart-modal .product-name,
  #product-availability {
    margin-top: 0.625rem; }

  #search_filters .facet .facet-label {
    text-align: left; }

  .block-category .category-cover {
    position: relative;
    text-align: center; }

  .block-category {
    padding-bottom: 0; } }
.keep-header .ui-autocomplete {
  position: fixed !important;
  z-index: 1000; }

#product-details {
  opacity: 1; }

.gt{
  margin-left: 3%;
}
.listOption{
  height: 100%!important;
  color: #000;
}

.clothingAccount{
  background-color: #5da699!important;
  color: #fff;
}
.clothingAccount i{
  color: #fff!important;
}

.hr-product {
    width: 50%;
    border: 1px dashed #5da699;
}
.number-product{
    background-color: #5da699;
    color: #fff;
    padding: 2px 15px;
    position: relative;
    bottom: 7px;
    border-radius: 15px;
}

/*# sourceMappingURL=theme.css.map */
</pre></body></html>