body {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #46240c;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  opacity: 1;
  /* background-color: #E3C7A8;
background-image: linear-gradient(to right, #D7B794, #F3DCC1 50%, #D7B794 100%);
background-image: -webkit-linear-gradient(to right, #D7B794, #F3DCC1 50%, #D7B794 100%);
background-image: -moz-linear-gradient(to right, #D7B794, #F3DCC1 50%, #D7B794 100%);
background-image: url("../image/paper-texture.png");
background-image: linear-gradient(to right, #D7B794, #F3DCC1 50%, #D7B794 100%);
background-image: -webkit-linear-gradient(to right, #D7B794, #F3DCC1 50%, #D7B794 100%);
background-image: -moz-linear-gradient(to right, #D7B794, #F3DCC1 50%, #D7B794 100%); */
  background-color: #f6ebdf;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.15' numOctaves='7' seed='3'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0.2  0 0.9 0 0 0.15  0 0 0.6 0 0 0.95  0 0 0 1 0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.55'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 100px;
  box-shadow: 
  /* inset 100px 0 100px -50px #d3ae87, */ /* Left side */
  /* inset -100px 0 100px -50px #d3ae87, */ /* Right side */
    inset 0 60px 60px 0px #d3ae87,
    inset 0 -200px 200px -100px #d3ae87;
}
hr {
  border-top: 1px solid #cbac8d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}
h1,
h2 {
  font-weight: 600;
}
h3 p {
  line-height: 30px;
}
hr {
  margin: 0;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
  line-height: 30px;
}
h4 {
  font-size: 18px;
  line-height: 25px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 10.2px;
}
small {
  font-size: 12px;
}
/*p{line-height:25px}*/
a {
  color: #2c1a0e;
}
a:focus,
a:hover {
  color: #487f1d;
  text-decoration: none;
}
legend {
  font-size: 20px;
  padding: 7px 0px;
}
label {
  font-size: inherit;
  font-weight: normal;
}
ol,
ul {
  margin: 0;
}
span {
  white-space: nowrap;
}
button {
  border-radius: 20px;
}
button.call {
  font-size: inherit;
  color: inherit;
  padding: 0 10px;
  border: 1px solid #2c1a0e;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  font-weight: 600;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}
.input-group {
  width: 100%;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
.input-group-btn {
  width: 70%;
}
.form-control:focus {
  border-color: #64829b;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(2, 12, 20, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(2, 12, 20, 0.6);
}
.container {
  background-color: transparent;
  width: 85%;
  padding: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.dropdown-menu {
  background-color: #917557;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}
.nav-pills > li > a {
  background-color: #fff;
  border-color: #485f79;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #62371a;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #4c230a;
  background-color: #fff;
  border: 3px solid #4c230a;
}
span.hidden-xxs {
  display: inline;
}
.alert-dismissible .close {
  right: -5px;
}
.table,
.panel,
div.form-group:last-of-type,
div.radio:last-of-type,
p:last-of-type {
  margin-bottom: 0;
}
.navbar {
  background-color: #402919;
  background-image: linear-gradient(#a0785a, #402919);
  background-repeat: no-repeat;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  color: #fff;
}
#top-menu .navbar a:hover,
#top-menu .navbar a:focus,
#top-menu .navbar a:active {
  color: #f8dabe;
  text-shadow: 0 1px 0 #487f1d;
}
#top-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}
#top-menu .navbar-brand {
  color: #fff;
  text-shadow: 0 1px 0 #487f1d;
}
#top-menu .navbar-nav > li > a {
  color: #fde8d2;
  font-size: 18px;
  text-shadow: 0 1px 0 #487f1d;
  padding-left: 10px;
}
#top-menu .navbar-nav > li > a:focus {
  outline: none;
}
#top-menu .navbar-nav > li > a.active {
  background-color: #522e16;
  text-decoration: none;
}
#top-menu .navbar .row {
  margin-top: 0;
  margin-bottom: 0;
}
#top-menu .nav-tabs > li > a {
  color: #2c1a0e;
}
#top-menu .nav-tabs > li > a:hover {
  background-color: #62371a;
}
#top-menu .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
#top-menu-cart a {
  color: #fff;
}
#top-menu .nav > li {
  display: inline-block;
}
.gap-right {
  margin-right: 20px;
}
.gap-bottom {
  margin-bottom: 20px;
}
.center-block {
  float: none;
}
.row-vertical {
  font-size: 0;
  line-height: 1.4;
}
.row-vertical > div {
  float: none;
  display: inline-block;
  font-size: 14px;
}
.row-vertical > .v-bottom {
  vertical-align: bottom;
}
.row-vertical > .v-middle {
  vertical-align: middle;
}
.row-vertical li {
  padding-bottom: 5px;
}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
.dropdown-menu li a {
  color: #fff;
}
.dropdown-menu li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}
#top {
  background-color: #4c230a;
  border-bottom: 1px solid #2c1a0e;
  padding: 4px 0px 3px 0;
  margin: 0;
  min-height: 40px;
}
#top .container {
  padding: 0 20px;
  background-color: transparent;
  box-shadow: none;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #fff;
  text-shadow: 0 1px 0 #487f1d;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #f8dabe;
}
#main > li > a {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
#main > li:first-child > a {
  border-left: none;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 42px;
}
#top-links a + a {
  margin-left: 15px;
}
/* #btn-checkout-float{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} */
/* #notice{position: fixed; left: 20px; opacity: .9; bottom: 30px;z-index: 100; background: #487f1d; color: #fff;padding: 20px; width: 408px; overflow: hidden;border-radius: 20px;border: 1px solid #E3C57E}
#notice a{color: #fff}
#notice a:hover{color: #4c230a}
#notice p, #notice ul{font-size: 16px; line-height: 17px;text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);}
#notice button{background-color:#4c230a;font-size: 14px;}
#notice button:hover, #notice button:active, #notice button:focus{color:#fff} */

#notice {
  left: 20px;
  opacity: 0.9;
  bottom: 30px;
  z-index: 100100;
  background: #522e16;
  color: #fff;
  padding: 20px;
  width: 408px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #e3c57e;
  text-align: left;
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#cookie-notice a {
  color: #fff;
}
#cookie-notice #notic button {
  background: #337ab7;
}
#cookie-notice .btn {
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  width: auto;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px;
}
#notice .btn {
  background: #337ab7;
}
#notice p {
  color: #fff;
  line-height: 17px;
  margin-bottom: 10px;
  padding: 0;
}
/* #notice button{background-color:#3585E6;font-size: 14px;}
#notice button:hover, #notice button:active, #notice button:focus{color:#fff} */
#notice ul {
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 0;
}
#changeCookieSetting {
  position: absolute;
  padding: 20px;
}
#btnSetting {
  background: #522e16;
}
#cookie-notice {
  display: block;
  visibility: hidden;
  position: fixed;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  text-align: center;
}
#cookie-notice .cn-button {
  margin-left: 10px;
}
.cn-bottom {
  bottom: 0;
}
.cookie-notice-container {
  padding: 10px;
  text-align: center;
  width: 100%;
}
.svg-icons-lg {
  width: 30px;
  height: 30px;
}
.svg-icons {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 2px;
}
.icons-md svg {
  width: 20px;
  height: 20px;
}
.icons-lg svg {
  width: 30px;
  height: 30px;
}

.icons-offset {
  position: relative;
  top: 3px;
  left: 1px;
}

/* .verse-highlight{
  margin-right: 20px;
  padding: 0 30px 0 0;
}
blockquote {
  padding: 10px;
  margin: 20px;
  font-size: inherit;
  margin-left: 50px;
  margin-left: 50px;
  background-color: rgba(204, 238, 255, 0.14);
  margin-bottom: 20px;
  border: 1px dashed #b9d6df;
} */

.img-responsive {
  padding: 20px 20px 0 0;
}

.callout {
  display: block;
}

.article-excerpt {
  line-height: 28px;
}

.article-excerpt p {
  padding-top: 10px;
}

.article-excerpt a {
  color: #2c1a0e;
  text-decoration: underline;
  text-decoration-color: #c4d5ea;
  text-decoration-thickness: 1px;
}

#logo {
  margin: 0 0 10px 0;
}
#search {
  margin-bottom: 10px;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff;
}
#cart {
  margin: 5px 0;
}
#cart a {
  color: #fff;
  font-size: 16px;
}
#cart > .btn {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  height: 40px;
}
#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: none;
  color: #487f1d;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #256086;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 100%;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
  color: #fff;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
#menu {
  background-color: #6c7482;
  background-image: linear-gradient(to bottom, #6c7482, #6c7483);
  background-repeat: repeat-x;
  border-color: #6c7482 #6c7482 #6c7482;
  min-height: 40px;
}
#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  padding-bottom: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #ffffff;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}
#content {
  min-height: 480px;
}
/* linkfour */
#text-body a,
a.highlight {
  /* font-family: 'Lato'; */
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  color: #4c230a;
  margin: 0 2px;
  position: relative;
}
#text-body a:hover,
a.highlight:hover {
  border-bottom: 1px solid #4c230a;
  /*   border-left: 1px dotted transparent;
  border-right: 1px dotted transparent;
  padding:0 4px; */
  /* opacity: 1;
  -webkit-transform: scaleX(1); */
}
#input-origin-capt {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#noscript-warning {
  font-family: sans-serif;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #ae0000;
  padding: 5px 0;
}
.v-align {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.light,
.dark {
  padding-top: 15px;
}
.light a.plain {
  color: #2F5D80;
}
.light a.plain:hover {
  color: #A32828;
}
.dark {
  background-color: #4c230a;
}
.dark a.plain {
  color: #fff;
}
.dark a.plain:hover {
  color: #487f1d;
}
.dark a {
  color: #fff;
  text-decoration: underline;
}
.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5 {
  color: #fff;
}
.well {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}
.well p {
  margin: 0;
  line-height: 25px;
}
.well div {
  line-height: 25px;
}
.well hr {
  padding-bottom: 5px;
}
.well h3 {
  padding-bottom: 5px;
}
.well button {
  margin-top: 5px;
}
.row-masonry {
  -moz-column-width: 15em;
  -webkit-column-width: 15em;
  column-width: 15em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}
.row-masonry .item {
  display: inline-block;
  width: 100%;
}
.item-dark {
  display: inline-block;
  width: 100%;
  background-color: #4c230a;
  color: #fff;
  text-align: center;
}
.item-dark a {
  color: #fff;
}
.item-dark a:hover {
  color: #f8dabe;
}
.telephone-complete {
  display: none;
}
.divider {
  padding-bottom: 15px;
  clear: both;
}
.plain {
  color: #2c1a0e;
  text-decoration: underline;
}
.panel-group {
  margin-bottom: 0;
}
.div-list i {
  float: left;
  padding-top: 5px;
}
.div-list h2 {
  overflow: hidden;
  padding: 0 5px 25px;
}
footer {
  padding: 30px 0 30px;
  background-color: #402919;
  background-image: linear-gradient(
    to right,
    #402919,
    #a0785a 50%,
    #402919 100%
  );
  background-image: linear-gradient(#a0785a, #402919);

  color: #fff;
}
footer .container {
  background-color: transparent;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #fff;
}
footer a {
  color: #fff;
  font-size: 17px;
}
footer a:hover {
  color: #f8dabe;
}
footer h4,
footer h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #fff;
}
.alert {
  padding: 8px 14px 8px 14px;
  font-size: 16px;
  margin-bottom: 0;
}
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  background-color: transparent;
  font-size: 16px;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #66390b;
  border-bottom: 1px solid #5a3109;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination {
  margin: 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: none;
  white-space: normal;
  border-radius: 20px;
}
.btn:active {
  box-shadow: none;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-md {
  font-size: 16px;
}
.btn-md .fa {
  font-size: 20px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 700;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6b4d2e;
  background-image: linear-gradient(to bottom, #80603f, #6b4d2e);
  background-repeat: repeat-x;
  border: 1px solid #4f3822;
  transition: background-color 0.15s ease-in;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover {
  color: #fff;
  background-color: #6b4d2e;
  background-image: linear-gradient(to bottom, #6b4d2e, #52391f);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #3e2a18;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #52391f;
  border-color: #8a6a45;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #487f1d;
  border: 1px solid #6f5858;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #000;
  border-color: #ac2925;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #6c7482;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-emphasize {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6b4d2e;
  background-image: linear-gradient(to bottom, #7a5a38, #5a3f25);
  background-repeat: repeat-x;
  border-color: #6b4d2e #6b4d2e #4a321d;
}

.btn-emphasize:focus,
.btn-emphasize:focus-visible,
.btn-emphasize:hover,
.btn-emphasize:active,
.btn-emphasize.active,
.btn-emphasize.disabled,
.btn-emphasize[disabled] {
  color: #fff;
  background-color: #6b4d2e;
  background-image: linear-gradient(to bottom, #5a3f25, #4a321d);
  outline: none;
}
.btn-inverse {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #162509;
  border-color: #4b2908;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #487f1d;
  color: #fff;
}
.list-group a {
  border: 1px solid #ddd;
  color: #888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #487f1d;
  border: 1px solid #487f1d;
  text-shadow: 0 1px 0 #fff;
}
.carousel-caption {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
.product-grid {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.product-thumb:hover {
  border: 1px solid #d8dfe7;
  z-index: 3;
}
.product-thumb {
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  border: 1px solid transparent;
}
/* .product-thumb p{padding:0 10px} */
.dark .product-thumb p {
  color: #fff;
}
.product-thumb a:hover {
  color: #2c1a0e;
}
.product-thumb div .caption {
  overflow: hidden;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .img-responsive {
  padding: 0;
}
.product-thumb h4 {
  font-size: 16px;
}
.product-thumb:hover .image {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h3 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 10px;
  min-height: 75px;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  color: #444;
  font-weight: 700;
  bottom: 0;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
  border: none;
  display: inline-block;
  background-color: #487f1d;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.15s ease-in;
  border: 1px solid transparent;
}
.product-thumb .button-group button:hover {
  color: #487f1d;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #487f1d;
}
.thumbnail {
  background-color: transparent;
  border: 1px solid #ddd;
  margin-bottom: 0;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: transparent;
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-top: 10px;
}
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.carousel-inner div {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px;
  background-position: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.carousel-control i {
  position: relative;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-weight: 500;
  font-size: 2em;
  padding: 0 10px;
}
#slider-thumbs .img {
  opacity: 0.5;
}
#slider-thumbs .selected {
  opacity: 1;
}
.img {
  width: 100px;
  height: 75px;
  margin: 5px;
}
#btn-prev-v2 {
  margin-top: 5px;
}
.deselect {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  display: none;
  z-index: 2;
  opacity: 0;
}
.selected-v2 {
  display: block;
  z-index: 3;
  opacity: 1;
}
.more-images {
  padding: 0 10px;
  margin: 0;
  position: relative;
}
#btn-prev-v2,
#btn-next-v2 {
  cursor: pointer;
}
.more-images li .img {
  cursor: pointer;
  opacity: 0.5;
}
.more-images li {
  float: left;
}
.more-images li a.selected .img {
  opacity: 1;
}
.more-images ul {
  position: relative;
  display: inline-block;
}
.more-images li div {
  float: left;
}
#carousel-bounding-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
/*-- added for TSA--*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
h1 {
  font-size: 33px;
  font-weight: 700;
  color: #4c230a;
}
h2 {
  font-size: 28px;
  font-weight: 700;
  color: #4c230a;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  color: #4c230a;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  color: #646464;
  line-height: 30px;
}
h5 {
  font-size: 13px;
  font-weight: 700;
  color: #4c230a;
}
h6 {
  font-size: 10.2px;
  font-weight: 700;
  color: #4c230a;
}
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
  font-weight: 700;
  color: #4c230a;
}
p.h1 {
  font-size: 33px;
}
p.h2 {
  font-size: 28px;
}
p.h3 {
  font-size: 20px;
}
p.h4 {
  font-size: 18px;
  color: #646464;
  line-height: 30px;
}
p.h5 {
  font-size: 13px;
}
p.h6 {
  font-size: 10.2px;
}
.emphasize {
  color: #4b97ed;
}
.highlight {
  color: #4c230a;
  font-weight: 600;
}
.well {
  position: relative;
  box-shadow: 0 0 10px 0 #986f42;
  border-radius: 0;
  background: #fff2e2;
  padding: 19px;
  margin-bottom: 20px;
  z-index: 0;
}
.well:before {
  content: "";
  opacity: 0.4;
  background-color: #0000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.15' numOctaves='7' seed='3'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0.2  0 0.9 0 0 0.15  0 0 0.6 0 0 0.95  0 0 0 1 0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.55'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)'/%3E%3C/svg%3E");
  background-image: url("../image/paper-texture.png");
  background-repeat: repeat;
  background-size: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.underline {
  background: 0 0 #579700;
  height: 5px;
  margin: 20px 0 0;
  width: 23.5%;
}
#top-menu .navbar-nav > li > span {
  border-left: 10px solid #4c230a;
  height: 0;
  width: 0;
  display: inline-block;
  position: absolute;
}
#top-menu .navbar-nav > li > span.active {
  border-left: 10px solid #522e16;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
}
#top-menu .navbar-nav > li > span.loactive {
  border-left: 10px solid transparent;
  border-right: 25px solid #522e16;
  border-bottom: 25px solid #522e16;
  border-top: 25px solid #522e16;
}
#top-menu .nav > li > a {
  display: inline-block;
  margin-left: 0;
}
.panel {
  box-shadow: 0 0 7px 0 #c2c2c2;
  border-radius: 0;
  margin: 10px 0;
}
.panel > .panel-heading {
  background: 0 0 #4b97ed;
  border-left: 3px solid #69affc;
  color: #fff;
  padding: 5px 10px;
}
.panel-body {
  font-size: 16px;
}
.panel-body #answer-question .control-label,
#special .control-label,
#ungraded-question .control-label {
  font-size: 18px;
  text-align: left;
}
.panel-body .question {
  color: #4c230a;
}
.panel-body .answer {
  color: #579700;
}
.panel-title,
.panel-title > a {
  font-size: 20px;
  font-weight: 400;
}
.panel-title > a:hover {
  color: #fff;
}
.site-content {
  padding: 20px 20px;
}
/* #text-body a{font-weight: 600; text-decoration: underline} */
.fa-stack {
  margin: -10px;
}
.icon-facebook {
  background-color: #4267b2;
}
.icon-twitter {
  background-color: #000000;
}
.icon-google {
  background-color: #d6493c;
}
.icon-pinterest {
  background-color: #e60023;
}
.icon-reddit {
  background-color: #ff4500;
}
.icon-envelope {
  background-color: #bbb;
}
.icon-social {
  padding: 15px;
  font-size: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  color: #fff;
}
.icon-social:focus,
.icon-social:hover {
  opacity: 0.7;
  color: #fff;
}
#candle {
  text-align: center;
  padding: 20px 0;
}
.fa {
  vertical-align: text-top;
}
/* ---------------- */
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 145px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
@media (max-width: 478px) {
  .navbar-brand {
    padding-left: 5px;
    padding-right: 5px;
  }
  #cart .dropdown-menu {
    width: 100%;
  }
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
  #common-how-it-works img {
    float: none;
  }
  #common-home #img-logo {
    width: 100px;
  }
}
@media (max-width: 768px) {
  #teaser-video {
    display: block;
    padding-bottom: 20px;
  }
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1094px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  #top-menu .navbar-collapse.collapse.in {
    display: block !important;
  }
  #top-menu .navbar-header .collapse,
  #top-menu .navbar-toggle {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .carousel-inner div.item {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-inner div.item {
    height: 400px;
  }
  #top-menu .navbar-nav > li > span {
    display: none;
  }
  #top-menu .navbar-nav > li > a {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .carousel-inner div.item {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  #notice {
    width: 100%;
    left: 0;
  }
  .carousel-inner div.item {
    height: 280px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  /*.well{padding:0}*/
}
@media screen and (min-width: 480px) {
  #candle {
    float: right;
  }
}
@media screen and (max-width: 280px) {
  #common-home #img-logo {
    float: none;
  }
  .gap-right {
    margin-right: auto;
  }
  span.hidden-xxs {
    display: none !important;
  }
}
#submit-answer a {
  margin: 5px 0;
}
#common-home #submit-answer {
  margin-top: 10px;
}

/* 	=======================
		=====  Scroll to top button
		======================= */
#btn-back-top,
#btn-back-top.active {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  padding: 10px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.4s;
  color: #fff;
  background-color: #2b9800;
}

#btn-back-top.active {
  visibility: visible;
  opacity: 1;
}

#lesson-list.active {
  top: 10px;
}

#lesson-list {
  padding: 0 15px;
  /* position:fixed;  */
  z-index: 9000;
}

#lesson-list .panel-body {
  height: 80vh;
  overflow-y: scroll;
}
.wp-article-flow {
  display: none;
}

img[class*="wp-image-"] {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

.alignleft {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  padding-left: 10px;
  padding-bottom: 10px;
}

.aligncenter {
  padding: 0;
  width:100%;
  display: inline-block;
  padding-bottom: 20px;
}



.wp-img-50 {
  width: 50%;
  max-width: 50%;
  height: auto;
  line-height: normal;
  padding-top:0;
}

.wp-img-25 {
  width: 25%;
  max-width: 25%;
  height: auto;
}

.text-mobile {
    display:none;
}

.noTop {
  padding-top: 0;
}

/* @media (max-width: 992px) {
  .alignleft, .alignright {
    float:none;
  }
} */

@media (max-width: 768px) {
  blockquote {
    margin: 20px 0 20px;
  }

  #lesson-list {
    width: 100%;
  }
  #lesson-list.active {
    padding: 0;
  }

  #lesson-list.active .panel {
    margin: 0;
  }

  .information {
    padding-top: 80px;
  }
  .text-mobile {
    display:inline;
  }
  .text-desktop { display: none; }
  .wp-img-50 {
      float: none;
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0;
      padding-bottom: 20px;
  }
}

/* Used in information-information and information-original-lesson*/
.information .container {
  padding-bottom: 35px;
  padding-top: 35px;
}

@media screen and (min-width: 780px) {
  .information .container {
    padding-left: 0;
    padding-right: 20%;
  }
}

.information {
  font-family: "Times New Roman";
  font-size: 18px;
  max-width: 1100px;
}
.information h3 {
  font-family: "Eras Bold ITC", "Eras ITC", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
.information #text-body h3 {
  margin: 30px 0 20px;
}
.information h4 {
  color: #4c230a;
  margin-bottom: 10px;
}
.information p {
  line-height: 30px;
  margin-bottom: 1.5em;
  text-align: justify;
}
.information p.verse {
  margin-bottom: 0;
}
.information p.verse-highlight {
  margin-bottom: 0;
}
.information ol {
  margin-bottom: 20px;
}
.information td {
  padding: 10px;
}
.information .indent {
  padding-left: 40px;
}

#lesson-list h5 {
  padding: 10px 0;
}

#lesson-list small {
  margin-left: 10px;
}

#information-series p {
  line-height: 25px;
}

#information-series .series-list-title img {
  width: 40px;
}

.progress {
  background: #56351d;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  width: 0%;
  height: 10px;
  z-index: 1000;
  border-radius: 0;
}

.progress-bg {
  width: 0%;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  background-color: #fff;
  height: 10px;
  z-index: 100;
}

.callout {
  background-color: #f1f7ff;
  padding: 5px 10px;
  display: inline-block;
}
.callout-header {
  vertical-align: middle;
  display: inline;
}

/* .verse {
font-weight: 600;
} */



/* 
.verse {
 color:#0645BF;
 cursor:pointer 
}
.hover {
 visibility:hidden;
 box-shadow:0 0 10px rgba(0,0,0,0.5);
 background-color:#eee;
 width:250px;
 height:250px;
 position:absolute;
 font-weight:normal;
 font-size:16px
}
.hvr-header {
 background-color:#c5c4c4;
 cursor:move;
 padding:5px 10px;
 color: #000;
 font-weight: 600;
 opacity: .8;
}
.hvr-header .close {
 /* display:inline-block; * /
 cursor:pointer;
 float:right;
 font-weight:900;
 font-size:18px;
 line-height:15px;
 opacity: .8;
}
.hvr-content {
 line-height: 24px;
 padding:20px;
 height:190px;
 overflow-y:scroll
}
.hvr-content img {
 position:relative;
 top:33%;
 left:33%
}

.verse-text {
  position: absolute;
  display: none;;
}


@-webkit-keyframes mwe-popups-fade-in-up {
 0% {
  opacity:0;
  -webkit-transform:translate(0,20px);
  -moz-transform:translate(0,20px);
  -ms-transform:translate(0,20px);
  transform:translate(0,20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
}
@-moz-keyframes mwe-popups-fade-in-up {
 0% {
  opacity:0;
  -webkit-transform:translate(0,20px);
  -moz-transform:translate(0,20px);
  -ms-transform:translate(0,20px);
  transform:translate(0,20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
}
@keyframes mwe-popups-fade-in-up {
 0% {
  opacity:0;
  -webkit-transform:translate(0,20px);
  -moz-transform:translate(0,20px);
  -ms-transform:translate(0,20px);
  transform:translate(0,20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
}
@-webkit-keyframes mwe-popups-fade-in-down {
 0% {
  opacity:0;
  -webkit-transform:translate(0,-20px);
  -moz-transform:translate(0,-20px);
  -ms-transform:translate(0,-20px);
  transform:translate(0,-20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
}
@-moz-keyframes mwe-popups-fade-in-down {
 0% {
  opacity:0;
  -webkit-transform:translate(0,-20px);
  -moz-transform:translate(0,-20px);
  -ms-transform:translate(0,-20px);
  transform:translate(0,-20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
}
@keyframes mwe-popups-fade-in-down {
 0% {
  opacity:0;
  -webkit-transform:translate(0,-20px);
  -moz-transform:translate(0,-20px);
  -ms-transform:translate(0,-20px);
  transform:translate(0,-20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
}
@-webkit-keyframes mwe-popups-fade-out-down {
 0% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
 100% {
  opacity:0;
  -webkit-transform:translate(0,20px);
  -moz-transform:translate(0,20px);
  -ms-transform:translate(0,20px);
  transform:translate(0,20px)
 }
}
@-moz-keyframes mwe-popups-fade-out-down {
 0% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
 100% {
  opacity:0;
  -webkit-transform:translate(0,20px);
  -moz-transform:translate(0,20px);
  -ms-transform:translate(0,20px);
  transform:translate(0,20px)
 }
}
@keyframes mwe-popups-fade-out-down {
 0% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
 100% {
  opacity:0;
  -webkit-transform:translate(0,20px);
  -moz-transform:translate(0,20px);
  -ms-transform:translate(0,20px);
  transform:translate(0,20px)
 }
}
@-webkit-keyframes mwe-popups-fade-out-up {
 0% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
 100% {
  opacity:0;
  -webkit-transform:translate(0,-20px);
  -moz-transform:translate(0,-20px);
  -ms-transform:translate(0,-20px);
  transform:translate(0,-20px)
 }
}
@-moz-keyframes mwe-popups-fade-out-up {
 0% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
 100% {
  opacity:0;
  -webkit-transform:translate(0,-20px);
  -moz-transform:translate(0,-20px);
  -ms-transform:translate(0,-20px);
  transform:translate(0,-20px)
 }
}
@keyframes mwe-popups-fade-out-up {
 0% {
  opacity:1;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
 100% {
  opacity:0;
  -webkit-transform:translate(0,-20px);
  -moz-transform:translate(0,-20px);
  -ms-transform:translate(0,-20px);
  transform:translate(0,-20px)
 }
}
.mwe-popups-fade-in-up {
 -webkit-animation:mwe-popups-fade-in-up 0.2s ease forwards;
 -moz-animation:mwe-popups-fade-in-up 0.2s ease forwards;
 animation:mwe-popups-fade-in-up 0.2s ease forwards;
}
.mwe-popups-fade-in-down {
 -webkit-animation:mwe-popups-fade-in-down 0.2s ease forwards;
 -moz-animation:mwe-popups-fade-in-down 0.2s ease forwards;
 animation:mwe-popups-fade-in-down 0.2s ease forwards 
}
.mwe-popups-fade-out-down {
 -webkit-animation:mwe-popups-fade-out-down 0.2s ease forwards;
 -moz-animation:mwe-popups-fade-out-down 0.2s ease forwards;
 animation:mwe-popups-fade-out-down 0.2s ease forwards 
}
.mwe-popups-fade-out-up {
 -webkit-animation:mwe-popups-fade-out-up 0.2s ease forwards;
 -moz-animation:mwe-popups-fade-out-up 0.2s ease forwards;
 animation:mwe-popups-fade-out-up 0.2s ease forwards 
}
 */
