.center-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-horizontal {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-vertical-horizontal {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  display: inline;
}
.pie {
  behavior: url('pie.htc');
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
div#message {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
}
div#message a#closeMessage {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 50%;
  margin-right: -470px;
  width: 50px;
  height: 50px;
  background-color: #adadad;
  background-image: -moz-linear-gradient(top,#B1B1B1,#a8a8a8);
  background-image: -ms-linear-gradient(top,#B1B1B1,#a8a8a8);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#B1B1B1),to(#a8a8a8));
  background-image: -webkit-linear-gradient(top,#B1B1B1,#a8a8a8);
  background-image: -o-linear-gradient(top,#B1B1B1,#a8a8a8);
  background-image: linear-gradient(top,#B1B1B1,#a8a8a8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1b1b1', endColorstr='#a8a8a8', GradientType=0);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #B1B1B1;
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  overflow: hidden;
}
div#message a#closeMessage:hover {
  background-color: #d6171a;
  background-image: -moz-linear-gradient(top,#e32127,#c30806);
  background-image: -ms-linear-gradient(top,#e32127,#c30806);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e32127),to(#c30806));
  background-image: -webkit-linear-gradient(top,#e32127,#c30806);
  background-image: -o-linear-gradient(top,#e32127,#c30806);
  background-image: linear-gradient(top,#e32127,#c30806);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e32127', endColorstr='#c30806', GradientType=0);
  border-color: #c30806;
}
div#message div.stripe {
  display: block;
  position: absolute;
  background: #ffffff;
  width: 100%;
  padding: 20px 0;
  height: 100px;
  top: 50%;
  margin-top: -70px;
  left: 0;
}
div#message div.stripe p {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #525252;
  line-height: 2.2;
  margin: auto;
  max-width: 800px;
}
div#message div.stripe p.error {
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #e32127;
  text-transform: uppercase;
}
div#message div.stripe p.success {
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #00ac10;
  text-transform: uppercase;
}
div#message div.stripe p.loading {
  padding-top: 55px;
  margin-top: 8px;
  text-transform: uppercase;
}
div#message div.stripe p.loading .fa {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  font-size: 55px;
  color: #B1B1B1;
}
h1 {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  margin-bottom: 45px;
}
hr {
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
  border: none;
  clear: both;
}
.fb-like-box {
  width: 300px;
  height: 271px;
  display: block;
  position: relative;
}
#breadcrumb {
  display: block;
  position: relative;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#breadcrumb a,
#breadcrumb i {
  display: inline-block;
  position: relative;
  line-height: 1;
}
#breadcrumb i {
  font-size: 11px;
  color: #a8a8a8;
  margin: 0 10px;
}
#breadcrumb a {
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  color: #a8a8a8;
}
#breadcrumb a:hover {
  color: #525252;
}
#breadcrumb a:last-child {
  color: #2e3192;
}
#breadcrumb a:last-child:hover {
  color: #ed1c24;
}
.inside-box {
  display: block;
  position: relative;
}
.inside-box time {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  margin-bottom: 30px;
}
.description {
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.description p {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #a8a8a8;
  line-height: 1.6;
}
.text {
  display: block;
  position: relative;
}
.text p {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #525252;
  line-height: 1.8;
  margin-bottom: 30px;
}
form {
  display: block;
  position: relative;
}
form input::-webkit-input-placeholder {
  color: #a8a8a8;
}
form input::-moz-placeholder {
  color: #a8a8a8;
}
form input:-moz-placeholder {
  color: #a8a8a8;
}
form input:-ms-input-placeholder {
  color: #a8a8a8;
}
form textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}
form textarea::-moz-placeholder {
  color: #a8a8a8;
}
form textarea:-moz-placeholder {
  color: #a8a8a8;
}
form textarea:-ms-input-placeholder {
  color: #a8a8a8;
}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  width: 478px;
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  padding: 10px 30px;
  border: 1px dashed #a8a8a8;
  margin-bottom: 20px;
}
form textarea {
  height: 100px;
}
form input[type="submit"] {
  display: block;
  position: relative;
  background: #a8a8a8;
  padding: 5px 20px;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin: auto;
}
form input[type="submit"]:hover {
  background: #2e3192;
}
.top-banner {
  width: 100%;
  height: 240px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 50px;
  margin-bottom: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-banner:after {
  content: 'shadow';
  width: 100%;
  height: 240px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-color: rgba(47,50,147,0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc2e3193, endColorstr=#cc2e3193)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc2e3193, endColorstr=#cc2e3193);
}
#location {
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
  top: 100px;
}
.news-highlight {
  height: 320px;
  display: block;
  position: relative;
  margin-bottom: 80px;
}
.news-highlight .high-image {
  height: 320px;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-highlight:before {
  content: 'shadow';
  width: 540px;
  height: 320px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  z-index: 99;
  text-indent: -9999px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-highlight .high-text {
  height: 320px;
  display: block;
  position: relative;
}
.news-highlight .high-text .high-title {
  display: block;
  position: relative;
  height: 118px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.news-highlight .high-text .high-title time {
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  border: 1px solid #a8a8a8;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  overflow: hidden;
  float: left;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-highlight .high-text .high-title time .date {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  margin-top: 4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-highlight .high-text .high-title time .month {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-highlight .high-text .high-title .title {
  width: 300px;
  display: block;
  position: relative;
  float: right;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-highlight .high-text .description {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-highlight .high-text .description p {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-highlight .high-text .button {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #2e3192;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid #2e3192;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
}
.news-highlight:hover:before {
  opacity: 1;
}
.news-highlight:hover .high-text time {
  background: #2e3192;
  border-color: #2e3192;
}
.news-highlight:hover .high-text time .date {
  color: #ffffff;
}
.news-highlight:hover .high-text time .month {
  color: #ffffff;
}
.news-highlight:hover .high-text .title {
  color: #2e3192;
}
.news-highlight:hover .high-text .description p {
  color: #000000;
}
.news-highlight:hover .high-text .button {
  color: #ed1c24;
  border-color: #ed1c24;
}
.news-box {
  display: block;
  position: relative;
}
.news-box:before {
  content: 'shadow';
  width: 300px;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  z-index: 99;
  text-indent: -9999px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-box .box-image {
  height: 200px;
  display: block;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-box .title-box {
  display: block;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #2e3192;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-box .title-box time {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  border: 1px solid #a8a8a8;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  float: left;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-box .title-box time .date {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  margin-top: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-box .title-box time .month {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 8px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-box .title-box .title {
  width: 260px;
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  float: right;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-box .description {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-box .description p {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-box .button {
  display: table;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #2e3192;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid #2e3192;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
}
.news-box:hover time {
  border-color: #000000;
}
.news-box:hover time .date {
  color: #000000;
}
.news-box:hover time .month {
  color: #000000;
}
.news-box:hover:before {
  opacity: 1;
}
.news-box:hover .title {
  color: #000000;
}
.news-box:hover .description p {
  color: #525252;
}
.news-box:hover .button {
  color: #ed1c24;
  border-color: #ed1c24;
}
.button {
  display: table;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  color: #2e3192;
  line-height: 1;
  padding-bottom: 3px;
  margin: auto;
  margin-top: 20px;
  border-bottom: 1px solid #2e3192;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
}
.use-box {
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.use-box .use-icon {
  width: 135px;
  height: 135px;
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  border: 2px solid #000000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  opacity: .3;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
.use-box .use-icon img {
  width: 85px;
  height: 85px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.use-box .use-title {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.use-box .use-description {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  word-wrap: break-word;
}
.use-box:hover .use-icon {
  opacity: .6;
}
.use-box:hover .use-title {
  color: #2e3192;
}
.use-box:hover .use-description {
  color: #525252;
}
.use-box:hover .button {
  color: #ed1c24;
  border-color: #ed1c24;
}
.product-box {
  display: block;
  position: relative;
}
.product-box .product-link {
  height: 270px;
  display: table;
  position: relative;
}
.product-box .product-link:before {
  content: 'border';
  width: 230px;
  height: 280px;
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  border: 1px dashed #a8a8a8;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: rgba(176,176,176,0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19afafaf, endColorstr=#19afafaf)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19afafaf, endColorstr=#19afafaf);
  z-index: 99;
}
.product-box .product-link img {
  width: 220px;
  height: 180px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.product-box .product-link .title {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0 20px;
}
.product-box .product-link:hover:before {
  opacity: 1;
}
.product-description-box {
  width: 520px;
  display: block;
  position: relative;
  float: left;
  background: #eeeeee;
  padding: 40px 20px;
}
.product-description-box h2 {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #2e3192;
  line-height: 1.4;
  margin-bottom: 25px;
}
.product-description-box .product-uses-box {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 30px;
}
.product-description-box .product-uses-box .product-use {
  display: inline-block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  color: #2e3192;
  line-height: 1;
  text-transform: uppercase;
}
.product-description-box .product-uses-box .product-use:after {
  content: '/';
  display: inline-block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  margin: 0 6px;
}
.product-description-box .product-uses-box .product-use:last-child:after {
  display: none;
}
.product-description-box .product-description {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.product-description-box .product-description p {
  display: block;
  position: relative;
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #a8a8a8;
  line-height: 1.6;
}
.product-description-box .product-text {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.product-description-box .product-text p {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  color: #525252;
  line-height: 1.6;
}
.product-description-box .product-form {
  display: block;
  position: relative;
  border-top: 1px solid #a8a8a8;
  padding-top: 20px;
}
.product-description-box .product-form h3 {
  display: block;
  position: relative;
  background: #a8a8a8;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}
.product-description-box .product-form .orcamento-form {
  display: block;
  position: relative;
}
.product-description-box .product-form .orcamento-form input[type="text"],
.product-description-box .product-form .orcamento-form input[type="tel"],
.product-description-box .product-form .orcamento-form input[type="email"],
.product-description-box .product-form .orcamento-form textarea {
  background: transparent;
  padding: 10px 20px;
}
.product-socials {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.product-socials .inside-socials {
  width: 70px;
  height: 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 3px;
}
.product-socials .inside-socials:first-child {
  padding-left: 0;
}
.product-socials .inside-socials:last-child {
  padding-right: 0;
}
.product-socials .inside-socials .fa {
  width: 70px;
  height: 25px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
  color: #ffffff;
  float: left;
  margin-top: 10px;
}
.product-socials .inside-socials .social-num {
  width: 68px;
  height: 23px;
  display: block;
  position: relative;
  border: 1px solid #a8a8a8;
  background: #ffffff;
  text-align: center;
  z-index: 5;
  float: left;
}
.product-socials .inside-socials .social-num i {
  width: 68px;
  display: block;
  position: relative;
  background: #ffffff;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.7;
  z-index: 9;
}
.product-socials .inside-socials .social-num:before {
  content: 'square';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -4px;
  background: #ffffff;
  border: 1px solid #a8a8a8;
  z-index: 0;
  overflow: hidden;
  text-indent: -9999px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-socials .inside-socials .social-num:after {
  content: 'line';
  height: 1px;
  width: 8px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -1px;
  background: #ffffff;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 9;
}
.product-socials .inside-socials.facebook .fa {
  background: #4c629d;
}
.product-socials .inside-socials.twitter .fa {
  background: #38a8df;
}
.product-socials .inside-socials.plus .fa {
  background: #c30806;
}
.product-socials .inside-socials.pinterest .fa {
  background: #e32127;
}
.product-socials .inside-socials:hover .fa {
  background: #ffffff;
}
.product-socials .inside-socials:hover.facebook .fa {
  color: #4c629d;
}
.product-socials .inside-socials:hover.twitter .fa {
  color: #38a8df;
}
.product-socials .inside-socials:hover.plus .fa {
  color: #c30806;
}
.product-socials .inside-socials:hover.pinterest .fa {
  color: #e32127;
}
.gallery {
  height: 380px;
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.gallery .highlight {
  width: 380px;
  height: 380px;
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery .highlight:after {
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font: normal normal normal 30px/1 FontAwesome;
  color: #B1B1B1;
  z-index: -1;
}
.gallery .highlight img {
  width: 380px;
  height: 380px;
  display: block;
  position: relative;
}
.gallery .thumbs {
  width: 42px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}
.gallery .thumbs .thumb {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  border: 1px solid #a8a8a8;
  margin-bottom: 10px;
  overflow: hidden;
}
.gallery .thumbs .thumb img {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}
.gallery .thumbs .thumb.video .fa {
  display: block;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 99;
  font-size: 20px;
}
.gallery .thumbs .thumb.video img {
  width: initial;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.magnifier {
  left: 669px !important;
  background: #ffffff !important;
}
.textdn {
  display: none !important;
  left: 669px !important;
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 12px !important;
  color: #525252 !important;
  font-weight: 400 !important;
}
.empty {
  display: block;
  position: relative;
}
.empty img {
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: .5;
}
.empty h4 {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}
