/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url('css/reset.css');

@import url('css/fonts.css');

@import url('css/tipsy.css');

@import url('css/chosen.css');
.widget-type-01 h1.title {
  font-weight: 300;
  color: #6a6a6a;
  font-size: 15px;
}
.widget-type-01 p.description {
  line-height: 21px;
  color: #929292;
  font-size: 14px;
  margin: 25px 0;
  background: transparent;
}
form.contact-widget input[type=text],
form.contact-widget textarea {
  margin: 0 0 10px 0;
}
form.contact-widget input[type=text] {
  width: 170px;
  max-width: 100%;
}
form.contact-widget input[type=submit] {
  border: none;
  outline: none;
  text-transform: none;
}
.search-sidebar input[type=text] {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 10px 15px;
  width: 100%;
  margin: 0;
  outline: none;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  font-style: italic;
  float: left;
  background: url('../img/blog/search-icon-sidebar.png') no-repeat 94% center, #ffffff;
  -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;
}
.search-sidebar input[type=text]:hover {
  border-color: #3498db;
  color: #3498db;
  background: url('../img/blog/search-icon-sidebar-hover.png') no-repeat 94% center, #ffffff;
}
.search-sidebar input[type=text]:hover::-webkit-input-placeholder {
  color: #3498db !important;
}
.search-sidebar input[type=text]:focus {
  border-color: #3498db;
  color: #fff !important;
  background: #3498db !important;
  background: url('../img/blog/search-icon-sidebar-focus.png') no-repeat 94% center, #3498db !important;
}
.search-sidebar input[type=text]:focus::-webkit-input-placeholder {
  color: #fff !important;
}
.widget {
  margin-bottom: 40px;
}
.widget:after {
  clear: both;
  visibility: hidden;
  content: '.';
}
.widget .tab-content {
  margin-bottom: 0;
}
.title-widget {
  text-transform: uppercase;
  color: #808080;
  font-size: 15px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  margin-bottom: 15px;
}
.widget_recent_entries ul li {
  margin-bottom: 5px;
}
.widget_recent_entries ul li a {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 21px;
}
.widget_recent_entries ul li a:hover {
  color: #3498db;
}
.widget_tag_cloud a,
.tags-single a {
  line-height: 21px;
  float: left;
  color: #989898 !important;
  font-size: 12px !important;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  margin-right: 10px;
}
.widget_tag_cloud a:hover,
.tags-single a:hover {
  color: #3498db !important;
  border-color: #3498db;
}
.widget_categories ul li {
  margin-bottom: 5px;
}
.widget_categories ul li a {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 21px;
}
.widget_categories ul li a:hover {
  color: #3498db;
}
.h-et {
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 400;
}
h1.title-black {
  font-size: 46px;
  text-align: center;
  color: #3d3d3d;
  margin-bottom: 10px;
}
h2.subtitle-black {
  font-size: 22px;
  text-align: center;
  color: #3d3d3d;
}
h1.title-white {
  font-size: 46px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
h2.subtitle-white {
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.bullet-arrow {
  margin-bottom: 35px;
}
.bullet-arrow > li {
  padding-left: 23px !important;
  background: url('../img/content/typo/typo-arrow.png') no-repeat left center;
  font-weight: 300;
  color: #888888;
  line-height: 33px;
}
.bullet-arrow > li a {
  font-weight: 300;
  color: #888888;
}
.bullet-arrow-white {
  margin-bottom: 35px;
}
.bullet-arrow-white > li {
  padding-left: 23px !important;
  background: url('../img/content/typo/typo-arrow-white.png') no-repeat left center;
  font-weight: 300;
  color: #fff;
  line-height: 33px;
}
.bullet-arrow-white > li a {
  font-weight: 300;
  color: #fff;
}
.bullet-ul {
  margin-bottom: 35px;
}
.bullet-ul > li {
  padding-left: 23px !important;
  background: url('../img/content/typo/list-style-disc.png') no-repeat left center;
  font-weight: 300;
  color: #888888;
  line-height: 33px;
}
.bullet-ul > li a {
  font-weight: 300;
  color: #888888;
}
ul.bif {
  margin: 20px 0 10px 0;
}
ul.bif:after {
  content: '.';
  visibility: hidden;
  clear: both;
}
ul.bif li {
  line-height: 20px;
  padding-left: 25px;
  background: url('../img/content/features/features-bif.png') no-repeat left 0px;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  color:#888888;
}
ul.bif li span {
  font-weight: 400;
  font-family: "Microsoft YaHei", Arial;
}
.bullet-number {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 35px;
}
.bullet-number > li {
  font-weight: 300;
  color: #888888;
  line-height: 33px;
}
.bullet-number > li a {
  font-weight: 300;
  color: #888888;
}
.bullet-roman {
  list-style-type: upper-roman;
  margin-left: 25px;
  margin-bottom: 35px;
}
.bullet-roman > li {
  font-weight: 300;
  color: #888888;
  line-height: 33px;
}
.bullet-roman > li a {
  font-weight: 300;
  color: #888888;
}
p {
  font-size: 14px;
  color: #838383;
  font-weight: 300;
  line-height: 21px;
}
.dropcap span.dropcap {
  width: 36px;
  height: 36px;
  font-size: 22px;
  border: 1px solid #000;
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 100;
}
.dropcap.dropcap-bdr span.dropcap {
  color: #3498db;
  border: 1px solid #3498db;
  border-radius: 3px;
}
.dropcap.dropcap-bdr-50 span.dropcap {
  color: #e47dab;
  border: 1px solid #e47dab;
  border-radius: 50%;
}
.dropcap.dropcap-no-bdr span.dropcap {
  color: #2ecc71;
  border: 1px solid #2ecc71;
}
.quote-02 {
  background: #3498db;
  border: none;
}
.quote-02 p {
  color: #fff;
  background: url('../img/content/typo/quote-02.png') no-repeat 8% 25%;
}
.quote-03 {
  border: 1px solid #3498db;
}
.quote-03 p {
  background: url('../img/content/typo/quote-01.png') no-repeat 8% 25%;
}
.headings {
  margin-bottom: 70px;
}
.headings p {
  margin-bottom: 35px;
}
p.dropcap {
  margin-bottom: 45px;
}
blockquote {
  margin-bottom: 35px;
}
.bullets {
  margin-bottom: 35px;
}
.title-col {
  color: #808080;
  margin-bottom: 15px;
  font-weight: 400;
}
.columns p {
  margin-bottom: 30px;
}
.elements-container {
  margin-bottom: 80px;
}
.elements-container-no-col {
  margin-bottom: 80px;
  margin-left: 15px;
  margin-right: 15px;
}
.buttons-container ul > li {
  margin: 0px 10px 20px 0px;
  padding: 0;
}
ul.icons-list {
  margin: 0 -30px;
}
ul.icons-list li {
  float: left;
}
ul.social-icons-list {
  margin: 0 -10px;
}
ul.social-icons-list li {
  float: left;
}
nav.circle-skills ul li {
  float: left;
  margin-right: 20px;
}
nav.circle-skills ul li:last-child {
  margin-right: 0;
}
nav.circle-skills ul li h1 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-top: -110px;
  margin-bottom: 65px;
}
.boxed .header {
  max-width: 1230px;
}
.white-half-menu {
  background: #fff;
}
.bdb-half-menu {
  border-bottom: 1px solid #e6ebeb;
}
.header {
  background: #505b5b;
  position: relative;
  z-index: 99;
  width: 100%;
  z-index: 999;
}
.header .logo {
  width: 80%;
  background: rgba(255, 255, 255, 0.9);
  line-height: 75px;
}
.header .logo a {
  margin-left: 18%;
}
.header .logo a img {
  width: 182px;
}
.header nav.menu {
  position: relative;
  z-index: 10;
}
.header nav.menu > ul {
  float: right;
  height: 75px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}
.header nav.menu > ul > li {
  -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;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  float: left;
  height: 100%;
  max-height: 75px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.header nav.menu > ul > li:after {
  clear: both;
  content: '.';
  visibility: hidden;
}
.header nav.menu > ul > li.home a {
  padding-left: 60px;
  background: url('../img/header/style-1-home.png') no-repeat 10px center;
}
.header nav.menu > ul > li.elements a {
  padding-left: 60px;
  background: url('../img/header/style-1-elements.png') no-repeat 10px center;
}
.header nav.menu > ul > li.pages a {
  padding-left: 60px;
  background: url('../img/header/style-1-pages.png') no-repeat 10px center;
}
.header nav.menu > ul > li.portfolio a {
  padding-left: 60px;
  background: url('../img/header/style-1-portfolio.png') no-repeat 10px center;
}
.header nav.menu > ul > li.contact a {
  padding-left: 60px;
  background: url('../img/header/style-1-contact.png') no-repeat 10px center;
}
.header nav.menu > ul > li.shop a {
  padding-left: 60px;
  background: url('../img/header/style-1-shop.png') no-repeat 10px center;
}
.header nav.menu > ul > li a {
  height: 100%;
  display: block;
  padding: 20px;
  padding-top:25px!important;
}
.header nav.menu > ul > li a h1 {
  text-transform: uppercase;
  color: #e8eced;
  font-size: 14px;
  margin: 0;
  margin-top: 3px;
  font-family: 'Open Sans';
  font-weight: 400;
}
.header nav.menu > ul > li a h2 {
  font-size: 12px;
  color: #dbdbdb;
  margin: 0;
  font-family: 'Open Sans';
  font-weight: 400;
}
.header nav.menu > ul > li > ul {
  -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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transform: rotateX(-85deg);
  -moz-transform: rotateX(-85deg);
  transform: rotateX(-85deg);
  position: relative;
  overflow: visible !important;
  position: absolute;
  width: 157px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: url('../img/header/arrow-submenu.png') no-repeat;
  background-position: 30px 0;
  padding-top: 8px;
  margin-top: -8px;
  z-index: 99;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}
.header nav.menu > ul > li > ul li {
  width: 100%;
  float: none;
  background: rgba(28, 130, 169, 0.7);
  border-bottom: 1px solid #9fc7e0;
}
.header nav.menu > ul > li > ul li:last-child,
.header nav.menu > ul > li > ul li.ie_last_child {
  border-bottom: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.header nav.menu > ul > li > ul li:last-child a,
.header nav.menu > ul > li > ul li.ie_last_child a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.header nav.menu > ul > li > ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-left: 15px !important;
  font-weight: 400;
  padding: 10px;
  background: none !important;
  margin-bottom: 0px !important;
}
.header nav.menu > ul > li > ul li a:hover,
.header nav.menu > ul > li > ul li a.selected {
  background: #e5eff4 !important;
  color: #3498db;
}
.header nav.menu > ul > li > ul li :root a {
  font-size: 16px !important;
}
.header nav.menu > ul > li > ul li ul {
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: none;
  width: 157px;
  margin-top: -40px;
  padding-top: 0;
  margin-left: 157px;
  padding-left: 3px;
  padding-right: -3px;
  background: none;
  position: absolute;
  border-radius: 4px;
}
.header nav.menu > ul > li > ul li ul li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.header nav.menu > ul > li > ul li ul li:first-child a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.header nav.menu > ul > li > ul li ul ul {
  margin-left: 154px;
}
.header nav.menu > ul > li > ul li:hover ul {
  display: block;
}
.header nav.menu > ul > li > ul.big-sub-menu {
  width: 524px;
  background: url('../img/header/arrow-big-sub-menu.png') no-repeat 50px top !important;
  margin-top: 17px !important;
  border-radius: 0 !important;
  padding-top: 5px;
  cursor: default;
}
.header nav.menu > ul > li > ul.big-sub-menu ul {
  position: relative;
  margin-left: 0;
  display: block;
  margin-top: 0px !important;
  width: auto;
  border-radius: 0 !important;
  padding-left: 0;
  padding: 5px;
  background-color: #fff;
}
.header nav.menu > ul > li > ul.big-sub-menu ul li {
  width: auto;
  background: none;
  border: none;
  border-radius: 0 !important;
}
.header nav.menu > ul > li > ul.big-sub-menu ul li a {
  font-weight: 300;
  color: #464646;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial;
  padding: 0;
  padding-bottom: 10px;
  padding-left: 0 !important;
  border-radius: 0 !important;
}
.header nav.menu > ul > li > ul.big-sub-menu ul li a:hover {
  background: none !important;
  color: #3498db;
}
.header nav.menu > ul > li > ul.big-sub-menu ul ul {
  border-top: none;
  padding: 0;
}
.header nav.menu > ul > li > ul.big-sub-menu > ul {
  border: 1px solid #e8e8e8;
  border-top: 2px solid #47a2de;
}
.header nav.menu > ul > li > ul.big-sub-menu > ul > li {
  width: 102px;
  float: left;
  padding: 5px;
}
.header nav.menu > ul > li > ul.big-sub-menu > ul > li > ul > li > a {
  font-size: 12px;
  color: #3498db;
  margin-bottom: 4px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #3498db;
  font-weight: 400;
}
.header nav.menu > ul > li:hover,
.header nav.menu > ul > li.selected {
  background: rgba(255, 255, 255, 0.9);
}
.header nav.menu > ul > li:hover.home a,
.header nav.menu > ul > li.selected.home a {
  padding-left: 60px;
  background: url('../img/header/style-1-home-hover.png') no-repeat 10px center;
}
.header nav.menu > ul > li:hover.elements a,
.header nav.menu > ul > li.selected.elements a {
  padding-left: 60px;
  background: url('../img/header/style-1-elements-hover.png') no-repeat 10px center;
}
.header nav.menu > ul > li:hover.pages a,
.header nav.menu > ul > li.selected.pages a {
  padding-left: 60px;
  background: url('../img/header/style-1-pages-hover.png') no-repeat 10px center;
}
.header nav.menu > ul > li:hover.portfolio a,
.header nav.menu > ul > li.selected.portfolio a {
  padding-left: 60px;
  background: url('../img/header/style-1-portfolio-hover.png') no-repeat 10px center;
}
.header nav.menu > ul > li:hover.contact a,
.header nav.menu > ul > li.selected.contact a {
  padding-left: 60px;
  background: url('../img/header/style-1-contact-hover.png') no-repeat 10px center;
}
.header nav.menu > ul > li:hover.shop a,
.header nav.menu > ul > li.selected.shop a {
  padding-left: 60px;
  background: url('../img/header/style-1-shop-hover.png') no-repeat 10px center;
}
.header nav.menu > ul > li:hover h1,
.header nav.menu > ul > li.selected h1 {
  -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;
  color: #3498db;
}
.header nav.menu > ul > li:hover h2,
.header nav.menu > ul > li.selected h2 {
  -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;
  color: #848484;
}
.header nav.menu > ul > li:hover ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}
.header.header-style-02 {
  background: #ffffff;
  margin-bottom: 0px;
}
.header.header-style-02 .logo {
  background: none;
}
.header.header-style-02 .logo a {
  margin-left: 0;
}
.header.header-style-02 nav.menu > ul > li.home a {
  padding-left: 60px;
  background: url('../img/header/style-2-home.png') no-repeat 10px center;
}
.header.header-style-02 nav.menu > ul > li.elements a {
  padding-left: 60px;
  background: url('../img/header/style-2-elements.png') no-repeat 10px center;
}
.header.header-style-02 nav.menu > ul > li.pages a {
  padding-left: 60px;
  background: url('../img/header/style-2-pages.png') no-repeat 10px center;
}
.header.header-style-02 nav.menu > ul > li.portfolio a {
  padding-left: 60px;
  background: url('../img/header/style-2-portfolio.png') no-repeat 10px center;
}
.header.header-style-02 nav.menu > ul > li.contact a {
  padding-left: 60px;
  background: url('../img/header/style-2-contact.png') no-repeat 10px center;
}
.header.header-style-02 nav.menu > ul > li.shop a {
  padding-left: 60px;
  background: url('../img/header/style-2-shop.png') no-repeat 10px center;
}
.header.header-style-02 nav.menu > ul > li.nmakeing a {
  padding-left: 60px;
  background: url('../img/marketing/icon5.png') no-repeat 10px center;
}
.header.header-style-02 nav.menu > ul > li.paid a {
  padding-left: 60px;
  background: url('../img/marketing/icon8.png') no-repeat 10px center;
}
.header.header-style-02 nav.menu > ul > li a {
  background: none;
  margin-bottom: -17px;
}
.header.header-style-02 nav.menu > ul > li a h1 {
  color: #9d9d9d;
}
.header.header-style-02 nav.menu > ul > li a h2 {
  color: #c9c9c9;
}
.header.header-style-02 nav.menu > ul > li:hover,
.header.header-style-02 nav.menu > ul > li.selected {
  background: none;
  -webkit-box-shadow: inset 0 1px 0 #3498db;
  -moz-box-shadow: inset 0 1px 0 #3498db;
  box-shadow: inset 0 1px 0 #3498db;
}
.header.header-style-02 nav.menu > ul > li > ul {
  margin-top: 9px;
}
.header.header-style-02 nav.menu > ul > li > ul ul {
  margin-top: -40px;
}
.header.header-style-03 {
  background: #ffffff;
  margin-bottom: -115px;
}
.header.header-style-03 .logo {
  background: none;
  float: left;
  width: 50%;
}
.header.header-style-03 .logo a {
  margin-left: 0;
}
.header.header-style-03 nav.menu {
  float: left;
}
.header.header-style-03 nav.menu > ul {
  height: 47px;
  float: none;
}
.header.header-style-03 nav.menu > ul > li.home > a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-home.png') no-repeat 10px center;
}
.header.header-style-03 nav.menu > ul > li.elements > a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-elements.png') no-repeat 10px center;
}
.header.header-style-03 nav.menu > ul > li.pages > a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-pages.png') no-repeat 10px center;
}
.header.header-style-03 nav.menu > ul > li.portfolio a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-portfolio.png') no-repeat 10px center;
}
.header.header-style-03 nav.menu > ul > li.contact > a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-contact.png') no-repeat 10px center;
}
.header.header-style-03 nav.menu > ul > li.shop > a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-shop.png') no-repeat 10px center;
}

.header.header-style-03 nav.menu > ul > li a {
  background: none;
  margin-bottom: -17px;
}
.header.header-style-03 nav.menu > ul > li a h1 {
  color: #7e7e7e;
  text-transform: uppercase;
  font-size: 13px;
}
.header.header-style-03 nav.menu > ul > li a h2 {
  display: none;
}
.header.header-style-03 nav.menu > ul > li:hover,
.header.header-style-03 nav.menu > ul > li.selected {
  background: none;
}
.header.header-style-03 nav.menu > ul > li:hover a h1,
.header.header-style-03 nav.menu > ul > li.selected a h1 {
  color: #3498db;
}
.header.header-style-03 nav.menu > ul > li > ul {
  margin-top: 9px;
}
.header.header-style-03 nav.menu > ul > li > ul ul {
  margin-top: -40px;
}
.header.header-style-03 nav.menu > ul > li ul.big-sub-menu {
  margin-left: 0;
  background: url('../img/header/arrow-big-sub-menu.png') no-repeat 50px top !important;
}
.header.header-style-03 .search-header {
  float: right;
}
.header.header-style-03 .search-header input {
  height: 30px;
  width: 100px;
  margin-top: 8px;
  margin-bottom: 9px;
  background: url('../img/header/header-search.png') no-repeat 80px center;
}
.header.header-style-03 .search-header input:hover {
  background: url('../img/header/header-search-hover.png') no-repeat 80px center;
}
.header.header-style-03 .search-header input:focus {
  background: url('../img/header/header-search-focus.png') no-repeat 80px center, #3498db !important;
}
.header.header-style-03 .social {
  float: right;
  margin-top: 13px;
  margin-right: 10px;
}
.header.header-style-03 .info-contact-header {
  float: right;
  font-size: 12px;
  color: #b5b5b5;
  font-family: 'Open Sans';
}
.header.header-style-03 .info-contact-header ul {
  margin-top: 25px;
}
.header.header-style-03 .info-contact-header ul li {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
}
.header.header-style-03 .info-contact-header ul li.place {
  background: url('../img/header/info-place.png') no-repeat left center;
}
.header.header-style-03 .info-contact-header ul li.phone {
  background: url('../img/header/info-phone.png') no-repeat left center;
}
.header.header-style-04 {
  background: #ffffff;
  margin-bottom: -115px;
}
.header.header-style-04 .logo {
  background: none;
  float: left;
  width: 50%;
}
.header.header-style-04 .logo a {
  margin-left: 0;
}
.header.header-style-04 nav.menu {
  float: left;
}
.header.header-style-04 nav.menu > ul {
  height: 47px;
  float: none;
}
.header.header-style-04 nav.menu > ul > li.home > a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-home.png') no-repeat 10px center;
}
.header.header-style-04 nav.menu > ul > li.elements > a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-elements.png') no-repeat 10px center;
}
.header.header-style-04 nav.menu > ul > li.pages > a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-pages.png') no-repeat 10px center;
}
.header.header-style-04 nav.menu > ul > li.portfolio a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-portfolio.png') no-repeat 10px center;
}
.header.header-style-04 nav.menu > ul > li.contact > a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-contact.png') no-repeat 10px center;
}
.header.header-style-04 nav.menu > ul > li.shop > a {
  padding: 15px 10px 15px 0;
  padding-left: 35px;
  height: 47px;
  background: url('../img/header/style-3-shop.png') no-repeat 10px center;
}
.header.header-style-04 nav.menu > ul > li a {
  background: none;
  margin-bottom: -17px;
}
.header.header-style-04 nav.menu > ul > li a h1 {
  color: #7e7e7e;
  text-transform: uppercase;
  font-size: 13px;
}
.header.header-style-04 nav.menu > ul > li a h2 {
  display: none;
}
.header.header-style-04 nav.menu > ul > li:hover,
.header.header-style-04 nav.menu > ul > li.selected {
  background: none;
}
.header.header-style-04 nav.menu > ul > li:hover a h1,
.header.header-style-04 nav.menu > ul > li.selected a h1 {
  color: #3498db;
}
.header.header-style-04 nav.menu > ul > li > ul {
  margin-top: 9px;
  z-index: 999;
}
.header.header-style-04 nav.menu > ul > li > ul ul {
  margin-top: -40px;
}
.header.header-style-04 nav.menu > ul > li ul.big-sub-menu {
  margin-left: 0;
  background: url('../img/header/arrow-big-sub-menu.png') no-repeat 50px top !important;
}
.header.header-style-04 .search-header {
  float: right;
}
.header.header-style-04 .search-header input {
  height: 30px;
  width: 100px;
  margin-top: 22px;
  margin-bottom: 9px;
  background: url('../img/header/header-search.png') no-repeat 80px center;
}
.header.header-style-04 .search-header input:hover {
  background: url('../img/header/header-search-hover.png') no-repeat 80px center;
}
.header.header-style-04 .search-header input:focus {
  background: url('../img/header/header-search-focus.png') no-repeat 80px center, #3498db !important;
}
.header.header-style-04 .social {
  float: right;
  margin-top: 25px;
  margin-right: 10px;
}
.header.header-style-04 .info-contact-header {
  float: right;
  font-size: 12px;
  color: #b5b5b5;
  font-family: 'Open Sans';
}
.header.header-style-04 .info-contact-header ul {
  margin-top: 15px;
}
.header.header-style-04 .info-contact-header ul li {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
}
.header.header-style-04 .info-contact-header ul li.place {
  background: url('../img/header/info-place.png') no-repeat left center;
}
.header.header-style-04 .info-contact-header ul li.phone {
  background: url('../img/header/info-phone.png') no-repeat left center;
}
.header.header-style-05 {
  background: #ffffff;
  margin-bottom: -115px;
}
.header.header-style-05 .logo {
  background: none;
  float: left;
  width: 17%;
}
.header.header-style-05 .logo a {
  margin-left: 0;
}
.header.header-style-05 nav.menu {
  float: right;
}
.header.header-style-05 nav.menu > ul > li.home a {
  padding-left: 60px;
  background: url('../img/header/style-2-home.png') no-repeat 10px center;
}
.header.header-style-05 nav.menu > ul > li.elements a {
  padding-left: 60px;
  background: url('../img/header/style-2-elements.png') no-repeat 10px center;
}
.header.header-style-05 nav.menu > ul > li.pages a {
  padding-left: 60px;
  background: url('../img/header/style-2-pages.png') no-repeat 10px center;
}
.header.header-style-05 nav.menu > ul > li.portfolio a {
  padding-left: 60px;
  background: url('../img/header/style-2-portfolio.png') no-repeat 10px center;
}
.header.header-style-05 nav.menu > ul > li.contact a {
  padding-left: 60px;
  background: url('../img/header/style-2-contact.png') no-repeat 10px center;
}
.header.header-style-05 nav.menu > ul > li.shop a {
  padding-left: 60px;
  background: url('../img/header/style-2-shop.png') no-repeat 10px center;
}
.header.header-style-05 nav.menu > ul > li a {
  background: none;
  margin-bottom: -17px;
}
.header.header-style-05 nav.menu > ul > li a h1 {
  color: #9d9d9d;
}
.header.header-style-05 nav.menu > ul > li a h2 {
  color: #c9c9c9;
}
.header.header-style-05 nav.menu > ul > li:hover,
.header.header-style-05 nav.menu > ul > li.selected {
  background: none;
  -webkit-box-shadow: inset 0 1px 0 #3498db;
  -moz-box-shadow: inset 0 1px 0 #3498db;
  box-shadow: inset 0 1px 0 #3498db;
}
.header.header-style-05 nav.menu > ul > li > ul {
  margin-top: 9px;
}
.header.header-style-05 nav.menu > ul > li > ul ul {
  margin-top: -40px;
}
.header.header-style-05 .search-header {
  position: absolute;
  right: 15px;
}
.header.header-style-05 .search-header input {
  margin-top: 0px;
  height: 33px;
  border: none;
  margin-bottom: -5px;
  border-radius: 0;
  width: 30px;
  text-indent: 999px;
  background: url('../img/header/search-icon-02.png') no-repeat 10px center, rgba(0, 0, 0, 0.05);
}
.header.header-style-05 .search-header input:hover {
  width: 125px;
  text-indent: 0;
  background: url('../img/header/search-icon-hover-02.png') no-repeat 105px center, #f2f3f5 !important;
  border-bottom: 1px solid #3f9dda;
  color: #a3a3a3 !important;
  font-style: italic !important;
}
.header.header-style-05 .search-header input:hover::-webkit-input-placeholder {
  color: #a3a3a3 !important;
}
.header.header-style-05 .search-header input:focus {
  width: 125px;
  text-indent: 0;
  background: url('../img/header/search-icon-hover-02.png') no-repeat 105px center, #f2f3f5 !important;
  border-bottom: 1px solid #3f9dda;
  color: #a3a3a3 !important;
  font-style: italic !important;
}
.header.header-style-05 .search-header input:focus::-webkit-input-placeholder {
  color: #a3a3a3 !important;
}
.header.header-style-05 .social {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 35px;
}
.header.header-style-05 .info-contact-header {
  float: left;
  font-size: 12px;
  color: #b5b5b5;
  font-family: 'Open Sans';
}
.header.header-style-05 .info-contact-header ul {
  margin-top: 7px;
}
.header.header-style-05 .info-contact-header ul li {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
}
.header.header-style-05 .info-contact-header ul li:first-child {
  margin-left: 0;
}
.header.header-style-05 .info-contact-header ul li.place {
  background: url('../img/header/info-place.png') no-repeat left center;
}
.header.header-style-05 .info-contact-header ul li.phone {
  background: url('../img/header/info-phone.png') no-repeat left center;
}
.source-page {
  background: #fafafa;
  padding: 45px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
}
.source-page .bullet-arrow > li {
  font-size: 13px;
  color: #9d9d9d;
}
.source-page .bullet-arrow > li:first-child {
  padding-left: 0 !important;
  background: none;
}
.source-page.source-bg-01 {
  background: url('../img/content/team/bg-head-team.jpg') fixed center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 70px 0 35px 0;
}
.source-page.source-bg-01 .bullet-arrow-white > li:first-child {
  padding-left: 0 !important;
  background: none;
}
.source-page.source-bg-02 {
  background: url('../img/content/team/bg-head-team-02.jpg') fixed center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 70px 0 35px 0;
}
.source-page.source-bg-02 .bullet-arrow-white > li:first-child {
  padding-left: 0 !important;
  background: none;
}
.source-page.source-bg-03 {
  background: url('../img/content/team/bg-head-team-03.jpg') fixed center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 70px 0 35px 0;
}
.source-page.source-bg-03 .bullet-arrow-white > li:first-child {
  padding-left: 0 !important;
  background: none;
}
.source-page.source-bg-04 {
  background: url('../img/content/team/bg-head-team-04.jpg') fixed center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 70px 0 35px 0;
}
.source-page.source-bg-04 .bullet-arrow-white > li:first-child {
  padding-left: 0 !important;
  background: none;
}
.source-page.source-bg-05 {
  background: url('../img/content/team/bg-head-team-05.jpg') fixed center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 70px 0 35px 0;
}
.source-page.source-bg-05 .bullet-arrow-white > li:first-child {
  padding-left: 0 !important;
  background: none;
}
.source-page.source-bg-06 {
  background: url('../img/content/team/bg-head-team-06.jpg') fixed center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 70px 0 35px 0;
}
.source-page.source-bg-06 .bullet-arrow-white > li:first-child {
  padding-left: 0 !important;
  background: none;
}
.source-page-blue {
  background: rgba(52, 152, 219, 0.8);
  padding: 45px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}
.source-page-blue h1 {
  color: #fff;
}
.source-page-blue .bullet-arrow-white > li {
  font-size: 13px;
}
.source-page-blue .bullet-arrow-white > li:first-child {
  padding-left: 0 !important;
  background: none;
}
.one-feature-slider {
  background: #f0f4f7;
  /*margin-top: -87px;*/
  position: relative;
  z-index: 25;
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}
.one-feature-slider a.logo {
  max-width: 100%;
  line-height: 82px;
}
.one-feature-slider a.logo img {
  max-width: 100%;
}
.one-feature-slider .content {
  float: left;
  padding-top: 25px;
  padding-left: 15px;
}
.one-feature-slider .content h1 {
  font-weight: 300;
  font-size: 20px;
  color: #747474;
  margin-bottom: 5px;
  margin-top: 0;
}
.one-feature-slider .content h2 {
  color: #747474;
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
  line-height:28px;
}
.one-feature-slider .button-blue {
  margin-top: 30px;
  float: right;
  margin-bottom: 20px;
}
.button-blue {
  margin-top: 30px;
  float: right;
  font-size: 18px;
  color: #3498db;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  line-height: 35px;
  padding-right: 45px;
  background: url('../img/slider/c-arrow-blue-02.png') no-repeat right center;
}
.boxed .one-feature-slider {
  margin-top: 0;
}
nav.phone-menu {
  display: none;
  position: absolute;
  top: 22px;
  right: 2%;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #E6E6E6;
  z-index: 99;
  -webkit-box-shadow: 0 0 5px #e7e7e7;
  -moz-box-shadow: 0 0 5px #e7e7e7;
  box-shadow: 0 0 5px #e7e7e7;
}
nav.phone-menu ul > li > a {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  width: 100%;
  height: 30px;
  display: block;
  line-height: 30px;
  color: #444;
  padding-left: 5%;
  background: url('../img/header/phone-menu-bg.png') no-repeat 90% center;
}
nav.phone-menu ul > li ul {
  display: none;
}
nav.phone-menu ul > li ul > li > a {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  padding-left: 10%;
  background: rgba(255, 255, 255, 0.5);
}
nav.phone-menu ul > li ul > li > a:hover {
  background: rgba(255, 255, 255, 0.7);
}
nav.phone-menu ul > li ul > li ul {
  display: block;
}
nav.phone-menu ul > li ul > li ul > li > a {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  padding-left: 15%;
}
nav.phone-menu ul > li ul > li ul > li ul > li > a {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  padding-left: 20%;
}
nav.phone-menu ul > li ul > li ul > li ul > li ul > li > a {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  padding-left: 25%;
}
.container-slider-revolution {
  max-height: 750px !important;
  position: relative;
  /*margin-top: -75px;*/
}
.tp-bullets {
  display: none;
}
.slider-text-container {
  width: 447px;
  height: 203px;
  padding: 25px;
  background: url('../img/slider/bg-content-slider.png') no-repeat;
}
.slider-text-container .button-blue-bxs-red {
  margin-top: 20px;
}
.slider-color-bg {
  padding: 8px 15px;
  border-radius: 5px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.slider-color-bg.pink {
  background: rgba(241, 121, 121, 0.8);
}
.slider-color-bg.orange {
  background: rgba(232, 152, 78, 0.8);
}
.slider-color-bg.purple {
  background: rgba(155, 89, 182, 0.8);
}
.slider-color-bg.blue {
  background: rgba(142, 85, 218, 0.8);
}
.slider-color-bg.blue-02 {
  background: #3498db;
  color: #fff;
  text-transform: none;
  padding: 10px 35px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 300;
}
.slider-color-bg.blue-02:hover {
  color: #fff;
}
.slider-color-bg.pink-02 {
  background: rgba(224, 108, 160, 0.8);
}
.slider-color-bg.green {
  background: rgba(46, 204, 113, 0.8);
}
.slider-color-bg span.arrow {
  position: relative;
  top: 5px;
  left: -40px;
  width: 12px;
  height: 11px;
  display: block;
  float: right;
  background: url('../img/slider/arrow-btn.png') no-repeat;
}
@-moz-document url-prefix() {
  span.arrow {
    top: -16px !important;
  }
}
.block-feature-left {
  width: 310px;
  text-align: right;
}
.block-feature-left h1 {
  font-size: 1.6em;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.block-feature-left h2 {
  font-weight: 900;
  font-size: 2.6em;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.block-feature-left hr {
  height: 1px;
  border: none;
  padding: 0;
  background: #fff;
}
.block-feature-left p {
  font-effect: 300;
  font-size: 1.1em;
  color: #fff;
}
.block-feature-right {
  width: 310px;
  text-align: left;
}
.block-feature-right h1 {
  font-size: 1.6em;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.block-feature-right h2 {
  font-weight: 900;
  font-size: 2.6em;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.block-feature-right h2 span {
  text-transform: none;
}
.block-feature-right hr {
  height: 1px;
  border: none;
  padding: 0;
  background: #fff;
}
.block-feature-right p {
  font-effect: 300;
  font-size: 1.1em;
  color: #fff;
}
.slider-more {
  color: #fff !important;
  padding-right: 40px;
  display: block;
  background: url('../img/slider/c-arrow.png') no-repeat right center;
  line-height: 34px;
  font-size: 1em;
}
.slider-more:hover {
  color: #f0f0f0;
}
.slider-more-02 {
  color: #3498db !important;
  padding-right: 55px;
  display: block;
  background: url('../img/slider/c-arrow-blue.png') no-repeat right center;
  line-height: 42px;
}
.slider-more-02:hover {
  color: #f0f0f0;
}
.btn-primary-slider a {
  color: #3498db !important;
  display: block;
  background: transparent;
  border-radius: 5px;
  font-size: 0.9em;
  text-transform: uppercase;
  border: 1px solid #3498db;
  padding: 12px 18px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
}
.btn-primary-slider a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.block-responsive {
  width: 440px;
  text-align: left;
}
.block-responsive h1 {
  font-size: 1.6em;
  font-weight: 100;
  color: #232323;
  margin: 0;
}
.block-responsive h2 {
  font-weight: 900;
  font-size: 2.6em;
  color: #3498db;
  text-transform: uppercase;
  margin: 0;
}
.block-responsive h2 span {
  color: #e06ca0;
}
.block-responsive hr {
  height: 1px;
  border: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.15);
}
.block-responsive p {
  font-effect: 300;
  font-size: 1.1em;
  color: #5e5e5e;
}
.shop-slider {
  max-height: 550px !important;
}
.shop-slider li {
  position: relative;
}
.slider-bg-color {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f5a929;
  animation: sliderBg 30s infinite;
  -webkit-animation: sliderBg 30s infinite;
  -moz-animation: sliderBg 30s infinite;
}
.slider-bg-color.color-set-02 {
  animation: sliderBgSecond 30s infinite;
  -webkit-animation: sliderBgSecond 30s infinite;
  -moz-animation: sliderBgSecond 30s infinite;
  opacity: 0.9 !importantn;
}
@keyframes sliderBg {
  0% {
    background: #f5a929;
  }
  10% {
    background: #f5a929;
  }
  20% {
    background: #3498db;
  }
  30% {
    background: #1abc9c;
  }
  40% {
    background: #e67e22;
  }
  50% {
    background: #95a5a6;
  }
  60% {
    background: #bdc3c7;
  }
  70% {
    background: #c0392b;
  }
  80% {
    background: #27ae60;
  }
  90% {
    background: #3498db;
  }
  100% {
    background: #f5a929;
  }
}
@-webkit-keyframes sliderBg {
  0% {
    background: #f5a929;
  }
  10% {
    background: #f5a929;
  }
  20% {
    background: #3498db;
  }
  30% {
    background: #1abc9c;
  }
  40% {
    background: #e67e22;
  }
  50% {
    background: #95a5a6;
  }
  60% {
    background: #bdc3c7;
  }
  70% {
    background: #c0392b;
  }
  80% {
    background: #27ae60;
  }
  90% {
    background: #3498db;
  }
  100% {
    background: #f5a929;
  }
}
@-moz-keyframes sliderBg {
  0% {
    background: #f5a929;
  }
  10% {
    background: #f5a929;
  }
  20% {
    background: #3498db;
  }
  30% {
    background: #1abc9c;
  }
  40% {
    background: #e67e22;
  }
  50% {
    background: #95a5a6;
  }
  60% {
    background: #bdc3c7;
  }
  70% {
    background: #c0392b;
  }
  80% {
    background: #27ae60;
  }
  90% {
    background: #3498db;
  }
  100% {
    background: #f5a929;
  }
}
@keyframes sliderBgSecond {
  0% {
    background: rgba(163, 73, 215, 0.9);
  }
  10% {
    background: rgba(163, 73, 215, 0.9);
  }
  20% {
    background: rgba(52, 152, 219, 0.9);
  }
  30% {
    background: rgba(26, 188, 156, 0.9);
  }
  40% {
    background: rgba(230, 126, 34, 0.9);
  }
  50% {
    background: rgba(149, 165, 166, 0.9);
  }
  60% {
    background: rgba(189, 195, 199, 0.9);
  }
  70% {
    background: rgba(192, 57, 43, 0.9);
  }
  80% {
    background: rgba(39, 174, 94, 0.9);
  }
  90% {
    background: rgba(52, 152, 219, 0.9);
  }
  100% {
    background: rgba(163, 73, 215, 0.9);
  }
}
@-webkit-keyframes sliderBgSecond {
  0% {
    background: rgba(163, 73, 215, 0.9);
  }
  10% {
    background: rgba(163, 73, 215, 0.9);
  }
  20% {
    background: rgba(52, 152, 219, 0.9);
  }
  30% {
    background: rgba(26, 188, 156, 0.9);
  }
  40% {
    background: rgba(230, 126, 34, 0.9);
  }
  50% {
    background: rgba(149, 165, 166, 0.9);
  }
  60% {
    background: rgba(189, 195, 199, 0.9);
  }
  70% {
    background: rgba(192, 57, 43, 0.9);
  }
  80% {
    background: rgba(39, 174, 94, 0.9);
  }
  90% {
    background: rgba(52, 152, 219, 0.9);
  }
  100% {
    background: rgba(163, 73, 215, 0.9);
  }
}
@-moz-keyframes sliderBgSecond {
  0% {
    background: rgba(163, 73, 215, 0.9);
  }
  10% {
    background: rgba(163, 73, 215, 0.9);
  }
  20% {
    background: rgba(52, 152, 219, 0.9);
  }
  30% {
    background: rgba(26, 188, 156, 0.9);
  }
  40% {
    background: rgba(230, 126, 34, 0.9);
  }
  50% {
    background: rgba(149, 165, 166, 0.9);
  }
  60% {
    background: rgba(189, 195, 199, 0.9);
  }
  70% {
    background: rgba(192, 57, 43, 0.9);
  }
  80% {
    background: rgba(39, 174, 94, 0.9);
  }
  90% {
    background: rgba(52, 152, 219, 0.9);
  }
  100% {
    background: rgba(163, 73, 215, 0.9);
  }
}
.shop-title-01 {
  color: #fff;
  font-size: 2.65em;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
}
.shop-description {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  font-family: "Microsoft YaHei", Arial;
}
.shop-percent {
  font-weight: 300;
  color: #fff;
  font-size: 2.2em;
  font-family: "Microsoft YaHei", Arial;
  padding: 0.45em;
  border-radius: 4px;
  border: 1px solid #fff;
}
.shop-percent-text {
  font-weight: 100;
  color: #fff;
  font-family: "Microsoft YaHei", Arial;
  font-size: 3em;
}
span.red {
  color: #f17979 !important;
}
span.blue {
  color: #3498db !important;
}
span.green {
  color: #2ecc71 !important;
}
span.underline {
  border-bottom: 1px solid #525252;
}
span.bg-blue {
  background: #3498db;
  color: #fff;
  padding: 1px 5px;
}
.features {
  margin: 100px 0;
}
.features.feautures-01 {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 50px;
}
ul.features-list-icon:after {
  content: '.';
  visibility: hidden;
  clear: both;
}
ul.features-list-icon li {
  margin-bottom: 29px;
}
ul.features-list-icon li:after {
  content: '.';
  visibility: hidden;
  clear: both;
}
ul.features-list-icon .icon-feature {
  /*margin-right: 20px;*/
  margin-right: 7px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  width: 75px;
  height: 75px;
  float: left;
}
ul.features-list-icon .icon-feature img {
  margin-top: 20px;
  margin-left: 20px;
}
ul.features-list-icon .icon-feature.grey-img-feature {
  background: #f7f7f7;
  border-color: transparent;
}
ul.features-list-icon .icon-feature.pink-img-feature {
  background: #e06ca0;
  border-color: transparent;
}
ul.features-list-icon .feature-relax {
  color: #3498db;
  border-color: #3498db;
}
ul.features-list-icon .feature-easy {
  color: #e67e22;
  border-color: #e67e22;
}
ul.features-list-icon .feature-responsive {
  color: #2ecc71;
  border-color: #2ecc71;
}
ul.features-list-icon .feature-support {
  color: #9b59b6;
  border-color: #9b59b6;
}
ul.features-list-icon .feature-doc {
  color: #f45252;
  border-color: #f45252;
}
ul.features-list-icon .feature-code {
  color: #e06ca0;
  border-color: #e06ca0;
}
ul.features-list-icon .content {
  float: left;
  /*width: 65%;*/
  width:75%;
}
ul.features-list-icon .content h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  margin-left:10px;
}
ul.features-list-icon .content p {
  font-weight: 300;
  color: #a3a3a3;
  line-height: 23px;
  text-indent:2em;
}
ul.features-list-icon .center-feature {
  text-align: center;
}
ul.features-list-icon .center-feature .icon-feature {
  float: none;
  display: inline-block;
}
ul.features-list-icon .center-feature .icon-feature img {
  margin-left: 0;
}
ul.features-list-icon .center-feature .content {
  width: 100%;
}
ul.features-list-icon .left-feature {
  text-align: left;
}
ul.features-list-icon .left-feature .icon-feature {
  float: none;
}
ul.features-list-icon .left-feature .content {
  width: 100%;
}
.no-inline li {
  float: none;
}
.features-02 .title-features {
  margin-bottom: 35px;
  text-align: center;
}
.features-02 .features-image {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
}
.features-02 .features-image img {
  width: 100%;
}
.features-02 .features-doc p {
  line-height: 26px;
}
.features-02 .features-doc ul.bif li {
  width: 46%;
  float: left;
  margin-right: 2%;
}
.testimonials-bg {
  width: 100%;
  padding: 80px 0;
  background: url('../img/content/testimonials/testimonials-bg.jpg') repeat-y fixed center top;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top:-30px;
}
.testimonials-bg h1 {
  margin-bottom: 30px !important;
}
ul.testimonial-author {
  text-align: center;
  margin-bottom: 17px;
  min-height: 85px;
}
ul.testimonial-author:after {
  content: '.';
  clear: both;
  visibility: hidden;
}
ul.testimonial-author li {
  width: 88px;
  text-align: center;
  display: inline-block;
}
ul.testimonial-author li:after {
  content: '.';
  clear: both;
  visibility: hidden;
}
ul.testimonial-author li .bg-author {
  -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;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px;
  margin: 0 5px;
}
ul.testimonial-author li .bg-author img {
  cursor: pointer;
  -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;
  width: 74px;
  height: 74px;
  border-radius: 50%;
}
ul.testimonial-author li .bg-author:hover,
ul.testimonial-author li .bg-author.selected {
  padding: 6px;
  background: rgba(0, 0, 0, 0.4);
}
ul.testimonial-author li .bg-author:hover img,
ul.testimonial-author li .bg-author.selected img {
  width: 70px;
  height: 70px;
}
ul.testimonial-author li .bg-author span {
  width: 13px;
  height: 22px;
  display: block;
  position: relative;
  background: url('../img/content/testimonials/testimonials-arrow-selected.png') no-repeat;
  left: 40%;
  top: 21px;
  display: none;
}
ul.testimonial-author li .bg-author.selected span {
  display: block;
}
.conteiner-testimonial-bg {
  padding: 35px 3% 35px 3%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.conteiner-testimonial-bg .conteiner-testimonial {
  padding-left: 6%;
  background: url('../img/content/testimonials/testimonials-quote.png') no-repeat;
}
.conteiner-testimonial-bg .conteiner-testimonial p {
  line-height: 26px;
  color: #23414f;
  font-weight: 300;
  font-style: italic;
}
.conteiner-testimonial-bg .conteiner-testimonial p.author {
  font-style: normal;
  font-weight: 400;
  margin-top: 25px;
}
.conteiner-testimonial-bg .conteiner-testimonial p.author span {
  font-weight: 300;
}
.presentation {
  margin: 100px 0;
}
.img-presentation {
  max-width: 470px;
  margin: 0 auto;
}
.img-presentation img {
  max-width: 100%;
}
.description-product {
  /*margin-top: 75px;*/
}
.description-product h1 {
  text-align: left!important;
}
.description-product h2 {
  text-align: left!important;
}
.description-product p {
  color: #888888;
  line-height: 26px;
  text-indent:2em;
  /*margin: 40px 0;*/
}
.arhivments-bg {
  background: url('../img/content/arhivments/arhivments-bg.jpg') repeat-y fixed center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.arhivments-bg .arhivments {
  padding: 75px 0 50px 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.arhivments-bg .arhivments h2.subtitle-white {
  margin-bottom: 35px !important;
}
.arhivments-bg .arhivments ul.arhivments-list li {
  width: 165px;
  height: 165px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  padding-top: 45px;
  display: inline-block;
  margin: 10px;
}
.arhivments-bg .arhivments ul.arhivments-list li h1 {
  font-size: 48px;
  margin-bottom: 5px;
  margin: 0;
}
.arhivments-bg .arhivments ul.arhivments-list li h2 {
font-weight: 200;
margin: 0;
font-size: 13px;
width: 120px;
margin-left: 20px;
margin-top: 8px;
line-height:20px
}
.arhivments-bg .arhivments ul.arhivments-list li.yellow {
  color: #d3e778;
  border-color: #d3e778;
}
.arhivments-bg .arhivments ul.arhivments-list li.pink {
  color: #ff7bb6;
  border-color: #ff7bb6;
}
.arhivments-bg .arhivments ul.arhivments-list li.blue {
  color: #dc88ff;
  border-color: #dc88ff;
}
.arhivments-bg .arhivments ul.arhivments-list li.red {
  color: #ff8181;
  border-color: #ff8181;
}
.arhivments-bg .arhivments ul.arhivments-list li.light-blue {
  color: #82cdff;
  border-color: #82cdff;
}
.arhivments-bg .arhivments ul.arhivments-list li.light-green {
  color: #69fba7;
  border-color: #69fba7;
}
.portfolio-bg {
  margin: 100px 0 90px 0;
  text-align: center;
}
nav.categories-portfolio > ul {
  text-align: center;
  margin: 50px 0;
}
nav.categories-portfolio > ul > li {
  display: inline-block;
  margin: 4px 4px;
}
nav.categories-portfolio > ul > li a {
  cursor: pointer;
}
.posts-list > ul:after {
  clear: both;
  content: '.';
  visibility: hidden;
}
.posts-list > ul > li {
  margin-bottom: 30px;
  -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;
}
.posts-list > ul > li:after {
  clear: both;
  content: '.';
  visibility: hidden;
}
.posts-list > ul > li .top-sec-portfolio {
  position: relative;
  float: left;
}
.posts-list > ul > li .image-container {
  -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;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.posts-list > ul > li .image-container img {
  position: relative;
  width: 100%;
  -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;
}
.posts-list > ul > li .image-container .post-link-bg {
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(52, 161, 230, 0.4);
  position: absolute;
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.posts-list > ul > li .image-container .post-link-bg a span {
  width: 100%;
  height: 100%;
  display: block;
  -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;
}
.posts-list > ul > li .image-container .post-link-bg a.link {
  margin-top: 30%;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.posts-list > ul > li .image-container .post-link-bg a.link span {
  background: url('../img/portfolio/link-icon.png') no-repeat center center;
}
.posts-list > ul > li .image-container .post-link-bg a.link span:hover {
  background: url('../img/portfolio/link-icon-hover.png') no-repeat center center;
}
.posts-list > ul > li .image-container .post-link-bg a.zoom {
  margin-top: 30%;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.posts-list > ul > li .image-container .post-link-bg a.zoom span {
  background: url('../img/portfolio/zoom-icon.png') no-repeat center center;
}
.posts-list > ul > li .image-container .post-link-bg a.zoom span:hover {
  background: url('../img/portfolio/zoom-icon-hover.png') no-repeat center center;
}
.posts-list > ul > li .image-container:hover {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.posts-list > ul > li .image-container:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(13px);
  -moz-filter: blur(13px);
  -o-filter: blur(13px);
  -ms-filter: blur(13px);
  filter: blur(13px);
  z-index: 0;
}
.posts-list > ul > li .image-container:hover .post-link-bg {
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.posts-list > ul > li .image-container:hover .post-link-bg a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.posts-list > ul > li .post-info {
  min-height: 75px;
  border-radius: 5px;
  border: 1px solid #ededed;
}
.posts-list > ul > li .post-info:after {
  clear: both;
  content: '.';
  visibility: hidden;
}
.posts-list > ul > li .post-info .left-sec {
  position: relative;

  float: left;
  width: 73%;
  padding: 14px;
  padding-bottom: 0;
  text-align: left;
	height:64px;
	white-space:nowrap;
}
.posts-list > ul > li .post-info .left-sec:after {
  clear: both;
  content: '.';
  visibility: hidden;
}
.posts-list > ul > li .post-info .left-sec a.title {
  font-weight: 300;
  color: #3498db;
  font-family: "Microsoft YaHei", Arial;
  font-size: 18px;
  margin-bottom: 10px;
}
.posts-list > ul > li .post-info .left-sec ul.tags {
  margin-top: 5px;
}
.posts-list > ul > li .post-info .left-sec ul.tags li {
  float: left;
}
.posts-list > ul > li .post-info .left-sec ul.tags li a {
  font-weight: 300;
  color: #868686;
  font-size: 12px;
}
.posts-list > ul > li .post-info .left-sec ul.tags li a:after {
  content: ',';
}
.posts-list > ul > li .post-info .left-sec ul.tags li:last-child a:after {
  visibility: hidden;
}
.posts-list > ul > li .post-info .left-sec ul.tags li:after {
  clear: both;
  visibility: hidden;
  content: '.';
}
.posts-list > ul > li .post-info .right-sec {
  margin-bottom: -25px;
  position: relative;
  padding: 18px 25px 18px 15px;
  height: 100%;
  float: right;
}
.posts-list > ul > li .post-info .right-sec:after {
  clear: both;
  content: '.';
  visibility: hidden;
}
.posts-list > ul > li .post-info .right-sec .heart {
  cursor: pointer;
  width: 25px;
  height: 23px;
  background: url('../img/portfolio/heart.png') no-repeat top center;
  margin:0 auto;
  margin-bottom: 5px;
}
.posts-list > ul > li .post-info .right-sec p {
  color: #bdbdbd;
  font-size: 12px;
  text-align: center;
  margin-bottom: -16px;
}
.posts-list > ul > li .post-info .sep {
  width: 1px;
  height: 100%;
  display: block;
  position: relative;
  background: #ededed;
}
.posts-list > ul > li.not-current {
  width: 0;
  height: 0;
  margin: 0;
  min-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.post-list-postfolio-02 .post-link-bg {
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(52, 161, 230, 0.8) !important;
  position: relative;
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.post-list-postfolio-02 .post-link-bg h1 {
  padding-top: 20%;
  font-size: 21px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding-bottom: 5px;
}
.post-list-postfolio-02 .post-link-bg .tags ul {
  text-align: center;
}
.post-list-postfolio-02 .post-link-bg .tags ul > li {
  display: inline-block;
  margin: 0 5px;
}
.post-list-postfolio-02 .post-link-bg .tags ul > li a {
  font-size: 13px;
  color: #fff;
  font-weight: 100;
}
.post-list-postfolio-02 .post-link-bg a span {
  width: 100%;
  height: 100%;
  display: block;
  -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;
}
.post-list-postfolio-02 .post-link-bg a.link {
  margin-top: 5% !important;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.post-list-postfolio-02 .post-link-bg a.link span {
  background: url('../img/portfolio/link-icon.png') no-repeat center center;
}
.post-list-postfolio-02 .post-link-bg a.link span:hover {
  background: url('../img/portfolio/link-icon-hover.png') no-repeat center center;
}
.post-list-postfolio-02 .post-link-bg a.zoom {
  margin-top: 5% !important;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.post-list-postfolio-02 .post-link-bg a.zoom span {
  background: url('../img/portfolio/zoom-icon.png') no-repeat center center;
}
.post-list-postfolio-02 .post-link-bg a.zoom span:hover {
  background: url('../img/portfolio/zoom-icon-hover.png') no-repeat center center;
}
.load-more {
  width: 100%;
  float: left;
}
.load-more a {
  text-align: center;
  display: inline-block;
  margin-bottom: 10px !important;
}
.load-more a.less {
  margin-left: 20px;
}
.button-white-bxs-grey {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #ffffff;
  -webkit-box-shadow: 3px 3px 0px #ededed;
  -moz-box-shadow: 3px 3px 0px #ededed;
  box-shadow: 3px 3px 0px #ededed;
  color: #868686 !important;
  line-height: 30px;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: auto;
  height: 30px;
  border: 1px solid #ededed;
}
.button-white-bxs-grey:hover,
.button-white-bxs-grey.selected {
  top: 3px;
  left: 3px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ededed;
  -moz-box-shadow: 0px 0px 0px #ededed;
  box-shadow: 0px 0px 0px #ededed;
  color: #3498db !important;
  line-height: 30px;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: auto;
  height: 30px;
  border: 1px solid #3498db;
}
.portfolio-post:last-child {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.post-portfolio-container a.image-post img {
  max-width: 100%;
  border-radius: 5px;
}
.post-portfolio-container .carousel {
  border-radius: 5px;
  overflow: hidden;
}
.content-post-portfolio a.title-post {
  font-size: 26px;
  color: #3d3d3d;
  font-weight: 100;
  font-family: "Microsoft YaHei", Arial;
  line-height: 36px;
}
.description {
  margin-top: 20px;
  padding-top: 1px;
  background: url('../img/portfolio/info-icon.png') no-repeat left 6px;
}
.description h1 {
  font-size: 14px;
  color: #434343;
  font-weight: 300;
  margin-bottom: 15px;
  margin-left: 30px;
}
.description p {
  font-size: 14px;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.description.no-icon {
  background: transparent;
}
.description.no-icon h1 {
  margin-left: 0;
}
.category {
  margin-top: 15px;
  padding-top: 1px;
  background: url('../img/portfolio/category-icon.png') no-repeat left 6px;
}
.category h1 {
  font-size: 14px;
  color: #434343;
  font-weight: 300;
  margin-bottom: 15px;
  margin-left: 30px;
}
.category p {
  font-size: 14px;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.category ul li {
  float: left;
  font-size: 14px;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.category ul li a {
  font-size: 14px;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.category ul li a:hover {
  color: #3498db;
}
.category ul li:after {
  content: ',';
  margin: 0 3px 0 0;
}
.category ul li:last-child:after {
  content: '.';
  visibility: hidden;
}
.category.no-icon {
  background: transparent;
}
.category.no-icon h1 {
  margin-left: 0;
}
.technology {
  margin-top: 15px;
  padding-top: 1px;
  background: url('../img/portfolio/technology-icon.png') no-repeat left 6px;
}
.technology h1 {
  font-size: 14px;
  color: #434343;
  font-weight: 300;
  margin-bottom: 15px;
  margin-left: 30px;
}
.technology p {
  font-size: 14px;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.technology ul li {
  float: left;
  font-size: 14px;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.technology ul li a {
  font-size: 14px;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.technology ul li a:hover {
  color: #3498db;
}
.technology ul li:after {
  content: ',';
  margin: 0 3px 0 0;
}
.technology ul li:last-child:after {
  content: '.';
  visibility: hidden;
}
.technology.no-icon {
  background: transparent;
}
.technology.no-icon h1 {
  margin-left: 0;
}
.links {
  margin-top: 15px;
  padding-top: 1px;
  margin-bottom: 30px;
  background: url('../img/portfolio/links-icon.png') no-repeat left 6px;
}
.links h1 {
  font-size: 14px;
  color: #434343;
  font-weight: 300;
  margin-bottom: 15px;
  margin-left: 30px;
}
.links p {
  font-size: 14px;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.links ul li {
  float: left;
  font-size: 14px;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.links ul li a {
  font-size: 14px;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.links ul li a:hover {
  color: #3498db;
}
.links ul li:after {
  content: ',';
  margin: 0 3px 0 0;
}
.links ul li:last-child:after {
  content: '.';
  visibility: hidden;
}
.links a {
  color: #3498db;
  font-size: 14px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
}
.links.no-icon {
  background: transparent;
}
.links.no-icon h1 {
  margin-left: 0;
}
h1.title-proj {
  font-size: 28px;
  color: #282828;
  font-weight: 100;
  margin-bottom: 35px;
}
.about-portfolio-post {
  margin-top: 25px;
}
.about-portfolio-post h1 {
  color: #434343;
  font-size: 18px;
}
.about-portfolio-post p {
  font-size: 14px;
  color: #888888;
  font-weight: 300;
  margin-bottom: 20px;
}
.portfolio-post-control {
  padding: 30px 0 0 0;
  margin-top: 75px;
  border-top: 1px solid #D6D6D6;
}
.portfolio-items {
  margin-left: -15px;
}
.portfolio-items li {
  margin-bottom: 30px;
  height: 255px;
  padding: 0;
  margin-right: 0px;
  padding-left: 30px;
  overflow: hidden;
}
.portfolio-items li .container-image {
  height: 100%;
  overflow: hidden;
}
.portfolio-items li img {
  border-radius: 5px;
  width: 255px;
  height: 100%;
  z-index: 1;
  position: absolute;
  -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;
}
.portfolio-items li .hover-item {
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  background: rgba(52, 152, 219, 0.8);
  text-align: center;
  -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;
}
.portfolio-items li .hover-item a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.portfolio-items li .hover-item a span {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/portfolio/zoom-icon.png') no-repeat center center;
}
.portfolio-items li .hover-item a:hover span {
  background: url('../img/portfolio/zoom-icon-hover.png') no-repeat center center;
}
.portfolio-items li:hover img {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  z-index: 0;
}
.portfolio-items li:hover .hover-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 1;
}
.portfolio-items li:hover .hover-item a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.clients-bg {
  background: url('../img/content/clients/clients-bg.jpg') repeat-y fixed center top;
  /*background-color:#2f3650;*/
  -webkit-background-size: cover;
  background-size: cover;
}
.clients-bg .clients {
  text-align: center;
  /*background: #2f3650;*/
  padding: 60px 0 60px 0;
}
.clients-bg .clients h2 {
  margin-bottom: 25px !important;
}
nav.clients-list ul li {
  display: inline-block;
  margin: 15px;
  max-width: 100%;
}
nav.clients-list ul li img {
  max-width: 100%;
}
.skills-and-team h2.subtitle-black {
  margin-bottom: 55px !important;
}
nav.accordion ul > li {
  margin-bottom: 10px;
}
nav.accordion ul > li > h1 {
  cursor: pointer;
  font-weight: 300;
  color: #969696;
  border-radius: 3px;
  padding: 15px 20px;
  background: url('../img/content/skills-and-services/services-accordion-+.png') no-repeat right center;
  -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;
  border: 1px solid #e6e6e6;
}
nav.accordion ul > li > h1:hover {
  color: #3498db;
  border: 1px solid #3498db;
  background: url('../img/content/skills-and-services/services-accordion--.png') no-repeat right center;
}
nav.accordion ul > li.selected > h1 {
  color: #3498db;
  border: 1px solid #3498db;
  background: url('../img/content/skills-and-services/services-accordion--.png') no-repeat right center;
}
nav.accordion ul > li > ul {
  display: none;
}
nav.accordion ul > li > ul > li {
  padding: 10px 20px 0px 20px;
  font-size: 14px;
  color: #929292;
  line-height: 21px;
}
nav.skills > ul > li {
  margin-bottom: 10px;
}
nav.skills > ul > li:after {
  clear: both;
  visibility: hidden;
  content: '.';
}
nav.skills > ul > li span {
  font-size: 12px;
  color: #929292;
}
nav.skills > ul > li span.name-skill {
  text-align: left;
}
nav.skills > ul > li span.percent-skill {
  float: right;
}
nav.skills > ul > li div.the-skill {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: 10px;
  border-radius: 3px;
  margin-top: 10px;
  border: 1px solid #f0f0f0;
}
nav.skills > ul > li div.the-skill div.content-skill {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: 8px;
  background: #f0f0f0;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
nav.skills > ul > li:hover span {
  color: #404040;
}
nav.skills > ul > li:hover div.the-skill div.content-skill {
  background: #3498db;
}
.team-member-single figure img {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 25px;
}
.team-member-single figure figcaption header h1 {
  font-size: 18px;
  color: #313131;
  margin-bottom: 15px;
  font-weight: 300;
}
.team-member-single figure figcaption section {
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  margin-bottom: 15px;
}
.team-member-single figure figcaption footer nav.social {
  float: left;
}
.team-member-single figure figcaption footer .domain {
  float: right;
  margin-top: 4px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  color: #afafaf;
  font-size: 12px;
}
.team-member-single-hover {
  width: 30.77056407928466%;
  margin: 0 1.26%;
  float: left;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.team-member-single-hover figure {
  border-radius: 5px;
  overflow: hidden;
}
.team-member-single-hover figure img {
  border-radius: 5px;
  width: 100%;
  position: relative;
  z-index: 2;
  -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;
}
.team-member-single-hover figure figcaption {
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  padding: 13%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(52, 152, 219, 0.8);
  -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;
}
.team-member-single-hover figure figcaption header h1 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 300;
}
.team-member-single-hover figure figcaption header .domain {
  margin-top: 4px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  margin-bottom: 25px;
}
.team-member-single-hover figure figcaption section {
  color: #fff;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  margin-bottom: 15px;
}
.team-member-single-hover figure figcaption section p {
  color: #fff;
}
.team-member-single-hover figure figcaption section nav.social {
  margin-top: 20px;
  float: none;
}
.team-member-single-hover figure figcaption section nav.social ul li {
  float: none;
  display: inline-block;
}
.team-member-single-hover figure figcaption section nav.social ul li a {
  width: 14px;
  height: 14px;
  display: block;
  -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;
}
.team-member-single-hover figure figcaption section nav.social ul li a.g-plus {
  background: url('../img/header/social-g-02.png') no-repeat center center;
}
.team-member-single-hover figure figcaption section nav.social ul li a.facebook {
  background: url('../img/header/social-f-02.png') no-repeat center center;
}
.team-member-single-hover figure figcaption section nav.social ul li a.twitter {
  background: url('../img/header/social-t-02.png') no-repeat center center;
}
.team-member-single-hover figure figcaption section nav.social ul li a.pinterest {
  background: url('../img/header/social-p-02.png') no-repeat center center;
}
.team-member-single-hover:hover figure img {
  z-index: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.team-member-single-hover:hover figure figcaption {
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.container-small-sep {
  margin: 80px 0;
}
.memeber-team section {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ededed;
}
.memeber-team section img {
  width: 100%;
}
.memeber-team section .left-sec {
  float: left;
  padding: 17px 20px;
  max-width: 71%;
  border-right: 1px solid #ededed;
  width: 100%;
  margin-bottom: -14px;
}
.memeber-team section .left-sec a {
  font-weight: 300;
  color: #3498db;
  font-size: 15px;
}
.memeber-team section .left-sec p {
  margin-top: 5px;
  color: #868686;
  font-size: 12px;
}
.memeber-team section .right-sec {
  float: right;
  padding: 13px 14px;
}
.memeber-team section .right-sec nav.social > ul {
  width: 44px;
}
nav.social > ul > li {
  float: left;
  margin: 4px;
  width: 14px;
  height: 14px;
}
nav.social > ul > li a {
  width: 14px;
  height: 14px;
  display: block;
  -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;
}
nav.social > ul > li a.g-plus {
  background: url('../img/header/social-g.png') no-repeat center center;
}
nav.social > ul > li a.g-plus:hover {
  background: url('../img/header/social-g-hover.png') no-repeat center center;
}
nav.social > ul > li a.facebook {
  background: url('../img/header/social-f.png') no-repeat center center;
}
nav.social > ul > li a.facebook:hover {
  background: url('../img/header/social-f-hover.png') no-repeat center center;
}
nav.social > ul > li a.twitter {
  background: url('../img/header/social-t.png') no-repeat center center;
}
nav.social > ul > li a.twitter:hover {
  background: url('../img/header/social-t-hover.png') no-repeat center center;
}
nav.social > ul > li a.pinterest {
  background: url('../img/header/social-p.png') no-repeat center center;
}
nav.social > ul > li a.pinterest:hover {
  background: url('../img/header/social-p-hover.png') no-repeat center center;
}
nav.social > ul > li:after {
  clear: both;
  content: '.';
  visibility: hidden;
}
.top-footer {
  padding: 10px 0 60px 0;
  background: #f7f7f7;
}
.top-footer p {
  font-size: 14px;
  color: #9c9c9c;
  line-height: 21px;
  padding: 25px 0;
}
.top-footer .widget_tag_cloud a,
.top-footer .tags-single a {
  color: #3498db !important;
  border-color: #3498db;
}
.top-footer .title-widget {
  font-weight: 300;
  color: #6a6a6a;
  font-size: 15px;
  margin-bottom: 25px;
  text-transform: none;
  margin-top: 10px;
}
.bottom-footer {
  background: #ededed;
  padding: 30px 0 30px 0;
}
.bottom-footer .copy {
  color: #a6a6a6;
  font-size:12px;
}
.footer {
  margin-bottom: 0 !important;
}
nav.recent-posts ul > li {
  margin-bottom: 10px;
  min-height: 40px;
}
nav.recent-posts ul > li:after {
  clear: both;
  visibility: hidden;
  content: '.';
}
nav.recent-posts ul > li img {
  float: left;
  max-width: 40px;
  border-radius: 3px;
  margin-right: 4%;
  width: 16%;
}
nav.recent-posts ul > li a {
  width: 80%;
  float: left;
  color: #929292;
  margin-top: 10px;
  line-height: 22px;
}
nav.recent-posts ul > li a:hover {
  color: #3498db;
}
.footer-social ul {
  float: right;
}
.footer-social ul li span {
  margin: 0;
}
span.social-icon {
  margin: 10px;
  width: 20px;
  height: 20px;
  display: block;
  -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;
  background: url('../img/social-icons/social-icons.png') no-repeat;
}
span.social-icon:hover {
  background: url('../img/social-icons/social-icons-hover.png') no-repeat;
}
span.social-icon.github {
  background-position: 0 0;
}
span.social-icon.c-github {
  background-position: -40px 0;
}
span.social-icon.flickr {
  background-position: -80px 0;
}
span.social-icon.c-flickr {
  background-position: -120px 0;
}
span.social-icon.vimeo {
  background-position: -160px 0;
}
span.social-icon.c-vimeo {
  background-position: -200px 0;
}
span.social-icon.twitter {
  background-position: -240px 0;
}
span.social-icon.c-twitter {
  background-position: -280px 0;
}
span.social-icon.facebook {
  background-position: -320px 0;
}
span.social-icon.c-facebook {
  background-position: -360px 0;
}
span.social-icon.s-facebook {
  background-position: -400px 0;
}
span.social-icon.google {
  background-position: -440px 0;
}
span.social-icon.c-google {
  background-position: -480px 0;
}
span.social-icon.pinterest {
  background-position: -520px 0;
}
span.social-icon.c-pinterest {
  background-position: -560px 0;
}
span.social-icon.tumblr {
  background-position: -600px 0;
}
span.social-icon.c-tumblr {
  background-position: -640px 0;
}
span.social-icon.linkedin {
  background-position: -680px 0;
}
span.social-icon.c-linkedin {
  background-position: -720px 0;
}
span.social-icon.dribbble {
  background-position: -760px 0;
}
span.social-icon.c-dribbble {
  background-position: -800px 0;
}
span.social-icon.stumbleupon {
  background-position: -840px 0;
}
span.social-icon.c-stumbleupon {
  background-position: -880px 0;
}
span.social-icon.lastfm {
  background-position: 0 -20px;
}
span.social-icon.c-lastfm {
  background-position: -40px -20px;
}
span.social-icon.radio {
  background-position: -80px -20px;
}
span.social-icon.c-radio {
  background-position: -120px -20px;
}
span.social-icon.spotify {
  background-position: -160px -20px;
}
span.social-icon.c-spotify {
  background-position: -200px -20px;
}
span.social-icon.qq {
  background-position: -240px -20px;
}
span.social-icon.instagram {
  background-position: -280px -20px;
}
span.social-icon.drop-box {
  background-position: -320px -20px;
}
span.social-icon.evernote {
  background-position: -360px -20px;
}
span.social-icon.flattr {
  background-position: -400px -20px;
}
span.social-icon.skype {
  background-position: -440px -20px;
}
span.social-icon.c-skype {
  background-position: -480px -20px;
}
span.social-icon.renren {
  background-position: -520px -20px;
}
span.social-icon.paypal {
  background-position: -560px -20px;
}
span.social-icon.sina-weibo {
  background-position: -600px -20px;
}
span.social-icon.picasa {
  background-position: -640px -20px;
}
span.social-icon.soundcloud {
  background-position: -680px -20px;
}
span.social-icon.mixi {
  background-position: -720px -20px;
}
span.social-icon.behance {
  background-position: -760px -20px;
}
span.social-icon.google-circles {
  background-position: -800px -20px;
}
span.social-icon.vk {
  background-position: -840px -20px;
}
span.social-icon.smashing {
  background-position: -880px -20px;
}
span.icon {
  margin: 15px 33px;
  width: 32px;
  height: 32px;
  display: block;
  -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;
  background: url('../img/icons/icons.png') no-repeat;
}
span.icon:hover {
  background: url('../img/icons/icons-hover.png') no-repeat;
}
span.icon.facebook {
  background-position: -7px 0;
}
span.icon.twitter {
  background-position: -109px 0;
}
span.icon.yt {
  background-position: -211px 0;
}
span.icon.tumblr {
  background-position: -315px 0;
}
span.icon.dribble {
  background-position: -415px 0;
}
span.icon.present {
  background-position: -522px 0;
}
span.icon.puzzle {
  background-position: -625px 0;
}
span.icon.drawer {
  background-position: -726px 0;
}
span.icon.wallet {
  background-position: -828px 0;
}
span.icon.speach {
  background-position: -930px 0;
}
span.icon.dropbox {
  background-position: -7px -62px;
}
span.icon.open-envelope {
  background-position: -109px -62px;
}
span.icon.envelope-letter {
  background-position: -211px -62px;
}
span.icon.fire {
  background-position: -315px -62px;
}
span.icon.notebook {
  background-position: -415px -62px;
}
span.icon.open-book {
  background-position: -522px -62px;
}
span.icon.arrow-left {
  background-position: -625px -62px;
}
span.icon.arrow-right {
  background-position: -726px -62px;
}
span.icon.bubbles {
  background-position: -828px -62px;
}
span.icon.printer {
  background-position: -930px -62px;
}
span.icon.follow {
  background-position: -7px -124px;
}
span.icon.following {
  background-position: -109px -124px;
}
span.icon.unfollow {
  background-position: -211px -124px;
}
span.icon.friends {
  background-position: -313px -124px;
}
span.icon.bell {
  background-position: -415px -124px;
}
span.icon.briefcase {
  background-position: -522px -124px;
}
span.icon.bag {
  background-position: -625px -124px;
}
span.icon.handbag {
  background-position: -726px -124px;
}
span.icon.pin {
  background-position: -828px -124px;
}
span.icon.diamond {
  background-position: -930px -124px;
}
span.icon.mouse {
  background-position: -7px -186px;
}
span.icon.controler {
  background-position: -109px -186px;
}
span.icon.phone {
  background-position: -211px -186px;
}
span.icon.tablet {
  background-position: -313px -186px;
}
span.icon.monitor {
  background-position: -415px -186px;
}
span.icon.playlist {
  background-position: -522px -186px;
}
span.icon.compass {
  background-position: -624px -186px;
}
span.icon.map {
  background-position: -726px -186px;
}
span.icon.picture {
  background-position: -828px -186px;
}
span.icon.film {
  background-position: -930px -186px;
}
span.icon.crop {
  background-position: -7px -248px;
}
span.icon.ghost {
  background-position: -109px -248px;
}
span.icon.shield {
  background-position: -211px -248px;
}
span.icon.magnet {
  background-position: -313px -248px;
}
span.icon.plane {
  background-position: -415px -248px;
}
span.icon.frame {
  background-position: -522px -248px;
}
span.icon.calculator {
  background-position: -624px -248px;
}
span.icon.globe-1 {
  background-position: -726px -248px;
}
span.icon.globe-2 {
  background-position: -828px -248px;
}
span.icon.vector {
  background-position: -930px -248px;
}
span.icon.graduation-cap {
  background-position: -7px -310px;
}
span.icon.hourglass {
  background-position: -109px -310px;
}
span.icon.credit-card {
  background-position: -211px -310px;
}
span.icon.eyeglasses {
  background-position: -313px -310px;
}
span.icon.magic-wand {
  background-position: -415px -310px;
}
span.icon.feed {
  background-position: -522px -310px;
}
span.icon.cup {
  background-position: -624px -310px;
}
span.icon.layers {
  background-position: -726px -310px;
}
span.icon.basket {
  background-position: -828px -310px;
}
span.icon.basket-loaded {
  background-position: -930px -310px;
}
span.icon.speedometer {
  background-position: -7px -372px;
}
span.icon.moustache {
  background-position: -109px -372px;
}
span.icon.energy {
  background-position: -211px -372px;
}
span.icon.prize {
  background-position: -313px -372px;
}
span.icon.cup {
  background-position: -415px -372px;
}
span.icon.call-out {
  background-position: -522px -372px;
}
span.icon.call-in {
  background-position: -624px -372px;
}
span.icon.end-call {
  background-position: -726px -372px;
}
span.icon.documents {
  background-position: -828px -372px;
}
span.icon.folder {
  background-position: -930px -372px;
}
span.icon.anchor {
  background-position: -7px -434px;
}
span.icon.disc {
  background-position: -109px -434px;
}
span.icon.move {
  background-position: -211px -434px;
}
span.icon.chemistry {
  background-position: -313px -434px;
}
span.icon.emoticon {
  background-position: -415px -434px;
}
span.icon.drop {
  background-position: -522px -434px;
}
span.icon.rarphones {
  background-position: -624px -434px;
}
span.icon.earphones-microphone {
  background-position: -726px -434px;
}
span.icon.direction {
  background-position: -828px -434px;
}
span.icon.directions {
  background-position: -930px -434px;
}
span.icon.check {
  background-position: -8px -496px;
}
span.icon.plus {
  background-position: -110px -496px;
}
span.icon.close {
  background-position: -212px -496px;
}
span.icon.power {
  background-position: -313px -496px;
}
span.icon.ban {
  background-position: -416px -496px;
}
span.icon.home {
  background-position: -515px -496px;
}
span.icon.share {
  background-position: -617px -496px;
}
span.icon.bulb {
  background-position: -719px -496px;
}
span.icon.tag {
  background-position: -821px -496px;
}
span.icon.umbrella {
  background-position: -923px -496px;
}
span.icon.info {
  background-position: -8px -558px;
}
span.icon.upload {
  background-position: -110px -558px;
}
span.icon.download {
  background-position: -212px -558px;
}
span.icon.reload {
  background-position: -313px -558px;
}
span.icon.refresh {
  background-position: -416px -558px;
}
span.icon.graph {
  background-position: -515px -558px;
}
span.icon.chart {
  background-position: -617px -558px;
}
span.icon.bar-chart {
  background-position: -719px -558px;
}
span.icon.login {
  background-position: -821px -558px;
}
span.icon.logout {
  background-position: -923px -558px;
}
span.icon.folder-02 {
  background-position: -8px -620px;
}
span.icon.document {
  background-position: -110px -620px;
}
span.icon.magnifier {
  background-position: -212px -620px;
}
span.icon.magnifier-plus {
  background-position: -313px -620px;
}
span.icon.magnifier-minus {
  background-position: -416px -620px;
}
span.icon.calendar {
  background-position: -515px -620px;
}
span.icon.arrow-left-02 {
  background-position: -617px -620px;
}
span.icon.arrow-right-02 {
  background-position: -719px -620px;
}
span.icon.trash {
  background-position: -821px -620px;
}
span.icon.pencil {
  background-position: -923px -620px;
}
span.icon.clock {
  background-position: -8px -682px;
}
span.icon.photo {
  background-position: -110px -682px;
}
span.icon.video {
  background-position: -212px -682px;
}
span.icon.male-user {
  background-position: -313px -682px;
}
span.icon.female-user {
  background-position: -416px -682px;
}
span.icon.list {
  background-position: -515px -682px;
}
span.icon.grid {
  background-position: -617px -682px;
}
span.icon.note {
  background-position: -719px -682px;
}
span.icon.fullscreen {
  background-position: -821px -682px;
}
span.icon.actual-size {
  background-position: -923px -682px;
}
span.icon.star {
  background-position: -8px -744px;
}
span.icon.heart {
  background-position: -110px -744px;
}
span.icon.bubble {
  background-position: -212px -744px;
}
span.icon.eye {
  background-position: -313px -744px;
}
span.icon.flag {
  background-position: -416px -744px;
}
span.icon.question {
  background-position: -515px -744px;
}
span.icon.pause {
  background-position: -617px -744px;
}
span.icon.play {
  background-position: -719px -744px;
}
span.icon.rewind {
  background-position: -821px -744px;
}
span.icon.forward {
  background-position: -923px -744px;
}
span.icon.paper-plane {
  background-position: -8px -806px;
}
span.icon.envelope {
  background-position: -110px -806px;
}
span.icon.settings {
  background-position: -212px -806px;
}
span.icon.pointer {
  background-position: -313px -806px;
}
span.icon.key {
  background-position: -416px -806px;
}
span.icon.start {
  background-position: -515px -806px;
}
span.icon.end {
  background-position: -617px -806px;
}
span.icon.music-tone {
  background-position: -719px -806px;
}
span.icon.music-tone-02 {
  background-position: -821px -806px;
}
span.icon.equalizer {
  background-position: -923px -806px;
}
span.icon.paper-clip {
  background-position: -8px -868px;
}
span.icon.link {
  background-position: -110px -868px;
}
span.icon.female {
  background-position: -212px -868px;
}
span.icon.male {
  background-position: -313px -868px;
}
span.icon.target {
  background-position: -416px -868px;
}
span.icon.microphone {
  background-position: -515px -868px;
}
span.icon.loop {
  background-position: -617px -868px;
}
span.icon.shuffle {
  background-position: -719px -868px;
}
span.icon.share {
  background-position: -821px -868px;
}
span.icon.cursor {
  background-position: -923px -868px;
}
span.icon.volume-off {
  background-position: -8px -930px;
}
span.icon.volume {
  background-position: -110px -930px;
}
span.icon.volume-02 {
  background-position: -212px -930px;
}
span.icon.lock-open {
  background-position: -313px -930px;
}
span.icon.lock {
  background-position: -416px -930px;
}
span.icon.wrench {
  background-position: -515px -930px;
}
span.icon.help {
  background-position: -617px -930px;
}
span.icon.like {
  background-position: -719px -930px;
}
span.icon.dislike {
  background-position: -821px -930px;
}
span.icon.rocket {
  background-position: -923px -930px;
}
.table {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 30px 20px;
  background: #fff;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 30px;
}
.table .price {
  color: #3498db;
  width: 130px;
  height: 130px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  padding-top: 27px;
  position: relative;
  top: -95px;
  background: #fff;
  margin-bottom: -30px;
}
.table .price span {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 100;
  font-size: 38px;
}
.table .price sup,
.table .price sub {
  font-size: 14px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.table .price sub {
  margin-left: -5px;
}
.table .price sup {
  top: -20px;
}
.table .price h2 {
  font-weight: 300;
  font-size: 12px;
  margin-top: 0;
}
.table ul {
  margin-top: -35px;
}
.table ul li {
  text-transform: uppercase;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  font-size: 14px;
  color: #888888;
  margin-bottom: 25px;
}
.table ul li .strikethrough {
  color: #b8b8b8;
}
.table a.btn {
  margin-top: 10px;
}
.table.blue-table {
  border-color: #3498db;
}
.table.blue-table .price {
  border-color: #3498db;
}
.table.light-grey-table {
  border-color: #f7f7f7;
  background: #f7f7f7;
}
.table.light-grey-table .price {
  border-color: #f7f7f7;
}
.fadeIn {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  -webkit-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeUp {
  -webkit-animation: fadeUp 0.5s;
  animation: fadeUp 0.5s;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  -webkit-animation: fadeDown 0.5s;
  animation: fadeDown 0.5s;
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeL {
  -webkit-animation: fadeL 0.5s;
  animation: fadeL 0.5s;
}
@-webkit-keyframes fadeL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeL {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeR {
  -webkit-animation: fadeR 0.5s;
  animation: fadeR 0.5s;
}
@-webkit-keyframes fadeR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeR {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*=====================================
=            Big Animation            =
=====================================*/
.fadeIn-Big {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut-Big {
  -webkit-animation: fadeOut 2s;
  animation: fadeOut 2s;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeUp-Big {
  -webkit-animation: fadeUp 2s;
  animation: fadeUp 2s;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(250px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown-Big {
  -webkit-animation: fadeDown 2s;
  animation: fadeDown 2s;
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-250px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeL-Big {
  -webkit-animation: fadeL 2s;
  animation: fadeL 2s;
}
@-webkit-keyframes fadeL {
  0% {
    opacity: 0;
    -moz-transform: translateX(-250px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes fadeL {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeR-Big {
  -webkit-animation: fadeRight 2s;
  animation: fadeR 2s;
}
@-webkit-keyframes fadeR {
  0% {
    opacity: 0;
    -moz-transform: translateX(250px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes fadeR {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*======================================
=            Menu amination            =
======================================*/
.fadeUp-menu {
  -webkit-animation: fadeUpmenu 0.5s;
  animation: fadeUpmenu 0.5s;
}
@-webkit-keyframes fadeUpmenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeUpmenu {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown-menu {
  -webkit-animation: fadeDownmenu 0.5s;
  animation: fadeDownmenu 0.5s;
  -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes fadeDownmenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeDownmenu {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*=====================================
=            Isotope style            =
=====================================*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.nicescroll-rails {
  width: 10px !important;
  z-index: 999 !important;
}
.nicescroll-rails div {
  width: 8px !important;
  border-radius: 3px !important;
  background-color: #c4c4c4 !important;
  border: 1px solid #cbfeff !important;
}
.map-full-w {
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 75px;
  z-index: 0;
}
.container-map-contact-full-w {
  -webkit-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
}
.container-contact-form {
  margin: 90px 0;
  margin-bottom: 62px;
  padding: 25px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}
.container-contact-form .comment-form .comment-form-inputs li input[type=text] {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
  height: 30px;
}
.container-contact-form .comment-form textarea {
  margin-bottom: 10px !important;
  height: 120px !important;
}
.contact-form h2 {
  margin-top: 0;
}
.contact-form input,
.contact-form textarea {
  border-radius: 3px;
  border-color: #e6e6e6;
  padding: 8px 14px;
  line-height: 17px;
  font-size: 14px;
  color: #888888;
}
.contact-form input {
  height: 40px;
}
.contact-form textarea {
  min-height: 113px;
}
.contact-form input[type=submit] {
  margin-top: 5px;
  padding: 5px 18px;
  margin-bottom: 20px;
  padding-right: 35px;
  line-height: 14px;
  background: url('../img/content/typo/typo-arrow-white.png') no-repeat 60px center, #3498db;
}
.one-feature-contact {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 25;
  margin-top: 70px;
}
.one-feature-contact .content {
  float: left;
  padding-top: 25px;
  padding-left: 15px;
}
.one-feature-contact .content h1 {
  font-weight: 300;
  font-size: 20px;
  color: #747474;
  margin-bottom: 5px;
  margin-top: 0;
}
.one-feature-contact .content h2 {
  color: #494949;
  margin-top: 0;
  font-size: 14px;
  font-weight: 100;
}
.one-feature-contact .button-blue {
  margin-top: 30px;
  float: right;
  margin-bottom: 20px;
}
.mb-minus {
  margin-bottom: -100px;
}
.mt-minus {
  margin-top: -92px;
}
form.contact-form-02 input[type=text] {
  margin-right: 1%;
  margin-left: 1%;
  width: 31.6%;
}
form.contact-form-02 input[type=text].first-input {
  margin-left: 0;
}
form.contact-form-02 input[type=text].last-input {
  margin-right: 0;
}
.container-posts {
  float: left;
}
.post-date,
.post-like,
.menu-post,
.post-share,
.post-share-02 {
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.post-like,
.menu-post,
.post-share,
.post-share-02 {
  padding: 15px 10px;
  cursor: pointer;
}
.post-date {
  padding: 10px;
}
.post-date span {
  font-family: "Microsoft YaHei", Arial;
  display: block;
}
.post-date span.day {
  font-weight: 100;
  color: #3498db;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 5px;
}
.post-date span.month {
  font-weight: 300;
  color: #c0c0c0;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.post-date span.year {
  font-weight: 300;
  color: #c0c0c0;
  font-size: 13px;
  line-height: 13px;
}
.post-like {
  -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;
}
.post-like span {
  font-family: "Microsoft YaHei", Arial;
  display: block;
  font-weight: 300;
  color: #c0c0c0;
  font-size: 13px;
  line-height: 13px;
}
.post-like span.icon-post {
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-bottom: 5px;
  background: url('../img/blog/heart.png') no-repeat center center;
}
.post-like:hover,
.post-like.selected {
  background: #3498db;
  border-color: #3498db;
}
.post-like:hover span,
.post-like.selected span {
  color: #fff;
}
.post-like:hover span.icon-post,
.post-like.selected span.icon-post {
  background: url('../img/blog/heart-hover.png') no-repeat center center;
}
.menu-post {
  border: 1px solid #D6D6D6;
  -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;
}
.menu-post span {
  font-family: "Microsoft YaHei", Arial;
  display: block;
  font-weight: 300;
  color: #c0c0c0;
  font-size: 13px;
  line-height: 13px;
}
.menu-post span.icon-post {
  display: inline-block;
  width: 22px;
  height: 35px;
  margin-bottom: -5px;
  background: url('../img/portfolio/menu-icon.png') no-repeat center center;
}
.menu-post:hover,
.menu-post.selected {
  background: #3498db;
  border-color: #3498db;
}
.menu-post:hover span,
.menu-post.selected span {
  color: #fff;
}
.menu-post:hover span.icon-post,
.menu-post.selected span.icon-post {
  background: url('../img/portfolio/menu-icon-hover.png') no-repeat center center;
}
.post-share {
  -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;
}
.post-share span {
  font-family: "Microsoft YaHei", Arial;
  display: block;
  font-weight: 300;
  color: #c0c0c0;
  font-size: 13px;
  line-height: 13px;
}
.post-share span.icon-post {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-bottom: 5px;
  background: url('../img/blog/share.png') no-repeat center center;
}
.post-share:hover,
.post-share.selected {
  background: #3498db;
  border-color: #3498db;
}
.post-share:hover span,
.post-share.selected span {
  color: #fff;
}
.post-share:hover span.icon-post,
.post-share.selected span.icon-post {
  background: url('../img/blog/share-hover.png') no-repeat center center;
}
.post-share-02 {
  -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;
}
.post-share-02 span {
  font-family: "Microsoft YaHei", Arial;
  display: block;
  font-weight: 300;
  color: #c0c0c0;
  font-size: 13px;
  line-height: 13px;
}
.post-share-02 span.icon-post {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-bottom: 5px;
  background: url('../img/blog/share-02.png') no-repeat center center;
}
.post-share-02:hover,
.post-share-02.selected {
  background: #3498db;
  border-color: #3498db;
}
.post-share-02:hover span,
.post-share-02.selected span {
  color: #fff;
}
.post-share-02:hover span.icon-post,
.post-share-02.selected span.icon-post {
  background: url('../img/blog/share-02-hover.png') no-repeat center center;
}
.post-social {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.post-social .social-item {
  background: #fafafa;
  color: #bebebe;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  -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;
}
.post-social .social-item.twitter span {
  display: block;
}
.post-social .social-item.twitter span.icon-social {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url('../img/blog/twitter-post.png') no-repeat center center;
}
.post-social .social-item.facebook span {
  display: block;
}
.post-social .social-item.facebook span.icon-social {
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url('../img/blog/facebook-post.png') no-repeat center center;
}
.post-social .social-item.google-plus span {
  display: block;
}
.post-social .social-item.google-plus span.icon-social {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../img/blog/google-plus-post.png') no-repeat center center;
}
.post-social .social-item.pinterest span {
  display: block;
}
.post-social .social-item.pinterest span.icon-social {
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url('../img/blog/pinterest-post.png') no-repeat center center;
}
.post-social .social-item:hover,
.post-social .social-item.selected {
  background: #3498db;
  color: #fff;
}
.post-social .social-item:hover.twitter span.icon-social,
.post-social .social-item.selected.twitter span.icon-social {
  background: url('../img/blog/twitter-post-hover.png') no-repeat center center;
}
.post-social .social-item:hover.facebook span.icon-social,
.post-social .social-item.selected.facebook span.icon-social {
  background: url('../img/blog/facebook-post-hover.png') no-repeat center center;
}
.post-social .social-item:hover.google-plus span.icon-social,
.post-social .social-item.selected.google-plus span.icon-social {
  background: url('../img/blog/google-plus-post-hover.png') no-repeat center center;
}
.post-social .social-item:hover.pinterest span.icon-social,
.post-social .social-item.selected.pinterest span.icon-social {
  background: url('../img/blog/pinterest-post-hover.png') no-repeat center center;
}
.post-container {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  margin-bottom: 40px;
}
.post-container a.image-post img {
  width: 100%;
}
.post-container iframe {
  width: 100%;
}
.post-container .carousel {
  margin-bottom: 0 !important;
}
.post-container .content-post-blog {
  padding: 25px;
}
.post-container .content-post-blog a.title-post {
  color: #3498db;
  font-size: 32px;
  font-weight: 100;
  font-family: "Microsoft YaHei", Arial;
  margin-bottom: 10px;
}
.post-container .content-post-blog h2 {
  color: #929292;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 30px;
}
.post-container .content-post-blog h2 a {
  color: #606060;
  font-size: 12px;
}
.post-container .content-post-blog h2 a:hover {
  color: #3498db;
}
.post-container .content-post-blog p {
  color: #a2a2a2;
  font-size: 15px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  margin-bottom: 30px;
}
.category-quote-post-format blockquote {
  border: none;
  margin-bottom: 0;
}
.category-quote-post-format blockquote p {
  background: url('../img/blog/quote-post-type.png') no-repeat 25px 30px;
  padding: 30px 30px 0px 100px;
  color: #3498db;
  font-size: 32px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 100;
  font-style: normal;
  line-height: 44px;
}
.category-quote-post-format blockquote p.author {
  color: #999999;
  font-size: 16px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 100;
  background: none;
  padding: 0 30px 20px 100px;
  margin-right: 10px;
  float: left;
}
.blockquote-empty blockquote p {
  border: none !important;
  background: url('../img/blog/quote-post-type.png') no-repeat 0px 30px;
  padding: 0px 30px 0px 75px;
}
.post-empty {
  border: none;
}
.blog-post-min .post-container {
  border-radius: 0px;
  border: none;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.blog-post-min .post-container .image-post {
  width: 41.66666666666667%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.blog-post-min .post-container .carousel {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.blog-post-min .post-container .content-post-blog {
  padding: 0;
  width: 53%;
  float: left;
  margin-left: 4.344444444444444%;
}
.blog-post-min .post-container .content-post-blog.post-full-w {
  width: 100%;
  margin-left: 0;
  float: none;
}
.blog-post-min .category-quote-post-format blockquote p {
  padding: 0;
  padding-left: 65px;
  background: url('../img/blog/quote-post-type.png') no-repeat;
}
.blog-post-min .category-quote-post-format blockquote p.author {
  background: none;
}
.blog-post-separately .post-container {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.blog-post-separately .post-container .image-post img,
.blog-post-separately .post-container iframe {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-post-separately .post-container .carousel {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.blog-post-separately .post-container .content-post-blog {
  padding: 0;
}
.blog-post-separately .post-container .content-post-blog.post-full-w {
  width: 100%;
  margin-left: 0;
  float: none;
}
.blog-post-separately .category-quote-post-format blockquote p {
  padding: 0;
  padding-left: 65px;
  background: url('../img/blog/quote-post-type.png') no-repeat;
}
.blog-post-separately .category-quote-post-format blockquote p.author {
  background: none;
}
.post-masonry {
  margin-bottom: 35px;
}
.post-masonry.col-sm-8 {
  margin-left: -1px;
}
.post-masonry .post-container {
  margin-bottom: 0px;
}
.post-masonry .post-container .content-post-blog {
  padding: 15px;
}
.post-masonry .post-container .content-post-blog .title-post {
  color: #3498db;
  font-size: 24px;
  font-weight: 100;
  height: 30px;
}
.post-masonry .post-container .content-post-blog .btn-blue-arrow,
.post-masonry .post-container .content-post-blog .btn-blue-arrow-hover {
  border: none;
  padding: 0 30px 0 0;
  margin-bottom: 0;
  background: url('../img/blog/btn-blue-arrow.png') no-repeat 65px center, #ffffff;
}
.post-masonry .post-container .content-post-blog .btn-date {
  padding: 0;
  margin: 0px;
  border: none;
  float: right;
}
.post-masonry .post-container .content-post-blog .blockquote-empty blockquote p {
  border: none !important;
  background: none;
  padding: 0;
  color: #3498db;
  font-size: 24px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 100;
  font-style: normal;
  line-height: 36px;
  margin-bottom: 10px;
}
.post-masonry .post-container .content-post-blog .blockquote-empty blockquote p.author {
  color: #999999;
  font-size: 15px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 100;
  background: none;
  padding: 0;
  margin-right: 10px;
  float: none;
  margin-bottom: 15px;
}
.post-masonry .post-container .content-post-blog .blockquote-empty blockquote .btn-blue-arrow {
  margin-bottom: 20px;
}
.simple-tipsy {
  display: none;
  position: absolute;
  left: 110%;
  max-width: 744px;
  min-width: 300px;
  padding: 15px 15px 15px 15px;
  border-radius: 5px;
  background: rgba(52, 152, 219, 0.75);
  z-index: 5;
  color: #fff;
  min-height: 70px;
}
.simple-tipsy h1 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #fff;
}
.simple-tipsy p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 15px;
}
.simple-tipsy .arrow-simple-tipsy {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid rgba(52, 152, 219, 0.75);
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  margin-left: -29px;
  margin-top: 17px;
}
.simple-tipsy.social-tipsy {
  margin-top: -58px;
  cursor: default !important;
  padding: 0;
  background-color: transparent;
  min-width: 1px;
}
.simple-tipsy.social-tipsy .post-social {
  width: 70px;
  margin-bottom: 0;
  cursor: default !important;
}
.simple-tipsy.social-tipsy .post-social .social-item {
  background: rgba(52, 152, 219, 0.75);
}
.simple-tipsy.social-tipsy .post-social .social-item span {
  color: #fff;
}
.simple-tipsy.social-tipsy .post-social .social-item.twitter span.icon-social {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url('../img/blog/twitter-post-right.png') no-repeat center center;
}
.simple-tipsy.social-tipsy .post-social .social-item.facebook span.icon-social {
  background: url('../img/blog/facebook-post-right.png') no-repeat center center;
}
.simple-tipsy.social-tipsy .post-social .social-item.google-plus span.icon-social {
  background: url('../img/blog/google-plus-post-right.png') no-repeat center center;
}
.simple-tipsy.social-tipsy .post-social .social-item.pinterest span.icon-social {
  background: url('../img/blog/pinterest-post-right.png') no-repeat center center;
}
.simple-tipsy.social-tipsy .post-social .social-item:hover,
.simple-tipsy.social-tipsy .post-social .social-item.selected {
  background: #dbecf5;
}
.simple-tipsy.social-tipsy .post-social .social-item:hover span,
.simple-tipsy.social-tipsy .post-social .social-item.selected span {
  color: #3a91b9;
}
.simple-tipsy.social-tipsy .post-social .social-item:hover.twitter span.icon-social,
.simple-tipsy.social-tipsy .post-social .social-item.selected.twitter span.icon-social {
  background: url('../img/blog/twitter-post-right-hover.png') no-repeat center center;
}
.simple-tipsy.social-tipsy .post-social .social-item:hover.facebook span.icon-social,
.simple-tipsy.social-tipsy .post-social .social-item.selected.facebook span.icon-social {
  background: url('../img/blog/facebook-post-right-hover.png') no-repeat center center;
}
.simple-tipsy.social-tipsy .post-social .social-item:hover.google-plus span.icon-social,
.simple-tipsy.social-tipsy .post-social .social-item.selected.google-plus span.icon-social {
  background: url('../img/blog/google-plus-post-right-hover.png') no-repeat center center;
}
.simple-tipsy.social-tipsy .post-social .social-item:hover.pinterest span.icon-social,
.simple-tipsy.social-tipsy .post-social .social-item.selected.pinterest span.icon-social {
  background: url('../img/blog/pinterest-post-right-hover.png') no-repeat center center;
}
.simple-tipsy.social-tipsy .arrow-simple-tipsy {
  margin-left: -14px;
  margin-top: 35px;
}
.portfolio-post-control .tipsy-next {
  left: -300px;
}
.portfolio-post-control .tipsy-next .arrow-simple-tipsy {
  margin-left: 285px;
  border-left: 7px solid rgba(52, 152, 219, 0.75);
  border-right: 7px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.post-container-single {
  padding-bottom: 35px;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.post-container-single img,
.post-container-single iframe {
  border-radius: 5px;
}
.post-container-single .content-post-blog {
  padding: 25px 0 0 0;
}
.post-container-single .content-post-blog p {
  line-height: 26px;
}
.post-container-single .content-post-blog p .dropcap {
  margin-top: 10px;
}
.tags-single {
  margin-top: 40px;
}
.tags-single h1 {
  font-size: 14px;
  color: #888888;
  float: left;
  margin-right: 15px;
}
.comment-respond .comment-reply-title {
  margin-top: 15px;
  color: #707070;
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 30px;
}
.comment-respond .comment-form textarea {
  width: 100%;
  height: 180px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  outline: none;
  padding: 15px;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  -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;
}
.comment-respond .comment-form textarea:hover {
  border-color: #3498db;
  color: #3498db;
  background: #fff;
}
.comment-respond .comment-form textarea:hover::-webkit-input-placeholder {
  color: #3498db !important;
}
.comment-respond .comment-form textarea:focus {
  border-color: #3498db;
  color: #fff;
  background: #3498db;
}
.comment-respond .comment-form textarea:focus::-webkit-input-placeholder {
  color: #fff !important;
}
.comment-respond .comment-form .comment-form-inputs li {
  display: inline;
}
.comment-respond .comment-form .comment-form-inputs li input {
  outline: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding: 9px 15px;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  -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;
}
.comment-respond .comment-form .comment-form-inputs li input#author {
  margin-right: 2%;
  width: 33%;
}
.comment-respond .comment-form .comment-form-inputs li input#email {
  margin: 0 2%;
  width: 33%;
}
.comment-respond .comment-form .comment-form-inputs li input#url {
  margin: 0 2%;
  width: 25%;
  margin-right: -5%;
}
.comment-respond .comment-form .comment-form-inputs li input:hover {
  border-color: #3498db;
  color: #3498db;
  background: #fff;
}
.comment-respond .comment-form .comment-form-inputs li input:hover::-webkit-input-placeholder {
  color: #3498db !important;
}
.comment-respond .comment-form .comment-form-inputs li input:focus {
  border-color: #3498db;
  color: #fff;
  background: #3498db;
}
.comment-respond .comment-form .comment-form-inputs li input:focus::-webkit-input-placeholder {
  color: #fff !important;
}
.comment-respond .comment-form .allowed-tags {
  margin-bottom: 20px;
}
.comment-respond .comment-form .allowed-tags p {
  font-size: 16px;
  font-weight: 300;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
}
.comment-respond .comment-form .allowed-tags p strong {
  font-size: 16px;
  font-weight: 300;
  color: #888888;
  font-family: "Microsoft YaHei", Arial;
}
.comment-respond .comment-form .allowed-tags code {
  background: transparent;
  white-space: normal;
  font-family: "Microsoft YaHei", Arial;
  font-size: 12px;
  font-weight: 300;
  color: #888888;
}
.comment-respond .comment-form .form-submit input {
  padding: 10px 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 300;
  border-radius: 3px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  border: none;
  color: #fff;
  background: #3498db;
}
.comment-respond .comment-form .form-submit input:active,
.comment-respond .comment-form .form-submit input.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 3px;
  left: 3px;
}
.title-comments {
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  margin-bottom: 25px;
}
.comment .left-section {
  width: 10%;
  margin-right: 3%;
  float: left;
}
.comment .left-section img {
  border-radius: 3px;
  width: 100%;
}
.comment .right-section {
  width: 87%;
  float: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.comment .right-section .name,
.comment .right-section .name a {
  font-size: 20px;
  color: #676767;
  font-weight: 300;
  margin-top: 0px;
  float: left;
}
.comment .right-section .comment-text p {
  color: #888888;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}
.comment .right-section .top-comment-sec {
  float: right;
}
.comment .right-section .top-comment-sec .top-ul-comment li {
  float: right;
}
.comment .right-section .top-comment-sec .top-ul-comment li p.time-comment {
  color: #535353;
  font-size: 12px;
  font-weight: 300;
  margin-right: 15px;
}
.comment .right-section .top-comment-sec .top-ul-comment li a {
  color: #676767;
  font-size: 12px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  padding-left: 20px;
  background: url('../img/blog/replay-icon.png') no-repeat left center;
}
.comment .right-section .top-comment-sec .top-ul-comment li a:hover {
  color: #3498db;
  background: url('../img/blog/replay-icon-hover.png') no-repeat left center;
}
.depth-2 {
  margin-left: 13%;
}
.depth-3 {
  margin-left: 24.5%;
}
.depth-3 .right-section .top-comment-sec .top-ul-comment li a {
  display: none;
}
.post-bdb {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 75px 0;
  margin-bottom: 75px;
}
.error-404 {
  text-align: center;
  margin: 50px 0;
}
.error-404 h1 {
  font-size: 98px;
  font-weight: 100;
  color: #419edd;
  text-transform: uppercase;
}
.error-404 h1 span {
  color: #848484;
}
.error-404 h2 {
  font-size: 20px;
  color: #787878;
  text-transform: uppercase;
}
.bg-404 {
  background: url('../img/content/404/bg-404.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: -100px;
  width: 100%;
  height: 750px;
  text-align: center;
}
.bg-404 .error-icon {
  display: inline-block;
  width: 164px;
  height: 142px;
  background: url('../img/content/404/error-icon.png') no-repeat center center;
  margin-top: 180px;
}
.bg-404 .error-404-big {
  position: absolute;
  width: 100%;
  height: 750px;
  background: rgba(52, 152, 219, 0.95);
}
.bg-404 .error-404-big h1 {
  font-size: 98px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}
.bg-404 .error-404-big h2 {
  font-size: 20px;
  color: #fff;
}
.module-icon {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 30px 20px;
  background: #fff;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 30px;
}
.module-icon .icon-module {
  color: #3498db;
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  padding-top: 27px;
  position: relative;
  top: -75px;
  background: #fff;
  margin-bottom: -35px;
}
.module-icon .description-module {
  margin-top: -25px;
}
.module-icon .description-module h1 {
  font-size: 22px;
  color: #3498db;
  font-weight: 100;
  margin-bottom: 15px;
}
.module-icon.green-module h1 {
  color: #2ecc71;
}
.module-icon.pink-module h1 {
  color: #e06ca0;
}
.options-panel {
  width: 180px;
  position: fixed;
  top: 150px;
  z-index: 999;
  left: 0;
  background: rgba(52, 152, 219, 0.8);
  -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;
}
.options-panel.options-panel-left {
  left: -180px;
}
.options-panel h1 {
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding: 15px 10px;
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.options-panel .options-panel-inner {
  padding: 20px;
}
.options-panel .options-panel-inner h2 {
  color: #fff;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.options-panel .options-panel-inner .dd-container {
  margin-bottom: 20px;
}
.options-panel .options-panel-inner .dd-container .dd-select {
  border-radius: 0;
  border: none;
  background: #ffffff !important;
}
.options-panel .options-panel-inner .dd-container .dd-selected {
  padding: 5px 10px;
}
.options-panel .options-panel-inner .dd-container .dd-selected label {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  color: #757575;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
}
.options-panel .options-panel-inner .dd-container .dd-pointer {
  border: none !important;
  margin-top: -3px !important;
  background: url('../img/panel/arrow.png') no-repeat center center;
  width: 10px;
  height: 6px;
}
.options-panel .options-panel-inner .dd-container .dd-options {
  width: 100%;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.options-panel .options-panel-inner .dd-container .dd-options label {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  color: #757575;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
}
.options-panel .options-panel-inner > ul {
  text-align: center;
}
.options-panel .options-panel-inner > ul li {
  display: inline-block;
  cursor: pointer;
  max-width: 23%;
  margin-bottom: 4px;
}
.options-panel .options-panel-inner > ul li img {
  max-width: 100%;
}
.settings-panel {
  -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;
  position: fixed;
  top: 150px;
  left: 180px;
  z-index: 999;
  width: 49px;
  height: 49px;
  cursor: pointer;
  background: rgba(52, 152, 219, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.settings-panel.settings-panel-left {
  left: 0;
}
.settings-panel span {
  width: 100%;
  height: 100%;
  display: block;
  background: url('../img/panel/settings.png') no-repeat center center;
}
.woocommerce-ordering-div {
  margin-bottom: 30px;
}
.woocommerce-ordering-div .dd-select {
  background: #fff !important;
  border: 1px solid #d8d8d8;
  height: 30px;
}
.woocommerce-ordering-div .dd-selected {
  font-weight: 300;
  padding: 4px 10px;
}
.woocommerce-ordering-div .dd-selected label {
  font-size: 15px;
  color: #262223;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  margin-bottom: 0;
  cursor: pointer;
}
.woocommerce-ordering-div .dd-options {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce-ordering-div .dd-options .dd-option {
  padding: 4px 10px;
}
.woocommerce-ordering-div .dd-options .dd-option-text {
  margin-bottom: 0;
  font-size: 15px;
  color: #262223;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  cursor: pointer;
}
.star-rating {
  float: left;
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 11px;
  width: 5.1em;
  margin: 5px 0;
  font-family: 'Fontawesome';
  margin-top: 6px;
}
.star-rating:before {
  color: #bebebe;
  text-indent: 0;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 0.1em;
  letter-spacing: 0\9;
}
.star-rating span {
  text-indent: 0;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:after {
  text-indent: 0;
  color: #3498db;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  float: left;
  letter-spacing: 0.1em;
  letter-spacing: 0\9;
}
.subtitle-shop {
  margin-bottom: 55px;
}
.products > li {
  position: relative;
  margin-bottom: 45px;
}
.products > li .figure-product {
  position: relative;
  overflow: hidden;
}
.products > li .figure-product .onsale {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #2a83ed;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  font-size: 12px;
  margin: 15px 0 0 15px;
}
.products > li .figure-product img {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.products > li .figure-product .product-buttons {
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(52, 152, 219, 0.8);
  z-index: 1;
  border-radius: 5px;
  text-align: center;
}
.products > li .figure-product .product-buttons .show_details_button {
  font-size: 15px;
  color: #fff;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  padding-top: 35px;
  display: inline-block;
  background: url('../img/content/shop/info.png') no-repeat center top;
  margin-top: 40%;
}
.products > li .figure-product:hover img {
  z-index: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(13px);
  -moz-filter: blur(13px);
  -o-filter: blur(13px);
  -ms-filter: blur(13px);
  filter: blur(13px);
}
.products > li .figure-product:hover .product-buttons {
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.products > li img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.products > li span.price {
  float: right;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 19px;
  line-height: 19px;
  color: #4b4b4b;
  font-size: 18px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.products > li ins {
  text-decoration: none;
}
.products > li del {
  color: #e6e6e6;
}
.products > li del span.amount {
  color: #e6e6e6;
}
.products > li h3 {
  float: left;
  margin-bottom: 5px;
  font-size: 18px;
  color: #262223;
  line-height: 18px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.products > li .add_to_cart_button {
  float: right;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  font-size: 14px;
  color: #3498db;
  background: url('../img/content/shop/cart-icon.png') no-repeat left center;
  padding-left: 25px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.products > li .added_to_cart {
  position: absolute;
  right: 17px;
}
.products > li.col-sm-2 h3,
.products > li.col-sm-2 .price {
  font-size: 13px;
}
.products > li.col-sm-2 .star-rating {
  font-size: 22px;
}
.products > li.col-sm-2 .figure-product .onsale {
  margin: 5px 0 0 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
}
.col-sm-12 .col-sm-2 .star-rating {
  font-size: 11px !important;
}
.widget_product_categories .product-categories li a {
  font-size: 15px;
  color: #666666;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}
.widget_product_categories .product-categories li a:hover {
  color: #3498db;
}
.woocommerce .widget-title {
  color: #262223;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
}
.widget_shopping_cart_content,
.widget_recently_viewed_products {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.widget_shopping_cart_content .product_list_widget li,
.widget_recently_viewed_products .product_list_widget li {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 15px;
}
.widget_shopping_cart_content .product_list_widget li a,
.widget_recently_viewed_products .product_list_widget li a {
  font-size: 15px;
  color: #262223;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.widget_shopping_cart_content .product_list_widget li a img,
.widget_recently_viewed_products .product_list_widget li a img {
  border-radius: 3px;
  width: 25%;
  border: 1px solid #e6e6e6;
  margin-right: 5%;
  float: left;
}
.widget_shopping_cart_content .product_list_widget li a span,
.widget_recently_viewed_products .product_list_widget li a span {
  width: 68%;
  float: left;
}
.widget_shopping_cart_content .product_list_widget li .quantity,
.widget_recently_viewed_products .product_list_widget li .quantity {
  color: #929292;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
  font-size: 15px;
}
.widget_shopping_cart_content p.total,
.widget_recently_viewed_products p.total {
  font-weight: 300;
  padding: 15px 15px 0 15px;
  color: #262223;
}
.widget_shopping_cart_content p.total strong,
.widget_recently_viewed_products p.total strong {
  font-weight: 400;
  font-family: "Microsoft YaHei", Arial;
  color: #6d6d6d;
}
.widget_shopping_cart_content p.buttons,
.widget_recently_viewed_products p.buttons {
  padding: 0 15px 0px 15px;
}
.widget_shopping_cart_content p.buttons a,
.widget_recently_viewed_products p.buttons a {
  margin-right: 10px;
  padding: 7px 10px;
  margin-bottom: 10px;
}
.widget_recently_viewed_products {
  border: none;
}
.widget_recently_viewed_products > ul {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.widget_recently_viewed_products > ul li:last-child {
  border-bottom: none;
}
.woocommerce-pagination .page-numbers li {
  float: left;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  display: block;
  font-size: 15px;
  color: #555555;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  width: 33px;
  text-align: center;
  line-height: 33px;
  height: 33px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin-right: 5px;
}
.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li span:hover {
  color: #3498db;
  border-color: #3498db;
}
.woocommerce-pagination .page-numbers li span {
  color: #3498db;
  border-color: #3498db;
}
.images {
  margin-bottom: 20px;
}
.images .woocommerce-main-image img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  margin-bottom: 5px;
}
.images .thumbnails a img {
  width: 30%;
  margin: 1.89%;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
}
.images .thumbnails a:first-child img {
  margin-left: 0;
}
.images .thumbnails a:last-child img {
  margin-right: 0;
}
.summary {
  margin-bottom: 25px;
}
.summary .product_title {
  font-size: 21px;
  font-weight: 300;
  color: #414141;
  font-family: "Microsoft YaHei", Arial;
  float: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.summary .price {
  float: right;
  font-size: 21px;
  color: #3498db;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
}
.summary .product-border {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.summary .post-content p {
  color: #585858;
  margin-bottom: 20px;
}
.summary .post-content h4 {
  font-weight: 300;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 20px;
}
.summary .post-content .standard-arrow {
  margin-bottom: 20px;
}
.summary .post-content .standard-arrow li p {
  margin-bottom: 0;
  line-height: 29px;
  font-size: 14px;
  color: #585858;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  padding-left: 25px;
  background: url('../img/content/shop/arrow-single.png') no-repeat left center;
}
.summary .product_meta {
  margin-top: 20px;
}
.summary .product_meta > span {
  display: block;
  font-size: 14px;
  color: #585858;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  line-height: 21px;
}
.summary .cart input {
  float: left;
  margin-right: 5px;
}
.cart input[type=number]::-webkit-inner-spin-button,
.cart input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.cart input[type=number] {
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  text-align: center;
}
.cart button[type=submit] {
  margin-left: 5px;
  padding-top: 4px;
  border-radius: 5px;
  background: #3498db;
  outline: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
}
.cart input[type=button] {
  background: #fff;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #3498db;
  color: #3498db;
  text-align: center;
  -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;
}
.cart input[type=button]:hover {
  background: #3498db;
  color: #fff;
}
.woocommerce-tabs {
  margin-bottom: 50px;
}
.woocommerce-tabs .tabs {
  position: relative;
  z-index: 5;
}
.woocommerce-tabs .tabs li {
  float: left;
  padding: 15px 20px;
  display: block;
  border-radius: 5px;
  background: #fff;
}
.woocommerce-tabs .tabs li a {
  color: #777777;
  font-weight: 400;
  font-family: "Microsoft YaHei", Arial;
  font-size: 14px;
}
.woocommerce-tabs .tabs li.description_tab a {
  padding-left: 15px;
  background: url('../img/content/shop/info-tab.png') no-repeat left center;
}
.woocommerce-tabs .tabs li.additional_information_tab a {
  padding-left: 15px;
  background: url('../img/content/shop/add-info-tab.png') no-repeat left center;
}
.woocommerce-tabs .tabs li.reviews_tab a {
  padding-left: 15px;
  background: url('../img/content/shop/user-tab.png') no-repeat left center;
}
.woocommerce-tabs .tabs li.active {
  border: 1px solid #d8d8d8;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #fff;
}
.woocommerce-tabs .tabs li.active a {
  color: #3498db;
}
.woocommerce-tabs .tabs li.active.description_tab a {
  padding-left: 15px;
  background: url('../img/content/shop/info-tab-active.png') no-repeat left center;
}
.woocommerce-tabs .tabs li.active.additional_information_tab a {
  padding-left: 15px;
  background: url('../img/content/shop/add-info-tab-active.png') no-repeat left center;
}
.woocommerce-tabs .tabs li.active.reviews_tab a {
  padding-left: 15px;
  background: url('../img/content/shop/user-tab-active.png') no-repeat left center;
}
.woocommerce-tabs .tabs:after {
  content: '.';
  visibility: hidden;
  clear: both;
}
.woocommerce-tabs .entry-content {
  margin-top: 31px;
  padding: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  display: none;
}
.woocommerce-tabs .entry-content#tab-description {
  border-top-left-radius: 0;
}
.woocommerce-tabs .entry-content.active {
  display: block;
}
.woocommerce-tabs .entry-content h2 {
  font-size: 18px;
  color: #646464;
  margin-top: 0;
  font-weight: 300;
}
.woocommerce-tabs .entry-content p {
  font-size: 14px;
  color: #646464;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  margin-bottom: 20px;
}
.woocommerce-tabs .entry-content p:last-child {
  margin-bottom: 0;
}
.woocommerce-tabs .entry-content .shop_attributes {
  width: 100%;
}
.woocommerce-tabs .entry-content .shop_attributes tbody tr {
  width: 100%;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.woocommerce-tabs .entry-content .shop_attributes tbody tr th {
  width: 150px;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
}
.woocommerce-tabs .entry-content .shop_attributes tbody tr td {
  color: #646464;
}
.woocommerce-tabs .entry-content .shop_attributes tbody tr:last-child {
  padding-bottom: 0;
  border: none;
}
.woocommerce-tabs .entry-content .star-rating {

  float: right;
}
.woocommerce-tabs .entry-content .description {
  background: none;
}
.woocommerce-tabs .entry-content .comment_container {
  margin: -15px -15px 15px -15px;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce-tabs .entry-content .comment_container > img {
  width: 10%;
  float: left;
  border-radius: 3px;
}
.woocommerce-tabs .entry-content .comment_container > .comment-text {
  width: 87%;
  margin-left: 3%;
  float: right;
}
.woocommerce-tabs .entry-content .comment_container strong {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  color: #232323;
  font-size: 18px;
}
.woocommerce-tabs .entry-content .comment_container .description {
  margin-top: 5px;
}
.woocommerce-tabs .entry-content .comment_container p.meta {
  margin-bottom: 0px;
}
.woocommerce-tabs .entry-content .comment_container p.meta time {
  float: right;
  margin-right: 15px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  color: #535353;
  font-size: 12px;
}
.woocommerce-tabs .entry-content .comment-respond .comment-reply-title {
  color: #232323;
  font-size: 18px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce-tabs .entry-content .comment-respond label {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  color: #383838;
  font-size: 14px;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p textarea {
  margin-bottom: 10px;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text] {
  width: 100%;
  display: block;
  outline: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  padding: 9px 15px;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  -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;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text]:-moz-placeholder {
  color: #8b8b8b;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text]::-moz-placeholder {
  color: #8b8b8b;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text]:-ms-input-placeholder {
  color: #8b8b8b;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text]::-webkit-input-placeholder {
  color: #8b8b8b;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text]:hover {
  border-color: #3498db;
  color: #3498db;
  background: #fff;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text]:focus {
  border-color: #3498db;
  color: #fff;
  background: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text]:focus:-moz-placeholder {
  color: #fff;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text]:focus::-moz-placeholder {
  color: #fff;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text]:focus:-ms-input-placeholder {
  color: #fff;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text]:focus::-webkit-input-placeholder {
  color: #fff;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span {
  float: left;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a {
  float: right;
  color: #bebebe;
  font-family: 'Fontawesome';
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-1:after {
  content: "\f005";
  color: #bebebe;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-1.active:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-2:after {
  content: "\f005";
  color: #bebebe;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-2.active:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-2.active ~ a:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-2:hover ~ a:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-2:hover:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-3:after {
  content: "\f005";
  color: #bebebe;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-3.active:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-3.active ~ a:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-3:hover ~ a:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-3:hover:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-4:after {
  content: "\f005";
  color: #bebebe;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-4.active:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-4.active ~ a:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-4:hover ~ a:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-4:hover:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5:after {
  content: "\f005";
  color: #bebebe;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5.active:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5.active ~ a:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5:hover ~ a:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5:hover:after {
  color: #3498db;
}
.woocommerce-tabs .entry-content .comment-respond .form-submit a {
  display: none;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form-rating {
  margin-bottom: 0;
}
.alert.woocommerce-message {
  margin-bottom: 20px;
}
.upsells h2 {
  color: #262223;
  font-size: 18px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
}
.alert ul.woocommerce-error {
  float: left;
  color: #f45252;
  font-weight: 300;
}
.alert ul.woocommerce-error strong {
  font-weight: 400;
}
.woocommerce input[type=radio] {
  display: none;
}
.woocommerce input[type="radio"] + label span {
  margin-right: 5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url('../img/content/shop/radio.png') left top no-repeat;
  cursor: pointer;
}
.woocommerce input[type="radio"]:checked + label span {
  background: url('../img/content/shop/radio-checked.png') left top no-repeat;
}
.woocommerce input[type=checkbox] {
  display: none;
}
.woocommerce input[type=checkbox] + label span {
  margin-right: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url('../img/content/shop/check.png') left top no-repeat;
  cursor: pointer;
}
.woocommerce input[type=checkbox]:checked + label span {
  background: url('../img/content/shop/checked.png') left top no-repeat;
}
.woocommerce strong,
.woocommerce label {
  font-family: "Microsoft YaHei", Arial;
  font-weight: 400;
}
.woocommerce .login,
.woocommerce .checkout_coupon,
.woocommerce .lost_reset_password,
.woocommerce .checkout,
.woocommerce form.register {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.woocommerce .login input,
.woocommerce .checkout_coupon input,
.woocommerce .lost_reset_password input,
.woocommerce .checkout input,
.woocommerce form.register input,
.woocommerce .login textarea,
.woocommerce .checkout_coupon textarea,
.woocommerce .lost_reset_password textarea,
.woocommerce .checkout textarea,
.woocommerce form.register textarea {
  outline: none;
}
.woocommerce .login p,
.woocommerce .checkout_coupon p,
.woocommerce .lost_reset_password p,
.woocommerce .checkout p,
.woocommerce form.register p {
  font-weight: 400;
}
.woocommerce .login p input[type=text],
.woocommerce .checkout_coupon p input[type=text],
.woocommerce .lost_reset_password p input[type=text],
.woocommerce .checkout p input[type=text],
.woocommerce form.register p input[type=text],
.woocommerce .login p input[type=password],
.woocommerce .checkout_coupon p input[type=password],
.woocommerce .lost_reset_password p input[type=password],
.woocommerce .checkout p input[type=password],
.woocommerce form.register p input[type=password],
.woocommerce .login p input[type=email],
.woocommerce .checkout_coupon p input[type=email],
.woocommerce .lost_reset_password p input[type=email],
.woocommerce .checkout p input[type=email],
.woocommerce form.register p input[type=email],
.woocommerce .login p textarea,
.woocommerce .checkout_coupon p textarea,
.woocommerce .lost_reset_password p textarea,
.woocommerce .checkout p textarea,
.woocommerce form.register p textarea {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  padding: 9px 15px;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  -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;
}
.woocommerce .login p input[type=text]:-moz-placeholder,
.woocommerce .checkout_coupon p input[type=text]:-moz-placeholder,
.woocommerce .lost_reset_password p input[type=text]:-moz-placeholder,
.woocommerce .checkout p input[type=text]:-moz-placeholder,
.woocommerce form.register p input[type=text]:-moz-placeholder,
.woocommerce .login p input[type=password]:-moz-placeholder,
.woocommerce .checkout_coupon p input[type=password]:-moz-placeholder,
.woocommerce .lost_reset_password p input[type=password]:-moz-placeholder,
.woocommerce .checkout p input[type=password]:-moz-placeholder,
.woocommerce form.register p input[type=password]:-moz-placeholder,
.woocommerce .login p input[type=email]:-moz-placeholder,
.woocommerce .checkout_coupon p input[type=email]:-moz-placeholder,
.woocommerce .lost_reset_password p input[type=email]:-moz-placeholder,
.woocommerce .checkout p input[type=email]:-moz-placeholder,
.woocommerce form.register p input[type=email]:-moz-placeholder,
.woocommerce .login p textarea:-moz-placeholder,
.woocommerce .checkout_coupon p textarea:-moz-placeholder,
.woocommerce .lost_reset_password p textarea:-moz-placeholder,
.woocommerce .checkout p textarea:-moz-placeholder,
.woocommerce form.register p textarea:-moz-placeholder {
  color: #8b8b8b;
}
.woocommerce .login p input[type=text]::-moz-placeholder,
.woocommerce .checkout_coupon p input[type=text]::-moz-placeholder,
.woocommerce .lost_reset_password p input[type=text]::-moz-placeholder,
.woocommerce .checkout p input[type=text]::-moz-placeholder,
.woocommerce form.register p input[type=text]::-moz-placeholder,
.woocommerce .login p input[type=password]::-moz-placeholder,
.woocommerce .checkout_coupon p input[type=password]::-moz-placeholder,
.woocommerce .lost_reset_password p input[type=password]::-moz-placeholder,
.woocommerce .checkout p input[type=password]::-moz-placeholder,
.woocommerce form.register p input[type=password]::-moz-placeholder,
.woocommerce .login p input[type=email]::-moz-placeholder,
.woocommerce .checkout_coupon p input[type=email]::-moz-placeholder,
.woocommerce .lost_reset_password p input[type=email]::-moz-placeholder,
.woocommerce .checkout p input[type=email]::-moz-placeholder,
.woocommerce form.register p input[type=email]::-moz-placeholder,
.woocommerce .login p textarea::-moz-placeholder,
.woocommerce .checkout_coupon p textarea::-moz-placeholder,
.woocommerce .lost_reset_password p textarea::-moz-placeholder,
.woocommerce .checkout p textarea::-moz-placeholder,
.woocommerce form.register p textarea::-moz-placeholder {
  color: #8b8b8b;
}
.woocommerce .login p input[type=text]:-ms-input-placeholder,
.woocommerce .checkout_coupon p input[type=text]:-ms-input-placeholder,
.woocommerce .lost_reset_password p input[type=text]:-ms-input-placeholder,
.woocommerce .checkout p input[type=text]:-ms-input-placeholder,
.woocommerce form.register p input[type=text]:-ms-input-placeholder,
.woocommerce .login p input[type=password]:-ms-input-placeholder,
.woocommerce .checkout_coupon p input[type=password]:-ms-input-placeholder,
.woocommerce .lost_reset_password p input[type=password]:-ms-input-placeholder,
.woocommerce .checkout p input[type=password]:-ms-input-placeholder,
.woocommerce form.register p input[type=password]:-ms-input-placeholder,
.woocommerce .login p input[type=email]:-ms-input-placeholder,
.woocommerce .checkout_coupon p input[type=email]:-ms-input-placeholder,
.woocommerce .lost_reset_password p input[type=email]:-ms-input-placeholder,
.woocommerce .checkout p input[type=email]:-ms-input-placeholder,
.woocommerce form.register p input[type=email]:-ms-input-placeholder,
.woocommerce .login p textarea:-ms-input-placeholder,
.woocommerce .checkout_coupon p textarea:-ms-input-placeholder,
.woocommerce .lost_reset_password p textarea:-ms-input-placeholder,
.woocommerce .checkout p textarea:-ms-input-placeholder,
.woocommerce form.register p textarea:-ms-input-placeholder {
  color: #8b8b8b;
}
.woocommerce .login p input[type=text]::-webkit-input-placeholder,
.woocommerce .checkout_coupon p input[type=text]::-webkit-input-placeholder,
.woocommerce .lost_reset_password p input[type=text]::-webkit-input-placeholder,
.woocommerce .checkout p input[type=text]::-webkit-input-placeholder,
.woocommerce form.register p input[type=text]::-webkit-input-placeholder,
.woocommerce .login p input[type=password]::-webkit-input-placeholder,
.woocommerce .checkout_coupon p input[type=password]::-webkit-input-placeholder,
.woocommerce .lost_reset_password p input[type=password]::-webkit-input-placeholder,
.woocommerce .checkout p input[type=password]::-webkit-input-placeholder,
.woocommerce form.register p input[type=password]::-webkit-input-placeholder,
.woocommerce .login p input[type=email]::-webkit-input-placeholder,
.woocommerce .checkout_coupon p input[type=email]::-webkit-input-placeholder,
.woocommerce .lost_reset_password p input[type=email]::-webkit-input-placeholder,
.woocommerce .checkout p input[type=email]::-webkit-input-placeholder,
.woocommerce form.register p input[type=email]::-webkit-input-placeholder,
.woocommerce .login p textarea::-webkit-input-placeholder,
.woocommerce .checkout_coupon p textarea::-webkit-input-placeholder,
.woocommerce .lost_reset_password p textarea::-webkit-input-placeholder,
.woocommerce .checkout p textarea::-webkit-input-placeholder,
.woocommerce form.register p textarea::-webkit-input-placeholder {
  color: #8b8b8b;
}
.woocommerce .login p input[type=text]:hover,
.woocommerce .checkout_coupon p input[type=text]:hover,
.woocommerce .lost_reset_password p input[type=text]:hover,
.woocommerce .checkout p input[type=text]:hover,
.woocommerce form.register p input[type=text]:hover,
.woocommerce .login p input[type=password]:hover,
.woocommerce .checkout_coupon p input[type=password]:hover,
.woocommerce .lost_reset_password p input[type=password]:hover,
.woocommerce .checkout p input[type=password]:hover,
.woocommerce form.register p input[type=password]:hover,
.woocommerce .login p input[type=email]:hover,
.woocommerce .checkout_coupon p input[type=email]:hover,
.woocommerce .lost_reset_password p input[type=email]:hover,
.woocommerce .checkout p input[type=email]:hover,
.woocommerce form.register p input[type=email]:hover,
.woocommerce .login p textarea:hover,
.woocommerce .checkout_coupon p textarea:hover,
.woocommerce .lost_reset_password p textarea:hover,
.woocommerce .checkout p textarea:hover,
.woocommerce form.register p textarea:hover {
  border-color: #3498db;
  color: #3498db;
  background: #fff;
}
.woocommerce .login p input[type=text]:focus,
.woocommerce .checkout_coupon p input[type=text]:focus,
.woocommerce .lost_reset_password p input[type=text]:focus,
.woocommerce .checkout p input[type=text]:focus,
.woocommerce form.register p input[type=text]:focus,
.woocommerce .login p input[type=password]:focus,
.woocommerce .checkout_coupon p input[type=password]:focus,
.woocommerce .lost_reset_password p input[type=password]:focus,
.woocommerce .checkout p input[type=password]:focus,
.woocommerce form.register p input[type=password]:focus,
.woocommerce .login p input[type=email]:focus,
.woocommerce .checkout_coupon p input[type=email]:focus,
.woocommerce .lost_reset_password p input[type=email]:focus,
.woocommerce .checkout p input[type=email]:focus,
.woocommerce form.register p input[type=email]:focus,
.woocommerce .login p textarea:focus,
.woocommerce .checkout_coupon p textarea:focus,
.woocommerce .lost_reset_password p textarea:focus,
.woocommerce .checkout p textarea:focus,
.woocommerce form.register p textarea:focus {
  border-color: #3498db;
  color: #fff;
  background: #3498db;
}
.woocommerce .login p input[type=text]:focus:-moz-placeholder,
.woocommerce .checkout_coupon p input[type=text]:focus:-moz-placeholder,
.woocommerce .lost_reset_password p input[type=text]:focus:-moz-placeholder,
.woocommerce .checkout p input[type=text]:focus:-moz-placeholder,
.woocommerce form.register p input[type=text]:focus:-moz-placeholder,
.woocommerce .login p input[type=password]:focus:-moz-placeholder,
.woocommerce .checkout_coupon p input[type=password]:focus:-moz-placeholder,
.woocommerce .lost_reset_password p input[type=password]:focus:-moz-placeholder,
.woocommerce .checkout p input[type=password]:focus:-moz-placeholder,
.woocommerce form.register p input[type=password]:focus:-moz-placeholder,
.woocommerce .login p input[type=email]:focus:-moz-placeholder,
.woocommerce .checkout_coupon p input[type=email]:focus:-moz-placeholder,
.woocommerce .lost_reset_password p input[type=email]:focus:-moz-placeholder,
.woocommerce .checkout p input[type=email]:focus:-moz-placeholder,
.woocommerce form.register p input[type=email]:focus:-moz-placeholder,
.woocommerce .login p textarea:focus:-moz-placeholder,
.woocommerce .checkout_coupon p textarea:focus:-moz-placeholder,
.woocommerce .lost_reset_password p textarea:focus:-moz-placeholder,
.woocommerce .checkout p textarea:focus:-moz-placeholder,
.woocommerce form.register p textarea:focus:-moz-placeholder {
  color: #fff;
}
.woocommerce .login p input[type=text]:focus::-moz-placeholder,
.woocommerce .checkout_coupon p input[type=text]:focus::-moz-placeholder,
.woocommerce .lost_reset_password p input[type=text]:focus::-moz-placeholder,
.woocommerce .checkout p input[type=text]:focus::-moz-placeholder,
.woocommerce form.register p input[type=text]:focus::-moz-placeholder,
.woocommerce .login p input[type=password]:focus::-moz-placeholder,
.woocommerce .checkout_coupon p input[type=password]:focus::-moz-placeholder,
.woocommerce .lost_reset_password p input[type=password]:focus::-moz-placeholder,
.woocommerce .checkout p input[type=password]:focus::-moz-placeholder,
.woocommerce form.register p input[type=password]:focus::-moz-placeholder,
.woocommerce .login p input[type=email]:focus::-moz-placeholder,
.woocommerce .checkout_coupon p input[type=email]:focus::-moz-placeholder,
.woocommerce .lost_reset_password p input[type=email]:focus::-moz-placeholder,
.woocommerce .checkout p input[type=email]:focus::-moz-placeholder,
.woocommerce form.register p input[type=email]:focus::-moz-placeholder,
.woocommerce .login p textarea:focus::-moz-placeholder,
.woocommerce .checkout_coupon p textarea:focus::-moz-placeholder,
.woocommerce .lost_reset_password p textarea:focus::-moz-placeholder,
.woocommerce .checkout p textarea:focus::-moz-placeholder,
.woocommerce form.register p textarea:focus::-moz-placeholder {
  color: #fff;
}
.woocommerce .login p input[type=text]:focus:-ms-input-placeholder,
.woocommerce .checkout_coupon p input[type=text]:focus:-ms-input-placeholder,
.woocommerce .lost_reset_password p input[type=text]:focus:-ms-input-placeholder,
.woocommerce .checkout p input[type=text]:focus:-ms-input-placeholder,
.woocommerce form.register p input[type=text]:focus:-ms-input-placeholder,
.woocommerce .login p input[type=password]:focus:-ms-input-placeholder,
.woocommerce .checkout_coupon p input[type=password]:focus:-ms-input-placeholder,
.woocommerce .lost_reset_password p input[type=password]:focus:-ms-input-placeholder,
.woocommerce .checkout p input[type=password]:focus:-ms-input-placeholder,
.woocommerce form.register p input[type=password]:focus:-ms-input-placeholder,
.woocommerce .login p input[type=email]:focus:-ms-input-placeholder,
.woocommerce .checkout_coupon p input[type=email]:focus:-ms-input-placeholder,
.woocommerce .lost_reset_password p input[type=email]:focus:-ms-input-placeholder,
.woocommerce .checkout p input[type=email]:focus:-ms-input-placeholder,
.woocommerce form.register p input[type=email]:focus:-ms-input-placeholder,
.woocommerce .login p textarea:focus:-ms-input-placeholder,
.woocommerce .checkout_coupon p textarea:focus:-ms-input-placeholder,
.woocommerce .lost_reset_password p textarea:focus:-ms-input-placeholder,
.woocommerce .checkout p textarea:focus:-ms-input-placeholder,
.woocommerce form.register p textarea:focus:-ms-input-placeholder {
  color: #fff;
}
.woocommerce .login p input[type=text]:focus::-webkit-input-placeholder,
.woocommerce .checkout_coupon p input[type=text]:focus::-webkit-input-placeholder,
.woocommerce .lost_reset_password p input[type=text]:focus::-webkit-input-placeholder,
.woocommerce .checkout p input[type=text]:focus::-webkit-input-placeholder,
.woocommerce form.register p input[type=text]:focus::-webkit-input-placeholder,
.woocommerce .login p input[type=password]:focus::-webkit-input-placeholder,
.woocommerce .checkout_coupon p input[type=password]:focus::-webkit-input-placeholder,
.woocommerce .lost_reset_password p input[type=password]:focus::-webkit-input-placeholder,
.woocommerce .checkout p input[type=password]:focus::-webkit-input-placeholder,
.woocommerce form.register p input[type=password]:focus::-webkit-input-placeholder,
.woocommerce .login p input[type=email]:focus::-webkit-input-placeholder,
.woocommerce .checkout_coupon p input[type=email]:focus::-webkit-input-placeholder,
.woocommerce .lost_reset_password p input[type=email]:focus::-webkit-input-placeholder,
.woocommerce .checkout p input[type=email]:focus::-webkit-input-placeholder,
.woocommerce form.register p input[type=email]:focus::-webkit-input-placeholder,
.woocommerce .login p textarea:focus::-webkit-input-placeholder,
.woocommerce .checkout_coupon p textarea:focus::-webkit-input-placeholder,
.woocommerce .lost_reset_password p textarea:focus::-webkit-input-placeholder,
.woocommerce .checkout p textarea:focus::-webkit-input-placeholder,
.woocommerce form.register p textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
.woocommerce .login p label,
.woocommerce .checkout_coupon p label,
.woocommerce .lost_reset_password p label,
.woocommerce .checkout p label,
.woocommerce form.register p label {
  font-weight: 400;
  margin-top: 10px;
}
.woocommerce .login input[type=submit],
.woocommerce .checkout_coupon input[type=submit],
.woocommerce .lost_reset_password input[type=submit],
.woocommerce .checkout input[type=submit],
.woocommerce form.register input[type=submit] {
  background: #3498db;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  margin-right: 20px;
}
.woocommerce input[type=text],
.woocommerce input[type=password],
.woocommerce select,
.woocommerce textarea {
  display: block;
}
.woocommerce .checkout {
  padding: 15px 0;
  border: none;
}
.woocommerce .checkout h3 {
  color: #212121;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce .checkout #shiptobilling {
  float: right;
}
.woocommerce .checkout #shiptobilling .checkbox {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  color: #8d9095;
  font-size: 12px;
  margin-bottom: 7px;
}
.woocommerce .checkout .checkbox {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  color: #8d9095;
  font-size: 14px;
  margin-bottom: 6px;
  margin-left: 5px;
}
.woocommerce .check-box-img {
  margin-top: -3px;
  margin-right: 5px;
}
.woocommerce .check-text {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  color: #8d9095;
  font-size: 14px;
  margin-bottom: 7px;
}
.woocommerce .shipping_address,
.woocommerce .create-account {
  display: none;
}
.woocommerce .shop_table {
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce .shop_table tr {
  height: 40px;
  border-bottom: 1px solid #e4e4e4;
}
.woocommerce .shop_table tr th,
.woocommerce .shop_table tr td {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  font-family: "Microsoft YaHei", Arial;
}
.woocommerce .shop_table thead tr td,
.woocommerce .shop_table thead tr th {
  color: #3498db;
}
.woocommerce .shop_table.cart {
  border: 1px solid #e8e8e8;
  border-bottom: none;
}
.woocommerce .shop_table.cart th,
.woocommerce .shop_table.cart td {
  font-weight: 300;
}
.woocommerce .shop_table.cart thead {
  border: 1px solid #e8e8e8;
  border-bottom: none;
}
.woocommerce .shop_table.cart thead th {
  text-align: center;
  line-height: 40px;
}
.woocommerce .shop_table.cart tbody tr {
  border-top: none;
}
.woocommerce .shop_table.cart tbody tr:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.woocommerce .shop_table.cart .product-thumbnail {
  padding: 1.4%;
  width: 50%;
}
.woocommerce .shop_table.cart .product-thumbnail > a {
  width: 22%;
  margin-right: 5%;
  float: left;
  display: block;
}
.woocommerce .shop_table.cart .product-thumbnail > a img {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}
.woocommerce .shop_table.cart .product-thumbnail .product-info {
  width: 73%;
  float: left;
  margin-top: 8%;
}
.woocommerce .shop_table.cart .product-thumbnail .product-info a {
  font-size: 16px;
  color: #262223;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
}
.woocommerce .shop_table.cart .product-price,
.woocommerce .shop_table.cart .product-subtotal {
  width: 14%;
  background: #fafafa;
  text-align: center;
}
.woocommerce .shop_table.cart .product-price .amount,
.woocommerce .shop_table.cart .product-subtotal .amount {
  font-size: 15px;
  color: #262223;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
}
.woocommerce .shop_table.cart .product-quantity {
  width: 17%;
  text-align: center;
}
.woocommerce .shop_table.cart .product-quantity input {
  display: inline-block;
}
.woocommerce .shop_table.cart .product-remove {
  text-align: center;
  font-weight: 900;
  color: #909090;
}
.woocommerce #payment {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.woocommerce #payment .payment_methods,
.woocommerce #payment p {
  font-size: 14px;
  color: #8d9095;
  font-weight: 400;
  font-family: "Microsoft YaHei", Arial;
}
.woocommerce #payment .payment_methods p,
.woocommerce #payment p p {
  margin-bottom: 0;
  color: #7c7c7c;
}
.woocommerce #payment .payment_box {
  background: #f7f7f7;
  border-radius: 5px;
}
.woocommerce #payment input[type=submit] {
  margin-top: 10px;
}
.woocommerce #payment .payment_box {
  height: 0;
  overflow: hidden;
  padding: 0 15px;
  -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;
}
.woocommerce #payment .active-box {
  height: auto;
  padding: 15px;
}
.woocommerce .coupon {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
}
.woocommerce .coupon input[type=submit] {
  float: left;
  width: 15%;
  margin-right: 0 !important;
}
.woocommerce .coupon input[type=submit],
.woocommerce .coupon input.input-text {
  outline: none;
}
.woocommerce .coupon input.input-text {
  width: 82%;
  float: left;
  margin-right: 3%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  padding: 9px 15px;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  -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;
}
.woocommerce .coupon input.input-text:-moz-placeholder {
  color: #8b8b8b;
}
.woocommerce .coupon input.input-text::-moz-placeholder {
  color: #8b8b8b;
}
.woocommerce .coupon input.input-text:-ms-input-placeholder {
  color: #8b8b8b;
}
.woocommerce .coupon input.input-text::-webkit-input-placeholder {
  color: #8b8b8b;
}
.woocommerce .coupon input.input-text:hover {
  border-color: #3498db;
  color: #3498db;
  background: #fff;
}
.woocommerce .coupon input.input-text:focus {
  border-color: #3498db;
  color: #fff;
  background: #3498db;
}
.woocommerce .coupon input.input-text:focus:-moz-placeholder {
  color: #fff;
}
.woocommerce .coupon input.input-text:focus::-moz-placeholder {
  color: #fff;
}
.woocommerce .coupon input.input-text:focus:-ms-input-placeholder {
  color: #fff;
}
.woocommerce .coupon input.input-text:focus::-webkit-input-placeholder {
  color: #fff;
}
.woocommerce .cart-totals-container {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.woocommerce .cart-totals-container .cart_totals h2 {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
}
.woocommerce .cart-totals-container .cart_totals table {
  width: 94%;
  margin: 3%;
  margin-top: 1%;
}
.woocommerce .cart-totals-container .cart_totals table th,
.woocommerce .cart-totals-container .cart_totals table td {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  font-family: "Microsoft YaHei", Arial;
  line-height: 40px;
}
.woocommerce .cart-totals-container .cart_totals table th strong,
.woocommerce .cart-totals-container .cart_totals table td strong {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  line-height: 30px;
}
.woocommerce .cart-totals-container .cart_totals table td {
  text-align: right;
}
.woocommerce .cart-totals-container .cart_totals table tbody {
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce .cart-totals-container input {
  float: right;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
  outline: none;
}
.woocommerce .cart-totals-container input.checkout-button {
  padding-right: 50px;
  background: url('../img/content/shop/arrow-checkout.png') no-repeat 90% center, #3498db;
}
.woocommerce .shipping-calculator-form-nohide {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 20px;
}
.woocommerce .shipping-calculator-form-nohide .chosen-container {
  margin-bottom: 15px;
}
.woocommerce .shipping-calculator-form-nohide input.input-text {
  outline: none;
  width: 48%;
  float: left;
  margin-right: 4%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  padding: 9px 15px;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  font-family: "Microsoft YaHei", Arial;
  -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;
}
.woocommerce .shipping-calculator-form-nohide input.input-text:-moz-placeholder {
  color: #8b8b8b;
}
.woocommerce .shipping-calculator-form-nohide input.input-text::-moz-placeholder {
  color: #8b8b8b;
}
.woocommerce .shipping-calculator-form-nohide input.input-text:-ms-input-placeholder {
  color: #8b8b8b;
}
.woocommerce .shipping-calculator-form-nohide input.input-text::-webkit-input-placeholder {
  color: #8b8b8b;
}
.woocommerce .shipping-calculator-form-nohide input.input-text:hover {
  border-color: #3498db;
  color: #3498db;
  background: #fff;
}
.woocommerce .shipping-calculator-form-nohide input.input-text:focus {
  border-color: #3498db;
  color: #fff;
  background: #3498db;
}
.woocommerce .shipping-calculator-form-nohide input.input-text:focus:-moz-placeholder {
  color: #fff;
}
.woocommerce .shipping-calculator-form-nohide input.input-text:focus::-moz-placeholder {
  color: #fff;
}
.woocommerce .shipping-calculator-form-nohide input.input-text:focus:-ms-input-placeholder {
  color: #fff;
}
.woocommerce .shipping-calculator-form-nohide input.input-text:focus::-webkit-input-placeholder {
  color: #fff;
}
.woocommerce .shipping-calculator-form-nohide input.input-text#calc_shipping_postcode {
  margin-right: 0;
}
.breadcrumbs-shop {
  padding: 80px 0 60px 0;
  background: url('../img/content/shop/bc-01.jpg') no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.breadcrumbs-shop h1.breadcrumbs-shop-title {
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
  font-size: 35px;
}
.breadcrumbs-shop a.breadcrumbs-shop-btn {
  text-align: center;
  display: inline-block;
  background: url('../img/content/shop/arrow-a-bd.png') no-repeat 90% center;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-weight: 300;
  font-family: "Microsoft YaHei", Arial;
  font-size: 20px;
  border-radius: 5px;
  padding-right: 50px;
}
.breadcrumbs-shop a.breadcrumbs-shop-btn:hover {
  background: url('../img/content/shop/arrow-a-bd.png') no-repeat 90% center, rgba(255, 255, 255, 0.2);
}
.shop-category {
  border-radius: 5px;
  background: #f8f8f8;
  overflow: hidden;
  margin-bottom: 20px;
}
.shop-category img {
  width: 100%;
}
.shop-category h1 {
  margin-top: 50px;
}
.shop-category p {
  margin-bottom: 20px;
}
.shop-category a {
  margin-bottom: 30px;
  display: block;
  float: left;
  padding: 2px 25px 2px 0;
}
.shop-category.women h1 {
  color: #ed4dae;
}
.shop-category.women a {
  color: #ed4dae;
  background: url('../img/content/shop/w-arrow.png') no-repeat right top;
}
.shop-category.man h1 {
  color: #3498db;
}
.shop-category.man a {
  color: #3498db;
  background: url('../img/content/shop/m-arrow.png') no-repeat right top;
}
.woo-prod-review {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
}
.woo-prod-review img {
  width: 100%;
}
.woo-prod-review h1 {
  font-size: 28px;
  color: #262223;
  margin-bottom: 5px;
  margin-top: 25px;
}
.woo-prod-review h2 {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
}
.woo-prod-review p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #474747;
  font-weight: 300;
}
.woo-prod-review a {
  margin-bottom: 25px;
}
#customer_login .login {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#customer_login h2 {
  color: #262223;
  font-size: 16px;
  font-family: "Microsoft YaHei", Arial;
  font-weight: 300;
  margin: 0px;
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
#customer_login label {
  font-size: 12px;
  color: #8d9095;
  font-weight: 400;
  font-family: "Microsoft YaHei", Arial;
}
#customer_login form > p {
  margin-bottom: 20px;
}
#customer_login form > p:last-child {
  margin-bottom: 0;
}
#customer_login input[type=submit] {
  margin-right: 8px;
  margin-bottom: 0;
}
#customer_login a.lost_password {
  font-size: 12px;
  font-weight: 400;
  font-family: "Microsoft YaHei", Arial;
}
#customer_login form.register {
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

@media (min-width: 1500px) {
  .tparrows {
    top: 340px !important;
  }
  .container-slider-revolution {
    min-height: 750px!important;
  }
  html.boxed .container-slider-revolution {
    min-height: 640px!important;
  }
  .shop-slider {
    min-height: 550px !important;
  }
}
@media (min-width: 1230px) {
  .tparrows {
    top: 340px !important;
  }
  .container-slider-revolution {
	max-height:500px!important;
  }
  html.boxed .container-slider-revolution {
	max-height:500px!important;
  }
}

@media (max-width: 1230px) {
  .post-list-postfolio-02 .post-link-bg h1 {
    padding-top: 15%;
  }
  .header nav.menu > ul > li a h1 {
    margin-top: 20px;
  }
  .header.header-style-04 nav.menu > ul > li a h1,
  .header.header-style-03 nav.menu > ul > li a h1 {
    margin-top: 3px;
  }
  .header nav.menu > ul > li a h2 {
    display: none;
  }
  .header nav.menu > ul > li a {
    padding: 8px;
  }
  .products > li.col-sm-2 .star-rating {
    font-size: 17px;
  }
  .products > li.col-sm-2 .add_to_cart_button {
    font-size: 12px;
  }
  .products > li.col-sm-3 .add_to_cart_button {
    font-size: 12px;
  }
  .images .thumbnails a img {
    width: 29.75%;
  }
  .widget_shopping_cart_content .product_list_widget li a,
  .widget_shopping_cart_content .product_list_widget li .quantity,
  .widget_recently_viewed_products .product_list_widget li a,
  .widget_recently_viewed_products .product_list_widget li .quantity {
    font-size: 12px;
  }
  .widget_shopping_cart_content .product_list_widget li .quantity {
    left: 97px;
  }
  .iImages {
    top: 150px !important;
  }
  .iImages-02 {
    top: 108px !important;
  }
  .iImages-03 {
    top: 125px !important;
  }
  .title-rs {
    top: 250px !important;
  }
  .subtitle-rs {
    top: 285px !important;
  }
  .content-rs {
    top: 330px !important;
  }
  .content-rs-02 {
    top: 355px !important;
  }
  .anchor-rs {
    top: 390px !important;
  }
  .header.header-style-05 .logo {
    width: 10%;
  }
  .team-member-single-hover figure figcaption {
    padding: 5%;
  }
  .nav.left-tabs-content > li > a {
    padding: 2% 10% !important;
  }
  .portfolio-items li img {
    width: 205px;
  }
  .portfolio-items li {
    height: 205px;
  }
  .portfolio-items li .hover-item a {
    margin-top: 80px;
  }
  .posts-masonry {
    padding: 0 !important;
    max-width: 100%;
  }
  .one-feature-contact {
    background: #fff;
  }
  .tab-content.right-tab-content {
    margin-top: 5px;
    max-width: 100% !important;
    width: 100%;
  }
  .left-tabs-content {
    width: 100% !important;
    max-width: 100% !important;
  }
  .left-tabs-content a {
    border: 1px solid #f0f0f0 !important;
  }
  .btn-group-vertical {
    width: 140px !important;
  }
  .portfolio-bg nav.posts-list ul li.post-li .post-info .left-sec {
    width: 75%;width:60%;
  }
  .header-style-01 .logo {
    width: 100%;
  }
  html.boxed body {
    width: 90% !important;
  }
  .boxed .header {
    max-width: 100%;
  }
  .boxed .header.affix-menu {
    max-width: 90%;
  }
  .tparrows {
    top: 300px !important;
  }
  html.boxed .tp-leftarrow {
    left: 5% !important;
  }
  html.boxed .tp-rightarrow {
    right: 5% !important;
  }
  ul.features-list-icon li .icon-feature {
    margin: 0 auto;
    float: none;
  }
  ul.features-list-icon li .content {
    width: 100%;
    text-align: center;
  }
  .memeber-team section .left-sec {
    max-width: 59%;
  }
}
@media (max-width: 992px) {
  .post-list-postfolio-02 .post-link-bg h1 {
    padding-top: 3%;
  }
  .woocommerce .coupon input.input-text {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .woocommerce .coupon input[type=submit] {
    width: 25%;
    float: none;
  }
  .products > li.col-sm-2 .star-rating {
    font-size: 12px;
  }
  .woocommerce .coupon input.input-text {
    margin-right: 4px;
  }
  .products > li.col-sm-2 .add_to_cart_button {
    font-size: 12px;
    background-position: -25px 0;
    padding-left: 0;
  }
  .products > li.col-sm-3 .star-rating {
    font-size: 20px;
  }
  .products > li.col-sm-3 h3,
  .products > li.col-sm-3 .price {
    font-size: 12px;
  }
  .images .thumbnails a img {
    width: 29.43%;
  }
  .block-feature-left,
  .block-feature-right {
    width: 23em;
  }
  .header-style-01 nav.phone-menu {
    right: 6%;
    width: 40%;
  }
  .boxed .header.affix-menu {
    max-width: 100%;
  }
  .header.header-style-04 .search-header input {
    margin-top: 65px;
  }
  .header.header-style-04 .social {
    margin-top: 68px;
  }
  .header.header-style-04 .info-contact-header ul {
    margin-bottom: 45px;
  }
  .header.header-style-03 {
    margin-bottom: 0;
  }
  .header.header-style-03 .info-contact-header ul {
    margin-top: 70px;
    padding-bottom: 35px;
  }
  .bg-404 .error-404-big,
  .bg-404 {
    height: 600px;
  }
  .bg-404 .error-icon {
    margin-top: 130px;
  }
  .error-404 h1,
  .bg-404 .error-404-big h1 {
    font-size: 80px;
  }
  .error-404 h2,
  .bg-404 .error-404-big h2 {
    font-size: 16px;
  }
  .team-member-single-hover figure figcaption {
    padding: 4%;
  }
  .team-member-single-hover figure figcaption header h1 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .team-member-single-hover figure figcaption header .domain {
    margin-bottom: 10px;
  }
  .portfolio-items li img {
    width: 150px;
  }
  .portfolio-items li {
    height: 150px;
  }
  .portfolio-items li .hover-item a {
    margin-top: 50px;
  }
  .depth-2 {
    margin-left: 3%;
  }
  .depth-3 {
    margin-left: 8%;
  }
  form.contact-form-02 input[type=text] {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
  }
  form.contact-form-02 input[type=text].first-input {
    margin-left: 0;
  }
  form.contact-form-02 input[type=text].last-input {
    margin-right: 0;
  }
  .header .logo {
    width: 100%;
  }
  .btn-group-vertical {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
  }
  nav.recent-posts ul > li a {
    width: 80%;
  }
  .memeber-team section .left-sec {
    max-width: 88%;
  }
  .portfolio-bg nav.posts-list ul li.post-li .post-info .left-sec {
    width: 67%;
  }
  .button-blue-bxs-red,
  .button-blue-bxs-grey,
  .button-blue {
    width: 100%;
  }
  .testimonials-bg ul.testimonial-author li .bg-author.selected span {
    display: none;
  }
  .features-02 .features-image {
    margin-bottom: 50px;
  }
  nav.phone-menu {
    display: block;
  }
  nav.menu {
    display: none;
  }
  .one-feature-slider .button-blue {
    width: 100%;
    margin-top: 30px;
  }
  .one-feature-slider {
    height: auto;
    margin-top: 0;
  }
  .header-style-01 .logo a,
  .one-feature-slider a.logo img {
    margin-left: 3%;
  }
  .tparrows {
    top: 250px !important;
  }
  .widget-type-01,
  .memeber-team {
    margin: 20px 0;
  }
  .portfolio-bg nav.posts-list ul li.post-li .image-container .post-link-bg a {
    margin-top: 22%;
  }
  .bottom-footer ul {
    margin-top: 20px;
  }
  .header {
    position: relative !important;
  }
  .menu-affix {
    height: 0 !important;
  }
}
@media (max-width: 768px) {
  .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 {
    width: 100% !important;
  }
  .woocommerce .row-left,
  .woocommerce .row-right {
    padding: 0 !important;
  }
  .woocommerce .coupon input.input-text {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .woocommerce .shop_table.cart .product-price,
  .woocommerce .shop_table.cart .product-subtotal {
    width: 10%;
  }
  .woocommerce .shop_table.cart .product-quantity {
    width: 22%;
  }
  .woocommerce .shop_table.cart .product-price .amount,
  .woocommerce .shop_table.cart .product-subtotal .amount {
    font-size: 12px;
  }
  .woocommerce .login p,
  .woocommerce .login p,
  .woocommerce .checkout_coupon p,
  .woocommerce .lost_reset_password p,
  .woocommerce .checkout p {
    padding: 0 !important;
  }
  .woocommerce-tabs .tabs li {
    float: none;
    border: 1px solid #d8d8d8 !important;
    border-radius: 5px !important;
    margin-bottom: 10px;
  }
  .woocommerce-tabs .tabs:after {
    content: '';
    visibility: hidden;
    clear: both;
  }
  .woocommerce-tabs .entry-content .shop_attributes tbody tr th {
    width: 75px;
  }
  .woocommerce-tabs .entry-content {
    margin-top: 0;
  }
  .images .thumbnails a img {
    width: 30%;
  }
  .products > li .star-rating {
    font-size: 1em;
  }
  .iImages {
    top: 90px !important;
  }
  .iImages-02 {
    top: 48px !important;
  }
  .iImages-03 {
    top: 65px !important;
  }
  .title-rs {
    top: 160px !important;
  }
  .subtitle-rs {
    top: 195px !important;
  }
  .content-rs {
    top: 240px !important;
  }
  .content-rs-02 {
    top: 255px !important;
  }
  .anchor-rs {
    top: 290px !important;
  }
  .up-down-buttons {
    display: none !important;
  }
  .social-media-container {
    /*display: none !important;*/
    top: 0 !important;
  }
  .header.header-style-04,
  .header.header-style-05 {
    margin-bottom: 0;
  }
  .portfolio-items {
    margin-left: -30px;
  }
  .header.header-style-03 .info-contact-header ul li {
    margin-left: 10px;
  }
  .header.header-style-03 .logo {
    float: none;
  }
  .header.header-style-03 .info-contact-header {
    float: none;
  }
  .header.header-style-03 .info-contact-header ul li.place {
    margin-left: 0;
  }
  .header.header-style-03 .info-contact-header ul {
    margin-top: 0;
  }
  .team-member-single-hover figure figcaption {
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .team-member-single-hover figure img {
    z-index: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  .team-member-single-hover figure figcaption section p {
    display: none;
  }
  .border-img {
    margin-bottom: 20px;
  }
  .team-member-single {
    margin-bottom: 55px;
  }
  .portfolio-items li img {
    width: 82%;
  }
  .portfolio-items li {
    height: 199px;
  }
  .portfolio-items li .hover-item a {
    margin-top: 80px;
  }
  .portfolio-items li img {
    z-index: 0;
  }
  .portfolio-items li .hover-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
  }
  .portfolio-items li .hover-item a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .post-portfolio-container a.image-post img {
    margin-bottom: 25px;
  }
  .comment-respond {
    margin-bottom: 30px;
  }
  .simple-tipsy {
    display: none !important;
  }
  .col-sm-1-5,
  .col-sm-11-5 {
    width: 100% !important;
    padding: auto 0 !important;
  }
  .row-left {
    padding-left: 15px !important;
  }
  .row-right {
    padding-right: 15px !important;
  }
  .post-list-postfolio-02 .post-link-bg h1 {
    padding-top: 13%;
  }
  nav.posts-list > ul > li {
    float: left;
    width: 50%;
  }
  .container-slider-revolution {
    margin-top: 0;
  }
  .one-feature-slider .logo {
    display: none;
  }
  .carousel.slider a.right.carousel-control span.icon-next,
  .carousel.slider a.left.carousel-control span.icon-prev {
    margin-top: -13px;
  }
  .left-tabs-content {
    width: 100%;
    max-width: 100% !important;
  }
  .left-tabs-content a {
    border: 1px solid #f0f0f0 !important;
  }
  .memeber-team section .left-sec {
    max-width: 80%;
  }
  .portfolio-bg nav.posts-list ul li.post-li .post-info .left-sec {
    width: 84%;
  }
  .description-product {
    margin-top: 20px;
  }
  .header-style-01 {
    margin-bottom: 0;
  }
  .one-feature-slider {
    margin-top: 0;
  }
  .features,
  .presentation {
    margin: 35px 0;
  }
  .testimonials-bg {
    padding: 30px 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .arhivments-bg {
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .portfolio-bg nav.posts-list ul li.post-li .post-info .left-sec {
    width: 78%;
  }
  .posts-list > ul > li .post-info .left-sec a.title {
    font-size: 16px;
  }
  .posts-list > ul > li .post-info .left-sec ul.tags li a {
    font-size: 10px;
  }
  .images .thumbnails a img {
    width: 29.60%;
  }
  .woocommerce .shop_table.cart .product-thumbnail {
    width: 60%;
  }
  .woocommerce .shop_table.cart .product-thumbnail .product-info {
    width: 65%;
  }
  .woocommerce .shop_table.cart .product-thumbnail .product-info a {
    font-size: 12px;
  }
  .woocommerce .shop_table.cart .product-thumbnail > a {
    width: 30%;
  }
  .woocommerce .shop_table.cart .product-quantity {
    width: 14%;
  }
  .woocommerce .shop_table.cart .product-quantity .quantity {
    padding: 10px 0;
  }
  .woocommerce .shop_table.cart thead th {
    font-size: 12px;
  }
  .products > li .figure-product .product-buttons {
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .products > li .figure-product img {
    z-index: 1;
  }
  .iImages {
    top: 38px !important;
  }
  .iImages-02 {
    top: 15px !important;
  }
  .iImages-03 {
    top: 25px !important;
  }
  .title-rs {
    top: 90px !important;
  }
  .subtitle-rs {
    top: 120px !important;
  }
  .content-rs {
    top: 145px !important;
  }
  .content-rs-02 {
    top: 165px !important;
  }
  .anchor-rs {
    top: 190px !important;
  }
  .header.header-style-05 .info-contact-header ul {
    margin-top: -1px;
  }
  .header.header-style-05 .info-contact-header {
    width: 50%;
  }
  .header.header-style-05 .info-contact-header ul li {
    margin-left: 0px;
  }
  .header.header-style-04 .info-contact-header ul li:first-child {
    margin-left: 0;
  }
  .header.header-style-04 .info-contact-header ul li {
    margin-left: 5px;
  }
  .header.header-style-04 .logo {
    float: none;
    width: 35%;
  }
  .header.header-style-04 .search-header input {
    margin-top: 0px;
  }
  .header.header-style-04 .social {
    margin-top: 3px;
  }
  .bg-404 .error-404-big,
  .bg-404 {
    height: 360px;
  }
  .bg-404 .error-icon {
    margin-top: 50px;
  }
  .error-404 h1,
  .bg-404 .error-404-big h1 {
    font-size: 40px;
  }
  .error-404 h2,
  .bg-404 .error-404-big h2 {
    font-size: 12px;
  }
  .team-member-single-hover {
    width: 96%;
    margin: 0 2% 20px 2%;
  }
  .team-member-single-hover figure figcaption section p {
    display: block;
  }
  .portfolio-items li img {
    width: 67%;
  }
  .portfolio-items li {
    height: 110px;
  }
  .portfolio-items li .hover-item a {
    margin-top: 30px;
  }
  .depth-2 {
    margin-left: 0 !important;
  }
  .depth-3 {
    margin-left: 0 !important;
  }
  .left-section {
    width: 20% !important;
  }
  .right-section {
    width: 77% !important;
  }
  .comment .right-section .top-comment-sec .top-ul-comment li p.time-comment {
    margin-right: 2px !important;
  }
  .blog-post-min .post-container .image-post,
  .blog-post-min .post-container iframe {
    width: 100%;
  }
  .blog-post-min .post-container .image-post {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog-post-min .post-container .content-post-blog {
    width: 100%;
  }
  .category-quote-post-format blockquote p,
  .category-quote-post-format blockquote p.author {
    padding-left: 30px;
  }
  .post-list-postfolio-02 .post-link-bg h1 {
    padding-top: 9%;
  }
  nav.posts-list > ul > li {
    float: none;
    width: 100%;
  }
  .tparrows {
    top: 200px !important;
  }
  .portfolio-bg nav.posts-list ul li.post-li .image-container {
    width: 100%;
  }
  .portfolio-bg nav.posts-list ul li.post-li .image-container img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  .portfolio-bg nav.posts-list ul li.post-li .image-container .post-link-bg {
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .portfolio-bg nav.posts-list ul li.post-li .image-container .post-link-bg a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    display: none;
  }
  .carousel.slider a.left.carousel-control,
  .carousel.slider a.right.carousel-control {
    top: 15% !important;
  }
  span.icon {
    margin: 15px 29px;
  }
  .jumbotron h1 {
    font-size: 22px;
  }
  .jumbotron .btn,
  .jumbotron p,
  .jumbotron h1 {
    float: none !important;
    display: inherit;
  }
  .jumbotron p,
  .jumbotron h1 {
    max-width: 100% !important;
  }
  .jumbotron .btn {
    margin-top: 20px !important;
  }
  .memeber-team section .left-sec {
    max-width: 68%;
  }
  .portfolio-bg nav.posts-list ul li.post-li .image-container .post-link-bg a {
    margin-top: 28%;
  }
  .portfolio-bg nav.posts-list ul > li .post-info .left-sec {
    width: 63%;
  }
  .features-02 .features-doc ul li {
    width: 100%;
  }
  .options-panel h1 {
    font-size: 14px;
    padding: 10px;
  }
  .options-panel {
    width: 140px;
  }
  .options-panel .options-panel-inner {
    padding: 15px;
  }
  .options-panel .options-panel-inner > ul li {
    min-width: 22% !important;
    width: 22% !important;
  }
  .settings-panel {
    left: 140px;
    width: 36px;
    height: 36px;
  }
  .tparrows {
    display: none;
  }
}
@media (max-width: 330px) {
  .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 {
    width: 100% !important;
  }
  .nav.left-tabs-content > li > a {
    background-position: 5px center !important;
  }
  .portfolio-bg nav.posts-list ul li.post-li .post-info .left-sec {
    width: 74%;
  }
  .woocommerce .cart-totals-container .cart_totals table {
    width: 88%;
    margin: 6%;
  }
  .woocommerce .coupon input[type=submit] {
    width: 30%;
  }
  .woocommerce .shop_table.cart .product-thumbnail {
    width: 55%;
  }
  .woocommerce .shop_table.cart .product-thumbnail .product-info {
    margin-top: 1%;
  }
  .woocommerce .shop_table.cart thead th {
    padding: 0 3px;
  }
  #customer_login a.lost_password {
    margin-top: 20px;
    display: block;
  }
  .images .thumbnails a img {
    width: 29.50%;
  }
  .iImages {
    top: 33px !important;
  }
  .iImages-02 {
    top: 15px !important;
  }
  .iImages-03 {
    top: 20px !important;
  }
  .title-rs {
    top: 65px !important;
  }
  .subtitle-rs {
    top: 80px !important;
  }
  .content-rs {
    top: 100px !important;
  }
  .content-rs-02 {
    top: 110px !important;
  }
  .anchor-rs {
    top: 125px !important;
  }
  .header.header-style-05 .logo {
    float: none;
    width: 25%;
  }
  .header.header-style-04 .search-header {
    float: none;
  }
  .header.header-style-04 .social {
    margin-top: -36px;
  }
  .portfolio-items li img {
    width: 88%;
  }
  .portfolio-items li {
    height: 180px;
  }
  .portfolio-items li .hover-item a {
    margin-top: 70px;
  }
  .comment-respond .comment-form .comment-form-inputs li input {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .features-02 .features-doc ul li {
    width: 100% !important;
  }
  @-webkit-keyframes fadeUpmenu {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeUpmenu {
    0% {
      opacity: 1;
      transform: translateY(0px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes fadeDownmenu {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeDownmenu {
    0% {
      opacity: 1;
      transform: translateY(0px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  nav.phone-menu,
  .header-style-01 nav.phone-menu {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  nav.phone-menu ul > li > ul,
  .header-style-01 nav.phone-menu ul > li > ul {
    padding: 20px 0;
  }
  nav.phone-menu ul > li > ul > li > a,
  .header-style-01 nav.phone-menu ul > li > ul > li > a {
    padding-left: 20%;
  }
  nav.phone-menu ul > li > ul > li ul > li > a,
  .header-style-01 nav.phone-menu ul > li > ul > li ul > li > a {
    padding-left: 28%;
  }
  nav.phone-menu ul > li > ul > li ul > li ul > li > a,
  .header-style-01 nav.phone-menu ul > li > ul > li ul > li ul > li > a {
    padding-left: 36%;
  }
  nav.phone-menu ul > li > ul > li ul > li ul > li ul > li > a,
  .header-style-01 nav.phone-menu ul > li > ul > li ul > li ul > li ul > li > a {
    padding-left: 45%;
  }
}
html.boxed {
  background: url('../img/wood-bg.jpg') fixed;
}
html.boxed body {
  width: 1230px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.container-m-tb {
  margin: 100px auto 85px 0;
}
.container-m-tb-small {
  margin: 50px auto 35px 0;
}
.no-margin {
  margin: 0 !important;
}
.no-ttu {
  text-transform: none !important;
}
input.knob {
  font-size: 35px !important;
  font-family: 'Roboto' !important;
  font-weight: 100 !important;
  outline: none;
}
.border-img {
  border-radius: 5px;
}
.full-w-object {
  width: 100%;
}
.tac {
  text-align: center;
}

.left_btn{
	z-index: 100;
cursor: pointer;
background: url(../rs-plugin/assets/large_left.png) no-Repeat 0 0;
width: 68px;
height: 85px;
position: absolute;
top: 300px;
margin-top: -43px;
left: 20px;
}

.right_btn{
	z-index: 100;
cursor: pointer;
background: url(../rs-plugin/assets/large_right.png) no-Repeat 0 0;
width: 68px;
height: 85px;
position: absolute;
top: 300px;
margin-top: -43px;
right: 20px;
}

.pgs{
	text-align:left!important;
	line-height:23px!important; 
	padding-left:10px!important; 
	font-weight:normal!important;
	text-indent:0em!important;
	font-size:14px!important;
	background: url(../img/icon.png) no-repeat 0px 10px;
	margin:0!important;
}
.ns_sxd{animation:txtopa 0.5s infinite linear; -ms-animation:txtopa 0.5s infinite linear; -moz-animation:txtopa 0.5s infinite linear; -o-animation:txtopa 0.5s infinite linear;-webkit-animation:txtopa 0.5s infinite linear;}
.ns_sxd a{ color:#3498db !important}
@keyframes txtopa{
0%{ -webkit-transform:scale(1)}
50%{ -webkit-transform:scale(1.2)}
100%{ -webkit-transform:scale(1)}
}
@-ms-keyframes txtopa{
0%{ -webkit-transform:scale(1)}
50%{ -webkit-transform:scale(1.2)}
100%{ -webkit-transform:scale(1)}
}
@-moz-keyframes txtopa{
0%{ -webkit-transform:scale(1)}
50%{ -webkit-transform:scale(1.2)}
100%{ -webkit-transform:scale(1)}
}
@-o-keyframes txtopa{
0%{ -webkit-transform:scale(1)}
50%{ -webkit-transform:scale(1.2)}
100%{ -webkit-transform:scale(1)}
}
@-webkit-keyframes txtopa{
0%{ -webkit-transform:scale(1)}
50%{ -webkit-transform:scale(1.2)}
100%{ -webkit-transform:scale(1)}
}
.posts-list > ul > li .image-container img{ height:236px;}
@media (max-width: 1199px) {
.posts-list > ul > li .image-container img{ height:190px;}
}
@media (max-width: 989px) {
.posts-list > ul > li .image-container img{ height:140px;}
}
@media (max-width: 767px) {
.posts-list > ul > li .image-container img{ height:auto;}
}