@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  background: #ffffff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #23222c;
  font-weight: 400;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Roboto", sans-serif;
  color: #23222c;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #23222c;
}
a:visited {
  text-decoration: none;
}
.s-container {
  margin: 0 auto;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .s-container {
    width: 1300px;
  }
}
@media only screen and (max-width: 1199px) {
  .s-container {
    padding: 0 20px;
  }
}
.cle::after {
  content: "";
  clear: both;
  display: block;
}
.slider1 {
  opacity: 0;
}
.slider1.slick-initialized {
  opacity: 1 !important;
}
@media only screen and (min-width: 1366px) {
  .slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
/* SLİDER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/* Slider Arrows */
.slider-one .slick-prev,
.slider-one .slick-next {
  font-size: 0;
  display: block;
  position: absolute;
  top: 33%;
  opacity: 1;
}
.slider-one .slick-prev::before,
.slider-one .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  opacity: 1;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #ffffff;
  line-height: 45px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #f96905;
  cursor: pointer;
}
.slider-one .slick-prev {
  left: 0px;
}
.slider-one .slick-next {
  right: 0px;
}
.slider-one .slick-prev::before {
  content: '\f053';
}
.slider-one .slick-next::before {
  content: '\f054';
}
/* Slider Bullets */
.home-slider .slick-dots {
  position: absolute;
  top: 40%;
  display: block;
  width: 8px;
  left: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.home-slider .slick-dots li {
  position: relative;
  display: block;
  list-style: none;
  text-align: center;
  margin: 5px 0;
  padding: 0;
  cursor: pointer;
}
.home-slider .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  opacity: 1;
}
.home-slider .slick-dots .slick-active div {
  background: #ffffff;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
/* TAB */
.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spe-inputX::placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX::-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX:-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX::-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX:-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX::-webkit-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.home-head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.sub-head {
  background: #120d46;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .head-top .ht-row {
    height: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .head-top .ht-row .logo {
    padding: 20px;
  }
}
.head-top .ht-row .logo img {
  max-width: 100%;
  display: block;
}
@media only screen and (min-width: 1920px) {
.head-top .ht-row .head-contacts a {
  display: inline-block;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
}
@media only screen and (max-width: 1919px) {
.head-top .ht-row .head-contacts a {
  display: inline-block;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3px 8px;
  margin:2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
}
.head-top .ht-row .head-contacts a:hover {
  background: #f96905;
  border-color: #f96905;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .head-top .ht-row .main-menu {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100000;
    background: #120d46;
    top: 0;
    padding-top: 50px;
  }
}
.head-top .ht-row .main-menu ul {
  display: block;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 1200px) {
  .head-top .ht-row .main-menu ul {
    float: right;
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .head-top .ht-row .main-menu ul {
    padding: 30px 0 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1920px) {
  .head-top .ht-row .main-menu ul li {
    float: left;
    background: url("../images/bg3.png") no-repeat bottom center;
    width: 166px;
    margin-left: -35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width:1919px) {
  .head-top .ht-row .main-menu ul li {
    display:inline-block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#231b6a+0,3f4c6b+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(35,27,106,1) 0%, rgba(63,76,107,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(35,27,106,1) 0%,rgba(63,76,107,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(35,27,106,1) 0%,rgba(63,76,107,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231b6a', endColorstr='#003f4c6b',GradientType=0 ); /* IE6-9 */
  }
}
@media only screen and (max-width: 1199px) {
  .head-top .ht-row .main-menu ul li {
    display: inline-block;
    margin: 5px;
  }
}
.head-top .ht-row .main-menu ul li a {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}
@media only screen and (min-width: 1920px) {
  .head-top .ht-row .main-menu ul li a {
    height: 110px;
    padding-top: 20px;
    display: block;
    width: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width:1919px) {
  .head-top .ht-row .main-menu ul li a {
    height: 110px;
    padding:20px 10px;
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .head-top .ht-row .main-menu ul li a {
    display: block;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.head-top .ht-row .main-menu ul li a:hover span {
  background: #f96905;
  border-color: #f96905;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.head-top .ht-row .main-menu ul li a span {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.head-top .ht-row .lang-select {
  color: #ffffff;
  cursor: pointer;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .head-top .ht-row .lang-select {
    display: none;
  }
}
.head-top .ht-row .lang-select img {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 15px;
}
@media only screen and (min-width: 1200px) {
  .mobile-lang-select {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .mobile-lang-select {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .resp-menu {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .resp-menu {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ffffff;
    z-index: 10;
    font-size: 32px;
  }
}
.hs-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.hs-bg .hs-bg-inner {
  background: rgba(40, 31, 127, 0.74);
}
.hs-bg .hs-bg-inner .hs-bg-in-dots {
  background: url("../images/bg2.png") no-repeat top center;
}
.hs-bg .hs-bg-inner .hs-bg-in-dots .hs-content {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .hs-bg .hs-bg-inner .hs-bg-in-dots .hs-content {
    height: 800px;
  }
}
@media only screen and (max-width: 1199px) {
  .hs-bg .hs-bg-inner .hs-bg-in-dots .hs-content {
    height: 500px;
  }
}
.hs-bg .hs-bg-inner .hs-bg-in-dots .hs-content .hsc-col {
  width: 100%;
}
.hs-bg .hs-bg-inner .hs-bg-in-dots .hs-content .hsc-col img {
  margin: 0 auto;
  display: block;
}
.hs-bg .hs-bg-inner .hs-bg-in-dots .hs-content .description{
    color:white;
	width:50%;
	text-align:right;

	}
@media only screen and (max-width: 1199px) {
  .hs-bg .hs-bg-inner .hs-bg-in-dots .hs-content .hsc-col img {
    max-width: 90%;
  }
}
.home-slider {
  background: #120d46;
}
.home-cats {
  margin-top: -50px;
}
@media only screen and (max-width: 1199px) {
  .home-cats {
    overflow: auto;
    padding: 0 20px;
    position: relative;
  }
  .home-cats ul {
    width: 1300px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-cats {
    position: relative;
    z-index: 10;
  }
}
.home-cats ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-cats ul li {
  width: 100px;
  margin: 0 5px;
}
.home-cats ul li a,
.home-cats ul li .hc-item {
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}
.home-cats ul li a:hover .hc-bg,
.home-cats ul li .hc-item:hover .hc-bg,
.home-cats ul li a.active .hc-bg,
.home-cats ul li .hc-item.active .hc-bg {
  background: #120d46;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.home-cats ul li a .hc-bg,
.home-cats ul li .hc-item .hc-bg {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100px;
  background: #f96905;
  height: 100px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 10px;
  padding: 4px 0 0 4px;
}
.home-cats ul li a .hc-bg span,
.home-cats ul li .hc-item .hc-bg span {
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding-top: 5px;
  background: #ffffff;
}
.home-cats ul li a .hc-bg span img,
.home-cats ul li .hc-item .hc-bg span img {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto;
    border-radius:100%;
}
.sli1-img .image {
  display: block;
  height:340px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  width: 100%;
}
.sli1-name {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px 0;
  padding: 0;
}
.sli1-name a {
  font-weight: 700;
}
.sli1-text {
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.home-main {
  background: url("../images/bg4.jpg") no-repeat bottom center;
}
.hcb-title {
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .hcb-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .hcb-title {
    font-size: 25px;
  }
}
.hcb-title::after {
  content: "";
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #f96905;
}
@media only screen and (min-width: 1200px) {
  .hcb-title::after {
    width: 100px;
    height: 4px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .hcb-title::after {
    width: 70px;
    height: 4px;
    margin-top: 10px;
  }
}
.home-specials .hs-link {
  display: block;
  margin: 0;
  padding: 30px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #777777;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.home-specials .hs-link:hover {
  background: #f96905;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.home-specials .hs-link:hover b {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.home-specials .hs-link:hover i {
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.home-specials .hs-link b {
  font-size: 24px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  color: #23222c;
  margin-bottom: 10px;
}
.home-specials .hs-link i {
  color: #f96905;
  font-size: 38px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.home-specials .hs-link .col-10 i {
  font-size: 18px;
  color: #23222c;
}
.main-footer {
  background: #120d46 url("../images/bg5.png") no-repeat right center;
  color: #807ab7;
  padding: 60px 0;
}
.main-footer ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.main-footer ul li {
  display: inline-block;
  margin-left: 10px;
}
.main-footer ul li:last-child a::after {
  display: none;
}
.main-footer ul li a {
  display: block;
  color: #807ab7;
}
.main-footer ul li a::after {
  content: "";
  height: 10px;
  width: 1px;
  margin-left: 10px;
  display: inline-block;
  background: #807ab7;
}
.main-footer ul li a:hover {
  color: #f96905;
}
.awesome {
  font-family: "Font Awesome 5 Free";
}
.sub-cats {
  margin-top: 0 !important;
}
.sub-top {
  background: #f6f5fa;
}
.pagenav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav ul li {
  display: inline-block;
}
.pagenav ul li:last-child a::after {
  display: none;
}
.pagenav ul li a {
  font-size: 12px;
  color: #777777;
}
.pagenav ul li a:hover {
  color: #f96905;
}
.pagenav ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  margin-left: 3px;
  content: "\f105";
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .product-list .pl-bg {
    padding: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-list .pl-bg {
    padding: 20px 5px;
  }
}
.product-list .pl-bg .pl-img {
  text-align: center;
  height: 190px;
}
.product-list .pl-bg .pl-img img {
  max-height: 180px;
  max-width: 100%;
}
.product-list .pl-bg .pl-infos {
  margin-top: 20px;
  text-align:Center;
}
.product-list .pl-bg .pl-infos a {
  font-weight: 700;
  font-size: 18px;
}
.product-list .pl-bg .pl-infos p {
  color: #777777;
  line-height: 24px;
  padding: 0;
  margin: 15px 0 0 0;
}
.sub-section-one {
  background: url("../images/bg4.jpg") no-repeat bottom center;
}
.slider3 .product-img {
  padding: 10px;
  text-align: center;
}
.slider3 .product-img img {
  max-width: 100%;
  margin:0 auto;
}
.slider4 .product-img {
  padding: 5px;
  text-align: center;
}
.slider4 .product-img img {
  width: 100%;
  height:60px;
  border:3px solid #fff;
}
.slider4 .slick-current .product-img img {
  border-color:#ffa846;
  cursor:pointer;
}
.product-name {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.product-detail-text {
  line-height: 24px;
  color: #716f80;
  margin: 20px 0 0 0;
  padding: 0;
}
.product-pack .pp-text {
  font-weight: 700;
  font-size: 18px;
  color: #716f80;
}
.product-pack .pp-amb {
  background: #f96905;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px;
}
.product-pdf a {
  display:block;
  width:250px;
  border:2px solid #666;
  cursor:pointer;
  margin-bottom:10px;
  padding:10px;
  font-size:18px;
  color:#666;
}
.product-pdf a span {
  color:#666; 
  transition:all .2s ease-in-out;
}
.product-pdf a:hover {
  background: #666;
  color: #fff !important;
  transition:all .2s ease-in-out;
}
.product-pdf a:hover span {
  color: #fff !important;
  transition:all .2s ease-in-out;
}
@media only screen and (min-width:1200px) {
.product-pdf-mobile {
  display:none;
}
}
@media only screen and (max-width:1199px) {
.product-pdf {
  display:none;
}
}
.product-pdf-mobile a {
  display:block;
  width:250px;
  border:2px solid #666;
  cursor:pointer;
  padding:10px;
  margin-bottom:10px;
  font-size:18px;
  color:#666;
}
.product-pdf-mobile a span {
  color:#666; 
  transition:all .2s ease-in-out;
}
.product-pdf-mobile a:hover {
  background: #666;
  color: #fff !important;
  transition:all .2s ease-in-out;
}
.product-pdf-mobile a:hover span {
  color: #fff !important;
  transition:all .2s ease-in-out;
}
.ti-rows .ti-col {
  border: 1px solid #ddd;
}
.ti-rows .ti-col .ti-question {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  font-size: 18px;
  padding: 15px 20px;
}
.ti-rows .ti-col .ti-question.current {
  background: #f1f1f1;
}
.ti-rows .ti-col .ti-question.current::after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ti-rows .ti-col .ti-question::after {
  position: absolute;
  right: 15px;
  color: #f96905;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  top: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}
.ti-rows .ti-col .ti-answer {
  color: #716f80;
  line-height: 24px;
  display: none;
  padding: 20px;
}
.page-content {
  line-height: 24px;
}
.page-content img {
  max-width: 100%;
}
.ilet-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.ilet-infos {
  background: #f96905;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 105, 15, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(255, 105, 15, 0.3);
  box-shadow: 0 0 20px 0 rgba(255, 105, 15, 0.3);
  font-size: 18px;
  font-weight: 400;
}
.ilet-infos i {
  font-size: 30px;
}
.ilet-infos a {
  color: #ffffff;
}
.contact-map iframe {
  width: 100%;
}
.blog-bg .blog-img .image {
  display: block;
  width: 100%;
  height:350px;
  background-repeat:none;
  background-size:cover;
  background-position:center;
}
.blog-bg .blog-infos {
  padding: 20px;
}
.blog-bg .blog-infos .blog-name a {
  font-size: 18px;
  font-weight: 700;
}
.blog-bg .blog-infos .blog-text {
  line-height: 24px;
  color: #716f80;
  padding: 0;
  margin: 0;
}
.blog-bg .blog-infos .blog-more {
  text-align: right;
}
.blog-bg .blog-infos .blog-more a {
  color: #716f80;
  border: 1px solid #ddd;
  padding: 10px 20px;
  display: inline-block;
}
.blog-bg .blog-infos .blog-more a:hover {
  border-color: #f96905;
  color: #f96905;
}
.pagination-bar {width:100%}
.pagination-bar ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: Center;
}
.pagination-bar ul li {
  display: inline-block;
  margin:.2%;
}
.pagination-bar ul li a {
  display: block;
  padding: 10px 15px;
  font-weight: 700;
  background: #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.pagination-bar ul li a:hover,
.pagination-bar ul li a.current {
  background: #f96905;
  color: #ffffff;
  border-color: #f96905;
}
.blog-det-img {
  background-size: cover;
  height: 250px;
  background-position: center center;
}
.blog-det-infos {
  max-width: 95%;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.blog-det-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px 0;
  padding: 0;
}
.blog-det-text {
  line-height: 24px;
}


.cat-tabs {
  margin:0;
  padding:0;
  list-style:none;
  background:#fff;
  border:1px solid #f1f1f1;
}
.cat-tabs li {
  display:block;
  border-bottom:1px solid #f1f1f1;
}
.cat-tabs li span {
  display:block;
  padding:10px 15px;
  font-weight:700;
  cursor:pointer;
}
.cat-tabs li .data-link.active {
  background:#f1f1f1;
}
.cat-tabs li ul {
  display:none;
  padding-left:15px;
  background:rgba(0,0,0,0.02);
  font-size:13px;
}
.cat-tabs li.current ul { 
  display:block;
}
.cat-tabs li ul li span {
  font-weight: 400;
  padding:7px 15px;
  font-size:13px;
  border-bottom:1px solid rgba(0,0,0,0.03);
}
.cat-tabs li ul li ul {
  background:rgba(0,0,0,0.02);
}
.cat-title {
  font-weight:700;
  display:block;
  background:#f1f1f1;
  padding:15px;
}


/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 100%;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.pdfobject-container {
  height:500px;
  border: 1rem solid rgba(0,0,0,.1);
}
.modal-body iframe {
  width:100%;
  display:block;
  height:500px;
  border:none;
}
.tech-links {
  background:#fff;
}
.tech-links a {
  display:block;
  text-align:Center;
  padding:25px 0px;
  border-bottom:3px solid transparent;
  border-right:1px solid #ddd;
  color:#999;
  width:33.3333%;
}
.tech-links a:nth-child(3) {
  border-right:0;
}
.tech-links a:hover,.tech-links a.current {
  color: #1a1a18;
  border-bottom-color:#ffa846;
  background:#f1f1f1;
}
@media only screen and (max-width:1199px) {
  .tech-links {
    display:block !important;
  }
  .tech-links a {
    width:100% !important;
    border-right:0 !important;
  }
}

.nokta-row {
  border:1px solid rgba(0,0,0,0.1);
  padding:0 20px;
  background:#fff;
  margin-top:20px;
}
.nokta-name {
  font-size:16px;
  padding:20px 0;
}
.nokta-name a {
  font-size:16px;
}
.nokta-name b {
  color:#ffa846;
}
.nokta-dropdown {
  border:1px solid #ffa846;
  border-radius:5px;
  display:inline-block;
  color:#ffa846;
  font-weight:700;
  cursor:pointer;
  padding:7px 15px;
}
.nokta-map {
  display:none;
}
.nokta-map iframe {
  display:block;
  border:none;
  width:100%;
  height:250px;
}
.nn-name {
  border-bottom:1px solid rgba(0,0,0,0.1);
  padding-bottom:15px;
  font-weight:700;
}
.mobile-mail a,.mobile-tel a {
  width:30px;
  height:30px;
  border:2px solid rgba(255,255,255,0.3);
  color:#fff;
  padding:5px 7px;
  font-size:12px;
}
.mobile-mail {
  position:absolute;
  top:60px;
  left:10px;
  z-index:10;
}
.mobile-tel {
  position:absolute;
  top:60px;
  right:10px;
  z-index:10;
}
@media only screen and (min-width:1200px) {
  .mobile-mail,.mobile-tel {
    display:none;
  }
}