@charset "UTF-8";
/*MEDIA QUERIES*/
h1,
h2,
h4,
h4,
h5,
h6,
p,
span,
a,
div,
label,
button,
input,
textarea {
  font-family: "Gotham SSm A", "Gotham SSm B"; }

input:focus,
button:focus,
textarea:focus {
  outline: 0; }

@media (min-width: 1200px) {
  .indexContainer .navigationContainer {
    position: absolute !important; } }

.navigationContainer {
  width: 100%;
  max-width: 1920px;
  height: 90px;
  padding: 0 !important;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: none;
  background-color: #d11721; }
  .navigationContainer:after {
    background: url(../img/items/navBorder.png);
    content: "";
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: -14px;
    left: 0; }
    @media (min-width: 1200px) {
      .navigationContainer:after {
        display: none; } }
  @media (min-width: 1200px) {
    .navigationContainer {
      background-color: initial;
      position: initial; } }
  .navigationContainer ul {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    position: relative;
    margin-top: 30px; }
    .navigationContainer ul li {
      list-style-type: none;
      font-family: "Gotham SSm A", "Gotham SSm B";
      color: #fff;
      font-size: 13px;
      position: relative; }
      @media (min-width: 1500px) {
        .navigationContainer ul li {
          font-size: 14px; } }
      .navigationContainer ul li:hover > a {
        text-decoration: none;
        background-color: #d41419; }
        .navigationContainer ul li:hover > a:before {
          background: url(../img/items/nav_hover.png) 0 -11px;
          width: 16px;
          height: 24px;
          content: "";
          position: absolute;
          left: -16px;
          top: 0; }
        .navigationContainer ul li:hover > a:after {
          background: url(../img/items/nav_hover.png) -241px -11px;
          width: 16px;
          height: 35px;
          content: "";
          position: absolute;
          right: -16px;
          top: 0; }
      .navigationContainer ul li a {
        color: #fff;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        padding: 1.3px;
        float: left;
        position: relative; }
        @media (min-width: 1500px) {
          .navigationContainer ul li a {
            font-size: 13px; } }
        .navigationContainer ul li a:focus {
          text-decoration: none; }
        .navigationContainer ul li a i {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          display: none; }
          @media (min-width: 1200px) {
            .navigationContainer ul li a i {
              display: block; } }
          .navigationContainer ul li a i:hover:before {
            background: url(../img/items/nav_hover.png) no-repeat -29px 0;
            max-width: 214px;
            width: 100%;
            height: 2px;
            position: absolute;
            top: -1px;
            left: 0;
            right: 0;
            margin: auto;
            content: ""; }
          .navigationContainer ul li a i:hover:after {
            background: url(../img/items/nav_hover.png) no-repeat -29px -44px;
            max-width: 207px;
            width: 100%;
            height: 2px;
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            margin: auto;
            content: ""; }
      .navigationContainer ul li .inactive {
        opacity: 0.5; }

.navigationContainer .dropdown_ a {
  min-width: 150px; }

.customContainer_1 {
  display: none; }
  @media (min-width: 1200px) {
    .customContainer_1 {
      display: block;
      width: 1200px; } }
  @media (min-width: 1500px) {
    .customContainer_1 {
      width: 1280px; } }
  @media (min-width: 1680px) {
    .customContainer_1 {
      width: 1400px; } }

.active_nav a {
  color: #1b1b1b;
  background-color: none; }
  @media (min-width: 1200px) {
    .active_nav a {
      background-color: #d41419;
      color: #fff; }
      .active_nav a:before {
        background: url(../img/items/nav_hover.png) 0 -11px;
        width: 16px;
        height: 24px;
        content: "";
        position: absolute;
        left: -16px;
        top: 0; }
      .active_nav a:after {
        background: url(../img/items/nav_hover.png) -241px -11px;
        width: 16px;
        height: 35px;
        content: "";
        position: absolute;
        right: -16px;
        top: 0; }
      .active_nav a i:before {
        background: url(../img/items/nav_hover.png) no-repeat -29px 0;
        max-width: 214px;
        width: 100%;
        height: 2px;
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        margin: auto;
        content: ""; }
      .active_nav a i:after {
        background: url(../img/items/nav_hover.png) no-repeat -29px -44px;
        max-width: 207px;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        margin: auto;
        content: ""; } }

@media (min-width: 1200px) {
  .navUl {
    margin: 0 auto; } }

@media (min-width: 1500px) {
  .navUl {
    width: 100% !important; } }

@media (min-width: 1200px) {
  .nav_logo img {
    width: 185px; } }

@media (min-width: 1500px) {
  .nav_logo img {
    width: 260px; } }

.nav_logo a:hover {
  background: none !important; }
  .nav_logo a:hover:before {
    display: none !important; }
  .nav_logo a:hover:after {
    display: none !important; }

.navLang {
  position: absolute;
  right: 3px;
  top: 20px;
  font-size: 13px;
  color: #fff; }
  @media (min-width: 1500px) {
    .navLang {
      font-size: 13px;
      top: 70px;
      right: -80px; } }
  .navLang a {
    color: #fff;
    opacity: 0.5; }

.button_container_shrink {
  top: 16px !important; }

.button_container {
  transition: top .3s linear;
  -webkit-transition: top .3s linear;
  position: fixed;
  top: 33px;
  left: 4%;
  height: 15px;
  width: 40px;
  cursor: pointer;
  z-index: 99999; }
  @media (min-width: 1200px) {
    .button_container {
      display: none; } }
  .button_container:after {
    content: "menü";
    display: block;
    font-size: 11px;
    margin-top: 21px;
    color: #fff;
    text-align: center; }
  [lang="en"] .button_container:after {
    content: "menu"; }
  .button_container:hover {
    opacity: .7; }
  .button_container.active {
    left: initial;
    right: 4%;
    border: 1px solid #fff;
    height: 42px;
    width: 46px;
    top: 20px; }
    .button_container.active .top {
      -webkit-transform: translateY(18px) translateX(3px) rotate(45deg);
              transform: translateY(18px) translateX(3px) rotate(45deg);
      background: #fff;
      height: 1px; }
    .button_container.active .middle {
      opacity: 0;
      background: #fff; }
    .button_container.active .bottom {
      -webkit-transform: translateY(3px) translateX(3px) rotate(-45deg);
              transform: translateY(3px) translateX(3px) rotate(-45deg);
      background: #fff;
      height: 1px; }
  .button_container span {
    background: #fff;
    color: #fff;
    border: none;
    height: 3px;
    width: 38px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 7px; }
    .button_container span:nth-of-type(3) {
      top: 15px; }

.button_container.active:after {
  display: none !important; }

.overlay {
  position: fixed;
  background: #bf181c;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s,
 visibility .35s,
 height .35s;
  transition: opacity .35s,
 visibility .35s,
 height .35s;
  overflow: hidden;
  z-index: 9999; }
  @media (min-width: 1200px) {
    .overlay {
      display: none; } }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }
    .overlay.open li {
      -webkit-animation: fadeInRight .5s ease forwards;
              animation: fadeInRight .5s ease forwards;
      -webkit-animation-delay: .35s;
              animation-delay: .35s; }
      .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
                animation-delay: .4s; }
      .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
                animation-delay: .45s; }
      .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .50s;
                animation-delay: .50s; }
    .overlay.open .overlay_address {
      color: #fff;
      font-size: 11px;
      font-family: "Gotham SSm A", "Gotham SSm B";
      margin-top: 8px;
      margin-top: 9px; }
      .overlay.open .overlay_address p {
        margin-bottom: 3px; }
    .overlay.open .overlay_phone {
      color: #fff;
      font-size: 11px;
      font-family: "Gotham SSm A", "Gotham SSm B";
      margin-bottom: 0px;
      margin-top: 40px; }
      .overlay.open .overlay_phone b {
        float: left;
        color: #fff;
        font-weight: normal; }
        .overlay.open .overlay_phone b a {
          font-weight: normal;
          font-size: 11px; }
    .overlay.open .overlay_info {
      margin-top: 15px;
      color: #fff;
      font-size: 11px;
      font-family: "Gotham SSm A", "Gotham SSm B";
      clear: both; }
      .overlay.open .overlay_info b {
        float: left;
        color: #fff;
        font-weight: normal;
        font-size: 11px;
        float: left; }
        .overlay.open .overlay_info b a {
          font-weight: normal;
          font-size: 11px; }
    .overlay.open .overlay_social {
      margin-top: 15px; }
      .overlay.open .overlay_social a {
        float: left;
        margin-right: 25px; }
        .overlay.open .overlay_social a svg {
          width: 20px;
          height: 20px; }
          .overlay.open .overlay_social a svg path {
            transition: all .35s ease;
            -webkit-transition: all .35s ease; }
          .overlay.open .overlay_social a svg:hover path {
            fill: #fff !important;
            transition: all .35s ease;
            -webkit-transition: all .35s ease; }
  .overlay nav {
    position: relative;
    height: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 50px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
    text-align: center; }
  .overlay ul {
    list-style: none;
    padding-left: 25px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    text-align: left; }
    .overlay ul li {
      font-weight: 300;
      display: block;
      height: 25%;
      height: -webkit-calc(100% / 10);
      height: calc(100% / 10);
      min-height: 43px;
      position: relative;
      opacity: 0;
      margin-bottom: -5px; }
      .overlay ul li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 18px;
        transition: all .35s ease;
        -webkit-transition: all .35s ease; }
        .overlay ul li a:hover {
          background-color: initial !important; }
        @media (min-width: 768px) {
          .overlay ul li a {
            font-size: 28px; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

.mobileMargin {
  margin-top: 95px !important; }
  @media (min-width: 1200px) {
    .mobileMargin {
      margin-top: 0 !important; } }

.mobileNavLogo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 15px;
  width: 150px; }
  @media (min-width: 1200px) {
    .mobileNavLogo {
      display: none; } }

.nav_dropdown {
  margin: 0 !important;
  position: absolute !important;
  bottom: -49px !important;
  z-index: -1;
  display: none;
  opacity: 0;
  list-style-type: none; }
  .nav_dropdown li {
    width: 90% !important;
    margin: 2px auto;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .nav_dropdown li a {
      background-color: #d41419;
      width: 100% !important; }
      .nav_dropdown li a:before {
        background: url(../img/items/nav_hover.png) 0 -11px;
        width: 16px;
        height: 24px;
        content: "";
        position: absolute;
        left: -16px;
        top: 0; }
      .nav_dropdown li a:after {
        background: url(../img/items/nav_hover.png) -241px -11px;
        width: 16px;
        height: 35px;
        content: "";
        position: absolute;
        right: -16px;
        top: 0; }

.dropdown_:hover > .nav_dropdown {
  z-index: 9999;
  display: inherit;
  opacity: 1.0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s; }
  .dropdown_:hover > .nav_dropdown li:hover {
    opacity: 0.9; }

@-webkit-keyframes fadein {
  from {
    opacity: 0.0;
    bottom: 0px; }
  to {
    opacity: 1.0;
    bottom: -51px; } }

@keyframes fadein {
  from {
    opacity: 0.0;
    bottom: 0px; }
  to {
    opacity: 1.0;
    bottom: -51px; } }

/*MEDIA QUERIES*/
h1,
h2,
h4,
h4,
h5,
h6,
p,
span,
a,
div,
label,
button,
input,
textarea {
  font-family: "Gotham SSm A", "Gotham SSm B"; }

input:focus,
button:focus,
textarea:focus {
  outline: 0; }

.indexFooter {
  width: 100%;
  height: 127px;
  background: transparent;
  position: absolute;
  bottom: 0;
  z-index: 9999;
  display: none;
  padding-top: 20px; }
  @media (min-width: 1200px) {
    .indexFooter {
      display: block;
      padding-top: initial;
      bottom: 40px; } }
  .indexFooter .index_footer_bottom {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: 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;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .indexFooter .index_footer_bottom li {
      list-style-type: none; }

.indexFooterContainer .indexFooterCopyright p {
  font-size: 12px;
  color: #fff;
  margin-top: 43px;
  margin-bottom: 0; }

.indexFooterContainer .indexFooterBlocks {
  float: left;
  display: none; }
  @media (min-width: 1200px) {
    .indexFooterContainer .indexFooterBlocks {
      display: block;
      margin-top: -35px;
      margin-left: 50px; } }
  @media (min-width: 1680px) {
    .indexFooterContainer .indexFooterBlocks {
      margin-top: -100px;
      margin-left: 12vh; } }
  .indexFooterContainer .indexFooterBlocks .block_1 {
    position: relative;
    float: left;
    margin-right: 0; }
  .indexFooterContainer .indexFooterBlocks .block_2 {
    position: relative;
    float: left;
    margin-left: 15px; }
  .indexFooterContainer .indexFooterBlocks .block_3 {
    position: relative;
    float: left;
    margin-left: 15px; }

.indexFooterContainer .indexBlockOverlay {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  height: 99%; }
  .indexFooterContainer .indexBlockOverlay media {
    height: 100%; }
  .indexFooterContainer .indexBlockOverlay:before {
    content: "";
    width: 100%;
    background: transparent;
    position: absolute;
    z-index: 9;
    height: 100%;
    left: 0;
    border: 1px solid #fff;
    bottom: 0; }
  .indexFooterContainer .indexBlockOverlay:hover {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }

.indexFooterContainer .block_1 a {
  display: inline-block;
  width: 100%;
  height: 100%; }
  .indexFooterContainer .block_1 a img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 240px; }
    @media (min-width: 1200px) {
      .indexFooterContainer .block_1 a img {
        width: 210px; } }
    @media (min-width: 1680px) {
      .indexFooterContainer .block_1 a img {
        width: initial; } }
  .indexFooterContainer .block_1 a:hover .indexBlockOverlay {
    opacity: 1;
    left: 11px;
    top: -11px; }
  .indexFooterContainer .block_1 a:hover img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-filter: brightness(65%);
            filter: brightness(65%); }

.indexFooterContainer .block_2 a {
  display: inline-block;
  width: 100%;
  height: 100%; }
  .indexFooterContainer .block_2 a img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 240px; }
    @media (min-width: 1200px) {
      .indexFooterContainer .block_2 a img {
        width: 210px; } }
    @media (min-width: 1680px) {
      .indexFooterContainer .block_2 a img {
        width: initial; } }
  .indexFooterContainer .block_2 a:hover .indexBlockOverlay {
    opacity: 1;
    left: 11px;
    top: -11px; }
  .indexFooterContainer .block_2 a:hover img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-filter: brightness(65%);
            filter: brightness(65%); }

.indexFooterContainer .block_3 a {
  display: inline-block;
  width: 100%;
  height: 100%; }
  .indexFooterContainer .block_3 a img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 240px; }
    @media (min-width: 1200px) {
      .indexFooterContainer .block_3 a img {
        width: 210px; } }
    @media (min-width: 1680px) {
      .indexFooterContainer .block_3 a img {
        width: initial; } }
  .indexFooterContainer .block_3 a:hover .indexBlockOverlay {
    opacity: 1;
    left: 11px;
    top: -11px; }
  .indexFooterContainer .block_3 a:hover img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-filter: brightness(65%);
            filter: brightness(65%); }

.indexFooterContainer .indexFooterSubscribe p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center; }

.indexFooterContainer .indexFooterSubscribe input {
  background: transparent;
  border: 1px solid #fff;
  width: 156px;
  height: 42px;
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B"; }
  @media (min-width: 1680px) {
    .indexFooterContainer .indexFooterSubscribe input {
      width: 193x; } }
  .indexFooterContainer .indexFooterSubscribe input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff; }
  .indexFooterContainer .indexFooterSubscribe input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  .indexFooterContainer .indexFooterSubscribe input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  .indexFooterContainer .indexFooterSubscribe input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }

.indexFooterContainer .indexFooterSubscribe button {
  background: #c0c0c0;
  color: #000;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 600;
  height: 42px;
  width: 95px;
  border: 0;
  font-size: 12px;
  cursor: pointer; }

.footerMain {
  float: left;
  width: 100%;
  margin-top: 20px; }

.footerContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #e0171e;
  padding-top: 20px; }
  @media (min-width: 1200px) {
    .footerContainer {
      height: 190px;
      padding-top: initial; } }

.footerFlex {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1200px) {
    .footerFlex {
      padding: 0 10px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 1680px) {
    .footerFlex {
      padding: 0 30px; } }

.footerAddress {
  text-align: center; }
  @media (min-width: 1200px) {
    .footerAddress {
      height: 100%;
      text-align: initial;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1680px) {
    .footerAddress {
      padding-left: 50px; } }
  .footerAddress p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px; }
    @media (min-width: 1680px) {
      .footerAddress p {
        font-size: 12px; } }

.footerPhone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .footerPhone:before {
    display: none; }
    @media (min-width: 1200px) {
      .footerPhone:before {
        height: 100%;
        content: "";
        width: 1px;
        height: 95px;
        background: #fff;
        position: absolute;
        left: -20px;
        top: -20px;
        display: block; } }
  .footerPhone p {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px; }
    @media (min-width: 1680px) {
      .footerPhone p {
        font-size: 12px; } }

.footerMail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  @media (min-width: 1200px) {
    .footerMail {
      height: 100%; } }
  .footerMail:before {
    content: "";
    width: 1px;
    height: 95px;
    background: #b5b5b5;
    position: absolute;
    left: -20px;
    top: 45px;
    display: none; }
    @media (min-width: 1200px) {
      .footerMail:before {
        display: block; } }
  .footerMail p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px; }

.footerSubscribeContainer {
  background: #D41217;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 15px;
  position: relative; }
  @media (min-width: 1200px) {
    .footerSubscribeContainer {
      background: #D41217;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: initial;
      heiht: 100%; } }

@media (min-width: 1680px) {
  .footerSubscribeContainer {
    padding: 0 50px; } }
  .footerSubscribeContainer p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    text-align: center; }
    @media (min-width: 1200px) {
      .footerSubscribeContainer p {
        margin-right: 40px;
        margin-bottom: 0; } }

.redFooterSocialMedia {
  float: left; }
  .redFooterSocialMedia p {
    font-size: 11px;
    color: #fff; }
  .redFooterSocialMedia ul {
    padding-left: 0;
    float: left;
    margin-bottom: 0; }
    .redFooterSocialMedia ul li {
      list-style-type: none;
      float: left;
      margin: 0 9px; }
      @media (min-width: 1200px) {
        .redFooterSocialMedia ul li {
          width: 0 15px; } }
      .redFooterSocialMedia ul li img {
        width: 20px; }
        @media (min-width: 1680px) {
          .redFooterSocialMedia ul li img {
            width: 25px; } }

.footerSubscribe {
  float: left;
  border: 1px solid #fff;
  background: transparent;
  width: 175px;
  height: 44px;
  color: #fff;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  border-radius: 0; }
  @media (min-width: 1200px) {
    .footerSubscribe {
      width: 200px; } }
  .footerSubscribe::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff; }
  .footerSubscribe:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  .footerSubscribe::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  .footerSubscribe:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }

.footerSubscribeBtn {
  background: #ededed;
  color: #000;
  width: 90px;
  height: 44px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 12px;
  margin-left: 6px;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all; }
  .footerSubscribeBtn:hover {
    background: #e8d9d9; }

.footerBandContainer {
  display: none;
  width: 100%;
  height: 100px;
  float: left;
  background: #ededed; }
  @media (min-width: 1200px) {
    .footerBandContainer {
      padding-left: 50px;
      display: block; } }
  .footerBandContainer .fbcFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
    height: 100%; }
  .footerBandContainer ul {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1200px) {
      .footerBandContainer ul {
        height: 100%; } }
    .footerBandContainer ul li {
      list-style-type: none;
      float: left;
      color: #4a4a4a;
      font-size: 12px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footerBandContainer ul li img {
        float: left; }

.bybrtFooterLogo img {
  float: none !important;
  padding: 0 20px;
  width: 110px; }

.bybrtFooterLogo span {
  margin-top: 18px; }

.hsnbyFooterLogo img {
  width: 100px; }

.stkrdslrFooterLogo img {
  width: 40px; }

.fbcFlex ul li:nth-of-type(2) {
  padding: 0 30px; }
  .fbcFlex ul li:nth-of-type(2):before {
    content: "";
    width: 1px;
    height: 50px;
    background: #b5b5b5;
    float: left;
    margin-right: 20px; }
  .fbcFlex ul li:nth-of-type(2):after {
    content: "";
    width: 1px;
    height: 50px;
    background: #b5b5b5;
    float: right;
    margin-left: 20px; }

.footer_kreatif {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 12px;
  color: #4a4a4a; }
  @media (min-width: 1200px) {
    .footer_kreatif {
      margin-right: 10vh;
      height: 100%; } }
  .footer_kreatif img {
    float: right;
    margin-left: 15px;
    width: 50px; }

.iletisim_formu_success_message {
  text-align: center;
  color: #d41217;
  font-size: 18px;
  font-weight: 500; }

.footerBandContainer-smallDevices {
  width: 100%;
  float: left;
  background: #ededed; }
  @media (min-width: 1200px) {
    .footerBandContainer-smallDevices {
      display: none; } }
  .footerBandContainer-smallDevices .fbcFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
    height: 100%; }
  .footerBandContainer-smallDevices ul {
    padding: 20px 10px;
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -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; }
    @media (min-width: 1200px) {
      .footerBandContainer-smallDevices ul {
        height: 100%; } }
    .footerBandContainer-smallDevices ul li {
      list-style-type: none;
      float: left;
      color: #4a4a4a;
      font-size: 12px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footerBandContainer-smallDevices ul li:before, .footerBandContainer-smallDevices ul li:after {
        display: none; }
      .footerBandContainer-smallDevices ul li:nth-of-type(2) {
        margin-top: 20px; }
        .footerBandContainer-smallDevices ul li:nth-of-type(2) img {
          margin-right: 30px;
          margin-top: 25px; }
      .footerBandContainer-smallDevices ul li img {
        float: left; }
      .footerBandContainer-smallDevices ul li .bybrtFooterLogo img {
        width: 110px; }
      .footerBandContainer-smallDevices ul li .hsnbyFooterLogo {
        width: 100px; }
      .footerBandContainer-smallDevices ul li .stkrdslrFooterLogo {
        width: 40px; }

.footerSocial {
  float: left; }
  @media (min-width: 1200px) {
    .footerSocial {
      width: 220px; } }
  @media (min-width: 1680px) {
    .footerSocial {
      width: initial; } }
  .footerSocial p {
    font-size: 11px;
    color: #fff; }
  .footerSocial ul {
    padding-left: 0;
    float: left;
    margin-bottom: 0;
    clear: both; }
    .footerSocial ul li {
      list-style-type: none;
      float: left;
      margin: 0 9px; }
      @media (min-width: 1200px) {
        .footerSocial ul li {
          width: 0 15px; } }
      .footerSocial ul li img {
        width: 20px; }
        @media (min-width: 1680px) {
          .footerSocial ul li img {
            width: 25px; } }

@media (min-width: 1200px) {
  .js-ebulten-sonuc {
    display: none; } }

@media (min-width: 1680px) {
  .js-ebulten-sonuc {
    display: block; } }

.js-ebulten-sonuc-smallScreen {
  display: none; }
  @media (min-width: 1200px) {
    .js-ebulten-sonuc-smallScreen {
      display: block;
      margin-bottom: 8px !important; } }
  @media (min-width: 1680px) {
    .js-ebulten-sonuc-smallScreen {
      display: none; } }

/*MEDIA QUERIES*/
h1,
h2,
h4,
h4,
h5,
h6,
p,
span,
a,
div,
label,
button,
input,
textarea {
  font-family: "Gotham SSm A", "Gotham SSm B"; }

input:focus,
button:focus,
textarea:focus,
select:focus,
a:focus {
  outline: 0; }

html {
  height: 100%;
  overflow-x: hidden; }

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.indexContainer iframe {
  border: 0;
  display: block;
  /* iframes are inline by default */
  background-color: #c6c6c6 !important;
  border: none;
  /* Reset default border */
  height: 100vh;
  /* Viewport-relative units */
  width: 100%;
  display: none; }
  @media (min-width: 1200px) {
    .indexContainer iframe {
      display: block;
      margin-top: 0;
      width: 100vw; } }

.mobileSlider {
  display: block;
  height: 97vh;
  width: 100vw;
  overflow: hidden;
  margin-top: 3vh;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .mobileSlider {
      display: none; } }
  .mobileSlider img {
    widtH: 100%;
    max-width: 768px; }

.right_arrow {
  width: 18px;
  height: 18px; }

.slider_button-1 {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Gotham SSm A", "Gotham SSm B";
  text-decoration: none;
  font-size: 11px !important;
  padding: 15px 25px !important;
  -webkit-transition: 0.2s ease-in all !important;
  transition: 0.2s ease-in all !important;
  font-size: 16px;
  float: left;
  width: 100%; }
  @media (max-width: 1200px) {
    .slider_button-1 {
      position: absolute;
      left: 0vh;
      width: 230px;
      padding: 15px 11px !important;
      top: 11vh !important; } }
  @media (max-width: 767px) {
    .slider_button-1 {
      position: absolute;
      left: -4vh; } }
  @media (max-width: 480px) {
    .slider_button-1 {
      position: absolute;
      left: -4vh; } }
  .slider_button-1:hover {
    -webkit-transition: 0.2s ease-in all !important;
    transition: 0.2s ease-in all !important;
    background: #fff;
    color: #730001; }
    .slider_button-1:hover:after {
      background: url(../img/items/right-arrow-red.svg) no-repeat;
      position: relative;
      background-size: 10px 10px;
      width: 10px;
      height: 10px;
      float: right;
      margin-left: 8px;
      margin-top: 6px;
      -webkit-transition: 0.2s ease-in all;
      transition: 0.2s ease-in all; }
      @media (max-width: 767px) {
        .slider_button-1:hover:after {
          margin-top: 3px; } }
  .slider_button-1:after {
    content: "";
    background: url(../img/items/right-arrow.svg) no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    float: right;
    margin-left: 8px;
    margin-top: 6px;
    -webkit-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all; }

@media (min-width: 1200px) {
  .customContainer_2 {
    width: 1240px; } }

@media (min-width: 1350px) {
  .customContainer_2 {
    width: 1350px; } }

@media (min-width: 1679px) {
  .customContainer_2 {
    width: 1600px; } }

@media (min-width: 1920px) {
  .customContainer_2 {
    width: 1800px; } }

@media (min-width: 1200px) {
  .customContainer_4 {
    width: 1000px; } }

.aboutContainer {
  display: inline-block;
  width: 100%; }
  @media (min-width: 1200px) {
    .aboutContainer .navigationContainer {
      background: url(../img/blocks/hakkinda-banner.jpg) no-repeat;
      z-index: 999;
      height: 410px;
      background-position-y: -150px;
      background-position-x: -150px;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; } }

.aboutBannerText h2 {
  font-size: 100px;
  letter-spacing: 15px;
  font-weight: 900;
  color: #fff; }

.aboutBannerText h3 {
  color: #fff;
  font-size: 20px;
  float: left;
  width: 500px;
  font-weight: 400; }

.aboutBannerTextContainer {
  display: none; }
  @media (min-width: 1200px) {
    .aboutBannerTextContainer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      z-index: 999;
      height: 250px; } }

.aboutBannerText {
  float: left;
  padding-left: 40px; }
  @media (min-width: 1679px) {
    .aboutBannerText {
      padding-left: initial; } }

.aboutInnerContainer {
  padding: 0;
  max-width: 1920px;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .aboutInnerContainer {
      padding: 0 15px; } }

.aboutFirstText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px; }
  @media (min-width: 1679px) {
    .aboutFirstText {
      padding-top: 35px; } }
  .aboutFirstText img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 25px; }
    @media (min-width: 480px) {
      .aboutFirstText img {
        max-width: 450px; } }
    @media (min-width: 1200px) {
      .aboutFirstText img {
        width: 380px;
        max-width: 480px;
        padding: initial; } }
    @media (min-width: 1679px) {
      .aboutFirstText img {
        width: 480px;
        margin-bottom: 40px; } }
  .aboutFirstText p {
    color: #444444;
    width: 100%;
    font-size: 13px;
    padding: 0 15px;
    margin: 10px auto;
    text-align: left; }
    @media (min-width: 1200px) {
      .aboutFirstText p {
        padding: initial;
        width: 550px;
        text-align: justify; } }
    @media (min-width: 1679px) {
      .aboutFirstText p {
        font-size: 14px;
        margin: 15px auto; } }

.aboutInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  z-index: 999;
  background: #fff; }
  @media (min-width: 1200px) {
    .aboutInner {
      margin-top: -150px; } }

.overflowedImg_about {
  width: 100%; }
  @media (min-width: 1200px) {
    .overflowedImg_about {
      width: 630px;
      position: absolute;
      top: -38px;
      right: 0; } }
  @media (min-width: 1400px) {
    .overflowedImg_about {
      width: 700px; } }
  @media (min-width: 1679px) {
    .overflowedImg_about {
      width: 900px;
      top: -70px; } }
  @media (min-width: 1920px) {
    .overflowedImg_about {
      width: 1075; } }

.aboutSecondBlock {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px; }
  @media (min-width: 1200px) {
    .aboutSecondBlock {
      margin-top: 10px;
      background: url(../img/blocks/about_bg-transparent.png) no-repeat;
      background-position: 0% 0%;
      background-size: 1100px; } }
  @media (min-width: 1679px) {
    .aboutSecondBlock {
      margin-top: 0px;
      background-size: 1200px; } }
  @media (min-width: 1200px) {
    .aboutSecondBlock .row {
      margin-top: 80px; } }

.aboutSecondImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px; }
  .aboutSecondImg img {
    width: 100%;
    max-width: 690px; }
    @media (min-width: 1200px) {
      .aboutSecondImg img {
        width: 500px; } }
    @media (min-width: 1679px) {
      .aboutSecondImg img {
        width: 600px; } }

.aboutSecondText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .aboutSecondText .veget_icon {
    width: 80px;
    margin-top: 25px;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .aboutSecondText .veget_icon {
        padding-bottom: 30px;
        width: initial;
        margin: initial; } }
  .aboutSecondText p {
    color: #444444;
    width: 100%;
    font-size: 14px;
    margin: 15px auto;
    text-align: left;
    margin-bottom: 25px;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .aboutSecondText p {
        width: 550px;
        padding: initial;
        text-align: justify; } }

.aboutThirdBlock {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding: 0 !important; }
  .aboutThirdBlock .aboutVideoBanner {
    width: 100%;
    max-width: 1920px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .aboutThirdBlock a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media (min-width: 1200px) {
      .aboutThirdBlock a:hover .aboutVideoBtn {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
      .aboutThirdBlock a:hover .aboutVideoBanner {
        opacity: 0.8; } }
  .aboutThirdBlock .aboutVideoBtn {
    width: 160px;
    height: 29px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 10px;
    position: absolute;
    z-index: 999;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #423420;
    font-weight: 600;
    background: #ededed;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ededed 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ededed), to(#ffffff));
    background: linear-gradient(to right, #ededed 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */ }
    @media (min-width: 1200px) {
      .aboutThirdBlock .aboutVideoBtn {
        width: 240px;
        height: 56px;
        font-size: 15px; } }
    .aboutThirdBlock .aboutVideoBtn img {
      width: 37px;
      padding-right: 15px; }
      @media (min-width: 1200px) {
        .aboutThirdBlock .aboutVideoBtn img {
          width: initial; } }

.developContainer {
  display: inline-block;
  width: 100%; }
  @media (min-width: 1200px) {
    .developContainer .navigationContainer {
      background: url(../img/blocks/uretim-banner.jpg) no-repeat;
      z-index: 999;
      height: 410px;
      background-position-x: -250px;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; } }

.developBannerText h2 {
  font-size: 33px;
  font-weight: 300;
  color: #fff; }

.developBannerText h3 {
  color: #fff;
  font-size: 19px;
  width: 600px;
  font-weight: 400;
  margin: 0 auto;
  line-height: 27px; }

.developBannerTextContainer {
  display: none; }
  @media (min-width: 1200px) {
    .developBannerTextContainer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      z-index: 999;
      height: 200px; } }
  .developBannerTextContainer .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.developBannerText {
  float: left;
  padding-left: 40px;
  width: 100%;
  text-align: center; }
  @media (min-width: 1679px) {
    .developBannerText {
      padding-left: initial; } }

.developFirstText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  float: right; }
  @media (min-width: 1200px) {
    .developFirstText {
      height: 440px; } }
  @media (min-width: 1400px) {
    .developFirstText {
      height: 480px; } }
  @media (min-width: 1679px) {
    .developFirstText {
      padding-top: 35px;
      height: 615px; } }
  @media (min-width: 1920px) {
    .developFirstText {
      height: 730px; } }
  .developFirstText img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 25px; }
    @media (min-width: 480px) {
      .developFirstText img {
        max-width: 450px; } }
    @media (min-width: 1200px) {
      .developFirstText img {
        width: 380px;
        max-width: 480px;
        padding: initial; } }
    @media (min-width: 1679px) {
      .developFirstText img {
        width: 500px;
        margin-bottom: 40px; } }
  .developFirstText p {
    color: #444444;
    width: 100%;
    max-width: 550px;
    font-size: 13px;
    margin: 10px auto;
    text-align: justify;
    padding: 0 15px; }
    @media (min-width: 1023px) {
      .developFirstText p {
        max-width: 450px; } }
    .developFirstText p media {
      max-width: 350px; }
    @media (min-width: 1679px) {
      .developFirstText p {
        padding: initial;
        font-size: 14px;
        margin: 15px auto; } }

.developInner {
  position: relative;
  margin-left: auto;
  float: left;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  z-index: 999;
  background: #fff; }
  @media (min-width: 1200px) {
    .developInner {
      margin-top: -150px; } }
  @media (min-width: 1920px) {
    .developInner {
      float: none;
      display: block;
      background: transparent; } }

.overflowedImg_develop {
  width: 100%; }
  @media (min-width: 1200px) {
    .overflowedImg_develop {
      width: 630px;
      position: absolute;
      top: 50px;
      left: 0; } }
  @media (min-width: 1400px) {
    .overflowedImg_develop {
      width: 700px; } }
  @media (min-width: 1920px) {
    .overflowedImg_develop {
      width: 1000px; } }

.developSecondBlock {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 00px; }
  @media (min-width: 1679px) {
    .developSecondBlock {
      margin-top: 0px; } }
  @media (min-width: 2000px) {
    .developSecondBlock:after {
      content: "";
      background: #d41217;
      height: 660px;
      width: 96px;
      position: absolute;
      left: -3vh;
      bottom: 0; } }
  .developSecondBlock .row {
    margin-top: 40px; }
    @media (min-width: 1679px) {
      .developSecondBlock .row {
        margin-top: 90px; } }

.developSecondImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px; }
  .developSecondImg img {
    width: 100%; }
    @media (min-width: 1200px) {
      .developSecondImg img {
        width: 500px; } }
    @media (min-width: 1679px) {
      .developSecondImg img {
        width: 600px; } }

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

.developThirdImgBlock {
  margin-top: 20px; }
  @media (min-width: 1200px) {
    .developThirdImgBlock {
      margin-top: 60px; } }
  .developThirdImgBlock img {
    max-width: 100%;
    width: 100%; }

.developSecondText {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px; }
  @media (min-width: 1200px) {
    .developSecondText {
      margin-top: 3vh; } }
  @media (min-width: 1920px) {
    .developSecondText {
      margin-top: 21vh;
      margin-top: initial; } }
  .developSecondText .veget_icon {
    width: 80px;
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .developSecondText .veget_icon {
        width: initial; } }
  .developSecondText p {
    color: #444444;
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: left; }
    @media (min-width: 1200px) {
      .developSecondText p {
        padding: 0 15px;
        margin-bottom: 90px;
        padding: 0;
        text-align: center;
        width: 950px; } }

.developSecondImgBlock {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .developSecondImgBlock {
      margin-bottom: initial; } }

.developThirdText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px; }
  @media (min-width: 768px) {
    .developThirdText {
      margin-top: 0px; } }
  .developThirdText p {
    color: #444444;
    font-size: 14px;
    line-height: 26px;
    margin: 15px auto;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .developThirdText p {
        padding: 0;
        width: 650px; } }

.developThirdBlock {
  float: left;
  width: 100%;
  margin-top: 50px; }
  .developThirdBlock .developVideoBanner {
    width: 100%;
    max-width: 1920px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .developThirdBlock a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media (min-width: 1200px) {
      .developThirdBlock a:hover .developVideoBtn {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
      .developThirdBlock a:hover .developVideoBanner {
        opacity: 0.8; } }
  .developThirdBlock .developVideoBtn {
    height: 35px;
    font-size: 12px;
    width: 160px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #423420;
    font-weight: 600;
    background: #ededed;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ededed 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ededed), to(#ffffff));
    background: linear-gradient(to right, #ededed 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */ }
    @media (min-width: 1200px) {
      .developThirdBlock .developVideoBtn {
        width: 215px;
        height: 56px;
        font-size: 15px; } }
    @media (min-width: 639px) {
      .developThirdBlock .developVideoBtn {
        top: 55%; } }
    .developThirdBlock .developVideoBtn img {
      width: 42px;
      padding-right: 15px; }
      @media (min-width: 1200px) {
        .developThirdBlock .developVideoBtn img {
          width: initial; } }

.newsContainer {
  display: inline-block;
  width: 100%; }
  @media (min-width: 1200px) {
    .newsContainer .navigationContainer {
      background: url(../img/blocks/haberler-banner.jpg) no-repeat;
      height: 410px;
      z-index: 999;
      position: initial;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; } }
  .newsContainer .newsListDetails {
    float: left;
    width: 100%;
    font-family: "Gotham SSm A", "Gotham SSm B"; }
    .newsContainer .newsListDetails a {
      padding: 10px;
      display: inline-block;
      width: 100%;
      height: 100%;
      -webkit-transition: 0.3s linear;
      transition: 0.3s linear; }
      .newsContainer .newsListDetails a:hover {
        text-decoration: none; }
        .newsContainer .newsListDetails a:hover:hover {
          text-decoration: none;
          -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }

.newsInnerContainer {
  padding-bottom: 150px;
  padding-top: 50px; }

.newsListTitle {
  color: #a95e1b;
  font-size: 18px;
  margin: 15px 0;
  line-height: 22px;
  color: #a95e1b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden; }

.newsListText {
  color: #444444;
  font-size: 12px;
  text-align: left;
  margin-top: 0;
  height: 55px;
  display: inline-block;
  overflow: hidden; }

.newsListBtn {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 500;
  float: left; }
  .newsListBtn i {
    background: url(../img/items/right-arrow-black.svg) no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 5px;
    margin-left: 8px; }

.newsListThumb {
  width: 100%;
  max-width: 100%; }

.newsDetailContainer {
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 25px;
  font-family: "Gotham SSm A", "Gotham SSm B"; }
  @media (min-width: 1200px) {
    .newsDetailContainer {
      padding-bottom: 100px; } }
  .newsDetailContainer h1,
  .newsDetailContainer h2,
  .newsDetailContainer h3,
  .newsDetailContainer h4,
  .newsDetailContainer h5,
  .newsDetailContainer h6 {
    color: #a95e1b; }
  .newsDetailContainer span,
  .newsDetailContainer p,
  .newsDetailContainer a {
    color: #444444; }
  .newsDetailContainer h1 {
    font-size: 35px;
    font-weight: 400;
    margin-top: 15px; }
  .newsDetailContainer h2 {
    font-size: 25px;
    font-weight: 300;
    margin-top: 15px; }
  .newsDetailContainer p {
    font-size: 14px;
    margin: 20px 0; }

.contactContainer {
  display: inline-block;
  width: 100%; }
  .contactContainer .row {
    height: 100%; }
  @media (min-width: 1200px) {
    .contactContainer .navigationContainer {
      background: url(../img/blocks/iletisim-banner.jpg) no-repeat;
      height: 410px;
      z-index: 999;
      position: initial;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; } }

.contactBannerText {
  display: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  margin-top: 128px;
  padding-bottom: 250px; }
  @media (min-width: 1200px) {
    .contactBannerText {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .contactBannerText h1 {
    font-size: 78px;
    letter-spacing: 10px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px; }

.contactInnerContainer {
  padding: 45px 0; }
  @media (min-width: 1200px) {
    .contactInnerContainer {
      padding: 75px 0; } }
  .contactInnerContainer .row {
    margin-left: 0;
    margin-right: 0; }

.contactAddressArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .contactAddressArea p {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px; }
  .contactAddressArea h2 {
    color: #a95e1b;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
    font-size: 25px; }

  .contactAddressArea ul {
    padding-left: 0; }
    .contactAddressArea ul li {
      list-style-type: none;
      padding-bottom: 10px; }
      .contactAddressArea ul li p {
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 14px; }

.iframeMap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .iframeMap iframe {
    margin: 0 auto; }
    @media (max-width: 480px) {
      .iframeMap iframe {
        width: 100%; } }

.addressSection_2 {
  margin-top: 70px; }

.contactFormSection {
  margin-top: 60px; }

.contactForm ul {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 639px) {
    .contactForm ul {
      width: 495px; } }
  @media (min-width: 1023px) {
    .contactForm ul {
      width: 450px; } }
  @media (min-width: 1200px) {
    .contactForm ul {
      width: 495px; } }
  .contactForm ul li {
    width: 100%;
    list-style-type: none;
    padding-bottom: 15px; }
    .contactForm ul li input,
    .contactForm ul li select {
      width: 100%;
      border: 1px solid #eaeaea;
      height: 45px;
      font-size: 12px;
      color: #9d968a;
      padding-left: 10px;
      background-clip: padding-box;
      border-radius: 0;
      background: #fff; }
      .contactForm ul li input::-webkit-input-placeholder,
      .contactForm ul li select::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #9d968a; }
      .contactForm ul li input:-moz-placeholder,
      .contactForm ul li select:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #9d968a;
        opacity: 1; }
      .contactForm ul li input::-moz-placeholder,
      .contactForm ul li select::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #9d968a;
        opacity: 1; }
      .contactForm ul li input:-ms-input-placeholder,
      .contactForm ul li select:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #9d968a; }
    .contactForm ul li textarea {
      background-clip: padding-box;
      width: 100%;
      border: 1px solid #eaeaea;
      height: 100px;
      font-size: 12px;
      color: #9d968a;
      padding: 10px;
      border-radius: 0; }
      .contactForm ul li textarea::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #9d968a; }
      .contactForm ul li textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #9d968a;
        opacity: 1; }
      .contactForm ul li textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #9d968a;
        opacity: 1; }
      .contactForm ul li textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #9d968a; }
    .contactForm ul li button {
      border: 0;
      background: #d41217;
      color: #fff;
      font-size: 12px;
      width: 135px;
      height: 48px;
      font-weight: 500;
      float: right;
      cursor: pointer;
      -webkit-transition: 0.3s linear;
      transition: 0.3s linear; }
      .contactForm ul li button:hover {
        background: #ff494e; }

.certificatesInnerContainer {
  padding: 25px 0; }
  @media (min-width: 1200px) {
    .certificatesInnerContainer {
      padding: 75px 0; } }

.cert_container {
  max-width: 280px;
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ececec;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin: 0 auto; }
  @media (min-width: 480px) {
    .cert_container {
      height: 315px;
      height: 315px; } }
  .cert_container:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .cert_container a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cert_container img {
    width: 190px; }
  .cert_container .magnifier {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: initial !important; }

.eachCertificate {
  margin-bottom: 50px; }
  .eachCertificate .horizontal img {
    width: 100%; }
    @media (min-width: 1200px) {
      .eachCertificate .horizontal img {
        width: 250px; } }

.certificatesBannerText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  margin-top: 0;
  padding-bottom: 250px; }
  @media (min-width: 1200px) {
    .certificatesBannerText {
      margin-top: 128px; } }
  .certificatesBannerText h1 {
    font-size: 60px;
    letter-spacing: 5px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px; }

.certificatesContainer {
  display: inline-block;
  width: 100%; }
  .certificatesContainer .row {
    height: 100%;
    margin: 0; }
  @media (min-width: 1200px) {
    .certificatesContainer .navigationContainer {
      background: url(../img/blocks/iletisim-banner.jpg) no-repeat;
      height: 410px;
      z-index: 999;
      position: initial;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; } }

.tp-bullet-title,
.tp-bullet-imageoverlay,
.tp-bullet-image {
  display: none !important; }

.tp-bullets .selected {
  border: 2px solid #d41217 !important; }
  .tp-bullets .selected:after {
    background: #d41217 !important; }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999 !important; }

#loader-x {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999999 !important; }

#loader-x img {
  width: 258px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

.containerTheGreat {
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px #d6d6d6;
          box-shadow: 1px 1px 10px #d6d6d6; }

#loader .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #c6c6c6;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */ }

#loader .loader-section.section-left {
  left: 0; }

#loader .loader-section.section-right {
  right: 0; }

/* Loaded */
.loaded #loader .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-x {
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

.loaded #loader {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/* JavaScript Turned Off */
.no-js #loader {
  display: none; }

.no-js h1 {
  color: #222222; }

.iletisim__error {
  font-size: 14px;
  margin-top: 6px;
  float: left;
  color: #bb4d4d; }

@media (min-width: 1200px) {
  .lity_mobile_close {
    display: none; } }

.lity_desktop_close {
  display: none; }
  @media (min-width: 1200px) {
    .lity_desktop_close {
      display: block !important;
      position: absolute !important;
      right: 0px !important;
      top: -40px !important;
      background: black !important; } }

.haber_detay_imgCnt img {
  width: 100%;
  max-width: 646px; }

.newsBannerText h2 {
  font-size: 58px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #fff; }

.certificatesBannerText h2 {
  font-size: 64px;
  letter-spacing: 4px;
  font-weight: 900;
  color: #fff; }

.urunler {
  width: 100%;
  float: left;
  background: #fff; }
  .urunler h2 {
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 150px;
    font-size: 36px;
    color: #d41217;
    font-weight: 300; }
    .urunler h2:after {
      content: "";
      width: 185px;
      height: 1px;
      background: #d41217;
      display: block;
      margin-top: 5px; }

.products_listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  padding: 0; }
  @media (min-width: 1200px) {
    .products_listing {
      padding: 0 50px; } }
  @media (min-width: 1500px) {
    .products_listing {
      padding: 0 100px; } }
  @media (min-width: 1920px) {
    .products_listing {
      padding: 0 300px; } }
  .products_listing > li {
    margin-bottom: 35px; }
  .products_listing li {
    text-align: center;
    list-style-type: none; }
    .products_listing li img {
      width: 100%;
      max-widtH: 100%; }
      @media (min-width: 639px) {
        .products_listing li img {
          width: initial; } }
      @media (min-width: 1200px) {
        .products_listing li img {
          padding: 0 30px;
          width: 100%;
          max-widtH: 100%; } }
    .products_listing li h3 {
      color: #d41217;
      text-align: left;
      font-size: 30px;
      font-weight: 300;
      position: relative; }
    .products_listing li ul {
      padding-left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: left;
      width: 100%;
      max-width: 320px;
      min-height: 120px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; }
      .products_listing li ul li {
        color: #444444;
        line-height: 25px;
        font-size: 12px;
        text-align: left;
        font-weight: 400; }
  @media (min-width: 1200px) {
    .products_listing:after {
      content: "";
      position: absolute;
      left: 0;
      top: 57%;
      width: 100%;
      height: 1px;
      background: #eeeeee;
      z-index: 9; } }

.urunler_container {
  padding: 10px 0 0 0; }
  @media (min-width: 1200px) {
    .urunler_container {
      padding-top: 60px; } }

.rev_slider_wrapper {
  background-color: #c6c6c6 !important; }

.desktopVerticalAfter {
  position: relative; }
  @media (min-width: 1200px) {
    .desktopVerticalAfter:after {
      content: "";
      background: url(../img/blocks/uretim_after_right.png) no-repeat;
      position: absolute;
      right: 0;
      top: 13%;
      width: 278px;
      height: 1892px;
      background-size: 155px;
      left: 80%;
      z-index: 99; } }

.biber_after {
  position: relative; }
  @media (min-width: 1200px) {
    .biber_after:before {
      content: "";
      background: url(../img/blocks/biber_after.png) no-repeat;
      width: 80px;
      height: 100px;
      position: absolute;
      right: -183px;
      top: -35px;
      background-size: 80px; } }

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

.developTextBlockBrown {
  float: left;
  width: 100%; }
  .developTextBlockBrown h3 {
    color: #a95e1b;
    font-size: 23px;
    font-weight: 400;
    line-height: 28px; }
    @media (min-width: 1200px) {
      .developTextBlockBrown h3 {
        font-size: 28px;
        line-height: 35px; } }
  .developTextBlockBrown p {
    color: #444444;
    font-size: 13px;
    margin-bottom: 15px; }
  .developTextBlockBrown .brownImg {
    margin: 0px 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media (min-width: 1200px) {
  .developTextBlockBrown .brownImg {
    margin: 30px 0 40px 0; } }
    .developTextBlockBrown .brownImg img {
      width: 65px; }

.developTextBlockBrown_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  float: left;
  padding: 0; }
  @media (min-width: 1200px) {
    .developTextBlockBrown_text {
      padding: 0 24px; } }

.bolgeContainer {
  display: inline-block;
  width: 100%; }
  @media (min-width: 1200px) {
    .bolgeContainer .navigationContainer {
      background: url(../img/blocks/bolgeBanner.jpg) no-repeat;
      z-index: 999;
      height: 410px;
      background-position-y: -150px;
      background-position-x: -150px;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; } }

.bolgeContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1023px) {
    .bolgeContent {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1200px) {
    .bolgeContent {
      padding: 0 30px;
      -webkit-box-align: initial;
      -webkit-align-items: initial;
          -ms-flex-align: initial;
              align-items: initial; } }
  .bolgeContent h2 {
    color: #a95e1b;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    margin: 15px 0; }
    @media (min-width: 1200px) {
      .bolgeContent h2 {
        font-size: 30px;
        line-height: initial; } }
    .bolgeContent h2 i {
      font-style: normal;
      border-radius: 50%;
      border: 1px solid;
      font-size: 19px;
      width: 31px;
      float: left;
      text-align: center;
      margin-top: 1px;
      margin-right: 11px;
      height: 31px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1200px) {
        .bolgeContent h2 i {
          height: 31px;
          width: 31px; } }
  .bolgeContent p {
    color: #444444;
    font-size: 14px;
    margin-bottom: 19px; }
  .bolgeContent img {
    width: 100%;
    max-width: 656px;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .bolgeContent img {
        margin-bottom: initial; } }

.bolgeInner {
  margin-top: 50px; }
  @media (min-width: 1200px) {
    .bolgeInner .row:first-of-type {
      margin-bottom: 40px; } }
  .bolgeInner .row {
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .bolgeInner .row {
        margin-bottom: 20px; } }
  .bolgeInner .customContainer_1 {
    display: block !important;
    margin-top: 130px !important; }
    @media (min-width: 1200px) {
      .bolgeInner .customContainer_1 {
        margin-top: initial !important; } }

@media (max-width: 1024px) {
  .rev_slider .tp-mask-wrap .tp-caption {
    font-size: 16px !important;
    line-height: 21px !important; } }

@media (min-width: 1200px) {
  padding: 0 20px; }

.customMargin_50 {
  margin-top: 50px; }

@media (max-width: 1024px) {
  #slide-29-layer-3 {
    margin-top: 30px !important; } }