@font-face {
  font-family: 'AnastasiaScript';
  src: url('../fonts/AnastasiaScript.eot');
  src: url('../fonts/AnastasiaScript.eot') format('embedded-opentype'), url('../fonts/AnastasiaScript.woff2') format('woff2'), url('../fonts/AnastasiaScript.woff') format('woff'), url('../fonts/AnastasiaScript.ttf') format('truetype'), url('../fonts/AnastasiaScript.svg#AnastasiaScript') format('svg');
}
h1,
h2,
h3 {
  text-align: center !important;
}
body {
  border-top: 20px solid #000;
}
.topline {
  height: 100px;
}
.topline .logo {
  position: relative;
  top: 15px;
}
.topline .navbar .nav,
.topline .navbar .nav > li {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.topline .navbar-inner {
  text-align: center;
}
.topline .nav {
  padding-top: 20px;
}
.topline .nav>li {
  display: inline-block;
}
.topline .nav li.active {
  border-bottom: 2px solid #000;
}
.topline .nav li a {
  color: #000;
  position: relative;
}
.topline .nav li a img {
  position: relative;
  top: -10px;
}
.topline .nav li a:hover {
  background: none;
}
.topline .nav li a span {
  font-size: 1.3em;
}
.topline .custom-contact {
  padding-top: 25px;
}
.topline .custom-contact img {
  width: 20px;
  margin-left: 10px;
}
.mmleft {
  text-align: right;
}
.mmright {
  text-align: left;
}
.second-menu {
  background-color: #000;
  height: 34px;
}
.second-menu .nav {
  text-align: center;
  padding-top: 7px;
}
.second-menu .nav>li {
  display: inline;
  position: relative;
}
.second-menu .nav>li a {
  color: #fff;
  padding: 5px 15px;
  display: inline;
}
.second-menu .nav>li a:hover {
  color: #000;
}
.second-menu .nav li ul {
  position: absolute;
  top: 40px;
  display: none;
  background-color: #fff;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  z-index: 30;
  list-style-type: none;
  padding-left: 5px;
  width: 150px;
}
.second-menu .nav li:hover ul {
  display: block;
}
.second-menu .nav ul.menu li li {
  display: block !important;
  padding: 5px 15px;
}
.second-menu .nav li li {
  padding: 5px 0 5px 5px;
}
.second-menu .nav li.active li {
  display: inline;
  padding-left: 10px;
  margin-right: 20px;
}
.second-menu .nav li li a {
  color: #000;
  font-weight: normal;
  padding: 0;
  font-size: 1.2em;
}
.second-menu .nav li li a:hover {
  text-decoration: none;
}
.second-menu .nav li.active li a {
  border-bottom: none;
}
.second-menu .nav li.active li.active a {
  color: #f7484e;
}
.gradient {
  height: 46px;
  background: -webkit-gradient(linear,0% 0%,0% 100%,from(#e7e7e7),to(#fff));
  background: -webkit-linear-gradient(top,#e7e7e7,#fff);
  background: -moz-linear-gradient(top,#e7e7e7,#fff);
  background: -ms-linear-gradient(top,#e7e7e7,#fff);
  background: -o-linear-gradient(top,#e7e7e7,#fff);
}
.collage {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 120px;
  float: left;
}
.collage h3 {
  text-align: center;
  font-family: 'AnastasiaScript';
  font-size: 34px;
  padding: 5px 10px;
  background: -webkit-gradient(linear,0% 0%,0% 100%,from(#e7e7e7),to(#fff));
  background: -webkit-linear-gradient(top,#e7e7e7,#fff);
  background: -moz-linear-gradient(top,#e7e7e7,#fff);
  background: -ms-linear-gradient(top,#e7e7e7,#fff);
  background: -o-linear-gradient(top,#e7e7e7,#fff);
  margin: 0;
}
.collage img {
  width: 100%;
}
.collage .w33 {
  width: 34.7%;
  float: left;
}
.collage .w50 {
  width: 50%;
  float: left;
}
.collage .w66 {
  width: 65.3%;
  float: left;
}
.collage .view {
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
}
.collage .view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255,255,255,0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.collage .view h4 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0,0,0,0.6);
  margin-top: 40px;
}
.collage .view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #333;
  padding: 10px 20px 20px;
  text-align: center;
}
.collage .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
.collage .view a.info: hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.collage .view-first:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.collage .view-first:hover .mask {
  opacity: 1;
}
.collage .view-first:hover h4,
.collage .view-first:hover p,
.collage .view-first:hover a {
  opacity: 1;
  transform: translateY(0px);
}
.collage .view-first:hover p {
  transition-delay: 0.1s;
}
.collage .view-first:hover a {
  transition-delay: 0.2s;
}
.collage .view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(255,255,255,0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.collage .view-first h4 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.collage .view-first p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.collage .view-first:hover img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.collage .view-first a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.collage .view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.collage .view-first:hover h2,
.collage .view-first:hover p,
.collage .view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.collage .view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.collage .view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.blog-featured img,
.blog img {
  max-width: 100%;
  padding-bottom: 10px;
}
.blog-featured .img-intro-left,
.blog .img-intro-left {
  padding-bottom: 10px;
  text-align: center;
}
.blog .img-intro-left {
  padding: 20px 0 40px;
  text-align: center;
}
.item-page {
  width: 900px;
  margin: 0 auto;
}
.item-page .img-fulltext-left {
  text-align: center;
  padding: 20px 0 40px;
  max-width: 100%;
}
.item-page img {
  max-width: 100%;
  border: none;
}
.article-info {
  text-align: center;
}
.article-header {
  padding: 10px 0;
  text-align: center;
}
.article-header .category-name {
  text-transform: uppercase;
  font-size: 0.8em;
}
.article-header .category-name span {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.article-header h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tw-footer {
  background-color: #000;
  color: #fff;
  min-height: 100px;
}
.tw-footer .navbar .nav,
.tw-footer .navbar .nav > li {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.tw-footer .navbar-inner {
  text-align: center;
}
.tw-footer .nav {
  padding-top: 20px;
}
.tw-footer .nav>li {
  display: inline-block;
}
.tw-footer .nav li a {
  color: #fff;
  position: relative;
}
.tw-footer .nav li a img {
  position: relative;
  top: -10px;
}
.tw-footer .nav li a:hover {
  background: none;
}
.tw-footer .nav li a span {
  font-size: 1.3em;
}
.tw-footer .custom-footer {
  position: relative;
  top: 15px;
}
.tw-footer .custom-contact {
  padding-top: 25px;
}
.tw-footer .custom-contact img {
  width: 20px;
  margin-left: 10px;
}
.readmore {
  text-align: center;
}
.readmore a {
  text-decoration: none;
  color: #777;
  border: 1px solid #000;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  background-color: #fff;
  -webkit-transition: color 1s;
  transition: color 1s;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}
.readmore a:hover {
  color: #fff;
  background-color: #000;
}
.items-row {
  max-width: 900px;
  margin: 0 auto;
}
.item-separator {
  padding-bottom: 40px;
}
.pagenav {
  text-align: right;
}
.pagenav ul {
  display: inline-block;
  *display: inline;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.pagenav li {
  display: inline;
  margin: 0px;
  padding: 0;
}
.pagenav a,
span.pagenav {
  padding: 0 14px;
  margin: 0;
  line-height: 1.9em;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #ddd;
}
.pagenav li:first-child a,
.pagination-start span {
  border-left: solid 1px #ddd;
}
.pagination ul {
  margin: 10px 10px 10px 0;
  padding: 0;
}
.pagination li {
  display: inline;
  margin: 0 5px;
}
.pagination a {
  padding: 0 14px;
  line-height: 2em;
  text-decoration: none;
  border: 1px solid #ddd;
  display: inline-block;
}
.pagination .active a {
  cursor: default;
}
.pagination span,
.pagination span  a:hover {
  cursor: default;
  padding: 0 14px;
  line-height: 2em;
}
.pagination li:first-child a {
  border-left-width: 1px;
}
.breadcrumbs,
.article-info {
  padding: 7px;
  margin: 0 0 18px;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumbs li {
  display: inline-block;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mobileheader {
  text-align: center;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 40px;
  float: left;
  padding: 0;
  position: relative;
  z-index: 800;
  display: none;
}
.mobileheader a {
  color: #fff;
  text-decoration: none;
  padding: 20px 0 0 20px;
}
.mobileheader a#mobile-menu-button {
  color: #333;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
}
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http:
|--------------------------------------------------------------------------
*/

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url(../images/ui.totop.png) no-repeat left top;
}
#toTopHover {
  background: url(../images/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
@media screen and (max-width: 960px) {
  .main-menu {
    display: none;
  }
  .mobileheader {
    display: block;
  }
  .topline .logo {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
  }
  .topline .custom-contact {
    padding-top: 10px;
  }
  .topline .custom-contact img {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .topline .bot3 {
    width: 40px;
    float: right;
    position: relative;
    z-index: 12;
  }
  .second-menu {
    display: none;
  }
  .item-page {
    padding: 0 15px;
    width: 100%;
  }
  .item-page .img-fulltext-left img {
    width: 100%;
  }
  .tw-footer {
    min-height: 10px;
  }
  .tw-footer .custom-contact {
    display: none;
  }
  .tw-footer .bot1 {
    display: none;
  }
}
.jshop h1 {
  font-size: 26px;
}
.jshop .prev a {
  font-size: 1em;
  color: #000;
}
.jshop .active {
  background-color: #9bd7f3;
}
.jshop .pfinish_comment_block {
  max-width: 500px;
}
.jshop .pfinish_comment_block #order_add_info {
  max-width: 500px;
}
.alert-error {
  background-color: #e42;
  color: #fff;
}
.row-fluid {
  width: 100%;
  padding: 5px 0;
}
.row-fluid .span3 {
  width: 25%;
  float: left;
}
.row-fluid .span4 {
  width: 33%;
  float: left;
}
.row-fluid .span6 {
  width: 50%;
  float: left;
}
.row-fluid .span8 {
  width: 66%;
  float: left;
}
.row-fluid .span9 {
  width: 75%;
  float: left;
}
.control-group {
  clear: both;
  padding: 5px 0;
}
.control-group .control-label {
  width: 25%;
  float: left;
  padding-right: 10px;
}
.control-group input[type=text],
.control-group select {
  width: 300px;
  margin-top: 5px;
  padding: 3px;
}
.form_sort_count .controls {
  padding-top: 7px;
}
.form_sort_count .control-group {
  clear: none;
}
.form_sort_count .control-label {
  width: auto;
  padding-top: 15px;
}
.form_sort_count .control-label {
  width: 25%;
  float: left;
  padding-right: 10px;
}
.form_sort_count input[type=text],
.form_sort_count select {
  width: 300px;
  margin-top: 5px;
  padding: 3px;
}
.button_detail {
  background-color: #aeaeae;
  color: #fff;
}
.img-fulltext- {
  text-align: center;
}
