/* GENERAL SETTINGS */
html {
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #636363;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
h1,
.h1 {
  font-size: calc((100% + 0.25vw) * 3);
}
h2,
.h2 {
  font-size: calc((100% + 0.25vw) * 2.5);
}
h3,
.h3 {
  font-size: calc((100% + 0.25vw) * 2);
}
h4,
.h4 {
  font-size: calc((100% + 0.25vw) * 1.75);
}
h5,
.h5 {
  font-size: 3.5rem;
}
h6,
.h6 {
  font-size: calc((100% + 0.25vw) * 1);
}
/* SPACING */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 24px;
  color: #121212;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 16px;
  }
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
.h1.white,
.h2.white,
.h3.white,
.h4.white,
.h5.white,
.h6.white {
  color: #ffffff;
}
p {
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  p {
    margin-bottom: 24px;
  }
}
a {
  color: #121212;
  text-decoration: none;
  position: relative;
}
a:hover {
  color: #121212;
  text-decoration: none;
}
/* BREAKPOINTS */
/* COLORS */
/* event colors */
.bg-cluj-it {
  background-color: #003997 !important;
}
.bg-cluj-global {
  background-color: #6D34FA !important;
}
.bg-sibiu {
  background-color: #005AEE !important;
}
.bg-brasov {
  background-color: #EB3F43 !important;
}
.bg-iasi {
  background-color: #F59621 !important;
}
.bg-arad {
  background-color: #E0B03C !important;
}
.bg-oradea {
  background-color: #B87A3C !important;
}
.bg-chisinau {
  background-color: #056C4D !important;
}
.bg-targu-mures {
  background-color: #5BA5A3 !important;
}
.bg-iasi-it {
  background-color: #003997 !important;
}
.bg-valenii-de-munte {
  background-color: #6D34FA !important;
}
.bg-alba-iulia {
  background-color: #005AEE !important;
}
/*
SECTIONS
 */
.tdc-section {
  padding: 96px 0;
}
/*
HEADER
 */
header {
  height: auto;
  background: #fff;
  padding: 0 32px;
}
@media screen and (min-width: 768px) {
  header {
    height: 96px;
  }
}
header a:after {
  display: none;
}
header #tdc_top_header {
  width: 100%;
}
@media screen and (min-width: 768px) {
  header #tdc_top_header {
    height: 96px;
  }
}
header #tdc_top_header #right_menu ul,
header #tdc_top_header #top_left_menu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
header #tdc_top_header #right_menu ul li,
header #tdc_top_header #top_left_menu ul li {
  display: inline-block;
  float: left;
  margin: 0 10px;
  padding: 0 10px;
}
header #tdc_top_header #right_menu ul li:first-of-type,
header #tdc_top_header #top_left_menu ul li:first-of-type {
  margin-left: 0;
  padding-left: 0;
}
header #tdc_top_header #right_menu ul li:last-of-type,
header #tdc_top_header #top_left_menu ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
header #tdc_top_header #right_menu ul li a,
header #tdc_top_header #top_left_menu ul li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
header #tdc_top_header #right_menu ul li a:after,
header #tdc_top_header #top_left_menu ul li a:after {
  display: none;
}
/*
Events BIG carousel
 */
#eventsCarousel .carousel-inner .carousel-item {
  min-height: 400px;
  padding: 60px 32px 32px 32px;
  background-color: #F59621;
}
#eventsCarousel .carousel-inner .carousel-item p {
  color: #ffffff;
}
#eventsCarousel .carousel-inner .carousel-item .event_img img {
  max-width: 100%;
  opacity: 0.9;
  border-radius: 0;
}
#eventsCarousel .carousel-inner .carousel-item .event_location {
  background: url('../media/icons/location.svg') 5px 1px no-repeat;
  background-size: 13px;
  padding-left: 24px;
  margin-bottom: 0;
}
#eventsCarousel .carousel-inner .carousel-item .btn-inscriere {
  background: #121212;
  color: #ffffff;
  width: 60%;
  margin: -25px auto 0 auto;
  display: inherit;
}
#eventsCarousel .carousel-inner .carousel-item .event_links {
  margin-top: 32px;
}
#eventsCarousel .carousel-inner .carousel-item .event_links ul {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
#eventsCarousel .carousel-inner .carousel-item .event_links ul li {
  list-style-type: none;
  float: left;
  display: inline;
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
}
#eventsCarousel .carousel-inner .carousel-item .event_links ul li:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
}
#eventsCarousel .carousel-inner .carousel-item .event_links ul li:last-of-type:after {
  display: none;
}
#eventsCarousel .carousel-inner .carousel-item .event_links ul li a {
  color: #ffffff;
  font-weight: 500;
}
/*
Other Events
 */
#other_events > h5 {
  margin-left: 32px;
}
#other_events .other_events_navigation {
  height: 280px;
  margin-left: 32px;
}
#other_events .other_events_navigation .event_box {
  background: #005AEE;
  color: #ffffff;
  width: 200px !important;
  height: 256px;
  padding: 17px 16px;
  border-radius: 10px;
  position: relative;
  margin-right: 32px !important;
}
#other_events .other_events_navigation .event_box .event_date {
  float: left;
  display: block;
  clear: left;
  margin-bottom: 32px;
  height: 50px;
  font-weight: 700;
  font-size: 1rem;
}
#other_events .other_events_navigation .event_box .event_name {
  clear: left;
}
#other_events .other_events_navigation .event_box .event_name h5 {
  font-size: 1.5rem;
}
#other_events .other_events_navigation .event_box .event_inscrieri {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
#other_events .other_events_navigation .event_box .event_inscrieri a {
  font-weight: 700;
  color: #fff;
  opacity: 0.7;
  font-size: 0.75rem;
}
#other_events .swiper-scrollbar {
  width: 300px;
  height: 3px;
  max-width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#other_events .swiper-scrollbar .swiper-scrollbar-drag {
  background: #121212;
  cursor: pointer;
}
/*
TDC stats
 */
#tdc_stats .counter {
  color: #121212;
  font-size: 3rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  #tdc_stats .counter {
    padding-left: 32px;
  }
}
#tdc_stats .what-counts {
  color: #121212;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  clear: left;
  display: block;
}
@media screen and (max-width: 768px) {
  #tdc_stats .what-counts {
    padding-left: 32px;
    margin-bottom: 1rem;
  }
}
/*
TDC Companies
 */
#tdc_companies .title_text {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 32px;
}
#tdc_companies .title_text p {
  color: #636363;
  margin-bottom: 0;
}
#tdc_companies .links {
  margin-bottom: 16px;
}
#tdc_companies .links .subtitle {
  color: #636363;
  font-size: 16px;
  padding-left: 32px;
}
#tdc_companies .links .subtitle p {
  margin-bottom: 0;
}
#tdc_companies .links .see_more {
  padding-right: 32px;
}
#tdc_companies .links .see_more p {
  margin-bottom: 0;
}
#tdc_companies .links .see_more p a {
  color: #636363;
}
#tdc_companies .limited_list {
  padding-left: 32px;
  padding-right: 32px;
}
#tdc_companies .limited_list .company-box {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-right: 1px solid #f3f3f3;
}
#tdc_companies .limited_list .company-box:last-of-type {
  border-right: none;
}
#tdc_companies .limited_list .company-box:nth-of-type(6) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #tdc_companies .limited_list .company-box {
    border: none;
  }
}
#tdc_companies .limited_list .company-box img {
  align-self: center;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all ease 1s;
  max-width: 90%;
}
#tdc_companies .limited_list .company-box img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/*
TDC Jobs
 */
#tdc_jobs {
  background: #f3f3f3;
}
#tdc_jobs .title_text {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 32px;
}
#tdc_jobs .title_text p {
  color: #636363;
  margin-bottom: 0;
}
#tdc_jobs .subtitle {
  color: #636363;
  font-size: 16px;
  padding-left: 32px;
}
#tdc_jobs .subtitle p {
  margin-bottom: 16px;
}
#tdc_jobs .see_more {
  padding-right: 32px;
}
#tdc_jobs .see_more p {
  margin-bottom: 0;
}
#tdc_jobs .see_more p a {
  color: #636363;
}
#tdc_jobs .jobs_list ul {
  margin: 0;
  padding: 0;
}
#tdc_jobs .jobs_list ul li {
  list-style-type: none;
  margin-bottom: 32px;
}
#tdc_jobs .jobs_list ul li .job_card {
  float: left;
  display: block;
  padding: 16px;
  background: #ffffff;
  width: 100%;
  min-height: 360px;
  position: relative;
}
#tdc_jobs .jobs_list ul li .job_card .job_date {
  font-size: 0.8rem;
  margin-bottom: 23px;
}
#tdc_jobs .jobs_list ul li .job_card .job_title {
  font-size: 1.2rem;
  color: #121212;
  font-weight: 700;
  height: 72px;
  overflow-y: hidden;
}
#tdc_jobs .jobs_list ul li .job_card .job_company {
  text-transform: uppercase;
}
#tdc_jobs .jobs_list ul li .job_card .job_company img {
  max-width: 90%;
}
#tdc_jobs .jobs_list ul li .job_card .job_location {
  margin-bottom: 40px;
}
#tdc_jobs .jobs_list ul li .job_card .job_location ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#tdc_jobs .jobs_list ul li .job_card .job_location ul li {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
}
#tdc_jobs .jobs_list ul li .job_card .job_location ul li:after {
  content: ', ';
  display: block;
  position: relative;
  float: right;
  margin-left: 2px;
}
#tdc_jobs .jobs_list ul li .job_card .job_location ul li:last-of-type:after {
  display: none;
}
#tdc_jobs .jobs_list ul li .job_card .job_links {
  position: absolute;
  bottom: 10px;
  left: 0;
}
#tdc_jobs .jobs_list ul li .job_card .job_links a {
  color: #B3B3B3;
  font-weight: 700;
}
/*
TDC Newsletter
 */
#tdc_newsletter {
  background-color: #ffffff;
}
#tdc_newsletter .title_text {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 32px;
}
#tdc_newsletter .title_text p {
  color: #636363;
  margin-bottom: 0;
}
#tdc_newsletter #newsletter_input_area {
  background: rgba(211, 211, 211, 0.3);
  border: none;
  width: 35vw;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #tdc_newsletter #newsletter_input_area {
    width: 100%;
  }
}
#tdc_newsletter #newsletter_submit_button {
  background: #121212;
  padding-left: 44px;
  padding-right: 44px;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
/*
TDC National Media Partners
 */
#tdc_national_media_partners {
  background-color: #202124;
  color: #ffffff;
}
#tdc_national_media_partners .title_text {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 32px;
}
#tdc_national_media_partners .title_text h5 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 0;
}
#tdc_national_media_partners .partners_container .partner_box {
  padding: 10px;
  text-align: center;
}
/*
Footer
 */
footer {
  padding: 40px 32px;
  background: #f3f3f3;
  transition: all ease 2s;
}
footer #footer_go_top {
  margin-bottom: 40px;
}
footer #footer_events {
  margin-bottom: 40px;
}
footer #footer_events ul {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
footer #footer_events ul li {
  display: inline-block;
  list-style-type: none;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
}
footer #footer_events ul li a {
  font-weight: bold;
  color: #B3B3B3;
  font-size: 0.9rem;
}
footer #footer_events ul li:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 0.8rem;
  background: #d3d3d3;
  display: inline-block;
}
footer #footer_events ul li:last-of-type:after {
  display: none;
}
footer #footer_details_row {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer #footer_details_row #footer_company_contact_details p,
footer #footer_details_row #footer_company_details p {
  margin-bottom: 7px;
  color: #636363;
}
footer #footer_details_row #footer_company_contact_details p strong,
footer #footer_details_row #footer_company_details p strong {
  color: #121212;
}
footer #footer_details_row #footer_company_logo img {
  height: 71px;
}
footer #footer_details_row #footer_company_logo img path {
  fill: #f3f3f3;
}
footer #footer_menu_right ul,
footer #footer_menu_left ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
footer #footer_menu_right ul li,
footer #footer_menu_left ul li {
  list-style-type: none;
  padding-right: 1vw;
  display: inline-block;
  transition: all ease 2s;
}
@media screen and (max-width: 768px) {
  footer #footer_menu_right ul li,
  footer #footer_menu_left ul li {
    clear: left;
    float: left;
    margin: 3px 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
footer #footer_menu_right ul li:last-of-type,
footer #footer_menu_left ul li:last-of-type {
  padding-right: 0;
}
footer #footer_menu_right ul li a,
footer #footer_menu_left ul li a {
  color: #B3B3B3;
  font-weight: bold;
}
footer #footer_menu_right ul li {
  /*
        Do this hack so the menu doesn't space in the right side
         */
  padding-right: 0;
  padding-left: 1vw;
}
footer #footer_menu_right ul li:first-of-type {
  padding-left: 0;
}
footer #footer_social_icons img {
  margin: 0 20px;
  transition: all ease 2s;
}
@media screen and (max-width: 768px) {
  footer #footer_social_icons img {
    margin: 0 20px 0 0;
  }
}
