/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********** buttons *************/
h1 {
  font-family: "akrobat";
  font-weight: 900;
  line-height: 1;
  color: #fff;
  font-size: 72px;
}
h2 {
  font-family: "nef-bold";
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #231f20;
}
h2.title {
  margin-bottom: 46px;
  font-family: "nef-bold";
  text-align: center;
  color: #000000;
  letter-spacing: 3px;
  font-size: 36px;
  padding-bottom: 15px;
}
h2.title span {
  position: relative;
}
h2.title span span {
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #e5e5e5;
  left: 50%;
  margin-left: -50px;
  bottom: -20px;
}
h3 {
}
h4 {
  font-family: nef-bold;
  color: #fff;
  font-size: 16px;
}
h5 {
}
h6 {
}
p {
  font-family: "nef-regular";
  font-size: 16px;
  line-height: 19px;
  color: #787878;
}
ul.mylist {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
ul.mylist li {
  font-family: "nef-regular";
  font-size: 16px;
  line-height: 19px;
  color: #787878;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
}
ul li {
}
.container {
  width: 940px;
  position: relative;
  margin: 0px auto;
}
.clear {
  clear: both;
}
::selection {
  background-color: #fecda3;
  color: #fff;
}
.valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
}
.center-image {
  display: block;
  margin: 0px auto;
}
* {
  outline: 0 !important;
}

/*** fonts ***/
/** Generated by FG **/
@font-face {
  font-family: "akrobat";
  src: url("fonts/Akrobat-Black.eot");
  src: local("☺"), url("fonts/Akrobat-Black.woff") format("woff"), url("fonts/Akrobat-Black.ttf") format("truetype"), url("fonts/Akrobat-Black.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "akrobat";
  src: url("fonts/Akrobat-Light.eot");
  src: local("☺"), url("fonts/Akrobat-Light.woff") format("woff"), url("fonts/Akrobat-Light.ttf") format("truetype"), url("fonts/Akrobat-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "akrobat";
  src: url("fonts/Akrobat-ExtraBold.eot");
  src: local("☺"), url("fonts/Akrobat-ExtraBold.woff") format("woff"), url("fonts/Akrobat-ExtraBold.ttf") format("truetype"), url("fonts/Akrobat-ExtraBold.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "akrobat";
  src: url("fonts/Akrobat-ExtraLight.eot");
  src: local("☺"), url("fonts/Akrobat-ExtraLight.woff") format("woff"), url("fonts/Akrobat-ExtraLight.ttf") format("truetype"), url("fonts/Akrobat-ExtraLight.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "akrobat";
  src: url("fonts/Akrobat-Bold.eot");
  src: local("☺"), url("fonts/Akrobat-Bold.woff") format("woff"), url("fonts/Akrobat-Bold.ttf") format("truetype"), url("fonts/Akrobat-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "akrobat";
  src: url("fonts/Akrobat-Regular.eot");
  src: local("☺"), url("fonts/Akrobat-Regular.woff") format("woff"), url("fonts/Akrobat-Regular.ttf") format("truetype"), url("fonts/Akrobat-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*** buttons ***/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.right-col {
  width: 750px;
  float: right;
}
.left-col {
  width: 230px;
  float: left;
}
.full-col {
  width: 1000px;
  float: left;
  padding-bottom: 20px;
}
.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.absolute-center-x {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.absolute-center-y {
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.mb20 {
  margin-bottom: 20px;
}

/*** transitions ***/
.t1 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.1s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.1s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.1s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.1s;
}
.t2 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
}
.t3 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.3s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.3s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.3s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.3s;
}
.t4 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
}
.t5 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.5s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.5s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.5s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.5s;
}
.t6 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.6s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.6s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.6s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.6s;
}
.t7 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.7s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.7s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.7s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.7s;
}
.t8 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.8s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.8s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.8s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.8s;
}
.t9 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.9s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.9s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.9s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.9s;
}
.t10 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 1s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 1s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 1s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 1s;
}
.t20 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 2s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 2s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 2s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 2s;
}
.t30 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 3s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 3s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 3s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 3s;
}
.t40 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 4s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 4s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 4s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 4s;
}
.t50 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 5s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 5s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 5s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 5s;
}
.t150 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 15s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 15s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 15s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 15s;
}
.t350 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 35s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 35s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 35s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 35s;
}

.dt1 {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.dt2 {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.dt3 {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.dt4 {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.dt5 {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.dt6 {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.dt7 {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.dt8 {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.dt9 {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.dt10 {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.dt12 {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
.dt14 {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
.dt16 {
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
}
.dt15 {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.dt20 {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
}
.dt25 {
  transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
}
.dt30 {
  transition-delay: 3s;
  -moz-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
}
.dt40 {
  transition-delay: 4s;
  -moz-transition-delay: 4s;
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
}
.dt50 {
  transition-delay: 5s;
  -moz-transition-delay: 5s;
  -webkit-transition-delay: 5s;
  -o-transition-delay: 5s;
}

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ul li {
  font-family: "akrobat";
  font-weight: 400;
}
strong {
  font-family: "akrobat";
  font-weight: 700;
}

/*** guidelines ***/
#guidelines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
  z-index: 1;
}
#line_cover {
  left: 74px;
  right: 75px;
  top: 0px;
  height: 100%;
  position: absolute;
  border-left: 1px solid rgba(240, 240, 240, 0.3);
  border-right: 1px solid rgba(240, 240, 240, 0.3);
}
#first {
  left: 16.666666%;
  top: 1px;
  height: 100%;
  width: 1px;
  background-color: rgba(240, 240, 240, 0.3);
  position: absolute;
}
#second {
  left: 33.333333%;
  top: 1px;
  height: 100%;
  width: 1px;
  background-color: rgba(240, 240, 240, 0.3);
  position: absolute;
}
#third {
  left: 50%;
  top: 1px;
  height: 100%;
  width: 1px;
  background-color: rgba(240, 240, 240, 0.3);
  position: absolute;
}
#fourth {
  left: 66.666666%;
  top: 1px;
  height: 100%;
  width: 1px;
  background-color: rgba(240, 240, 240, 0.3);
  position: absolute;
}
#fifth {
  left: 83.333333%;
  top: 1px;
  height: 100%;
  width: 1px;
  background-color: rgba(240, 240, 240, 0.3);
  position: absolute;
}
sup {
  vertical-align: super;
  font-size: smaller;
}

/*** container **/
.big_container {
  padding-left: 74px;
  padding-right: 74px;
}
.small_container {
  width: 66.666666%;
  margin: 0px auto;
}

/*** footer ***/
footer {
  position: relative;
  z-index: 1000;
  background-color: #e24b30;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
#footer_top {
  position: relative;
}
#footer_top_first_menu {
  width: 50%;
  margin-left: 25%;
  float: left;
}
#footer_top_first_menu ul {
  width: 100%;
}
#footer_top_first_menu ul li {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
#footer_top_first_menu ul li a {
  font-family: "akrobat";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #1d1f23;
}
#footer_top_first_menu ul li a:hover {
  color: #f05033;
}
#footer_top_first_menu ul li span {
  top: 2px;
  position: absolute;
  right: 100%;
  margin-right: 19px;
  height: 1px;
  width: 9px;
  background-color: #f05033;
}
#footer_top_first_menu ul li:hover span {
  width: 39px;
}
#footer_top_second_menu {
  float: left;
  width: 25%;
}
#footer_top_second_menu ul {
  width: 100%;
}
#footer_top_second_menu ul li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#footer_top_second_menu ul li a {
  position: relative;
  font-weight: 100;
  line-height: 1;
  color: #1d1f23;
  font-size: 14px;
}
#footer_top_second_menu ul li a span {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  background-color: #8e8f91;
  height: 1px;
}
#footer_top_second_menu ul li a span span {
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  background-color: #e00;
  height: 1px;
}
#footer_top_second_menu ul li:hover a span span {
  width: 100%;
}
#newsletter_box {
  position: relative;
  width: 50%;
  padding-top: 80px;
  padding-left: 8%;
  background-color: #f05033;
  padding-bottom: 54px;
  box-sizing: border-box;
  float: left;
}
#newsletter_box p {
  color: #fff;
  margin-bottom: 20px;
}
#newsletter_box_placer {
  position: absolute;
  width: 25%;
  left: 100%;
  top: 0;
  height: 100%;
  background-color: #f05033;
}
#newsletter_box input[type="email"] {
  width: 100%;
  float: left;
  border: none;
  border-bottom: 1px solid #fff;
  height: 34px;
  background-color: #f05033;
  font-weight: 100;
  color: #fff;
  font-size: 16px;
}
p.copyright {
  font-size: 14px;
  font-weight: 400;
  color: #1d1f23;
  float: left;
  margin-left: 25%;
  margin-top: 110px;
}
#footer_logo {
  position: absolute;
  top: 0;
  left: -135px;
}
/** header ***/
body {
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  z-index: 10000;
  background-color: #fff;
}
#hamburger_menu {
  width: 74px;
  height: 74px;
  background-color: #f05033;
  position: relative;
  float: left;
  cursor: pointer;
}
#hamburger_menu span#line1 {
  height: 3px;
  width: 30px;
  position: absolute;
  top: 27px;
  right: 22px;
  background-color: #fff;
}
#hamburger_menu:hover span#line1 {
  width: 16px;
}
#hamburger_menu span#line2 {
  height: 3px;
  width: 30px;
  position: absolute;
  top: 36px;
  right: 22px;
  background-color: #fff;
}
#hamburger_menu:hover span#line2 {
  width: 9px;
}
#hamburger_menu span#line3 {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 45px;
  right: 22px;
  background-color: #fff;
}
#hamburger_menu:hover span#line3 {
  width: 12px;
}

header #logo {
  float: left;
  margin-left: 25px;
  margin-top: 17px;
}
header #lang {
  float: right;
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  font-size: 14px;
  color: #1c1c1b;
  font-weight: 700;
}
header #lang:hover {
  color: #fff;
  background-color: #f05033;
}

header #search {
  float: right;
  width: 20px;
  height: 20px;
  padding: 27px;
  display: none;
}
header #search:hover {
  background-color: #f05033;
}
header #search span {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #000;
  mask-image: url("../images/icons/icon_zoom.svg");
  -webkit-mask-image: url("../images/icons/icon_zoom.svg");
  background-size: 20px 20px;
}
header #search:hover span {
  background-color: #fff;
}

/*** content ***/
.parallax_window {
  min-height: 396px;
  background: transparent;
  position: relative;
}
.parallax_window h1 {
  margin-top: -37px;
  font-weight: 700;
}
.text_content {
  min-height: 500px;
}
#parallax_scroll {
  position: absolute;
  left: 0;
  bottom: 0;
}

#bottom_navigation {
  border-top: 1px solid #f05033;
  border-bottom: 1px solid #f05033;
  height: 124px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
#bottom_navigation .left_bottom_navigation {
  float: left;
  position: relative;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  padding-left: 70px;
  color: #222222;
  margin-top: 53px;
}
#bottom_navigation .left_bottom_navigation:hover {
  color: #f05033;
}
#bottom_navigation .left_bottom_navigation img {
  position: absolute;
  left: 0px;
  top: 6px;
}
#bottom_navigation .left_bottom_navigation:hover img {
  left: -10px;
}
#bottom_navigation .right_bottom_navigation {
  float: right;
  position: relative;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  padding-right: 70px;
  color: #222222;
  margin-top: 53px;
}
#bottom_navigation .right_bottom_navigation:hover {
  color: #f05033;
}
#bottom_navigation .right_bottom_navigation img {
  position: absolute;
  right: 0px;
  top: 6px;
}
#bottom_navigation .right_bottom_navigation:hover img {
  right: -10px;
}
#bottom_navigation #bottom_bullet {
  position: absolute;
  height: 124px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}
#bottom_navigation #bottom_bullet li {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  position: relative;
  margin-top: 55px;
  height: 14px;
}
#bottom_navigation #bottom_bullet li a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#bottom_navigation #bottom_bullet li a span {
  width: 6px;
  height: 6px;
  top: 4px;
  left: 4px;
  position: absolute;
  border-radius: 100%;
  background-color: #000;
}
#bottom_navigation #bottom_bullet li.current a span {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #f05033;
}
#bottom_navigation #bottom_bullet li:hover a span {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #f05033;
}

.text_content {
  position: relative;
  margin-top: -74px;
  background-color: #fff;
  margin-left: 74px;
  margin-right: 74px;
  padding-top: 74px;
}
#baskanin_mesaji .text_content {
  background: #fff /*url('../images/bg_inan_kirac.png') top right no-repeat*/;
}
#yonetim_kurulu .author,
#baskanin_mesaji .author {
  margin-bottom: 50px;
}

.two_column_content {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  border-bottom: 1px solid #f05033;
}
.two_column_content_left {
  width: 50%;
  float: left;
  padding-bottom: 120px;
  position: relative;
}
.legalLeft {
  width: 100%;
}
.two_column_content_left .title_line {
  height: 1px;
  width: 25px;
  left: -40px;
  background-color: #f05033;
  position: absolute;
  top: 6px;
}
.two_column_content_left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.two_column_content ul {
  padding-left: 20px;
  list-style: square;
  margin-bottom: 24px;
}
.two_column_content ul li {
  color: #787878;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.two_column_content_right {
  width: 50%;
  float: left;
}
.two_column_content_right .image_wrapper {
  width: 125%;
  margin-left: 25%;
  position: relative;
}
.two_column_content_right .image_wrapper img {
  position: relative;
  z-index: 11;
  width: 100%;
  float: left;
  box-shadow: 0px 34px 17px 8px rgba(0, 0, 0, 0.2);
  height: auto;
  background-color: #fff;
}
.two_column_content_right .image_wrapper .red_bg {
  position: absolute;
  right: -30px;
  z-index: 2;
  top: 30px;
  width: 50%;
  height: 100%;
  background-color: #f05033;
}

/*** blockquote ***/
.small_quote_mark {
  font-size: 50px;
  text-align: center;
  font-family: Arial;
  color: #f05033;
  margin-bottom: 74px;
  height: 20px;
}
.big_quote_mark {
  font-size: 300px;
  text-align: center;
  font-family: Arial;
  color: #f05033;
  margin-bottom: 74px;
  height: 120px;
  text-shadow: -5px 15px 10px rgba(0, 0, 0, 0.2);
}
.big_text {
  font-size: 26px;
  color: #212121;
  line-height: 39px;
  font-weight: 100;
  text-align: center;
  margin: 0px auto 36px;
  max-width: 790px;
}
.author {
  font-weight: 900;
  font-size: 18px;
  text-align: center;
}

/*** share ***/
.share_content {
  text-align: center;
  padding-bottom: 100px;
}
.share_content h3 {
  font-size: 16px;
  font-weight: 900;
  color: #49515a;
  margin-bottom: 20px;
}
.share_content .share_line {
  display: block;
  width: 2px;
  height: 20px;
  margin: 0px auto 20px;
  position: relative;
}
.share_content .share_line span {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #000;
}
.share_content:hover .share_line span {
  height: 20px;
}

/**** yonetim ***/
.yk_box {
  width: 33.333333%;
  float: left;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  cursor: pointer;
}
.yk_box .yk_profile {
  width: 94%;
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.2);
}
.yk_box .yk_profile img {
  width: 100%;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  height: auto;
}
.yk_box:hover img {
  /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 filter: grayscale(100%); */
}
.yk_box .yk_profile_content {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  border: 1px solid #f6f6f6;
  border-top: none;
}
#yonetim_kurulu .yk_wrapper {
  width: 100%;
  float: left;
  padding-bottom: 100px;
}
.yk_profile_content h2 {
  font-weight: 900;
  font-size: 20px;
  color: #212121;
  margin-bottom: 10px;
  text-align: center;
}
.yk_box:hover h2 {
  color: #f05033;
}
.yk_profile_content h3 {
  font-weight: 100;
  font-size: 14px;
  color: #a1a1a0;
  text-align: center;
}

#profile_share {
  background-color: #fff;
  position: relative;
  margin: 0px auto 30px;
  width: 150px;
  height: 20px;
  z-index: 10;
  display: none;
}
#profile_share li {
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
#profile_share li a {
  width: 20px;
  height: 20px;
  float: left;
  display: block;
}
#profile_share li a span {
  width: 20px;
  height: 20px;
  display: block;
}
#profile_share li a.icon-fb {
  background-color: #bbbbbb;
  -webkit-mask-image: url("../images/icons/icon_facebook.svg");
  mask-image: url("../images/icons/icon_facebook.svg");
  background-size: 20px 20px;
}
#profile_share li:hover a.icon-fb {
  background-color: #f05033;
}
#profile_share li a.icon-tw {
  background-color: #bbbbbb;
  mask-image: url("../images/icons/icon_twitter.svg");
  -webkit-mask-image: url("../images/icons/icon_twitter.svg");
  background-size: 20px 20px;
}
#profile_share li:hover a.icon-tw {
  background-color: #f05033;
}
#profile_share li a.icon-ln {
  background-color: #bbbbbb;
  mask-image: url("../images/icons/icon_linkedin.svg");
  -webkit-mask-image: url("../images/icons/icon_linkedin.svg");
  background-size: 20px 20px;
}
#profile_share li:hover a.icon-ln {
  background-color: #f05033;
}

.yk_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  overflow: hidden;
}
.yk_overlay_contentx {
  display: none;
  width: 860px;
  background-color: #fff;
  padding-bottom: 74px;
  box-shadow: 0px 14px 17px 8px rgba(0, 0, 0, 0.5);
}
.bg_red {
  position: Absolute;
  background-color: #f05033;
  top: 0;
  left: 0;
  height: 100%;
  width: 95px;
}
.yk_img_wrapper {
  position: absolute;
  top: 74px;
  right: 700px;
  bottom: 74px;
}
.yk_img_wrapper img {
  opacity: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 20px;
  box-shadow: 0px 14px 17px 8px rgba(0, 0, 0, 0.5);
}
.yk_img_wrapper img.active {
  opacity: 1;
  right: 0px;
}
.yk_overlay_contentx .yk_close {
  position: absolute;
  width: 74px;
  height: 74px;
  top: 0;
  right: 0;
  background-color: #f05033;
  text-align: center;
  line-height: 74px;
  color: #fff;
  font-weight: 100;
  font-size: 30px;
}
#yk_overlay_content:hover .yk_close {
  background-color: #bbbbbb;
}
.yk_overlay_content {
  position: relative;
  width: 640px;
  float: right;
  margin-top: 74px;
  position: relative;
}
.yk_overlay_content .title_line {
  height: 1px;
  width: 25px;
  display: block;
  margin-bottom: 60px;
  background-color: #f05033;
}
.yk_overlay_content h2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #212121;
}
.yk_overlay_content h3 {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 10px;
  color: #9f9f9f;
  margin-bottom: 40px;
}
.yk_overlay_content p {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  margin-bottom: 10px;
  color: #212121;
  padding-right: 74px;
  position: relative;
}
.yk_overlay_content p span {
  top: 0px;
  height: 100%;
  position: absolute;
  width: 2px;
  background-color: #f05033;
  right: 0;
}

#yk_navigation {
  height: 82px;
  width: 700px;
  background-color: #fff;
  bottom: -82px;
}
.yk_overlay.active #yk_navigation {
  bottom: 0px;
}
.yk_navigation_left {
  width: 160px;
  height: 82px;
  top: 0;
  position: absolute;
  left: 0;
}
.yk_navigation_left img {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 61px;
}
.yk_navigation_left:hover img {
  left: 51px;
}
.yk_navigation_left span {
  top: 0px;
  left: 0px;
  width: 0;
  height: 3px;
  background-color: #f05033;
  position: absolute;
}
.yk_navigation_left:hover span {
  width: 100%;
}
.yk_navigation_right {
  width: 160px;
  height: 82px;
  top: 0;
  position: absolute;
  right: 0;
}
.yk_navigation_right img {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 61px;
}
.yk_navigation_right:hover img {
  right: 51px;
}
.yk_navigation_right span {
  top: 0px;
  right: 0px;
  width: 0;
  height: 3px;
  background-color: #f05033;
  position: absolute;
}
.yk_navigation_right:hover span {
  width: 100%;
}
#yk_navigation_status {
  height: 82px;
  line-height: 82px;
  width: 82px;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -41px;
  color: #f05033;
}

/*** sosyal ***/
.sosyal_title {
  font-weight: 800;
  text-align: center;
  font-size: 60px;
  color: #2c2c2c;
  margin-bottom: 90px;
}
#sosyal_sorumluluk .blockquote {
  padding-bottom: 100px;
}

/*** açık pozisyonlar ***/
#acik_pozisyonlar {
  padding-top: 100px;
}

/*** ik ***/
#ik .text_content {
  background: #fff url("../images/bg_insan_kaynaklari.png") top center no-repeat;
}
.acik_title {
  height: 96px;
  line-height: 82px;
  position: relative;
}
.acik_title .acik_title_light {
  font-size: 96px;
  height: 80px;
  font-weight: 100;
  color: #ededed;
}
.acik_title .acik_title_red {
  position: absolute;
  left: 77px;
  color: #f05033;
  font-size: 38px;
  height: 38px;
  line-height: 1;
  top: 50%;
  margin-top: -19px;
}
#open_positions {
  width: 100%;
}
#open_positions li {
  width: 100%;
  border-bottom: 1px dotted #c1c1c1;
  margin-bottom: 40px;
  position: relative;
}
#open_positions li .status {
  position: absolute;
  width: 12px;
  height: 7px;
  background: url("../images/open_position_off.png") top center no-repeat;
  top: 0px;
  right: 20px;
}
#open_positions li.active .status {
  background: url("../images/open_position_on.png") top center no-repeat;
}
#open_positions li.active {
  padding-bottom: 40px;
}
#open_positions li .open_position_left {
  font-size: 30px;
  color: #bbbbbb;
  font-weight: 400;
  width: 25%;
  position: relative;
  float: left;
  min-height: 70px;
}
#open_positions li .open_position_left .right_line {
  width: 39px;
  height: 1px;
  position: absolute;
  top: 27px;
  left: 70px;
  background-color: #eeeeee;
}
#open_positions li .open_position_left .left_line {
  width: 0px;
  height: 1px;
  position: absolute;
  top: 27px;
  left: -80px;
  background-color: #f05033;
}
#open_positions li.active .open_position_left .left_line {
  width: 30px;
}
#open_positions li:hover .open_position_left .left_line {
  width: 30px;
}
#open_positions li.active .open_position_left {
  font-weight: 900;
  color: #000;
}
#open_positions li .open_position_right {
  width: 75%;
  float: left;
}
#open_positions li .open_position_title {
  width: 100%;
  float: left;
}
#open_positions li .open_position_title h2 {
  font-size: 30px;
  font-weight: 100;
}
#open_positions li.active .open_position_title h2 {
  font-weight: 900;
  color: #000;
}
#open_positions li .open_position_right p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #485159;
  margin-bottom: 30px;
}
#open_positions li .open_position_content {
  display: none;
}
#open_positions li.active .open_position_content {
  display: block;
}
#open_positions_wrapper {
  background: #fff url("../images/bg_open_position.png") bottom right no-repeat;
}
.btn_apply {
  font-size: 12px;
  padding: 17px 60px;
  background-color: #f05033;
  color: #fff;
}
.btn_apply:hover {
  background-color: #bbbbbb;
}

/*** istirakler ***/
#istirakler {
  width: 100%;
  height: 100vh;
  margin-top: -74px;
}
.full_slider {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.full_slide {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.full_slide.active_slide {
  opacity: 1;
}

#hexagon_slide {
  background: url("../images/bg_istirak.jpg") center center no-repeat;
  background-size: cover;
}
#pera_slide {
  background: url("../images/bg_pera.jpg") center center no-repeat;
  background-size: cover;
}
#slider_navigation {
  height: 82px;
  left: 74px;
  right: 74px;
  background-color: #fff;
  bottom: 0px;
  position: absolute;
  z-index: 11;
}
#slider_navigation .left_slider_navigation {
  float: left;
  position: relative;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  padding-left: 70px;
  color: #222222;
  margin-top: 34px;
  margin-left: 50px;
}
#slider_navigation .left_slider_navigation:hover {
  color: #f05033;
}
#slider_navigation .left_slider_navigation img {
  position: absolute;
  left: 0px;
  top: 6px;
}
#slider_navigation .left_slider_navigation:hover img {
  left: -10px;
}
#slider_navigation .right_slider_navigation {
  float: right;
  position: relative;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  padding-right: 70px;
  color: #222222;
  margin-top: 34px;
  margin-right: 50px;
}
#slider_navigation .right_slider_navigation:hover {
  color: #f05033;
}
#slider_navigation .right_slider_navigation img {
  position: absolute;
  right: 0px;
  top: 6px;
}
#slider_navigation .right_slider_navigation:hover img {
  right: -10px;
}
#slider_navigation #yk_slider_status {
  height: 82px;
  line-height: 82px;
  width: 82px;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -41px;
  color: #f05033;
}
.slide_title {
  position: absolute;
  left: 0;
  width: 100%;
  top: 20%;
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 6px;
}
.link_red_square {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f05033;
  z-index: 10;
  box-sizing: border-box;
  padding-right: 74px;
  padding-top: 74px;
}
.link_red_square a {
  display: block;
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}
.slide_small_photo {
  position: absolute;
  bottom: 74px;
  background-color: #ff0;
  z-index: 10;
}
#hexagon_slide .slide_small_photo {
  background: url("../images/bg_hexagon.jpg") center center no-repeat;
  background-size: cover;
}
#pera_slide .slide_small_photo {
  background: url("../images/img_pera.jpg") center center no-repeat;
  background-size: cover;
}
.slide_text {
  position: absolute;
  left: 74px;
  width: 40%;
  z-index: 10;
  bottom: 74px;
  padding-left: 74px;
}
.slide_text span {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.slide_text p {
  color: #fff;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
}

/*** tarihce ***/
#tarihce .text_content {
  background: #fff url("../images/bg_tarihce.png") top right no-repeat;
}
.milestone_wrapper {
  background: #fff url("../images/bg_milestone.png") top center repeat-y;
}
.milestone {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  margin-bottom: 70px;
  position: relative;
  z-index: 10;
}
.milestone.dontshow {
  opacity: 0;
}
.milestone .milestone_half {
  width: 50%;
  float: left;
}
.milestone .milestone_image {
  width: 80%;
}
.right_milestone .milestone_image {
  float: right;
}
.milestone .milestone_image img {
  width: 100%;
  box-shadow: 0px 17px 17px 8px rgba(0, 0, 0, 0.2);
  height: auto;
}
.milestone .milestone_text {
  width: 80%;
}
.right_milestone .milestone_text {
  text-align: right;
}
.milestone .milestone_text h3 {
  font-weight: 800;
  color: #222222;
  font-size: 30px;
  margin-bottom: 20px;
}
.milestone .milestone_text p {
  font-weight: 400;
  color: #49515a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.left_milestone .milestone_text {
  float: right;
}
.milestone_point {
  width: 9px;
  height: 9px;
  background-color: #f05033;
  top: 0px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  border-radius: 50%;
}

/** haberler ***/
.news_wrapper {
  width: 50%;
  float: left;
  position: relative;
  z-index: 10;
  margin-bottom: 150px;
}
.news_wrapper .news_image {
  width: 80%;
  float: right;
}
.news_wrapper .news_image img {
  width: 100%;
  height: auto;
  float: right;
  box-shadow: -8px 17px 18px 0px rgba(0, 0, 0, 0.3);
}
.news_wrapper .news_meta {
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.news_wrapper .news_meta .news_meta_year {
  font-size: 20px;
  color: #2f2e2e;
  font-weight: 700;
}
.news_wrapper .news_meta .news_meta_day {
  font-size: 70px;
  color: #fa5a39;
  font-weight: 400;
  margin-bottom: 15px;
}
.news_wrapper .news_meta .news_meta_month {
  font-size: 20px;
  color: #c2c2c2;
  font-weight: 700;
  margin-bottom: 12px;
}
.news_wrapper .news_excerpt {
  box-shadow: -8px 12px 18px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: absolute;
  bottom: -80px;
  right: 0px;
  width: 60%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 20;
}
.news_wrapper:hover .news_excerpt {
  bottom: -50px;
}
.news_wrapper .news_excerpt p {
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 0;
}
.news_wrapper .news_excerpt span {
  position: absolute;
  left: -5px;
  height: 100%;
  background-color: #f05033;
  top: 0;
  width: 5px;
}
.news_wrapper .news_excerpt span span {
  background-color: #c2c2c2;
  position: absolute;
  left: 0px;
  height: 0;
  top: auto;
  bottom: 0px;
  width: 5px;
}
.news_wrapper:hover .news_excerpt span span {
  height: 100%;
}

/** news detail **/
.parallax-mirror {
  background-color: #000;
}
.parallax-slider {
  opacity: 0.6;
}
body.page-template-theme_baskan .parallax-slider {
  webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  opacity: 1;
}
.nogray .parallax-slider {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}

/*** sosyal sorumluluk ****/
#main_sosyalsorumluluk {
  width: 100%;
  height: 100vh;
  margin-top: -74px;
}

#sosyal_slide {
  background: url("../images/bg_sosyal.jpg") center center no-repeat;
  background-size: cover;
}
.slide_left_text {
  position: absolute;
  left: 74px;
  width: 40%;
  z-index: 10;
  top: 50%;
  padding-left: 74px;
}
.slide_left_text span {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.slide_left_text p {
  color: #fff;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  vertical-align: top;
}
.slide_right_text {
  position: absolute;
  right: 74px;
  width: 40%;
  z-index: 10;
  top: 50%;
  padding-left: 74px;
}
.slide_right_text span {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.slide_right_text p {
  color: #fff;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
}

/*** iletisim ***/
#iletisim {
  width: 100%;
  height: 100vh;
  margin-top: -74px;
}
#iletisim h1 {
  color: #000;
  top: 20%;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: absolute;
  text-align: center;
  font-weight: 900;
}
#map {
  opacity: 1;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contact_wrapper {
  position: absolute;
  left: 74px;
  right: 74px;
  bottom: 0px;
  z-index: 100;
}
#left_contact_list {
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  width: 16.66666%;
  bottom: 0px;
  background-color: #f05033;
  padding: 50px 20px 75px;
}
#left_contact_list ul {
  width: 100%;
}
#left_contact_list ul li {
  width: 100%;
  float: left;
  margin-bottom: 14px;
}
#left_contact_list li.current {
  background: url("../images/icon_contact_select.png") top right no-repeat;
}
#left_contact_list ul li a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-sizing: border-box;
}
#left_contact_list ul li:hover a {
  padding-left: 10px;
}
.left_address_list {
  box-sizing: border-box;
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: #ef4021;
  padding: 50px 20px 75px;
}
.left_address_list li.current {
  background: url("../images/icon_contact_select.png") top right no-repeat;
}
.left_address_list li a {
  opacity: 0.5;
}
.left_address_list li.current a {
  opacity: 1;
}
.left_address_list li:hover a {
  opacity: 1;
}
.bilgi_talep {
  background: url("../images/icon_bilgi.png") top left no-repeat;
  position: absolute;
  right: 0px;
  height: 74px;
  width: 16.6666%;
  background-color: #f05033;
  z-index: 10;
  bottom: 0;
  line-height: 74px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 68px;
  font-size: 18px;
  font-weight: 800;
}
.contact_info_box {
  box-sizing: border-box;
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0px;
  background-color: #fff;
  padding: 30px;
  box-shadow: -8px 17px 18px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
.contact_info_box span {
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #f05033;
  margin-bottom: 30px;
}
.contact_info_box p {
  color: #202020;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact_info_box h4 {
  color: #77777b;
  font-size: 14px;
  line-height: 1;
  font-weight: 100;
}

/*** home ***/
#home_navigation {
  position: fixed;
  left: 0px;
  width: 74px;
  bottom: 0px;
  top: 0px;
  background-color: #f05033;
  z-index: 9999;
}
#home_navigation ul {
  width: 16px;
}
#home_navigation ul li {
  width: 16px;
  height: 16px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
#home_navigation ul li .big_circle {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100%;
}
#home_navigation ul li.current .big_circle {
  border: 1px solid #fff;
}
#home_navigation ul li:hover .big_circle {
  border: 1px solid #fff;
}
#home_navigation ul li .small_circle {
  margin-left: 4px;
  margin-top: 4px;
  float: left;
  width: 4px;
  height: 4px;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: #fff;
  border-radius: 100%;
}
#home_navigation ul li.current .small_circle {
  border: 2px solid #fff;
}
#home_navigation ul li:hover .small_circle {
  border: 2px solid #fff;
}

/* home data */
section#home_data {
  padding-top: 74px;
  padding-bottom: 74px;
  background-color: #ffffff;
}
.big_square {
  width: 33.3333%;
  float: left;
  background-color: white;
  z-index: 10;
  position: relative;
}
.square_spacer {
  width: 100%;
  float: left;
}
.big_data {
  text-align: center;
}
.big_data .number {
  color: #f05033;
  font-size: 250px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0px 55px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
.big_data .text {
  color: #444444;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
  text-shadow: 0px 25px 5px rgba(0, 0, 0, 0.2);
}

.small_data {
  text-align: center;
  width: 100%;
}
.small_data .number {
  margin-bottom: 12px;
  color: #f05033;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}
.small_data .text {
  color: #444444;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  text-shadow: 0px 25px 5px rgba(0, 0, 0, 0.2);
}

.small_square {
  width: 50%;
  float: left;
  position: relative;
}
.top-right {
  position: absolute;
  top: 0px;
  right: 0;
}

.shadow_square {
  box-shadow: -8px 17px 18px 0px rgba(0, 0, 0, 0.3);
}

/* home tarihce */
section#home_tarihce {
  background: url("../images/bg_home_tarihce.jpg") top left no-repeat;
  background-size: cover;
}
section#home_tarihce .big_container {
  position: relative;
}
#inan_kirac_box {
  width: 50%;
  margin-left: 16.6666%;
  float: left;
  z-index: 10;
  position: relative;
}
#inan_kirac_box img.inan_kirac_box_img {
  width: 100%;
  float: left;
}
#inan_kirac_box img.tarihce_title_img {
  position: absolute;
  top: -70px;
  left: 0px;
}
#inan_kirac_box .since_date {
  position: absolute;
  top: 50%;
  margin-top: -76px;
  left: -153px;
  color: #fff;
  font-weight: 900;
  z-index: 20;
  font-size: 140px;
  letter-spacing: 20px;
  text-shadow: 0px 25px 5px rgba(0, 0, 0, 0.2);
}
#inan_kirac_box .now_date {
  position: absolute;
  bottom: -15px;
  left: 66.666666%;
  color: #fff;
  font-weight: 900;
  z-index: 20;
  font-size: 40px;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.2);
}
#inan_kirac_box .tarihce_box {
  position: absolute;
  right: 0;
  margin-right: -33.33%;
  width: 66.6666%;
}
#inan_kirac_box .tarihce_box p {
  color: #ffffff;
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 0px;
  text-align: right;
}
#inan_kirac_box .btn-white {
  position: absolute;
  right: 0;
  margin-right: -33.33%;
  width: 66.6666%;
  width: 33.333333%;
  height: 56px;
  line-height: 56px;
  background-color: #fff;
  left: 133.333333%;
  bottom: 0px;
  position: absolute;
  box-shadow: -8px 17px 18px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 800;
}
#bg_tarihbox_1 {
  width: 16.6666%;
  height: 250px;
  position: relative;
  margin-left: 66.6666%;
  background: url("../images/img_home_tarihce_2.jpg") top left no-repeat;
  z-index: 10;
  background-size: cover;
}
#bg_tarihbox_3 {
  width: 16.6666%;
  height: 250px;
  position: relative;
  background: url("../images/img_home_tarihce_1.jpg") top left no-repeat;
  z-index: 10;
  background-size: cover;
}
#bg_tarihbox_2 {
  position: absolute;
  background: url("../images/img_home_tarihce_2.jpg") top left no-repeat;
  z-index: 10;
  background-size: cover;
  right: 0px;
  width: 100px;
  top: 250px;
  bottom: 0px;
}

/* home slider */
#home_slider {
  width: 100%;
  height: 100vh;
  margin-top: -74px;
}
#home_slider #slider_navigation {
  left: 0;
}
#home_slider .full_slider {
  left: 74px;
  right: 0;
  width: auto;
}
#home_slider_navigation_cover {
  position: absolute;
  left: 74px;
  height: 74px;
  right: 74px;
  bottom: 0;
}
#home_slider_navigation {
  background-color: #fff;
  position: absolute;
  left: 16.666666%;
  height: 74px;
  right: 16.666666%;
  bottom: 0;
}
.yk_navigation_left {
  width: 160px;
  height: 82px;
  top: 0;
  position: absolute;
  left: 0;
}
.yk_navigation_left img {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 61px;
}
.yk_navigation_left:hover img {
  left: 51px;
}
.yk_navigation_left span {
  top: 0px;
  left: 0px;
  width: 0;
  height: 3px;
  background-color: #f05033;
  position: absolute;
}
.yk_navigation_left:hover span {
  width: 100%;
}
.yk_navigation_right {
  width: 160px;
  height: 82px;
  top: 0;
  position: absolute;
  right: 0;
}
.yk_navigation_right img {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 61px;
}
.yk_navigation_right:hover img {
  right: 51px;
}
.yk_navigation_right span {
  top: 0px;
  right: 0px;
  width: 0;
  height: 3px;
  background-color: #f05033;
  position: absolute;
}
.yk_navigation_right:hover span {
  width: 100%;
}
#home_slider_status {
  height: 82px;
  line-height: 82px;
  width: 82px;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -41px;
  color: #f05033;
}
body.home #parallax_scroll {
  left: -74px;
}
body.home .slide_title {
  top: 40%;
}
body.home .btn-red {
  width: 16.666666%;
  height: 56px;
  line-height: 56px;
  background-color: #f05033;
  left: 50%;
  margin-left: -8.333333%;
  bottom: 30%;
  position: absolute;
  box-shadow: -8px 17px 18px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
}
body.home .btn-red:hover {
  background-color: #fff;
  color: #f05033;
}

/* home sosyalsorumluluk */
#home_sosyalsorumluluk {
  padding-top: 148px;
  background: url("../images/bg_diagonal.png") right center no-repeat;
}
.home_social {
  position: relative;
  display: block;
  margin-bottom: 170px;
}
.shadow_text {
  font-size: 510px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -118px;
  left: -11px;
  line-height: 200px;
  z-index: -1;
}

#mobile_menu {
  display: none;
}

/* home_social */
#home_istirak {
  background: url("../images/bg_istirak.png") right center no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.home_istirak_half {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 100vh;
  position: relative;
}
#home_istirak_lefthalf h2 {
  color: #f05033;
  font-size: 24px;
  margin-bottom: 24px;
}
#home_istirak_lefthalf h2 span {
  background-color: #f05033;
  height: 1px;
  width: 30px;
  display: inline-block;
  margin-left: 10px;
}
#home_istirak_lefthalf p {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}
#home_istirak_lefthalf .big_quote_mark {
  color: #fff;
  float: left;
  margin-right: 37px;
  margin-top: 122px;
}
#home_istirak_righthalf {
  padding-left: 100px;
}
#home_istirak_righthalf p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

/* home news */
#home_news {
  background-color: #f4f4f4;
  padding-top: 104px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
#home_news .shadow_text {
  left: -27px;
}
.all_news {
  font-size: 16px;
  font-weight: 800;
  color: #f05033;
  position: relative;
}
.all_news span {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f05033;
}
.all_news span span {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
}
.all_news:hover span span {
  width: 100%;
}
.img_btn_arrow {
  float: left;
  margin-right: 8px;
}

/*** menu ***/
#menu_overlay {
  position: fixed;
  display: none;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 10001;
  background-color: #f05134;
}
#menu_overlay.active .menu_item {
  height: 100%;
}
#menu_overlay.active #menu_fake_cover .menu_item {
  height: 100%;
}
#menu_overlay_1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 74px;
  border-right: 1px solid #e6836f;
  height: 0;
}
#menu_fake_cover {
  position: absolute;
  left: 74px;
  right: 74px;
  top: 0;
  bottom: 0px;
  background: url("../images/menu_1_item.png") left center repeat;
}
#menu_fake_cover #menu_overlay_2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16.333333%;
  border-right: 1px solid #e6836f;
  height: 0;
}
#menu_fake_cover #menu_overlay_3 {
  position: absolute;
  top: 0px;
  left: 16.333333%;
  width: 16.333333%;
  border-right: 1px solid #e6836f;
  height: 0;
}
#menu_fake_cover #menu_overlay_4 {
  position: absolute;
  top: 0px;
  left: 32.666666%;
  width: 16.333333%;
  border-right: 1px solid #e6836f;
  height: 0;
}
#menu_fake_cover #menu_overlay_5 {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 16.333333%;
  border-right: 1px solid #e6836f;
  height: 0;
}
#menu_fake_cover #menu_overlay_6 {
  position: absolute;
  top: 0px;
  left: 66.666666%;
  width: 16.333333%;
  border-right: 1px solid #e6836f;
  height: 0;
}
#menu_fake_cover #menu_overlay_7 {
  position: absolute;
  top: 0px;
  left: 83.333333%;
  width: 16.333333%;
  border-right: 1px solid #e6836f;
  height: 0;
}

.sub_menu {
  width: 90%;
  display: none;
}
.sub_menu_no {
  font-size: 26px;
  color: #c74129;
  width: 25px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.sub_menu_no span {
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #f69685;
}
.sub_menu_title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}
.sub_menu_title a {
  color: #fff;
  font-weight: 800;
}
.sub_menu_title:hover a {
  opacity: 0.8;
}
#icon_close {
  top: 27px;
  display: none;
  position: Absolute;
}
.hidden_menu {
  display: none;
}
.menu_item:hover .hidden_menu {
  display: block;
}
.hidden_menu li {
  margin-bottom: 8px;
}
.hidden_menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
}
.hidden_menu li:hover a {
  opacity: 0.8;
}

body {
  overflow-x: hidden;
}

#icon_home {
  width: 40px;
  left: 35px;
}

.dna {
  background: #fff url("../images/bg_dna.jpg") top left no-repeat;
  background-size: cover;
}

/* Yusuf Fix */

/* Değerlerimiz */

.degerBox {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  min-height: 140px;
}

.left_content {
  float: left;
  width: 15%;
  box-sizing: border-box;
}
.left_content img {
  display: block;
  margin: 0 auto;
}
.mid_content {
  float: left;
  width: 15%;
  box-sizing: border-box;
  padding: 0 10px;
}
.mid_content h2 {
  font-size: 20px;
  line-height: 24px;
}
.mid_content #title_1 {
  color: #ec2028;
}
.mid_content #title_2 {
  color: #553d98;
}
.mid_content #title_3 {
  color: #595a5c;
}
.mid_content #title_4 {
  color: #282561;
}
.mid_content #title_5 {
  color: #469ad4;
}
.mid_content #title_6 {
  color: #76a541;
}
.right_content {
  float: right;
  width: 70%;
  box-sizing: border-box;
  padding: 0 30px;
}
.right_content p {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
}

.redColor {
  color: #f05033 !important;
}
.redColor span {
  background-color: #f05033 !important;
}
.emailSubscribeForm {
  position: relative;
}
.emailSubscribeForm .sendEBtn {
  display: block;
  cursor: pointer;
  position: absolute;
  background: #fff;
  right: 0px;
  top: 0px;
  padding: 10px;
  color: #f00;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.ykArea {
  margin-bottom: 30px;
}
.ykWrapper {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.ykBox {
  width: calc(33.33% - 2em);
  padding: 30px;
  box-sizing: border-box;
  margin: 0 1em;
}
.ykBox.ykBox-50 {
  width: calc(50% - 2em);
}
.ykBox.ykBox-33 {
  width: calc(33.33% - 2em);
}
.ykBox h2 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #f05033;
  font-weight: bold;
}
.ykBox span {
  font-size: 16px;
  margin-bottom: 15px;
  color: #a59b9b;
  display: block;
}
.ykBox p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

footer p {
  margin-bottom: 5px;
  color: #fff;
}
footer .contact span {
  color: #fff;
}
footer .contact h2 {
  color: #fff;
}
footer .contact a {
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
}
footer .contact {
  padding: 20px 0;
  width: 40%;
}
footer .contact a:hover {
  color: #000;
}

footer .copyright {
  position: relative;
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  padding: 50px 0;
  width: 60%;
}
footer .copyright a {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 3px;
  color: #fff;
  margin: 0 10px;
}
footer .copyright a:hover {
  color: #000;
}

.mobile_navigation {
  display: none;
  position: fixed;
  left: 20px;
  top: 63px;
  width: 150px;
  height: auto;
  z-index: 99999;
  border: 1px solid #000;
  box-shadow: 0px 0px 12px 0px rgba(87, 87, 87, 0.3);
}
.mobile_navigation.open {
  display: block;
}
.mobile_navigation a {
  height: 60px;
  width: 100%;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  line-height: 42px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}

#menu_icon {
  border: 1px solid #000;
  display: block;
  width: 42px;
  height: 42px;
  background: #fff;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 20px;
  left: 20px;
  z-index: 1000;
  box-shadow: 0px 0px 12px 0px rgba(87, 87, 87, 0.3);
}

#menu_icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: calc(100% - 20px);
  background: #000;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.safari #menu_icon span {
  width: 20px;
}

#menu_icon span:nth-child(1) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu_icon span:nth-child(2) {
  top: 19px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu_icon span:nth-child(3) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.safari #menu_icon.open span:nth-child(1) {
  top: 13px;
}

#menu_icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 14px;
}

#menu_icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menu_icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 27px;
  left: 14px;
}

.dataText p {
  margin-bottom: 10px;
}

a.primary-button {
  background-color: #e24b30;
  border: 1px solid #e24b30;
  color: #fff;
  height: 40px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.2);
}

a.primary-button:hover {
  background-color: #fff;
  color: #e24b30;
}

.text-center {
  text-align: center;
}

.two_column_content.clear-bottom {
  margin-bottom: 0px;
  border-bottom: 0px;
}

.two_column_content_left.clear-bottom {
  padding-bottom: 0px;
}

.presentation {
  position: relative;
}

.presentation .presentation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 74px;
  margin-bottom: 30px;
}

.presentation .swiper {
  width: 100%;
  height: 600px;
}

.presentation .swiper .swiper-pagination-progressbar {
  background: #f1f1f1;
}

.presentation .swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e24b30;
}

.presentation .swiper .swiper-button-next,
.presentation .swiper .swiper-button-prev {
  color: #e24b30;
}

.presentation .swiper .swiper-button-next:after,
.presentation .swiper .swiper-button-prev:after {
  font-size: 30px;
}

.presentation .swiper .swiper-horizontal > .swiper-pagination-progressbar,
.presentation .swiper .swiper-pagination-progressbar.swiper-pagination-horizontal,
.presentation .swiper .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.presentation .swiper .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 0px;
}

.presentation .swiper-slide {
  font-size: 22px;
  font-weight: bold;
  background-color: #fff;
}

.presentation .introduction {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

.presentation .introduction h1 {
  font-size: 60px;
  color: #e24b30;
  font-weight: bold;
  margin-bottom: 20px;
}

.presentation .introduction small {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.presentation .introduction small span {
  font-weight: bold;
  margin-bottom: 6px;
}

.presentation .text {
  display: flex;
  align-items: center;
}

.presentation .text .swiper-text {
  padding: 0px 120px;
}

.presentation .text .swiper-image-text {
  padding: 0px 120px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.presentation .text .swiper-image-text .text-header {
  padding: 30px 0px;
}

.presentation .text .swiper-image-text .text-header h2 {
  color: #e24b30;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}

.presentation .text .swiper-image-text .text-header h3 {
  color: #e24b30;
  font-size: 30px;
  font-weight: bold;
}

.presentation .text .swiper-image-text .image-text-container {
  display: flex;
  align-items: center;
  padding: 30px 0px;
}

.presentation .text .swiper-image-text .image-text-container .slide-image {
  height: 380px;
  border-radius: 6px;
}

.presentation .text .swiper-image-text .image-text-container.big-image {
  justify-content: space-evenly;
}

.presentation .text .swiper-image-text .image-text-container.big-image .slide-image {
  width: calc(50% - 50px);
}

.presentation .text .swiper-image-text .image-text-container .text-container {
  margin-left: 20px;
}

.home-page .parallax-slider {
  opacity: 1;
}

/* Products */
.products_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.products_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.products_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products_column {
  flex: 1;
  width: 25%;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.5s background-color ease;
}
.products_column h3 {
  text-align: center;
  font-weight: bold;
  margin: 10px 0px;
}
.products_column:hover {
  background-color: #e24b30;
}
.products_column:hover h3 {
  color: #fff;
}
.products_column img {
  width: 100%;
  height: auto;
}

.table_box {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.product_table {
  max-width: 290px;
  width: 100%;
}

.product_table .product_table_title {
  background-color: #3d3d3d;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
}
.product_infos_box {
  background-color: #1c3408;
  margin-top: 4px;
}
.product_info_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
}
.product_info_item p {
  color: white;
  margin-bottom: 0px;
}

.product_info_item:nth-child(odd) {
  background-color: #f05033;
}

.product_info_item:nth-child(even) {
  background-color: #3d3d3d;
}

.header-logo {
  position: relative;
}

.header-logo img {
  width: 100%;
}

.header-logo .mobile {
  display: none;
}

body:not(.home-page) .header-logo::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.header-logo h1{
  font-weight: 700;
  width: 100%;
  text-align: center;
}