@font-face {
  font-family: "TT-Firs";
  src: url("../mix/fonts/TT-Firs-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TT-Firs";
  src: url("../mix/fonts/TT-Firs-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TT-Firs";
  src: url("../mix/fonts/TT-Firs-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TT-Firs";
  src: url("../mix/fonts/TT-Firs-ExtraBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "TT-Firs";
  src: url("../mix/fonts/TT-Firs-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "TT-Firs";
  src: url("../mix/fonts/TT-Firs-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

html,
body {
  height: 100%;
  font-family: "TT-Firs";
  color: #676767;
}

.navbar.dark {
  background-color: white;
}

.navbar .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar.dark .navbar-toggle .icon-bar {
  background-color: #888;
}

nav {
  position: fixed;
  z-index: 10;
}

nav a {
  color: white;
  font-weight: bold;
}

nav a:hover {
  text-decoration: none;
  color: #f37d59;
  font-weight: bold;
}

nav ul {
  list-style: none;
}

nav li.plus:before {
  content: "+";
  margin-right: 4px;
  color: white;
}

nav.dark a,
nav.dark li.plus:before {
  color: #676767;
}

nav.orange a:hover,
nav.dark a:hover {
  font-weight: bold;
  color: #f37d59;
  font-size: 3.5rem !important;
  transition: all;
}

nav ul>li.col {
  margin-top: 20px;
}

/* ------------------- */
/* BOOTSTRAP OVERRIDES */
/* ------------------- */

.form-control {
  border: 1px solid #f15b26;
  border-radius: 0;
}

label {
  font-size: 12px;
  font-weight: normal;
}

hr {
  border-top-color: #808184;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  border: none;
  background-color: #F15B26;
}

/* ------ */
/* COMMON */
/* ------ */

.clearfix {
  clear: both;
}

.page_content {
  min-height: 90vh;
}

.page_content.fullscreen {
  height: 100%;
  color: white;
}

.page_content.onepage {
  min-height: initial;
  position: absolute;
  top: 110px;
  bottom: 40px;
  overflow: hidden;
}

.page_content.padded {
  padding-top: 110px;
  padding-bottom: 40px;
}

.hpanel {
  height: 100%;
  color: black;
}

.hpanel::after {
  /*clear: both;*/
}

.hpanel_head {
  float: left;
  width: 25%;
  height: 100%;
  padding: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.hpanel_body {
  float: left;
  width: 75%;
  height: 100%;
}

.slider {
  height: 100%;
  overflow: hidden;
}

/* Fullscreen Slider */

.fullscreen_slider {
  height: 100%;
  color: white;
}

.fullscreen_slider .owl-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullscreen_slider .owl-slide a {
  text-decoration: none;
  color: white;
}

.fullscreen_slider .owl-slide a:hover {
  text-decoration: none;
  color: #f37d59;
}

.fullscreen_slider .content_outer {
  position: relative;
  height: 100%;
}

.fullscreen_slider .content_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fullscreen_slider h1 {
  font-size: 50px;
  font-weight: bold;
}

.fullscreen_slider p {
  font-size: 28px;
}

.fullscreen_slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 40px;
}

.fullscreen_slider .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
}

.fullscreen_slider .owl-nav .owl-next {
  position: absolute;
  right: 10px;
}

.fullscreen_slider .owl-dots {
  position: absolute;
  /* top: 150px;
  right: 20px; */
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.fullscreen_slider .owl-dots .owl-dot {
  float: left;
  margin-left: 5px;
}

.fullscreen_slider .owl-dots .owl-dot:nth-last-child()::after {
  clear: both;
}

.fullscreen_slider .owl-dots .owl-dot > span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #d4d4d4;
}

.fullscreen_slider .owl-dots .owl-dot.active > span {
  /* background-color: #d4d4d4; */
  background-color: #f15c2f;
}

.category_slider {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 100%;
  /* height: 40px; */
}

.category_slider .owl-nav .owl-prev {
  position: absolute;
  /* left: 10px; */
}

.category_slider .owl-nav .owl-next {
  position: absolute;
  /* right: 10px; */
}

.owl-nav {
  pointer-events: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  pointer-events: visible;
}

/* Media Slider */
/*
.media_slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 40px;
}

.media_slider .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
}

.media_slider .owl-nav .owl-next {
  position: absolute;
  right: 10px;
}
*/

.media_slider .owl-dots {
  position: absolute;
  top: 150px;
  right: 20px;
}

.media_slider .owl-dots .owl-dot {
  float: left;
  margin-left: 5px;
}

.media_slider .owl-dots .owl-dot:nth-last-child()::after {
  clear: both;
}

.media_slider .owl-dots .owl-dot > span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #d4d4d4;
}

.media_slider .owl-dots .owl-dot.active > span {
  background-color: #d4d4d4;
}


/* Team Slider */
.team_slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 40px;
}

.team_slider .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
}

.team_slider .owl-nav .owl-next {
  position: absolute;
  right: 10px;
}

.team_slider .owl-dots {
  position: absolute;
  top: 0;
  right: 20px;
}

.team_slider .owl-dots .owl-dot {
  float: left;
  margin-left: 5px;
}

.team_slider .owl-dots .owl-dot:nth-last-child()::after {
  clear: both;
}

.team_slider .owl-dots .owl-dot > span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #d4d4d4;
}

.team_slider .owl-dots .owl-dot.active > span {
  background-color: #d4d4d4;
}


.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-slide,
.slider .slide {
  height: 100%;
}

.owl-item {
  float: left;
}

.works_category {
  height: 100%;
}

.works_category.orange {
  background-color: #f15c2f;
}

.works_category_base {
  padding: 20px;
}

.works_category_base h1 {
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  font-size: 20px;
  font-weight: bold;
}

.works_category_base h2 {
  font-size: 16px;
}

.works_category a {
  color: white;
}

.works_slider {
  width: 75%;
  height: 100%;
  overflow: hidden;
}

.category_slider,
.works_slider,
.media_slider {
  position: relative;
}

.works_slider .owl-item {
  float: left;
}

.works_slider .owl-nav,
.category_slider .owl-nav,
.media_slider .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.works_slider .owl-prev,
.works_slider .owl-next,
.category_slider .owl-prev,
.category_slider .owl-next,
.media_slider .owl-prev,
.media_slider .owl-next {
  background-color: #f15c2f;
  opacity: 0.5;
  cursor: pointer;
}

.works_slider .owl-prev:hover,
.works_slider .owl-next:hover,
.category_slider .owl-prev:hover,
.category_slider .owl-next:hover,
.media_slider .owl-prev:hover,
.media_slider .owl-next:hover {
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.works_slider .owl-prev.disabled,
.works_slider .owl-next.disabled,
.category_slider .owl-prev.disabled,
.category_slider .owl-next.disabled,
.media_slider .owl-prev.disabled,
.media_slider .owl-next.disabled  {
    display: none;
}

.works_slider .owl-prev,
.category_slider .owl-prev,
.media_slider .owl-prev {
  position: absolute;
  width: 50px;
  left: 0;
  height: 100%;
  pointer-events: visibleFill;
}

.works_slider .owl-prev img,
.category_slider .owl-prev img,
.media_slider .owl-prev img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.works_slider .owl-next,
.category_slider .owl-next,
.media_slider .owl-next {
  position: absolute;
  width: 50px;
  right: 0;
  height: 100%;
  pointer-events: visibleFill;
}

.works_slider .owl-next img,
.category_slider .owl-next img,
.media_slider .owl-next img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}

.works_slide {
  height: 100%;
}

.works_slider.orange {}

.works_slider.orange .works_item_overlay.var_1 {
  background-color: #f79e82;
}

.works_slider.orange .works_item_overlay.var_2 {
  background-color: #f9bdac;
}

.works_slider.orange .works_item_overlay.var_3 {
  background-color: #f68b6a;
}

.works_slider.orange .works_item_overlay.var_4 {
  background-color: #f37d59;
}

.media_template {
  height: 100%;
}

.media_col {
  height: 100%;
  float: left;
}

.media_col.media_col_1 {
  width: 33.33333333%;
}

.media_col.media_col_2 {
  width: 66.66666667%;
}

.media_col .media_row {
  width: 100%;
}

.media_col.media_col_1 .media_row {
  height: 50%;
}

.media_col.media_col_2 .media_row {
  height: 100%;
  padding-left: 4px;
}

.media_col.media_col_1 .media_row:nth-child(1) {
  padding-bottom: 2px;
}
.media_col.media_col_1 .media_row:nth-child(2) {
  padding-top: 2px;
}

.media_template_1 .media_col.media_col_1 {
  width: 60%;
}
.media_template_1 .media_col.media_col_2 {
  width: 40%;
}
.media_template_1 .media_col_1 .media_row {
  height: 100%;
}
.media_template_1 .media_col_2 .media_row:nth-child(1),
.media_template_1 .media_col_2 .media_row:nth-child(2) {
  height: 33.33333333%;
  padding-bottom: 4px;
}
.media_template_1 .media_col_2 .media_row:nth-child(3) {
  height: 33.33333334%;
}

.media_template_2 .media_row_1 {
  width: 100%;
  height: 60%;
  padding-bottom: 4px;
}
.media_template_2 .media_row_2 {
  width: 100%;
  height: 40%;
}
.media_template_2 .media_row_2 .media_col_1 {
  float: left;
  height: 100%;
  width: 50%;
  padding-right: 4px;
}
.media_template_2 .media_row_2 .media_col_2 {
  float: left;
  height: 100%;
  width: 50%;
}

.media_template_3 .media_col_1 {
  width: 60%;
  height: 100%;
  padding-right: 4px;
}
.media_template_3 .media_col.media_col_2 {
  width: 40%;
}
.media_template_3 .media_col_2 .media_row_1 {
  width: 100%;
  height: 60%;
  padding-bottom: 4px;
}
.media_template_3 .media_col_2 .media_row_2 {
  width: 100%;
  height: 40%;
}

.media_template_4 .media_col_1 {
  width: 40%;
  height: 100%;
  padding-right: 4px;
}
.media_template_4 .media_col_1 .media_row_1 {
  width: 100%;
  height: 60%;
  padding-bottom: 4px;
}
.media_template_4 .media_col_1 .media_row_2 {
  width: 100%;
  height: 40%;
}
.media_template_4 .media_col_2 {
  width: 60%;
  height: 100%;
}

.media_template_5 .media_row_1 {
  width: 100%;
  height: 60%;
  padding-bottom: 4px;
}
.media_template_5 .media_row_2 {
  width: 100%;
  height: 40%;
}
.media_template_5 .media_row_2 .media_col_1,
.media_template_5 .media_row_2 .media_col_2 {
  float: left;
  height: 100%;
  width: 33.33333333%;
  padding-right: 4px;
}
.media_template_5 .media_row_2 .media_col_3 {
  float: left;
  height: 100%;
  width: 33.33333334%;
}

.media_image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tpl_col {
  float: left;
  height: 100%;
}

.tpl_row {
  width: 100;
}

.media_template_3 .tpl_row {
  height: 50%;
}

.media_template_3 .tpl_row:nth-child(1) {
  padding-bottom: 2px;
}

.media_template_3 .tpl_row:nth-child(2) {
  padding-top: 2px;
}

.media_template_3 .tpl_row:nth-child(1) .tpl_col:nth-child(1) {
  width: 33.33%;
  padding-right: 2px;
}

.media_template_3 .tpl_row:nth-child(1) .tpl_col:nth-child(2) {
  width: 66.67%;
  padding-left: 2px;
}

.media_template_3 .tpl_row:nth-child(2) .tpl_col {
  width: 100%;
}

.media_template_4 .tpl_col {
  width: 33.33%;
}

.media_template_4 .tpl_col:nth-child(1) {
  padding-right: 2px;
}

.media_template_4 .tpl_col:nth-child(2) {
  padding-left: 2px;
  padding-right: 2px;
}

.media_template_4 .tpl_col:nth-child(3) {
  padding-left: 2px;
}

.media_template_4 .tpl_row {
  width: 100%;
  height: 50%;
}

.media_template_4 .tpl_row:nth-child(1) {
  padding-bottom: 2px;
}

.media_template_4 .tpl_row:nth-child(2) {
  padding-top: 2px;
}

footer {
  height: 40px;
  padding-top: 10px;
}

footer,
footer a {
  font-size: 12px;
  color: white;
}

footer.dark,
footer.dark a {
  color: #808181;
}

footer.fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.works a {
  color: white;
}

.works a:hover {
  text-decoration: none;
}

.works_col {
  float: left;
  height: 100%;
  width: 25%;
}

.works_row {
  height: 50%;
  padding: 20px;
  position: relative;
  font-size: 12px;
}

.works_row h3 {
  margin: 0;
  width: fit-content;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}

.works_row.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.works_row .sticky-bottom {
  position: absolute;
  bottom: 20px;
}

.works_item {
  height: 50%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 4px 2px;
}

.works_item:hover .works_item_overlay {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.works_item_name h4 {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.works_item_overlay {
  padding: 20px;
  height: 100%;
}

.works_item_info {
  position: absolute;
  bottom: 20px;
  color: black;
  line-height: 1;
}

.works_item_info h6,
.work_info h6 {
  font-size: 12px;
  font-weight: 900;
  color: black;
  margin-bottom: 2px;
}

.works_item_number {
  position: absolute;
  font-weight: 200;
  color: white;
  text-align: right;
  bottom: 0;
  right: 30px;
  font-size: 60px;
}

/* ------------ */
/* PAGE - WORK */
/* ------------ */

.work .label_category {
  color: #f15c2f;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
}

.work h1 {
  font-size: 21px;
  font-weight: 500;
  color: #f15c2f;
}

.work .work_info {
  margin-top: 20px;
  line-height: 1;
}

.work .hpanel_head hr {
  width: 50%;
  margin-left: 0px;
}

/* ------------ */
/* PAGE - ABOUT */
/* ------------ */

.about .col_left h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
  border-bottom: 1px solid #676767;
}

.about .col_left h2 {
  font-size: 16px;
}

.about .col_center {
  padding: 0;
}

.about .col_center h1 {
  font-size: 23px;
  font-weight: bold;
  color: #f15b26;
}

.about .col_center h2 {
  font-size: 21px;
  font-weight: normal;
}

/* ------------------------ */
/* PAGE - ABOUT - EXPERTISE */
/* ------------------------ */

.expertise_row {
  padding-bottom: 5px;
  overflow: hidden;
}

.expertise_slide {
  height: 100%;
}

.expertise_row h2 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #808184;
  color: #F15C2F;
  font-weight: bold !important;
  width: fit-content;
}

.expertise_row a {
  color: #F15C2F;
}

/* ------------------------ */
/* PAGE - ABOUT - TEAM */
/* ------------------------ */

.team_slider h2 {
  color: #F15C2F;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.team_slider h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

/* ----------- */
/* PAGE - NEWS */
/* ----------- */

/* -------------- */
/* PAGE - CAREERS */
/* -------------- */

.careers .col_center h2 {
  font-size: 20px;
  font-weight: bold;
  color: #f15b26;
}

#careers_list {
  margin-top: 40px;
}

.careers_row {
  border-top: 1px solid #676767;
  padding: 20px 0;
}

.careers_position {
  font-size: 16px;
}

.careers_status {
  font-size: 10px;
}

/* -------------- */
/* PAGE - CONTACT */
/* -------------- */

.contact .col_left h1 {
  width: fit-content;
  border-bottom: 1px solid #676767;
  font-size: 20px;
  font-weight: 500;
}

.contact .col_left .info_1 {
  font-size: 16px;
}

.contact .col_left .info_2 {
  margin-top: 20px;
  font-size: 10px;
}

.contact .col_left .socials {
  margin-top: 40px
}

.contact .col_left .socials a {
  margin-right: 5px;
  color: #231F20;
}

.contact .col_center h2 {
  font-size: 16px;
  font-weight: 500;
}

.contact .col_center .btn {
  padding: 0 10px;
}

/* --------------- */
/* PAGE - ARTICLES */
/* --------------- */

.articles h5 {
  color: #F15B26;
}

.articles .col_center h2 {
  color: #F15B26;
  font-size: 14px;
  font-weight: 500;
}

.articles .articles_item {
  margin-bottom: 20px;
}

.article_info_title {
  font-weight: bold;
  font-size: 16px;
}

.article_info_excerpt {
  font-weight: 500;
  font-size: 12px;
}

.article_info_date {
  font-weight: 500;
  font-size: 10px;
}

/* -------------- */
/* PAGE - ARTICLE */
/* -------------- */

.article .col_center h1 {
  color: #F15B26;
  font-size: 35px;
}

.article .article_content {
  margin-top: 20px;
}

.article .related_news {
  margin-top: 50px;
}

.article .related_news h5 {
  color: #F15B26;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #808184;
}
/*
.col_left {
  position: fixed;
}

.col_center {
  margin-left: 25%;
}
*/

/* Side Nav */

ul.side_nav {
  padding-left: 0;
  margin-top: 40px;
  width: fit-content;
  list-style-type: none;
}

ul.side_nav>li {
  border-bottom: 1px solid #676767;
}

ul.side_nav.light>li {
  border-bottom: 1px solid white;
}

ul.side_nav>li:last-child {
  border-bottom: none;
}

ul.side_nav>li>a {
  color: #676767;
}

ul.side_nav.light>li>a {
  color: white;
}

/* Sidenav Team */
ul.team_nav {
  padding-left: 0;
  width: fit-content;
  list-style-type: none;
}

ul.team_nav>li.active {
  border-left: 2px solid #F15B26;
  padding-left: 5px;
}

ul.team_nav>li>a {
  font-size: 12px;
  color: #676767;
}

/* Sidenav Articles */

.sidenav_articles h1 {
  border-bottom: 1px solid #676767;
  width: fit-content;
}

.sidenav_articles ul {
  list-style: none;
  padding-left: 0;
}

.sidenav_articles li.year>a {
  border-bottom: 1px solid #676767;
}

.sidenav_articles li.year ul.months {
  margin-top: 10px;
}

.sidenav_articles li>a,
.sidenav_articles li>a:hover {
  color: #676767;
}

/* Timeline */

#timeline {
  color: #f15b26;
  margin-top: 50px;
}

.timeline_col {
  float: left;
}

.timeline_row {
  display: block;
  border-bottom: 1px #f15b26 solid;
  margin-bottom: 20px;
}

.timeline_row:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.timeline_row:before,
.timeline_row:after {
  display: table;
  content: " ";
}

.timeline_row:after {
  clear: both;
}

.timeline_col:nth-child(1) {
  width: 10%;
  font-size: 20px;
  font-weight: 300;
}

.timeline_col:nth-child(2) {
  width: 45%;
}

.timeline_col:last-child {
  width: 45%;
}

#timeline ul {
  padding-left: 20px;
}



div::-webkit-scrollbar-track
{
  box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #F5F5F5;
}

div::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
	background-color: #888;
}


@media only screen and (max-width: 480px) {
  .navbar-brand>img {
    height: 40px;
    margin-top: -5px;
  }
  .page_content.padded {
    padding-top: 60px;
  }
}

.navbar-mobile {
  background-color: white;
}
.navbar-mobile a {
  color: #888;
}

.d-flex {
  display: flex !important;
}

.flex-center {
  align-items: center !important;
  justify-content: center !important;
}

.flex-stack {
  align-items: center !important;
  justify-content: space-between !important;
}

.align-items-center{
   align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mfp-title {
  margin-bottom: 5rem !important;
}