.material-scrolltop,
.owl-controls {
  -webkit-tap-highlight-color: transparent;
}

.limit-text,
.productItem figcaption .price > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.clear {
  clear: both;
  display: table;
  content: "";
}

.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}

.productItem figcaption .rate,
.text-right {
  text-align: -moz-right;
  text-align: -webkit-right;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}

.text-justify {
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}

.ripplelink,
.ripplelink2 {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  width: fit-content;
}

.ink,
.ink2 {
  display: block;
  position: absolute;
  border-radius: 100%;
}

.ripplelink2:hover,
.ripplelink:hover {
  z-index: 1000;
}

.ink {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.ink2 {
  background: rgba(68, 200, 245, 0.3);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@font-face {
  font-family: iranSans;
  font-style: normal;
  src: url(/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot);
  src: url(/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot?#iefix)
      format("embedded-opentype"),
    url(/GlobalItems/fonts/iranSans/woff2/IRANSansWeb.woff2) format("woff2"),
    url(/GlobalItems/fonts/iranSans/woff/IRANSansWeb.woff) format("woff"),
    url(/GlobalItems/fonts/iranSans/ttf/IRANSansWeb.ttf) format("truetype");
}

@font-face {
  font-family: iranSans2;
  font-style: normal;
  src: url(/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot);
  src: url(/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot?#iefix)
      format("embedded-opentype"),
    url(/GlobalItems/fonts/iranSans/woff2/IRANSansWeb_Medium.woff2)
      format("woff2"),
    url(/GlobalItems/fonts/iranSans/woff/IRANSansWeb_Medium.woff) format("woff"),
    url(/GlobalItems/fonts/iranSans/ttf/IRANSansWeb_Medium.ttf)
      format("truetype");
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before,
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  position: absolute;
  font-family: "Material Design Icons";
  opacity: 0;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}

.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin: auto;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
  right: 12px;
  transition: 0.8s;
}

.owl-theme .owl-controls .owl-buttons .owl-next:after {
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  left: 12px;
  transition: 0.8s;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:after {
}

.myCarousel:after,
.products:after {
  clear: both;
  content: "";
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  position: absolute;
  top: 30%;
  z-index: 1;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-family: "Material Design Icons";
  font-size: 35pt;
  font-weight: 700;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  color: #000;
  line-height: 1;
}

.owl-theme .owl-controls .owl-buttons div:after {
  display: block;
}

.owl-theme .owl-controls .owl-buttons div:before {
  color: #00a4b3;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  color: #00a4b3;
}

.owl-theme .owl-controls .owl-buttons div:hover:before {
  opacity: 1;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  margin: 3px;
  background: #d5d5d5;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.productItem,
.productItem img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #00a4b3;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) center center no-repeat;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.myCarousel {
  direction: ltr;
}

.myCarousel:after {
  display: table;
}

.myCarousel .owl-next {
  right: -10px;
}

.myCarousel .owl-prev {
  left: -10px;
}

.myCarousel .owl-pagination {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  display: none;
}

.myCarousel .item {
  padding: 10px 5px 50px;
}

.row5 {
  margin: 0 -5px;
}

.products {
  padding: 40px 0 0;
  background: url(../img/bg2.png) left center no-repeat,
    url(../img/bg3.png) right center no-repeat;
}

.products .title strong {
  color: #00a4b3;
}

.products:after {
  display: table;
}

.productItem {
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.3);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.3);
  font-family: iranSans2;
  position: relative;
  padding-bottom: 25px;
  transition: 0.8s;
  /*height: 435px;*/
  border-radius: 1rem;
  overflow: hidden;
}

.productItem img {
  width: 100%;
  /*height: 279px;*/
  margin-bottom: 40px;
  transition: 0.8s;
}

.newsItem,
.newsItem > * {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.productItem .offLabel {
  width: 29px;
  height: 91px;
  position: absolute;
  left: 10px;
  top: 0;
}

.productItem figcaption {
  padding: 0 18px;
}

.productItem figcaption a {
display: block;
color: #4d4d4d;
font-size: 11.3pt;
line-height: 1.7;
height: 42px;
font-weight: 510;
}

.productItem figcaption .price {
  width: 59%;
  float: left;
}

.productItem figcaption .price > span {
  display: block;
  vertical-align: middle;
  font-size: 13.5pt;
  line-height: 1;
}

.newest:after,
.productItem figcaption .price:after,
.productItem:after {
  clear: both;
  display: table;
  content: "";
}

.productItem figcaption .price > span > span {
  font-size: 15pt;
  margin-left: 5px;
}

.productItem figcaption .price .blue {
  color: #00a4b3;
}

.productItem figcaption .price .gray {
  color: #b3b3b3;
  text-decoration: line-through;
}

.productItem figcaption .price .gray * {
  text-decoration: line-through;
}

.productItem figcaption .right {
  width: 41%;
  float: right;
}

.productItem figcaption .rate {
  line-height: 1;
  clear: both;
  text-align: right;
  font-size: 10pt;
}

.productItem figcaption .rate i {
  font-size: 18pt;
  cursor: pointer;
  color: #e6a117;
  letter-spacing: -7px;
}

.productItem:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.3),
    0 35px 30px -15px rgba(0, 1, 1, 0.3);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.3),
    0 35px 30px -15px rgba(0, 1, 1, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 1, 1, 0.3), 0 35px 30px -15px rgba(0, 1, 1, 0.3);
  /* transform: scale(1.02);
 -webkit-transform: scale(1.02);
 -moz-transform: scale(1.02);
 -ms-transform: scale(1.02);
 -o-transform: scale(1.02) */
}

.productItem:hover > img {
  /* transform: rotateY(180deg);
 -webkit-transform: rotateY(180deg);
 -moz-transform: rotateY(180deg);
 -ms-transform: rotateY(180deg);
 -o-transform: rotateY(180deg) */
}

.newest {
  background: url(../img/bg2.png) left center no-repeat,
    url(../img/bg3.png) right center no-repeat;
  padding: 40px 0 0;
}

.comingSoon .title {
  width: 50%;
  position: relative;
  z-index: 1;
}

/* .comingSoon .myCarousel {
 margin-top: -102px
} */

.comingSoon .owl-controls .owl-buttons {
  position: absolute;
  width: 50%;
  top: 43%;
}

.comingSoon .owl-controls .owl-buttons div {
  font-size: 28pt;
  font-weight: 400;
  color: #4d4d4d;
}

.comingSoon .owl-controls .owl-buttons .owl-next:before {
  right: 7px;
}

.comingSoon .owl-controls .owl-buttons .owl-prev:before {
  left: 7px;
}

.comingSoon .myCarousel .owl-prev {
  left: -25px;
}

.comingSoon .myCarousel .owl-prev:hover {
  left: -30px;
}

.comingSoon .myCarousel .owl-next {
  right: -13px;
}

.comingSoon .myCarousel .owl-next:hover {
  right: -20px;
}

.comItem a {
  color: #4d4d4d;
  font-size: 14pt;
  margin-bottom: 15px;
  display: block;
  margin-top: 120px;
}

.closing-image:after,
.comItem:after {
  clear: both;
  display: table;
  content: "";
}

.comItem .more {
  float: right;
  clear: both;
  margin-top: 40px;
}

.comItem img {
  width: 100%;
  /*height: 555px;*/
}

.closing-image {
  width: 100%;
  height: 443px;
  overflow: hidden;
  position: relative;
  bottom: 0;
}

.closing-image:before {
  content: "";
  background: url(../img/svg.png) top center no-repeat;
  height: 118px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.closing-image .parallaximg {
  background-position: bottom;
  width: 100%;
  min-height: 100%;
  position: relative !important;
}

.closing-image .parallaximg img {
  width: 100%;
  height: auto;
}

.newsArticles {
  background: url(../img/lastSection.png) top center no-repeat;
  padding: 90px 0;
}

.newsArticles .myCarousel {
  margin-top: -35px;
}

.newsArticles .myCarousel .item {
  padding: 55px 20px;
}

.newsArticles .myCarousel .owl-pagination {
  display: block;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  padding: 0 45px;
}

footer,
footer .info {
  text-align: -moz-center;
  text-align: -webkit-center;
}

.newsArticles .myCarousel .owl-buttons {
  display: none;
}

.newsArticles .boxNews:after,
.newsArticles:after {
  display: table;
  content: "";
  clear: both;
}

.newsArticles .boxNews {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1),
    0 30px 25px -15px rgba(0, 1, 1, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1),
    0 30px 25px -15px rgba(0, 1, 1, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1),
    0 30px 25px -15px rgba(0, 1, 1, 0.2);
  padding: 30px 0 10px;
  overflow: hidden;
}

.newsArticles .boxNews .title {
  padding: 0 45px;
}

.newsArticles .owl-theme .owl-controls {
  margin: -25px auto 0;
}

.row20 {
  margin: 0 -20px;
}

.newsItem {
  cursor: pointer;
  padding: 15px 45px;
  transition: 0.8s;
  margin-bottom: -15px;
  position: relative;
}

.newsItem > * {
  transition: 0.8s;
}

footer .social a,
footer .social a:before {
  -webkit-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.newsItem img {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 1, 1, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 1, 1, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 1, 1, 0.3);
  border: 3px solid #fff;
  height: 103px;
}

.newsItem a {
  color: #4d4d4d;
  font-family: Raleway;
  display: block;
  font-size: 15pt;
  line-height: 1.4;
  margin-bottom: 15px;
}

.newsItem .date {
  color: #bdbdbd;
  font-family: roboto2;
  font-size: 8.5pt;
  float: left;
  width: 50%;
}

.newsItem .more {
  float: right;
}

.newsItem:hover {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 1, 1, 0.3),
    0 3px 7px 0 rgba(0, 1, 1, 0.1), 0 20px 30px 0 rgba(0, 1, 1, 0.5);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 1, 1, 0.3), 0 3px 7px 0 rgba(0, 1, 1, 0.1),
    0 20px 30px 0 rgba(0, 1, 1, 0.5);
  box-shadow: 0 0 1px 0 rgba(0, 1, 1, 0.3), 0 3px 7px 0 rgba(0, 1, 1, 0.1),
    0 20px 30px 0 rgba(0, 1, 1, 0.5);
  z-index: 1;
}

.newsItem:hover > * {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.newsItem:after {
  clear: both;
  display: table;
  content: "";
}

footer {
  background: #282828;
  text-align: center;
  font-family: Roboto2;
}
/* 
footer .container {
 width: 1000px
} */

footer .info {
  text-align: center;
  color: #fff;
  width: 420px;
  margin: 0 auto 15px;
  padding-top: 20px;
}

footer .info i {
  font-size: 17pt;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

footer .info p {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  color: #fff;
  font-size: 11pt;
}

footer .info p:after {
  clear: both;
  display: table;
  content: "";
}

footer .info .col-xs-6:first-child p {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}

footer .info .col-xs-6:first-child p i {
  margin-right: 5px;
}

footer .info .col-xs-6:last-child p {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  direction: rtl;
}

footer .info .col-xs-6:last-child p i {
  margin-left: 5px;
}

footer .social {
  direction: rtl;
  margin-bottom: 15px;
}

footer .social a {
  width: 42px;
  height: 42px;
  color: #696969;
  font-size: 17pt;
  margin: 0 26px;
  display: inline-block;
  line-height: 1.8;
  position: relative;
  -moz-transition: 0.8s;
  transition: 0.8s;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}

footer .social a:after,
footer .social a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  margin: auto;
  content: "";
}

footer .social a:before {
  border: 1px solid #00eaff;
  transform: rotate(45deg) scale(0);
  -webkit-transform: rotate(45deg) scale(0);
  -moz-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  -o-transform: rotate(45deg) scale(0);
  -moz-transition: 0.8s;
  transition: 0.8s;
  left: 0;
}

footer .social a:after {
  border: 5px solid #00eaff;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  left: 0;
  transform: rotate(45deg) scale(0);
  -webkit-transform: rotate(45deg) scale(0);
  -moz-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  -o-transform: rotate(45deg) scale(0);
}

footer .social a:hover {
  color: #00eaff;
}

footer .social a:hover:before {
  transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
}

footer .social a:hover:after {
  transform: rotate(45deg) scale(1.2);
  -webkit-transform: rotate(45deg) scale(1.2);
  -moz-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  -o-transform: rotate(45deg) scale(1.2);
  opacity: 0;
}

footer .social:after {
  clear: both;
  display: table;
  content: "";
}

footer .copyRight {
  background-color: #243c3e;
  padding: 11px 0 7px;
  color: #fff;
  font-size: 9pt;
}

footer .copyRight a {
  color: #00eaff;
}

footer .copyRight a:hover {
  color: #00a4b3;
}

footer:after {
  clear: both;
  display: table;
  content: "";
}

.material-scrolltop {
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 50px;
  right: 15px;
  left: inherit;
  padding: 0;
  outline: 0;
  border: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: url(../img/top-arrow.svg) center 50% no-repeat #00a4b3;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -ms-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  z-index: 1000;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
}

.material-scrolltop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  content: "";
  width: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../img/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
}

.artItem:after,
.material-scrolltop:after {
  content: "";
}

.material-scrolltop:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.material-scrolltop:focus,
.material-scrolltop:hover {
  background-color: #00a4b3;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}

.material-scrolltop:focus:after,
.material-scrolltop:hover:after {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  background: #00a4b3;
}

.material-scrolltop span {
  display: block;
  font-size: 23.5px;
  color: #fff;
}

.material-scrolltop:active::before {
  width: 120%;
  padding-top: 120%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.material-scrolltop.reveal {
  width: 40px;
  height: 40px;
}

.artItem {
  padding-right: 15px;
  cursor: pointer;
}

.artItem > div {
  padding: 0;
}

.artItem .col-md-9 {
  padding-right: 5px;
}

.artItem img {
  height: 88px;
  border: 5px solid #fff;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2),
    0 30px 49px -15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2),
    0 30px 49px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2),
    0 30px 49px -15px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.artItem span {
  font-size: 8pt;
  color: #7f8080;
  display: block;
}

.artItem a {
  color: #4d4d4d;
  font-size: 13pt;
  height: 50px;
  overflow: hidden;
  line-height: 1.5;
  display: block;
}

.artItem p {
  display: none;
}

.artItem:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.artItem:after {
  clear: both;
  display: table;
}

@media only screen and (max-width: 1220px) {
  /*.productItem img {*/
  /*  height: 279px;*/
  /*}*/
}

@media only screen and (max-width: 1200px) {
  /*.productItem {*/
  /*  height: 375px;*/
  /*}*/

  /*.productItem img {*/
  /*  height: 229px;*/
  /*}*/

  .productItem figcaption .rate i {
    font-size: 14pt;
  }

  .newest,
  .products {
    background-position-y: 53%;
  }

  .comItem img {
    height: 455px;
  }

  .comItem a {
    margin-top: 85px;
  }

  .comItem .more {
    margin-top: 10px;
  }

  .comingSoon .owl-controls .owl-buttons {
    width: 15%;
    top: 90%;
    margin: auto;
    left: 0;
    right: 0;
  }

  .comingSoon .myCarousel .owl-prev,
  .comingSoon .myCarousel .owl-prev:hover {
    left: 0;
  }

  .comingSoon .myCarousel .owl-next,
  .comingSoon .myCarousel .owl-next:hover {
    right: 0;
  }

  .newsItem img {
    height: 78px;
  }

  .newsItem a {
    font-size: 12pt;
  }

  /* footer .container {
  width: 970px
 } */

  footer .social a {
    margin: 0 24px;
  }
}

@media only screen and (max-width: 992px) {
  .comItem a,
  .comingSoon .myCarousel {
    margin-top: 0;
  }

  .material-scrolltop {
    display: none;
  }

  /*.productItem {*/
  /*  height: 375px;*/
  /*}*/

  /*.productItem img {*/
  /*  height: 234px;*/
  /*}*/

  .comingSoon .title {
    width: 100%;
  }

  .comItem img {
    height: 345px;
  }

  .closing-image {
    height: 343px;
  }

  .newsArticles {
    padding: 40px 0;
  }

  .newsArticles .col-md-6 {
    margin-bottom: 15px;
  }

  .newsItem img {
    height: 144px;
    width: 100%;
  }

  /* footer .container {
  width: 750px
 } */

  footer .social a {
    margin: 0 13px;
  }
}

@media only screen and (max-width: 768px) {
  .newest,
  .products {
    background: 0 0;
  }

  .comItem a,
  .comItem p {
    line-height: 1.5;
  }

  /* .comItem img,
  .newsItem img,
  .productItem,
  .productItem img {
    height: auto;
  } */

  .myCarousel .item {
    padding: 10px 5px 37px;
  }

  .title {
    margin-bottom: 5px;
  }

  .products {
    padding: 10px 0 0;
  }

  .productItem {
    padding-bottom: 15px;
  }

  .productItem figcaption a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
  }

  .productItem figcaption .price {
    width: 100%;
  }

  .productItem figcaption .price > span {
    width: 50%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 9.5pt;
  }

  .productItem figcaption .price > span > span {
    font-size: 9pt;
    margin-left: 2px;
  }

  .productItem figcaption .price .gray {
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
  }

  .productItem figcaption .right {
    display: none;
  }

  .productItem img {
    margin-bottom: 10px;
  }

  .comItem a {
    font-size: 12pt;
    margin-bottom: 0;
  }

  .comingSoon .owl-controls .owl-buttons {
    top: 93%;
  }

  /* footer .container {
  width: 100%
 } */

  footer .social a {
    margin: 0 3px;
  }
}

@media only screen and (max-width: 580px) {
  .newsItem .date,
  footer .info,
  footer .info .col-xs-6 {
    width: 100%;
  }

  .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }

  .comItem .col-xs-6 {
    width: 100%;
    margin-bottom: 5px;
  }

  .closing-image {
    height: 243px;
  }

  .closing-image .parallaximg {
    -webkit-background-size: 300%;
    -moz-background-size: 300%;
    -o-background-size: 300%;
    background-size: 300%;
  }

  .newsItem a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
  }

  .newsItem .more {
    float: left;
  }

  footer .info .col-xs-6:first-child p {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
  }

  footer .info .col-xs-6:last-child p {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    direction: ltr;
  }

  footer .info .col-xs-6:last-child p i {
    margin-left: 0;
    margin-right: 5px;
  }

  footer .social a {
    width: 35px;
    height: 35px;
    margin: 0;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 420px) {
  .productItem .offLabel {
    width: 20px;
    height: 63px;
  }

  .closing-image {
    height: 200px;
  }

  .closing-image .parallaximg {
    -webkit-background-size: 400%;
    -moz-background-size: 400%;
    -o-background-size: 400%;
    background-size: 400%;
  }

  .newsItem .col-xs-8 {
    padding-left: 0;
  }

  .newsItem img {
    margin-bottom: 5px;
  }

  .newsArticles {
    padding: 20px 0;
  }

  .newsArticles .myCarousel .item {
    padding: 20px;
  }

  .newsArticles .boxNews {
    padding: 15px 0 5px;
  }

  .newsArticles .boxNews .title {
    padding: 0 15px;
  }

  .newsItem {
    padding: 10px 15px;
  }

  .newsItem a {
    font-size: 10pt;
  }

  .newsItem .more {
    font-size: 8pt;
    height: 19px;
  }
}
