a:active {
  outline: none;
}
a{
  cursor: pointer;
}
input[type="tel"].form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
  color: #666;
  font-size: 14px;
  border-radius: 0;
  height: 40px;
  border: 1px solid #dedede;
  outline: none !important;
}
input[type="tel"].form-control:focus,
input[type="text"].form-control:focus,
input[type="email"].form-control:focus,
input[type="password"].form-control:focus {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.115);
  border-color: #bbb;
}
textarea.form-control {
  color: #666;
  font-size: 14px;
  border-radius: 0;
  padding: 10px 12px;
  border: 1px solid #dedede;
  outline: none !important;
  resize: none;
}
textarea.form-control:focus {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.115);
  border-color: #bbb;
}
.has-error input[type="tel"].form-control,
.has-error input[type="text"].form-control,
.has-error input[type="email"].form-control,
.has-error input[type="password"].form-control,
.has-error textarea.form-control {
  border-color: rgba(169, 68, 66, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error input[type="tel"].form-control:focus,
.has-error input[type="text"].form-control:focus,
.has-error input[type="email"].form-control:focus,
.has-error input[type="password"].form-control:focus,
.has-error textarea.form-control:focus {
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.has-error.label-on-input label {
  border-right: 1px solid rgba(169, 68, 66, 0.6) !important;
}
.text-danger {
  margin-top: 5px;
}
.form-horizontal .form-group {
  position: relative;
}
.form-horizontal .form-group .control-checkbox {
  color: #666;
  font-size: 13px;
  width: 100%;
}
.form-horizontal .form-group .control-checkbox .jcf-checkbox {
  top: 2px;
  display: block;
  float: left;
  border-radius: 0;
  margin: 0 8px 0 0;
}
.form-horizontal .form-group .control-checkbox .jcf-checkbox.jcf-unchecked {
  border: 1px solid #ddd;
}
.form-horizontal .form-group .control-checkbox .jcf-checkbox.jcf-checked {
  border: 2px solid #b37a5a;
}
.form-horizontal .form-group .control-checkbox .jcf-checkbox span {
  border-color: #b37a5a;
}
.form-horizontal .form-group .control-checkbox .jcf-checkbox input {
  cursor: pointer;
}
.form-horizontal .form-group.label-on-input *[class*="col-xs-"] label {
  left: 16px;
}
.form-horizontal .form-group.label-on-input label {
  z-index: 9;
  left: 1px;
  top: 1px;
  position: absolute;
  width: 38px;
  height: 38px;
  margin: 0;
  border-right: 1px solid #dedede;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f3f3f3', GradientType=0);
}
.form-horizontal .form-group.label-on-input label.name:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -83px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 18px;
  margin: -9px 0 0 -7px;
}
.form-horizontal .form-group.label-on-input label.email:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -122px -4px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 10px;
  margin: -5px 0 0 -8px;
}
.form-horizontal .form-group.label-on-input label.password:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -11px -150px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 8px;
  margin: -4px 0 0 -7px;
}
.form-horizontal .form-group.label-on-input label.phone:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -102px -1px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
.form-horizontal .form-group.label-on-input label.address:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -145px 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
.form-horizontal .form-group.label-on-input input {
  padding-left: 50px;
}
/* header */
header {
  background: #f3f3f3;
  border-bottom: 1px solid #c5c5c5;
}
header .container {
  padding-left: 0;
  padding-right: 15px;
}
header nav {
  display: inline-block;
  vertical-align: top;
}
header nav ul {
  margin: 0;
}
header nav ul li {
  padding: 0 5px;
  display: inline-block;
}
header nav ul li:first-child {
  padding-left: 0;
}
header nav ul li a {
  color: #666;
  line-height: 40px;
  text-shadow: 0 0 0 rgba(102, 102, 102, 0.5);
  display: inline-block;
}
header nav ul li a:hover {
  color: #666;
  text-decoration: underline;
}
header .dropdown {
  display: inline-block;
  vertical-align: top;
}
header .dropdown > .btn {
  color: #333;
  text-shadow: 0 0 0 rgba(51, 51, 51, 0.5);
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
header .dropdown .caret {
  top: -1px;
  margin-left: 4px;
  position: relative;
}
header .dropdown.open {
  background: #E8E8E8;
  box-shadow: inset 3px 0 3px -3px rgba(0, 0, 0, 0.4), inset -3px 0 3px -3px rgba(0, 0, 0, 0.4);
}
header .dropdown.open .caret {
  top: -4px;
  border-bottom: 4px solid;
  border-top: 4px solid transparent;
}
header .dropdown.open > .dropdown-menu {
  display: block;
  background-color: #F3F3F3;
  margin: 1px 0 0;
  border-radius: 0;
  width: 100%;
  border-top: none;
  padding: 8px 15px 10px;
  text-align: center;
}
header .dropdown.open > .dropdown-menu li {
  color: #333;
  font-size: 16px;
  padding: 8px 0 0;
}
header .dropdown.open > .dropdown-menu li:first-child {
  padding-top: 0;
}
header .callme {
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 42px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  background: #b37a5a;
  padding: 0 15px;
  bottom: -1px;
  margin: -2px 0 0 0;
  position: relative;
}
header .callme .fa {
  top: 1px;
  font-size: 18px;
  margin-right: 4px;
  position: relative;
}
header .callme:hover {
  background: #a47152;
}
/* module */
.module.bannerHome {
  margin: 0 0 50px -5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;

}
.module.bannerHome:after {
  content: '';
  display: block;
  clear: both;
}
.module.bannerHome .item {
  position: relative;
  /* float: left; */
  overflow: hidden;
  margin: 0 0 5px 5px;
  background: #000;
  text-align: center;
}
.module.bannerHome .item:before {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 8;
}
.module.bannerHome .item img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.module.bannerHome .item .btn {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 14px 8px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  display: block;
  width: 44%;
  margin: 10px auto 0;
}
.module.bannerHome .item .btn .fa {
  margin-left: 4px;
}
.module.bannerHome .item figcaption {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -50px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.module.bannerHome .item figcaption .header .mainlabel {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto;
}
.module.bannerHome .item figcaption .header hr {
  width: 25%;
  margin: 10px auto 10px;
}
.module.bannerHome .item figcaption .header .price {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding-top: 5px;
}
.module.bannerHome .item figcaption .description {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.module.bannerHome .item figcaption .description p {
  padding-top: 10px;
}
.module.bannerHome .item:hover img {
  opacity: 0.67;
}
.module.bannerHome .item:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.module.bannerHome .item:hover figcaption {
  -webkit-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
}
.module.bannerHome .item:hover .description {
  height: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.module.bannerInstallation {
  margin: 0 -15px 25px;
}
.module.bannerInstallation .item {
  position: relative;
  float: left;
  overflow: hidden;
}
.module.bannerInstallation .item:before {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  content: '';
  z-index: 8;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
}
.module.bannerInstallation .item img {
  opacity: .3;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.module.bannerInstallation .item .btn {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 14px 8px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  display: block;
  width: 44%;
  margin: 10px auto 0;
}
.module.bannerInstallation .item .btn .fa {
  margin-left: 4px;
}
.module.bannerInstallation .item figcaption {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.module.bannerInstallation .item figcaption:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 0;
  margin-left: -4px;
}
.module.bannerInstallation .item figcaption .header {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.module.bannerInstallation .item figcaption .header h3 {
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  padding: 0 55px;
  margin: 0 auto;
}
.module.bannerInstallation .item figcaption .header hr {
  border-color: #333;
  width: 25%;
  margin: 15px auto 10px;
}
.module.bannerInstallation .item figcaption .header .price {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 5px 30px 0;
}
.module.bannerInstallation .item figcaption .header p {
  color: #fff;
  padding: 10px 30px 0;
  opacity: 0;
  height: 0;
}
.module.bannerInstallation .item figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  opacity: 0;
}
.module.bannerInstallation .item:hover img,
.module.bannerInstallation .item.active img {
  opacity: 1;
}
.module.bannerInstallation .item:hover:before,
.module.bannerInstallation .item.active:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.65);
}
.module.bannerInstallation .item:hover h3,
.module.bannerInstallation .item.active h3,
.module.bannerInstallation .item:hover .price,
.module.bannerInstallation .item.active .price,
.module.bannerInstallation .item:hover .header p,
.module.bannerInstallation .item.active .header p {
  color: #fff !important;
  opacity: 1;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.module.bannerInstallation .item:hover .header hr,
.module.bannerInstallation .item.active .header hr {
  border-color: #fff;
}
.module.bannerInstallation .item:hover .description,
.module.bannerInstallation .item.active .description {
  color: #fff !important;
  height: auto;
  opacity: 1;
}
.module.html .list-trigger {
  margin: 0 0 60px;
  position: relative;
}
.module.html .list-trigger:after {
  content: '';
  display: block;
  clear: both;
}
.module.html .list-trigger li {
  width: 33.3%;
  padding-top: 170px;
  text-align: center;
  position: relative;
  display: block;
  float: left;
}
.module.html .list-trigger li:after {
  content: '';
  background: url("../image/trigger.png") no-repeat 0 -140px;
  position: absolute;
  left: -38px;
  top: 64px;
  width: 82px;
  height: 12px;
}
.module.html .list-trigger li:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  background: url("../image/trigger.png") no-repeat;
  height: 140px;
  width: 140px;
  margin-left: -70px;
}
.module.html .list-trigger li.year:after {
  display: none;
}
.module.html .list-trigger li.staff:before {
  background-position: -140px 0;
}
.module.html .list-trigger li.trust:before {
  background-position: -280px 0;
}
.module.html .list-trigger li i {
  color: #333;
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
  font-style: normal;
  display: block;
  position: absolute;
  left: 50px;
}
.module.html .list-trigger li > span {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  width: 130px;
  margin-left: 60px;
}
.module.html .list-trigger li > span > span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.1;
}
/* pages */
.wrapper {
  overflow: hidden;
}
#content.col-sm-9 {
  width: 75%;
  float: left;
}
.page #content {
  padding-left: 20px;
}
.page.information .description {
  color: #666;
  text-shadow: 0 0 0 rgba(102, 102, 102, 0.5);
  line-height: 1.6;
}
.page.information .description h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0 15px;
}
.page.information .description h3 .fa {
  font-size: 16px;
  margin-right: 8px;
}
.page.quality-certificates .table-bordered {
  border-spacing: 20px 0;
  border-collapse: separate;
  border: none;
  margin: 0 -20px;
  width: 884px;
}
.page.quality-certificates .table-bordered > tbody > tr > td {
  width: 50%;
  border: 1px solid #b37a5a;
}
.page.quality-certificates .table-bordered > tbody > tr > td img {
  float: none !important;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
  max-width: 30px;
}
.page.quality-certificates .table-bordered > tbody > tr > td h4 {
  vertical-align: middle;
  display: inline-block;
}
.page.quality-certificates .table-bordered > tbody > tr:first-child > td {
  padding: 15px 25px 10px;
  border-bottom: none;
}
.page.quality-certificates .table-bordered > tbody > tr:first-child + tr > td {
  padding: 0 20px 20px 25px;
  border-top: none;
}
.page.quality-certificates h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.page.quality-certificates h2 {
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.page.quality-certificates .gallery-element {
  display: inline-block;
  margin: 0 5px 5px;
}
.page.payment .table-bordered {
  border-spacing: 20px 0;
  border-collapse: separate;
  border: none;
  margin: 0 -20px;
  width: 884px;
}
.page.payment .table-bordered > tbody > tr > td {
  width: 50%;
  border: 1px solid #b37a5a;
}
.page.payment .table-bordered > tbody > tr > td img {
  display: block;
  margin: 10px auto 25px;
}
.page.payment .table-bordered > tbody > tr:first-child > td {
  padding: 15px 35px 10px;
  border-bottom: none;
}
.page.payment .table-bordered > tbody > tr:first-child + tr > td {
  line-height: 1.8;
  padding: 0 35px 30px;
  border-top: none;
  text-align: center;
}
.page.payment h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.page.about .table-bordered {
  border-spacing: 30px 0;
  border-collapse: separate;
  border: none;
  margin: 0 -20px;
  width: 884px;
}
.page.about .table-bordered h4 {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.page.about .table-bordered > tbody > tr > td {
  width: 50%;
  border: none;
}
.page.about .table-bordered > tbody > tr > td img {
  float: none !important;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
  max-width: 30px;
}
.page.about .table-bordered > tbody > tr > td h4 {
  vertical-align: middle;
  display: inline-block;
}
.page.about .table-bordered > tbody > tr:first-child > td {
  padding: 10px 0 0;
  border-bottom: none;
}
.page.about .table-bordered > tbody > tr:first-child + tr > td {
  padding: 0 0 20px;
  border-top: none;
}
.page.contact .config-contacts .panel {
  border: 1px solid #eee;
  border-radius: 0;
  padding: 0 10px 0 35px;
  box-shadow: none;
}
.page.contact .config-contacts .panel .panel-heading {
  color: #b37a5a;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0 10px;
  background: #fff;
  border: none;
  position: relative;
}
.page.contact .config-contacts .panel .panel-heading:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 80%;
  background: #eee;
}
.page.contact .config-contacts .panel .panel-body {
  padding: 15px 0 10px;
}
.page.contact .config-contacts .panel .panel-body .phone {
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}
.page.contact .config-contacts .panel .panel-body .phone .item {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  display: block;
  margin: 8px 0 0;
}
.page.contact .config-contacts .panel .panel-body .phone .item:first-child {
  margin: 0;
}
.page.contact .config-contacts .panel .panel-body .phone .text {
  color: #333;
  text-shadow: 0 0 0 #333;
  display: block;
  margin: 10px 0;
}
.page.contact .config-contacts .panel .panel-body .phone:before {
  content: '';
  background: url("../image/sprite.png") no-repeat 0 -32px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
}
.page.contact .config-contacts .panel .panel-body .email {
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}
.page.contact .config-contacts .panel .panel-body .email .item {
  color: #333;
  text-shadow: 0 0 0 #333;
  line-height: 30px;
  display: block;
}
.page.contact .config-contacts .panel .panel-body .email:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -17px -32px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
}
.page.contact .config-contacts .panel .panel-body address {
  padding-left: 30px;
  position: relative;
}
.page.contact .config-contacts .panel .panel-body address .item {
  color: #333;
  text-shadow: 0 0 0 #333;
  line-height: 30px;
  display: block;
}
.page.contact .config-contacts .panel .panel-body address .text {
  color: #b37a5a;
  text-shadow: 0 0 0 #b37a5a;
  cursor: pointer;
  border-bottom: 1px dashed #b37a5a;
  display: inline-block;
  margin: 5px 0 0;
}
.page.contact .config-contacts .panel .panel-body address .text:hover {
  border-bottom: 1px dashed transparent;
}
.page.contact .config-contacts .panel .panel-body address:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -34px -32px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
}
.page.contact .map-region {
  margin: 0 0 35px;
}
.page.contact .form-horizontal h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.page.faq h2 {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.page.faq #accordion {
  margin-bottom: 30px;
}
.page.faq #accordion .title {
  margin: 0 0 15px;
}
.page.faq #accordion .title a {
  color: #2190dd;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 0 0 #2190dd;
  border-bottom: 1px dashed #2190dd;
  position: relative;
  margin-left: 15px;
  text-decoration: none;
}
.page.faq #accordion .title a:before {
  color: #2190dd;
  content: "\f105";
  font: normal normal normal 16px/1.4 FontAwesome;
  position: absolute;
  left: -15px;
}
.page.faq #accordion .title.active a {
  color: #b37a5a;
  border-bottom: 1px dashed transparent;
}
.page.faq #accordion .title.active a:before {
  color: #b37a5a;
  content: "\f107";
  left: -17px;
}
.page.faq #accordion .description {
  color: #333;
  font-size: 14px;
  text-shadow: 0 0 0 #333;
  line-height: 1.6;
  margin: -5px 0 25px 15px;
}
.page.turnkey .form-horizontal fieldset {
  margin-bottom: 35px;
}
.page.turnkey .form-horizontal legend {
  color: #cccccc;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border: none;
}
.page.turnkey .form-horizontal hr {
  width: 30%;
  margin: 10px 0 25px;
}
.page.turnkey .form-horizontal h4 {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.page.turnkey .form-horizontal h4 b {
  color: red;
}
.page.turnkey .form-horizontal .form-group + h4 {
  margin-top: 50px;
}
.page.turnkey .form-horizontal .control-checkbox {
  cursor: pointer;
  color: #888;
  font-size: 13px;
  line-height: 20px;
  text-shadow: 0 0 0 rgba(102, 102, 102, 0.5);
  display: block;
  margin: 0;
}
.page.turnkey .form-horizontal .control-checkbox + .control-checkbox {
  margin-top: 15px;
}
.page.turnkey .form-horizontal .control-checkbox .jcf-checkbox {
  border-radius: 0;
  margin: 0 8px 0 0;
}
.page.turnkey .form-horizontal .control-checkbox .jcf-checkbox.jcf-unchecked {
  border: 2px solid #eee;
}
.page.turnkey .form-horizontal .control-checkbox .jcf-checkbox.jcf-checked {
  border: 2px solid #b37a5a;
}
.page.turnkey .form-horizontal .control-checkbox .jcf-checkbox span {
  border-color: #b37a5a;
}
.page.turnkey .form-horizontal .list-file {
  margin: 10px 0 0;
}
.page.turnkey .form-horizontal .list-file li {
  color: #b37a5a;
  font-size: 13px;
  line-height: 1.6;
}
.page.turnkey .form-horizontal .list-file li + li {
  margin-top: 2px;
}
.page.turnkey .form-horizontal .list-file li .delete {
  cursor: pointer;
  background: url("../image/sprite.png") no-repeat -34px -20px;
  width: 8px;
  height: 8px;
  margin: 0 8px 0 6px;
  display: inline-block;
}
.page.turnkey .form-horizontal .control-file {
  display: block;
}
.page.turnkey .form-horizontal .control-file .jcf-file {
  display: block;
}
.page.turnkey .form-horizontal .control-file .jcf-file .jcf-fake-input {
  color: #666;
  font-size: 13px;
  line-height: 38px;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #dedede;
  border-radius: 0;
}
.page.turnkey .form-horizontal .control-file .jcf-file .jcf-upload-button {
  cursor: pointer;
  text-indent: -9999px;
  z-index: 9;
  right: 1px;
  top: 1px;
  position: absolute;
  width: 38px;
  height: 38px;
  margin: 0;
  border-left: 1px solid #dedede;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f3f3f3', GradientType=0);
}
.page.turnkey .form-horizontal .control-file .jcf-file .jcf-upload-button:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -83px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 18px;
  margin: -9px 0 0 -7px;
}
.page.turnkey .form-horizontal .control-radio {
  cursor: pointer;
  color: #888;
  font-size: 13px;
  line-height: 16px;
  text-shadow: 0 0 0 rgba(102, 102, 102, 0.5);
  display: block;
  margin: 0;
}
.page.turnkey .form-horizontal .control-radio + .control-radio {
  margin-top: 15px;
}
.page.turnkey .form-horizontal .control-radio .jcf-radio {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 2px rgba(204, 204, 204, 0.5);
}
.page.turnkey .form-horizontal .control-radio .jcf-radio span {
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #666;
}
.page.category .heading-options {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-top: 10px;
}
.page.category .options-list {
  margin: 0 -15px 40px;
}
.page.category .options-list > div + div[class*='col-xs'] {
  border-left: 1px dashed #ccc;
}
.page.category .options-list h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.page.category .options-list ul {
  margin: 0;
  text-align: center;
}
.page.category .options-list ul li {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-left: -4px;
  width: 200px;
}
.page.category .options-list ul li .img {
  width: 120px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
.page.category .options-list ul li .name {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.page.category .options-list ul li button {
  color: #999;
  font-size: 14px;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 18px;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-left: 4px;
  outline: none;
}
.page.category .options-list ul li button:active,
.page.category .options-list ul li button:focus {
  color: #777;
  background: #f0f0f0;
  border: 1px solid #c3c3c3;
}
.page.category .options-list ul li:hover .img,
.page.category .options-list ul li.active .img {
  background-position: 0 -80px;
}
.page.category .sort-list {
  margin-top: -15px;
  padding-top: 15px;
  margin-bottom: 26px;
}
.page.category .sort-list ul {
  margin: 0;
}
.page.category .sort-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 14px;
}
.page.category .sort-list li span {
  color: #b37a5a;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;

}
.page.category .sort-list li a {
  color: #b37a5a;
  font-weight: 600;
  background: #fff;
  padding: 4px 15px 5px;
  border: 1px solid #b37a5a;
  border-radius: 4px;
  display: inline-block;
}
.page.category .sort-list li a:hover,
.page.category .sort-list li a.active {
  color: #fff;
  background: #b37a5a;
}
.page.category .welcome {
  overflow: hidden;
  position: relative;
  margin: 0 0 15px;
}
.page.category .welcome h4 {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.page.category .welcome p {
  color: #666;
  margin: 10px 0 0;
}
.page.category .more {
  cursor: pointer;
  color: #b37a5a;
  font-weight: 600;
  text-transform: uppercase;
}
.page.category .more span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px dashed #b37a5a;
}
.page.category .more .fa {
  margin-left: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 18px;
  left: 0;
  top: 1px;
  position: relative;
}
.page.category .more:hover span {
  border-bottom-color: transparent;
}
.page.category .more:hover .fa {
  left: 6px;
}
.page.category .more:hover .fa.fa-long-arrow-left {
  left: -6px;
}
/* page product */
.page.product section#content h1 {
  margin: 0 0 10px;
}
.page.product .art {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 20px;
}
.page.product h3 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.page.product h4 {
  font-size: 16px;
  font-weight: 600;
  text-shadow: none;
  text-transform: uppercase;
  margin: 0 0 15px;
}
/* product */
.product-layoutBlock {
  margin: 0 -4px;
}
.product-layoutBlock .product-layout {
  padding: 0 4px;
}
/* product-thumb */
.product-thumb {
  margin-bottom: 40px;
}
.product-thumb:hover .image a {
  opacity: .8;
}
.product-thumb:hover .image a:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-thumb .image {
  margin: 0 0 5px;
  background: #000;
  overflow: hidden;
}
.product-thumb .image a {
  opacity: 1;
  display: block;
  position: relative;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.product-thumb .image a:before {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 8;
}
.product-thumb .caption .fast-order {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #333;
  border: 1px solid #333;
  outline: none !important;
  width: 100%;
  display: block;
  padding: 9px 0;
  margin: 0 0 4px;
}
.product-thumb .caption .fast-order:hover {
  color: #333;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #333;
}
.product-thumb .caption .constructor {
  color: #b37a5a;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #fff;
  display: block;
  padding: 9px 0;
  margin: 0 0 4px;
  border: 1px solid #b37a5a;
}
.product-thumb .caption .constructor:hover {
  color: #fff;
  text-shadow: 1px 1px 0 #966143;
  background: #b37a5a;
}
.product-thumb .caption h4,
.product-thumb .caption .h4 {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  height: 30px;
  overflow: hidden;
  margin: 10px 0 8px;
  padding: 0 10px;
}
.product-thumb .caption h4 a,
.product-thumb .caption .h4 a {
  color: #999;
  font-size: 13px;
  line-height: 1.4;
}
.product-thumb .caption h4 a:hover,
.product-thumb .caption .h4 a:hover {
  text-decoration: underline;
}
.product-thumb .caption .price {
  text-align: center;
}
.product-thumb .caption .price .price-default {
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.product-thumb .caption .price .upc {
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
/* product-list */
.product-list-inner {
  padding-top: 25px;
}
.product-list {
  margin: 0 0 50px;
  position: relative;
}
.product-list:after {
  content: '';
  display: block;
  clear: both;
}
.product-list .image {
  float: left;
  width: 400px;
  border: 1px solid #ccc;
  text-align: center;
}
.product-list .caption {
  float: left;
  width: 442px;
  padding: 0 0 0 15px;
}
.product-list .caption h4 {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 15px;
}
.product-list .caption .description {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-shadow: 0 0 0 rgba(51, 51, 51, 0.5);
  margin: 0 0 15px;
}
.product-list .caption .description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-list .caption .description ul li {
  line-height: 1.6;
}
.product-list .caption .description ul li i {
  color: #333!important;
  font-size: 13px!important;
  font-weight: 400!important;
  line-height: 1.6!important;
  font-style: normal !important;
}
.product-list .caption .product-price {
  margin: 0 -15px;
  position: relative;
}
.product-list .caption .product-price:after {
  content: '';
  display: block;
  clear: both;
}
.product-list .caption .product-price span.price {
  color: #333;
  font-size: 24px;
  line-height: 50px;
  font-weight: 600;
  background: #f2f2f2;
  display: block;
  text-shadow: 0 0 0 #333;
}
.product-list .caption .product-price .btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
  outline: none;
}
.product-list .caption .product-price .btn .fa {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 18px;
  margin-left: 4px;
  left: 0;
  position: relative;
}
.product-list .caption .product-price .btn:hover .fa {
  left: 6px;
}
.product-list .caption .product-price div[class*="col-xs"] {
  padding-right: 0;
}
.product-list .caption .product-price div[class*="col-xs"] + div[class*="col-xs"] {
  padding-left: 0;
  padding-right: 15px;
}
/* product-related */
.product-related .product-thumb {
  margin-bottom: 0;
}
/* product-bought */
.product-bought {
  margin: 0 -4px 50px;
}
.product-bought .product-grid {
  padding: 0 4px;
}
.product-bought .product-thumb {
  margin: 0;
}
.product-bought .product-thumb img {
  max-width: 101%;
}
.product-bought .product-thumb h4 a,
.product-bought .product-thumb .h4 a {
  color: #999;
  font-size: 13px;
}
/* product-detail */
.product-detail {
  margin-bottom: 30px;
}
.product-detail .thumbnails {
  margin: 0;
}
.product-detail .image-additional {
  display: table;
  margin: 8px 0 0 -10px;
}
.product-detail .image-additional li {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  min-width: 95px;
}
.product-detail .image-additional li a {
  display: inline-block;
  opacity: .4;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.product-detail .image-additional li a:hover {
  opacity: 1;
}
.product-detail .image-additional li a img {
  width: 100%;
}
.product-detail #thumbnails {
  width: 400px;
}
.product-detail #product {
  width: 472px;
}
.product-detail #product .product-option {
  margin-bottom: 20px;
}
.product-detail #product .product-option > li {
  height: 38px;
  border-top: 1px dashed #eee;
  position: relative;
  margin: 0;
}
.product-detail #product .product-option > li .fa-question {
  line-height: 22px;
  border-radius: 50%;
  background: #f7f7f7;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 6px 0 0 15px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.product-detail #product .product-option > li .text-danger {
  display: none;
}
.product-detail #product .product-option > li.has-error:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px dashed #a94442;
  z-index: 9;
}
.product-detail #product .product-option > li.has-error .control-label {
  color: #a94442;
}
.product-detail #product .product-option > li:first-child {
  border: none;
  margin-top: -10px;
}
.product-detail #product .product-option > li:after {
  content: '';
  display: block;
  clear: both;
}
.product-detail #product .product-option > li .control-label {
  color: #999;
  font-size: 13px;
  line-height: 36px;
  float: left;
  margin: 0;
}
.product-detail #product .product-option > li .control-label i {
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: -1px;
}
.product-detail #product .product-option > li .jcf-select {
  float: right;
  display: inline-block;
  width: auto;
  height: 38px;
  border: none;
  box-shadow: none;
  background: transparent;
}
.product-detail #product .product-option > li .jcf-select:before {
  display: none;
}
.product-detail #product .product-option > li .jcf-select.jcf-disabled {
  opacity: 1;
}
.product-detail #product .product-option > li .jcf-select.jcf-disabled .jcf-select-text {
  padding: 0;
}
.product-detail #product .product-option > li .jcf-select.jcf-disabled .jcf-select-opener {
  display: none;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-text {
  color: #555;
  font-size: 13px;
  line-height: 36px;
  font-weight: 600;
  margin: 0;
  padding: 0 80px 0 0;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-opener {
  cursor: pointer;
  width: 68px;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-opener:before {
  content: "(изменить)";
  color: #4790d4;
  font-size: 11px;
  text-decoration: underline;
  font-weight: 600;
  position: absolute;
  top: 11px;
  right: 0;
  border: none;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-opener:hover:before {
  text-decoration: none;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-drop {
  width: 235px !important;
  border-radius: 0;
  right: 0;
  left: inherit;
  box-shadow: 0 0 1px rgba(51, 51, 51, 0.1);
  overflow: visible;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-drop:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -94px -63px;
  width: 16px;
  height: 12px;
  position: absolute;
  left: 83%;
  top: -7px;
  z-index: 99;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-drop .jcf-select-drop-content {
  padding: 0;
  border: 1px solid #cfcfcf !important;
  border-radius: 0;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-drop .jcf-list {
  border: 1px solid #fff;
  background: #f9f9f9;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-drop .jcf-list .jcf-list-content {
  background: #f9f9f9;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-drop .jcf-list .jcf-list-content li {
  border-top: 1px solid #eee;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-drop .jcf-list .jcf-list-content li:first-child {
  border: none;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-drop-content .jcf-list .jcf-option {
  cursor: pointer;
  color: #555;
  font-size: 13px;
  text-shadow: 0 0 0 #555;
  background: transparent;
  padding: 8px 12px;
}
.product-detail #product .product-option > li .jcf-select .jcf-select-drop-content .jcf-list .jcf-option.jcf-selected,
.product-detail #product .product-option > li .jcf-select .jcf-select-drop-content .jcf-list .jcf-option.jcf-hover {
  color: #B37A5A;
  text-shadow: 0 0 0 #B37A5A;
  background: #FEFEFE;
}
.product-detail #product .product-option > li .jcf-checkbox {
  cursor: pointer;
  border-radius: 0;
  border: 2px solid #b37a5a;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 20px;
}
.product-detail #product .product-option > li .jcf-checkbox span {
  border-color: #b37a5a;
}
.product-detail #product .product-option > li .jcf-checkbox.jcf-unchecked {
  border: 2px solid #eee;
}
.product-detail #product .product-option > li .jcf-checkbox.jcf-disabled {
  opacity: 1;
}
.product-detail #product .product-option > li .input-option {
  float: right;
  display: inline-block;
  width: auto;
  height: 38px;
}
.product-detail #product .product-option > li .input-option .checkbox {
  margin: 0;
  line-height: 38px;
}
.product-detail #product .product-option > li .input-option .checkbox label {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  padding: 0 80px 0 0;
}
.product-detail #product .product-option > li .input-option .checkbox label.jcf-label-active {
  color: #b37a5a;
}
.product-detail #product .product-price {
  margin-bottom: 30px;
}
.product-detail #product .product-price div[class*="col-xs"] {
  padding-right: 0;
}
.product-detail #product .product-price div[class*="col-xs"] + div[class*="col-xs"] {
  padding-left: 0;
  padding-right: 15px;
}
.product-detail #product .fastOrder {
  position: relative;
  margin-bottom: 20px;
}
.product-detail #product .fastOrder:after {
  content: '';
  display: block;
  clear: both;
}
.product-detail #product .fastOrder .form-control {
  color: #b2b2b2;
  font-size: 16px;
  font-weight: 300;
  height: 44px;
  border: 1px solid #ccc;
  width: 50%;
  float: left;
}
.product-detail #product .fastOrder .form-control:focus {
  color: #666;
  font-weight: 400;
}
.product-detail #product .fastOrder .btn {
  width: 42%;
  float: left;
  margin-left: 8%;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  padding: 0;
  background: #fff;
  border: 2px solid #b37a5a;
  border-radius: 0;
  position: relative;
  outline: none;
}
.product-detail #product .fastOrder .btn span {
  color: #b37a5a;
  position: relative;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.product-detail #product .fastOrder .btn:hover span {
  color: #fff;
}
.product-detail #product .fastOrder .btn:hover:before {
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}
.product-detail #product .fastOrder .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b37a5a;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(0) translateZ(0);
  transform: scaleY(0) translateZ(0);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: transform 300ms cubic-bezier(0.345, 0.005, 0.07, 1);
  z-index: 0;
}
.product-detail #product .fastOrder .btn:after {
  content: "\f105";
  color: #cdcdcd;
  font: normal normal normal 20px/40px FontAwesome;
  position: absolute;
  left: -21px;
  top: 0;
}
.product-detail #product span.price {
  color: #333;
  font-size: 24px;
  line-height: 50px;
  font-weight: 600;
  background: #f2f2f2;
  display: block;
  text-shadow: 0 0 0 #333;
}
.product-detail #product .button-cart {
  font-size: 15px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
  outline: none;
}
.product-detail #product .button-cart .fa {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 18px;
  margin-left: 4px;
  left: 0;
  position: relative;
}
.product-detail #product .button-cart:hover .fa {
  left: 6px;
}
.product-detail #product .choose-us-block {
  cursor: pointer;
  color: #5999d7;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px dashed #5999d7;
}
.product-detail #product .choose-us-block:hover {
  border-bottom-color: transparent;
}
.product-description {
  color: #333;
  line-height: 1.6;
  text-shadow: 0 0 0 rgba(51, 51, 51, 0.5);
  margin-bottom: 30px;
}
.product-description .col-xs-9 {
  width: 72%;
}
.product-description .col-xs-3 {
  width: 28%;
}
.product-description .download li {
  padding-top: 2px;
  padding-bottom: 0;
}
.product-description .download li a {
  color: #5999d7;
  line-height: 54px;
  text-shadow: 0 0 0 #5999d7;
  border: none;
  display: block;
  padding: 10px 5px 10px 50px;
  background: none;
  position: relative;
}
.product-description .download li a span {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
.product-description .download li a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  background: url("../image/download-pdf.png") no-repeat;
  width: 30px;
  height: 40px;
  margin-top: -20px;
}
.product-description .download li a:hover {
  background: rgba(238, 238, 238, 0.24);
}
.product-description .download li + li {
  border-top: none;
  padding-top: 0;
  padding-bottom: 2px;
}
.product-description .download li + li a {
  border-top: 1px dashed #ccc;
}
/* welcome */
section#content {
  min-height: 700px;
  padding: 15px 15px 30px 15px;
}
section#content h1 {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 31px;
}
section#content:not(.about):before {
  content: '';
  position: absolute;
  left: -292px;
  top: 0;
  bottom: 0;
  width: 292px;
  background: #fcfcfc;
  border: solid #e2e2e2;
  border-width: 0 1px;
  z-index: -1;
}
section#content > .module.html h2 {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
}
section#content > .module.html .welcome {
  overflow: hidden;
  position: relative;
  margin: 0 0 15px;
}
section#content > .module.html .welcome p {
  margin: 10px 0 0;
}
section#content > .module.html .more {
  cursor: pointer;
  color: #b37a5a;
  font-weight: 600;
  text-transform: uppercase;
}
section#content > .module.html .more span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px dashed #b37a5a;
}
section#content > .module.html .more .fa {
  margin-left: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 18px;
  left: 0;
  top: 1px;
  position: relative;
}
section#content > .module.html .more:hover span {
  border-bottom-color: transparent;
}
section#content > .module.html .more:hover .fa {
  left: 6px;
}
section#content > .module.html .more:hover .fa.fa-long-arrow-left {
  left: -6px;
}
/* categories-children */
.categories-children {
  margin: 0 -15px;
}
.categories-children .item {
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.categories-children .item:before {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  content: '';
  z-index: 8;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
}
.categories-children .item img {
  opacity: .3;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.categories-children .item .btn {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 14px 8px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  display: block;
  width: 44%;
  margin: 10px auto 0;
}
.categories-children .item .btn .fa {
  margin-left: 4px;
}
.categories-children .item figcaption {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.categories-children .item figcaption:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 0;
  margin-left: -4px;
}
.categories-children .item figcaption .header {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.categories-children .item figcaption .header h3 {
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  padding: 0 35px;
  margin: 0 auto;
}
.categories-children .item figcaption .header b {
  color: #b37a5a;
}
.categories-children .item figcaption .header hr {
  border-color: #333;
  width: 25%;
  margin: 15px auto 10px;
}
.categories-children .item figcaption .header .price {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 5px 30px 0;
}
.categories-children .item figcaption .header p {
  color: #fff;
  padding: 15px 30px 0;
  opacity: 0;
  height: 0;
}
.categories-children .item figcaption > a {
  position: absolute;
  top: 0;
  left: 15px;
  width: 90%;
  height: 100%;
  z-index: 1000;
  white-space: nowrap;
  text-indent: -9999px;
  opacity: 0;
}
.categories-children .item figcaption > a b {
  color: #b37a5a;
}
.categories-children .item:hover img,
.categories-children .item.active img {
  opacity: 1;
}
.categories-children .item:hover:before,
.categories-children .item.active:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.65);
}
.categories-children .item:hover h3,
.categories-children .item.active h3,
.categories-children .item:hover .price,
.categories-children .item.active .price,
.categories-children .item:hover .header p,
.categories-children .item.active .header p {
  color: #fff !important;
  opacity: 1;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.categories-children .item:hover .header hr,
.categories-children .item.active .header hr {
  border-color: #fff;
}
.categories-children .item:hover .description,
.categories-children .item.active .description {
  color: #fff !important;
  height: auto;
  opacity: 1;
}
/* categories-slabs */
.categories-slabs {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.categories-slabs ul {
  margin: 0;
  display: table;
  width: 100%;
}
.categories-slabs ul li {
  display: table-cell;
  vertical-align: top;
}
.categories-slabs ul li + li {
  padding-left: 11px;
}
.categories-slabs ul li a {
  color: #b37a5a;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 12px;
  text-align: center;
  border: 2px solid #b37a5a;
  display: block;
  position: relative;
  max-width: 320px;
}
.categories-slabs ul li a span {
  color: #b37a5a;
  position: relative;
}
.categories-slabs ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b37a5a;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(0) translateZ(0);
  transform: scaleY(0) translateZ(0);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: transform 300ms cubic-bezier(0.345, 0.005, 0.07, 1);
  z-index: 0;
}
.categories-slabs ul li a:hover span,
.categories-slabs ul li a:active span,
.categories-slabs ul li a.active span {
  color: #fff;
}
.categories-slabs ul li a:hover:before,
.categories-slabs ul li a:active:before,
.categories-slabs ul li a.active:before {
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}
/* Opt category */
body[class*="category-86"] .options-list,
body[class*="category-101"] .options-list,
body[class*="category-100"] .options-list,
/*body[class*="category-86"] .sort-list,*/
body[class*="category-101"] .sort-list,
body[class*="category-100"] .sort-list,
body[class*="category-86"] #options,
body[class*="category-101"] #options,
body[class*="category-100"] #options,
/*body[class*="category-86"] #sort,*/
body[class*="category-101"] #sort,
body[class*="category-100"] #sort {
  display: none;
}
body[class*="category-101"] header,
body[class*="category-100"] header,
body[class*="category-101"] .breadcrumb,
body[class*="category-100"] .breadcrumb {
  display: none;
}
body[class*="category-101"] aside.column-left .logo,
body[class*="category-100"] aside.column-left .logo {
  text-indent: -9999px;
  overflow: hidden;
  width: 256px;
  height: 82px;
  background: url("../image/opt-logo.png") no-repeat;
  background-size: 100%;
  margin: 0 103px 0 0;
  position: relative;
}
body[class*="category-101"] aside.column-left .logo img,
body[class*="category-100"] aside.column-left .logo img {
  display: none;
}
body[class*="category-100"] #column-left .item1 {
  display: none !important;
  visibility: hidden !important;
}
body[class*="category-100"] #column-left .item2 {
  display: block !important;
  visibility: visible !important;
}
body[class*="category-100"] #column-left .item2 > a {
  display: none !important;
}
/* trigger-opt */
.trigger-opt .h4,
.trigger-opt p,
.trigger-opt ul {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.trigger-opt h4,
.trigger-opt .h4 {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 5px;
  position: relative;
  padding-left: 40px;
}
.trigger-opt h4:before,
.trigger-opt .h4:before {
  content: '';
  background: url("../image/sprite.png") no-repeat;
  left: 0;
  top: 50%;
  position: absolute;
}
.trigger-opt h4.guarantee:before,
.trigger-opt .h4.guarantee:before {
  background-position: 0 -99px;
  height: 30px;
  width: 27px;
  margin-top: -15px;
}
.trigger-opt h4.quality:before,
.trigger-opt .h4.quality:before {
  background-position: -30px -99px;
  height: 25px;
  width: 24px;
  margin-top: -14px;
}
.trigger-opt h4.bonus:before,
.trigger-opt .h4.bonus:before {
  background-position: -57px -99px;
  height: 20px;
  width: 24px;
  margin-top: -10px;
}
.trigger-opt p {
  color: #666;
  font-size: 13px;
  margin: 0 0 25px;
}
.trigger-opt ul {
  margin: 5px 0 30px;
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
}
.trigger-opt ul:after {
  content: '';
  display: block;
  clear: both;
}
.trigger-opt ul li {
  float: left;
  width: 32%;
  color: #666;
  font-size: 10px;
}
.trigger-opt ul li + li {
  padding-left: 15px;
}
.trigger-opt ul li em {
  color: #666;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-style: normal;
  display: block;
}
.trigger-opt ul li b {
  font-size: 12px;
  font-weight: 700;
  display: block;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 15px;
  padding: 0 0 0 2px;
  background: none;
}
.breadcrumb > li a {
  color: #333;
  text-shadow: 0 0 0 rgba(51, 51, 51, 0.5);
  text-decoration: underline;
}
.breadcrumb > li a:hover {
  text-decoration: none;
}
.breadcrumb > li span {
  color: #ccc;
  text-shadow: 0 0 0 rgba(204, 204, 204, 0.5);
}
.breadcrumb > li + li:before {
  content: "\f101";
  font: normal normal normal 12px/1 'FontAwesome', sans-serif;
  padding: 0 8px 0 6px;
}
/* footer */
footer {
  background: url("../image/footer-bg.jpg") repeat-y 50% 0;
}
footer .listing {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 15px;
  margin: 0 0 25px;
  width: 92%;
}
footer .phone {
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative;
}
footer .phone .item {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  display: block;
  margin: 8px 0 0;
}
footer .phone .item:first-child {
  margin: 0;
}
footer .phone .text {
  color: #999;
  display: block;
  margin: 10px;
}
footer .phone:before {
  content: '';
  background: url("../image/sprite.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
}
footer .email {
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
footer .email .item {
  color: #fff;
  line-height: 30px;
  display: block;
}
footer .email:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -17px 0;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
}
footer address {
  padding-left: 30px;
  position: relative;
}
footer address .item {
  color: #fff;
  line-height: 30px;
  display: block;
}
footer address .text {
  color: #999;
  cursor: pointer;
  border-bottom: 1px dashed #999;
  display: inline-block;
  margin: 5px 0 0;
}
footer address .text:hover {
  border-bottom: 1px dashed transparent;
}
footer address:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -34px 0;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
}
footer ul li {
  padding: 4px 0 4px 10px;
}
footer ul li:first-child a {
  padding-top: 0;
}
footer ul li a {
  color: #fff !important;
  display: inline-block;
  vertical-align: top;
  padding: 4px 0;
}
footer ul li a .fa {
  color: #999;
  position: relative;
  left: -2px;
  opacity: 1;
  margin-right: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer ul li a:hover,
footer ul li a:active {
  text-decoration: underline;
}
footer ul li a:hover .fa,
footer ul li a:active .fa {
  left: 8px;
  opacity: 0;
}
footer .purchaser {
  padding-left: 35px;
}
footer .footer {
  padding: 40px 0 30px;
}
footer .copy {
  padding: 10px 0;
  background: #fff;
}
footer .copy p {
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
/* column-left */
aside.column-left {
  z-index: 98;
  background: #fcfcfc;
  border: solid #e2e2e2;
  border-width: 0 1px;
  padding: 20px 15px 10px;
  height: 100% !important;
}
aside.column-left .affix {
  z-index: 98;
  position: fixed !important;
  width: 260px;
  top: 20px;
}
aside.column-left .logo {
  display: block;
  margin: 0 0 20px;
}
aside.column-left .logo img {
  margin: 0 auto;
}
aside.column-left ul.parent {
  margin: 0 0 15px;
}
aside.column-left ul.parent > li {
  position: relative;
  border-bottom: 1px solid #eee;
}
aside.column-left ul.parent > li:first-child {
  border-top: 1px solid #eee;
}
aside.column-left ul.parent > li > a,
aside.column-left ul.parent > li > span {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  display: block;
  padding: 0 0 0 46px;
  position: relative;
}
aside.column-left ul.parent > li > a span,
aside.column-left ul.parent > li > span span {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
aside.column-left ul.parent > li > a img,
aside.column-left ul.parent > li > span img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -16px;
}
aside.column-left ul.parent > li > a .fa,
aside.column-left ul.parent > li > span .fa {
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
}
aside.column-left ul.parent > li.active {
  margin: -1px -15px 0 -15px;
  padding: 0 0 0 12px;
  background: #fefefe;
  border-left: 3px solid #999;
  border-top: 1px solid #eee;
}
aside.column-left ul.parent > li.active:first-child {
  margin-top: 0 !important;
}
aside.column-left ul.parent > li.active > a {
  color: #333;
}
aside.column-left ul.parent > li.active > a .fa {
  z-index: 99;
  right: 19px;
}
aside.column-left ul.parent > li:hover {
  margin: -1px -15px 0 -15px;
  padding: 0 0 0 12px;
  background: #fefefe;
  border-left: 3px solid #999;
  border-top: 1px solid #eee;
}
aside.column-left ul.parent > li:hover:first-child {
  margin-top: 0 !important;
}
aside.column-left ul.parent > li:hover.has-children {
  margin: -1px -16px 0 -15px;
}
aside.column-left ul.parent > li:hover.has-children:before {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  width: 60px;
  height: 100px;
  margin-top: -25px;
  z-index: 9;
}
aside.column-left ul.parent > li:hover.has-children > ul.child:not(:hover) > li:first-child {
  margin: 0 -15px;
  padding: 0 15px;
  background: #fff;
}
aside.column-left ul.parent > li:hover > a {
  color: #333;
}
aside.column-left ul.parent > li:hover > a .fa {
  z-index: 99;
  right: 1px;
}
aside.column-left ul.parent > li:hover > ul.child {
  left: 288px;
  width: 281px;
  display: block;
}
aside.column-left ul.parent > li > ul.child {
  display: none;
  top: -1px;
  position: absolute;
  left: 0;
  background: #f7f7f7;
  width: 0;
  padding: 0 15px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
aside.column-left ul.parent > li > ul.child > li {
  position: relative;
  border-top: 1px solid #eee;
}
aside.column-left ul.parent > li > ul.child > li:first-child {
  border: none;
}
aside.column-left ul.parent > li > ul.child > li > a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  display: block;
  position: relative;
  padding: 0 5px;
}
aside.column-left ul.parent > li > ul.child > li:hover {
  margin: 0 -15px;
  padding: 0 15px;
  background: #fff;
}
aside.column-left ul.parent > li > ul.child > li:hover:before,
aside.column-left ul.parent > li > ul.child > li:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #eee;
  top: -1px;
}
aside.column-left ul.parent > li > ul.child > li:hover:after {
  top: inherit;
  bottom: -1px;
}
aside.column-left .btn.btn-block {
  font-size: 15px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0 0 15px;
}
aside.column-left .btn.btn-block .fa {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 18px;
  margin-left: 4px;
  left: 0;
  position: relative;
}
aside.column-left .btn.btn-block:hover .fa,
aside.column-left .btn.btn-block.active .fa {
  left: 6px;
}
aside.column-left .btn.btn-empty {
  line-height: 46px;
}
aside.column-left .btn.btn-empty.active span {
  color: #fff;
}
aside.column-left .btn.btn-empty.active:before {
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}
aside.column-left .choose-us {
  padding: 0 10px;
  margin-bottom: 25px;
  position: relative;
}
aside.column-left .choose-us .choose-us-block {
  text-align: center;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 12px;
}
aside.column-left .choose-us .choose-us-block span {
  opacity: .8;
  cursor: pointer;
  width: 20px;
  height: 12px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #FCFCFC;
}
aside.column-left .choose-us .choose-us-block span:before {
  content: '';
  background: #FCFCFC url("../image/sprite.png") no-repeat -14px -19px;
  height: 12px;
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -10px;
  z-index: 2;
}
aside.column-left .choose-us .choose-us-block span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background-color: #b37a5a;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(0) translateZ(0);
  transform: scaleY(0) translateZ(0);
  -webkit-transition: all 500ms cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 500ms cubic-bezier(0.345, 0.005, 0.07, 1);
  z-index: 0;
}
aside.column-left .choose-us .choose-us-block span:hover {
  opacity: .9;
}
aside.column-left .choose-us .choose-us-block span:hover:after {
  width: 240px;
  margin-left: -120px;
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}
aside.column-left .choose-us ul {
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
}
aside.column-left .choose-us ul li {
  display: block;
  margin: 0 0 25px;
}
aside.column-left .choose-us ul li h4 {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  position: relative;
  padding-left: 28px;
}
aside.column-left .choose-us ul li h4:before {
  content: '';
  background: url("../image/sprite.png") no-repeat;
  left: 0;
  top: 0;
  position: absolute;
  width: 18px;
  height: 18px;
}
aside.column-left .choose-us ul li.item1 h4:before,
aside.column-left .choose-us ul li:nth-child(1) h4:before {
  background-position: 0 -63px;
}
aside.column-left .choose-us ul li.item2 h4:before,
aside.column-left .choose-us ul li:nth-child(2) h4:before {
  background-position: -18px -63px;
}
aside.column-left .choose-us ul li.item3 h4:before,
aside.column-left .choose-us ul li:nth-child(3) h4:before {
  background-position: -36px -63px;
}
aside.column-left .choose-us ul li.item4 h4:before,
aside.column-left .choose-us ul li:nth-child(4) h4:before {
  background-position: -55px -63px;
}
aside.column-left .choose-us ul li.item5 h4:before,
aside.column-left .choose-us ul li:nth-child(5) h4:before {
  background-position: -73px -63px;
}
/* developers */
.developers {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  float: right;
  font-size: 12px;
  line-height: 14px;
}
.developers a {
  color: #666 !important;
  display: inline-block;
  padding: 5px 38px 20px 0;
  position: relative;
  text-decoration: none !important;
  vertical-align: top;
  width: 156px;
  z-index: 1;
  text-align: right;
}
.developers a:hover .devLogo {
  animation-name: tada;
  background: url("../image/copyB.png") no-repeat 0 -36px;
  -webkit-animation-name: tada;
}
.developers a .devLogo {
  animation-duration: 1s;
  animation-fill-mode: both;
  background: url("../image/copyB.png") no-repeat;
  float: right;
  height: 36px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  width: 26px;
}
.developers a:hover + span {
  text-decoration: underline;
}
.developers span {
  color: #666;
  display: block;
  margin: -18px 0 0 16px;
  position: relative;
}
@-webkit-keyframes tada {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
  }
}
/* modal */
.modal .modal-content {
  background: #fcfdfd;
  border: 3px solid #ac5d28;
  border-radius: 0;
}
.modal .modal-header {
  padding: 20px 50px 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.modal .modal-header .heading,
.modal .modal-header .h4,
.modal .modal-header h4,
.modal .modal-header .modal-title {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.modal .modal-header .after-heading {
  color: #666;
  font-size: 13px;
  text-align: center;
  margin: 10px 0 0;
}
.modal .modal-body {
  padding: 0 50px 25px;
}
.modal .modal-body .form-group {
  margin-top: 15px;
  margin-bottom: 0;
}
.modal .modal-body .form-group:first-child {
  margin-top: 0;
}
.modal .modal-body .text-success {
  color: #666;
  font-size: 15px;
  text-align: center;
  margin: 0;
}
.modal .modal-body.map {
  padding: 0 10px 6px;
  margin: -15px 0 0;
}
.modal .modal-body.modal-cart {
  padding: 0;
  margin: -25px 0 0;
  position: relative;
}
.modal .modal-body.modal-cart:after {
  content: '';
  display: block;
  clear: both;
}
.modal .modal-body.modal-cart .detail-product {
  width: 350px;
  float: left;
  padding: 18px 23px;
}
.modal .modal-body.modal-cart .detail-product .product-image {
  position: relative;
  margin: 0 0 10px;
}
.modal .modal-body.modal-cart .detail-product .product-image:after {
  content: '';
  display: block;
  clear: both;
}
.modal .modal-body.modal-cart .detail-product .product-image .image-inner {
  width: 115px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
.modal .modal-body.modal-cart .detail-product .product-image .price-inner {
  width: 174px;
  display: inline-block;
  vertical-align: middle;
}
.modal .modal-body.modal-cart .detail-product .product-image .price-inner span {
  color: #999;
  font-size: 13px;
  line-height: 1.4;
  display: block;
}
.modal .modal-body.modal-cart .detail-product .product-image .price-inner span.price {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.modal .modal-body.modal-cart .detail-product ul li {
  padding: 10px 0;
  border-top: 1px dashed #e6e8eb;
}
.modal .modal-body.modal-cart .detail-product ul li:first-child {
  border: none;
}
.modal .modal-body.modal-cart .detail-product ul li span {
  color: #666;
  font-weight: 400;
  padding-right: 10px;
  display: block;
  float: left;
}
.modal .modal-body.modal-cart .detail-product ul li i {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  font-style: normal;
}
.modal .modal-body.modal-cart .detail-product .edit-option {
  color: #308bdf;
  font-size: 13px;
  text-shadow: 0 0 0 rgba(48, 139, 223, 0.5);
  border-bottom: 1px dashed #308bdf;
}
.modal .modal-body.modal-cart .detail-product .edit-option:hover {
  border-bottom-color: transparent;
}
.modal .modal-body.modal-cart .order-product {
  padding: 18px 20px;
  width: 444px;
  float: left;
  background: #fcfdfd;
  background: -moz-linear-gradient(top, #fcfdfd 0%, #ebefef 100%);
  background: -webkit-linear-gradient(top, #fcfdfd 0%, #ebefef 100%);
  background: linear-gradient(to bottom, #fcfdfd 0%, #ebefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfdfd', endColorstr='#ebefef', GradientType=0);
  border-left: 1px solid #eee;
  height: 100%;
  position: absolute;
  right: 0;
}
.modal .modal-body .btn-full {
  font-size: 15px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  padding: 0 30px;
}
.modal .modal-body .btn-full .fa {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 18px;
  margin-left: 4px;
  left: 0;
  position: relative;
}
.modal .modal-body .btn-full:hover .fa {
  left: 6px;
}
.modal .modal-footer {
  border: none;
  text-align: center;
  padding: 0 50px 30px;
}
.modal .close {
  opacity: 0.8;
  text-indent: -9999px;
  position: absolute;
  z-index: 99;
  outline: none;
  right: -36px;
  top: 0;
  width: 30px;
  height: 30px;
}
.modal .close i {
  text-indent: -9999px;
  background: url("../image/sprite.png") no-repeat 0 -18px;
  width: 15px;
  height: 15px;
  display: block;
  margin: 0 auto;
}
.modal .close:hover {
  opacity: 1;
}
.modal .close:hover i {
  color: #ec2327;
}
/* owl-carousel */
.page.about #content > .owl-carousel,
.page.category #content > .owl-carousel {
  margin: 0 0 45px;
}
.page.about #content > .owl-carousel .owl-wrapper-outer,
.page.category #content > .owl-carousel .owl-wrapper-outer {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.page.about #content > .owl-carousel .owl-controls .owl-pagination,
.page.category #content > .owl-carousel .owl-controls .owl-pagination {
  text-align: center;
  top: inherit;
  bottom: 20px;
  left: 25px;
  position: absolute;
}
.page.about #content > .owl-carousel .owl-controls .owl-page,
.page.category #content > .owl-carousel .owl-controls .owl-page {
  margin: 0 6px 0 0;
}
.page.about #content > .owl-carousel .owl-controls .owl-page span,
.page.category #content > .owl-carousel .owl-controls .owl-page span {
  display: block;
  width: 20px;
  height: 20px;
  background: #d9d9d9;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  border: 1px solid #5b5755;
}
.page.about #content > .owl-carousel .owl-controls .owl-page.active span,
.page.category #content > .owl-carousel .owl-controls .owl-page.active span {
  background: #fff;
}
.page.about #content > .owl-carousel figure figcaption,
.page.category #content > .owl-carousel figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page.about #content > .owl-carousel figure figcaption:before,
.page.category #content > .owl-carousel figure figcaption:before {
  content: '';
  display: inline-block;
  position: relative;
  left: 0;
  width: 1px;
  height: 90%;
  vertical-align: middle;
}
.page.about #content > .owl-carousel figure figcaption > div,
.page.category #content > .owl-carousel figure figcaption > div {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 21px;
  width: 99%;
}
.page.about #content > .owl-carousel figure figcaption > div h3,
.page.category #content > .owl-carousel figure figcaption > div h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  width: 50%;
}
.page.about #content > .owl-carousel figure figcaption > div p,
.page.category #content > .owl-carousel figure figcaption > div p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  width: 50%;
}
#map-region {
  position: relative;
}
/* modal-hover */
.modal-hover {
  width: 370px;
  border: 3px solid #ac5d28;
  padding: 15px 20px 15px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebefef 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ebefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebefef', GradientType=0);
  color: #666;
  font-size: 13px;
  text-shadow: 0 0 0 rgba(102, 102, 102, 0.5);
  position: relative;
  display: none;
}
.modal-hover:before {
  content: '';
  position: absolute;
  left: -17px;
  background: url("../image/modal-hover-area.png") no-repeat;
  width: 19px;
  height: 31px;
  top: 30%;
  display: block;
}
.modal-hover h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.modal-hover hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-hover .list-city {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.modal-hover .list-city li {
  line-height: 2;
}
.modal-hover p {
  line-height: 1.6;
  text-align: center;
}
.modal-hover.item1 {
  position: absolute;
  top: 64px;
  left: 60%;
}
.modal-hover.item2 {
  position: absolute;
  top: -158px;
  left: 57%;
}
.modal-hover.item2:before {
  left: -17px;
  top: 80%;
}
.modal-hover.item3 {
  z-index: 99;
  position: absolute;
  top: 150px;
  left: 56%;
}
.modal-hover.item3:before {
  left: -17px;
  top: 35%;
}
.modal-hover.item3:hover {
  display: block !important;
}
body.opt-page .modal form input[type="tel"].form-control,
body.opt-page .modal form input[type="email"].form-control,
body.opt-page .modal form input[type="text"].form-control {
  font-size: 12px;
}
body.opt-page .modal form .form-group.label-select {
  border-bottom: 1px dashed #ccc;
  margin: -10px 0 15px;
}
body.opt-page .modal form .form-group.label-select > div {
  padding: 0;
}
body.opt-page .modal form .form-group.label-select .jcf-select {
  float: right;
  display: inline-block;
  width: auto;
  height: 38px;
  border: none;
  box-shadow: none;
  background: transparent;
}
body.opt-page .modal form .form-group.label-select .jcf-select:before {
  display: none;
}
body.opt-page .modal form .form-group.label-select .jcf-select.jcf-disabled {
  opacity: 1;
}
body.opt-page .modal form .form-group.label-select .jcf-select.jcf-disabled .jcf-select-text {
  padding: 0;
}
body.opt-page .modal form .form-group.label-select .jcf-select.jcf-disabled .jcf-select-opener {
  display: none;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-text {
  color: #555;
  font-size: 13px;
  line-height: 36px;
  font-weight: 600;
  margin: 0;
  padding: 0 80px 0 0;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-opener {
  cursor: pointer;
  width: 68px;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-opener:before {
  content: "(изменить)";
  color: #4790d4;
  font-size: 11px;
  text-decoration: underline;
  font-weight: 600;
  position: absolute;
  top: 11px;
  right: 0;
  border: none;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-drop {
  width: 235px !important;
  border-radius: 0;
  right: 0;
  left: inherit;
  box-shadow: 0 0 1px rgba(51, 51, 51, 0.1);
  overflow: visible;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-drop:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -94px -63px;
  width: 16px;
  height: 12px;
  position: absolute;
  left: 83%;
  top: -7px;
  z-index: 99;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-drop .jcf-select-drop-content {
  padding: 0;
  border: 1px solid #cfcfcf !important;
  border-radius: 0;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-drop .jcf-list {
  border: 1px solid #fff;
  background: #f9f9f9;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-drop .jcf-list .jcf-list-content {
  background: #f9f9f9;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-drop .jcf-list .jcf-list-content li {
  border-top: 1px solid #eee;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-drop .jcf-list .jcf-list-content li:first-child {
  border: none;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-drop .jcf-list .jcf-list-content li .jcf-option {
  cursor: pointer;
  color: #555;
  font-size: 13px;
  text-shadow: 0 0 0 #555;
  background: transparent;
  padding: 8px 12px;
}
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-drop .jcf-list .jcf-list-content li .jcf-option.jcf-selected,
body.opt-page .modal form .form-group.label-select .jcf-select .jcf-select-drop .jcf-list .jcf-list-content li .jcf-option.jcf-hover {
  color: #B37A5A;
  text-shadow: 0 0 0 #B37A5A;
  background: #FEFEFE;
}
body.opt-page .modal form .label-checkbox {
  margin: -5px 0 5px;
}
body.opt-page .modal form .label-checkbox .control-label {
  color: #999;
  font-size: 13px;
  line-height: 36px;
  float: left;
  padding: 0;
  margin: 0;
}
body.opt-page .modal form .label-checkbox .input-option {
  float: right;
  display: block;
  width: 35%;
  height: 38px;
  position: relative;
}
body.opt-page .modal form .label-checkbox .input-option:after {
  content: '';
  display: block;
  clear: both;
}
body.opt-page .modal form .label-checkbox .input-option .checkbox {
  margin: 0;
  padding: 0;
  line-height: 38px;
}
body.opt-page .modal form .label-checkbox .input-option .checkbox label {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 0 30px;
}
body.opt-page .modal form .label-checkbox .input-option .checkbox label.jcf-label-active {
  color: #b37a5a;
}
body.opt-page .modal form .label-checkbox .input-option .jcf-checkbox {
  cursor: pointer;
  border-radius: 0;
  border: 2px solid #b37a5a;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 0;
}
body.opt-page .modal form .label-checkbox .input-option .jcf-checkbox.jcf-disabled {
  opacity: 1;
}
body.opt-page .modal form .label-checkbox .input-option .jcf-checkbox.jcf-unchecked {
  border: 2px solid #eee;
}
body.opt-page .modal form .label-checkbox .input-option .jcf-checkbox span {
  border-color: #b37a5a;
}
.download-pdf {
  background: url("../image/download-pdf.png") no-repeat;
  width: 30px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  position: relative;
  margin: 0 4px;
  opacity: .8;
}
.download-pdf:hover {
  opacity: 1;
}
/* Calc */
.calc-title{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  line-height: 20px;
}
#calc .jcf-checkbox.jcf-unchecked {
  border: 2px solid #eee;
}
#calc .jcf-checkbox.jcf-checked {
  border: 2px solid #b37a5a;
}
#calc .jcf-checkbox span {
  border-color: #b37a5a;
}
#calc .jcf-radio{
  border: 2px solid #eee;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#calc .jcf-radio.jcf-checked{
  border: 2px solid #b37a5a;
}
#calc .jcf-radio.jcf-checked span{
  background: #b37a5a;
}
.type-img-wrap,
.form-img-wrap{
  border: 1px solid #eee;
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 200px;
  margin: 0 0 7px 0;
  position: relative;
}
.form-img-wrap img,
.type-img-wrap img{
  display: inline;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.form-choose label,
.type-choose label{
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
  position: relative;
}
.form-img-hover,
.type-img-hover{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
}
.form-choose label:hover .form-img-hover,
.type-choose label:hover .type-img-hover{
  opacity: 1;
}
.form-choose label:hover .form-img,
.type-choose label:hover .form-img{
  opacity: 0;
}
.calc-form{
  margin: 0 0 50px 0;
}
.calc-annotation{
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 55px 0;
  font-weight: 400;
  color: #999;
}
.calc-size-title{
  font-size: 13px;
  line-height: 13px;
  margin: 0 0 20px 0;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
}
.size-inp-wrap{
  margin: 0 0 15px 0;
  position: relative;
  color: #999;
  font-size: 13px;
    height: 40px;
}
.size-inp-wrap input{
  width: 80%;
  display: inline-block;
  margin-right: 3%;
  padding-left: 50px;
}
.calc-stone label,
.height-wrap label,
.size-inp-wrap label{
  padding: 9px 15px;
  color: #333;
  z-index: 9;
  left: 1px;
  top: 1px;
  position: absolute;
  width: 38px;
  height: 38px;
  margin: 0;
  border-right: 1px solid #dedede;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f3f3f3', GradientType=0);
}
.center{
  text-align: center;
}
.center .size-inp-wrap .jcf-checkbox{
  margin: 11px 0;
}
.size-choose-img{
  height: 300px;
  text-align: center;
  width: 100%;
  text-align: center;
  line-height: 300px;
}
.size-choose-img img{
  display: inline;
}
.calc-size{
  margin: 0 0 100px 0;
}
.type-choose label{
  font-size: 13px;
  color: #999;
}
.type-choose label strong{
  font-size: 24px;
  color: #333;
  position: relative;
  top: 4px;
  margin-left: 5px;
}
.type-choose{
  margin: 0 0 50px 0;
}
.type-label{
  position: relative;
  top: -12px;
}
.height-wrap{
  font-size: 13px;
  margin: 0 0 30px 0;
  position: relative;
}
.height-wrap span{
  color: #666;
  text-transform: uppercase;
}
#skirting-height{
  display: inline-block;
  padding: 0 0 0 40px;
  width: 180px;
  height: 30px;
}
.height-inp-wrap{
  display: inline-block;
  position: relative;
}
.height-inp-wrap label{
  background: url(../image/skirting.jpg) no-repeat 50% 50%;
  padding: 0;
  height: 29px;
  width: 31px;
}
.option-wrap{
  margin: 0 0 13px 0;
}
.calc-option{
  margin: 0 0 50px 0
}
.option-wrap label{
  font-size: 14px;
  color: #666;
}
#calc .btn.btn-large{
  width: 270px;
}
.calc-stone{
  font-size: 14px;
  color: #666;
  margin: 0 0 50px 0;
}
.calc-stone li{
  margin-bottom: 30px;
}
.calc-stone li div{
  display: inline-block;
  position: relative;
}
#stone-number {
  /*padding-left: 0;*/
  width: 140px;
}
.hidden-block{
  display: none;
}
.promotags{
  position: absolute;
  top: 15px;
  z-index: 999;
  width: 100%;
  height: 32px;
}
.wrap-box .opt-information.about{
  background: none;
}
.wrap-box .opt-information.about .breadcrumb a{
  color: #333;
}
.wrap-box .opt-information.about .breadcrumb{
  margin-bottom: 50px;
}
.seo_wrap {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.seo_wrap::after{
  /*content: '';*/
  /*display: block;*/
  /*width: 100%;*/
  /*height: 30px;*/
  /*background: #000;*/
  /*background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,.4));*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
}
.seo_link {
  font-size: 14px;
  cursor: pointer;
  color: #b37a5a;
  margin-bottom: 20px;
  display: inline-block;
}
.seo_link:hover{
  text-decoration: underline;
}
