html,
body {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
}
#modalEv {
  color: #000;
}
#site {
  min-height: 100%;
  overflow-x: hidden;
}
button:focus {
  outline: none !important;
}
.no-opct {
  opacity: 0.5;
}
.no-opct:hover {
  opacity: 1;
}
.no-color {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-color:hover {
  -webkit-filter: none;
  filter: greyscale(0%);
}
.txt-center {
  text-align: center;
}
.obj-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 767px) {
  .nowrap-phone {
    white-space: nowrap;
  }
}
.ckie-btn {
  margin-left: 8px;
}
.ckie-btn-rtl {
  margin-right: 8px;
}
.recaptcha-wall {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  background: #f9f9f9;
  color: #000;
  border: 1px solid #d3d3d3;
  min-height: 74px;
  width: 320px;
  border-radius: 3px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
}
.recaptcha-info {
  display: inline-block;
  min-height: 74px;
  width: 232px;
  padding-left: 8px;
  padding-top: 8px;
  text-align: center;
}
.recaptcha-info > p {
  text-align: justify;
  font-size: 13px;
  margin-bottom: 8px;
}
.recaptcha-info > button {
  font-family: Roboto, helvetica, arial, sans-serif;
}
.form-actions > .btn-primary[disabled] {
  cursor: not-allowed;
}
.form-actions > .btn-primary[disabled]:hover {
  color: #d3d3d3;
}
.recaptcha-logo {
  display: inline-block;
  min-height: 74px;
  vertical-align: top;
  width: 64px;
  text-align: center;
  color: grey;
  margin: 0 8px;
}
.recaptcha-logo > img {
  padding: 8px 0 4px 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.onoffswitch {
  position: relative;
  width: 48px;
  user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 2px solid #e3e3e3;
  border-radius: 20px;
  background-color: transparent;
  transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
  content: "";
  display: block;
  width: 20px;
  margin: 0px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  border: 2px solid #e3e3e3;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #99ccff;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #99ccff;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}
.twsharebtnbar-left,
.twsharebtnbar-right,
.twsharebtnbar-center {
  width: 100%;
  margin: 6px 0 20px 0;
  display: flex;
  flex-flow: wrap;
}
.twsharebtnbar-right {
  flex-direction: row-reverse;
}
.twsharebtnbar-center {
  justify-content: center;
}
.twsharebtn,
.twsharebtn-margin {
  line-height: 1;
  padding: 14px 0 0 0;
}
.twsharebtn-margin {
  margin-right: 20px;
}
.frm-drop-shadow {
  margin-right: 12px;
  margin-left: 12px;
}
.wa-btn {
  padding-top: 15px;
}
.pi-btn {
  padding-top: 14px;
}
.sk-btn {
  padding-top: 16px;
}
.wa-btn > a,
.wa-btn > a:hover,
.pi-btn > a,
.pi-btn > a:hover,
.sk_btn > a,
.sk-btn > a:hover {
  text-decoration: none;
  color: #fff;
}
.wa-btn > a > span {
  font-family: "Segoe UI";
  font-size: 11px;
  font-weight: bolder;
  color: #fff;
  height: 20px;
  padding: 2px 6px 3px 26px;
  margin-top: 8px;
  background: url(whatsapp.png);
  background-color: #67b351;
  background-repeat: no-repeat;
  background-position: bottom left;
  border-radius: 3px;
}
.pi-btn > a > span {
  font-family: "Segoe UI";
  font-size: 11px;
  font-weight: bolder;
  color: #fff;
  height: 20px;
  padding: 2px 6px 3px 26px;
  margin-top: 8px;
  background: url(pinterest.png);
  background-color: #d70925;
  background-repeat: no-repeat;
  background-position: bottom left;
  border-radius: 3px;
}
.sk-btn > a > span {
  font-family: "Segoe UI";
  font-size: 11px;
  font-weight: bolder;
  color: #fff;
  height: 20px;
  padding: 2px 6px 3px 20px;
  margin-top: 8px;
  background: url(skype.png);
  background-color: #39a9eb;
  background-repeat: no-repeat;
  background-position: bottom left;
  border-radius: 8px;
}
.kfcounter:after {
  content: attr(data-unit);
  position: absolute;
  top: 0;
  font-size: 50%;
}
.lfmap {
  overflow: hidden;
  max-width: 100%;
}
.bkg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
}
#topic {
  margin: 0 auto;
}
.navbar {
  margin: 0;
}
.navbar .nav {
  margin-right: 0;
}
.navbar-inner {
  border-style: none;
  background: none;
  filter: alpha(opacity=100);
}
.navbar-inner .container-fluid {
  margin-top: 5px;
  padding-top: 20px;
}
.carousel-inner.fade-trans > .item {
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  left: 0 !important;
}
.carousel-inner.fade-trans > .next.left,
.carousel-inner.fade-trans > .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel-inner.fade-trans > .active.left,
.carousel-inner.fade-trans > .active.right {
  opacity: 0;
  z-index: 2;
}
.nav .dropdown .dropdown-menu li {
  position: relative;
  z-index: 999;
}
legend {
  color: inherit;
}
#mainmenu li.dropdown.open > .dropdown-toggle {
  background-color: transparent;
}
#mainmenu li > a {
  text-shadow: none;
}
#toolbar li > a {
  text-shadow: none;
}
#logo:hover {
  text-decoration: none;
}
.posrel {
  position: relative;
}
.album_nav_btn_shd {
  text-shadow: 0 0 6px #000;
}
.album_nav_btn {
  position: absolute;
  top: 30%;
  opacity: 0.4;
}
.album_nav_btn:hover {
  opacity: 0.9;
}
.album_nav_btn2 {
  opacity: 0.4;
  margin: 0 4px 16px 4px;
}
.album_nav_btn2:hover {
  opacity: 0.9;
}
#calendar {
  margin: 16px 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.cal-nav {
  margin-top: 8px;
}
.cal-vline:not(.rtl) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.cal-vline.rtl {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.cal-hline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cal-sunday {
  background-color: rgba(0, 0, 0, 0.1);
}
.cal-today {
  background-color: rgba(255, 0, 0, 0.1);
}
.cal-header {
  background-color: rgba(0, 0, 0, 0.05);
}
.cal-cell {
}
.cal-clickable-cell:hover {
  cursor: pointer;
  outline: 5px solid rgba(0, 0, 0, 0.5);
}
.ui-daterange-sel {
  background: #0088cc;
}
#button-cart {
  background-size: 24px 24px !important;
}
.ggmap img {
  max-width: none;
}
.pobj img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pobj,
input,
select,
textarea {
  max-width: 100%;
}
.pobj {
  position: relative;
}
.pobj:hover .overlay {
  opacity: 0.8;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.sobj {
  position: relative;
}
.sobj:hover .soverlay {
  opacity: 0.8;
}
.soverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
}
.soverlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ovr-top,
.sovr-top {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out 0s;
}
.pobj:hover .ovr-top,
.sobj:hover .sovr-top {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ovr-left,
.sovr-left {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out 0s;
}
.pobj:hover .ovr-left,
.sobj:hover .sovr-left {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ovr-pop,
.sovr-pop {
  border-radius: 50%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease-in-out 0s;
}
.pobj:hover .ovr-pop,
.sobj:hover .sovr-pop {
  border-radius: 0%;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ovr-spin,
.sovr-spin {
  border-radius: 50%;
  -moz-transform: scale(0) rotateZ(0);
  -webkit-transform: scale(0) rotateZ(0);
  -ms-transform: scale(0) rotateZ(0);
  transform: scale(0) rotateZ(0);
  transition: all 0.4s ease-in-out 0s;
}
.pobj:hover .ovr-spin,
.sobj:hover .sovr-spin {
  border-radius: 0%;
  -moz-transform: scale(1) rotateZ(360deg);
  -webkit-transform: scale(1) rotateZ(360deg);
  -ms-transform: scale(1) rotateZ(360deg);
  transform: scale(1) rotateZ(360deg);
}
.tw-para {
  overflow: hidden;
  word-wrap: break-word;
}
.gallery-idx li {
  display: inline;
}
.tw-badge-tl {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 30%;
}
.tw-badge-tr {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 30%;
}
ul.mpv_pics {
  margin: 0;
}
ul.mpv_pics li {
  list-style: none;
  position: relative;
}
ul.mpv_thb {
  margin: 0;
}
ul.mpv_thb li {
  list-style: none;
  display: inline;
}
ul.mpv_thb li img {
  border: 1px solid rgba(0, 0, 0, 0.3);
  max-width: 48px;
  margin: 2px;
}
ul.mpv_thb li img:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
.wrapper-with-intrinsic-ratio {
  position: relative;
  height: 0;
}
.element-to-stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thumbnail {
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
}
.thumbnail > a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .hidden-phone480 {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .block480 {
    display: block !important;
  }
}
img.anim-zoom {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
img.anim-zoom:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}
img.anim-tilt-l {
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(5deg);
  -moz-transform: rotate(-5deg);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
img.anim-tilt-l:hover {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
}
img.anim-tilt-r {
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
img.anim-tilt-r:hover {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
}
img.anim-bump-up {
  position: relative;
  top: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
img.anim-bump-up:hover {
  top: -4px;
}
img.anim-bump-down {
  position: relative;
  top: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
img.anim-bump-down:hover {
  top: 4px;
}
img.anim-360 {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
img.anim-360:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
img.anim-fade-in {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
img.anim-fade-in:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
@keyframes fade {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(0.25em);
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  from {
    transform: translateY(0.25em);
    opacity: 0;
  }
}
@keyframes fadeDown {
  from {
    transform: translateY(-0.25em);
    opacity: 0;
  }
}
@-webkit-keyframes fadeDown {
  from {
    transform: translateY(-0.25em);
    opacity: 0;
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(0.5em);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(0.5em);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-0.5em);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-0.5em);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes zoomOut {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes flipV {
  from {
    transform: rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipV {
  from {
    transform: rotateY(180deg);
    opacity: 0;
  }
}
@keyframes flipH {
  from {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipH {
  from {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes skewLeft {
  from {
    transform: skewX(30deg);
    opacity: 0;
  }
}
@-webkit-keyframes skewLeft {
  from {
    transform: skewX(30deg);
    opacity: 0;
  }
}
@keyframes skewRight {
  from {
    transform: skewX(-30deg);
    opacity: 0;
  }
}
@-webkit-keyframes skewRight {
  from {
    transform: skewX(-30deg);
    opacity: 0;
  }
}
button,
label {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 13px;
}
#langselect > a {
  color: hsl(0, 0%, 11%);
}
#main-carousel {
  box-shadow: 0 0 10px 0 hsla(0, 0%, 0%, 0.75);
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  border-width: 0;
  border-color: hsl(0, 0%, 100%);
  border-style: solid;
}
#page {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
#logo {
  font-size: 55px;
  text-shadow: none;
  position: relative;
  top: -10px;
  ;text-transform: ;
  padding-left: 0;
}
#toolbar1 .navbar-inner {
  border-style: none;
  border-radius: 0;
  border-width: 2px 0 0;
  border-color: hsl(0, 100%, 50%);
  box-shadow: none;
  padding-right: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-top: 5px;
  padding-bottom: 4px;
}
#button-cart {
  background-position: left center;
  border-radius: 8px 8px 8px 8px;
  background: hsl(0, 0%, 100%) url(cart-icon.png) no-repeat 8px center;
  margin: 6px 0 0 0;
  padding: 6px 4px 6px 0;
  margin-top: 0;
  padding-top: 0;
}
#langselect {
  padding-left: 16px;
  color: hsl(0, 0%, 100%);
}
#searchbox {
  border-style: solid;
  border-width: 1px;
  border-color: hsl(0, 0%, 82%);
  background: none;
  background-color: hsl(0, 0%, 95%);
  border-radius: 32px 32px 32px 32px;
  padding: 2px;
}
#toolbar2 .navbar-inner {
  border-radius: 0;
  border-width: 0 0 2px;
  border-style: none;
  border-color: hsl(0, 100%, 40%);
  box-shadow: none;
  padding-right: 4px;
  padding-left: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
#site {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 13px;
  color: hsl(0, 0%, 20%);
  background-image: radial-gradient(hsl(0, 0%, 97%) 0%, hsl(0, 0%, 87%) 100%);
}
#content {
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}
#mainmenu .active > a {
  border-width: 1px 0;
  box-shadow: none;
  border-radius: 0;
  background: none;
  background-color: hsla(0, 0%, 100%, 0);
  border-style: solid;
}
#mainmenu > li > a:hover,
#mainmenu .dropdown-toggle:hover,
#mainmenu li.dropdown.open > .dropdown-toggle {
  color: hsl(24, 100%, 50%);
}
.tw-para h2 {
  font-size: 170%;
  text-transform: ;
  font-weight: normal;
}
#logo #logo-sl {
  font-size: 13px;
  color: hsl(0, 0%, 20%);
}
#sharebox {
  padding-right: 8px;
}
.gallery-idx a > img {
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  border-width: 1px;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-color: hsl(0, 0%, 75%);
}
.gallery-idx a > img:hover {
  box-shadow: 0 0 5px 0.1px hsl(0, 0%, 59%);
}
#top-sb {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: none;
}
#footerfat {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
#footersmall {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: hsla(0, 0%, 1%, 0.5);
  padding-top: 8px;
  box-shadow: none;
}
#footersmall #foot-sec1 {
  padding-left: 8px;
  padding-right: 8px;
}
h1 {
  font-size: 200%;
  font-weight: lighter;
  padding-left: 8px;
  padding-right: 8px;
  border-style: solid;
  border-width: 0 0 3px;
}
.frm-simple1 {
  border-width: 1px;
  border-style: solid;
  border-color: hsl(0, 0%, 70%);
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
}
.frm-simple2 {
  border-style: solid;
  border-width: 1px;
  border-color: hsl(0, 0%, 70%);
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
.frm-drop-shadow {
  box-shadow: 1px 1px 10px 0 hsl(0, 0%, 0%);
}
.frm-thin-border {
  background: none;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 1px 1px 10px 0 hsl(0, 0%, 0%);
  padding-bottom: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-left: 2px;
}
.frm-wide-border {
  background: none;
  background-color: hsl(0, 0%, 100%);
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  box-shadow: 2px 2px 15px 0 hsl(0, 0%, 0%);
}
.frm-polaroid {
  background: none;
  background-color: hsl(0, 0%, 100%);
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 24px;
  padding-left: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: hsl(0, 0%, 70%);
  border-radius: 0;
}
.frm-rounded {
  border-radius: 24px 24px 24px 24px;
}
.tw-para .pobj.obj-before {
  margin-bottom: 16px;
}
.tw-para .pobj.float-l {
  margin-bottom: 16px;
  margin-right: 16px;
}
.tw-para .pobj.float-r {
  margin-left: 16px;
  margin-bottom: 16px;
}
.tw-para .pobj.obj-after {
  margin-top: 16px;
}
#footerfat .tw-para {
  margin-top: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.thumbnail > .caption > h3,
.thumbnail > .caption > h3 > a {
  font-size: 100%;
  line-height: 1.4;
}
.thumbnail {
  box-shadow: none;
  border-style: none;
  border-radius: 5px 5px 5px 5px;
  background: none;
  background-color: hsl(0, 0%, 92%);
}
.thumbnail > .caption {
  border-width: 1px 0 0;
  border-color: hsl(0, 0%, 87%);
  border-style: solid;
}
#footersmall #foot-sec2 {
  padding-left: 8px;
  padding-right: 8px;
}
.tw-price {
  font-weight: bold;
  font-size: 150%;
}
.tw-price.striked {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 100%;
}
table.shopcart td {
  border-width: 1px;
  border-color: hsl(0, 0%, 87%);
  border-style: solid;
  padding-left: 4px;
  padding-right: 4px;
}
table.shopcart th,
table.shopcart td.total {
  border-style: solid;
  border-width: 1px;
  border-color: hsl(0, 0%, 87%);
}
#co_currsteptitle {
  border-style: none;
}
.sc-order-hinfo {
  border-width: 1px;
  border-color: hsl(0, 0%, 87%);
  border-style: solid;
  padding-left: 8px;
  padding-right: 8px;
}
#toolbar3 .navbar-inner {
  box-shadow: none;
  border-style: solid;
  border-width: 0 0 0;
  padding-left: 0;
  padding-right: 0;
}
#main-carousel .carousel-inner,
#main-carousel .carousel-inner > .item > img {
  box-shadow: none;
  border-radius: 0;
}
#logo #logo-rt {
  color: hsl(0, 0%, 20%);
}
#mainmenu {
  box-shadow: none;
}
footer {
  border-style: solid;
  border-width: 3px 0 0;
  margin-top: 16px;
  border-radius: 0;
}
#button-cart:hover {
  background: none;
  background-color: hsla(0, 0%, 100%, 0.75);
}
#button-cart > span {
  padding: 0 8px 0 40px;
}
.tw-para.twps-panel {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 0;
}
.tw-para.twps-panel h2 {
  font-size: 130%;
}
#sharebox img {
  padding-right: 8px;
}
#top-content {
  padding-left: 8px;
  padding-right: 8px;
}
#main-carousel .carousel-caption {
  border-style: none;
  border-width: 1px 0 0;
  border-color: hsla(299, 100%, 70%, 0.5);
}
#mainmenu > li > a:hover,
#mainmenu .dropdown-toggle:hover,
#mainmenu li.dropdown.open > .dropdown-toggle {
  color: hsl(299, 100%, 70%);
}
#searchbox > input {
  width: 125px;
  border-style: none;
  transition: all 0.7s ease 0s;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 1px 5px 1px hsla(0, 0%, 0%, 0.3) inset;
  font-family: inherit;
  background: none;
  background-color: hsl(0, 0%, 100%);
  padding-top: 8px;
}
#searchbox > input:focus {
  width: 150px;
  background: none;
  background-color: hsl(0, 0%, 100%);
  outline: none;
  font-style: normal;
}
#toolbar1_r {
  padding-top: 8px;
}
#mainmenu ul.nav li.dropdown:hover > ul.dropdown-menu {
  margin: 0;
  display: block;
}
.hdate {
  position: relative;
  left: 48px;
  text-rendering: auto;
  width: -moz-calc(100% - 48px);
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  min-height: 44px;
}
.hdate:before {
  content: attr(data-hday);
  position: absolute;
  left: -48px;
  background: rgb(234, 234, 234);
  color: rgb(77, 77, 77);
  text-align: center;
  font-size: 20px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  vertical-align: bottom;
  padding: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 2px 2px 2px rgb(178, 178, 178);
}
.hdate:after {
  content: attr(data-hmonth);
  position: absolute;
  left: -48px;
  top: 20px;
  background: rgb(234, 234, 234);
  background: linear-gradient(
    to bottom,
    rgb(234, 234, 234),
    rgb(176, 176, 176)
  );
  color: rgb(77, 77, 77);
  text-align: center;
  font-size: 11px;
  width: 40px;
  height: 16px;
  line-height: 16px;
  padding: 0 0 1px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 2px 2px 2px rgb(178, 178, 178);
}
.doughnut-legend li span,
.pie-legend li span,
.polararea-legend li span {
  display: block;
  width: 1.11em;
  height: 1.11em;
  border-radius: 1.11em;
  float: left;
  margin-top: 0;
  margin-right: 8px;
}
.line-legend li span,
.bar-legend li span,
.radar-legend li span {
  line-height: 1em;
  padding: 0;
  padding-right: 1em;
  margin: 0;
  margin-right: 8px;
}
.doughnut-legend,
.pie-legend,
.polararea-legend,
.line-legend,
.bar-legend,
.radar-legend {
  list-style: none;
  font-size: 85%;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}
.doughnut-legend li,
.pie-legend li,
.polararea-legend li {
  margin-bottom: 4px;
  line-height: 1em;
  position: relative;
  z-index: 1;
}
.line-legend li,
.bar-legend li,
.radar-legend li {
  margin-bottom: 4px;
  line-height: 1.4em;
  position: relative;
  z-index: 1;
}
.chart-legend-value {
  display: inline-block;
  float: left;
  width: 3em;
  text-align: right;
  margin-right: 8px;
  line-height: 1em;
}
.toTop {
  position: fixed;
  display: none;
  right: 1em;
  bottom: 1em;
}
.toBottom {
  position: absolute;
  cursor: pointer;
  bottom: 4px;
  left: calc(50% - 1.56em);
}
.toBottom i {
  color: #000;
  text-shadow: none;
}
.toTop,
.toBottom {
  z-index: 5000;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  background-color: rgba(165, 165, 165, 0.5);
  padding: 0.7em;
  border-radius: 6px;
}
.toTop:hover,
.toBottom:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.toTopLink {
  color: #000;
}
#searchbox::after {
  font-family: FontAwesome;
  display: inline-block;
  padding-left: 0.2em;
  content: "\f002";
  vertical-align: middle;
  cursor: pointer;
  font-size: 140%;
  color: #888888;
  text-shadow: 0.08em 0.08em hsla(0, 0%, 0%, 0.3);
}
.tw-parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tw-parallax ol,
.tw-parallax ul {
  display: inline-table;
}
.tw-parallax:not(.bkgvideo) > * {
  z-index: 1;
}
.tw-fullvh > .ptext {
  text-align: center;
}
@media only screen and (max-device-width: 1024px) {
  .tw-bkgfixed {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 1025px) {
  .tw-bkgfixed {
    background-attachment: fixed;
  }
}
.tw-flex {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.tw-wtxt {
  color: #fff;
}
.tw-btxt {
  color: #000;
}
.tw-fullvh {
  height: 100vh;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .tw-fullvh {
    height: auto;
  }
}
.max-width {
  width: 100%;
}
.max-field-width {
  width: calc(100% - 15px);
}
.max-filebtn-width {
  width: calc(100% - 38px);
}
@media (max-width: 767px) {
  #FilenameUploadProxyEdit {
    width: calc(100% - 38px);
  }
  .form-horizontal #FilenameUploadProxyEdit {
    width: calc(100% - 218px);
  }
}
@media (max-width: 480px) {
  .form-horizontal #FilenameUploadProxyEdit {
    width: calc(100% - 38px);
  }
}
.hint-after {
  display: block;
  font-size: 80%;
  padding-bottom: 10px;
}
.hint-before {
  padding-top: 0;
  display: block;
  line-height: 20px;
  font-size: 80%;
}
.form-horizontal .hint-before {
  padding-top: 6px;
}
.form-horizontal .hint-after {
  padding-bottom: 0;
}
.form-horizontal .input-append {
  width: calc(100%);
}
.form-auto,
.form-mini,
.form-small,
.form-normal,
.form-large,
.form-xlarge,
.form-xxlarge,
.form-hauto,
.form-hmini,
.form-hsmall,
.form-hnormal,
.form-hlarge,
.form-hxlarge,
.form-hxxlarge {
  margin-left: auto;
  margin-right: auto;
}
.form-hmini {
  width: 264px;
}
.form-mini {
  width: 84px;
}
@media (max-width: 297px) {
  .form-mini,
  .form-hmini {
    width: auto;
  }
}
.form-hsmall {
  width: 294px;
}
.form-small {
  width: 114px;
}
@media (max-width: 327px) {
  .form-small,
  .form-hsmall {
    width: auto;
  }
}
.form-hmedium,
.form-hauto {
  width: 340px;
}
.form-medium,
.form-auto {
  width: 160px;
}
@media (max-width: 373px) {
  .form-normal,
  .form-auto,
  .form-hmedium,
  .form-hauto {
    width: auto;
  }
}
.form-hnormal {
  width: 410px;
}
.form-normal {
  width: 230px;
}
@media (max-width: 443px) {
  .form-normal,
  .form-hnormal {
    width: auto;
  }
}
.form-hlarge {
  width: 414px;
}
.form-large {
  width: 234px;
}
@media (max-width: 447px) {
  .form-large,
  .form-hlarge {
    width: auto;
  }
}
.form-hxlarge {
  width: 474px;
}
.form-xlarge {
  width: 294px;
}
@media (max-width: 507px) {
  .form-xlarge,
  .form-hxlarge {
    width: auto;
  }
}
.form-hxxlarge {
  width: 734px;
}
.form-xxlarge {
  width: 558px;
}
@media (max-width: 767px) {
  .form-xxlarge,
  .form-hxxlarge {
    width: auto;
  }
}
.range-min,
.range-max {
  display: inline-table;
  opacity: 0.4;
  width: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
}
.range-bar {
  display: inline-flex;
}
.form-actions {
  margin-top: 10px;
  padding-left: 0;
  background: transparent;
}
.form-horizontal .form-actions {
  margin-top: 0;
}
@media (max-width: 480px) {
  .form-horizontal .form-actions {
    padding-left: 0;
  }
  .form-horizontal .hint-before {
    padding-top: 0;
  }
}
.range-value {
  width: 4em;
  padding-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
}
.range-min {
  margin-right: 0.5em;
}
.range-max {
  margin-left: 0.5em;
}
.toc-article {
  padding-bottom: 4px;
}
.cols2 {
}
@media (min-width: 764px) {
  .colcount2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.toc-article li {
  margin-left: 2em;
}
.mpnav-prevnext-btns {
  list-style-type: none;
  margin: 0;
}
.mpnav-prevnext-btns li {
  display: block;
}
#mpnav-bottom {
  padding-bottom: 6px;
}
.twtt {
  position: relative;
  padding-left: 1em;
}
.twtt:before {
  content: attr(data-before);
  position: absolute;
  top: 0;
  left: 0;
}
.btn.disabled:hover,
.btn[disabled]:hover {
  color: #333333;
  box-shadow: none;
}
@media screen and (max-width: 720px) {
  .pobj.float-l,
  .pobj.float-r {
    float: none;
    text-align: center;
  }
}
