﻿@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #2f50e2;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #2f50e2;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.our-values .row {
  margin-left: -15px;
  margin-right: -40px;
}

@media (max-width:1200px) {
  .our-values .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #2f50e2;
}

.has-error .form-control {
  border-color: #2f50e2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #2f50e2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2f50e2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2f50e2;
}

.has-error .input-group-addon {
  color: #2f50e2;
  border-color: #2f50e2;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #2f50e2;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777777;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #2f50e2;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #2f50e2;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #2f50e2;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #2f50e2;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.homepage-responsibility .slider .item .description-area header:before,
.footer .footer-top .container:before,
.subpage .sub-menu-1:before,
.letter-area ul:before,
.organisation-chart .item-list:before,
.share-links:before,
.mzv .mzv-bottom ul.list-1:before,
.our-story .timeline>li:before,
.photos-videos .gallery-slider .item .header:before,
.photos-videos .gallery-slider .item .content:before,
.commitment-list .item .header:before,
.commitment-list .item .download-item:before,
.publication-list .item .info:before,
.video-list .item .header:before,
.video-list .item .content:before,
.financial-info .item .content:before,
.clearfix:after,
.homepage-responsibility .slider .item .description-area header:after,
.footer .footer-top .container:after,
.subpage .sub-menu-1:after,
.letter-area ul:after,
.organisation-chart .item-list:after,
.share-links:after,
.mzv .mzv-bottom ul.list-1:after,
.our-story .timeline>li:after,
.photos-videos .gallery-slider .item .header:after,
.photos-videos .gallery-slider .item .content:after,
.commitment-list .item .header:after,
.commitment-list .item .download-item:after,
.publication-list .item .info:after,
.video-list .item .header:after,
.video-list .item .content:after,
.financial-info .item .content:after {
  content: " ";
  display: table;
}

.clearfix:after,
.homepage-responsibility .slider .item .description-area header:after,
.footer .footer-top .container:after,
.subpage .sub-menu-1:after,
.letter-area ul:after,
.organisation-chart .item-list:after,
.share-links:after,
.mzv .mzv-bottom ul.list-1:after,
.our-story .timeline>li:after,
.photos-videos .gallery-slider .item .header:after,
.photos-videos .gallery-slider .item .content:after,
.commitment-list .item .header:after,
.commitment-list .item .download-item:after,
.publication-list .item .info:after,
.video-list .item .header:after,
.video-list .item .content:after,
.financial-info .item .content:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoonbf54.eot?fq67y7");
  src: url("../fonts/icomoonbf54.eot?fq67y7#iefix") format("embedded-opentype"), url("../fonts/icomoonbf54.ttf?fq67y7") format("truetype"), url("../fonts/icomoonbf54.woff?fq67y7") format("woff"), url("../fonts/icomoonbf54.svg?fq67y7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-maden-sm:before {
  content: "\e911";
}

.icon-gayrimenkul-sm:before {
  content: "\e912";
}

.icon-elektronik-sm:before {
  content: "\e913";
}

.icon-enerji-sm:before {
  content: "\e914";
}

.icon-tekstil-sm:before {
  content: "\e915";
}

.icon-accessibility:before {
  content: "\e900";
}

.icon-cord:before {
  content: "\e901";
}

.icon-energie:before {
  content: "\e902";
}

.icon-mic:before {
  content: "\e903";
}

.icon-theatre:before {
  content: "\e904";
}

.icon-venus:before {
  content: "\e905";
}

.icon-long-arrow-left:before {
  content: "\e906";
}

.icon-long-arrow-right:before {
  content: "\e907";
}

.icon-arrow-left:before {
  content: "\e908";
}

.icon-arrow-right:before {
  content: "\e909";
}

.icon-theatre-alt:before {
  content: "\e90a";
}

.icon-cord-alt:before {
  content: "\e90b";
}

.icon-mic-alt:before {
  content: "\e90c";
}

.icon-energie-alt:before {
  content: "\e90d";
}

.icon-close:before {
  content: "\e90e";
}

.icon-list-bullet:before {
  content: "\e90f";
}

.icon-download:before {
  content: "\e910";
}

/* ----------------------------------- //
//      Custom Mixins
// ----------------------------------- //*/
/*Cover Background Mixin*/
.nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 23px;
  background: #2f50e2;
  opacity: 1;
  left: 0;
  right: 0;
  margin: 5px auto 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0;
}

.nav-icon span:nth-child(2) {
  top: 8px;
  left: -8px;
}

.nav-icon span:nth-child(3) {
  top: 16px;
}

.nav-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  right: 12px;
  left: -60px;
}

.nav-icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

html {
  position: relative;
  min-height: 100%;
  color: #2f50e2;
}

html,
body {
  height: 100%;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  color: #393939;
  font-size: 15px;
}

body {
  padding-top: 61px;
}

body .uwy.userway_p3 .uai {
  display: none;
}

.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.navbar-top {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9997;
  /*&.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9997;
  }*/
}

.navbar-top .container,
.navbar-top .container-fluid {
  height: 61px;
}

.navbar-top .container .logo {
  margin: 15px 0 0 0;
}

.navbar-top .logo {
  float: left;
  margin: 15px 0 0 55px;
}

.navbar-top .main-nav {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-top .main-nav>li {
  padding: 0;
  float: left;
  position: relative;
}

.navbar-top .main-nav>li:hover>a {
  background-color: #2f50e2;
  color: #fff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-top .main-nav>li:hover>a .fa {
  color: #fff;
}

.navbar-top .main-nav>li.accessibility-item>a {
  color: #2f50e2;
  font-size: 18px;
  padding: 0;
  background-color: #f4f4f4;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-top .main-nav>li.accessibility-item>a svg {
  width: 25px;
  height: 25px;
  fill: #2f50e2;
}

@media (min-width: 1200px) {
  .navbar-top .main-nav>li.accessibility-item>a {
    width: 61px;
    height: 62px;
  }

  .navbar-top .main-nav>li.accessibility-item>a svg {
    width: 28px;
    height: 28px;
  }
}

.navbar-top .main-nav>li.accessibility-item>a:hover {
  background-color: #2f50e2;
  color: #fff;
}

.navbar-top .main-nav>li.accessibility-item>a:hover svg {
  fill: #fff;
}

.navbar-top .main-nav>li.search-item>a {
  border: none;
  color: #fff;
  background-color: #2f50e2;
  font-size: 16px;
  padding: 22px 10px;
  font-weight: 300;
  width: 61px;
  height: 62px;
}

.navbar-top .main-nav>li.search-item>a i {
  color: #fff;
}

.navbar-top .main-nav>li.search-item>a:hover {
  background-color: #ffffff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-top .main-nav>li.search-item>a:hover i {
  color: #2f50e2;
}

.navbar-top .main-nav>li.search-item-sm {
  display: none;
}

.navbar-top .main-nav>li.lang-item>a,
.navbar-top .main-nav>li.social-media-item>a {
  min-width: 61px;
  height: 62px;
  padding-right: 20px;
  padding-left: 20px;
}

.navbar-top .main-nav>li.lang-item>a>.fa,
.navbar-top .main-nav>li.social-media-item>a>.fa {
  color: #2f50e2;
  margin-left: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 9px;
}

.navbar-top .main-nav>li.lang-item .sub-nav,
.navbar-top .main-nav>li.social-media-item .sub-nav {
  width: calc(100% - 1px);
}

.navbar-top .main-nav>li.lang-item .sub-nav li,
.navbar-top .main-nav>li.social-media-item .sub-nav li {
  text-align: center;
  position: relative;
}

.navbar-top .main-nav>li.lang-item .sub-nav li a,
.navbar-top .main-nav>li.social-media-item .sub-nav li a {
  text-align: center;
  height: 60px;
  text-align: center;
  padding-top: 23px;
  padding-right: 30px;
}

.navbar-top .main-nav>li.lang-item .sub-nav li a:after,
.navbar-top .main-nav>li.social-media-item .sub-nav li a:after {
  display: none;
}

.navbar-top .main-nav>li.social-media-item .sub-nav li a {
  text-align: left;
  height: auto;
  padding: 15px 5px 15px 15px;
}

.navbar-top .main-nav>li.social-media-item .sub-nav li a .fa {
  width: 20px;
}

.navbar-top .main-nav>li.lang-item-sm {
  display: none;
}

.navbar-top .main-nav>li>a {
  text-align: center;
  border-left: 1px solid #eaeeed;
  display: block;
  height: 62px;
  font-family: "League Spartan", sans-serif;
  font-size: 12px;
  color: #282828;
  font-weight: 700;
  padding: 24px 28px 0;
  text-transform: uppercase;
}

.navbar-top .sub-nav {
  background-color: #2f50e2;
  position: absolute;
  z-index: 999;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 270px;
  left: 1px;
}

.navbar-top .sub-nav.sub-nav-2 {
  position: relative;
  left: 0;
  top: 0;
  /*border-left: 1px solid #fff;*/
  display: none;
  margin-top: 1px;
}

.navbar-top .sub-nav.sub-nav-2>li {
  margin-bottom: 1px;
}

.navbar-top .sub-nav.sub-nav-2>li>a {
  background-color: #2f50e2;
  position: relative;
  padding-left: 34px;
}

.navbar-top .sub-nav.sub-nav-2>li>a:before {
  content: '›';
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 9px;
}

.navbar-top .sub-nav.sub-nav-2>li>a:after {
  display: none;
}

.navbar-top .sub-nav li {
  display: block;
}

.navbar-top .sub-nav li:hover>a {
  background-color: #2f50e2;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-top .sub-nav li:hover>a:after {
  opacity: 1;
  margin-left: 10px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-top .sub-nav li a {
  color: #fff;
  font-size: 12px;
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 15px 20px;
}

.navbar-top .sub-nav li a:after {
  content: '\e909';
  color: #fff;
  font-family: icomoon;
  font-size: 9px;
  margin-left: 5px;
  opacity: 0;
}

.navbar-top .sub-nav li a:hover {
  background-color: #2f50e2;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-top .sub-nav li a:hover:after {
  opacity: 1;
  margin-left: 10px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-top .nav-icon {
  display: none;
}

@media (max-width: 1460px) {
  .navbar-top .logo {
    margin: 15px 0 0 0;
  }

  .navbar-top .logo img {
    max-width: 220px;
  }

  .navbar-top .main-nav>li>a {
    padding: 24px 20px;
  }
}

@media (max-width: 1199px) {
  .navbar-top {
    border-bottom: 1px solid #eaeaea;
  }

  .navbar-top .logo {
    margin: 15px 0 0 0;
  }

  .navbar-top .logo img {
    max-width: 220px;
  }

  .navbar-top .nav-icon {
    display: block;
    float: right;
    margin: 18px 0 0 0;
  }

  .navbar-top.active {
    background-color: #2f50e2;
  }

  .navbar-top.active .logo img.show {
    display: none !important;
  }

  .navbar-top.active .logo img.hidden {
    display: block !important;
  }

  .navbar-top.active .nav-icon>span {
    background-color: #fff;
  }

  .navbar-top .main-nav {
    display: none;
    overflow-y: auto;
    float: none;
    right: 0;
    left: 0;
    top: 62px;
    z-index: 9999;
    background-color: #2f50e2;
    height: 100%;
    position: fixed;
    padding-bottom: 90px;
  }

  .navbar-top .main-nav.expanded {
    display: block;
  }

  .navbar-top .main-nav>li {
    border-bottom: 1px solid #2f50e2;
    float: none;
    position: relative;
    display: block;
  }

  .navbar-top .main-nav>li.dropdown-item>a:after {
    content: '\f107';
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 16px;
    font-weight: 300;
  }

  .navbar-top .main-nav>li:hover>a {
    background-color: #2f50e2;
    color: #fff;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .navbar-top .main-nav>li:hover>a .fa {
    color: #fff;
  }

  .navbar-top .main-nav>li>a {
    padding: 15px 15px;
    text-align: left;
    border-left: none;
    display: block;
    height: auto;
    font-size: 14px;
    color: #fff;
  }

  .navbar-top .main-nav>li.accessibility-item {
    padding: 15px;
    display: block;
  }

  .navbar-top .main-nav>li.search-item {
    display: none;
  }

  .navbar-top .main-nav>li.search-item-sm {
    display: block;
  }

  .navbar-top .main-nav>li.search-item-sm form {
    display: block;
  }

  .navbar-top .main-nav>li.search-item-sm form:after {
    font-family: FontAwesome;
    content: '\f002';
    color: #2f50e2;
    top: 12px;
    right: 15px;
    position: absolute;
    font-size: 20px;
  }

  .navbar-top .main-nav>li.search-item-sm form input {
    padding-left: 15px;
    border-radius: 0;
    font-size: 16px;
    font-family: "League Spartan", sans-serif;
    border: none;
    outline: none;
    width: 100%;
    height: 55px;
    background-color: #fff;
  }

  .navbar-top .main-nav>li.lang-item {
    display: block;
  }

  .navbar-top .main-nav>li.social-media-item>a .fa {
    display: none;
  }

  .navbar-top .main-nav>li.social-media-item .sub-nav.sub-nav-2 {
    border-left: none;
  }

  .navbar-top .main-nav>li.social-media-item .sub-nav li a {
    text-align: left;
    height: auto;
    padding: 15px 17px;
  }

  .navbar-top .main-nav>li.social-media-item .sub-nav li a .fa {
    width: 20px;
  }

  .navbar-top .main-nav>li.lang-item-sm {
    padding: 15px;
    display: block;
  }

  .navbar-top .main-nav>li.lang-item-sm>a {
    width: 40px;
    height: 40px;
    float: left;
    padding: 10px 0;
    text-align: center;
  }

  .navbar-top .main-nav>li.lang-item-sm>a.selected {
    background-color: #fff;
    color: #2f50e2;
  }

  .navbar-top .sub-nav {
    background-color: #2f50e2;
    position: static;
    z-index: 999;
    display: none;
    width: 100%;
  }

  .navbar-top .sub-nav.sub-nav-2 {
    border-top: 1px solid #2f50e2;
    border-left: none;
  }

  .navbar-top .sub-nav.sub-nav-2>li>a {
    color: #eaeeed;
    font-weight: 300;
  }

  .navbar-top .sub-nav.sub-nav-2>li>a:before {
    font-size: 16px;
    top: 12px;
  }

  .navbar-top .sub-nav li {
    display: block;
    border-bottom: 1px solid #2f50e2;
  }

  .navbar-top .sub-nav li:last-child {
    border-bottom: none;
  }

  .navbar-top .sub-nav li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 15px 15px;
  }

  .navbar-top .sub-nav li a:after {
    display: none;
  }

  .navbar-top .sub-nav li a:hover {
    background-color: transparent;
  }

  .navbar-top .sub-nav li a:hover:after {
    display: none;
  }
}

.promo {
  position: relative;
  height: calc(100%);
  overflow: hidden;
}

.promo .slick-track,
.promo .slick-list {
  height: 100%;
}

.promo.slick-initialized .item {
  display: block;
}

.promo .item {
  height: 100%;
  width: 100%;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  display: none;
  outline: none;
  position: relative;
}

.promo .item .item-bg {
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.promo .item:first-child {
  display: block;
}

.promo .item .container,
.promo .item .container-fluid {
  min-height: 520px;
  position: relative;
  height: 100%;
  position: relative;
  z-index: 19;
}

.promo .item .container .content,
.promo .item .container-fluid .content {
  left: 175px;
  width: 580px;
  /*background-color: rgba(197, 9, 59, 0.9);*/
  position: absolute;
  bottom: 70px;
  padding: 30px 30px 110px 40px;
  color: #fff;
}

.nolink {
  width: 800px !important;
  padding: 30px 30px 20px 40px !important;
}

.promo .item .container .content h3,
.promo .item .container-fluid .content h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.3;
  letter-spacing: 1px;
  min-height: 55px;
}

.promo .item .container .content p,
.promo .item .container-fluid .content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.promo .item .container .content p span,
.promo .item .container-fluid .content p span {
  display: block;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 600;
}

.promo .item .container .content .btn-cta,
.promo .item .container-fluid .content .btn-cta {
  position: absolute;
  bottom: 25px;
  font-size: 13px;
  letter-spacing: 4px;
  color: #fff;
  background-color: #2f50e2;
  display: block;
  font-weight: 400;
  width: 250px;
  height: 54px;
  text-align: center;
  padding: 18px 30px;
  /*&:after {
            content: '\e909';
            font-family: icomoon;
            margin-left: 15px;
            font-size: 9px;
          }*/
}

.promo .slider-nav {
  position: absolute;
  bottom: 88px;
  right: 164px;
  z-index: 99;
  text-align: right;
  width: 150px;
}

.promo .slider-nav .slick-arrow {
  z-index: 999;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.promo .slider-nav .slick-arrow:hover {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #2f50e2;
  background-color: #2f50e2;
}

.promo .slider-nav .slick-arrow.slick-prev {
  background-image: url(../images/arrow-left.png);
  margin-right: 5px;
}

.promo .slider-nav .slick-arrow.slick-next {
  background-image: url(../images/arrow-right.png);
}

.promo .slider-dots {
  background-color: #050206;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 61px;
}

.promo .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid #1b1c21;
}

.promo .slick-dots>li {
  display: block;
  width: 61px;
  outline: none;
  border-bottom: 1px solid #1b1c21;
}

.promo .slick-dots>li.slick-active>a {
  color: #2f50e2;
  text-align: center;
  outline: none;
  color: #fff;
  background-color: #2f50e2;
}

.promo .slick-dots>li.slick-active>a span {
  width: 220px;
}

.promo .slick-dots>li>a {
  position: relative;
  height: 61px;
  line-height: 61px;
  display: block;
  text-align: center;
  font-size: 22px;
  color: #2d3742;
}

.promo .slick-dots>li>a span {
  position: absolute;
  display: block;
  font-size: 13px;
  color: #fff;
  height: 61px;
  right: 100%;
  background-color: #2f50e2;
  top: 0;
  text-transform: uppercase;
  width: 220px;
  text-align: center;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: .5px;
  width: 0;
  transform-origin: right;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.promo .slick-dots>li>a span.consumer-en {
  line-height: 155%;
  padding: 15px 0;
  font-size: 11px;
}

.promo .slick-dots>li>a>i {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.promo .slick-dots>li>a.active,
.promo .slick-dots>li>a:hover {
  background-color: #2f50e2;
  color: #fff;
}

.promo .slick-dots>li>a.active span,
.promo .slick-dots>li>a:hover span {
  width: 220px;
}

.promo .earthquake {
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo .earthquake p {
  color: #fff;
}

.promo .earthquake-title {
  font-size: 40px;
  font-weight: bold;
}

.promo .earthquake-text {
  font-size: 25px;
  margin-top: 25px;
}

.promo .earthquake-logo {
  margin-top: 25px;
}

.promo .earthquake-logo img {
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .promo .item .container-fluid .content {
    left: 75px;
    width: 440px;
    padding: 20px 20px 90px 30px;
  }

  .promo .item .container-fluid .content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .promo .item .container-fluid .content p span {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media (max-width: 991px) {

  .promo .item .container,
  .promo .item .container-fluid {
    min-height: 200px;
  }

  .promo .item .container .content,
  .promo .item .container-fluid .content {
    left: 30px;
  }

  .promo .slider-nav {
    position: absolute;
    bottom: 88px;
    right: 30px;
    width: 150px;
  }

  .promo .slider-dots {
    display: none;
    visibility: hidden;
  }

  .promo .slick-dots {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .promo .item .item-bg {
    background-position: center;
    height: calc(100% - 160px);
  }

  .promo .item .container .content,
  .promo .item .container-fluid .content {
    left: 0;
    width: 100%;
    height: 180px;
    bottom: 0;
    padding: 15px;
    background-color: #2f50e2;
  }

  .promo .item .container .content h3,
  .promo .item .container-fluid .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: 1px;
    min-height: 35px;
  }

  .promo .item .container .content h3 br,
  .promo .item .container-fluid .content h3 br {
    display: none;
  }

  .promo .item .container .content p,
  .promo .item .container-fluid .content p {
    font-size: 14px;
  }

  .promo .item .container .content p span,
  .promo .item .container-fluid .content p span {
    font-size: 16px;
    font-weight: 500;
  }

  .promo .item .container .content p br,
  .promo .item .container-fluid .content p br {
    display: none;
  }
}

@media (max-width: 767px) and (max-width: 320px) {

  .promo .item .container .content p span,
  .promo .item .container-fluid .content p span {
    display: inline;
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  .promo .item .container .content .btn-cta,
  .promo .item .container-fluid .content .btn-cta {
    bottom: 15px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .promo .item .container .content .btn-cta:after,
  .promo .item .container-fluid .content .btn-cta:after {
    margin-left: 10px;
    font-size: 8px;
  }

  .promo .slider-nav {
    display: none;
    visibility: hidden;
  }

  .promo .earthquake {
    background-color: #000;
  }

  .promo .earthquake-title {
    font-size: 28px;
  }

  .promo .earthquake-text {
    font-size: 17px;
    margin-top: 20px;
  }

  .promo .earthquake-logo {
    margin-top: 20px;
  }
}

.homepage-activities {
  padding-bottom: 70px;
}

.homepage-activities h2 {
  font-size: 15px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0 0 40px;
  color: #2f50e2;
}

.homepage-activities h2:before {
  content: '';
  height: 100px;
  width: 1px;
  display: block;
  background-color: #2f50e2;
  margin-bottom: 40px;
}

.homepage-activities h3 {
  font-size: 64px;
  font-weight: 700;
  color: #857650;
  font-family: "League Spartan", sans-serif;
  margin: 0 0 60px;
}

.homepage-activities .row .item {
  margin-bottom: 30px;
  display: block;
  color: #fff;
  height: 540px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 25px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-activities .row .item span {
  opacity: 0;
  z-index: 99;
  font-size: 13px;
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  border: 1px solid #fff;
  height: 55px;
  padding: 18px 25px 0;
  top: 50%;
  text-align: center;
  width: 250px;
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -26px auto 0 auto;
}

.homepage-activities .row .item:before {
  content: '';
  background-color: rgba(197, 9, 59, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-activities .row .item:hover {
  /*transform: scale(1.03);*/
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-activities .row .item:hover span {
  text-align: center;
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-activities .row .item:hover span:hover {
  background-color: #fff;
  color: #2f50e2;
}

.homepage-activities .row .item:hover:before {
  background-color: rgba(47, 80, 226, 0.7);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-activities .row .item .content {
  position: absolute;
  bottom: 20px;
}

.homepage-activities .row .item h4 {
  margin: 0 0 16px;
  background-color: #2f50e2;
  font-size: 13px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px;
  display: inline-block;
  max-width: 250px;
}

.homepage-activities .row .item p {
  font-size: 20px;
  font-weight: 300;
  font-family: "League Spartan", sans-serif;
}

.homepage-activities .row .item p strong {
  font-weight: 700;
  display: block;
}

.homepage-activities .row .item.enerji {
  background-image: url(../images/faaliyet-alanlari/enerji.jpg);
}

.homepage-activities .row .item.elektronik {
  background-image: url(../images/faaliyet-alanlari/elektronik.jpg);
}

.homepage-activities .row .item.gayrimenkul {
  background-image: url(../images/faaliyet-alanlari/gayrimenkul.jpg);
}

.homepage-activities .row .item.tekstil {
  background-image: url(../images/faaliyet-alanlari/tekstil.jpg);
}

.homepage-activities .row .item.maden {
  background-image: url(../images/faaliyet-alanlari/maden.jpg);
}

.homepage-activities .row .item.diger {
  background-image: url(../images/faaliyet-alanlari/diger.jpg);
}

@media (max-width: 767px) {
  .homepage-activities {
    padding-bottom: 55px;
  }

  .homepage-activities h2 {
    margin-bottom: 35px;
  }

  .homepage-activities h2:before {
    height: 60px;
  }

  .homepage-activities h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .homepage-activities h3 br {
    display: none;
  }

  .homepage-activities .row .item {
    height: 296px;
    padding: 25px;
    margin: 0 -15px 10px;
  }
}

.homepage-statistics {
  background: url(../images/bg-statistics.jpg) top center no-repeat;
  padding: 0 0 120px;
}

.homepage-statistics .spot {
  text-align: center;
  font-size: 41px;
  color: #fff;
  font-weight: 300;
  font-family: "League Spartan", sans-serif;
  line-height: 1.3;
  margin-bottom: 100px;
}

.homepage-statistics .spot:before {
  content: '';
  display: block;
  margin: 0 auto 40px;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
}

.homepage-statistics .slider {
  margin: 0 -30px;
}

.homepage-statistics .slider.slick-initialized .item {
  display: block;
}

.homepage-statistics .slider .item {
  outline: none;
  color: #fff;
  text-align: center;
  display: none;
  padding: 8px;
}

.homepage-statistics .slider .item:first-child {
  display: block;
}

.homepage-statistics .slider .item .icon {
  position: relative;
  text-align: center;
  height: 185px;
  margin: 0 auto;
}

.homepage-statistics .slider .item .icon img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.homepage-statistics .slider .item h4 {
  min-height: 86px;
  vertical-align: middle;
  font-size: 22px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  margin: 0 0 15px;
}

.homepage-statistics .slider .item h4:before {
  content: '';
  display: block;
  height: 18px;
  width: 2px;
  background-color: #2f50e2;
  margin: 20px auto 20px;
}

.homepage-statistics .slider .item h4.sm {
  font-size: 18px;
}

.homepage-statistics .slider .item p {
  font-size: 14px;
  font-weight: 400;
  font-family: "League Spartan", sans-serif;
  color: #aca4a6;
  line-height: 1.6;
  letter-spacing: .4px;
}

.homepage-statistics .slider .item p span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.homepage-statistics .slider .item small {
  font-size: 11px;
  font-weight: 500;
  font-family: "League Spartan", sans-serif;
  line-height: 160%;
  display: block;
}

@media (max-width: 1199px) {
  .homepage-statistics .slider {
    margin: 0 -15px;
  }

  .homepage-statistics .slider .item .icon {
    position: relative;
    text-align: center;
    height: 160px;
    margin: 0 auto;
  }

  .homepage-statistics .slider .item .icon img {
    max-height: 150px;
  }

  .homepage-statistics .slider .item p {
    font-size: 14px;
  }

  .homepage-statistics .slider .item p span {
    font-size: 18px;
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  .homepage-statistics {
    padding: 0 0 90px;
  }

  .homepage-statistics .spot {
    font-size: 38px;
    margin-bottom: 70px;
  }

  .homepage-statistics .spot:before {
    content: '';
    display: block;
    margin: 0 auto 30px;
    width: 1px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .homepage-statistics .slider .item {
    /*h4 {
            font-size: 38px;
            margin: 0 0 10px;
          }*/
  }

  .homepage-statistics .slider .item .icon {
    position: relative;
    text-align: center;
    height: 130px;
    margin: 0 auto;
  }

  .homepage-statistics .slider .item .icon img {
    max-height: 120px;
  }

  .homepage-statistics .slider .item p {
    font-size: 12px;
  }

  .homepage-statistics .slider .item p span {
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .homepage-statistics {
    padding: 0 0 60px;
    background-size: cover;
  }

  .homepage-statistics .spot {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .homepage-statistics .spot:before {
    height: 60px;
  }

  .homepage-statistics .slider {
    padding-bottom: 60px;
  }

  .homepage-statistics .slider .item {
    padding: 0 15px;
  }

  .homepage-statistics .slider .item .icon {
    position: relative;
    text-align: center;
    height: 160px;
    margin: 0 auto;
  }

  .homepage-statistics .slider .item .icon img {
    max-height: 160px;
  }

  .homepage-statistics .slider .item p {
    font-size: 16px;
  }

  .homepage-statistics .slider .item p span {
    font-size: 22px;
    font-weight: 600;
  }

  .homepage-statistics .slider .slider-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .homepage-statistics .slider .slider-dots .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .homepage-statistics .slider .slider-dots .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
  }

  .homepage-statistics .slider .slider-dots .slick-dots li.slick-active a {
    background-color: #fff;
    border-color: #fff;
  }

  .homepage-statistics .slider .slider-dots .slick-dots li a {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #2f50e2;
  }
}

.homepage-responsibility {
  padding-bottom: 150px;
  background: url(../images/bg-responsibility.png) bottom repeat-x #fff;
}

.homepage-responsibility h2 {
  font-size: 15px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0 0 40px;
  color: #2f50e2;
}

.homepage-responsibility h2:before {
  content: '';
  height: 100px;
  width: 1px;
  display: block;
  background-color: #2f50e2;
  margin-bottom: 40px;
}

.homepage-responsibility h3 {
  font-size: 15px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0 0 40px;
  color: #2f50e2;
}

.homepage-responsibility h3:before {
  content: '';
  height: 100px;
  width: 1px;
  display: block;
  background-color: #2f50e2;
  margin-bottom: 40px;
}

.homepage-responsibility .slider {
  overflow: hidden;
}

.homepage-responsibility .slider .item {
  outline: none;
}

.homepage-responsibility .slider .item .title-area {
  margin: 0 -15px;
  height: 460px;
  position: relative;
  display: table;
}

.homepage-responsibility .slider .item .title-area .bg {
  position: absolute;
  background-color: #2f50e2;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  width: 1200px;
}

.homepage-responsibility .slider .item .title-area h5 {
  position: relative;
  z-index: 10;
  font-size: 15px;
  color: #1f2e30;
  font-family: "League Spartan", sans-serif;
  font-weight: bold;
  margin: 0 0 15px;
}

.homepage-responsibility .slider .item .title-area h4 {
  position: relative;
  z-index: 10;
  font-size: 22px;
  line-height: 1.3;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  color: #fff;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.homepage-responsibility .slider .item .image-area {
  background-size: cover;
  height: 530px;
  display: block;
  margin: 120px -15px 0;
  position: relative;
}

.homepage-responsibility .slider .item .image-area:hover.video:before {
  width: 175px;
  height: 175px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-responsibility .slider .item .image-area:hover.video:after {
  background-color: rgba(255, 255, 255, 0.3);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-responsibility .slider .item .image-area.video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border: 1px solid #fff;
  border-radius: 50%;
  width: 172px;
  height: 172px;
  z-index: 99;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-responsibility .slider .item .image-area.video:after {
  content: '\f04b';
  font-family: FontAwesome;
  color: #fff;
  font-size: 32px;
  position: absolute;
  z-index: 99;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  padding-top: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-responsibility .slider .item .description-area {
  padding-left: 30px;
  font-family: "League Spartan", sans-serif;
}

.homepage-responsibility .slider .item .description-area header {
  padding: 0 0 20px;
  position: relative;
  margin-bottom: 30px;
}

.homepage-responsibility .slider .item .description-area header hr {
  border-color: #2f50e2;
  margin: 15px 0 0;
  bottom: 0;
  position: absolute;
  width: 1200px;
}

.homepage-responsibility .slider .item .description-area header .share-links {
  float: right;
}

.homepage-responsibility .slider .item .description-area h4 {
  font-size: 14px;
  font-weight: 700;
  color: #2f50e2;
  margin: 7px 0 0;
  float: left;
}

.homepage-responsibility .slider .item .description-area h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f50e2;
  margin: 7px 0 0;
  float: left;
  letter-spacing: normal;
}

.homepage-responsibility .slider .item .description-area h3:before {
  display: none;
}

.homepage-responsibility .slider .item .description-area p {
  font-size: 18px;
  color: #5c666f;
  line-height: 180%;
  margin-bottom: 50px;
}

.homepage-responsibility .slider .item .description-area .read-more {
  color: #857650;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  display: inline-block;
}

.homepage-responsibility .slider .item .description-area .read-more:before {
  content: '';
  font-family: FontAwesome;
  color: #fff;
  background: url(../images/angle-right.png) center no-repeat;
  display: block;
  float: left;
  text-align: center;
  font-size: 16px;
  margin-right: 18px;
  width: 25px;
  height: 25px;
  margin-top: -4px;
  background-color: #2f50e2;
}

.homepage-responsibility .slider .item .description-area .read-more:hover {
  color: #2f50e2;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-responsibility .slider .item .description-area .img {
  height: 120px;
}

.homepage-responsibility .slider .slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.homepage-responsibility .slider .slider-nav .slick-arrow {
  width: 54px;
  height: 54px;
  display: inline-block;
  border: 1px solid transparent;
  color: #2f50e2;
  position: relative;
}

.homepage-responsibility .slider .slider-nav .slick-arrow:hover {
  border-color: #2f50e2;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.homepage-responsibility .slider .slider-nav .slick-arrow:before {
  font-family: icomoon;
  position: absolute;
  top: 50%;
  font-size: 10px;
  margin-top: -7px;
}

.homepage-responsibility .slider .slider-nav .slick-arrow.slick-prev {
  margin: 0 35px 0 15px;
}

.homepage-responsibility .slider .slider-nav .slick-arrow.slick-prev:before {
  content: '\e906';
  right: -25px;
}

.homepage-responsibility .slider .slider-nav .slick-arrow.slick-next {
  margin: 0 0 0 35px;
}

.homepage-responsibility .slider .slider-nav .slick-arrow.slick-next:before {
  content: '\e907';
  left: -25px;
}

@media (max-width: 1199px) {
  .homepage-responsibility .slider .item .title-area {
    padding: 20px;
    position: relative;
    display: table;
  }

  .homepage-responsibility .slider .item .title-area h5 {
    font-size: 14px;
  }

  .homepage-responsibility .slider .item .title-area h4 {
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 991px) {
  .homepage-responsibility {
    padding-bottom: 150px;
  }

  .homepage-responsibility .slider {
    overflow: hidden;
  }

  .homepage-responsibility .slider .item {
    outline: none;
  }

  .homepage-responsibility .slider .item .title-area {
    margin: 0 -15px;
    height: 420px;
    padding: 20px;
    display: table;
  }

  .homepage-responsibility .slider .item .title-area h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .homepage-responsibility .slider .item .title-area h4 {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
  }

  .homepage-responsibility .slider .item .title-area h4 br {
    display: none;
  }

  .homepage-responsibility .slider .item .image-area {
    height: 490px;
    margin: 100px -15px 0;
  }

  .homepage-responsibility .slider .item .image-area:hover.video:before {
    width: 130px;
    height: 130px;
  }

  .homepage-responsibility .slider .item .image-area.video:before {
    width: 130px;
    height: 130px;
  }

  .homepage-responsibility .slider .item .image-area.video:after {
    font-size: 26px;
    width: 110px;
    height: 110px;
    padding-top: 40px;
  }

  .homepage-responsibility .slider .item .description-area {
    padding-left: 20px;
  }

  .homepage-responsibility .slider .item .description-area header {
    padding: 0 0 20px;
    position: relative;
    margin-bottom: 20px;
  }

  .homepage-responsibility .slider .item .description-area h4 {
    font-size: 13px;
  }

  .homepage-responsibility .slider .item .description-area p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .homepage-responsibility .slider .item .description-area .read-more {
    color: #857650;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    display: inline-block;
  }

  .homepage-responsibility .slider .item .description-area .read-more:before {
    content: '';
    font-family: FontAwesome;
    color: #fff;
    background: url(../images/angle-right.png) center no-repeat;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    margin-right: 18px;
    width: 25px;
    height: 25px;
    margin-top: -4px;
    background-color: #2f50e2;
  }

  .homepage-responsibility .slider .item .description-area .share-links li {
    margin: 0 5px;
  }

  .homepage-responsibility .slider .item .description-area .img {
    height: 120px;
  }

  .homepage-responsibility .slider .slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow {
    width: 54px;
    height: 54px;
    display: inline-block;
    border: 1px solid transparent;
    color: #2f50e2;
    position: relative;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow:before {
    font-family: icomoon;
    position: absolute;
    top: 50%;
    font-size: 10px;
    margin-top: -7px;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow.slick-prev {
    margin: 0 35px 0 15px;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow.slick-prev:before {
    content: '\e906';
    right: -25px;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow.slick-next {
    margin: 0 0 0 35px;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow.slick-next:before {
    content: '\e907';
    left: -25px;
  }
}

@media (max-width: 767px) {
  .homepage-responsibility {
    padding-bottom: 70px;
    background: url(../images/bg-responsibility.png) bottom repeat-x #fff;
  }

  .homepage-responsibility h2 {
    margin-bottom: 40px;
    letter-spacing: 3px;
  }

  .homepage-responsibility h2:before {
    height: 60px;
    margin-bottom: 40px;
  }

  .homepage-responsibility h3 {
    font-size: 15px;
  }

  .homepage-responsibility h3:before {
    height: 60px;
    margin-bottom: 40px;
  }

  .homepage-responsibility h3 br {
    display: none;
  }

  .homepage-responsibility .slider {
    padding-bottom: 120px;
  }

  .homepage-responsibility .slider .item .title-area {
    height: 280px;
    position: relative;
    display: table;
    padding: 0 20px;
  }

  .homepage-responsibility .slider .item .title-area .bg {
    position: absolute;
    background-color: #2f50e2;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
  }

  .homepage-responsibility .slider .item .title-area h5 {
    position: relative;
    z-index: 10;
    font-size: 15px;
    color: #1f2e30;
    font-family: "League Spartan", sans-serif;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .homepage-responsibility .slider .item .title-area h4 {
    position: relative;
    z-index: 10;
    font-size: 18px;
    font-family: "League Spartan", sans-serif;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 130%;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }

  .homepage-responsibility .slider .item .title-area h4 br {
    display: none;
  }

  .homepage-responsibility .slider .item .image-area {
    background-size: cover;
    margin: 0 -30px;
    display: block;
    position: relative;
  }

  .homepage-responsibility .slider .item .image-area:hover.video:before {
    width: 120px;
    height: 120px;
  }

  .homepage-responsibility .slider .item .image-area.video:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    z-index: 99;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .homepage-responsibility .slider .item .image-area.video:after {
    content: '\f04b';
    font-family: FontAwesome;
    color: #fff;
    font-size: 32px;
    position: absolute;
    z-index: 99;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    padding-top: 28px;
  }

  .homepage-responsibility .slider .item .description-area {
    background-color: #fff;
    margin: 0 -15px;
    padding: 0 15px 15px;
  }

  .homepage-responsibility .slider .item .description-area header {
    padding: 0 0 20px;
    position: relative;
    margin-bottom: 30px;
  }

  .homepage-responsibility .slider .item .description-area header hr {
    border-color: #2f50e2;
    margin: 15px 0 0;
    bottom: 0;
    position: absolute;
    width: 1200px;
  }

  .homepage-responsibility .slider .item .description-area h4 {
    font-size: 14px;
    float: left;
  }

  .homepage-responsibility .slider .item .description-area p {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .homepage-responsibility .slider .item .description-area p br {
    display: none;
  }

  .homepage-responsibility .slider .item .description-area .read-more {
    color: #857650;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    display: inline-block;
  }

  .homepage-responsibility .slider .item .description-area .read-more:before {
    content: '';
    font-family: FontAwesome;
    color: #fff;
    background: url(../images/angle-right.png) center no-repeat;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    margin-right: 18px;
    width: 25px;
    height: 25px;
    margin-top: -4px;
    background-color: #2f50e2;
  }

  .homepage-responsibility .slider .item .description-area .img {
    height: 120px;
  }

  .homepage-responsibility .slider .slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow {
    width: 54px;
    height: 54px;
    display: inline-block;
    border: 1px solid #2f50e2;
    color: #2f50e2;
    position: relative;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow:before {
    font-family: icomoon;
    position: absolute;
    top: 50%;
    font-size: 10px;
    margin-top: -7px;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow.slick-prev {
    margin: 0 35px 0 0;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow.slick-prev:before {
    content: '\e906';
    right: -25px;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow.slick-next {
    margin: 0 0 0 35px;
  }

  .homepage-responsibility .slider .slider-nav .slick-arrow.slick-next:before {
    content: '\e907';
    left: -25px;
  }
}

.homepage-project {
  border-bottom: 1px solid #eaeeed;
  padding-bottom: 80px;
}

.homepage-project .spot {
  font-size: 44px;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  color: #5c666f;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 50px;
}

.homepage-project .spot:before {
  content: '';
  display: block;
  margin: 0 auto 30px;
  width: 1px;
  height: 100px;
  background-color: #2f50e2;
}

.homepage-project .row {
  margin-bottom: 70px;
}

.homepage-project.project-1 {
  overflow: hidden;
}

.homepage-project.project-1 .img {
  margin: 0 -15px;
}

.homepage-project.project-1 .img img {
  display: block;
  margin: 0 auto;
}

.homepage-project.project-1 .desc {
  margin-top: 60px;
  padding: 50px 15px 50px 60px;
  position: relative;
}

.homepage-project.project-1 .desc .bg {
  background: url(../images/bg-dot.png);
  position: absolute;
  width: 900px;
  left: 0;
  top: 0;
  height: 100%;
}

.homepage-project.project-1 .desc h3 {
  font-size: 35px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 30px;
  position: relative;
  z-index: 10;
}

.homepage-project.project-1 .desc p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  margin-bottom: 60px;
  position: relative;
  position: relative;
  z-index: 10;
}

.homepage-project.project-1 .desc p:before {
  content: '';
  width: 46px;
  height: 1px;
  background-color: #2f50e2;
  display: block;
  position: absolute;
  top: 10px;
  left: -70px;
}

.homepage-project.project-1 .desc .share-links {
  position: relative;
  z-index: 10;
}

.homepage-project.project-1 .lead {
  text-align: center;
  color: #2f50e2;
  font-size: 31px;
  font-weight: 300;
  font-family: "League Spartan", sans-serif;
  margin-bottom: 60px;
}

.homepage-project.project-2 {
  padding-bottom: 60px;
}

.homepage-project.project-2 .spot {
  margin-bottom: 70px;
}

.homepage-project.project-2 .project-logo {
  display: block;
  margin: 0 auto;
}

.homepage-project.project-3 {
  padding: 70px 0 43px;
  background: url(../images/bg-dot.png) top;
}

.homepage-project.project-3 .title {
  padding: 0 50px 0 0;
}

.homepage-project.project-3 .title h4 {
  font-size: 48px;
  font-family: "League Spartan", sans-serif;
  color: #2f50e2;
  font-weight: 700;
  line-height: 1.3;
}

.homepage-project.project-3 .desc {
  font-family: "League Spartan", sans-serif;
}

.homepage-project.project-3 .desc .lg {
  font-size: 28px;
  color: #000;
  font-weight: 300;
  margin-bottom: 30px;
}

.homepage-project.project-3 .desc .sm {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .homepage-project {
    padding-bottom: 70px;
  }

  .homepage-project .spot {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .homepage-project .spot:before {
    height: 80px;
  }

  .homepage-project .row {
    margin-bottom: 60px;
  }

  .homepage-project.project-1 .img {
    margin: 0;
  }

  .homepage-project.project-1 .desc {
    margin-top: 30px;
    padding: 30px;
    position: relative;
  }

  .homepage-project.project-1 .desc .bg {
    background: url(../images/bg-dot.png);
    position: absolute;
    width: 900px;
    left: 0;
    top: 0;
    height: 100%;
  }

  .homepage-project.project-1 .desc h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .homepage-project.project-1 .desc p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .homepage-project.project-1 .desc p:before {
    display: none;
  }

  .homepage-project.project-1 .desc .share-links {
    position: relative;
    z-index: 10;
  }

  .homepage-project.project-1 .lead {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .homepage-project.project-2 {
    padding-bottom: 40px;
  }

  .homepage-project.project-2 .spot {
    margin-bottom: 50px;
  }

  .homepage-project.project-3 {
    padding: 30px 0 10px;
    text-align: center;
  }

  .homepage-project.project-3 .title {
    padding: 0;
  }

  .homepage-project.project-3 .title h4 {
    font-size: 38px;
  }

  .homepage-project.project-3 .desc {
    font-family: "League Spartan", sans-serif;
  }

  .homepage-project.project-3 .desc .lg {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .homepage-project.project-3 .desc .sm {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .homepage-project {
    padding-bottom: 70px;
  }

  .homepage-project .spot {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .homepage-project .spot:before {
    height: 60px;
  }

  .homepage-project .row {
    margin-bottom: 60px;
  }

  .homepage-project.project-1 .img {
    margin: 0;
  }

  .homepage-project.project-1 .desc {
    margin-top: 30px;
    padding: 0;
    position: relative;
  }

  .homepage-project.project-1 .desc .bg {
    display: none;
  }

  .homepage-project.project-1 .desc h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .homepage-project.project-1 .desc p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .homepage-project.project-1 .lead {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .homepage-project.project-2 {
    padding-bottom: 30px;
  }

  .homepage-project.project-2 .spot {
    margin-bottom: 40px;
  }

  .homepage-project.project-3 {
    padding: 30px 0 10px;
    text-align: center;
  }

  .homepage-project.project-3 .title {
    padding: 0;
    margin-bottom: 30px;
  }

  .homepage-project.project-3 .title h4 {
    font-size: 24px;
  }

  .homepage-project.project-3 .desc {
    font-family: "League Spartan", sans-serif;
  }

  .homepage-project.project-3 .desc .lg {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .homepage-project.project-3 .desc .sm {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.footer .footer-top {
  background-color: #ffffff;
}

.footer .footer-top .container {
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer .footer-top .container .logo {
  float: left;
  margin-top: 2px;
}

.footer .footer-top .container h6 {
  float: right;
  margin: 7px 30px 0 0;
  font-size: 13px;
  font-family: "League Spartan", sans-serif;
  color: #2f50e2;
}

.footer .footer-top .container .social {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer .footer-top .container .social li {
  float: left;
  border-right: 1px solid #2f50e2;
  padding: 0 10px;
  text-align: center;
}

.footer .footer-top .container .social li:last-child {
  border-right: none;
}

.footer .footer-top .container .social li a {
  position: relative;
  height: 24px;
  padding: 0 5px;
  display: block;
  color: #2f50e2;
  font-size: 16px;
  text-align: center;
}

.footer .footer-top .container .social li a:hover {
  color: #fff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer .footer-top .container .social li a .fa {
  line-height: 24px;
}

.footer .footer-top .container .social li a .fa.fa-instagram {
  font-size: 19px;
}

.footer .footer-body {
  background-color: #202020;
  padding: 60px 0;
}

.footer .footer-body .footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer .footer-body .footer-nav>li {
  margin: 0;
  padding: 0;
  float: left;
  max-width: 25%;
  padding: 0 25px 0 0;
  width: auto;
  display: block;
}

.footer .footer-body .footer-nav>li:last-child {
  padding-right: 0;
}

.footer .footer-body .footer-nav>li>a {
  color: #b9c0cd;
  font-size: 12px;
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.footer .footer-body .footer-nav-zh>li {
  width: 50%;
  max-width: unset;
}

.footer .footer-body .sub-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer .footer-body .sub-nav li {
  display: block;
  padding-left: 12px;
  position: relative;
  margin-bottom: 20px;
}

.footer .footer-body .sub-nav li:hover:before {
  background-color: #2f50e2;
}

.footer .footer-body .sub-nav li:last-child {
  margin-bottom: 0;
}

.footer .footer-body .sub-nav li:before {
  content: '';
  width: 2px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background-color: #f9f9fb;
  top: 50%;
  margin-top: -1px;
}

.footer .footer-body .sub-nav li a {
  display: inline-block;
  font-size: 13px;
  font-family: "League Spartan", sans-serif;
  color: #f9f9fb;
}

.footer .footer-body .sub-nav li a:hover {
  color: #2f50e2;
}

.footer .footer-bottom {
  background-color: #161616;
  padding: 22px 0;
}

.footer .footer-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer .footer-bottom ul li {
  display: inline-block;
}

.footer .footer-bottom ul li:last-child:after {
  display: none;
}

.footer .footer-bottom ul li:after {
  content: '-';
  display: inline-block;
  color: #606c78;
  margin: 0 30px 0;
}

.footer .footer-bottom ul li a {
  display: inline-block;
  color: #606c78;
  font-family: "League Spartan", sans-serif;
  font-size: 12px;
}

.footer .footer-bottom ul li a:hover {
  color: #2f50e2;
}

@media (max-width: 1199px) {
  .footer .footer-body .footer-nav>li {
    max-width: 20%;
    padding-right: 25px;
  }

  .footer .footer-body .footer-nav-zh>li {
    width: 50%;
    max-width: unset;
  }
}

@media (max-width: 991px) {
  .footer .footer-body .footer-nav>li {
    margin: 0 0 15px;
    padding: 0;
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .footer .footer-body .footer-nav>li:last-child {
    margin-bottom: 0;
  }

  .footer .footer-body .footer-nav>li>a {
    color: #b9c0cd;
    font-size: 14px;
    font-weight: 700;
    font-family: "League Spartan", sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 5px;
  }

  .footer .footer-body .sub-nav {
    display: none;
  }

  .footer .footer-body .sub-nav li {
    display: block;
    padding-left: 12px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .footer .footer-top .container {
    padding: 24px;
  }

  .footer .footer-top .container .logo {
    float: none;
  }

  .footer .footer-top .container .logo img {
    display: block;
    margin: 0 auto 15px;
  }

  .footer .footer-top .container h6 {
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 13px;
    font-family: "League Spartan", sans-serif;
    color: #2f50e2;
  }

  .footer .footer-top .container .social {
    float: none;
    display: block;
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .footer .footer-top .container .social li {
    float: none;
    display: inline-block;
    padding: 0 8px;
    text-align: center;
  }

  .footer .footer-top .container .social li:last-child {
    border-right: none;
  }

  .footer .footer-body {
    background-color: #202020;
    padding: 40px 0;
  }

  .footer .footer-body .footer-nav>li {
    margin: 0 0 15px;
    padding: 0;
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .footer .footer-body .footer-nav>li:last-child {
    margin-bottom: 0;
  }

  .footer .footer-body .footer-nav>li>a {
    color: #b9c0cd;
    font-size: 14px;
    font-weight: 700;
    font-family: "League Spartan", sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 5px;
  }

  .footer .footer-body .sub-nav {
    display: none;
  }

  .footer .footer-body .sub-nav li {
    display: block;
    padding-left: 12px;
    margin-bottom: 5px;
  }

  .footer .footer-bottom {
    background-color: #161616;
    padding: 30px 0;
  }

  .footer .footer-bottom ul {
    text-align: left;
  }

  .footer .footer-bottom ul li {
    display: block;
    margin-bottom: 20px;
  }

  .footer .footer-bottom ul li:last-child {
    margin-bottom: 0;
  }

  .footer .footer-bottom ul li:after {
    display: none;
  }

  .footer .footer-bottom ul li a {
    font-size: 13px;
  }
}

.breadcrumb-bar {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  height: 40px;
  background-color: #f5f6f9;
}

.breadcrumb-bar .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
}

.breadcrumb-bar .breadcrumb>li+li:before {
  content: '›';
  padding: 0 5px;
  color: #7d8b95;
}

.breadcrumb-bar .breadcrumb li.active {
  color: #626b6f;
}

.breadcrumb-bar .breadcrumb li a {
  color: #b6bfc5;
}

@media (max-width: 767px) {
  .breadcrumb-bar .breadcrumb {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
}

.subpage {
  font-size: 14px;
  color: #5c666f;
  font-family: "League Spartan", sans-serif;
}

.subpage .row {
  margin-bottom: 60px;
}

.subpage .row .txt {
  padding: 0 15px;
  line-height: 160%;
}

.subpage p {
  margin-bottom: 30px;
}

.subpage h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  font-family: "League Spartan", sans-serif;
  color: #2f50e2;
  margin: 70px 0 40px;
}

.subpage h2 {
  font-size: 16px;
  font-weight: 700;
  color: #2f50e2;
  letter-spacing: 7px;
  font-family: "League Spartan", sans-serif;
  text-align: center;
  margin: 0 0 35px 0;
}

.subpage .sub-title {
  margin-bottom: 120px;
}

.subpage .sub-title::after {
  content: '';
  width: 1px;
  height: 70px;
  background-color: #2f50e2;
  display: block;
  margin: 40px auto 40px;
}

.subpage h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 15px;
  color: #2f50e2;
}

.subpage .sub-menu-1 {
  list-style-type: none;
  margin: 0 0 70px;
  padding: 20px 0 0;
  font-size: 0;
  text-align: center;
}

.subpage .sub-menu-1.sub-menu-1-slider li {
  display: inline-block;
}

.subpage .sub-menu-1.sub-menu-1-slider li:first-child {
  display: inline-block;
  opacity: 1;
}

.subpage .sub-menu-1.sub-menu-1-slider.slick-initialized li {
  display: block;
}

.subpage .sub-menu-1.sub-menu-1-slider.slick-initialized li:first-child {
  opacity: 1;
}

.subpage .sub-menu-1.slick-slider {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.subpage .sub-menu-1.slick-slider .slick-arrow {
  position: absolute;
  top: 56px;
  width: 16px;
  height: 16px;
  display: block;
}

.subpage .sub-menu-1.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}

.subpage .sub-menu-1.slick-slider .slick-arrow.slick-next {
  right: 0;
  background: url(../images/sub-menu-right-arrow.png) center no-repeat;
}

.subpage .sub-menu-1.slick-slider .slick-arrow.slick-prev {
  left: 0;
  background: url(../images/sub-menu-left-arrow.png) center no-repeat;
}

.subpage .sub-menu-1.slick-slider .slick-active:nth-child(6)>a {
  border-right: none;
}

.subpage .sub-menu-1.slick-slider .slick-active:nth-child(7)>a {
  border-left: none;
}

.subpage .sub-menu-1.col-2 li {
  width: 50%;
  outline: none;
}

.subpage .sub-menu-1.col-2 li a {
  width: 100%;
}

.subpage .sub-menu-1.col-3 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.subpage .sub-menu-1.col-3 li {
  width: 33.333%;
  outline: none;
}

.subpage .sub-menu-1.col-3 li a {
  width: 100%;
}

.subpage .sub-menu-1 li {
  display: inline-block;
  outline: none;
}

.subpage .sub-menu-1 li.slick-slide>a {
  width: 100%;
  outline: none;
}

.subpage .sub-menu-1 li.active a {
  background-color: #2f50e2;
  color: #fff;
}

.subpage .sub-menu-1 li.active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2f50e2;
  border-width: 8px;
  margin-left: -8px;
}

.subpage .sub-menu-1 li:last-child a {
  border-right: none;
}

.subpage .sub-menu-1 li a {
  text-align: center;
  display: block;
  padding: 0;
  width: 166px;
  height: 90px;
  position: relative;
  background-color: #f9f9fb;
  font-size: 14px;
  color: #546876;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  border-right: 1px solid #e8e8e9;
}

.subpage .sub-menu-1 li a span {
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 25px;
  text-transform: capitalize;
}

.subpage .sub-menu-2 {
  list-style-type: none;
  margin: 0 0 80px 0;
  padding: 0;
  text-align: center;
  font-size: 0pt;
}

.subpage .sub-menu-2 li {
  display: inline-block;
}

.subpage .sub-menu-2 li.active a {
  color: #2f50e2;
  position: relative;
  background-color: #fff;
}

.subpage .sub-menu-2 li.active a:after {
  content: '\f0d7';
  color: #2f50e2;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  bottom: 8px;
  font-size: 16px;
}

.subpage .sub-menu-2 li:last-child a {
  border-right: 1px solid #eaeeed;
}

.subpage .sub-menu-2 li a {
  width: 285px;
  height: 80px;
  position: relative;
  border: 1px solid #eaeeed;
  border-bottom: none;
  border-right: none;
  background-color: #f9f9fb;
  font-size: 19px;
  font-weight: 300;
  color: #898d8e;
  display: block;
  text-align: center;
  padding: 0;
}

.subpage .sub-menu-2 li a span {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
  text-align: center;
  display: block;
  text-align: center;
  width: 100%;
}

.subpage .spot {
  font-size: 42px;
  text-align: center;
  color: #5c666f;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  margin: 0 0 90px 0;
}

.subpage .spot.spot-small {
  font-size: 30px;
  line-height: 1.4;
}

.subpage .spot.spot-xsmall {
  font-size: 15px;
}

.subpage .spot.spot-pdf {
  color: #000;
}

.subpage .spot.spot-pdf>a {
  color: #000;
}

.subpage .spot span {
  display: block;
}

.subpage .spot:before {
  content: '';
  width: 1px;
  height: 70px;
  background-color: #2f50e2;
  display: block;
  margin: 0 auto 40px;
}

.subpage .desc {
  font-size: 31px;
  text-align: center;
  margin: 200px 0;
}

.subpage .accessibility-list {
  padding: 0;
}

.subpage .accessibility-list li {
  list-style: none;
  position: relative;
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #f1f0f1;
}

.subpage .accessibility-list li:first-child {
  border-top: 1px solid #f1f0f1;
}

.subpage .accessibility-list li:last-child {
  border-bottom: none;
}

.subpage .accessibility-list li .icon-wrapper {
  display: inline-block;
  height: 200px;
  width: 15%;
  float: left;
}

.subpage .accessibility-list li .icon-wrapper .icon-ekran-okuyucu {
  background-image: url(../images/icons/ekran-okuyucu.png);
  display: block;
  width: 147px;
  height: 97px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.subpage .accessibility-list li .icon-wrapper .icon-alt-yazi {
  background-image: url(../images/icons/alt-yazi.png);
  display: block;
  width: 120px;
  height: 98px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  margin: 0 auto;
}

.subpage .accessibility-list li .icon-wrapper .icon-sayfa-guncelleme {
  background-image: url(../images/icons/sayfa-guncelleme.png);
  display: block;
  width: 137px;
  height: 110px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  margin: 0 auto;
}

.subpage .accessibility-list li .icon-wrapper .icon-sesli-komut {
  background-image: url(../images/icons/sesli-komut.png);
  display: block;
  width: 121px;
  height: 120px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  margin: 0 auto;
}

.subpage .accessibility-list li .icon-wrapper .icon-dil-secenekleri {
  background-image: url(../images/icons/dil-secenekleri.png);
  display: block;
  width: 119px;
  height: 118px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  margin: 0 auto;
}

.subpage .accessibility-list li .icon-wrapper .icon-sabit-arama {
  background-image: url(../images/icons/sabit-arama.png);
  display: block;
  width: 119px;
  height: 98px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  margin: 0 auto;
}

.subpage .accessibility-list li .text-wrapper {
  display: inline-block;
  width: 80%;
  float: right;
}

.subpage .accessibility-list li .text-wrapper .list-desc {
  font-size: 15px;
  line-height: 170%;
}

@media (max-width: 1199px) {
  .subpage .sub-menu-1 {
    margin-bottom: 50px;
    padding: 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .subpage .sub-menu-1.slick-slider .slick-arrow {
    top: 33px;
  }

  .subpage .sub-menu-1 li {
    opacity: 1;
  }

  .subpage .sub-menu-1 li.active a:after {
    border-width: 8px;
    margin-left: -8px;
  }

  .subpage .sub-menu-1 li a {
    font-size: 14px;
    height: 80px;
    width: 156px;
    white-space: normal;
  }

  .subpage .sub-menu-1 li a span {
    padding: 0 20px;
  }

  .subpage .sub-menu-2 {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .subpage .sub-menu-2>li>a {
    white-space: normal;
    width: 260px;
  }

  .subpage .spot {
    font-size: 36px;
    margin-bottom: 70px;
  }

  .subpage .spotspot-small {
    font-size: 32px;
  }

  .subpage .spot span {
    display: block;
  }

  .subpage .spot br {
    display: none;
  }

  .subpage .spot:before {
    content: '';
    width: 1px;
    height: 70px;
    background-color: #2f50e2;
    display: block;
    margin: 0 auto 30px;
  }
}

@media (max-width: 991px) {
  .subpage .accessibility-list li .text-wrapper {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .subpage .row {
    margin-bottom: 40px;
  }

  .subpage .row .txt {
    padding: 0 15px;
  }

  .subpage .sub-menu-1.col-3 li {
    width: auto;
  }

  .subpage .sub-menu-1.col-3 li a {
    width: 170px;
  }

  .subpage p {
    margin-bottom: 20px;
  }

  .subpage h1 {
    font-size: 25px;
    margin: 40px 0;
  }

  .subpage h2 {
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }

  .subpage .spot {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .subpage .spot.spot-small {
    font-size: 18px;
  }

  .subpage .sub-menu-2>li>a {
    width: 220px;
    font-size: 16px;
    height: 70px;
  }

  .subpage .accessibility-list {
    padding: 0;
  }

  .subpage .accessibility-list li {
    padding: 20px 0;
  }

  .subpage .accessibility-list li .icon-wrapper {
    display: block;
    width: 100%;
  }

  .subpage .accessibility-list li .icon-wrapper .icon {
    margin: 0 auto;
  }

  .subpage .accessibility-list li .text-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.letter-area {
  padding-top: 30px;
  max-width: 970px;
  margin: 0 auto;
  line-height: 180%;
}

.letter-area .row-text {
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
}

.letter-area .row-text .row .col-md-6 {
  width: 100%;
}

@media (max-width: 992px) {
  .letter-area .row-text {
    flex-direction: column;
  }
}

.letter-area.letter-area-list {
  padding-bottom: 60px;
}

.letter-area.letter-area-list h3 {
  margin-bottom: 20px;
}

.letter-area ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
  line-height: 150%;
}

.letter-area ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #363636;
}

.letter-area ul li:before {
  font-family: icomoon;
  font-size: 10px;
  content: '\e90f';
  color: #2f50e2;
  position: absolute;
  left: 0;
  top: 0;
}

.letter-area .mb-20 {
  margin-bottom: 20px;
}

.letter-area img.pull-left {
  margin: 0 60px 30px 0;
}

.letter-area .row {
  margin-bottom: 10px;
}

.letter-area .lead {
  font-size: 45px;
  font-weight: 300;
  color: #857650;
  margin-bottom: 40px;
  line-height: 130%;
}

.letter-area .lead.small {
  font-size: 35px;
  margin-right: -90px;
  margin-left: -90px;
}

.letter-area p {
  font-size: 15px;
  color: #363636;
}

.letter-area a {
  color: #363636;
}

.letter-area .signature {
  margin-top: 30px;
  border-top: 1px solid #eaeeed;
  padding: 60px 0;
  text-align: center;
}

.letter-area .signature p {
  margin-bottom: 0;
}

.letter-area .signature p strong {
  font-weight: 300;
  font-size: 30px;
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;
}

.letter-area .signature p span {
  color: #7b7b7b;
  display: block;
}

@media (max-width: 1199px) {
  .letter-area .lead {
    font-size: 42px;
    margin-bottom: 30px;
  }

  .letter-area .lead br {
    display: none;
  }

  .letter-area .lead.small {
    font-size: 32px;
    margin-right: 0;
    margin-left: 0;
  }

  .letter-area img.pull-left {
    margin: 0 40px 30px 0;
  }

  .letter-area .signature {
    margin-top: 30px;
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .letter-area {
    padding-top: 0;
  }

  .letter-area .mb-20 {
    margin-bottom: 0;
  }

  .letter-area .lead {
    font-size: 24px;
  }

  .letter-area .lead.small {
    font-size: 22px;
  }

  .letter-area img.pull-left {
    margin: 0 30px 15px;
  }
}

@media (max-width: 767px) {
  .letter-area {
    font-size: 14px;
  }

  .letter-area .lead {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .letter-area .lead.small {
    font-size: 22px;
    margin-right: 0;
    margin-left: 0;
  }

  .letter-area img.pull-left {
    margin: 0 0 20px;
    float: none !important;
    clear: both;
    display: block;
  }

  .letter-area .signature {
    margin-top: 30px;
    padding: 40px 0;
  }
}

.contact-page {
  padding-bottom: 90px;
}

.contact-page p {
  font-size: 17px;
  color: #5c666f;
}

.contact-page p a {
  color: #5c666f;
  text-decoration: none;
}

.contact-page .map {
  width: 100%;
  height: 400px;
  margin-bottom: 160px;
}

.contact-page .map:before {
  content: '';
  width: 1px;
  height: 70px;
  background-color: #2f50e2;
  display: block;
  margin: 0 auto 40px;
}

.contact-page .map iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.organisation-chart h2 {
  letter-spacing: 1px;
  font-size: 44px;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  color: #5c666f;
  text-align: center;
  margin-bottom: 60px;
}

.organisation-chart h2:after {
  content: '';
  width: 1px;
  height: 70px;
  background-color: #2f50e2;
  margin: 40px auto;
  display: block;
}

.organisation-chart h2.subtitle::after {
  display: none;
}

.organisation-chart .item-list {
  padding: 25px 10px 0;
  background-color: #f9f9fb;
  text-align: center;
  font-size: 0pt;
  margin: 0 auto;
  position: relative;
}

.organisation-chart .item-list>div {
  margin: 0 -15px;
}

.organisation-chart .item-list.board-members {
  max-width: 1170px;
  margin-bottom: 60px;
}

.organisation-chart .item-list.ceo {
  max-width: 360px;
  margin-bottom: 40px;
}

.organisation-chart .item-list.manager-col:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  content: '';
  width: 1px;
  height: 40px;
  background-color: #cbcbd8;
  margin: 0 auto;
  display: block;
}

.organisation-chart .managers {
  padding-top: 60px;
  position: relative;
}

.organisation-chart .managers:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 800px;
  background-color: #cbcbd8;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.organisation-chart .item {
  display: inline-block;
  width: 275px;
  height: 90px;
  background-color: #fff;
  margin: 0 8px 30px;
}

.organisation-chart .item img {
  float: left;
  max-width: 90px;
}

.organisation-chart .item:hover>.content>.overlay {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.organisation-chart .item .content {
  float: left;
  width: 185px;
  border: 1px solid #e9e5e8;
  border-left: none;
  height: 90px;
  position: relative;
  padding: 0 15px 0 15px;
  text-align: left;
}

.organisation-chart .item .content h5 {
  font-size: 21px;
  color: #363636;
  font-weight: 300;
  margin: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.organisation-chart .item .content h5>span {
  margin-top: 4px;
  display: block;
  font-size: 15px;
  color: #7b7b7b;
}

.organisation-chart .item .content h5>span .detail {
  font-size: 12px;
  margin-bottom: 0px;
}

.organisation-chart .item .content .overlay {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2f50e2;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  padding: 16px 15px 0;
}

@media (max-width: 1199px) {
  .organisation-chart h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .organisation-chart h2:after {
    margin: 30px auto;
  }

  .organisation-chart .item-list {
    padding: 10px 10px 0;
  }

  .organisation-chart .item-list>div {
    margin: 0 -5px;
  }

  .organisation-chart .item-list.board-members {
    max-width: 1020px;
    margin-bottom: 60px;
  }

  .organisation-chart .item-list.ceo {
    max-width: 300px;
    margin-bottom: 60px;
  }

  .organisation-chart .item-list.ceo .item {
    margin-bottom: 10px;
  }

  .organisation-chart .item-list.manager-col {
    margin: 0 -5px;
  }

  .organisation-chart .managers {
    padding-top: 60px;
    position: relative;
  }

  .organisation-chart .managers:before {
    width: 647px;
  }

  .organisation-chart .item {
    display: inline-block;
    width: 223px;
    height: 70px;
    margin: 0 4px 15px;
  }

  .organisation-chart .item img {
    float: left;
    max-width: 70px;
  }

  .organisation-chart .item .content {
    float: left;
    width: 153px;
    height: 70px;
    padding: 0 10px 0 15px;
  }

  .organisation-chart .item .content h5 {
    font-size: 16px;
    padding-right: 10px;
  }

  .organisation-chart .item .content h5>span {
    margin-top: 3px;
    font-size: 12px;
  }

  .organisation-chart .item .content .overlay {
    font-size: 16px;
    padding: 14px 20px 0;
  }
}

@media (max-width: 991px) {
  .organisation-chart h2 {
    letter-spacing: 1px;
    font-size: 44px;
    font-family: "League Spartan", sans-serif;
    font-weight: 300;
    color: #5c666f;
    text-align: center;
    margin-bottom: 60px;
  }

  .organisation-chart h2:after {
    content: '';
    width: 1px;
    height: 70px;
    background-color: #2f50e2;
    margin: 40px auto;
    display: block;
  }

  .organisation-chart .item-list {
    padding: 30px 30px 0;
    background-color: #f9f9fb;
    text-align: center;
    font-size: 0pt;
    margin: 0 auto;
    position: relative;
  }

  .organisation-chart .item-list>div {
    margin: 0 -15px;
  }

  .organisation-chart .item-list.ceo {
    max-width: 360px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }

  .organisation-chart .item-list.manager-col {
    margin: 0;
    padding: 30px 30px 0;
  }

  .organisation-chart .item-list.manager-col:before {
    display: none;
  }

  .organisation-chart .managers {
    padding-top: 0;
    position: relative;
  }

  .organisation-chart .managers:before {
    display: none;
  }

  .organisation-chart .item {
    display: inline-block;
    width: 300px;
    height: 100px;
    background-color: #fff;
    margin: 0 15px 30px;
  }

  .organisation-chart .item img {
    float: left;
    max-width: 100px;
  }

  .organisation-chart .item .content {
    float: left;
    width: 200px;
    border: 1px solid #e9e5e8;
    border-left: none;
    height: 100px;
    position: relative;
    padding: 0 15px 0 20px;
    text-align: left;
  }

  .organisation-chart .item .content h5 {
    font-size: 19px;
  }

  .organisation-chart .item .content h5>span {
    margin-top: 3px;
    font-size: 14px;
  }

  .organisation-chart .item .content .overlay {
    font-size: 19px;
    padding: 23px 15px 0;
  }
}

@media (max-width: 767px) {
  .organisation-chart h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .organisation-chart h2:after {
    margin: 20px auto;
  }

  .organisation-chart .item-list {
    padding: 10px 10px 0;
  }

  .organisation-chart .item-list>div {
    margin: 0;
  }

  .organisation-chart .item-list.board-members {
    margin-bottom: 40px;
  }

  .organisation-chart .item-list.ceo {
    max-width: 100%;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }

  .organisation-chart .item-list.manager-col {
    margin: 0;
    padding: 10px 10px 0;
  }

  .organisation-chart .item-list.manager-col:before {
    display: none;
  }

  .organisation-chart .managers {
    padding-top: 0;
    position: relative;
  }

  .organisation-chart .managers:before {
    display: none;
  }

  .organisation-chart .item {
    display: inline-block;
    width: 270px;
    height: 85px;
    margin: 0 0 10px 0;
  }

  .organisation-chart .item img {
    float: left;
    max-width: 85px;
  }

  .organisation-chart .item .content {
    width: 185px;
    height: 85px;
    padding: 0 10px 0 15px;
  }

  .organisation-chart .item .content h5 {
    font-size: 18px;
  }

  .organisation-chart .item .content h5>span {
    margin-top: 3px;
    font-size: 13px;
  }

  .organisation-chart .item .content .overlay {
    font-size: 19px;
    padding: 23px 15px 0;
  }
}

.cv-modal {
  z-index: 9999 !important;
}

.cv-modal .modal-dialog {
  width: 700px;
  margin-top: 90px;
}

.cv-modal .modal-dialog .modal-content {
  position: relative;
  padding: 70px;
  border-radius: 0;
}

.cv-modal .modal-dialog .modal-content .modal-header {
  position: relative;
  border-bottom: none;
  padding: 0;
  margin-bottom: 30px;
}

.cv-modal .modal-dialog .modal-content .modal-header img {
  float: left;
}

.cv-modal .modal-dialog .modal-content .modal-header h5 {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 240px;
  margin: 0;
  color: #363636;
  font-size: 34px;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
}

.cv-modal .modal-dialog .modal-content .modal-header h5 span {
  display: block;
  margin-top: 3px;
  font-size: 16px;
  color: #7b7b7b;
}

.cv-modal .modal-dialog .modal-content .modal-body {
  padding: 0 30px 0 0;
  margin-right: -20px;
  max-height: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  font-weight: 300;
  font-family: "League Spartan", sans-serif;
  color: #393939;
  text-align: justify;
  line-height: 160%;
}

.cv-modal .modal-dialog .modal-content .modal-body p {
  margin-bottom: 20px;
}

.cv-modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: #8a8d8e;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .cv-modal .modal-dialog {
    width: auto;
  }

  .cv-modal .modal-dialog .modal-content {
    padding: 50px 15px 15px;
  }

  .cv-modal .modal-dialog .modal-content .modal-header {
    position: relative;
    border-bottom: none;
    padding: 0;
    margin-bottom: 15px;
  }

  .cv-modal .modal-dialog .modal-content .modal-header img {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }

  .cv-modal .modal-dialog .modal-content .modal-header h5 {
    position: static !important;
    font-size: 24px;
    transform: none;
    text-align: center;
  }

  .cv-modal .modal-dialog .modal-content .modal-header h5 span {
    font-size: 14px;
  }

  .cv-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    margin-right: 0;
    max-height: 1000px;
    overflow: hidden;
    font-size: 14px;
  }

  .cv-modal .modal-dialog .modal-content .modal-body p {
    margin-bottom: 20px;
  }

  .cv-modal .modal-dialog .modal-content .close {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 90px;
  }
}

.our-founder {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  font-family: "League Spartan", sans-serif;
  line-height: 160%;
}

.our-founder p {
  margin-bottom: 30px;
}

.our-founder strong {
  font-weight: 700;
}

.our-founder .header {
  background: url(../images/bg-kurucumuz.jpg) center no-repeat;
  background-size: cover;
  margin: 0 0 80px 0;
}

.our-founder .header .row {
  margin-bottom: 0;
}

.our-founder .header .text {
  text-align: center;
  padding: 35px 40px 20px;
  font-family: "League Spartan", sans-serif;
}

.our-founder .header .text p {
  font-size: 16px;
  color: #a1b1c2;
  font-weight: 300;
}

.our-founder .header .text strong {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}

.our-founder .spot {
  text-align: center;
  font-size: 22px;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  color: #393939;
  margin: 0 0 60px 0;
}

.our-founder .row {
  margin-bottom: 60px;
}

.our-founder .row .txt {
  padding: 0 15px;
}

.our-founder .higlighted-text {
  margin-bottom: 60px;
  background-color: #5c666f;
  padding: 80px 0 60px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 160%;
}

.our-founder .lead-2 {
  padding: 60px 0;
  border-top: 1px solid #eaeeed;
  text-align: center;
  color: #2f50e2;
  font-size: 19px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .our-founder {
    font-size: 16px;
    font-weight: 300;
    color: #393939;
    font-family: "League Spartan", sans-serif;
    line-height: 160%;
  }

  .our-founder p {
    margin-bottom: 20px;
  }

  .our-founder .header {
    background: url(../images/bg-kurucumuz-sm.jpg) center no-repeat;
    background-size: cover;
    height: 427px;
    margin-bottom: 60px;
  }

  .our-founder .header-md {
    margin-bottom: 40px;
    text-align: center;
  }

  .our-founder .header-md br {
    display: none;
  }

  .our-founder .spot {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
  }

  .our-founder .spot br {
    display: none;
  }

  .our-founder .row {
    margin-bottom: 40px;
  }

  .our-founder .row .txt {
    padding: 0;
  }

  .our-founder .higlighted-text {
    margin-bottom: 40px;
    padding: 60px 0 40px;
    font-size: 20px;
  }

  .our-founder .higlighted-text br {
    display: none;
  }

  .our-founder .lead-2 {
    padding: 40px 0;
    font-size: 18px;
  }

  .our-founder .lead-2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .our-founder .header {
    height: 360px;
    margin-bottom: 40px;
  }

  .our-founder .header-md {
    margin-bottom: 40px;
    text-align: center;
  }

  .our-founder .header-md br {
    display: none;
  }

  .our-founder .higlighted-text {
    margin-bottom: 40px;
    padding: 40px 0 20px;
  }
}

.sector-details {
  font-family: "League Spartan", sans-serif;
  font-size: 14px;
  color: #5c666f;
  padding-bottom: 60px;
}

.sector-details p {
  margin-bottom: 20px;
  line-height: 160%;
}

.sector-details .row-container {
  padding: 0 15px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.sector-details .row {
  margin-bottom: 60px;
}

.sector-details .row h4 {
  color: #2f50e2;
  line-height: 120%;
  font-size: 41px;
  padding-right: 35px;
  margin: 0 0 20px;
  font-weight: 300;
  border-right: 1px solid #dae0e2;
  text-align: right;
}

.sector-details .row .lead {
  color: #2f50e2;
  font-size: 21px;
}

.sector-details .row .txt {
  padding: 0 15px;
}

.sector-details .img-wide {
  margin-bottom: 60px;
}

.sector-details .sector-gallery {
  padding-bottom: 120px;
  margin-bottom: 90px;
}

.sector-details .sector-gallery .item {
  padding: 0 10px;
}

.sector-details .sector-gallery .item img {
  width: 100%;
}

.sector-details .sector-gallery .slick-arrow {
  width: 54px;
  height: 54px;
  display: inline-block;
  border: 1px solid transparent;
  color: #2f50e2;
  position: absolute;
  bottom: 0;
}

.sector-details .sector-gallery .slick-arrow:hover {
  border-color: #2f50e2;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sector-details .sector-gallery .slick-arrow:before {
  font-family: icomoon;
  position: absolute;
  top: 50%;
  font-size: 10px;
  margin-top: -7px;
}

.sector-details .sector-gallery .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -87px;
}

.sector-details .sector-gallery .slick-arrow.slick-prev:before {
  content: '\e906';
  right: -25px;
}

.sector-details .sector-gallery .slick-arrow.slick-next {
  right: 50%;
  margin-right: -87px;
}

.sector-details .sector-gallery .slick-arrow.slick-next:before {
  content: '\e907';
  left: -25px;
}

.sector-details .accordion-company-list {
  margin-bottom: 40px;
}

.sector-details .accordion-company-list .item {
  margin-bottom: 3px;
}

.sector-details .accordion-company-list .item.active .title>a {
  background-color: #2f50e2;
  color: #fff;
}

.sector-details .accordion-company-list .item.active .title>a:after {
  color: #fff;
  content: '\f107';
}

.sector-details .accordion-company-list .item .title {
  margin: 0;
}

.sector-details .accordion-company-list .item .title a {
  font-size: 21px;
  color: #2f50e2;
  display: block;
  padding: 24px 30px;
  background-color: #f9f9fb;
  position: relative;
}

.sector-details .accordion-company-list .item .title a:after {
  content: '\f105';
  font-family: FontAwesome;
  color: #2f50e2;
  font-size: 28px;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sector-details .accordion-company-list .item .body {
  display: none;
  color: #5c666f;
  padding: 40px 50px;
}

.sector-details .accordion-company-list .item .body a {
  color: #5c666f;
  font-weight: 600;
}

.sector-details .accordion-company-list .item .body .row {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sector-details .row {
    margin-bottom: 30px;
  }

  .sector-details .row h4 {
    font-size: 36px;
    padding-right: 0;
    margin-bottom: 20px;
    border-right: none;
  }

  .sector-details .row .lead {
    font-size: 18px;
  }

  .sector-details .row .txt {
    padding: 0;
  }

  .sector-details .img-wide {
    margin-bottom: 40px;
  }

  .sector-details .sector-gallery {
    padding-bottom: 90px;
    margin-bottom: 70px;
  }

  .sector-details .sector-gallery .item {
    padding: 0;
  }

  .sector-details .accordion-company-list {
    margin-bottom: 60px;
  }

  .sector-details .accordion-company-list .item {
    margin-bottom: 2px;
  }

  .sector-details .accordion-company-list .item .title a {
    font-size: 18px;
    padding: 15px 20px;
  }

  .sector-details .accordion-company-list .item .title a:after {
    font-size: 24px;
    right: 10px;
  }

  .sector-details .accordion-company-list .item .body {
    padding: 20px 30px;
  }

  .sector-details .accordion-company-list .item .body .row {
    margin-bottom: 20px;
  }
}

.link-list {
  list-style-type: none;
  padding: 0;
  margin: 30px 0;
}

.link-list li {
  display: inline-block;
  margin: 0 30px 15px 0;
  padding: 0;
}

.link-list li:last-child {
  margin-right: 0;
}

.link-list li a {
  font-weight: 300 !important;
  color: #2f50e2;
  !important;
  display: inline-block;
}

.link-list li a:before {
  content: '';
  background: url(../images/icons/icon-external-link.png) center no-repeat;
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 15px;
  margin-top: -3px;
}

@media (max-width: 767px) {
  .link-list {
    margin: 30px 0;
  }

  .link-list li {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.subpage-statistics {
  padding: 120px 0;
  background: url(../images/bg-dot.png);
  border-top: 1px solid #eaeeed;
}

.subpage-statistics .item {
  padding: 0 40px;
  margin-bottom: 40px;
}

.subpage-statistics .item .icon {
  position: relative;
  margin-bottom: 20px;
  height: 260px;
  position: relative;
  margin-bottom: 40px;
}

.subpage-statistics .item .icon img {
  display: block;
  position: absolute;
  bottom: 0;
}

.subpage-statistics .item h3 {
  font-size: 36px;
  font-weight: 700;
  color: #2f50e2;
  margin: 0 0 50px;
}

.subpage-statistics .item ul {
  margin: 0 0 20px -18px;
  padding: 0;
  list-style-type: none;
}

.subpage-statistics .item ul li {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  padding-left: 18px;
  margin-bottom: 15px;
}

.subpage-statistics .item ul li strong {
  font-weight: 700;
}

.subpage-statistics .item ul li span {
  color: #2f50e2;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.subpage-statistics .item ul li:before {
  content: '*';
  position: absolute;
  left: 0;
  top: 3px;
}

.subpage-statistics .item p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #393939;
}

@media (max-width: 767px) {
  .subpage-statistics {
    padding: 60px 0;
  }

  .subpage-statistics .item {
    padding: 0;
    margin-bottom: 30px;
  }

  .subpage-statistics .item .icon {
    position: relative;
    margin-bottom: 30px;
    height: 180px;
    position: relative;
    margin-bottom: 30px;
  }

  .subpage-statistics .item .icon img {
    display: block;
    position: static;
    margin: 0 auto;
    bottom: 0;
    max-height: 180px;
  }

  .subpage-statistics .item h3 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }

  .subpage-statistics .item ul {
    margin: 0 0 20px 0;
  }

  .subpage-statistics .item ul li {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .subpage-statistics .item ul li span {
    font-size: 18px;
  }

  .subpage-statistics .item ul li:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 2px;
  }
}

.arrows {
  padding: 0 15px;
  margin-top: -67px;
  margin-bottom: 13px;
}

.arrows .arrow {
  width: 54px;
  height: 54px;
  display: inline-block;
  border: 1px solid transparent;
  color: #2f50e2;
  position: relative;
}

.arrows .arrow:hover {
  border-color: #2f50e2;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.arrows .arrow:before {
  font-family: icomoon;
  position: absolute;
  top: 50%;
  font-size: 10px;
  margin-top: -7px;
}

.arrows .arrow.prev-arrow {
  float: left;
}

.arrows .arrow.prev-arrow:before {
  content: '\e906';
  right: -25px;
}

.arrows .arrow.next-arrow {
  float: right;
}

.arrows .arrow.next-arrow:before {
  content: '\e907';
  left: -25px;
}

@media (max-width: 767px) {
  .arrows {
    padding: 0;
    margin: -30px 0 6px;
  }

  .arrows .arrow {
    border: none;
  }

  .arrows .arrow:before {
    font-family: icomoon;
    position: absolute;
    top: 50%;
    font-size: 9px;
    margin-top: -7px;
  }

  .arrows .arrow.prev-arrow:before {
    content: '\e906';
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .arrows .arrow.next-arrow:before {
    content: '\e907';
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.our-values {
  border-top: 1px solid #eaeeed;
  border-bottom: 1px solid #eaeeed;
  padding: 120px 0 30px;
}

.our-values>.container>.row {
  margin-bottom: 0;
}

.our-values .item {
  margin-bottom: 90px;
  min-height: 175px;
}

.our-values .item .img {
  display: inline-block;
  position: relative;
}

.our-values .item .img img {
  filter: hue-rotate(200deg) saturate(2.5) brightness(0.8);
}

.our-values .item .img:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #e5e9ec;
}

.our-values .item>.row {
  padding: 0 10px 0;
  margin-bottom: 0;
}

.our-values .item h4 {
  font-size: 21px;
  color: #2f50e2;
  font-weight: 300;
  margin: 0 0 20px;
}

.our-values .item p {
  color: #363636;
  font-size: 15px;
  font-weight: 300;
  line-height: 180%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .our-values {
    padding: 60px 0 0;
  }

  .our-values>.container>.row {
    margin-bottom: 0;
  }

  .our-values .item {
    margin-bottom: 30px;
    min-height: 200px;
  }

  .our-values .item .img {
    display: inline-block;
    position: relative;
  }

  .our-values .item .img:after {
    content: '';
    position: static;
    width: 2px;
    height: 18px;
    margin: 20px auto 15px;
  }

  .our-values .item>.row {
    padding: 0;
  }

  .our-values .item h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .our-values .item p {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 15px;
  }
}

.our-values-bottom {
  padding: 90px 0;
  color: #393939;
  font-size: 15px;
  line-height: 170%;
}

.our-values-bottom .spot {
  line-height: 140% !important;
}

.our-values-bottom .img {
  border: 1px solid #eaeeed;
  padding: 20px 10px;
  margin-bottom: 30px;
}

.our-values-bottom .img img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .our-values-bottom {
    padding: 60px 0;
    font-size: 14px;
    line-height: 160%;
  }

  .our-values-bottom .img {
    border: 1px solid #eaeeed;
    padding: 15px;
    margin-bottom: 20px;
  }
}

.link {
  font-weight: 300;
  color: #857650 !important;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 4px;
  display: inline-block;
  line-height: 26px;
}

.link.link-alt {
  color: #2f50e2;
  !important;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: normal;
}

.link:before {
  content: '';
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 15px;
}

.link.link-reverse {
  color: #fff !important;
}

.link.link-reverse.external-link:before {
  background: url(../images/icons/icon-external-link-reverse.png) center no-repeat;
}

.link.external-link:before {
  background: url(../images/icons/icon-external-link.png) center no-repeat;
}

.link.details-link:before {
  background: url(../images/icons/icon-details-link.gif) center no-repeat;
}

.link.zoom-link:before {
  background: url(../images/icons/icon-zoom-link.jpg) center no-repeat;
}

.link.expand-link:before {
  background: url(../images/icons/icon-expand-link.gif) center no-repeat;
}

.share-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.share-links li {
  float: left;
  margin: 0 8px 0 0;
}

.share-links li:last-child {
  margin-right: 0;
}

.share-links li a {
  display: block;
  color: #8a8d8e;
  border: 1px solid #8a8d8e;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  line-height: 100% !important;
  outline: none;
}

.share-links li a:hover {
  color: #fff;
  border-color: #2f50e2;
  background-color: #2f50e2;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.career {
  background: url(../images/bg-dot.png);
  border-top: 1px solid #eaeeed;
  border-bottom: 1px solid #eaeeed;
  padding: 60px 0 0;
}

.career .lead {
  font-size: 34px;
  font-weight: 300;
  color: #5c666f;
  margin: 0 0 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .career .lead {
    font-size: 24px;
  }
}

.career .career-item {
  text-align: center;
  margin-bottom: 40px;
  height: 330px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .career .career-item {
    height: auto;
    padding: 15px;
    margin-bottom: 20px;
  }
}

.career .career-item .img {
  height: 170px;
  position: relative;
  margin-bottom: 15px;
}

.career .career-item .img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

.career .career-item h4 {
  color: #2f50e2;
  font-size: 26px;
  font-weight: 300;
  line-height: 150%;
}

.career .career-item h4:before {
  content: '';
  width: 2px;
  display: block;
  height: 32px;
  background-color: #eaeeed;
  margin: 0 auto 15px;
}

@media (max-width: 767px) {
  .career .career-item h4 {
    font-size: 24px;
  }

  .career .career-item h4 br {
    display: none;
  }
}

.career .bottom {
  border-top: 1px solid #eaeeed;
  background-image: none;
  padding: 100px 0;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  color: #363636;
}

.career .bottom p {
  margin-bottom: 60px;
}

.career .bottom a {
  font-weight: 700;
  color: #363636;
}

.our-brands h3 {
  font-size: 16px;
  font-weight: 700;
  color: #2f50e2;
  letter-spacing: 7px;
  font-family: "League Spartan", sans-serif;
  text-align: center;
  margin: 0 0 30px 0;
}

.our-brands h3:after {
  content: '';
  width: 1px;
  height: 70px;
  background-color: #2f50e2;
  margin: 30px auto 0;
  display: block;
}

.our-brands .brand-item {
  border: 1px solid #dadada;
  height: 270px;
  position: relative;
  margin-bottom: 30px;
  display: block;
}

.our-brands .brand-item img {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mzv {
  color: #363636;
  font-size: 15px;
  font-weight: 300;
  font-family: "League Spartan", sans-serif;
  line-height: 180%;
}

.mzv hr {
  border-color: #eaeeed;
  margin: 70px 0;
}

.mzv .row {
  margin-bottom: 70px;
}

.mzv p {
  margin-bottom: 20px;
  font-size: 15px;
}

.mzv p.text-center {
  margin: 0 0 70px 0;
}

.mzv .mzv-logo {
  display: block;
  margin: 0 auto 70px;
}

.mzv h3 {
  margin: 0 0 70px 0;
  font-size: 45px;
  font-weight: 300;
  color: #5c666f;
  text-align: center;
}

.mzv .mzv-top .container {
  max-width: 970px;
  padding-bottom: 30px;
}

.mzv .mzv-top .title {
  margin-top: 170px;
  padding-left: 30px;
}

.mzv .mzv-top .title span {
  display: block;
  color: #8a8d8e;
  font-size: 14px;
}

.mzv .mzv-top .title h4 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  line-height: 130%;
  margin: 0 0 15px 0;
  position: relative;
}

.mzv .mzv-top .title h4:before {
  content: '';
  background-color: #b6b6b6;
  height: 1px;
  width: 46px;
  position: absolute;
  left: -55px;
  top: 4px;
}

.mzv .mzv-top .play-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #2f50e2;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  font-size: 18px;
  outline: none;
}

.mzv .mzv-top .play-button:hover {
  opacity: .8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mzv .mzv-top .play-button:before {
  content: '';
  width: 72px;
  height: 72px;
  border: 1px solid #f5d4dc;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  z-index: 10;
}

.mzv .mzv-top .play-button .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.mzv .mzv-top .video-thumb img {
  margin: 0 auto;
  display: block;
}

.mzv .mzv-bottom {
  border-top: 1px solid #eaeeed;
  padding: 120px 0 40px;
  background: url(../images/mzv-bg.gif) top repeat-x;
}

.mzv .mzv-bottom h3 {
  margin-bottom: 120px;
}

.mzv .mzv-bottom .description {
  margin-top: 43px;
  padding-right: 15px;
}

.mzv .mzv-bottom .body-list p {
  text-indent: 20px;
}

.mzv .mzv-bottom ul.list-1 {
  list-style-type: none;
  padding: 0;
  line-height: 150%;
  float: left;
  width: 50%;
  padding: 0 18px;
}

.mzv .mzv-bottom ul.list-1 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.mzv .mzv-bottom ul.list-1 li:before {
  font-family: icomoon;
  font-size: 10px;
  content: '\e90f';
  color: #2f50e2;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .mzv {
    font-size: 14px;
    line-height: 170%;
  }

  .mzv hr {
    border-color: #eaeeed;
    margin: 40px 0;
  }

  .mzv .row {
    margin-bottom: 40px;
  }

  .mzv p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .mzv p.text-center {
    margin-bottom: 50px;
  }

  .mzv .mzv-logo {
    margin-bottom: 40px;
  }

  .mzv h3 {
    margin-bottom: 40px;
    font-size: 38px;
  }

  .mzv .mzv-top .container {
    max-width: 970px;
    padding-bottom: 10px;
  }

  .mzv .mzv-top .title {
    margin-top: 170px;
    padding-left: 30px;
  }

  .mzv .mzv-top .title h4 {
    font-size: 22px;
  }

  .mzv .mzv-top .title h4:before {
    content: '';
    background-color: #b6b6b6;
    height: 1px;
    width: 40px;
    position: absolute;
    left: -50px;
    top: 7px;
  }

  .mzv .mzv-bottom {
    border-top: 1px solid #eaeeed;
    padding: 40px 0 20px;
    background-image: none;
  }

  .mzv .mzv-bottom h3 {
    margin-bottom: 40px;
  }

  .mzv .mzv-bottom .description {
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .mzv {
    line-height: 160%;
  }

  .mzv hr {
    margin: 40px 0;
  }

  .mzv .row {
    margin-bottom: 30px;
  }

  .mzv p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .mzv p.text-center {
    margin-bottom: 40px;
  }

  .mzv .mzv-logo {
    margin-bottom: 40px;
  }

  .mzv h3 {
    margin-bottom: 30px !important;
    font-size: 24px;
  }

  .mzv h3 br {
    display: none;
  }

  .mzv .mzv-top .play-button {
    margin: 0 auto;
  }

  .mzv .mzv-top .title {
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
  }

  .mzv .mzv-top .title h4 {
    font-size: 24px;
  }

  .mzv .mzv-top .title h4:before {
    display: none;
  }

  .mzv .mzv-bottom {
    padding: 30px 0 20px;
    background-image: none;
  }

  .mzv .mzv-bottom h3 {
    margin-bottom: 30px;
  }

  .mzv .mzv-bottom .body-list p {
    text-indent: 0;
  }

  .mzv .mzv-bottom ul.list-1 {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.searchResults {
  padding: 30px 0 60px;
}

.searchResults .item {
  border-bottom: 1px solid #eaeeed;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.searchResults .item:last-child {
  border-bottom: none;
  margin-bottom: 15px;
}

.searchResults .item h3,
.searchResults .item h3>a {
  font-size: 22px;
  color: #363636;
  font-weight: 600;
}

.searchResults .item .content {
  font-size: 16px;
  color: #5c666f;
  margin-bottom: 15px;
}

.searchResults .item p {
  margin-bottom: 0;
}

.searchResults .item p>a {
  font-size: 14px;
  color: #2f50e2;
  margin-bottom: 0;
}

.our-story {
  margin-top: 30px;
  padding-bottom: 70px;
}

.our-story .our-story-top {
  border-top: 1px solid #eaeeed;
  background: url(../images/bg-dot.png);
  padding: 60px 0;
  margin-bottom: 60px;
  line-height: 170%;
}

.our-story .our-story-top .container {
  max-width: 970px;
}

.our-story .our-story-top h3 {
  font-size: 45px;
  font-weight: 300;
  color: #5c666f;
  text-align: center;
  margin: 0 0 40px 0;
}

.our-story .our-story-top p {
  text-align: center;
  font-size: 15px;
  color: #363636;
}

.our-story .our-story-top p.lead {
  font-size: 30px;
  line-height: 1.4;
}

.our-story h2 {
  margin-bottom: 70px;
}

.our-story .timeline {
  list-style-type: none;
  margin: 0 0 70px;
  padding: 160px 0 90px;
  position: relative;
  font-family: "League Spartan", sans-serif;
}

.our-story .timeline:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  display: block;
  background-color: #cfd7d9;
}

.our-story .timeline>li {
  width: 370px;
  position: relative;
}

.our-story .timeline>li:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 35px;
  display: block;
  background-color: #cfd7d9;
  top: 30px;
}

.our-story .timeline>li.media {
  width: 465px;
}

.our-story .timeline>li.media:nth-child(even) {
  margin-left: calc(50% - 465px);
}

.our-story .timeline>li.media p {
  float: left;
  display: block;
  width: 170px;
}

.our-story .timeline>li h3 {
  margin: 0 0 20px;
  font-size: 68px;
  font-weight: 700;
  color: #2f50e2;
}

.our-story .timeline>li h4 {
  font-size: 24px;
  font-weight: 300;
  color: #5c666f;
  margin: 0 0 15px;
  line-height: 120%;
}

.our-story .timeline>li p {
  font-size: 14px;
  font-weight: 300;
  color: #5c666f;
  line-height: 170%;
  margin: 0;
}

.our-story .timeline>li .img-container {
  float: left;
  display: block;
  margin-right: 25px;
}

.our-story .timeline>li .img-container img {
  margin-bottom: 15px;
}

.our-story .timeline>li:nth-child(odd) {
  /*background-color: #efefef;*/
  margin-left: 50%;
  padding-left: 45px;
}

.our-story .timeline>li:nth-child(odd):before {
  left: 0;
}

.our-story .timeline>li:nth-child(even) {
  padding-right: 45px;
  /*background-color: #e2a5b0;*/
  margin-left: calc(50% - 370px);
  text-align: right;
}

.our-story .timeline>li:nth-child(even):before {
  right: 0;
}

.our-story .timeline>li>ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 150%;
}

.our-story .timeline>li>ul>li {
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .our-story {
    margin-top: 30px;
    padding-bottom: 60px;
  }

  .our-story .our-story-top {
    padding: 40px 0;
    margin-bottom: 40px;
    line-height: 160%;
  }

  .our-story .our-story-top h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .our-story .our-story-top p {
    font-size: 14px;
  }

  .our-story h2 {
    margin-bottom: 40px;
  }

  .our-story .timeline {
    margin-bottom: 40px;
    padding: 180px 0 70px;
  }

  .our-story .timeline li {
    width: 360px;
  }

  .our-story .timeline li:before {
    height: 1px;
    width: 20px;
    top: 20px;
  }

  .our-story .timeline li.media {
    width: 360px;
  }

  .our-story .timeline li.media:nth-child(even) {
    margin-left: calc(50% - 360px);
  }

  .our-story .timeline li.media p {
    width: 100%;
    float: none;
    display: block;
  }

  .our-story .timeline li h3 {
    margin-bottom: 15px;
    font-size: 62px;
  }

  .our-story .timeline li h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .our-story .timeline li p {
    font-size: 14px;
    line-height: 160%;
  }

  .our-story .timeline li .img-container {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .our-story .timeline li .img-container img {
    margin-bottom: 15px;
    display: inline-block;
  }

  .our-story .timeline li:nth-child(odd) {
    margin-left: 50%;
    padding-left: 35px;
  }

  .our-story .timeline li:nth-child(even) {
    padding-right: 35px;
    margin-left: calc(50% - 360px);
    text-align: right;
  }
}

@media (max-width: 767px) {
  .our-story {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .our-story .our-story-top {
    padding: 30px 0;
    margin-bottom: 40px;
  }

  .our-story .our-story-top h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .our-story h2 {
    margin-bottom: 40px;
  }

  .our-story .timeline {
    margin-bottom: 40px;
    padding: 60px 0 40px;
  }

  .our-story .timeline:before {
    left: 0;
    right: auto;
    top: 0;
    margin: 0;
  }

  .our-story .timeline li {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }

  .our-story .timeline li:before {
    content: '';
    height: 1px;
    width: 15px;
    top: 15px;
  }

  .our-story .timeline li.media {
    width: 100%;
  }

  .our-story .timeline li.media:nth-child(even) {
    margin-left: 0;
  }

  .our-story .timeline li.media p {
    float: none;
  }

  .our-story .timeline li h3 {
    margin-bottom: 15px;
    font-size: 48px;
  }

  .our-story .timeline li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .our-story .timeline li p {
    font-size: 13px;
  }

  .our-story .timeline li .img-container img {
    margin-bottom: 10px;
  }

  .our-story .timeline li:nth-child(odd) {
    margin-left: 0;
    padding-left: 20px;
  }

  .our-story .timeline li:nth-child(even) {
    padding-left: 20px;
    padding-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .our-story .timeline li:nth-child(even):before {
    left: 0;
  }
}

.subpage-cover.akilli-hayat {
  background: url(../images/surdurulebilirlik-header.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.subpage-cover .container {
  height: 528px;
  padding-top: 90px;
}

.subpage-cover h1 {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 40px;
  color: #fff;
}

.subpage-cover p {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #fff;
}

.subpage-cover p.big-text {
  font-size: 26px;
}

@media (max-width: 991px) {
  .subpage-cover .container {
    height: auto;
    padding: 60px 0;
  }
}

.sustainability h2 {
  margin-bottom: 60px;
}

.sustainability h2:after {
  content: '';
  height: 70px;
  width: 1px;
  background-color: #2f50e2;
  margin: 30px auto 0;
  display: block;
}

.sustainability .projects {
  border-bottom: 1px solid #eaeeed;
  padding: 70px 0 60px;
}

.sustainability .projects.innovation-projects .item {
  max-width: 100%;
  text-align: center;
  height: auto;
}

.sustainability .projects.innovation-projects .item p {
  margin-bottom: 40px;
}

.sustainability .projects.innovation-projects .item .details-link {
  position: relative;
}

.sustainability .projects .project-logo {
  display: block;
  margin: 0 auto 40px;
}

.sustainability .projects .item {
  /*max-width: 270px;*/
  margin: 0 auto 20px;
  height: 630px;
  position: relative;
}

.sustainability .projects .item .desc {
  padding: 0 30px;
}

.sustainability .projects .item img {
  display: block;
  margin: 0 auto 40px;
}

.sustainability .projects .item h4 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  margin: 0 0 20px 0;
}

.sustainability .projects .item p {
  font-size: 14px;
  color: #5c666f;
  line-height: 180%;
}

.sustainability .projects .item .details-link {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.sustainability .reports {
  background: url(../images/bg-dot.png);
  padding: 90px 0;
}

.sustainability .reports h2 {
  display: inline-block;
}

.sustainability .reports h2.t-1 {
  margin-left: 14px;
}

.sustainability .reports h2.t-2 {
  margin-left: -30px;
}

.sustainability .reports .item img {
  margin: 15px auto 0;
}

.sustainability .reports .item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #5c666f;
  margin: 0 0 20px;
  line-height: 140%;
}

.sustainability .reports .item p {
  font-size: 14px;
  line-height: 180%;
  color: #5c666f;
  margin-top: 20px;
  margin-bottom: 30px;
  min-height: 100px;
  display: block;
}

@media (max-width: 991px) {
  .sustainability h2 {
    margin-bottom: 50px;
  }

  .sustainability .projects {
    border-bottom: 1px solid #eaeeed;
    padding: 50px 0 40px;
  }

  .sustainability .projects .row {
    margin-bottom: 0;
  }

  .sustainability .projects.innovation-projects .item p {
    margin-bottom: 30px;
  }

  .sustainability .projects.innovation-projects .item p br {
    display: none;
  }

  .sustainability .projects .item {
    margin-bottom: 40px;
    height: auto;
  }

  .sustainability .projects .item .desc {
    padding: 0;
    max-width: 370px;
    margin: 0 auto;
  }

  .sustainability .projects .item img {
    margin: 0 auto 25px;
  }

  .sustainability .projects .item h4 {
    height: auto;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .sustainability .projects .item p {
    margin-bottom: 20px;
  }

  .sustainability .projects .item .details-link {
    position: relative !important;
    left: 0;
    bottom: 0;
  }

  .sustainability .reports {
    background: url(../images/bg-dot.png);
    padding: 60px 0;
  }

  .sustainability .reports .row {
    margin-bottom: 0;
  }

  .sustainability .reports h2 {
    display: block;
    margin-bottom: 30px;
  }

  .sustainability .reports h2.t-1 {
    margin-left: 0;
  }

  .sustainability .reports h2.t-2 {
    margin-left: 0;
  }

  .sustainability .reports .item {
    margin-bottom: 60px;
  }

  .sustainability .reports .item img {
    margin: 0 auto 20px;
  }

  .sustainability .reports .item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 140%;
  }

  .sustainability .reports .item p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sustainability .reports .item {
    text-align: center;
  }
}

.social-projects {
  padding: 30px 0;
}

.social-projects .item {
  border-bottom: 1px solid #eaeeed;
  margin-bottom: 40px;
  padding: 40px 0;
}

.social-projects .item:last-child {
  border-bottom: 0;
}

.social-projects .item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #2f50e2;
  letter-spacing: 8px;
  font-family: "League Spartan", sans-serif;
  text-align: center;
  margin: 0 0 35px 0;
}

.social-projects .item h3:after {
  content: '';
  width: 1px;
  height: 70px;
  background-color: #2f50e2;
  display: block;
  margin: 30px auto 0;
}

.social-projects .item h4 {
  text-align: right;
  color: #2f50e2;
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 15px;
  line-height: 120%;
  font-family: "League Spartan", sans-serif;
  padding-bottom: 15px;
}

.social-projects .item .main-img {
  margin-bottom: 60px;
}

.social-projects .item .row {
  margin-bottom: 70px;
}

.social-projects .item .logo {
  text-align: right;
  padding: 0 30px;
}

.social-projects .item .txt {
  border-left: 1px solid #cfd7d9;
  margin-left: -15px;
  text-align: left;
  color: #5c666f;
  font-size: 17px;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  padding: 0 30px 0 45px;
  min-height: 50px;
}

.social-projects .item .txt p {
  margin-bottom: 0;
}

.social-projects .item .txt.mt-30 {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .social-projects {
    padding: 30px 0 20px;
  }

  .social-projects .item {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .social-projects .item .main-img {
    margin-bottom: 50px;
  }

  .social-projects .item .row {
    margin-bottom: 60px;
  }

  .social-projects .item .logo {
    text-align: right;
    padding: 0 30px;
  }

  .social-projects .item h4 {
    font-size: 24px;
  }

  .social-projects .item .txt {
    min-height: 45px;
    height: auto;
  }

  .social-projects .item .txt br {
    display: none;
  }

  .social-projects .item .txt.mt-30 {
    margin-top: 30px;
  }

  .social-projects .item .txt.mt-30 br {
    display: block;
  }
}

@media (max-width: 767px) {
  .social-projects {
    padding: 30px 0 20px;
  }

  .social-projects .item h3 {
    line-height: 150%;
    letter-spacing: 4px;
  }

  .social-projects .item .main-img {
    margin-bottom: 40px;
  }

  .social-projects .item .row {
    margin-bottom: 40px;
  }

  .social-projects .item h4 {
    font-size: 18px;
    text-align: left;
    text-align: center;
  }

  .social-projects .item .logo {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .social-projects .item .txt {
    text-align: center;
    border-left: none;
    margin-left: 0;
    font-size: 16px;
    padding: 0 15px;
    height: auto;
  }

  .social-projects .item .txt br {
    display: none;
  }

  .social-projects .item .txt.mt-30 {
    margin-top: 0;
  }
}

.error-page {
  position: relative;
  padding: 170px 0;
  min-height: calc(100% - 600px);
  background: url(../images/bg-dot.png);
  border-top: 1px solid #eaeaea;
}

.error-page .error-title {
  border-right: 1px solid #2f50e2;
  margin-right: 15px;
  height: 242px;
}

.error-page .error-title h1 {
  text-align: center;
  font-size: 220px;
  color: #2f50e2;
  font-weight: 700;
  margin: 0;
}

.error-page .error-desc {
  padding: 60px 0 0 30px;
  height: 242px;
}

.error-page .error-desc p {
  font-size: 30px;
  color: #5c666f;
  font-weight: 300;
}

@media (max-width: 991px) {
  .error-page {
    padding: 90px 0;
    min-height: calc(100% - 600px);
    background: url(../images/bg-dot.png);
    border-top: 1px solid #eaeaea;
  }

  .error-page .error-title {
    border-right: none;
    margin-right: 0;
    margin-bottom: 20px;
    height: auto;
  }

  .error-page .error-title h1 {
    text-align: center;
    font-size: 140px;
  }

  .error-page .error-desc {
    text-align: center;
    padding: 0;
    height: auto;
  }

  .error-page .error-desc p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.social-project-details {
  padding: 30px 0;
  color: #5c666f;
  font-size: 14px;
}

.social-project-details .back {
  margin-bottom: 30px;
}

.social-project-details .back a {
  color: #9ea4a7;
  font-size: 15px;
  font-weight: 500;
}

.social-project-details .back a span {
  margin-right: 8px;
  font-size: 11px;
}

.social-project-details .spot {
  line-height: 150%;
}

.social-project-details .spot.spot-small {
  font-size: 28px;
  line-height: 150%;
}

.social-project-details .project-logo {
  margin: 0 auto 40px;
  display: block;
}

.social-project-details .main-img {
  margin-bottom: 60px;
}

.social-project-details .mb-35 {
  margin-bottom: 35px;
}

.social-project-details h4 {
  text-align: right;
  color: #2f50e2;
  font-size: 44px;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 120%;
  font-family: "League Spartan", sans-serif;
  padding-right: 30px;
  padding-bottom: 15px;
  border-right: 1px solid #eaeeed;
}

.social-project-details h4.small {
  font-size: 32px;
  line-height: 1.3;
}

.social-project-details p {
  line-height: 190%;
}

.social-project-details .share-links {
  float: right;
  text-align: right;
  padding-right: 30px;
  margin-bottom: 20px;
}

.social-project-details .project-site {
  border-top: 1px solid #eaeeed;
  padding: 70px 0 20px;
}

.social-project-details .project-site .lead {
  text-align: center;
  font-size: 44px;
  color: #5c666f;
  margin-bottom: 60px;
  font-weight: 300;
  font-family: "League Spartan", sans-serif;
  line-height: 120%;
}

.social-project-details .spot-2 {
  border-top: 1px solid #eef1f1;
  border-bottom: 1px solid #eef1f1;
  padding: 63px 0;
  background: url(../images/bg-dot.png);
}

.social-project-details .spot-2 p {
  font-size: 44px;
  color: #5c666f;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
  line-height: 140%;
}

.social-project-details .project-site-2 {
  background: url(../images/bg-dot.png);
}

.social-project-details .project-site-2 .container {
  padding: 60px 15px;
  max-width: 900px;
}

.social-project-details .project-site-2 .container .text-center {
  margin-bottom: 0;
}

.social-project-details .project-site-2 .container .row {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .social-project-details .spot-2 {
    padding: 47px 0;
  }

  .social-project-details .spot-2 p {
    font-size: 34px;
    line-height: 140%;
  }

  .social-project-details .spot-2 p br {
    display: none;
  }

  .social-project-details .project-site-2 .container {
    max-width: 900px;
  }

  .social-project-details .project-site-2 .container .text-center {
    margin-bottom: 0;
  }

  .social-project-details .project-site-2 .container .row {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .social-project-details .spot.spot-small {
    font-size: 24px !important;
  }

  .social-project-details .project-logo {
    margin-bottom: 30px;
  }

  .social-project-details .row {
    margin-bottom: 30px;
  }

  .social-project-details .main-img {
    margin-bottom: 40px;
  }

  .social-project-details h4 {
    font-size: 44px;
    margin-bottom: 15px;
    line-height: 120%;
    font-family: "League Spartan", sans-serif;
    padding-right: 45px;
    padding-bottom: 0;
    border-right: none;
    text-align: left;
  }

  .social-project-details .txt {
    padding: 0 !important;
  }

  .social-project-details .share-links {
    float: none;
    text-align: left;
    padding-right: 0;
  }

  .social-project-details .project-site {
    border-top: 1px solid #eaeeed;
    padding: 40px 0 0;
  }

  .social-project-details .project-site .lead {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .social-project-details .spot-2 p {
    font-size: 22px;
    line-height: 140%;
  }

  .social-project-details .project-site-2 .container {
    padding: 40px 15px;
  }

  .social-project-details .project-site-2 .container .text-center {
    margin-bottom: 0;
  }

  .social-project-details .project-site-2 .container .row {
    margin-bottom: 30px;
  }

  .social-project-details .spot.spot-small {
    font-size: 18px !important;
  }

  .social-project-details .project-logo {
    margin-bottom: 20px;
  }

  .social-project-details .row {
    margin-bottom: 20px;
  }

  .social-project-details .main-img {
    margin-bottom: 20px;
  }

  .social-project-details .title {
    margin-bottom: 15px;
  }

  .social-project-details h4 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .social-project-details .project-site {
    border-top: 1px solid #eaeeed;
    padding: 30px 0 0;
  }

  .social-project-details .project-site p {
    margin-bottom: 0;
  }

  .social-project-details .project-site .lead {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.photos-videos {
  padding: 60px 0;
  border-top: 1px solid #eaeeed;
}

.photos-videos .spot:before {
  display: none;
}

.photos-videos h3 {
  font-size: 16px;
  font-weight: 700;
  color: #c90921;
  letter-spacing: 8px;
  font-family: "League Spartan", sans-serif;
  text-align: center;
  margin: 0 0 35px 0;
}

.photos-videos h3:after {
  content: '';
  width: 1px;
  height: 70px;
  background-color: #bd121f;
  display: block;
  margin: 30px auto 0;
}

.photos-videos .tab-content>.tab-pane {
  height: 0;
  overflow: hidden;
}

.photos-videos .tab-content>.active {
  display: block;
  height: auto;
  overflow: hidden;
}

.photos-videos .gallery-slider {
  margin: 0 -15px;
  padding-bottom: 120px;
}

.photos-videos .gallery-slider.photo-gallery .item {
  padding-bottom: 15px;
}

.photos-videos .gallery-slider.photo-gallery .item img {
  margin-bottom: 0;
}

.photos-videos .gallery-slider .item {
  border: 1px solid #cfd7d9;
  padding: 15px 15px 20px;
  max-width: 370px;
  margin: 0 15px;
  outline: none;
}

.photos-videos .gallery-slider .item img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}

.photos-videos .gallery-slider .item .header {
  font-size: 13px;
  font-weight: 300;
  color: #5c666f;
  margin-bottom: 10px;
}

.photos-videos .gallery-slider .item .header .date {
  float: left;
}

.photos-videos .gallery-slider .item .header .duration {
  float: right;
}

.photos-videos .gallery-slider .item .content {
  position: relative;
}

.photos-videos .gallery-slider .item .content>span {
  font-size: 18px;
  color: #5c666f;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.photos-videos .gallery-slider .item .play-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #2f50e2;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  font-size: 18px;
  float: left;
  margin: 0 15px 0 0;
  outline: none;
}

.photos-videos .gallery-slider .item .play-button:hover {
  opacity: .8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.photos-videos .gallery-slider .item .play-button:before {
  content: '';
  width: 72px;
  height: 72px;
  border: 1px solid #f5d4dc;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  z-index: 10;
}

.photos-videos .gallery-slider .item .play-button .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.photos-videos .gallery-slider .slick-arrow {
  width: 54px;
  height: 54px;
  display: inline-block;
  border: 1px solid transparent;
  color: #2f50e2;
  position: absolute;
  bottom: 0;
}

.photos-videos .gallery-slider .slick-arrow:hover {
  border-color: #2f50e2;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.photos-videos .gallery-slider .slick-arrow:before {
  font-family: icomoon;
  position: absolute;
  top: 50%;
  font-size: 10px;
  margin-top: -7px;
}

.photos-videos .gallery-slider .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -87px;
}

.photos-videos .gallery-slider .slick-arrow.slick-prev:before {
  content: '\e906';
  right: -25px;
}

.photos-videos .gallery-slider .slick-arrow.slick-next {
  right: 50%;
  margin-right: -87px;
}

.photos-videos .gallery-slider .slick-arrow.slick-next:before {
  content: '\e907';
  left: -25px;
}

@media (max-width: 991px) {
  .photos-videos .gallery-slider {
    margin: 0 -10px;
    padding-bottom: 90px;
  }

  .photos-videos .gallery-slider .item {
    padding: 10px 10px 15px;
    max-width: 370px;
    margin: 0 10px;
  }

  .photos-videos .gallery-slider .item img {
    margin-bottom: 15px;
  }

  .photos-videos .gallery-slider .item .header {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .photos-videos .gallery-slider .item .content {
    position: relative;
  }

  .photos-videos .gallery-slider .item .content>span {
    font-size: 14px;
    color: #5c666f;
    font-weight: 500;
  }

  .photos-videos .gallery-slider .item .play-button {
    width: 48px;
    height: 48px;
    font-size: 16px;
    margin-right: 10px;
  }

  .photos-videos .gallery-slider .item .play-button:before {
    width: 54px;
    height: 54px;
    top: -3px;
    left: -3px;
  }
}

.commitment-list .item {
  border-bottom: 1px solid #eaeeed;
  padding: 30px 0 40px;
  margin-bottom: 30px;
}

.commitment-list .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.commitment-list .item .header {
  margin-bottom: 30px;
}

.commitment-list .item .header h3 {
  margin: 0;
  float: left;
  color: #2f50e2;
  font-size: 42px;
  font-weight: 500;
}

.commitment-list .item .header .share-links {
  margin: 15px 0 0;
  float: right;
  padding-right: 0;
}

.commitment-list .item .main-img {
  margin-bottom: 50px;
}

.commitment-list .item .row {
  margin-bottom: 20px;
}

.commitment-list .item .download-item {
  height: 37px;
  line-height: 37px;
  float: left;
  margin: 0 60px 0 0;
}

.commitment-list .item .download-item>a {
  color: #5c666f;
  font-size: 12px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 37px;
  border-right: 1px solid #cfd7d9;
  padding-right: 10px;
  margin-right: 10px;
  height: 37px;
  display: inline-block;
}

.commitment-list .item .download-item>a:hover {
  opacity: .8;
}

.commitment-list .item .download-item>a span {
  color: #fff;
  width: 37px;
  height: 37px;
  background-color: #2f50e2;
  float: left;
  margin: 0 10px 0 0;
  padding-left: 13px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 37px;
}

.commitment-list .item .download-item>a small {
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .commitment-list .item {
    padding: 20px 0 30px;
    margin-bottom: 20px;
  }

  .commitment-list .item .header {
    margin-bottom: 15px;
  }

  .commitment-list .item .header h3 {
    font-size: 32px;
    font-weight: 500;
    float: none;
    margin-bottom: 10px;
  }

  .commitment-list .item .header .share-links {
    display: block;
    margin: 0;
    float: none;
  }

  .commitment-list .item .main-img {
    margin-bottom: 20px;
  }

  .commitment-list .item .row {
    margin-bottom: 0;
  }

  .commitment-list .item .download-item {
    height: 37px;
    line-height: 37px;
    margin: 0 0 15px 0;
  }

  .commitment-list .item .download-item>a {
    font-size: 11px;
    letter-spacing: 3px;
    padding-right: 8px;
    margin-right: 8px;
  }

  .commitment-list .item .download-item>a span {
    color: #fff;
    width: 37px;
    height: 37px;
    background-color: #2f50e2;
    float: left;
    margin: 0 10px 0 0;
    padding-left: 13px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 37px;
  }

  .commitment-list .item .download-item>a small {
    font-family: "League Spartan", sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0;
  }
}

.publication-list {
  padding: 30px 0 0;
}

.publication-list .item {
  border: 1px solid #cfd7d9;
  padding: 15px;
  color: #5c666f;
  max-width: 400px;
  margin: 0 auto 30px;
  height: 470px;
  position: relative;
}

.publication-list .item img {
  margin: 0 auto 20px;
  width: 100%;
}

.publication-list .item h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}

.publication-list .item .info {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
}

.publication-list .item .info .date {
  float: left;
}

.publication-list .item .info .type {
  float: right;
}

.publication-list .item .download-link {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.publication-list .download-link {
  height: 37px;
  line-height: 37px;
  font-size: 11px;
  letter-spacing: 3px;
  display: inline-block;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  color: #5c666f;
  margin-bottom: 10px;
}

.publication-list .download-link:hover {
  opacity: .8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.publication-list .download-link span {
  color: #fff;
  width: 37px;
  height: 37px;
  background-color: #2f50e2;
  float: left;
  margin: 0 10px 0 0;
  padding-left: 14px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 37px;
}

@media (max-width: 991px) {
  .publication-list .item {
    height: 510px;
  }
}

@media (max-width: 767px) {
  .publication-list .item {
    height: auto;
  }

  .publication-list .item .download-link {
    position: static;
  }
}

.video-list .item {
  border: 1px solid #cfd7d9;
  padding: 15px 15px 20px;
  margin-bottom: 30px;
  outline: none;
}

.video-list .item img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}

.video-list .item .header {
  font-size: 13px;
  font-weight: 300;
  color: #5c666f;
  margin-bottom: 10px;
}

.video-list .item .header .date {
  float: left;
}

.video-list .item .header .duration {
  float: right;
}

.video-list .item .content {
  position: relative;
}

.video-list .item .content>span {
  font-size: 18px;
  color: #5c666f;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-list .item .play-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #2f50e2;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  font-size: 18px;
  float: left;
  margin: 0 15px 0 0;
}

.video-list .item .play-button:hover {
  opacity: .8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.video-list .item .play-button:before {
  content: '';
  width: 72px;
  height: 72px;
  border: 1px solid #f5d4dc;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  z-index: 10;
}

.video-list .item .play-button .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 991px) {
  .video-list .item {
    padding: 10px 10px 15px;
    margin-bottom: 30px;
  }

  .video-list .item img {
    margin-bottom: 15px;
  }

  .video-list .item .header {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .video-list .item .content {
    position: relative;
  }

  .video-list .item .content>span {
    font-size: 14px;
    color: #5c666f;
    font-weight: 500;
  }

  .video-list .item .play-button {
    width: 48px;
    height: 48px;
    font-size: 16px;
    margin-right: 10px;
  }

  .video-list .item .play-button:before {
    width: 54px;
    height: 54px;
    top: -3px;
    left: -3px;
  }
}

.download-item-list .item {
  border: 1px solid #eaeeed;
  padding: 18px;
  margin-bottom: 30px;
  height: 480px;
  position: relative;
}

.download-item-list .item.item-alt {
  height: 400px;
}

.download-item-list .item.item-alt .img {
  width: 100%;
  height: 175px;
  position: relative;
  border: 1px solid #eaeeed;
  margin-bottom: 30px;
}

.download-item-list .item.item-alt img {
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.download-item-list .item img {
  margin: 0 auto 10px;
  width: 100%;
  display: block;
}

.download-item-list .item .date {
  font-size: 13px;
  font-weight: 300;
  color: #5c666f;
  display: block;
  margin-bottom: 15px;
}

.download-item-list .item h5 {
  color: #5c666f;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  margin: 0 0 25px;
}

.download-item-list .item h5 span {
  font-size: 15px;
  display: block;
  font-weight: 300;
}

.download-item-list .item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.download-item-list .item ul li {
  padding: 15px 18px;
  display: block;
  border-bottom: 1px solid #f1f3f4;
}

.download-item-list .item ul li:first-child {
  border-top: 1px solid #f1f3f4;
}

.download-item-list .item ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.download-item-list .item ul li a {
  height: 37px;
  font-size: 11px;
  letter-spacing: 3px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  color: #5c666f;
  position: relative;
  display: block;
}

.download-item-list .item ul li a:hover {
  opacity: .8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.download-item-list .item ul li a .icon {
  color: #fff;
  width: 37px;
  height: 37px;
  background-color: #c8c8c8;
  float: left;
  margin: 0 10px 0 0;
  padding-left: 14px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 37px;
}

.download-item-list .item ul li a .download-text {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: calc(100% - 47px);
  left: 52px;
}

@media (max-width: 991px) {
  .download-item-list .item {
    padding: 15px;
    height: 520px;
  }
}

.years-slider {
  margin: 0 auto 60px;
  max-width: 680px;
}

.years-slider .item {
  height: 68px;
  color: #2f50e2;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
  outline: none;
}

.years-slider .item span {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.years-slider .item.slick-center {
  font-size: 68px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.years-slider .slick-arrow {
  width: 54px;
  height: 54px;
  display: inline-block;
  border: 1px solid transparent;
  color: #2f50e2;
  position: absolute;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.years-slider .slick-arrow:hover {
  border-color: #2f50e2;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.years-slider .slick-arrow:before {
  font-family: icomoon;
  position: absolute;
  top: 50%;
  font-size: 10px;
  margin-top: -7px;
}

.years-slider .slick-arrow.slick-prev {
  left: 0;
  margin-left: -87px;
}

.years-slider .slick-arrow.slick-prev:before {
  content: '\e906';
  right: -25px;
}

.years-slider .slick-arrow.slick-next {
  right: 0;
  margin-right: -87px;
}

.years-slider .slick-arrow.slick-next:before {
  content: '\e907';
  left: -25px;
}

@media (max-width: 991px) {
  .years-slider {
    margin: 0 auto 45px;
    padding: 0 30px;
  }

  .years-slider .item {
    height: 48px;
    font-size: 12px;
    font-weight: 700;
  }

  .years-slider .item.slick-center {
    font-size: 48px;
  }

  .years-slider .slick-arrow {
    width: 35px;
    height: 35px;
    border: none;
  }

  .years-slider .slick-arrow:before {
    font-family: icomoon;
    position: absolute;
    top: 50%;
    font-size: 6px;
    margin-top: -5px;
  }

  .years-slider .slick-arrow.slick-prev {
    margin-left: 0;
  }

  .years-slider .slick-arrow.slick-prev:before {
    right: 0;
  }

  .years-slider .slick-arrow.slick-next {
    margin-right: 0;
  }

  .years-slider .slick-arrow.slick-next:before {
    left: 0;
  }
}

.years-slider .slick-disabled {
  display: none !important;
}

.contact {
  padding: 10px 0 40px;
}

.contact .item {
  border: 1px solid #eaeeed;
  background-color: #f9f9fb;
  padding: 0 30px 10px;
  font-family: "League Spartan", sans-serif;
  height: 416px;
  margin-bottom: 30px;
}

.contact .item .logo {
  border-bottom: 1px solid #eaeeed;
  height: 100px;
  position: relative;
  padding: 5px 30px;
  background-color: #fff;
  margin: 0 -30px;
}

.contact .item .logo img {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact .item h4 {
  font-size: 23px;
  color: #000;
  font-weight: 700;
  position: relative;
  height: 70px;
  margin: 25px 0 30px;
}

.contact .item h4 span {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact .item h5 {
  color: #5c666f;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 20px;
}

.contact .item p {
  color: #5c666f;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 20px;
}

.contact .item .dl-horizontal {
  font-size: 16px;
  color: #5c666f;
}

.contact .item .dl-horizontal dt {
  text-align: left;
  width: 82px;
  margin-bottom: 2px;
  position: relative;
}

.contact .item .dl-horizontal dt:after {
  content: ':';
  position: absolute;
  right: 0;
}

.contact .item .dl-horizontal dd {
  margin-left: 85px;
  margin-bottom: 2px;
}

.contact .item .dl-horizontal dd a {
  color: #c5093b;
}

@media (max-width: 1199px) {
  .contact .item {
    padding: 0 20px 10px;
    height: 370px;
    margin-bottom: 30px;
  }

  .contact .item .logo {
    height: 100px;
    padding: 5px 20px;
    margin: 0 -20px;
  }

  .contact .item h4 {
    font-size: 21px;
    height: 60px;
    margin: 15px 0 20px;
  }

  .contact .item h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contact .item p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .contact .item .dl-horizontal {
    font-size: 15px;
  }

  .contact .item .dl-horizontal dt {
    width: 82px;
    margin-bottom: 2px;
  }

  .contact .item .dl-horizontal dd {
    margin-left: 68px;
  }

  .contact .item .dl-horizontal dd a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .contact .item {
    padding: 0 20px 10px;
    height: auto;
    margin-bottom: 20px;
  }

  .contact .item .dl-horizontal {
    font-size: 15px;
  }

  .contact .item .dl-horizontal dt {
    width: 100%;
    margin-bottom: 0;
  }

  .contact .item .dl-horizontal dt:after {
    display: none;
  }

  .contact .item .dl-horizontal dd {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .contact .item .dl-horizontal dd a {
    font-size: 15px;
  }
}

.financial-reports {
  padding: 90px 0 120px;
  background: url(../images/bg-dot.png);
  border-top: 1px solid #eaeeed;
}

.financial-reports h2 {
  margin-bottom: 60px;
}

.financial-reports .report-item {
  background-color: #2f50e2;
  height: 330px;
  width: 270px;
  position: relative;
  margin: 0 auto;
  outline: none;
  padding: 20px;
  color: #fff;
}

.financial-reports .report-item .title {
  font-size: 13px;
  font-weight: 300;
  color: #e3a5af;
  display: block;
  margin-bottom: 75px;
}

.financial-reports .report-item h4 {
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 130%;
}

.financial-reports .report-item h4 span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  display: block;
}

.financial-reports .report-item .download-link {
  height: 37px;
  font-size: 11px;
  letter-spacing: 3px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 40px);
  display: block;
}

.financial-reports .report-item .download-link:hover {
  opacity: .8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.financial-reports .report-item .download-link .icon {
  color: #2f50e2;
  width: 37px;
  height: 37px;
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
  padding-left: 14px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 37px;
}

.financial-reports .report-item .download-link .download-text {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: calc(100% - 47px);
  left: 52px;
}

.financial-info {
  padding: 0 0 90px;
  background-color: #f9f9fb;
}

.financial-info h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 60px;
  color: #c5093b;
}

.financial-info h3:before {
  content: '';
  width: 1px;
  height: 65px;
  display: block;
  margin: 0 auto 30px;
  background-color: #c5093b;
}

.financial-info .sub-menu-2 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.financial-info .sub-menu-2 li {
  width: 20%;
}

.financial-info .sub-menu-2 li.active a {
  border-bottom: none;
}

.financial-info .sub-menu-2 li a {
  height: 70px;
  font-size: 17px;
  width: 100%;
  border-bottom: 1px solid #eef1f1;
}

.financial-info .tab-content {
  background-color: #fff;
  border: 1px solid #eaeeed;
  border-bottom: none;
  border-top: none;
}

.financial-info .tab-content>.tab-pane {
  height: 0;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
}

.financial-info .tab-content>.tab-pane .row {
  margin-bottom: 0;
}

.financial-info .tab-content>.tab-pane h2 {
  margin: 0;
}

.financial-info .tab-content>.active {
  display: block;
  height: auto;
  overflow: hidden;
}

.financial-info .item {
  border-bottom: 1px solid #eef1f1;
  padding: 30px;
  margin: 0 -15px;
  text-align: center;
}

.financial-info .item.border-right {
  border-right: 1px solid #eef1f1;
}

.financial-info .item .content {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.financial-info .item .content .img {
  width: 90px;
  height: 80px;
  display: block;
  float: left;
  margin: 0 15px 0 0;
  position: relative;
}

.financial-info .item .content .img img {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.financial-info .item .content .txt {
  height: 80px;
  position: relative;
  padding: 10px 0 0 0;
  float: left;
}

.financial-info .item .content .txt h4 {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  margin: 0;
}

.financial-info .item .content .txt h4 small {
  color: #000;
}

.financial-info .item .content .txt h4 span {
  display: block;
  font-size: 19px;
  color: #2f50e2;
  margin: 0 0 4px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .financial-info {
    padding: 0 0 60px;
  }

  .financial-info h3 {
    font-size: 32px;
    margin-bottom: 45px;
  }

  .financial-info h3:before {
    height: 60px;
    display: block;
  }

  .financial-info .sub-menu-2 {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }

  .financial-info .sub-menu-2 li {
    width: auto;
  }

  .financial-info .sub-menu-2 li.active a {
    border-bottom: none;
  }

  .financial-info .sub-menu-2 li a {
    font-size: 15px;
    height: 64px;
    width: 170px;
  }

  .financial-info .tab-content>.tab-pane {
    height: 0;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
  }

  .financial-info .tab-content>.tab-pane .row {
    margin-bottom: 0;
  }

  .financial-info .tab-content>.tab-pane h2 {
    margin: 0;
  }

  .financial-info .tab-content>.active {
    display: block;
    height: auto;
    overflow: hidden;
  }

  .financial-info .item {
    padding: 30px 15px;
  }

  .financial-info .item.border-right {
    border-right: none;
  }

  .financial-info .item .content {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .financial-info .item .content .img {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin: 0 auto 15px;
  }

  .financial-info .item .content .img img {
    position: static;
    transform: none;
    margin: 0 auto;
  }

  .financial-info .item .content .txt {
    height: auto;
    text-align: center;
    padding: 0;
  }

  .financial-info .item .content .txt h4 {
    font-size: 24px;
  }

  .financial-info .item .content .txt h4 span {
    font-size: 16px;
  }
}

.pager {
  margin: 0 0 60px;
}

.pager ul {
  list-style-type: none;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 0pt;
}

.pager ul li {
  display: inline-block;
}

.pager ul li a {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  font-weight: 500;
  color: #8a8d8e;
  border: 1px solid transparent;
  text-align: center;
}

.pager ul li.active a {
  color: #2f50e2;
  border: 1px solid #c5093b;
}

.pager ul li.prev {
  margin-right: 30px;
}

.pager ul li.prev a {
  width: auto;
}

.pager ul li.prev a:before {
  content: '\e906';
  font-weight: 300;
  font-size: 10px;
  font-family: icomoon;
  margin-right: 10px;
}

.pager ul li.next {
  margin-left: 30px;
}

.pager ul li.next a {
  width: auto;
}

.pager ul li.next a:after {
  content: '\e907';
  font-weight: 300;
  font-size: 10px;
  font-family: icomoon;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .pager {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
}

.filter-form .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #cfd7d9;
  border-radius: 0;
  margin-top: 5px;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  color: #5c666f;
  padding: 10px 0;
}

.filter-form .btn-submit {
  background-color: #2f50e2;
  color: #fff;
  text-align: center;
  height: 55px;
  border: none;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  width: 100%;
}

.report-list {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto;
}

.report-list .lead {
  text-align: center;
  margin-bottom: 60px;
}

.report-list .item {
  margin-bottom: 30px;
}

.report-list .item .row {
  margin-bottom: 0;
}

.report-list .item .img {
  margin: 0 -15px;
}

.report-list .item .img img {
  margin: 0 auto;
}

.report-list .item .txt {
  margin: 0 15px 0 -15px;
  background-color: #f9fbfb;
  padding: 30px 15px 30px 30px;
  border: 1px solid #efe9ed;
  border-left: none;
  height: 300px;
  position: relative;
}

.report-list .item .txt .title {
  font-size: 12px;
  color: #5c666f;
  letter-spacing: 2px;
  font-weight: 400;
  display: block;
  margin-top: 25px;
}

.report-list .item .txt h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 15px 0 20px;
}

.report-list .item .txt .download-link {
  height: 37px;
  font-size: 11px;
  letter-spacing: 3px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  color: #5c666f;
  position: absolute;
  display: block;
  bottom: 30px;
  width: calc(100% - 60px);
}

.report-list .item .txt .download-link:hover {
  opacity: .8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.report-list .item .txt .download-link .icon {
  color: #fff;
  width: 37px;
  height: 37px;
  background-color: #c8c8c8;
  float: left;
  margin: 0 10px 0 0;
  padding-left: 14px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 37px;
}

.report-list .item .txt .download-link .download-text {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: calc(100% - 47px);
  left: 52px;
  line-height: 150%;
}

@media (max-width: 1199px) {
  .report-list .item .txt {
    height: 294px;
  }
}

@media (max-width: 991px) {
  .report-list .item .txt {
    height: 270px;
  }
}

@media (max-width: 991px) {
  .report-list .item .img {
    display: none;
  }

  .report-list .item .txt {
    margin: 0;
    padding: 20px;
    border-left: 1px solid #efe9ed;
  }
}

.search-screen {
  background-color: rgba(47, 80, 226, 0.95);
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
}

.search-screen.active {
  z-index: 9998;
  width: 100%;
  height: 100%;
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.search-screen.active .close-btn {
  z-index: 9999;
  display: block;
}

.search-screen .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 61px;
  height: 61px;
  background-color: #2f50e2;
  display: none;
  text-align: center;
  color: #fff;
  font-size: 38px;
}

.search-screen .close-btn img {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.search-screen .container {
  padding: 0 75px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -240px auto 0;
}

.search-screen form {
  display: block;
  position: relative;
  margin-bottom: 50px;
}

.search-screen form:after {
  font-family: FontAwesome;
  content: '\f002';
  color: #fff;
  right: 0;
  top: 20px;
  right: 10px;
  position: absolute;
  font-size: 22px;
}

.search-screen form input {
  width: 100%;
  height: 68px;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 27px;
  font-family: "League Spartan", sans-serif;
  color: #fff;
  font-weight: 300;
  background-color: transparent;
  outline: none;
}

.search-screen form ::-webkit-input-placeholder {
  color: #ffffff;
}

.search-screen form ::-moz-placeholder {
  color: #ffffff;
}

.search-screen form :-ms-input-placeholder {
  color: #ffffff;
}

.search-screen form :-moz-placeholder {
  color: #ffffff;
}

.search-screen h5 {
  font-size: 13px;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 22px 0;
}

.search-screen ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search-screen ul li {
  font-size: 25px;
  margin: 0 0 15px 0;
}

.search-screen ul li a {
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
}

.search-screen ul li a:before {
  content: '\f105';
  margin-right: 20px;
  font-family: 'FontAwesome';
}

.search-screen ul li a:hover {
  opacity: .8;
}

.fancybox-slide--video .fancybox-content {
  width: 800px;
  height: 451px;
  max-width: 90%;
  max-height: 90%;
}

@media (max-width: 767px) {
  .fancybox-slide--video .fancybox-content {
    height: 320px;
  }
}

.fancybox-close-small {
  width: 68px !important;
  height: 68px !important;
  right: 0 !important;
  top: -77px !important;
  background: url(../images/icons/icon-close.png) center no-repeat #c5093b;
}

.fancybox-close-small:after {
  display: none;
}

@media (max-width: 767px) {
  .fancybox-close-small {
    width: 34px !important;
    height: 34px !important;
    top: -34px !important;
    background-size: 9px;
  }
}

.fancybox-content .fancybox-caption-wrap {
  top: -77px;
  height: 68px;
  padding-bottom: 20px;
  padding: 0;
  background: no-repeat;
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.fancybox-content .fancybox-caption-wrap .fancybox-caption {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 72px 0 0;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  border-top: none;
}

@media (max-width: 767px) {
  .fancybox-content .fancybox-caption-wrap {
    top: -60px;
    height: 60px;
    border-bottom: none;
  }

  .fancybox-content .fancybox-caption-wrap .fancybox-caption {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 36px 0 0;
    font-size: 12px;
    line-height: 120%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.panel {
  display: block;
}

.panel a span {
  color: #2f50e2;
  text-decoration: underline;
}

#modal {
  min-width: 40%;
  min-height: 250px;
  font-size: 20px;
  overflow: initial;
}

#modal .modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  #modal {
    min-height: 70%;
  }
}
}

/* ============================================
   Team Section Styles
   ============================================ */

.team-section {
  padding: 40px 0;
}

.team-section .subtitle {
  text-align: center;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
}

.team-intro {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.team-category {
  margin-bottom: 60px;
}

.category-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #2f50e2;
  display: inline-block;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #2f50e2;
}

.team-card-image {
  height: 200px;
  background: linear-gradient(135deg, #2f50e2 0%, #1a3f8d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.placeholder-avatar {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.team-card-content {
  padding: 25px;
}

.team-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}

.team-role {
  font-size: 14px;
  font-weight: 500;
  color: #2f50e2;
  margin: 0 0 12px 0;
  display: block;
}

.team-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* ========================================
   Sidre Team Cards - Ekip Kartları
   ======================================== */

.organisation-chart .team-section {
  margin-bottom: 60px;
  font-size: 1rem;
  display: block;
}

.organisation-chart .team-section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2f50e2;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.organisation-chart .team-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2f50e2, #6b8cff);
  border-radius: 2px;
}

.organisation-chart .founders-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.organisation-chart .team-row {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.organisation-chart .team-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(47, 80, 226, 0.1);
  transition: all 0.4s ease;
  position: relative;
  font-size: 1rem;
}

.organisation-chart .team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(47, 80, 226, 0.2);
}

.organisation-chart .team-card.founder {
  width: 320px;
}

.organisation-chart .team-card.employee {
  width: 220px;
}

.organisation-chart .team-card .card-image {
  position: relative;
  overflow: hidden;
}

.organisation-chart .team-card.founder .card-image {
  height: 320px;
}

.organisation-chart .team-card.employee .card-image {
  height: 220px;
}

.organisation-chart .team-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.organisation-chart .team-card:hover .card-image img {
  transform: scale(1.05);
}

.organisation-chart .team-card .card-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.organisation-chart .team-card .founder-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #2f50e2, #6b8cff);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(47, 80, 226, 0.4);
}

.organisation-chart .team-card .card-content {
  padding: 20px;
  text-align: center;
}

.organisation-chart .team-card.employee .card-content {
  padding: 15px;
}

.organisation-chart .team-card .card-content h4 {
  margin: 0 0 5px 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a2e;
}

.organisation-chart .team-card.employee .card-content h4 {
  font-size: 1rem;
}

.organisation-chart .team-card .card-content .role {
  color: #2f50e2;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.organisation-chart .team-card.employee .card-content .role {
  font-size: 0.8rem;
}

.organisation-chart .team-card .card-content .bio {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.organisation-chart .team-card.employee .card-content .bio {
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.organisation-chart .team-card .social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.organisation-chart .team-card .social-links a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f4ff;
  border-radius: 50%;
  color: #2f50e2;
  transition: all 0.3s ease;
  text-decoration: none;
}

.organisation-chart .team-card.employee .social-links a {
  width: 30px;
  height: 30px;
  font-size: 0.8rem;
}

.organisation-chart .team-card .social-links a:hover {
  background: #2f50e2;
  color: #fff;
  transform: translateY(-3px);
}

.organisation-chart .placeholder-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e0e5ec 0%, #f5f7fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 3rem;
}

.organisation-chart .team-card.employee .placeholder-img {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .organisation-chart .founders-row {
    gap: 20px;
  }

  .organisation-chart .team-row {
    gap: 15px;
  }

  .organisation-chart .team-card.founder {
    width: 280px;
  }

  .organisation-chart .team-card.employee {
    width: 160px;
  }

  .organisation-chart .team-card.founder .card-image {
    height: 280px;
  }

  .organisation-chart .team-card.employee .card-image {
    height: 160px;
  }
}

/* Sidre Logo Size - Büyük Logo */
.navbar-top .logo img {
  width: 200px !important;
  max-width: 200px !important;
  min-width: 200px !important;
  height: auto !important;
}

.footer-top .logo img {
  width: 150px !important;
  max-width: 150px !important;
  height: auto !important;
}

/* Referans Kartları - Resim Üstte, Yazı Altta */
.our-brands .brand-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-brands .brand-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(47, 80, 226, 0.15);
}

.our-brands .brand-item .brand-image {
  width: 100%;
  height: 180px;
  background-color: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.our-brands .brand-item .brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-brands .brand-item .brand-image i {
  font-size: 60px;
  color: #2f50e2;
}

.our-brands .brand-item .brand-content {
  padding: 20px;
}

.our-brands .brand-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
}

.our-brands .brand-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.our-brands h3 {
  text-align: center;
  margin: 50px 0 30px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #2f50e2;
}

/* Blue filter for Our Values icons - matching #2f50e2 */
.our-values .item .img img {
  filter: sepia(100%) saturate(500%) brightness(70%) hue-rotate(190deg);
}

/* Reference Cards Styling */
.our-brands .brand-item {
  border: 1px solid #eaeeed;
  height: 320px;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.our-brands .brand-item:hover {
  border-color: #2f50e2;
  box-shadow: 0 10px 40px rgba(47, 80, 226, 0.15);
  transform: translateY(-5px);
}

.our-brands .brand-item .brand-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f50e2 0%, #667eea 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.our-brands .brand-item .brand-image i {
  font-size: 32px;
  color: #fff;
}

.our-brands .brand-item .brand-content {
  flex: 1;
}

.our-brands .brand-item .brand-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2f50e2;
  margin: 0 0 15px;
  line-height: 1.4;
}

.our-brands .brand-item .brand-content p {
  font-size: 14px;
  color: #5c666f;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 767px) {
  .our-brands .brand-item {
    height: auto;
    min-height: 280px;
    padding: 25px 15px;
  }

  .our-brands .brand-item .brand-image {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .our-brands .brand-item .brand-image i {
    font-size: 28px;
  }

  .our-brands .brand-item .brand-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .our-brands .brand-item .brand-content p {
    font-size: 13px;
  }
}

/* Custom Icons using Font Awesome for Homepage Slider */
.icon-book:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f02d";
}

.icon-cloud:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0c2";
}

.icon-gamepad:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f11b";
}

.icon-blog:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f781";
}