.icon-partners,
.icon-catalogs {
  width: 60px;
  height: 60px;
}
.icon-partners:after,
.icon-catalogs:after {
  content: "";
}
.icon-partners {
  background: url(../img/icon-partners.png) no-repeat center;
}
.icon-catalogs {
  background: url(../img/icon-catalogs.png) no-repeat center;
}
.pg-home .main-banner {
  position: relative;
  padding: 0;
  border: 0;
  background-color: #555555;
  z-index: 1;
}
.pg-home .main-banner:after {
  content: "";
  display: block;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  height: 30px;
  background: #000000;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px 20px #000000;
  box-shadow: 0 0 20px 20px #000000;
  -webkit-transform: perspective(500) rotateX(45deg);
  -moz-transform: perspective(500) rotateX(45deg);
  -ms-transform: perspective(500) rotateX(45deg);
  -o-transform: perspective(500) rotateX(45deg);
  transform: perspective(500) rotateX(45deg);
}
.pg-home .main-main {
  margin-top: 32px;
  padding-top: 0;
  border-top-width: 1px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  font-size: 13px;
}
.pg-home .main-main-inner {
  padding: 5px 20px;
  color: #fff;
  background: #111;
  background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%);
  background-image: -o-linear-gradient(top, #222222 0%, #111111 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #111111 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.pg-home .main-main-inner a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.pg-home .main-main-inner .align-right {
  margin-left: 10%;
}
.pg-home .main-footer {
  margin-top: 0;
  border-top: 0;
}
@media (max-width: 1199px) {
  .pg-products .main-sidebar .nav-side {
    display: none;
  }
}
.pg-product .main-content .panel-body {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.chat-toggle.panel {
  text-align: center;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #ffffff 30%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 30%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 30%, #f1f1f1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
}
a.chat-toggle.panel {
  text-decoration: none;
  color: #d5d5d5;
}
.chat-toggle.panel .panel-heading {
  color: #777777;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.chat-toggle.panel .panel-title {
  font-size: 13px;
  font-weight: bold;
}
.chat-toggle.panel .panel-body {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.chat-toggle.panel .panel-body .fa-stack {
  font-size: 1.6em;
}
.chat-toggle-online.panel .panel-body {
  color: #42B12D;
}
.product-list:before,
.product-list:after {
  content: " ";
  display: table;
}
.product-list:after {
  clear: both;
}
a.product-list-item {
  color: inherit;
  text-decoration: none;
}
.product-list-item .product-image {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.listing-list .product-list-item {
  display: table;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.listing-list .product-list-item + .product-list-item {
  margin-top: 20px;
}
.listing-list .product-list-item .product-image,
.listing-list .product-list-item .product-body {
  display: table-cell;
  vertical-align: middle;
}
.listing-list .product-list-item .product-image {
  width: 30%;
  border-bottom: 0;
}
.listing-list .product-list-item .product-image img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.listing-list .product-list-item .product-body {
  padding: 20px 0 20px 15px;
}
.listing-list .product-list-item .product-name {
  margin-top: 0;
}
.listing-list .product-list-item .product-body {
  width: 80%;
}
.listing-grid .product-list {
  margin-left: -5px;
  margin-right: -5px;
}
.listing-grid .product-list-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 10px -3px 0 0;
  padding: 0 5px;
  text-align: center;
}
.listing-grid .product-list-item .product-description {
  display: none;
}
@media (min-width: 992px) {
  .listing-grid .product-list-item {
    width: 33.333333%;
  }
}
#product-description .panel-body table {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}
#product-description .panel-body table table {
  margin-bottom: 0;
}
.video-size-label {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  color: #777777;
  font-size: 13px;
  border: 1px solid #d0d0d0;
}
small > .video-size-label + span {
  margin-left: 10px;
}
a.video-size-label:focus,
a.video-size-label:hover {
  color: #333333;
}
.video-list-view {
  margin-left: 15px;
  margin-right: 15px;
}
.video-list-group {
  margin: 20px -15px;
  padding: 10px 15px 20px;
  background-color: #e7e7e7;
}
.video-list-group > .main-content-title {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  border-color: #d0d0d0;
}
.video-list {
  position: relative;
  margin-bottom: 20px;
}
.video-list:last-child {
  margin-bottom: 0;
}
.video-list .video-size-label.active:after {
  content: "\f00c";
  position: absolute;
  left: -0.04em;
  top: -0.2em;
  font-family: "FontAwesome";
  font-size: 2.9em;
  color: #da2128;
}
.video-list .video-image {
  border: 1px solid #b7b7b7;
}
.video-list .video-download {
  float: right;
  margin-top: 4px;
  font-size: 90%;
}
.video-list .video-image:focus,
.video-list .video-image:hover {
  border-color: #919191;
}
.video-list .video-image.active {
  border-color: #da2128;
}
.video-list .owl-carousel {
  padding-left: 15px;
  padding-right: 15px;
}
.video-list .owl-prev,
.video-list .owl-next {
  position: absolute;
  top: 35px;
  bottom: 0;
  width: 20px;
  height: 100px;
  overflow: hidden;
  font-size: 16px;
  text-indent: -9999px;
  opacity: 1;
  background-color: #c4c4c4;
  -webkit-animation: video-list-control 5s cubic-bezier(0.2, 1, 0.2, 1) infinite;
  -o-animation: video-list-control 5s cubic-bezier(0.2, 1, 0.2, 1) infinite;
  animation: video-list-control 5s cubic-bezier(0.2, 1, 0.2, 1) infinite;
}
.video-list .owl-prev:before,
.video-list .owl-next:before {
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 50%;
  left: 9999px;
  right: 0;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
  text-align: center;
}
.video-list .owl-prev {
  left: -10px;
}
.video-list .owl-next {
  right: -10px;
}
.video-list .owl-prev:before {
  content: "\f053";
}
.video-list .owl-next:before {
  content: "\f054";
}
.video-list-group:hover .owl-prev,
.video-list-group:hover .owl-next {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
@-webkit-keyframes video-list-control {
  from {
    background-color: #dddddd;
  }
  to {
    background-color: #c4c4c4;
  }
}
@-moz-keyframes video-list-control {
  from {
    background-color: #dddddd;
  }
  to {
    background-color: #c4c4c4;
  }
}
@-o-keyframes video-list-control {
  from {
    background-color: #dddddd;
  }
  to {
    background-color: #c4c4c4;
  }
}
@keyframes video-list-control {
  from {
    background-color: #dddddd;
  }
  to {
    background-color: #c4c4c4;
  }
}
.video-list .owl-dots {
  position: absolute;
  top: -38px;
  right: 15px;
}
.video-list .owl-dot {
  width: 0;
  height: 0;
  margin: 0 1px;
  float: left;
  border-radius: 50%;
  border: 5px solid;
  opacity: .2;
}
.video-list .owl-dot:focus,
.video-list .owl-dot:hover,
.video-list .owl-dot.active {
  opacity: .6;
}
.video-form .visible-ready,
.video-form.ready .hidden-ready {
  display: none;
}
.video-form .hidden-ready,
.video-form.ready .visible-ready {
  display: block;
}
.video-form.ready .video-image .overlay-content {
  display: none;
}
.video-form-main {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 262px;
}
.video-form-main {
  position: relative;
}
.video-form-main .close {
  position: absolute;
  right: 15px;
  top: -20px;
  font-size: inherit;
  text-transform: uppercase;
  opacity: .8;
}
.location-map {
  position: relative;
}
.location-map img {
  display: block;
  width: 100%;
  height: auto;
}
.location-map .mark {
  position: absolute;
  width: 0;
  height: 0;
  padding: 5px;
  margin: -5px;
  background: #da2128;
  border-radius: 100%;
}
.location-map .mark-1 {
  top: 40.9%;
  left: 24.7%;
}
.location-map .mark-2 {
  top: 38.1%;
  left: 14.7%;
}
.location-map .mark-3 {
  top: 45.0%;
  left: 19.6%;
}
.location-map .mark-4 {
  top: 38.6%;
  left: 26.2%;
}
.location-map .mark-6 {
  top: 36.4%;
  left: 24.3%;
}
.location-map .mark-7 {
  top: 33.9%;
  left: 21.6%;
}
.location-map .mark-8 {
  top: 30.6%;
  left: 27.6%;
}
.location-map .mark-9 {
  top: 35.7%;
  left: 29.0%;
}
.location-map .mark-10 {
  top: 75.1%;
  left: 33.5%;
}
.location-map .mark-11 {
  top: 91.4%;
  left: 98.2%;
}
.location-map .mark-12 {
  top: 80.7%;
  left: 92.6%;
}
.location-map .mark-13 {
  top: 59.5%;
  left: 79.7%;
}
.location-map .mark-14 {
  top: 42.5%;
  left: 80.6%;
}
.location-map .mark-15 {
  top: 44.5%;
  left: 82.3%;
}
.location-map .mark-16 {
  top: 30.7%;
  left: 50.7%;
}
.location-map .mark-17 {
  top: 26.8%;
  left: 47.7%;
}
.location-map .mark-18 {
  top: 48.9%;
  left: 71.1%;
}
.location-map .mark-19 {
  top: 35.6%;
  left: 88.2%;
}
@media (min-width: 992px) {
  .location-map .mark {
    padding: 10px 8px;
    margin: -15px -8px 0 -8px;
    background: url(../img/map-marker.png) no-repeat center bottom;
    border-radius: 0;
  }
}
