.textOverflow, .prodBox .prodDt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transitionP2, .header, .subCats > li > a, .categories > li > a, .categories > li.simpleAccTrigger, .prodBox .pbImage img, .prodBox .prodBts a, .prodGallery .pgNav li, .workBox .wbBts a, .gallery ul li img, .gallery ul li span.title {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.transitionP4, .homeCategories .hcItem .hciImage:before, .homeCategories .hcItem .hciContent, .mainMenuWidget, .mainMenuWidget .mmwFilter, .mainMenuWidget .mmwClose, .categories > li.simpleAccTrigger:after, .mainPopup .mpFilter {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.transitionP6, .homeFirstPane, .homeFirstPane .waves .mainWave, .homeFirstPane .waves .fourthdWave,
.homeFirstPane .waves .thirdWave,
.homeFirstPane .waves .secondWave, .homeFirstPane .waves .topDashed, .homeFirstPane .waves .topDashed .db, .homeFirstPane .waves .topDashed .callButton {
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tl {
  text-align: left !important;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.vm tr td {
  vertical-align: middle !important;
}

.vt tr td {
  vertical-align: top !important;
}

.vb tr td {
  vertical-align: bottom !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.fullTable {
  width: 100%;
  float: left;
}

.fullTable tr td {
  padding: 4px;
}

.fullTable tr td:first-child {
  padding-left: 0;
}

.fullTable tr td:last-child {
  padding-right: 0;
}

body {
  background: url("../img/mainBg.webp") center top no-repeat #1a1c20;
  background-size: 100% auto;
  padding-top: 100px;
}

.centerAligner {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 100px;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  padding: 40px 40px 0 40px;
}

.header .headerLogo {
  width: 204px;
  height: 110px;
  float: left;
  background: url("../img/logo.webp");
  text-indent:-9999px;
}

.header.hBg .headerLogo {
  width: 148px;
  height: 80px;
  float: left;
  background: url("../img/logohBg.webp");
}


.header .headerRight {
  width: auto;
  height: 60px;
  float: right;
}

.header .headerRight .menuTrigger {
  width: 60px;
  height: 60px;
  float: right;
  background: url("../img/menuTrigger.webp");
  cursor: pointer;
}

.header .headerRight .menuTrigger:hover {
  opacity: .8;
}

.header .headerRight .headerPhones {
  width: auto;
  height: 60px;
  float: right;
  padding-right: 12px;
  padding-left: 36px;
  position: relative;
  margin-right: 5px;
  padding-top: 9px;
}

.header .headerRight .headerPhones:after {
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 15px;
  background: rgba(255, 255, 255, 0.1);
  content: ' ';
}

.header .headerRight .headerPhones .icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 12px;
  color: #fff;
  font-size: 22px;
  opacity: .5;
}

.header .headerRight .headerPhones .icon:hover {
  opacity: 1;
}

.header .headerRight .headerPhones a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.header .headerRight .headerPhones a:hover {
  color: #fff;
}

.header .hrMenu {
  width: auto;
  height: 60px;
  float: right;
  margin-right: 15px;
}

.header .hrMenu .hrmItem  {
  width: auto;
  height: 60px;
  float: left;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.5px;
  padding: 0 12px;
  position: relative;
  cursor: pointer;
}
.header .hrMenu .hrmItem a { color: #fff;}
.header .hrMenu .hrmItem a::after { none;}

.header .hrMenu .hrmItem:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-left: 4px;
}

.header .hrMenu .hrmItem:hover .hrmDrop {
  display: block;
}

.header .hrMenu .hrmItem .hrmDrop {
  width: 250px;
  height: auto;
  position: absolute;
  right: 0;
  top: 50px;
  background: #fff;
  border-radius: 6px;
  line-height: normal;
  padding: 10px;
  display: none;
}

.header .hrMenu .hrmItem .hrmDrop:before {
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 8px;
  right: 10px;
  top: -15px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  margin-left: -4px;
}

.header .hrMenu .hrmItem .hrmDrop ul li {
  width: 100%;
  float: left;
}

.header .hrMenu .hrmItem .hrmDrop ul li a {
  width: 100%;
  height: auto;
  float: left;
  padding: 9px;
  color: #666;
}

.header .hrMenu .hrmItem .hrmDrop ul li a:hover {
  background: #f1f1f1;
}

.header.hBg {
  padding: 20px;
  background: #18405e;
}

.homeFirstPane {
  width: 100%;
  height: auto;
  min-height: 100vh;
  float: left;
  position: relative;
  overflow: hidden;
  background: #1a1c20 url("../img/fpBlueBefore.png") left top no-repeat;
  margin-top: -100px;
  padding-bottom: 350px;
}

.homeFirstPane .hfpQuestionPane {
  width: 600px;
  position: relative;
  float: left;
  left: 50%;
  margin-top: 15%;
  color: #fff;
  z-index: 999;
  text-align: center;
  transform: translateX(-50%);
}

.homeFirstPane .hfpQuestionPane .hqTitle {
  width: 100%;
  height: auto;
  float: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -1.5px;
  margin-bottom: -10px;
}

.homeFirstPane .hfpQuestionPane .hqSelect {
  width: 100%;
  float: left;
  background: none;
  border: none;
  text-align: center !important;
  color: #fff;
  position: relative;
}

.homeFirstPane .hfpQuestionPane .hqSelect .hqTrigger {
  width: auto;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 38px;
  border-bottom: 2px dashed #fff;
  letter-spacing: -1.8px;
  cursor: pointer;
}

.homeFirstPane .hfpQuestionPane .hqSelect .hqTrigger:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-left: 8px;
}

.homeFirstPane .hfpQuestionPane .hqSelect .hqDrop {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 75px;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  display: none;
}

.homeFirstPane .hfpQuestionPane .hqSelect .hqDrop.show {
  display: block;
}

.homeFirstPane .hfpQuestionPane .hqSelect .hqDrop:before {
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 8px;
  right: 50%;
  top: -15px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  margin-right: -4px;
}

.homeFirstPane .hfpQuestionPane .hqSelect .hqDrop ul li {
  width: 100%;
  height: auto;
  float: left;
  color: #666;
  font-size: 18px;
  text-align: left;
  letter-spacing: -0.6px;
  padding: 10px;
  cursor: pointer;
}

.homeFirstPane .hfpQuestionPane .hqSelect .hqDrop ul li:hover {
  background: #ebebeb;
}

.homeFirstPane .hfpQuestionPane .hqDetails {
  width: 100%;
  float: left;
}

.homeFirstPane .hfpQuestionPane .hqDetails .hqdCt {
  width: 100%;
  float: left;
  display: none;
}

.homeFirstPane .hfpQuestionPane .hqText {
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.homeFirstPane .hfpQuestionPane .hqWarning {
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.67);
  font-weight: 300;
}

.homeFirstPane .hfpQuestionPane .hqWarning i {
  font-size: 16px;
  color: #f8db5c;
}

.homeFirstPane .waves {
  width: 100%;
  height: 324px;
  position: absolute;
  left: 0;
  bottom: -10%;
  -webkit-transition: all 800ms cubic-bezier(1, 0, 0.17, 1);
  /* older webkit */
  -webkit-transition: all 800ms cubic-bezier(1, -0.6, 0.17, 1.64);
  -moz-transition: all 800ms cubic-bezier(1, -0.6, 0.17, 1.64);
  -o-transition: all 800ms cubic-bezier(1, -0.6, 0.17, 1.64);
  transition: all 800ms cubic-bezier(1, -0.6, 0.17, 1.64);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0.17, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(1, -0.6, 0.17, 1.64);
  -moz-transition-timing-function: cubic-bezier(1, -0.6, 0.17, 1.64);
  -o-transition-timing-function: cubic-bezier(1, -0.6, 0.17, 1.64);
  transition-timing-function: cubic-bezier(1, -0.6, 0.17, 1.64);
  /* custom */
}

.homeFirstPane .waves .mainWave {
  width: 100%;
  height: 324px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/bannerMainBlueLine.png") left top;
  animation: mainLineAnim 10s infinite linear;
}

.homeFirstPane .waves .fourthdWave,
.homeFirstPane .waves .thirdWave,
.homeFirstPane .waves .secondWave {
  width: 100%;
  height: 172px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/bannerSingleBlueLine.png") left top;
  animation: mainLineAnim 6.4s infinite linear;
  opacity: .2;
}

.homeFirstPane .waves .thirdWave {
  animation: mainLineAnimReverse 10s infinite linear;
}

.homeFirstPane .waves .fourthdWave {
  animation: mainLineAnimReverse 5.3s infinite linear;
}

.homeFirstPane .waves .topDashed {
  width: 100%;
  height: 0;
  border-bottom: 2px dashed #0f96fe;
  position: relative;
  z-index: 99;
}

.homeFirstPane .waves .topDashed .db {
  width: auto;
  position: absolute;
  left: 40px;
  background: #1a1c20;
  padding: 0 6px;
  line-height: 30px;
  top: -14px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.3px;
  color: #0f96fe;
}

.homeFirstPane .waves .topDashed .callButton {
  width: auto;
  height: 40px;
  position: absolute;
  right: 40px;
  top: -18px;
  background: #0f96fe;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.homeFirstPane .waves .topDashed .callButton:hover {
  text-decoration: underline;
}

.homeFirstPane.yellow {
  background-image: url("../img/fpYellowBefore.png");
}

.homeFirstPane.yellow .waves {
  bottom: -5%;
}

.homeFirstPane.yellow .waves .mainWave {
  background-image: url("../img/bannerMainYellowLine.png");
}

.homeFirstPane.yellow .waves .secondWave,
.homeFirstPane.yellow .waves .thirdWave,
.homeFirstPane.yellow .waves .fourthdWave {
  background-image: url("../img/bannerSingleYellowLine.png");
}

.homeFirstPane.yellow .topDashed {
  border-color: #f8db5c;
}

.homeFirstPane.yellow .topDashed .callButton {
  background: #f8db5c;
  color: #75641a;
}

.homeFirstPane.yellow .topDashed .db {
  color: #f8db5c;
}

.homeFirstPane.red {
  background-image: url("../img/fpRedBefore.png");
}

.homeFirstPane.red .waves {
  bottom: 0%;
}

.homeFirstPane.red .waves .mainWave {
  background-image: url("../img/bannerMainRedLine.png");
}

.homeFirstPane.red .waves .secondWave,
.homeFirstPane.red .waves .thirdWave,
.homeFirstPane.red .waves .fourthdWave {
  background-image: url("../img/bannerSingleRedLine.png");
}

.homeFirstPane.red .topDashed {
  border-color: #ff530f;
}

.homeFirstPane.red .topDashed .callButton {
  background: #ff530f;
}

.homeFirstPane.red .topDashed .db {
  color: #ff530f;
}

.homeSecondPane {
  width: 100%;
  height: auto;
  float: left;
  background: #d8dadd;
  padding: 60px 0;
}

.homeSecondPane .hsLeft {
  width: calc(100% - 530px);
  float: left;
}

.homeSecondPane .hslSubTitle {
  width: 100%;
  height: auto;
  float: left;
  font-size: 22px;
  font-weight: 300;
  color: #377fb7;
  letter-spacing: -0.6px;
}

.homeSecondPane .hslTitle {
  width: 100%;
  height: auto;
  float: left;
  font-size: 36px;
  font-weight: 300;
  color: #1a1d23;
  letter-spacing: -2px;
}

.homeSecondPane .hslText {
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  color: #1a1d23;
  font-weight: 300;
  margin: 20px 0 28px 0;
}

.homeSecondPane .hslMore {
  width: auto;
  height: auto;
  float: left;
  border-bottom: 2px solid #377fb7;
  font-size: 16px;
  color: #1a1d23;
  letter-spacing: -0.3px;
  padding-bottom: 4px;
}

.homeSecondPane .hslMore:hover {
  border-color: transparent;
}

.homeSecondPane .hsCallSticker {
  width: 410px;
  float: right;
  background: url("../img/hsCallStickerBg.png") right top no-repeat #f8db5c;
  padding: 50px 30px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.11);
  position: relative;
  cursor: pointer;
}

.homeSecondPane .hsCallSticker:Before {
  width: 100px;
  height: 50px;
  position: absolute;
  left: -35px;
  top: -10px;
  transform: rotate(-45deg);
  background: #d8dadd;
  content: ' ';
}

.homeSecondPane .hsCallSticker .hscSubTitle {
  width: 100%;
  float: left;
  color: #a39142;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.6px;
}

.homeSecondPane .hsCallSticker .hscTitle {
  width: 100%;
  float: left;
  color: #1a1d22;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.8px;
  position: relative;
  padding-bottom: 14px;
}

.homeSecondPane .hsCallSticker .hscTitle:before {
  width: 20px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #897c3f;
  border-radius: 2px;
  content: ' ';
}

.homeSecondPane .hsCallSticker .hscText {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 12px;
  color: #786c37;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.4px;
  margin-bottom: 90px;
}

.homeSecondPane .hsCallSticker .hscLink {
  width: auto;
  height: auto;
  float: left;
  border-bottom: 2px solid #1a1d23;
  font-size: 16px;
  color: #1a1d23;
  letter-spacing: -0.3px;
  padding-bottom: 4px;
}

.homeSecondPane .hsCallSticker .hscLink:hover {
  border-color: transparent;
}

.homeCategories {
  width: 100%;
  height: auto;
  float: left;
}

.homeCategories .hcItem {
  width: 33.3%;
  float: left;
  overflow: hidden;
  position: relative;
}

.homeCategories .hcItem:before {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 61%;
  content: ' ';
}

.homeCategories .hcItem .hciImage {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.homeCategories .hcItem .hciImage img {
  width: 100% !important;
  height: auto !important;
  float: left;
}

.homeCategories .hcItem .hciImage:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: ' ';
  z-index: 9;
}

.homeCategories .hcItem .hciContent {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #fff;
  z-index: 9;
  padding: 0 25px;
  line-height: 24px;
}

.homeCategories .hcItem .hciContent span {
  font-size: 16px;
}

.homeCategories .hcItem .hciContent:before {
  width: 15px;
  height: 8px;
  background: #0f96fe;
  border-radius: 0 5px 5px 0;
  content: ' ';
  position: absolute;
  left: 0;
  top: 12px;
}

.homeCategories .hcItem:hover .hciImage:before {
  background: rgba(13, 95, 145, 0);
}

.homeCategories .hcItem:hover .hciContent {
  bottom: 10%;
}

.homeDoubleBoxes {
  width: 100%;
  height: auto;
  float: left;
}

.hdbYellowBox {
  width: 50%;
  height: auto;
  float: left;
  position: relative;
}

.hdbYellowBox:before {
  width: 100%;
  height: auto;
  padding-top: 40%;
  float: left;
  content: ' ';
}

.hdbYellowBox .hdbContent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/hdYellowBox.webp") #f8db5c;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5% 4% 0 25%;
}

.hdbYellowBox .hdbTitle {
  width: 100%;
  height: auto;
  float: left;
  font-size: 2vw;
  font-weight: 300;
  letter-spacing: -0.1vw;
  color: #372608;
}

.hdbYellowBox .hdbText {
  width: 100%;
  height: auto;
  float: left;
  color: #372608;
  font-size: 1vw;
  font-weight: 300;
  letter-spacing: -0.05vw;
}

.hdbBlueBox {
  width: 50%;
  height: auto;
  float: left;
  position: relative;
}

.hdbBlueBox:before {
  width: 100%;
  height: auto;
  padding-top: 40%;
  float: left;
  content: ' ';
}

.hdbBlueBox .hdbContent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/hdBlueBox.webp") #0f96fe;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5% 25% 0 4%;
}

.hdbBlueBox .hcTitle {
  width: 100%;
  height: auto;
  float: left;
  font-size: 1.8vw;
  font-weight: 300;
  letter-spacing: -0.1vw;
  color: #fff;
  margin-bottom: 10px;
}

.hdbBlueBox .hcNumbers {
  width: 100%;
  height: auto;
  float: left;
  font-size: 2vw;
  font-weight: 300;
  letter-spacing: -0.1vw;
  color: #fff;
}

.hdbBlueBox .hcNumbers a {
  color: #fff;
}

.hdbBlueBox .hcNumbers a:hover {
  opacity: .8;
}

.hdbBlueBox .hcCallTrigger {
  width: auto;
  height: 40px;
  float: left;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 12px;
  margin-top: 18px;
  line-height: 36px;
  font-size: 15px;
  cursor: pointer;
}

.hdbBlueBox .hcCallTrigger:hover {
  opacity: .8;
}

.homeCommentsContainer {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  padding: 40px 0;
}

.homeCommentsContainer .hccSubTitle {
  width: 100%;
  float: left;
  text-align: center;
  color: #0f96fe;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.homeCommentsContainer .hccTitle {
  width: 100%;
  float: left;
  text-align: center;
  color: #333;
  font-size: 33px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.homeCommentsContainer .hcAllBt {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
  text-align: center;
}

.homeCommentsContainer .hcAllBt .bt {
  width: auto;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  border: 1px solid #ebebeb;
  padding: 0 15px;
  border-radius: 20px;
  color: #666;
  cursor: pointer;
  font-size: 13px;
}

.homeCommentsContainer .hcAllBt .bt:hover {
  background: #f8f8f8;
}

.swiper-slide .hCommentBox {
  width: 100% !important;
}

.hCommentBox {
  width: 33.3%;
  float: left;
  padding: 0 15px;
  text-align: center;
}

.hCommentBox .hcLogo {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

.hCommentBox .hcLogo .logo {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  overflow: hidden;
}

.hCommentBox .hcLogo .logo img {
  width: 100% !important;
  height: auto !important;
}

.hCommentBox .hcTitle {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.5px;
}

.hCommentBox .hcTime {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #999;
  letter-spacing: -0.3px;
}

.hCommentBox .hcText {
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  letter-spacing: -0.3px;
}

.hCommentsAll {
  width: 100%;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hCommentsAll .hCommentBox {
  margin-bottom: 100px;
}

.hCommentsAll .hCommentBox .hcLogo .logo {
  border-color: rgba(255, 255, 255, 0.6);
}

.hCommentsAll .hCommentBox .hcTitle {
  color: #fff;
}

.hCommentsAll .hCommentBox .hcTime {
  color: rgba(255, 255, 255, 0.6);
}

.hCommentsAll .hCommentBox .hcText {
  color: rgba(255, 255, 255, 0.8);
}

.homeLogosContainer {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0;
  background: #f3f4f5;
}

.homeLogosContainer img {
  max-width: 80% !important;
}

.swiper-container4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.fullSlider {
  width: 100%;
  margin: 10px 0;
  float: left;
}

.fullSlider img {
  max-width: 100%;
  height: auto !important;
}

.fullSlider .refLogo {
  width: 100%;
  float: left;
  text-align: center;
}

.fullSlider .swiper-button-next {
  width: 28px;
  height: 51px;
  right: 10px;
  top: 50%;
  margin-top: -24px;
  font-family: FontAwesome;
  color: #fff;
  content: "\f107";
  background: url("../img/swiper-button-next.png");
  background-size: 100% 100%;
  opacity: .7;
}

.fullSlider .swiper-button-next:hover {
  opacity: 1;
}

.fullSlider .swiper-button-prev {
  width: 28px;
  height: 51px;
  left: 10px;
  top: 50%;
  margin-top: -24px;
  font-family: FontAwesome;
  color: #fff;
  content: "\f107";
  background: url("../img/swiper-button-prev.png");
  background-size: 100% 100%;
  opacity: .7;
}

.fullSlider .swiper-button-prev:hover {
  opacity: 1;
}

.footer {
  width: 100%;
  height: auto;
  float: left;
  min-height: 400px;
  position: relative;
  background: #54565d;
  padding: 20px 0 40px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .footerTitle {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.footer a {
  color: rgba(255, 255, 255, 0.7);
}

.footer a:hover {
  text-decoration: underline;
}

.footer:before {
  width: calc(50% - 140px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #424449;
  content: ' ';
}

.footer .centerAligner {
  position: relative;
  z-index: 9;
}

.footer .footerLeft {
  width: calc(50% - 160px);
  float: left;
  line-height: 25px;
}

.footer .footerRight {
  width: calc(50% + 115px);
  float: right;
  line-height: 25px;
}

.footer .socialIcon {
  margin-right: 10px;
  font-size: 18px;
}

.footer .socialIcon:hover {
  color: #fff;
}

.mainMenuWidget {
  width: 0;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

.mainMenuWidget.show {
  width: 100%;
}

.mainMenuWidget.show .mmwFilter {
  width: 100%;
  opacity: 1;
}

.mainMenuWidget.show .mmwClose {
  right: 310px;
  transition-delay: .2s;
  opacity: 1;
}

.mainMenuWidget.show .mmwClose:hover {
  right: 320px;
}

.mainMenuWidget.show .mmwContent {
  opacity: 1;
  right: 0;
  transform: scale(1);
}

.mainMenuWidget .mmwFilter {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.mainMenuWidget .mmwClose {
  width: 80px;
  height: 60px;
  position: absolute;
  right: -100px;
  top: 40px;
  background: #0f96fe;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  opacity: 0;
}

.mainMenuWidget .mmwClose img {
  height: 100%;
}

.mainMenuWidget .mmwContent {
  width: 320px;
  height: 100%;
  position: absolute;
  right: -320px;
  top: 0;
  background: #fff;
  opacity: 0;
  transform: scale(0.8);
  z-index: 9;
  -webkit-transition: all 500ms cubic-bezier(0.725, 0.36, 0.275, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.725, 0.36, 0.275, 1.295);
  -moz-transition: all 500ms cubic-bezier(0.725, 0.36, 0.275, 1.295);
  -o-transition: all 500ms cubic-bezier(0.725, 0.36, 0.275, 1.295);
  transition: all 500ms cubic-bezier(0.725, 0.36, 0.275, 1.295);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.725, 0.36, 0.275, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.725, 0.36, 0.275, 1.295);
  -moz-transition-timing-function: cubic-bezier(0.725, 0.36, 0.275, 1.295);
  -o-transition-timing-function: cubic-bezier(0.725, 0.36, 0.275, 1.295);
  transition-timing-function: cubic-bezier(0.725, 0.36, 0.275, 1.295);
  /* custom */
}

.mainMenuWidget .mmwContent .mmwLogo {
  width: 100%;
  height: 70px;
  float: left;
  text-align: center;
  line-height: 70px;
}

.mainMenuWidget .mmwContent .mmwIcons {
  width: 100%;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
}

.mainMenuWidget .mmwContent .mmwIcons .socialIcon {
  width: 30px;
  height: 50px;
  display: inline-block;
  font-size: 16px;
  color: #999;
  opacity: .6;
}

.mainMenuWidget .mmwContent .mmwIcons .socialIcon:hover {
  color: #0f96fe;
  opacity: 1;
}

.mainMenuWidget .mmwContent .mmwCenter {
  width: 100%;
  height: calc(100vh - 120px);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.mainMenuWidget .mmwContent .mmwCenter .mmwMenu {
  width: 100%;
  float: left;
}

.mainMenuWidget .mmwContent .mmwCenter .mmwMenu li {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: 1px solid #ebebeb;
}

.mainMenuWidget .mmwContent .mmwCenter .mmwMenu li:last-child {
  border: none;
}

.mainMenuWidget .mmwContent .mmwCenter .mmwMenu li a {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 24px;
  padding: 15px 0;
  font-weight: 600;
  color: #666;
  letter-spacing: -1px;
}

.mainMenuWidget .mmwContent .mmwCenter .mmwMenu li a:hover {
  color: #0f96fe;
}

.subPageTitleMain {
  width: 100%;
  min-height: 100px;
  float: left;
  margin: 20px 0;
  position: relative;
  padding-left: 50px;
  padding-top: 25px;
  overflow: hidden;
}

.subPageTitleMain .title {
  width: auto;
  float: left;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -2.4px;
  position: relative;
  z-index: 9;
}

.subPageTitleMain .bgTitle {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.05);
  line-height: 100px;
}

.container {
  width: 100%;
  float: left;
  margin: 15px 0 80px 0;
}

.containerLeft {
  width: 450px;
  float: left;
  padding: 15px 25px 0 35px;
}

.containerRight {
  width: calc(100% - 450px);
  float: right;
  padding: 0 120px 0 33px;
  background: url("../img/containerRightBorder.png") left top no-repeat;
  min-height: 450px;
}

.subCats > li {
  width: 100%;
  float: left;
}

.subCats > li > a {
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 0;
  position: relative;
}

.subCats > li > a:hover {
  color: #fff;
}

.subCats > li.active > a {
  padding-left: 16px;
  color: #fff;
}

.subCats > li.active > a:before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #0f96fe;
  border-radius: 50%;
  content: ' ';
}

.subCats .subCats {
  padding-left: 15px;
}

.subCats .subCats li a {
  font-size: 16px;
}

.categories {
  width: 100%;
  height: auto;
  float: left;
}

.categories > li {
  width: 100%;
  float: left;
}

.categories > li > a {
  width: 100%;
  height: auto;
  float: left;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  position: relative;
}

.categories > li > a:hover {
  color: #fff;
}

.categories > li.active > a {
  padding-left: 16px;
  color: #fff;
}

.categories > li.active > a:before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #0f96fe;
  border-radius: 50%;
  content: ' ';
}

.categories > li.simpleAccTrigger {
  width: 100%;
  height: auto;
  float: left;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}

.categories > li.simpleAccTrigger:after {
  width: 8px;
  height: 8px;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -4px;
  background: #0f96fe;
  border-radius: 50%;
  content: ' ';
}

.categories > li.simpleAccTrigger:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-left: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.categories > li.simpleAccTrigger:hover {
  color: #fff;
}

.categories > li.simpleAccTrigger.active {
  margin-top: 20px;
  padding-left: 16px;
  color: #fff;
}

.categories > li.simpleAccTrigger.active:after {
  left: 0;
}

.categories > li.simpleAccContent {
  padding-left: 15px;
  display: none;
  margin-bottom: 20px;
}

.categories > li.simpleAccContent.show {
  display: block;
}

.crBlueTitle {
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  font-weight: 300;
  color: #0f96fe;
  letter-spacing: -0.8px;
}

.crBlueTitle a,
.crBlueTitle a:hover,
.crBlueTitle a:focus {
    color: #0f96fe; 
} 
.crMainTitle {
  width: 100%;
  height: auto;
  float: left;
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.crMainTitle.mid {
  font-size: 25px;
}

.textContainer {
  width: 100%;
  height: auto;
  float: left;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 300;
}

.textContainer strong {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

.textContainer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

.textContainer a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.textContainer .crSubTitle {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1.6px;
}

.textContainer img {
  max-width: 100% !important;
  height: auto !important;
}

.textContainer.mid {
  font-size: 17px;
}

.textContainer p {
  margin: 10px 0;
}

.textContainer img.thumbImage {
  max-width: 350px !important;
  height: auto !important;
  float: left;
  margin: 0 20px 15px 0;
}

.textContainer.mak> img:nth-child(2) {
  float: left;
  margin-right: 12px;
  margin-top: 16px;
}
.textContainer > div {
	max-width: 100%;
	height: auto !important;
}

.subContact {
  width: 100%;
  height: 87px;
  max-width: 1140px;
  margin: 30px 0;
  float: left;
  background: url("../img/subContact.png") left top no-repeat;
  padding-left: 100px;
  padding-right: 30px;
  border-radius: 8px;
  line-height: 87px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.4px;
}

.subContact a {
  color: #fff;
  font-weight: normal;
}

.subContact a:hover {
  text-decoration: underline;
}

.subContact .nrs {
  width: auto;
  float: right;
}

.productList {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productList .prodGrid {
  width: 25%;
  float: left;
  padding: 20px;
}

.productList.min .prodGrid {
  width: 20%;
  padding: 10px;
}

.prodBox {
  width: 100%;
  float: left;
}

.prodBox .pbImage {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.prodBox .pbImage:before {
  width: 100%;
  float: left;
  padding-top: 100%;
  content: ' ';
}

.prodBox .pbImage img {
  width: 100%;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 0;
}

.prodBox .pbImage:hover img {
  opacity: .8;
}

.prodBox .prodName {
  width: 100%;
  float: left;
  line-height: 22px;
  max-height: 50px;
  overflow: hidden;
}

.prodBox .prodName a {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.5px;
}

.prodBox .prodName a:hover {
  opacity: .8;
}

.prodBox .prodDt {
  width: 100%;
  float: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.3px;
  margin-top: 5px;
}

.prodBox .prodBts {
  width: auto;
  height: 36px;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  border-radius: 18px;
}

.prodBox .prodBts a {
  width: auto;
  height: 34px;
  float: left;
  line-height: 34px;
  padding: 0 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 17px;
}

.prodBox .prodBts a.bg {
  background: rgba(255, 255, 255, 0.1);
}

.prodBox .prodBts a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.prodGallery {
  width: 500px;
  height: auto;
  float: left;
  margin: 10px 0;
}

.prodGallery .pgCts {
  width: 100%;
  float: left;
}

.prodGallery .pgCts .pgCt {
  width: 100%;
  float: left;
  display: none;
}

.prodGallery .pgCts .pgCt img {
  width: 100%;
  height: auto !important;
}

.prodGallery .pgNav {
  width: 100%;
  float: left;
  margin-top: 3px;
}

.prodGallery .pgNav li {
  width: 20%;
  float: left;
  overflow: hidden;
  position: relative;
  opacity: .3;
  cursor: pointer;
}

.prodGallery .pgNav li:hover {
  opacity: .8;
}

.prodGallery .pgNav li.active {
  opacity: 1;
}

.prodGallery .pgNav li:before {
  width: 100%;
  padding-top: 100%;
  float: left;
  content: ' ';
}

.prodGallery .pgNav li img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

.prodRight {
  width: calc(100% - 520px);
  float: left;
  margin-left: 20px;
  padding: 15px 0;
}

.prodRight .prTitle {
  width: 100%;
  float: left;
  font-size: 22px;
  letter-spacing: -0.7px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

.prodRight .prCategories {
  width: 100%;
  float: left;
  font-size: 15px;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  font-style: italic;
}

.prodRight .prCategories a {
  color: rgba(255, 255, 255, 0.5);
}

.prodRight .prCategories a:hover {
  text-decoration: underline;
}

.prodRight .urun-ozellikleri li {
  width: 100%;
  height: auto;
  margin: 5px 0;
}

.prodRight .urun-ozellikleri li span {
  color: #fff;
  font-weight: 600;
  margin-right: 5px;
}

.prodBts {
  width: auto;
  height: 36px;
  float: left;
  margin: 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
}

.prodBts .label {
  width: auto;
  height: 34px;
  float: left;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 8px;
}

.prodBts a {
  width: auto;
  float: left;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  padding: 0 12px;
  border-radius: 17px;
}

.prodBts a.bg {
  background: rgba(255, 255, 255, 0.1);
}

.prodBts a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.prodBts a.mainBg {
  background: #0f96fe !important;
  color: #fff !important;
}

.prodBts a.mainBg:hover {
  opacity: .8;
}

.centerTitle {
  width: 100%;
  float: left;
  margin: 15px 0;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.4px;
}

.workBox {
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 0 35px 0;
}

.workBox .wbImage {
  width: 350px;
  float: left;
  position: relative;
  overflow: hidden;
}

.workBox .wbImage:before {
  width: 100%;
  float: left;
  padding-top: 80%;
  content: ' ';
}

.workBox .wbImage img {
  width: 100%;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 0;
}

.workBox .wbRight {
  margin-left: 380px;
  padding-top: 40px;
}

.workBox .wbTitle {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.workBox .wbTitle a {
  color: #fff;
}

.workBox .wbTitle a:hover {
  opacity: .8;
}

.workBox .wbLinks {
  width: 100%;
  float: left;
  font-size: 15px;
  font-style: italic;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.6);
}

.workBox .wbLinks a {
  color: rgba(255, 255, 255, 0.6);
}

.workBox .wbLinks a:hover {
  text-decoration: underline;
}

.workBox .wbText {
  width: 100%;
  float: left;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin: 12px 0;
  letter-spacing: -0.4px;
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
}

.workBox .wbBts {
  width: auto;
  height: 36px;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  border-radius: 18px;
}

.workBox .wbBts a {
  width: auto;
  height: 34px;
  float: left;
  line-height: 34px;
  padding: 0 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 17px;
}

.workBox .wbBts a.bg {
  background: rgba(255, 255, 255, 0.1);
}

.workBox .wbBts a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.full {
  width: 100%;
  float: left;
}

.subComment {
  width: 100%;
  float: left;
  margin: 20px 0;
}

.subComment .scLogo {
  width: 60px;
  height: 60px;
  float: left;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  overflow: hidden;
}

.subComment .scLogo img {
  width: 100% !important;
  height: auto !important;
}

.subComment .scRight {
  margin-left: 75px;
}

.subComment .scTitle {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.subComment .scTime {
  width: 100%;
  float: left;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.subComment .scText {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #fff;
}

.contactLeft {
  width: 50%;
  float: left;
  padding: 10px 40px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}

.contactLeft .fullTable tr td {
  padding-top: 40px;
}

.contactLeft a {
  color: rgba(255, 255, 255, 0.6);
}

.contactLeft a:hover {
  text-decoration: underline;
}

.contactLeft .contactTitle {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.contactRight {
  width: 50%;
  float: right;
  padding: 10px 40px;
  background: url("../img/containerRightBorder.png") left top no-repeat;
  min-height: 450px;
}

.fullLabel {
  width: 100%;
  float: left;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}

.fullInput {
  width: 100%;
  height: 46px;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  padding: 0 14px;
  color: #fff;
  font-size: 15px;
  font-family: "open sans";
  border-radius: 23px;
}

.fullInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.fullInput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.fullInput::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.fullInput:focus {
  border-color: rgba(15, 150, 254, 0.64);
}

.fullTextarea {
  width: 100%;
  height: 120px;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  padding: 14px;
  color: #fff;
  font-size: 15px;
  font-family: "open sans";
  border-radius: 23px;
  resize: none;
}

.fullTextarea:focus {
  border-color: rgba(15, 150, 254, 0.64);
}

.fullTextarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.fullTextarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.fullTextarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.fullTable {
  width: 100%;
  float: left;
}

.fullTable tr td {
  padding: 10px;
}

.fullTable tr td:first-child {
  padding-left: 0;
}

.fullTable tr td:last-child {
  padding-right: 0;
}

.borderTable {
  width: 100%;
  float: left;
}

.borderTable tr td {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.fullImage {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
}

.fullImage img {
  max-width: 100%;
}

.autoButton {
  width: auto;
  height: 46px;
  float: left;
  background: #0f96fe;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: "open sans";
  border-radius: 23px;
  color: #fff;
  letter-spacing: -0.5px;
}

.autoButton:hover {
  opacity: .8;
}

.formInfo {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0;
  text-align: center;
}

.formInfo .fiIcon {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.formInfo .fiTitle {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.formInfo .fiText {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

.formInfo.warning .fiIcon {
  color: #f8db5c;
}

.formInfo.success .fiIcon {
  color: green;
}

.mainPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.mainPopup .mpFilter {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.mainPopup .mpContent {
  max-width: calc(100% - 30px);
  width: 600px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.6);
  top: 13%;
  padding: 20px;
  background: linear-gradient(#192938, #1a1c20);
}

.mainPopup .mpcTitle {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 30px;
}

.mainPopup .mpcTitle .title {
  width: auto;
  float: left;
  line-height: 30px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.4px;
}

.mainPopup .mpcTitle .mpcClose {
  width: 30px;
  height: 30px;
  float: right;
  text-align: center;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  border-radius: 3px;
}

.mainPopup .mpcTitle .mpcClose:hover {
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.mainPopup .formInfo {
  margin: 10px 0;
}

.gallery {
  width: 100%;
  float: left;
}

.gallery ul {
  width: 100%;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery ul li {
  width: 25%;
  float: left;
  padding: 4px;
  position: relative;
  text-align: center;
}

.gallery ul li img {
  width: 100% !important;
  height: auto !important;
}

.gallery ul li span.title {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  right: 4px;
  bottom: 4px;
  text-align: center;
  color: #fff;
  padding: 7px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallery ul li:hover span.title {
  opacity: 1;
}

.gallery ul li:hover img {
  width: 90% !important;
  margin: 5% 0;
}

.gallery.g-1 ul li {
  width: 100%;
}

.gallery.g-2 ul li {
  width: 50%;
}

.gallery.g-3 ul li {
  width: 33.3%;
}

.gallery.g-4 ul li {
  width: 25%;
}

.gallery.g-5 ul li {
  width: 20%;
}

.gallery.g-6 ul li {
  width: 16.6%;
}

.gallery.g-7 ul li {
  width: 14.2%;
}

.gallery.g-8 ul li {
  width: 12.5%;
}

.gallery.g-9 ul li {
  width: 11.1%;
}

.gallery.g-10 ul li {
  width: 10%;
}

.postpagination {
  width: 100%;
  float: left;
  text-align: center !important;
  margin: 15px 0;
}

.postpagination a {
  border: none;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
  border-radius: 3px;
  margin: 2px;
}

.postpagination a:hover {
  opacity: .8;
}

.datepicker-dropdown .datepicker-picker {
  background: linear-gradient(#3c709c, #1e3244);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.datepicker-header .datepicker-controls .button.prev-btn {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 4px 0 0 4px;
}

.datepicker-header .datepicker-controls .button.view-switch {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.datepicker-header .datepicker-controls .button.next-btn {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 0 4px 4px 0;
}

.datepicker-header .datepicker-controls .button:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  color: #fff  !important;
  opacity: .8;
}

.datepicker-controls, .datepicker-view, .datepicker-view .days-of-week, .datepicker-grid {
  display: flex;
  color: #fff;
}

.datepicker-cell:not(.disabled):hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  cursor: pointer;
}

.datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
  color: rgba(255, 255, 255, 0.5) !important;
}

.datepicker-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 3px !important;
}

.datepicker-footer .datepicker-controls .button {
  background: rgba(255, 255, 255, 0.3) !important;
  border: none !important;
  border-radius: 3px !important;
  color: #fff !important;
}

.datepicker-dropdown {
  z-index: 999999 !important;
}

.datepicker-cell.focused:not(.selected) {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.mainPopup {
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.59, -0.17, 0.3, 1.67);
}

.mainPopup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mainPopup .mpContent {
  left: calc(50% - 300px);
  /* transform: translateX(-50%); */
  transform: translate(0px, -50px);
  transition: all 0.7s cubic-bezier(0.59, -0.17, 0.3, 1.67);
}

.mainPopup.is-open .mpContent {
  transform: translate(0px, 0px);
}

.categoriesTrigger {
  display: none;
}

.fullTextarea.error, .fullInput.error {
  background: rgba(253, 0, 0, 0.1) !important;
}

body.lightTheme {
  background: url("../img/lightTheme/mainBg.jpg") center top no-repeat #fff;
  background-size: 100% auto;
}

body.lightTheme .subComment .scTime,
body.lightTheme .homeFirstPane .hfpQuestionPane .hqWarning,
body.lightTheme .homeFirstPane .hfpQuestionPane .hqTitle,
body.lightTheme .mainPopup .mpcTitle .mpcClose,
body.lightTheme .fullLabel,
body.lightTheme .formInfo .fiText,
body.lightTheme .contactLeft a,
body.lightTheme .contactLeft,
body.lightTheme .workBox .wbBts a,
body.lightTheme .workBox .wbText,
body.lightTheme .workBox .wbLinks,
body.lightTheme .workBox .wbLinks a,
body.lightTheme .hCommentsAll .hCommentBox .hcText,
body.lightTheme .hCommentsAll .hCommentBox .hcTime,
body.lightTheme .prodBts .label,
body.lightTheme .prodRight .prCategories a,
body.lightTheme .prodRight .prCategories,
body.lightTheme .prodBts a,
body.lightTheme .prodBox .prodDt,
body.lightTheme .subCats > li > a,
body.lightTheme .categories > li.simpleAccTrigger,
body.lightTheme .footer .footerRight,
body.lightTheme .footer .footerRight a,
body.lightTheme .textContainer .crSubTitle,
body.lightTheme .categories > li > a,
body.lightTheme .header .headerRight .headerPhones a,
body.lightTheme .header .headerRight .headerPhones .icon {
  color: #999999;
}

body.lightTheme .homeFirstPane .hfpQuestionPane .hqText,
body.lightTheme .mainPopup .mpcTitle .title,
body.lightTheme .formInfo .fiTitle,
body.lightTheme .workBox .wbTitle a,
body.lightTheme .hCommentsAll .hCommentBox .hcTitle,
body.lightTheme .centerTitle,
body.lightTheme .prodBox .prodName a,
body.lightTheme .subCats > li > a:hover,
body.lightTheme .footer .footerRight .footerTitle,
body.lightTheme .textContainer a,
body.lightTheme .textContainer strong,
body.lightTheme .textContainer,
body.lightTheme .header .headerRight .headerPhones a:hover {
  color: #666666;
}

body.lightTheme .subComment .scText,
body.lightTheme .subComment .scTitle,
body.lightTheme .prodRight .urun-ozellikleri li span,
body.lightTheme .contactLeft .contactTitle,
body.lightTheme .workBox .wbBts a:hover,
body.lightTheme .prodRight .prTitle,
body.lightTheme .prodBts a:hover,
body.lightTheme .categories > li.simpleAccTrigger.active,
body.lightTheme .categories > li.simpleAccTrigger:hover,
body.lightTheme .categories > li > a:hover,
body.lightTheme .footer .footerRight a:hover,
body.lightTheme .textContainer a:hover,
body.lightTheme .crMainTitle,
body.lightTheme .categories > li.active > a {
  color: #333333;
}

body.lightTheme .subPageTitleMain .title {
  color: #0f96fe;
}

body.lightTheme .header .headerLogo {
  background: url("../img/lightTheme/headerLogo.png");
}

body.lightTheme .header .hrMenu .hrmItem {
  color: #666;
}

body.lightTheme .header .hrMenu .hrmItem .hrmDrop {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
}

body.lightTheme .header .headerRight .headerPhones:after {
  background: #ebebeb;
}

body.lightTheme .header .headerRight .menuTrigger {
  background: url("../img/lightTheme/menuTrigger.png");
}

body.lightTheme .subPageTitleMain .bgTitle {
  color: rgba(15, 150, 254, 0.09);
}

body.lightTheme .subContact {
  background: url("../img/lightTheme/subContact.png") left top no-repeat;
}

body.lightTheme .footer {
  background: #ebebeb;
}

body.lightTheme .footer:before {
  background: #999999;
}

body.lightTheme .workBox .wbBts,
body.lightTheme .prodBts {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.1);
}

body.lightTheme .workBox .wbBts a.bg,
body.lightTheme .prodBts a.bg {
  background: rgba(0, 0, 0, 0.02);
}

body.lightTheme .hCommentsAll .hCommentBox .hcLogo .logo {
  border-color: #ccc;
}

body.lightTheme .fullTextarea,
body.lightTheme .fullInput {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.1);
  color: #333333;
}

body.lightTheme .fullTextarea::-webkit-input-placeholder,
body.lightTheme .fullInput::-webkit-input-placeholder {
  color: #999999;
}

body.lightTheme .fullTextarea:-ms-input-placeholder,
body.lightTheme .fullInput:-ms-input-placeholder {
  color: #999999;
}

body.lightTheme .fullTextarea::placeholder,
body.lightTheme .fullInput::placeholder {
  color: #999999;
}

body.lightTheme .mainPopup .mpContent {
  background: #fff;
}

body.lightTheme .mainPopup .mpcTitle .mpcClose:hover {
  background: #f1f1f1;
}

body.lightTheme .homeFirstPane {
  background-color: #fff;
}

body.lightTheme .homeFirstPane .waves .topDashed .db {
  background: #fff;
  color: #666666;
}

body.lightTheme .homeFirstPane .hfpQuestionPane .hqSelect .hqTrigger {
  border-color: #ccc;
  color: #0f96fe;
}

body.lightTheme .homeSecondPane .hsCallSticker:Before,
body.lightTheme .homeSecondPane {
  background: #ebebeb;
}

body.lightTheme .homeFirstPane .hfpQuestionPane .hqSelect .hqDrop {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
}

body.lightTheme .subComment .scLogo,
body.lightTheme .header.hBg {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

body.lightTheme .borderTable tr td {
  border: 1px solid #ebebeb;
  color: #333333;
}

body.lightTheme .postpagination a {
  border-color: #ddd;
  color: #666;
}

body.lightTheme .postpagination a:hover {
  border-color: #999;
}

body.lightTheme .postpagination span {
  color: #000;
}

@keyframes mainLineAnim {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: -1920px bottom;
  }
}

@keyframes mainLineAnimReverse {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 1920px bottom;
  }
}

@media (max-width: 1600px) {
  .productList .prodGrid {
    width: 33.3%;
  }
  .prodGallery {
    width: 400px;
  }
  .prodRight {
    width: calc(100% - 420px);
  }
  .productList.min .prodGrid {
    width: 25%;
  }
}

@media (max-width: 1400px) {
  .productList.min .prodGrid {
    width: 33.3%;
  }
}

@media (max-width: 1300px) {
  .homeFirstPane .hfpQuestionPane {
    margin-top: 20%;
  }
  .hdbYellowBox .hdbText {
    font-size: 1.2vw;
  }
  .subContact {
    line-height: normal;
    padding-top: 15px;
  }
  .subContact .nrs {
    width: 100%;
    float: left;
  }
}

@media (max-width: 1200px) {
  .prodBox .prodName a {
    font-size: 18px;
  }
  .productList .prodGrid {
    width: 50% !important;
  }
  .pgHolder {
    width: 100%;
    text-align: center;
  }
  .prodGallery {
    float: none;
    display: inline-block;
    max-width: 100%;
  }
  .prodRight {
    width: 100%;
    float: left;
    margin: 0;
  }
}

@media (max-width: 1100px) {
  .footer {
    padding: 0;
  }
  .footer:before {
    display: none;
  }
  .footer .footerLeft {
    width: calc(100% + 40px);
    margin-left: -20px;
    background: #424449;
    padding: 20px;
  }
  .footer .footerRight {
    width: 100%;
    margin-top: 20px;
  }
  .footer .footerBottom {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 1000px) {
  .hdbYellowBox {
    width: 100%;
  }
  .hdbYellowBox .hdbContent {
    height: auto;
    float: left;
    position: static;
    left: auto;
    top: auto;
    padding: 6% 4% 6% 25%;
  }
  .hdbYellowBox:before {
    display: none;
  }
  .hdbYellowBox .hdbTitle {
    font-size: 3vw;
  }
  .hdbYellowBox .hdbText {
    font-size: 2vw;
  }
  .hdbBlueBox {
    width: 100%;
    height: auto;
  }
  .hdbBlueBox:before {
    display: none;
  }
  .hdbBlueBox .hdbContent {
    width: 100%;
    float: left;
    position: relative;
    left: auto;
    top: auto;
    padding: 5% 25% 5% 4%;
  }
  .hdbBlueBox .hcNumbers,
  .hdbBlueBox .hcTitle {
    font-size: 3vw;
  }
  .containerRight {
    padding-right: 30px;
  }
  .contactRight,
  .contactLeft {
    width: 100%;
    background: none;
    margin-bottom: 30px;
  }
  .contactLeft .fullTable tr td {
    padding-top: 20px;
  }
}

@media (max-width: 900px) {
  .homeSecondPane .hsLeft {
    width: 100%;
  }
  .homeSecondPane .hsCallSticker {
    width: 100%;
    margin-top: 60px;
  }
  .homeSecondPane .hsCallSticker .hscText {
    margin-bottom: 30px;
  }
  .homeCategories .hcItem {
    width: 50%;
  }
  .homeCategories .hcItem:last-child {
    width: 100%;
  }
  .homeCategories .hcItem:last-child:before {
    padding-top: 40%;
  }
  .containerRight {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 25px;
    background: none;
  }
  .containerLeft {
    width: 100%;
    border-top: 1px solid #0f96fe;
  }
  .workBox .wbRight {
    padding-top: 0;
  }
  .categoriesTrigger {
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: linear-gradient(#165a8f, #173c5b);
    z-index: 999;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .homeFirstPane .hfpQuestionPane {
    width: 500px;
  }
  .homeFirstPane .hfpQuestionPane {
    margin-top: 25%;
  }
  .homeFirstPane .hfpQuestionPane .hqTitle {
    font-size: 25px;
  }
  .homeFirstPane .hfpQuestionPane .hqSelect .hqTrigger {
    font-size: 30px;
  }
  .hCommentBox {
    width: 50%;
    margin-bottom: 30px;
  }
  .workBox .wbImage {
    width: 250px;
  }
  .workBox .wbRight {
    margin-left: 270px;
  }
}

@media (max-width: 700px) {
  .header {
    padding: 20px 20px 0 20px;
  }
  .header .hrMenu {
    display: none;
  }
  .mainPopup .mpContent {
    left: 15px;
  }
}

@media (max-width: 600px) {
  .homeFirstPane .hfpQuestionPane {
    margin-top: 30%;
  }
  .homeSecondPane .hslTitle {
    font-size: 25px;
  }
  .homeCategories .hcItem {
    width: 100%;
  }
  .homeCategories .hcItem:before {
    padding-top: 50% !important;
  }
  .hdbYellowBox .hdbTitle {
    font-size: 22px;
  }
  .hdbYellowBox .hdbText {
    font-size: 14px;
  }
  .hdbBlueBox .hcNumbers,
  .hdbBlueBox .hcTitle {
    font-size: 22px;
  }
  .hdbBlueBox .hcNumbers a {
    width: 100%;
    float: left;
  }
  .hdbBlueBox .hcNumbers span {
    display: none;
  }
  .footerRight .fullTable tr td {
    width: 100%;
    float: left;
    padding: 10px 0 !important;
  }
  .crBlueTitle {
    font-size: 18px;
  }
  .crMainTitle {
    font-size: 30px;
  }
  .textContainer {
    font-size: 18px;
  }
  .subContact {
    font-size: 16px;
  }
  .textContainer .crSubTitle {
    font-size: 24px;
    letter-spacing: -0.4px;
  }
  .productList .prodGrid {
    padding: 10px;
  }
  .workBox .wbImage {
    width: 100%;
  }
  .workBox .wbImage:before {
    padding-top: 50%;
  }
  .workBox .wbRight {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
    float: left;
  }
  .contactRight .fullTable tr td {
    width: 100%;
    float: left;
    padding: 10px 0;
  }
  .centerAligner {
    padding: 0 10px;
  }
  .footer .footerLeft {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .contactRight,
  .contactLeft {
    padding: 10px 20px;
  }
  .containerRight {
    padding: 0 15px;
  }
  .containerLeft {
    padding: 15px 20px 0 20px;
  }
}

@media (max-width: 550px) {
  .homeFirstPane .hfpQuestionPane {
    width: 96%;
  }
}

@media (max-width: 500px) {
  .header .headerLogo {
  width: 114px;
  height: 61px;
  float: left;
  background: url("../img/akustik-logo-mobile.png");
}
  .mainMenuWidget.show .mmwContent {
    width: 260px;
  }
  .mainMenuWidget.show .mmwClose {
    right: 250px;
  }
  .mainMenuWidget .mmwContent .mmwCenter .mmwMenu li a {
    font-size: 20px;
  }
  .homeFirstPane .hfpQuestionPane .hqSelect .hqTrigger {
    font-size: 25px;
    height: auto;
    line-height: normal;
    margin: 10px;
    max-width: 100%;
  }
  .homeFirstPane .hfpQuestionPane {
    margin-top: 40%;
  }
  .homeFirstPane .hfpQuestionPane .hqSelect .hqDrop ul li {
    font-size: 15px;
  }
  .homeFirstPane .hfpQuestionPane .hqSelect .hqDrop {
    padding: 10px;
  }
  .hCommentBox {
    width: 100%;
  }
  .footerLeft .fullTable tr td {
    width: 100%;
    float: left;
    padding: 10px 0 !important;
  }
  .subContact {
    font-size: 16px;
    background: #0f96fe !important;
    padding: 15px;
    height: auto;
  }
  .categories > li > a {
    font-size: 22px;
  }
  .prodBts a.bg {
    display: none;
  }
  .contactLeft .fullTable tr td {
    width: 100%;
    float: left;
    padding: 10px 0;
  }
  .subPageTitleMain {
    padding-left: 30px;
  }
  .subPageTitleMain .title {
    font-size: 35px;
  }
  .mainPopup .fullTable tr td {
    width: 100%;
    float: left;
    padding: 5px 0;
  }
  .mainPopup .mpContent {
    top: 5%;
  }

}

@media (max-width: 400px) {
  .header .headerRight .headerPhones {
    width: 60px;
    overflow: hidden;
    padding: 60px 0 0 60px;
  }

  .header .headerRight .headerPhones .icon {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0;
    top: 0;
  }
  .homeCategories .hcItem:before {
    padding-top: 65% !important;
  }
  .workBox .wbImage:before {
    padding-top: 70%;
  }
}

@media (max-height: 600px) {
  .mainMenuWidget .mmwContent .mmwLogo {
    display: none;
  }
  .mainMenuWidget .mmwContent .mmwCenter {
    height: calc(100vh - 50px);
  }
  .mainMenuWidget .mmwContent .mmwCenter .mmwMenu li a {
    font-size: 18px;
    letter-spacing: -0.6px;
  }
}

@media (max-height: 450px) {
  .mainMenuWidget .mmwContent .mmwIcons {
    display: none;
  }
  .mainMenuWidget .mmwContent .mmwCenter {
    height: 100vh;
  }
  .mainMenuWidget .mmwContent .mmwCenter .mmwMenu li a {
    padding: 10px 0;
  }
}

@media (max-height: 320px) {
  .mainMenuWidget .mmwContent .mmwCenter .mmwMenu li a {
    font-size: 15px;
  }
}
div[id*='attachment_'] {
   width: 100% !important;
}
.hcpageTrigger {
    width: auto;
    height: 40px;
    float: left;
    border: 2px solid #f8fcff;
    color: #fff;
    padding: 0 12px;
    margin: 0 0 0 16px;
    line-height: 36px;
    font-size: 15px;
    cursor: pointer;
}
.hcpageTrigger a {color:#000000;}
.textContainer h2 {color: #038ef7;}
.textContainer h3 {color: #a8e3aa;}