@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700&subset=latin-ext");
html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  color: #465766;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
  -webkit-text-size-adjust: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

.clear {
  clear: left; }

.clearboth {
  clear: both; }

.fleft {
  float: left; }

.fright {
  float: right !important; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.hidden {
  display: none !important; }

.bold {
  font-weight: 700; }

.full-width {
  width: 100%; }

.center {
  margin-right: auto !important;
  margin-left: auto !important; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

ul {
  margin: 0;
  padding: 0; }

/* html[xmlns] .clearfix{display: block;} * html .clearfix {height: 1%;}*/
p {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 120%; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

* {
  outline: none;
  box-sizing: border-box; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::-webkit-input-placeholder {
  padding-top: 0;
  color: #607b86; }

::-moz-placeholder {
  padding-top: 0;
  color: #607b86; }

/* firefox 19+ */
:-ms-input-placeholder {
  padding-top: 0;
  color: #607b86; }

/* ie */
input:-moz-placeholder {
  padding-top: 0;
  color: #607b86; }

textarea {
  resize: none; }

.global-loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) url("../imgs/Site/loading.gif") no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999999; }

#root {
  width: 100%;
  /*height: 100%; */ }

/* Misc Begin ******************************************************************************************************************************/
img {
  max-width: 100%; }

.imgs {
  background: url("../imgs/Site/imgs.png") no-repeat;
  display: inline-block;
  vertical-align: middle; }

.icon-search {
  background-position: -87px 0;
  width: 19px;
  height: 19px; }

.icon-cv {
  background: url("../imgs/Site/icon-cv.png") no-repeat;
  width: 115px;
  height: 115px;
  display: block; }

.logo-kahvecioglu {
  background: url("../imgs/Site/logo-kahvecioglu.png") no-repeat;
  background-size: 200px auto;
  -webkit-background-size: 200px auto;
  width: 200px;
  height: 42px;
  text-indent: -9000px;
  display: inline-block; }

.icon-pdf {
  background: url(../imgs/Site/icon-pdf.png) no-repeat;
  width: 110px;
  height: 120px; }

.icon-video {
  background: url(../imgs/Site/icon-video.png) no-repeat;
  width: 106px;
  height: 106px; }

.icon-detail {
  background-position: 0 0;
  width: 30px;
  height: 30px; }

.icon-arrow {
  background-position: -37px -9px;
  width: 18px;
  height: 11px; }

.icon-tel {
  background-position: -60px 0;
  width: 20px;
  height: 20px; }

.icon-prop {
  background-position: 0px -55px;
  width: 46px;
  height: 46px; }

.icon-file {
  background-position: -55px -55px;
  width: 40px;
  height: 50px; }

.btn-send {
  cursor: pointer;
  width: 182px;
  height: 63px;
  background-color: #123a78;
  font-size: 18px;
  color: #fff; }

.btn-link {
  color: #2278fe;
  font-size: 15px;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  margin-right: 45px;
  text-decoration: underline; }

.btn-link2 {
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  margin-right: 45px;
  text-decoration: underline; }
  .btn-link2:hover {
    color: #fff;
    text-decoration: none; }

/* Misc End ******************************************************************************************************************************/
/***  Page Layout: Begin *******************************************************************************************************************************/
#root {
  padding-top: 85px; }

.site-header {
  background-color: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0; }
  .site-header.fixed {
    background-color: #fff !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .site-header .logo-kahvecioglu {
    margin: 15px auto; }
  .site-header .top-menu {
    border-top: solid 1px #d0d8e4;
    position: relative; }
    .site-header .top-menu .main-menu > ul {
      display: inline-block;  }
      .site-header .top-menu .main-menu > ul > li {
        position: relative;
        display: inline-block; }
        .site-header .top-menu .main-menu > ul > li a {
          display: block;
          color: #123a78;
          font-size: 13px;
          padding: 30px 15px; }
        .site-header .top-menu .main-menu > ul > li.active, .site-header .top-menu .main-menu > ul > li:hover {
          background-color: #123a78; }
          .site-header .top-menu .main-menu > ul > li.active a, .site-header .top-menu .main-menu > ul > li:hover a {
            color: #fff; }
          .site-header .top-menu .main-menu > ul > li.active .mega-menu, .site-header .top-menu .main-menu > ul > li:hover .mega-menu {
            display: block; }
    .site-header .top-menu .main-menu .mega-menu {
      position: absolute;
      display: none;
      background-color: #123a78;
      padding-top: 33px;
      padding-bottom: 20px;
      z-index: 100;
      width: 580px; }
      .site-header .top-menu .main-menu .mega-menu.type2 {
        right: 0;
        width: 750px; }
      .site-header .top-menu .main-menu .mega-menu:before, .site-header .top-menu .main-menu .mega-menu:after {
        content: " ";
        display: table; }
      .site-header .top-menu .main-menu .mega-menu:after {
        clear: both; }
      .site-header .top-menu .main-menu .mega-menu li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        padding-left: 25px; }
        .site-header .top-menu .main-menu .mega-menu li:hover {
          padding-left: 0; }
        .site-header .top-menu .main-menu .mega-menu li a {
          padding: 10px 10px 10px 5px;
          display: block;
          font-size: 14px;
          font-weight: 300;
          color: #fff;
          position: relative; }
          .site-header .top-menu .main-menu .mega-menu li a:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            background-color: #88a7f2;
            width: 100%; }
          .site-header .top-menu .main-menu .mega-menu li a.type1:after {
            width: 55px; }
          .site-header .top-menu .main-menu .mega-menu li a.type2:after {
            width: 70px; }
          .site-header .top-menu .main-menu .mega-menu li a:hover {
            padding-left: 30px;
            border-bottom: none;
            background-color: #1e4b92; }
            .site-header .top-menu .main-menu .mega-menu li a:hover:after {
              background-color: transparent; }
            .site-header .top-menu .main-menu .mega-menu li a:hover:before {
              content: "";
              width: 8px;
              height: 8px;
              border-top: solid 2px #fff;
              border-right: solid 2px #fff;
              transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              position: absolute;
              right: 10px;
              top: 0;
              bottom: 0;
              margin: auto; }
      .site-header .top-menu .main-menu .mega-menu .col3 li {
        width: 32%; }
      .site-header .top-menu .main-menu .mega-menu .col4 li {
        width: 24%; }
  .site-header.inpage {
    background-color: transparent; }

  .bg-slider{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block!important;
  }

.bg-slider .item{
  display: block;
  position: relative;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-slider .owl-stage-outer,
.bg-slider .owl-stage-outer .owl-stage,
.bg-slider .owl-stage-outer .owl-stage .owl-item{
  height: 100%;
}
.bg-slider .owl-dots{
  position: absolute;
  top:20px;
  right: 20px;
}


.bg-slider .owl-dots .owl-dot{
  margin:0 5px;
  display: inline-block;
}

.bg-slider .owl-dot span{
  width: 12px;
  height: 12px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(24, 87, 183, 0.6);
}

.bg-slider .owl-dot.active span{
  background-color: rgba(24, 87, 183, 1);
}


.home-slider-wrapper{
  height: 600px;
  width: 100%;
  position: relative;
}

.home-slider {

  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden; }
  .home-slider .text-content {
    font-family: "Oswald", sans-serif;
    position: absolute;
    top: 165px;
    width: 100%;
    color: #123a78;
    font-size: 83px;
    text-align: center;
    line-height: 120%; }
  .home-slider #slider-status-bar {
    margin-bottom: 60px; }
  .home-slider .slider-status-bar .ui-widget-content {
    background-color: #e4e6e9;
    height: 10px;
    border-radius: 5px;
    border: none; }
    .home-slider .slider-status-bar .ui-widget-content .ui-slider-handle {
      background-color: #0f73ed;
      border: none;
      height: 13px;
      width: 100px;
      margin-left: -50px;
      top: -2px;
      border-radius: 10px; }
  .home-slider .product-slider__category {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center; }
    .home-slider .product-slider__category .cat-item {
      background-color: rgba(24, 87, 183, 0.6);
      width: 320px;
      height: 85px;
      font-size: 22px;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      cursor: pointer; }
      .home-slider .product-slider__category .cat-item.selected {
        background-color: #123a78;
        border: 2px solid #cdcccd; }
        .home-slider .product-slider__category .cat-item.selected:after, .home-slider .product-slider__category .cat-item.selected:before {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .home-slider .product-slider__category .cat-item.selected:after {
          border-color: rgba(18, 58, 120, 0);
          border-top-color: #123a78;
          border-width: 20px;
          margin-left: -20px; }
        .home-slider .product-slider__category .cat-item.selected:before {
          border-color: rgba(205, 204, 205, 0);
          border-top-color: #cdcccd;
          border-width: 23px;
          margin-left: -23px; }
  .home-slider .product-slider {
    width: 85%;
    margin: 0 auto 45px; }
    .home-slider .product-slider .item {
      display: block;
      height: 550px;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      cursor: pointer; }
      .home-slider .product-slider .item .no {
        font-family: "Oswald", sans-serif;
        font-size: 150px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 11;
        line-height: 150px; }
      .home-slider .product-slider .item .title {
        color: #fff;
        font-size: 17px;
        padding: 33px 15px 25px;
        border-bottom: solid 1px #fff;
        margin: 0 20px;
        position: relative;
        z-index: 11;
        line-height: 110%;
        min-height: 105px; }
      .home-slider .product-slider .item .shadow {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, #406fa8 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, #406fa8 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, #406fa8 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406fa8', endColorstr='#00ffffff',GradientType=0 ); }
    .home-slider .product-slider .owl-prev, .home-slider .product-slider .owl-next {
      width: 70px;
      height: 70px;
      text-indent: -9000px;
      background-color: #107ef0;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
      .home-slider .product-slider .owl-prev:after, .home-slider .product-slider .owl-next:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-top: solid 3px #fff;
        border-left: solid 3px #fff;
        margin-left: 25px;
        margin-top: 3px; }
    .home-slider .product-slider .owl-prev {
      left: -70px; }
      .home-slider .product-slider .owl-prev:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    .home-slider .product-slider .owl-next {
      right: -70px; }
      .home-slider .product-slider .owl-next:after {
        transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg); }

.page-hero {
  margin-top: -170px;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 412px;
  width: 100%;
  margin-bottom: 45px; }
  .page-hero .text-content {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 72px;
    line-height: 120%;
    font-weight: 500;
    height: 210px;
    margin-top: 170px;
    display: flex;
    align-items: center; }

.owl-stage {
  transition: 0.8s !important; }

.home-news-section {
  background: #123a78;
  background: -moz-linear-gradient(left, #123a78 50%, #123a78 50%, white 50%);
  background: -webkit-linear-gradient(left, #123a78 50%, #123a78 50%, white 50%);
  background: linear-gradient(to right, #123a78 50%, #123a78 50%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123a78', endColorstr='#ffffff',GradientType=1 );
  min-height: 600px; }
  .home-news-section .bg-news {
    width: 50%;
    height: 297px;
    position: absolute;
    z-index: 0;
    right: 0;
    background-color: #f6f8fa; }

.representation-detail {
  height: 250px;
  width: 90%;
  overflow: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 300; }
  .representation-detail .logo {
    height: 80px;
    overflow: hidden; }

.represents {
  padding-bottom: 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.75); }
  .represents .item {
    height: 35px; }
  .represents img {
    width: auto !important;
    margin: auto;
    max-height: 35px; }

.home-news {
  height: 297px; }
  .home-news .news-slider .date {
    display: inline-block;
    background-color: #edecec;
    padding: 2px 6px;
    line-height: 100%;
    font-size: 13px;
    color: #282828;
    margin-bottom: 20px; }
  .home-news .news-slider p {
    line-height: 26px;
    color: #505050;
    font-size: 15px; }
  .home-news .news-slider .owl-prev, .home-news .news-slider .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: solid 1px #526371;
    text-indent: -9000px;
    position: absolute;
    top: -60px;
    right: 0; }
    .home-news .news-slider .owl-prev:after, .home-news .news-slider .owl-next:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: solid 2px #526371;
      border-left: solid 2px #526371;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute; }
  .home-news .news-slider .owl-prev {
    right: 40px; }
    .home-news .news-slider .owl-prev:after {
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
  .home-news .news-slider .owl-next {
    right: 0; }
    .home-news .news-slider .owl-next:after {
      transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }

.home-video .video-cover {
  float: left;
  margin-left: -16px;
  margin-right: 30px;
  position: relative; }

.btn-close {
  position: absolute;
  background: url("../imgs/Site/icon-close.png") no-repeat;
  width: 21px;
  height: 21px;
  cursor: pointer;
  right: 20px;
  top: 20px; }

.video-item {
  position: relative;
  display: inline-block;
  margin: 0 auto 50px;
  text-align: center; }
  .video-item .photo {
    position: relative;
    margin-bottom: 25px;
    display: block; }
  .video-item .title {
    color: #505050;
    font-size: 16px;
    min-height: 55px; }
  .video-item:hover {
    color: #3155b1; }

.videooverlay {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 11111; }

.videooverlay iframe {
  width: 80%;
  height: 80%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute; }

.icon-video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute; }

.assets-section:before, .assets-section:after {
  content: " ";
  display: table; }
.assets-section:after {
  clear: both; }
.assets-section ul {
  float: right; }
  .assets-section ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    height: 351px; }
    .assets-section ul li:before {
      display: none !important; }
    .assets-section ul li.catalog a {
      height: 351px;
      display: block;
      background: url("../imgs/Site/digital-catalog.png") no-repeat;
      width: 519px;
      padding-top: 30px;
      padding-left: 15px; }
    .assets-section ul li.certificate {
      background-color: #f8f9fb;
      width: 428px;
      padding: 38px 0 0 38px;
      position: relative; }
      .assets-section ul li.certificate p {
        font-size: 16px;
        font-weight: 300;
        color: #303030; }
      .assets-section ul li.certificate .btn-certificate {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #e4e8ed;
        padding: 20px 110px 20px 20px;
        font-size: 18px;
        color: #8293a7;
        height: 90px; }
        .assets-section ul li.certificate .btn-certificate .icon {
          display: block;
          height: 90px;
          width: 90px;
          background-color: #abb8c6;
          position: absolute;
          right: 0;
          top: 0; }
          .assets-section ul li.certificate .btn-certificate .icon .icon-detail {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute; }
    .assets-section ul li.cv {
      background: url("../imgs/Site/bg-cv.png") no-repeat;
      width: 427px;
      position: relative;
      text-align: center;
      padding-top: 65px;
      font-weight: bold;
      color: #282828;
      font-size: 18px; }
      .assets-section ul li.cv .icon-cv {
        margin: 0 auto 40px; }

.kullanim-alanlari .icon {
  background: url("../imgs/Site/icons-kullanim-alanlari.png") no-repeat;
  height: 122px;
  margin: 0 auto 30px;
  display: block; }
  .kullanim-alanlari .icon.icon1 {
    background-position: -20px -11px;
    width: 120px; }
  .kullanim-alanlari .icon.icon2 {
    background-position: -216px 0;
    width: 91px; }
  .kullanim-alanlari .icon.icon3 {
    background-position: -406px -11px;
    width: 133px; }
  .kullanim-alanlari .icon.icon4 {
    background-position: -20px -159px;
    width: 100px; }
  .kullanim-alanlari .icon.icon5 {
    background-position: -197px -174px;
    width: 106px; }
  .kullanim-alanlari .icon.icon6 {
    background-position: -402px -163px;
    width: 118px; }
  .kullanim-alanlari .icon.icon7 {
    background-position: -31px -369px;
    width: 96px; }
  .kullanim-alanlari .icon.icon8 {
    background-position: -208px -377px;
    width: 105px; }
  .kullanim-alanlari .icon.icon9 {
    background-position: -410px -369px;
    width: 113px; }
  .kullanim-alanlari .icon.icon10 {
    background-position: -38px -530px;
    width: 100px; }
  .kullanim-alanlari .icon.icon11 {
    background-position: -217px -536px;
    width: 118px; }
  .kullanim-alanlari .icon.icon12 {
    background-position: -424px -527px;
    width: 106px; }
  .kullanim-alanlari .icon.icon13 {
    background-position: -16px -692px;
    width: 137px; }
  .kullanim-alanlari .icon.icon14 {
    background-position: -195px -688px;
    width: 135px; }
  .kullanim-alanlari .icon.icon15 {
    background-position: -415px -686px;
    width: 117px; }
  .kullanim-alanlari .icon.icon16 {
    background-position: -23px -856px;
    width: 117px; }
  .kullanim-alanlari .icon.icon17 {
    background-position: -239px -835px;
    width: 50px; }
  .kullanim-alanlari .icon.icon18 {
    background-position: -443px -835px;
    width: 62px; }
  .kullanim-alanlari .icon.icon19 {
    background-position: -16px -988px;
    width: 115px; }
  .kullanim-alanlari .icon.icon20 {
    background-position: -202px -977px;
    width: 109px; }
  .kullanim-alanlari .icon.icon21 {
    background-position: -413px -988px;
    width: 113px; }
  .kullanim-alanlari .icon.icon22 {
    background-position: -6px -1162px;
    width: 103px; }
  .kullanim-alanlari .icon.icon23 {
    background-position: -188px -1163px;
    width: 106px; }
  .kullanim-alanlari .icon.icon24 {
    background-position: -398px -1157px;
    width: 103px; }
  .kullanim-alanlari .icon.icon25 {
    background-position: -5px -1316px;
    width: 100px; }
  .kullanim-alanlari .icon.icon26 {
    background-position: -186px -1316px;
    width: 104px; }
  .kullanim-alanlari .icon.icon27 {
    background-position: -388px -1316px;
    width: 123px; }
  .kullanim-alanlari .icon.icon28 {
    background-position: -2px -1462px;
    width: 141px; }
  .kullanim-alanlari .icon.icon29 {
    background-position: -202px -1459px;
    width: 99px; }
  .kullanim-alanlari .icon.icon30 {
    background-position: -399px -1459px;
    width: 133px; }
  .kullanim-alanlari .icon.icon31 {
    background-position: -13px -1612px;
    width: 120px; }
  .kullanim-alanlari .icon.icon32 {
    background-position: -190px -1612px;
    width: 122px; }
  .kullanim-alanlari .icon.icon33 {
    background-position: -411px -1612px;
    width: 115px; }
  .kullanim-alanlari .icon.icon34 {
    background-position: -29px -1772px;
    width: 100px; }
  .kullanim-alanlari .icon.icon35 {
    background-position: -205px -1772px;
    width: 110px; }
  .kullanim-alanlari .icon.icon36 {
    background-position: -422px -1772px;
    width: 100px; }
  .kullanim-alanlari .icon.icon37 {
    background-position: -32px -1929px;
    width: 100px; }
  .kullanim-alanlari .icon.icon38 {
    background-position: -223px -1929px;
    width: 75px; }
  .kullanim-alanlari .icon.icon39 {
    background-position: -422px -1929px;
    width: 105px; }
  .kullanim-alanlari .icon.icon40 {
    background-position: -27px -2077px;
    width: 90px; }
  .kullanim-alanlari .icon.icon41 {
    background-position: -195px -2077px;
    width: 104px; }
  .kullanim-alanlari .icon.icon42 {
    background-position: -405px -2073px;
    width: 110px; }
  .kullanim-alanlari .icon.icon43 {
    background-position: -28px -2236px;
    width: 94px; }
  .kullanim-alanlari .icon.icon44 {
    background-position: -221px -2223px;
    width: 75px; }
  .kullanim-alanlari .icon.icon45 {
    background-position: -418px -2240px;
    width: 103px; }
  .kullanim-alanlari .icon.icon46 {
    background-position: -18px -2397px;
    width: 101px; }
  .kullanim-alanlari .icon.icon47 {
    background-position: -209px -2397px;
    width: 86px; }
  .kullanim-alanlari .icon.icon48 {
    background-position: -412px -2397px;
    width: 98px; }
  .kullanim-alanlari .icon.icon49 {
    background-position: 0px -2559px;
    width: 126px; }
  .kullanim-alanlari .icon.icon50 {
    background-position: -180px -2545px;
    width: 126px; }
  .kullanim-alanlari .icon.icon51 {
    background-position: -329px -2566px;
    width: 150px; }
  .kullanim-alanlari .icon.icon52 {
    background-position: -27px -2701px;
    width: 114px; }
  .kullanim-alanlari .icon.icon53 {
    background-position: -211px -2695px;
    width: 114px; }
  .kullanim-alanlari .icon.icon54 {
    background-position: -425px -2689px;
    width: 105px; }
  .kullanim-alanlari .icon.icon55 {
    background-position: -27px -2840px;
    width: 95px; }
  .kullanim-alanlari .icon.icon56 {
    background-position: -202px -2840px;
    width: 103px; }
  .kullanim-alanlari .icon.icon57 {
    background-position: -398px -2848px;
    width: 120px; }
.kullanim-alanlari .item {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #2b436e;
  margin-bottom: 45px;
  min-height: 265px;
  padding-top: 30px; }
  .kullanim-alanlari .item:hover {
    background-color: #123a78;
    color: #fff;
    box-shadow: 0 0 51px rgba(50, 124, 239, 0.67);
    -moz-box-shadow: 0 0 51px rgba(50, 124, 239, 0.67);
    -webkit-box-shadow: 0 0 51px rgba(50, 124, 239, 0.67); }
    .kullanim-alanlari .item:hover .icon {
      filter: brightness(200%); }

.sectors {
  padding-top: 60px; }
  .sectors .content-title--type2 {
    margin-bottom: 70px; }
  .sectors .icon {
    background: url("../imgs/Site/icons-sector.png") no-repeat;
    width: 120px;
    height: 122px;
    margin: 0 auto 30px;
    display: block; }
    .sectors .icon.icon1 {
      background-position: 0 0;
      width: 116px; }
    .sectors .icon.icon2 {
      background-position: -178px 0;
      width: 95px; }
    .sectors .icon.icon3 {
      background-position: -331px 0;
      width: 133px; }
    .sectors .icon.icon4 {
      background-position: 0 -130px;
      width: 100px; }
    .sectors .icon.icon5 {
      background-position: -160px -130px;
      width: 105px; }
    .sectors .icon.icon6 {
      background-position: -327px -118px;
      width: 120px; }
    .sectors .icon.icon7 {
      background-position: 0 -277px;
      width: 114px; }
    .sectors .icon.icon8 {
      background-position: -170px -277px;
      width: 110px; }
    .sectors .icon.icon9 {
      background-position: -334px -277px;
      width: 115px; }
    .sectors .icon.icon10 {
      background-position: -7px -410px;
      width: 102px; }
    .sectors .icon.icon11 {
      background-position: -173px -410px;
      width: 120px; }
    .sectors .icon.icon12 {
      background-position: -343px -410px;
      width: 110px; }
  .sectors .item {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #2b436e;
    margin-bottom: 45px;
    min-height: 265px;
    padding-top: 30px; }
    .sectors .item:hover {
      background-color: #123a78;
      color: #fff;
      box-shadow: 0 0 51px rgba(50, 124, 239, 0.67);
      -moz-box-shadow: 0 0 51px rgba(50, 124, 239, 0.67);
      -webkit-box-shadow: 0 0 51px rgba(50, 124, 239, 0.67); }
      .sectors .item:hover .icon {
        filter: brightness(200%); }

.newsletter {
  width: 100%;
  height: 220px;
  background: url("../imgs/Site/bg-newsletter.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 78px; }
  .newsletter .input-label {
    font-size: 24px;
    color: #607292;
    line-height: 120%;
    letter-spacing: 9px;
    font-weight: 400;
    font-family: "Oswald", sans-serif; }
    .newsletter .input-label span {
      font-size: 32px;
      letter-spacing: 3.4px; }
  .newsletter .form-group .itext {
    background-color: #fff;
    width: calc(100% - 182px);
    height: 63px;
    padding: 15px;
    float: left; }
  .newsletter .form-group .btn-send {
    float: left; }

.site-footer .menu {
  background-color: #fff;
  padding: 40px 0; }
  .site-footer .menu .title {
    font-size: 18px;
    color: #283f69;
    margin-bottom: 15px; }
  .site-footer .menu .menu-item {
    width: 33%;
    float: left; }
    .site-footer .menu .menu-item li {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-footer .menu .menu-item li a {
        font-size: 13px;
        color: #8b8b8b;
        margin-bottom: 10px;
        display: block; }
  .site-footer .menu .social li {
    display: inline-block;
    margin: 0 5px; }
    .site-footer .menu .social li a {
      display: block;
      width: 17px;
      height: 15px; }
      .site-footer .menu .social li a.fb {
        background-position: 0 -39px; }
      .site-footer .menu .social li a.tw {
        background-position: -17px -39px; }
      .site-footer .menu .social li a.ins {
        background-position: -39px -39px; }
      .site-footer .menu .social li a.yt {
        background-position: -45px  -39px; }
  .site-footer .menu p {
    font-size: 13px;
    color: #8b8b8b;
    line-height: 33px; }
  .site-footer .menu .tel {
    color: #283f69;
    font-size: 25px; }
    .site-footer .menu .tel .icon-tel {
      margin-right: 13px; }
.site-footer .copyright {
  background-color: #f8f8f8;
  height: 85px;
  font-size: 12px;
  color: #aaa; }
  .site-footer .copyright .logo {
    margin-top: 8px;
    display: block; }
  .site-footer .copyright .copytext {
    text-align: right;
    padding-top: 30px; }

.intro-text {
  font-size: 21px;
  color: #3155b1;
  line-height: 150%;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  margin-bottom: 30px; }

.page-container {
  min-height: 500px;
  display: table;
  font-size: 16px;
  color: #505050;
  line-height: 150%;
  font-family: "Muli", sans-serif;
  font-weight: 300; }
  .page-container .page-content {
    display: table-cell;
    width: 76%;
    padding-right: 30px; }
    .page-container .page-content .link {
      color: #2357db;
      font-weight: bold;
      text-decoration: underline; }
    .page-container .page-content p {
      font-size: 16px;
      color: #505050;
      line-height: 150%;
      font-family: "Muli", sans-serif;
      font-weight: 300; }
  .page-container .description {
    font-size: 16px;
    color: #505050;
    line-height: 150%;
    font-family: "Muli", sans-serif;
    font-weight: 300;
    margin-bottom: 35px; }
    .page-container .description p {
      font-size: 16px;
      color: #505050;
      line-height: 150%;
      font-family: "Muli", sans-serif;
      font-weight: 300; }
  .page-container .title {
    color: #3155b1;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
    font-family: "Muli", sans-serif; }
  .page-container .page-side {
    display: table-cell;
    width: 24%;
    position: relative;
    vertical-align: top; }
    .page-container .page-side.type1 {
      background-color: #f3f4f7; }
    .page-container .page-side .page-side-header {
      margin-top: -135px;
      margin-bottom: 30px;
      min-height: 110px;
      padding: 45px 20px;
      color: #fefefe;
      font-size: 21px;
      font-weight: 500;
      border-bottom: solid 1px #88a7f2;
      background-color: #3e64bb; }
    .page-container .page-side .page-side-body {
      min-height: 200px;
      background-color: #f3f4f7; }
      .page-container .page-side .page-side-body .side-menu li {
        list-style: none;
        margin: 0;
        padding: 0; }
        .page-container .page-side .page-side-body .side-menu li a {
          display: block;
          padding: 18px;
          color: #3155b1;
          font-size: 16px;
          line-height: 100%;
          font-weight: 300;
          border-bottom: solid 1px #dfe0e3; }
          .page-container .page-side .page-side-body .side-menu li a:hover, .page-container .page-side .page-side-body .side-menu li a.selected {
            background-color: #dadfec;
            border-color: transparent; }
    .page-container .page-side .callus {
      display: none;
      position: absolute;
      bottom: 45px;
      left: 20px;
      width: 100%;
      color: #fff;
      font-weight: 600;
      flex: 20; }
      .page-container .page-side .callus:focus {
        text-decoration: none; }
      .page-container .page-side .callus .icon-tel {
        background-position: 0 -107px;
        width: 25px;
        height: 25px; }
      .page-container .page-side .callus span {
        font-size: 40px;
        font-weight: 700;
        line-height: 120%; }
  .page-container address {
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
    color: #505050;
    font-family: "Muli", sans-serif; }
  .page-container.type2 {
    display: block; }
  .page-container.type3 {
    display: block; }
    .page-container.type3 p {
      font-size: 16px;
      color: #505050;
      line-height: 150%;
      font-family: "Muli", sans-serif;
      font-weight: 300; }

.gallery a {
  display: block;
  margin-bottom: 30px;
  width: 200px;
  height: 133px;
  overflow: hidden;
  text-align: center; }
.gallery.freeheight a {
  height: auto; }

.list {
  margin-bottom: 30px; }
  .list li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #505050;
    line-height: 150%;
    font-family: "Muli", sans-serif;
    font-weight: 300;
    padding-left: 30px;
    position: relative; }
    .list li:before {
      background-color: #3e64bb;
      content: "";
      width: 18px;
      height: 6px;
      position: absolute;
      border-radius: 3px;
      left: 0;
      top: 7px; }

.list2 {
  margin-left: 20px;
  margin-bottom: 20px; }
  .list2 li {
    margin-left: 20px;
    margin-bottom: 10px; }

/* Forms Begin */
form.type1 {
  padding-top: 80px;
  padding-bottom: 80px; }
  form.type1 .form-group {
    margin-bottom: 35px;
    position: relative;
    width: 100%; }
    form.type1 .form-group.error .input-label {
      color: #f00; }
    form.type1 .form-group.error .itext {
      color: #f00; }
    form.type1 .form-group .input-label {
      font-size: 15px;
      color: #607892;
      display: block;
      position: relative;
      font-family: "Muli", sans-serif;
      font-weight: 300;
      top: 20px;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s; }
    form.type1 .form-group .itext {
      resize: none;
      background: transparent;
      border: none;
      border-bottom: solid 1px #404854;
      font-size: 21px;
      color: #1e2c3a;
      padding: 10px 0;
      width: 100%; }
      form.type1 .form-group .itext:focus {
        color: #48a5ea;
        border-bottom-color: #48a5ea; }
  form.type1 .form-group.focus .input-label {
    display: block;
    font-size: 11px;
    top: 0; }

.select2 {
  width: 100%; }

.select2-results__option {
  font-size: 14px; }

/* Forms End */
.section-list {
  margin-bottom: 60px; }
  .section-list:before, .section-list:after {
    content: " ";
    display: table; }
  .section-list:after {
    clear: both; }
  .section-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 24%;
    padding: 20px;
    margin-bottom: 34px; }
    .section-list li .icon {
      background: url("../imgs/Site/icons-sectors-m.png") no-repeat;
      height: 87px;
      margin: 0 auto 10px;
      display: block; }
      .section-list li .icon.icon1 {
        background-position: 0 0;
        width: 79px; }
      .section-list li .icon.icon2 {
        background-position: -95px -19px;
        width: 85px; }
      .section-list li .icon.icon3 {
        background-position: -191px -10px;
        width: 93px; }
      .section-list li .icon.icon4 {
        background-position: -300px -13px;
        width: 77px; }
      .section-list li .icon.icon5 {
        background-position: -11px -87px;
        width: 42px; }
      .section-list li .icon.icon6 {
        background-position: -89px -111px;
        width: 80px; }
      .section-list li .icon.icon7 {
        background-position: -190px -107px;
        width: 80px; }
      .section-list li .icon.icon8 {
        background-position: -300px -102px;
        width: 92px; }
      .section-list li .icon.icon9 {
        background-position: -13px -188px;
        width: 47px; }
      .section-list li .icon.icon10 {
        background-position: -98px -202px;
        width: 70px; }
    .section-list li .sector-name {
      display: block;
      text-align: center;
      width: 100%;
      font-size: 17px;
      font-weight: 600;
      color: #3e64bb; }
    .section-list li:hover {
      background-color: #123a78;
      box-shadow: 0 0 51px rgba(50, 124, 239, 0.67);
      -moz-box-shadow: 0 0 51px rgba(50, 124, 239, 0.67);
      -webkit-box-shadow: 0 0 51px rgba(50, 124, 239, 0.67); }
      .section-list li:hover .icon {
        filter: brightness(200%); }
      .section-list li:hover .sector-name {
        color: #fff; }
    .section-list li:nth-child(4n+1) {
      clear: left; }

.product-photos {
  margin-bottom: 70px; }
  .product-photos:before, .product-photos:after {
    content: " ";
    display: table; }
  .product-photos:after {
    clear: both; }
  .product-photos li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 33%;
    height: 132px;
    margin-bottom: 30px; }
    .product-photos li img {
      display: block;
      max-width: 100%;
      max-height: 100%; }

.product-properties {
  margin-top: -75px; }

.box {
  width: 100%;
  margin-bottom: 30px; }
  .box .box-header {
    padding: 33px 20px 38px 35px;
    position: relative;
    display: block; }
    .box .box-header i {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto; }
    .box .box-header.type1 {
      background-color: #3e64bb;
      color: #fff;
      font-size: 22px;
      font-weight: 600;
      font-family: "Muli", sans-serif; }
    .box .box-header.type2 {
      background-color: #e92234;
      color: #fff;
      font-size: 19px;
      font-weight: 600;
      font-family: "Muli", sans-serif; }
      .box .box-header.type2 span {
        font-style: italic;
        font-size: 16px; }
  .box .box-body {
    padding: 28px 30px;
    background-color: #f3f4f7;
    font-family: "Muli", sans-serif; }
    .box .box-body .title {
      color: #3e64bb;
      margin-bottom: 10px;
      font-size: 20px; }
    .box .box-body p {
      color: #505050;
      font-size: 16px;
      margin-bottom: 30px; }
    .box .box-body .links a {
      color: #0839b8;
      font-size: 14px;
      font-weight: 300;
      text-decoration: underline; }
    .box .box-body .links ul {
      margin-left: 30px; }
      .box .box-body .links ul li {
        font-size: 14px;
        font-weight: 300; }

.file-list .item {
  display: block;
  text-align: center;
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  height: 240px; }
  .file-list .item i {
    display: block;
    margin: 0 auto 20px; }

/* Headers: Begin */
.content-title--type1 {
  font-size: 35px;
  color: #d5d9e2;
  line-height: 120%;
  letter-spacing: 3px;
  margin-bottom: 60px;
  padding-top: 35px;
  font-weight: 300;
  font-family: "Oswald", sans-serif; }
.content-title--type2 {
  font-size: 35px;
  color: #737f98;
  line-height: 120%;
  letter-spacing: 3px;
  margin-bottom: 30px;
  padding-top: 35px;
  font-weight: 300;
  font-family: "Oswald", sans-serif; }
.content-title--type3 {
  font-size: 18px;
  color: #303030;
  line-height: 120%;
  letter-spacing: 3px;
  margin-bottom: 25px;
  font-weight: 300; }
.content-title--type4 {
  font-size: 24px;
  color: #607292;
  line-height: 120%;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: "Oswald", sans-serif; }
.content-title--type5 {
  font-size: 24px;
  color: #607292;
  line-height: 120%;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: "Oswald", sans-serif; }

/* Headers: End */
/* ---- .element-item ---- */
#filters .button {
  background-color: rgba(24, 87, 183, 0.6);
  height: 85px;
  font-size: 22px;
  color: #fff;
  padding: 0 15px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer; }
  #filters .button.is-checked {
    background-color: #123a78; }

.element-item {
  position: relative;
  float: left;
  margin: 20px;
  color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.element-item .name {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 30px;
  color: #fff;
  font-weight: normal; }

@media only screen and (min-width: 1800px) {
  .grid {
    width: 1760px;
    margin: auto; }

  .element-item {
    width: 400px;
    height: 400px; } }
@media only screen and (min-width: 1300px) and (max-width: 1799px) {
  .grid {
    width: 1300px;
    margin: auto; }

  .element-item {
    width: 285px;
    height: 285px; }

  .element-item .name {
    font-size: 20px; } }
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  #filters .button {
    font-size: 16px;
    height: 60px;
    padding: 0 10px; }

  .grid {
    width: 992px;
    margin: auto; }

  .element-item {
    width: 228px;
    height: 228px;
    margin: 10px; }

  .element-item .name {
    font-size: 16px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #filters .button {
    font-size: 16px;
    height: 60px;
    padding: 0 10px; }

  .grid {
    width: 480px;
    margin: auto; }

  .element-item {
    width: 220px;
    height: 220px;
    margin: 10px; }

  .element-item .name {
    font-size: 16px; } }
@media only screen and (max-width: 479px) {
  #filters .button {
    font-size: 16px;
    height: 60px;
    padding: 0 10px;
    width: 100%; }

  .grid {
    width: 300px;
    margin: auto; }

  .element-item {
    width: 140px;
    height: 150px;
    margin: 5px; }

  .element-item .name {
    font-size: 16px; } }
/***  Page Layout: End *******************************************************************************************************************************/
/***  Tablet View - 768 - 991: Begin *******************************************************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header .top-menu .main-menu .mega-menu {
    width: 520px !important; }
  .site-header .top-menu .main-menu > ul > li a {
    padding: 30px 20px; }

  .site-footer .menu .menu-item {
    margin-bottom: 30px; }

  .newsletter {
    height: auto;
    padding: 20px 0; }

  #filters .button {
    font-size: 13px;
    height: 50px;
    padding: 0 10px; }

  .grid {
    width: 768px;
    margin: auto; }

  .element-item {
    width: 172px;
    height: 172px;
    margin: 10px; }

  .element-item .name {
    font-size: 16px; }

  .home-video .content-title--type2 {
    padding-top: 5px;
    clear: both; }
  .home-video br {
    display: none; }

  .assets-section ul {
    clear: both;
    padding-top: 20px; }
    .assets-section ul li.catalog {
      margin-bottom: 20px;
      width: 50%; }
      .assets-section ul li.catalog a {
        width: 100%; }
    .assets-section ul li.certificate {
      width: 50%; }
    .assets-section ul li.cv {
      width: 100%;
      -webkit-background-size: cover;
      background-size: cover; } }
/***  Tablet View - 768 - 991: End *******************************************************************************************************************************/
/***  Phone View : Begin *******************************************************************************************************************************/
@media only screen and (max-width: 767px) {
  #root {
    padding-top: 70px; }

  .disabled-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%; }

  .site-header {
    background-color: #fff !important;
    height: 70px; }
    .site-header .logo-kahvecioglu {
      width: 194px;
      height: 40px;
      margin: 15px 0 15px 15px;
      -webkit-background-size: 194px auto;
      background-size: 194px auto; }

  .top-menu {
    position: fixed !important;
    width: 100%;
    height: 70px;
    left:0;
    z-index: 100;  }
    .top-menu.active .main-menu {
      left: 0; }
    .top-menu .main-menu{
      position: fixed !important;
      width: 100%;
      height: calc(100% - 70px);
      overflow: auto;
      z-index: 100;
      left: -110%;
      background-color: #fff;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
    }
    .top-menu .main-menu > ul {
      display: block !important; }
      .top-menu .main-menu > ul > li {
        display: block !important; }
        .top-menu .main-menu > ul > li:hover {
          background-color: transparent !important; }
          .top-menu .main-menu > ul > li:hover a {
            color: #1e4b92 !important; }
            .top-menu .main-menu > ul > li:hover a:hover {
              background-color: transparent !important; }
        .top-menu .main-menu > ul > li a {
          color: #1e4b92 !important;
          padding: 10px !important; }
    .top-menu .main-menu .mega-menu {
      background-color: transparent !important;
      position: relative !important;
      display: block !important;
      padding-top: 10px !important;
      width: auto !important;
      margin-left: 10px; }
      .top-menu .main-menu .mega-menu li {
        float: none;
        display: block;
        width: 100% !important; }
        .top-menu .main-menu .mega-menu li a {
          color: #123a78 !important;
          padding: 5px !important; }
          .top-menu .main-menu .mega-menu li a:after {
            width: 100% !important; }

  #nav-toggle {
    display: block;
    width: 25px;
    position: absolute;
    right: 25px;
    top: 13px;
    cursor: pointer;
    padding: 10px 25px 16px 0px;
    z-index: 50; }
    #nav-toggle span {
      transition: all 500ms ease-in-out;
      cursor: pointer;
      height: 5px;
      width: 25px;
      background: #123a78;
      position: absolute;
      display: block;
      content: '';
      border-radius: 5px; }
      #nav-toggle span:before {
        cursor: pointer;
        height: 5px;
        width: 25px;
        background: #123a78;
        position: absolute;
        display: block;
        content: '';
        border-radius: 5px;
        top: -8px; }
      #nav-toggle span:after {
        cursor: pointer;
        height: 5px;
        width: 25px;
        background: #123a78;
        position: absolute;
        display: block;
        content: '';
        border-radius: 5px;
        bottom: -8px; }
    #nav-toggle.active span {
      background-color: transparent; }
      #nav-toggle.active span:before {
        top: 0;
        transform: rotate(45deg); }
      #nav-toggle.active span:after {
        top: 0;
        transform: rotate(-45deg); }

  .page-container {
    display: block; }
    .page-container .page-content {
      display: block;
      width: 100%;
      padding-right: 0; }
    .page-container .page-side {
      display: block;
      width: 100%;
      margin-bottom: 30px;
     /*  .callus{
         position: static;
         margin-left: 20px;
         margin-bottom: 20px;
         display: block;

       }*/ }
      .page-container .page-side .page-side-header {
        margin-top: 0px; }

  .page-hero .text-content {
    font-size: 45px;
    height: 210px;
    margin-top: 170px; }

  .product-photos li {
    width: 50%;
    margin-bottom: 30px; }
    .product-photos li img {
      max-width: 90%; }

  .newsletter {
    height: auto;
    padding: 20px 0; }
    .newsletter .form-group .itext {
      width: calc(100% - 80px); }
    .newsletter .form-group .btn-send {
      font-size: 0;
      width: 80px; }

  .site-footer .menu .menu-item {
    margin-bottom: 30px; }
  .site-footer .social {
    margin-bottom: 20px; }
    .site-footer .social:before, .site-footer .social:after {
      content: " ";
      display: table; }
    .site-footer .social:after {
      clear: both; }

  .section-list li {
    width: 48%; }
  .section-list li:nth-child(4n+1) {
    clear: none; }
  .section-list li:nth-child(2n+1) {
    clear: left; }
  .home-slider-wrapper{
    display: none;
  }
  .home-slider {
    padding-top: 20px; }
    .home-slider .text-content {
      font-size: 50px;
      top: 65px; }
    .home-slider .product-slider__category .cat-item {
      font-size: 14px; }

  .product-slider {
    width: 75% !important; }
    .product-slider .item {
      height: 450px !important; }

  .home-slider .product-slider .owl-next:after {
    margin-left: 12px; }

  .home-slider .product-slider .owl-prev:after {
    margin-left: 40px; }

  .slider-status-bar {
    display: none; }

  .home-news-section {
    background: #123a78 !important; }
    .home-news-section .bg-news {
      width: 100%; }

  .home-news-wrapper {
    background-color: #fff;
    padding: 20px 15px; }

  .home-video {
    padding-top: 20px; }
    .home-video p {
      text-align: center; }
      .home-video p br {
        display: none; }
    .home-video .video-cover {
      float: none;
      margin: 10px auto;
      display: block;
      width: 300px; }
    .home-video .content-title--type2 {
      text-align: center; }
      .home-video .content-title--type2 br {
        display: none; }

  .assets-section .list {
    float: none; }
  .assets-section ul li {
    float: none;
    width: 100% !important; }

  .content-side {
    display: none !important; }

  .gallery a {
    width: auto; }
  .gallery .col-xs-6:nth-child(2n+1) {
    clear: left; }

  .kullanim-alanlari .col-xs-12 {
    width: 50%; }
    .kullanim-alanlari .col-xs-12:nth-child(2n+1) {
      clear: left; }

  .product-photos .col-xs-6 {
    margin-bottom: 15px; }

  .representation-detail {
    height: auto; }

  .bg-news {
    display: none; }

  .assets-section ul li.catalog a {
    width: 100%; } }
/***  Phone View : End *******************************************************************************************************************************/
/* Toastr */
.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }
/* Plugins CSS: End */

/*# sourceMappingURL=global.css.map */
