/* ------------------ Theme CSS ----------------- */

* {
  font-family: "Roboto", sans-serif !important;
}

i {
  font-family: FontAwesome !important;
}
body,
input,
select,
textarea {
  /* font-family: 'Roboto', sans-serif!important; */
  font: normal;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
}

body {
  background: #ffffff;
}

/***** Header *****/

#header {
  display: block;
  width: 100%;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header .topbar {
  border-radius: 0;
  box-shadow: none;
  position: relative;
  padding: 0;
  margin: auto;
  height: auto;
  vertical-align: middle;
  background: #fff;
  /* border-bottom: 1px solid #ccc; */
}

#header .topbar .block {
  display: block;
  margin: 0;
  position: relative;
  padding: 0;
}

#header .topbar .left-block {
  float: left;
  display: block;
  margin: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header .topbar .inner {
  display: block;
  vertical-align: middle;
  padding: 6px 0 6px;
}

#header .topbar .left-block .inner span {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  vertical-align: middle;
}

#header .topbar .left-block .inner span i {
  vertical-align: middle;
  font-size: 20px;
  color: #000000;
  margin-right: 5px;
  vertical-align: -1px;
}

#header .topbar .left-block .inner span i + i {
  font-size: 20px;
  color: #939598;
}

#header .topbar .left-block .inner span a + a {
  margin-left: 16px;
}

#header .topbar .left-block .inner span a {
  color: #222;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#header .topbar .left-block .inner span a:hover {
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

#header .topbar .right-block {
  float: right;
  display: block;
  margin: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}

#header .topbar .right-block .inner {
  float: right;
}

#header .topbar .right-block .inner span {
  line-height: 30px;
  padding: 0;
  display: inline-block;
  color: #000000;
}

#header .topbar .right-block .inner span a {
  color: #0000000;
  margin-left: 16px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#header .topbar .right-block .inner span a:hover {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

#header .topbar .right-block .inner span.langs a:first-child {
  margin-left: 0;
}

#header .topbar .right-block .inner span.langs a {
  margin-left: 6px;
}

#header .topbar .right-block .inner span.langs {
  background: #f0f0f0;
  padding: 2px 6px;
  margin-left: 17px;
}

#header .topbar .right-block .inner span i {
  font-size: 18px;
}

#header .topbar .right-block .inner span img {
  vertical-align: middle;
  border: 0;
}

#header .bottombar {
  display: block;
  position: relative;
}

#header .bottombar h1 {
  padding: 10px 0 10px;
  float: left;
  width: 55%;
  z-index: 999;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header .bottombar h1 a {
  max-width: 300px;
  max-height: 50px;
}

#header .bottombar h1 a img {
  margin: 0;
  padding: 0;
  width: auto;
  border-style: none;
  border-width: 0px;
  padding-left: 0;
}

#header .bottombar .right-block {
  padding-top: 55px;
  float: right;
  display: block;
  width: 45%;
  z-index: 999;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header .bottombar .right-block .right-box {
  border-left-style: solid;
  border-left-width: 0px;
  border-left-color: #000000;
  display: inline-block;
  margin-left: 20px;
  padding: 2px 0 2px 20px;
  text-align: left;
  vertical-align: middle;
  float: right;
  position: relative;
}

#header .bottombar .right-block .right-box:last-child {
  border: medium none;
  margin-left: 0;
  padding-left: 0;
}

#header .bottombar .right-block .right-box i {
  float: left;
  color: #fff;
  font-size: 17px;
  margin-right: 16px;
  line-height: 1.3;
  border-radius: 0%;
  width: 40px;
  height: 40px;
  padding: 10px;
  text-align: center;
  background: #ccc;
  border: 1px solid transparent;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}

#header .bottombar .right-block .right-box i:hover {
  color: #000;
  background: white;
  border-color: #000;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}

#header .bottombar .right-block .right-box i.last {
  margin-right: 0;
}

#header .bottombar .right-block .right-box .right-box-content {
  display: inline-block;
}

#header .bottombar .right-block .right-box .right-box-content .right-box-title {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

#header
  .bottombar
  .right-block
  .right-box
  .right-box-content
  .right-box-caption {
  font-size: 17px;
  color: #fff;
}

#navigation {
  z-index: 10;
  position: relative;
  background: none;
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  color: #fff;
  background: #fff;
  border-bottom: 1px solid rgba(45, 45, 45, 0.7);
  border-top: 1px solid rgba(45, 45, 45, 0.7);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#navigation .box > ul {
  margin-left: -17px;
}

#navigation > .box {
  position: relative;
  z-index: 1;
}

#navigation > .box > ul {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 55%;
  width: auto;
}

#navigation > .box > ul > li {
  display: block;
  margin: 0px;
  padding: 5px 0;
  float: none;
  position: static;
  float: left;
}

#navigation > .box > ul > li > a {
  line-height: 20px;
  color: #222;
  margin: 0;
  padding: 5px 15px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
#navigation > .box > ul > li > a.border-right {
  border-right: 2px solid #000;
}

#navigation > .box > ul > li:hover > a {
  color: #e71c5c;
  background-color: #fff;
}

#navigation > .box > ul > li > div {
  position: absolute;
  width: 90%;
  top: 100%;
  display: none;
  z-index: 999999;
  margin: 0px;
  padding: 0px;
  border: 0px solid #fff;
  line-height: 40px;
}

#navigation > .box > ul > li > div i {
  float: right;
  display: block;
  line-height: 24px;
}

#navigation > .box > ul > li > div > ul {
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 25%;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  /* border-right: 1px solid #fff; */
}

#navigation > .box > ul > li > div > ul > li > a {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin: 0px;
  padding: 10px 20px;
  /* border-bottom: 1px solid #fff; */
  text-decoration: none;
  font-weight: 500;
  /* background: url(none) no-repeat right center; */
  /* background-color: #FFF; */
}

#navigation > .box > ul > li > div > ul > li:hover > a {
  /* background-color: #FFF; */
  margin-right: -1px;
  color: #e71c5c;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#navigation > .box > ul > li > div > ul > li > div {
  position: absolute;
  width: 75%;
  left: 25%;
  top: 0px;
  display: none;
  box-sizing: border-box;
}

#navigation > .box > ul > li > div > ul > li > div > ul.column {
  display: block;
  margin: 0px;
  padding: 3% 10% 0px 4.5%;
  float: left;
  width: 28.3%;
  box-sizing: border-box;
  background-color: #fff;
}

#navigation > .box > ul > li > div > ul > li > div > ul.column + ul.column {
  border-left: 1px solid #000;
}

#navigation > .box > ul > li > div > ul > li > div > ul.column > li > a {
  font-weight: 600;
  color: #d11c09;
  display: block;
  font-size: 17px;
  line-height: 20px;
  padding: 5px 0px;
}

#navigation > .box > ul > li > div > ul > li > div > ul.column > li > ul {
  margin: 0px 0px 20px;
  padding: 0px;
}

#navigation > .box > ul > li > div > ul > li > div > ul.column > li > ul > li {
  display: block;
  margin: 0px;
  padding: 0px;
}

#navigation
  > .box
  > ul
  > li
  > div
  > ul
  > li
  > div
  > ul.column
  > li
  > ul
  > li
  > a {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}

/***** End Header *****/

/***** HEADINGS *****/

.banner-wrap {
  background-position: center center;
  background-size: contain !important;
  position: relative;
}

.banner-wrap .banner-spacer {
  height: 20px;
}

.banner-wrap .banner-opacity {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.banner-wrap .banner-content {
  padding: 20px 0 50px;
  text-align: center;
}

.banner-wrap .banner-content .banner-title {
  font-size: 38px;
  color: #fff;
  line-height: 38px;
  float: none;
  width: auto;
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.banner-wrap .banner-content .banner-caption {
  font-size: 18px;
  color: #fff;
  margin-top: 17px;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

/***** HEADINGS *****/

/***** Main *****/

#main {
  padding: 0;
  margin: 0;
  float: left;
  padding: 0;
  width: 100%;
}

#main .content {
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 30px 0px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .head-title {
  color: #000000;
  clear: both;
  display: block;
  height: 35px;
  margin: 0 auto 55px;
  padding: 0;
  position: relative;
  text-align: center;
}

#main .head-title:before {
  background: rgba(0, 0, 0, 0) url("../images/line-blog.png") repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100%;
}

#main .head-title span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0 20px;
  position: relative;
  font-size: 48px;
  font-weight: normal;
}

#main #second-section .head-title span {
  background: #fff none repeat scroll 0 0;
}

#main #second-section .head-title:before {
  background: rgba(0, 0, 0, 0) url("../images/line-blog2-2.png") repeat scroll 0
    0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100%;
}

#main #fourth-section .head-title span {
  background: #f9f9f9 none repeat scroll 0 0;
}

#main #fourth-section .head-title:before {
  background: rgba(0, 0, 0, 0) url("../images/line-blog2-2.png") repeat scroll 0
    0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100%;
}

.welcome-text {
  display: block;
  font-size: 20px;
  margin: 0 0 20px;
  text-align: center;
}

.textbox {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
}

.textbox iframe {
  border: 1px solid #ededed;
}

.textbox img {
  height: auto;
  width: auto;
  max-width: 100%;
  padding: 3px;
  border-radius: 1px;
  border: 1px solid #939598;
}

.textbox ul,
.textbox ol {
  font-size: 17px;
  line-height: 22px;
  list-style: disc;
  margin: 20px 0 0 10px;
  padding: 0 0 0 20px;
  color: #000000;
}

.textbox ol {
  list-style: decimal;
}

.textbox h3 {
  line-height: 30px;
  font-weight: 400;
  font-size: 25px;
  color: #000000;
  margin: 0 0px 20px;
  padding: 0px;
}

.textbox h4 {
  line-height: 25px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin: 10px 0px;
  padding: 0px;
}

.textbox p,
.content p {
  /* font-size: 17px; */
  line-height: 1.8em;
  margin-bottom: 10px;
  /* color: #000000; */
  font-weight: 300;
  margin-top: 10px;
}

/***** SLIDER *****/

.mainbanner {
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 2;
}

.mainbanner ul {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  z-index: 2;
}

.mainbanner ul li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mainbanner img {
  border-style: none;
  border-width: 0;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.mainbanner .text-wrap {
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 8;
  position: absolute;
}

.mainbanner .text-wrap .slider-wrap {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  float: left;
  text-align: center;
}

.mainbanner .text-wrap .slider-wrap .slider-content {
  vertical-align: middle;
  display: table-cell;
}

.mainbanner .text-wrap .slider-wrap .slider-content h2 {
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85);
  display: inline-block;
}

.mainbanner .text-wrap .slider-wrap .slider-content h3 {
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  margin: 0 0 5px;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85);
}

/***** SLIDER *****/

#second-section {
  clear: both;
  display: block;
  margin: 0;
  background: #fff;
  padding: 20px 0 0px;
}

#second-section .banners-wrap {
  margin: 0 auto;
  width: 100%;
}

#second-section .banners-wrap .intro-banners {
  z-index: 1;
  display: block;
}

#second-section .banners-wrap .intro-banners a {
  box-sizing: border-box;
  float: left;
  margin: 0 0 2% 2%;
  width: 48%;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

#second-section .banners-wrap .intro-banners a:nth-child(2n + 1) {
  clear: left;
  margin-left: 0;
}

#second-section .banners-wrap .intro-banners a img {
  border: medium none;
  display: block;
  height: auto;
  opacity: 1;
  outline: medium none;
  width: 100%;
  overflow: hidden;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  box-sizing: border-box;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: ”alpha(opacity=100) ”;
  filter: alpha(opacity=100);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=1);
  transform: scale(1);
}

#second-section .banners-wrap .intro-banners a:hover img {
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: ”alpha(opacity=80) ”;
  filter: alpha(opacity=80);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.8);
  transform: scale(1.1);
}

#second-section .banners-wrap .intro-banners a h4 {
  border-style: none;
  border-width: 0;
  color: #000000;
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 22px;
  margin: 25px 0 10px;
  padding: 0;
  text-align: center;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}

#second-section .banners-wrap .intro-banners a:hover h4 {
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  text-decoration: underline;
}

#second-section .banners-wrap .intro-banners a p {
  color: #000000;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}

#second-section .banners-wrap .intro-banners a p:hover {
  text-decoration: none;
}

#second-section .banners-wrap .intro-banners a:hover {
  text-decoration: none;
}

#fourth-section {
  clear: both;
  display: block;
  margin: 0;
  background: #fff;
  padding: 50px 0 50px;
}

#fourth-section .banners-wrap {
  margin: 0 auto;
  width: 100%;
}

#fourth-section .banners-wrap .intro-banners {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#fourth-section .banners-wrap .intro-banners a {
  float: left;
  margin: 0 0 2% 2%;
  width: 49%;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

#fourth-section .banners-wrap .intro-banners a:nth-child(2n + 1) {
  clear: left;
  margin-left: 0;
}

#fourth-section .banners-wrap .intro-banners a img {
  border: medium none;
  display: block;
  height: auto;
  opacity: 1;
  outline: medium none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: ”alpha(opacity=100) ”;
  filter: alpha(opacity=100);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=1);
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}

#fourth-section .banners-wrap .intro-banners a:hover img {
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: ”alpha(opacity=80) ”;
  filter: alpha(opacity=80);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.8);
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}

#fourth-section .banners-wrap .intro-banners a h4 {
  border-style: none;
  border-width: 0;
  color: #000000;
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 22px;
  margin: 25px 0 10px;
  padding: 0;
  text-align: center;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}

#fourth-section .banners-wrap .intro-banners a:hover h4 {
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  text-decoration: underline;
}

#fourth-section .banners-wrap .intro-banners p {
  color: #000000;
  margin-bottom: 20px;
  font-size: 17px;
}

#fourth-section .banners-wrap .intro-banners p:hover {
  text-decoration: none;
}

#fourth-section .banners-wrap .intro-banners a:hover {
  text-decoration: none;
}

/***** End Main *****/

/***** Path *****/

#main .path {
  clear: both;
  border-top: 1px solid #fff;
  color: #000000;
  display: block;
  margin: 0;
  font-size: 17px;
  padding: 11px 0 9px;
  z-index: 20;
  line-height: 30px;
  background: #fff;
  font-weight: 400;
  /* background: #eeecec; */
}

#main .path .box {
  padding: 0.25rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#main .path + #templatebox,
#main .path + link + #templatebox,
#main .path + h2,
#main .path + .product {
  margin-top: 20px;
}

#main .path .box * {
  color: #333;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#main .path .box a {
  color: #333;
  margin: 0;
  padding: 0;
  font-weight: 400;
  -o-transition: color 0.2s ease-out, background 0.1s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.1s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.1s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.1s ease-in;
  outline: none;
}

#main .path .box a:hover {
  text-decoration: underline;
}

#main .path .box h2 a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-decoration: underline;
}

#main .path .box i:first-child {
  margin-left: 0;
}

#main .path .box i {
  padding: 0px;
  margin: 0px 0 0 5px;
  vertical-align: middle;
  border-width: 0px;
  border-style: none;
}

#main .path .box i {
  font-size: 17px;
  vertical-align: middle;
}

#main .path .box .fa-caret-right {
  font-size: 17px;
  position: relative;
}

/***** Thumbs page *****/

#main .content.thumbs-page ul.categories {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#main .content.thumbs-page ul.categories li {
  display: block;
  float: left;
  margin: 0 0 2% 2%;
  padding: 0;
  width: 32%;
  background: #fff;
}

#main .content.thumbs-page ul.categories li:nth-child(3n + 1) {
  clear: left;
  margin-left: 0;
}

#main .content.thumbs-page ul.categories li .photo {
  display: block;
  margin: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

#main .content.thumbs-page ul.categories li .photo img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 350px;
  max-width: 100%;
  padding: 0;
  width: auto;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: ”alpha(opacity=100) ”;
  filter: alpha(opacity=100);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=1);
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  position: relative;
  transform: scale(1);
  box-sizing: border-box;
}

#main .content.thumbs-page ul.categories li:hover .photo img {
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: ”alpha(opacity=80) ”;
  filter: alpha(opacity=80);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.8);
  transform: scale(1.1);
}

#main .content.thumbs-page ul.categories li h3 {
  color: #000000;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

#main .content.thumbs-page ul.categories li h3 a {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}

#main .content.thumbs-page ul.categories li:hover h3 a {
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  text-decoration: underline;
}

/***** End Thumbs page Styles *****/

/***** Details Styles *****/

.product {
  margin: 0px 0px 80px;
  padding: 40px 0px 0px;
  clear: both;
  z-index: 10;
  display: block;
}

.product .photos {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 48%;
  float: left;
  position: relative;
}

.product .photos .bigphoto {
  display: block;
  margin: -17px 0px 20px;
  padding: 0px;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.product .photos .bigphoto:hover {
  border-color: #939598;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.product .photos .bigphoto img {
  display: block;
  margin: 0px auto;
  padding: 3px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 580px;
  border-width: 0px;
  border-style: none;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  border: 1px solid #939598;
}

.product .photos .bigphoto:hover img {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  border-color: #000000;
}

.product .photos .thumbs {
  padding: 0 0 20px;
  display: block;
}

.product .photos .thumbs a {
  margin: 0px 1.5% 0px 0px;
  padding: 0px;
  float: left;
  width: 17.7%;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.product .photos .thumbs a:hover {
  border-color: #000000;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.product .photos .thumbs a img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: auto;
  width: 90%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  box-sizing: border-box;
}

.product .photos .thumbs a img:hover {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  border-color: #000000;
}

.product .data {
  display: block;
  padding: 0;
  margin: 0 0 0 1%;
  width: 50%;
  float: right;
}

.product .data p {
  height: auto;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.product .data p.brand {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
  display: block;
  margin: 0px;
  padding: 0px;
}

.product .data h2 {
  font-size: 24px;
  display: block;
  border-width: 0px;
  border-style: none;
  text-align: left;
  margin: 0px 0 20px;
  padding: 0px;
  color: #000000;
  font-weight: 400;
  line-height: 1.2;
}

.product .data div.smalldescr,
product .data .techs {
  font-size: 16px;
  line-height: 18px;
  display: block;
  margin: 0px 0px 20px;
  text-align: justify;
  padding: 0px;
  color: #000;
}

.product .data .techs span {
  background: #d11c09;
  padding: 5px 10px;
  font-weight: bold;
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #fff;
}

.product .data .techs i {
  padding: 5px 0 5px 10px;
}

.product .data .techs ul {
  padding: 10px 0;
}

.product .data .techs ul li {
  line-height: 18px;
  font-size: 16px;
}

.product .data p.code,
.product .data p.availability {
  font-size: 20px;
  line-height: 36px;
  display: block;
  margin: 0px;
  padding: 0px;
  width: auto;
  font-weight: 400;
  color: #000000;
}

.product .data p.code u {
  line-height: 36px;
}

.product .data p.code em {
  font-style: normal;
  color: #939598;
  font-size: 26px;
  line-height: 36px;
}

.product .data p.availability {
  margin-bottom: 20px;
  color: #66cc00;
}

.product .data p.availability.red {
  color: #ff0000;
}

.product .data .availability i {
  margin: 0 0 0 5px;
  font-size: 26px;
  vertical-align: middle;
}

.product .data .social {
  display: block;
  margin: 0px;
  padding: 10px 0px;
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598;
  padding: 10px 0px;
  margin: 20px 0;
}

.product .data .social a {
  display: block;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  line-height: 22px;
  font-size: 16px;
  color: #000000;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.product .data .social a:hover {
  color: #000000;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.product .data .social a i {
  font-size: 22px;
}

#main .product .content {
  padding: 0;
  margin: 20px 0 0;
}

.product .data p.buttons {
  display: block;
  margin: 0px 0px 10px;
  padding: 0px;
}

.tabs {
  margin: 0px;
  padding: 0px;
  display: block;
  clear: both;
}

.tabs ul.titles {
  display: block;
}

.tabs ul.titles li {
  width: 50%;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
}

.tabs ul.titles li a {
  color: #000000;
  display: block;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  margin: 0 1px 0 0;
  background: #fff;
}

.tabs ul.titles li a i {
  margin-right: 5px;
}

.tabs ul.titles li a:hover {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.tabs ul.titles li a.active {
  color: #fff;
  background: #000000;
}

.tabs .content {
  margin: 0px;
  padding: 17px 17px 17px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  border: 1px solid #939598;
}

.tabs .content h3 {
  line-height: 30px;
  font-weight: 700;
  font-size: 17px;
}

.tabs .content p {
  color: #000000;
  font-size: 16px;
  line-height: 1.1;
}

.tabs .content ul li {
  list-style: outside none disc;
  margin: 0 0 0 40px;
  padding: 0 0 0 10px;
}

.tabs .content table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #000000;
}

.tabs .content table tr td,
.tabs .content table tr th {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: lighter;
  line-height: 22px;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
  width: 60%;
}

.tabs .content table tr th {
  border-bottom: none;
  font-weight: 600;
}

.tabs .content table tr th:first-child {
  padding-left: 20px;
  text-align: left;
  width: 40%;
}

/***** End Details Styles *****/

/***** Articles *****/

#main .content ul.news {
  margin: 0px 0px 20px;
  padding: 0px;
  display: block;
}

#main .content ul.news li {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px;
  display: block;
  clear: both;
  border-bottom: 1px solid #939598;
}

#main .content ul.news li img {
  display: block;
  width: auto;
  height: auto;
  border: none;
  float: left;
  margin: 0px 30px 0px 0px;
  padding: 3px;
  max-width: 35%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  opacity: 1;
  border: 1px solid #939598;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: ”alpha(opacity=100) ”;
  filter: alpha(opacity=100);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=1);
}

#main .content ul.news li img:hover {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  border-color: #939598;
}

#main .content ul.news li h3 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0px 0px 17px;
  padding: 0px;
}

#main .content ul.news li h3 a {
  display: block;
  margin: 0px;
  padding: 0px;
  color: #000000;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#main .content ul.news li h3 a:hover {
  color: #084e8a;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  text-decoration: none;
}

#main .content ul.news li p {
  display: block;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  margin: 0px 0px 10px;
  padding: 0px;
  color: #000000;
}

#main .content ul.news li a.more {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  float: right;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  background: #f26641;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid transparent;
}

#main .content ul.news li a.more:hover {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #fff;
  padding-left: 5px;
  padding: 4px 8px;
  background: #333;
  border: 1px solid ##6091c3;
}

#main .content ul.news li a i {
  margin-left: 2px;
  vertical-align: -1px;
}

.paging {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

h4.title + .paging {
  margin-bottom: 40px;
  margin-top: -40px;
}

ul.products + .paging {
  border-top: 3px solid #000000;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
}

.paging p {
  color: hsla(0, 0%, 20%, 1);
  display: block;
  float: left;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.paging p + p {
  float: right;
  margin: 0 0 0 20px;
}

.paging p select {
  border: 1px solid hsla(0, 1%, 60%, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: hsla(0, 0%, 20%, 1);
  display: block;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  min-width: 150px;
  padding: 0 10px;
}

.paging p.pages a,
.paging p.pages strong {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  font-size: 17px;
  line-height: 22px;
}

.paging p.pages a:hover,
.paging p.pages strong {
  font-weight: 700;
  color: #084e8a;
}

/***** Footer *****/

#footer {
  margin: 0px;
  padding: 0px;
  display: block;
  background: #000000;
}

#footer .newsletter {
  display: block;
  margin: 0 auto;
  padding: 48px 0 20px;
  text-align: center;
  background: #000000;
}

#footer .newsletter img {
  padding: 0px;
  margin: 0px 5px 0 0;
  vertical-align: middle;
  border-width: 0px;
  border-style: none;
}

#footer .newsletter p {
  color: #fff;
  font-weight: 400;
  /* letter-spacing: 0.5px; */
  margin-top: 10px;
  font-size: 18px;
  /* text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85); */
}

#footer .newsletter i {
  text-align: center;
  color: #fff;
  margin-right: 10px;
  font-size: 50px;
  font-weight: 300;
  vertical-align: -3px;
  /* text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85); */
}

#footer .newsletter label {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  padding-left: 10px;
  /* letter-spacing: 5px; */
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85);
}

#footer .newsletter label strong {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85);
}

#footer .newsletter .news-box {
  background: none repeat scroll 0 0;
  display: inline-block;
  float: none;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0;
  position: relative;
  max-width: 640px;
  width: 100%;
}

#footer .newsletter .news-box input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #30333b;
  border-radius: 3px 0 0 3px;
  float: left;
  /* height: 53px; */
  margin: 0;
  padding: 10px 30px;
  max-width: 465px;
  width: 100%;
  font-size: 17px;
}

#footer .newsletter .news-box input[type="submit"] {
  background-color: #e71c5e;
  /* background-image: linear-gradient(to right, #00aeef 0, #1c8ec6 51%, #00aeef 100%); */
  border: medium none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 17px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  line-height: 16px;
  /* padding: 18px 45px 17px; */
  position: absolute;
  right: 0;
  top: 0;
  max-width: 175px;
  width: 100%;
  -o-transition: color 0.2s ease-out, background 0.1s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.1s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.1s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.1s ease-in;
  outline: none;
  background-size: 200% auto;
}

#footer .newsletter .news-box input[type="submit"]:hover {
  background-position: right center;
  color: #fff;
}

#footer .topbar {
  background-color: #1e1e1e;
  padding: 55px 0 45px;
}

#footer .topbar .column {
  width: 25%;
  padding: 0px 30px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .topbar .column.first {
  width: 50%;
}

#footer .topbar .column h3 {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  font-size: 18px;
  margin-bottom: 16px;
  padding-bottom: 5px;
  /* letter-spacing: 5px; */
}

#footer .topbar .column h3::after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 45px;
}

#footer .topbar .column h3.myuppertext {
  text-transform: uppercase;
}

#footer .topbar .column h4 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

#footer .topbar .column p {
  color: #fff;
  line-height: 18px;
  font-size: 15px;
  margin: 0 0 16px;
  font-weight: 400;
  text-align: justify;
  /* letter-spacing: 1px; */
}

#footer .topbar .column p i {
  margin-right: 3px;
}

#footer .topbar .column p i + i {
  margin-left: 6px;
}

#footer .topbar .column .more {
  text-align: right;
  display: block;
}

#footer .topbar .column a.more {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  -o-transition: color 0.2s ease-out, background 0.1s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.1s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.1s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.1s ease-in;
  outline: none;
}

#footer .topbar .column a.more:hover {
  text-decoration: underline;
}

#footer .topbar ul.footer-menu {
  list-style: none;
  display: block;
  padding: 0;
}

#footer .topbar ul.footer-menu li {
  box-sizing: border-box;
  display: block;
  margin: 0 0 5px;
  padding: 0;
}

#footer .topbar ul.footer-menu li a {
  color: #fff;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  -o-transition: color 0.2s ease-out, background 0.1s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.1s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.1s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.1s ease-in;
  outline: none;
}

#footer .topbar ul.footer-menu li a i {
  margin-right: 5px;
  /* color: rgba(45, 45, 45, .9); */
  font-size: 16px;
  vertical-align: middle;
}

#footer .topbar ul.footer-menu li a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

#footer .topbar ul.footer-menu li a:hover i {
  text-decoration: none;
}

#footer .topbar p.contact-details {
  line-height: 15px;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: normal;
  /* letter-spacing: normal; */
}

#footer .topbar p.contact-details i {
  padding: 0px;
  font-size: 18px;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: -2px;
  color: rgba(45, 45, 45, 0.9);
}

#footer .topbar p.contact-details a {
  -o-transition: color 0.2s ease-out, background 0.1s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.1s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.1s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.1s ease-in;
  outline: none;
}

#footer .topbar p.contact-details a:hover i {
  text-decoration: none;
}

#footer .designby {
  background-color: #1e1e1e;
  display: block;
  width: 100%;
  text-align: center !important;
  line-height: 1.7;
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  /* border-top: 1px solid rgba(255,255,255,.75); */
  /* letter-spacing: 2px; */
}

#footer .designby img {
  padding: 0px;
  margin: 0px 2px;
  vertical-align: -2px;
  border-width: 0px;
  border-style: none;
}

#footer .designby a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  -o-transition: color 0.2s ease-out, background 0.1s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.1s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.1s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.1s ease-in;
  outline: none;
}

#footer .designby a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

#footer .designby span {
  color: #fff;
}

#footer a.gototop {
  display: none;
  background: transparent;
  color: #bbb;
  text-align: center;
  position: fixed;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
  vertical-align: middle;
  right: 5px;
  width: 40px;
  bottom: 80px;
  height: 40px;
  -khtml-opacity: 100;
  -moz-opacity: 100;
  -ms-filter: ”alpha(opacity=100) ”;
  filter: alpha(opacity=100);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=1);
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 99999;
  border: 2px solid #bbb;
}

#footer a.gototop:hover {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-filter: ”alpha(opacity=60) ”;
  filter: alpha(opacity=60);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.6);
  opacity: 0.6;
  text-decoration: none;
}

#footer a.gototop i {
  font-size: 30px;
  line-height: 30px;
  display: block;
}

/***** END FOOTER *****/

/***** PARALLAX *****/

.parallax {
  vertical-align: middle;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.parallax h3 {
  color: #ffffff;
  line-height: 46px;
  font-size: 40px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  text-shadow: 0 0 17px #333;
}

.parallax a {
  text-decoration: none;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.parallax span {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: #b07150;
  background: #fff;
  padding: 17px 33px;
  letter-spacing: 0.5px;
  border-radius: 3px;
}

.parallax span:hover {
  color: #fff;
  background: #b07150;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.parallax span i {
  margin-right: 5px;
}

#third-section {
  clear: both;
  display: block;
  margin: 0;
  padding: 55px 0 50px;
  background: white;
}

#third-section .column {
  width: 18.4%;
  padding: 0px 20px;
  margin: 0 0 0 2%;
  display: block;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  z-index: 10;
}

#third-section .column .holder {
  font-size: 60px;
  display: block;
  text-align: center;
  color: #444;
}

#third-section .column .holder span {
  line-height: 60px;
  margin: 0 0 20px;
  display: block;
}

#third-section .column .holder i {
  background: #939598;
  display: block;
  font-size: 30px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#third-section .column .holder i:hover {
  color: #939598;
  background: #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#third-section .column .title {
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  height: 52px;
}

#third-section .column .text {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
  text-align: center;
}

#third-section .column:nth-child(5n + 1) {
  margin-left: 0;
}

.responstable {
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #000;
  border-radius: 2px;
  border: 1px solid #939598;
  font-size: 11px;
}

.responstable tr {
  border: 1px solid #939598;
}

.responstable tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.responstable th {
  display: none;
  border: 1px solid #fff;
  background-color: #939598;
  color: #fff;
  padding: 0.3em;
}

.responstable th:first-child {
  display: table-cell;
  text-align: left;
}

.responstable th:nth-child(2) {
  display: table-cell;
}

.responstable th:nth-child(2) span {
  display: none;
}

.responstable th:nth-child(2):after {
  content: attr(data-th);
}

@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}

.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}

.responstable td:first-child {
  display: table-cell;
  text-align: left;
  border-right: 1px solid #939598;
}

@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #939598;
  }
}

.responstable th,
.responstable td {
  text-align: left;
  margin: 0.5em 1em;
}

@media (min-width: 480px) {
  .responstable th,
  .responstable td {
    display: table-cell;
    padding: 0.3em;
  }
}

/***** Category page Styles *****/

ul.products.carousel {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 96.6%;
}

ul.products li {
  position: relative;
  width: 32.6666%;
  margin-left: 0%;
  margin-bottom: 0%;
  padding: 0px;
  box-sizing: border-box;
}

ul.products li:nth-child(3n + 1) {
  clear: left;
  margin-left: 0px;
}

ul.products li .photo {
  text-align: center;
  display: block;
  margin: 10px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

ul.products li .photo a {
  text-align: center;
}

ul.products li .photo img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 280px;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: ”alpha(opacity=100) ”;
  filter: alpha(opacity=100);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=1);
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  position: relative;
  transform: scale(1);
  box-sizing: border-box;
}

ul.products li:hover .photo img {
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: ”alpha(opacity=80) ”;
  filter: alpha(opacity=80);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.8);
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transform: scale(1.1);
}

#main ul.products li .title {
  padding: 10px 10px 0;
}

#main ul.products li p.brand {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: #939598;
  display: block;
  margin: 0px;
  padding: 0px;
  /* text-align: center; */
}

#main ul.products li h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  display: block;
  border-width: 0px;
  border-style: none;
  margin: 0px;
  padding: 0px;
  /* text-align: center; */
}

#main ul.products li h3 a {
  color: #000000;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}

#main ul.products li h3 a:hover {
  color: #000;
  text-decoration: none;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  text-decoration: underline;
}

#main .sidebar {
  width: 20%;
  margin-right: 5%;
  margin-top: 30px;
}

#main .sidebar + .content {
  width: 75%;
}

#main .sidebar .section {
  display: block;
  margin: 0 0 20px;
  padding: 0px 0;
  position: relative;
  border: 1px solid #fff;
}

#main .sidebar .section ul.menu {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#main .sidebar .section ul.menu li a {
  display: block;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  padding: 3px 10px;
  font-weight: 400;
  color: #000000;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  border-bottom: 1px solid rgba(45, 45, 45, 0.7);
}

#main .sidebar .section ul.menu li:last-child a {
  border-bottom: 0;
}

#main .sidebar .section ul.menu li a i {
  margin-right: 5px;
}

#main .sidebar .section ul.menu li a:hover,
#main .sidebar .section ul.menu li a.active {
  color: #000;
  text-decoration: none;
}

#main .sidebar .section .options {
  position: relative;
}

#main .sidebar .section a.clear {
  float: right;
  line-height: 10px;
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: 5px;
  font-weight: 400;
  display: block;
  color: #333;
}

#main .sidebar .section a.clear i {
  margin-left: 3px;
}

#main .sidebar .section h3 {
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  display: block;
  margin: 0px 0 10px;
  padding: 0px;
  cursor: pointer;
  text-align: center;
  border-width: 0px;
  border-style: none;
  background: #333;
  color: #fff;
}

#main .sidebar .section p {
  display: block;
  margin: 5px 0px 5px;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}

#main .sidebar .section p input[type="checkbox"] {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  height: 20px;
  width: 20px;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

#main .sidebar .section p input[type="radio"] {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  height: 20px;
  width: 20px;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle;
}

#main .sidebar .section p span {
  display: inline-block;
  width: 60px;
}

div.banner + .paging {
  margin-bottom: 20px;
}

.category-desc + .paging {
  margin-bottom: 20px;
}

#main .content.category-page .sidebar + .content ul.products li,
#main
  .content.category-page
  .sidebar
  + .content
  ul.products
  li:nth-child(4n + 1) {
  clear: none;
  margin-left: 3.5%;
  width: 31%;
}

#main
  .content.category-page
  .sidebar
  + .content
  ul.products
  li:nth-child(3n + 1) {
  clear: left;
  margin-left: 0;
}

#main .content img.full {
  clear: both;
  display: block;
  height: auto;
  margin: 0 0 20px;
  padding: 1px;
  width: 100%;
  border: 1px solid #ededed;
}

#main .content .category-desc {
  margin: 0 0 40px;
}

.paging {
  display: block;
  margin: 0 auto 20px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.paging p + p {
  float: right;
}

.paging p select {
  border: none;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  /* min-width: 150px; */
  padding: 0 10px;
  background: #fff;
}

.paging p.pages a,
.paging p.pages strong {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}

.paging p.pages a:hover,
.paging p.pages strong {
  font-weight: 700;
}

.mybrands {
  position: relative;
}

.mybrands .brands-menu {
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
  text-align: left;
  background: #fff;
  z-index: 999999;
  margin: 0px;
  padding: 0px;
  border: 1px solid #000;
  line-height: 40px;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 70px;
  margin: 0;
  padding: 30px 17px 0;
  padding-top: 30px;
  max-height: 90vh;
  box-sizing: border-box;
}

.mybrands:hover .brands-menu {
  display: block !important;
}

.mybrands:hover .brands-menu li {
  width: 16%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mybrands:hover .brands-menu li a {
  color: #000;
  padding: 0 0 10px;
  font-size: 0.8125rem;
  background-color: transparent;
  display: block;
  line-height: 1.2;
}

.mybrands:hover .brands-menu li img {
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  max-height: 50px;
}

.uk-form-icon-flip ~ .uk-input {
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #000;
}

.uk-divider-small::after {
  border-top: 2px solid #000000;
}

#main .path .box * {
  color: #333;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}

.textbox ul.uk-list,
.textbox ul.uk-slider-items {
  list-style: none;
  padding: 0;
}

.uk-label-tag {
  background-color: #000000;
}

.float-right {
  float: right !important;
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
  border: none;
  border-bottom: 2px solid #000;
}

#second-section .box .banners-wrap h3 {
  font-size: 2rem;
}

.divider-xsmall {
  margin: 10px 0;
}

.logo {
  text-align: right;
  margin-bottom: 30px;
}
.d-none {
  display: none;
}

.search-box {
  margin-right: 40px;
}

.header-social a {
  color: #000000;
  padding: 10px 5px;
}

a.lang {
  padding-right: 5px !important;
}

a.lang::after {
  content: "|";
  margin-left: 5px;
}
a.lang-right {
  padding-left: 0 !important;
}
a.lang:hover::after {
  color: #000;
}

.uk-link-heading a:hover,
.uk-link-toggle:focus .uk-link-heading,
.uk-link-toggle:hover .uk-link-heading,
a.uk-link-heading:hover {
  color: #e71c5c;
}

/* slider fix for archives (product)  */
.archive-page ul.uk-slider-items li,
.archive-page ul.uk-slider-items li img {
  max-height: 200px;
}

@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: .85em!important;
  }
}
