/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
body {
  background-color: #efefef !important;
}

button, .btn, a.btn {
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
}

a {
  color: #9b9b9b;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #1c1c1c;
}

button:not(.dropdown-toggle):active, a.btn:active {
  transform: scale(0.9, 0.9);
}

.form-control.error {
  border-color: #ff315d;
}

.owl-carousel-modal .owl-stage-outer {
  height: 100%;
}
.owl-carousel-modal .owl-stage-outer .owl-stage {
  height: 100%;
}
.owl-carousel-modal .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.owl-carousel-modal .carousel-item {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.owl-carousel-modal .owl-nav {
  display: block !important;
  top: 80px;
}
.owl-carousel-modal .owl-nav button {
  border-radius: 100% !important;
  height: 35px;
  width: 35px;
  border: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.owl-carousel-modal .owl-nav button i {
  font-size: 12px !important;
}
.owl-carousel-modal .owl-nav button.owl-next i {
  margin: 0 0 0 2px;
}
.owl-carousel-modal .owl-nav button.owl-prev i {
  margin: 0 2px 0 0;
}

/**
  Language selector
 */
.navbar.affix .language-navbar .language-select-container {
  background-color: #333 !important;
  color: #fff !important;
}

.language-navbar {
  width: 65px;
}
.language-navbar .language-select-container {
  user-select: none;
  width: 45px;
  min-height: 45px;
  text-align: center;
  font-family: "Poppins-SemiBold", sans-serif;
  background-color: #333;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  top: 12px;
  padding: 10px 0;
  position: absolute;
}
.language-navbar .language-select-container hr {
  display: none;
  margin: 10px;
  border-width: 2px;
}
.language-navbar .language-select-container .language-item {
  cursor: pointer;
}
.language-navbar .language-select-container .language-item:hover {
  cursor: pointer;
}
.language-navbar .language-select-container .language-item:not(:first-of-type) {
  display: none;
}
.language-navbar .language-select-container hr:not(:first-of-type) {
  display: none;
}
.language-navbar .language-select-container.white {
  background-color: #fff;
  color: #333;
}

header .header-top {
  width: 100%;
  height: 10px;
  display: flex;
}
header .header-top div {
  flex: 1;
}
header .header-top div:nth-of-type(1) {
  background-color: #ed385f;
}
header .header-top div:nth-of-type(2) {
  background-color: #3a66e6;
}
header .header-top div:nth-of-type(3) {
  background-color: #23bbb8;
}
header .header-top div:nth-of-type(4) {
  background-color: #ffc455;
}
header .header-top div:nth-of-type(5) {
  background-color: #ff754a;
}
header .navbar-default {
  background-color: #fff;
  border: 0 !important;
  min-height: 60px;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
header .navbar-default .navbar-header {
  height: 70px;
  align-items: center;
}
header .navbar-default .navbar-header .navbar-brand {
  height: 45px !important;
  padding: 12px !important;
}
header .navbar-default .navbar-header .navbar-brand img {
  height: 100%;
}
header .navbar-default .navbar-collapse .navbar-nav {
  height: 70px;
  line-height: 25px;
}
header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown .avatar {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  margin-right: 10px;
}
header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown a {
  display: inline-block;
  padding-left: 5px;
  font-family: "Rubik-Medium", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fafafa;
}
header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown a i {
  margin-right: 5px;
}
header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown a:hover, header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown a:active, header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown a:focus {
  background-color: transparent;
  color: #fafafa;
}
header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown span.fa {
  font-weight: 300;
}
header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown .dropdown-menu {
  background-color: #fff;
  padding: 10px;
  z-index: 1080;
}
header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown .dropdown-menu li a {
  color: #171717;
  font-size: 12px;
  font-family: "Rubik-Medium", Arial, Helvetica, sans-serif;
}
header .navbar-default .navbar-collapse .navbar-nav > li {
  display: flex;
  align-items: center;
  height: 70px;
  margin: 0 10px;
}
header .navbar-default .navbar-collapse .navbar-nav > li a {
  font-family: "Rubik-Medium", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fafafa;
}
header .navbar-default .navbar-collapse .navbar-nav > li a:hover, header .navbar-default .navbar-collapse .navbar-nav > li a:active, header .navbar-default .navbar-collapse .navbar-nav > li a:focus {
  background-color: transparent;
  color: #ff315d;
  text-decoration: none;
}
header .navbar-default .navbar-collapse .navbar-nav > li a > .nav-icon {
  font-size: 18px !important;
}
header .navbar-default .navbar-collapse .navbar-nav > li a.dropdown-toggle:hover, header .navbar-default .navbar-collapse .navbar-nav > li a.dropdown-toggle:active, header .navbar-default .navbar-collapse .navbar-nav > li a.dropdown-toggle:focus {
  text-decoration: none !important;
}
header .navbar-default .navbar-collapse .navbar-nav > li .primary-button-small {
  line-height: 30px !important;
}
header .navbar-default .navbar-collapse .navbar-nav > li .primary-button-small:hover, header .navbar-default .navbar-collapse .navbar-nav > li .primary-button-small:active, header .navbar-default .navbar-collapse .navbar-nav > li .primary-button-small:focus {
  background-color: #ff1849;
  color: #fff;
  text-decoration: none;
}
header .navbar-default .navbar-collapse .navbar-nav .nav-separator {
  padding: 0;
  height: 25px;
  border-right: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 22px;
}
header .navbar-default .navbar-collapse .navbar-nav .open > a {
  background-color: transparent;
}
header .navbar-default li > a {
  padding: 0;
}

.navbar-default {
  background-color: #fff !important;
  transition: top 0.5s ease 0s;
  -webkit-transition: top 0.5s ease 0s;
  -moz-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
  z-index: 2;
}
.navbar-default .navbar-nav li a:not(.landing-button) {
  font-size: 14px;
  color: #171717 !important;
  font-family: "Poppins-SemiBold", sans-serif !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav li a:not(.landing-button):hover, .navbar-default .navbar-nav li a:not(.landing-button):active, .navbar-default .navbar-nav li a:not(.landing-button):focus {
  color: #171717 !important;
  border-color: #171717;
}
.navbar-default.affix {
  top: -70px;
}
.navbar-default.affix .navbar-header .navbar-toggle .icon-bar {
  background-color: #333 !important;
}

.navbar-subpage {
  box-shadow: 0 1px 5px #d3d3d3 !important;
  transition: top 0.5s ease 0s;
  -webkit-transition: top 0.5s ease 0s;
  -moz-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
  width: 100%;
  background-color: #fff !important;
  z-index: 2;
}
.navbar-subpage .navbar-nav li a:not(.landing-button) {
  font-size: 14px;
  color: #333 !important;
  font-family: "Poppins-SemiBold", sans-serif !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.navbar-subpage .navbar-nav li a:not(.landing-button):hover, .navbar-subpage .navbar-nav li a:not(.landing-button):active, .navbar-subpage .navbar-nav li a:not(.landing-button):focus {
  color: #171717 !important;
}
.navbar-subpage.affix {
  top: -70px;
}
.navbar-subpage.affix .navbar-header .navbar-toggle .icon-bar {
  background-color: #333 !important;
}

.btn-personal {
  border-radius: 25px;
  background-color: #0396ff;
  width: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
}

.personal-page-container {
  margin-top: 60px;
  padding: 0;
}
.personal-page-container .section-container {
  margin-bottom: 20px;
}
.personal-page-container .section-container .icon-container {
  height: 60px;
  width: 60px;
  display: inline-block;
  float: left;
}
.personal-page-container .section-container .icon-container .icon-inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.personal-page-container .section-container .icon-container .icon-inner-container i {
  font-size: 18px;
  margin-right: 0;
  color: #fff;
}
.personal-page-container .section-container .section-title {
  position: relative;
  background-color: #fff;
  display: inline-block;
  float: left;
  width: calc(100% - 60px);
}
.personal-page-container .section-container .section-title .section-inner-title {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 60px 0 21px;
  cursor: pointer;
}
.personal-page-container .section-container .section-title .section-inner-title h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: "Poppins-SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.personal-page-container .section-container .section-title i {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.personal-page-container .section-container .section-title i.rotated {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.personal-page-container .section-container .section-title .section-content {
  background-color: #fff;
  padding: 40px;
}
.personal-page-container .section-container .section-title .section-content .container-basic-data {
  display: flex;
}
.personal-page-container .section-container .section-title .section-content .container-basic-data .container-profile-photo {
  width: 200px;
}
.personal-page-container .section-container .section-title .section-content .container-basic-data .container-profile-photo .container-photo {
  object-fit: fill;
  border-radius: 155px;
  height: 200px;
}
.personal-page-container .section-container .section-title .section-content .container-basic-data .container-profile-photo .container-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 155px;
}
.personal-page-container .section-container .section-title .section-content .container-basic-data .container-personal-data {
  padding: 0 0 0 50px;
  flex: 1;
}
.personal-page-container .section-container .section-title .section-content .container-basic-data .container-personal-data h1 {
  margin: 0;
  font-family: "Poppins-SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #000000;
  padding: 25px 0 0 0;
}
.personal-page-container .section-container .section-title .section-content .container-basic-data .container-personal-data p {
  margin: 0;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aaaaaa;
}
.personal-page-container .section-container .section-title .section-content .container-basic-data .container-personal-data .container-location {
  padding: 18px 0 0 0;
}
.personal-page-container .section-container .section-title .section-content .container-basic-data .container-personal-data .container-location i {
  font-size: 14px;
  color: #000;
  padding: 0 12px 0 0;
}
.personal-page-container .section-container .section-title .section-content .container-basic-data .container-personal-data .container-location span {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0;
  color: #000000;
}
.personal-page-container .section-container .section-title .section-content .language-container {
  display: flex;
  flex-flow: row nowrap;
  margin: 0px -30px;
}
.personal-page-container .section-container .section-title .section-content .language-container .single-chart {
  width: 20%;
  justify-content: space-around;
}
.personal-page-container .section-container .section-title .section-content .language-container .single-chart .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 65%;
  max-height: 250px;
}
.personal-page-container .section-container .section-title .section-content .language-container .single-chart .circular-chart .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}
.personal-page-container .section-container .section-title .section-content .language-container .single-chart .circular-chart .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 2px;
}
.personal-page-container .section-container .section-title .section-content .language-container .single-chart .circular-chart .circle {
  fill: none;
  stroke-width: 2.1px;
  stroke-linecap: butt;
  animation: progress 1s ease-out forwards;
}
.personal-page-container .section-container .section-title .section-content .language-container .single-chart .circular-chart .percentage {
  text-anchor: middle;
  font-family: "Roboto-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.5em;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #000000;
}
.personal-page-container .section-container .section-title .section-content .language-container .single-chart .chart-title {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #000000;
}
.personal-page-container .section-container .section-title .section-content .switch-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.personal-page-container .section-container .section-title .section-content .switch-container .tabs {
  margin-top: 50px;
  font-size: 15px;
  padding: 0;
  list-style: none;
  background: #efefef;
  display: inline-block;
  position: relative;
  height: 40px;
}
.personal-page-container .section-container .section-title .section-content .switch-container .tabs a {
  text-decoration: none;
  color: #aaaaaa;
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-duration: 0.6s;
  font-family: "Poppins-SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.9px;
  text-align: center;
  height: 40px;
  line-height: 22px;
}
.personal-page-container .section-container .section-title .section-content .switch-container .tabs a.active {
  color: #fff;
  background-color: #3a66e6;
}
.personal-page-container .section-container .section-title .section-content .switch-container .tabs .selector {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #3a66e6;
}
.personal-page-container .section-container .section-title .section-content .container-description {
  padding: 31px 0 0 0;
}
.personal-page-container .section-container .section-title .section-content .container-description p {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #444444;
}
.personal-page-container .section-container .section-title .section-content .container-buttons {
  padding: 27px 0 0 0;
}
.personal-page-container .section-container .section-title .section-content .container-buttons .connection-button {
  height: 50px;
  background-color: #3a66e6;
  font-family: "Poppins-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.86px;
  text-align: center;
  color: #fff;
  margin: 0 16px 0 0;
  padding: 0 20px;
  border: none;
}
.personal-page-container .section-container .section-title .section-content .container-buttons .btn-download {
  height: 50px;
  background-color: #000;
  font-family: "Poppins-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.86px;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  text-transform: uppercase;
}
.personal-page-container .section-container .section-title .section-content .container-buttons .btn-download:active {
  transform: scale(0.9, 0.9);
}
.personal-page-container .section-container .section-title .section-content .container-qualifications {
  border-left: 5px solid #ed385f;
  padding-left: 27.5px;
  margin-bottom: 35px;
}
.personal-page-container .section-container .section-title .section-content .container-qualifications .container-q-year {
  font-family: "Poppins-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #ed385f;
}
.personal-page-container .section-container .section-title .section-content .container-qualifications .container-q-name {
  font-family: "Poppins-SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  color: #000000;
}
.personal-page-container .section-container .section-title .section-content .container-qualifications .container-q-place {
  padding-bottom: 3px;
}
.personal-page-container .section-container .section-title .section-content .container-qualifications .container-q-place i {
  font-size: 14px;
  color: #000;
  padding: 0 7px 0 0;
}
.personal-page-container .section-container .section-title .section-content .container-qualifications .container-q-place span {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: #444444;
}
.personal-page-container .section-container .section-title .section-content .container-qualifications .container-q-description {
  word-break: break-word;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: #444444;
  margin: 0;
}
.personal-page-container .section-container .section-title .section-content .container-qualifications:last-of-type {
  margin-bottom: 0;
}
.personal-page-container .section-container .section-title .section-content .container-workplace {
  border-left: 5px solid #23bbb8;
  padding-left: 27.5px;
  margin-bottom: 35px;
}
.personal-page-container .section-container .section-title .section-content .container-workplace .container-w-year {
  font-family: "Poppins-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #23bbb8;
}
.personal-page-container .section-container .section-title .section-content .container-workplace .container-w-name {
  font-family: "Poppins-SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  color: #000000;
}
.personal-page-container .section-container .section-title .section-content .container-workplace .container-w-place {
  padding-bottom: 3px;
}
.personal-page-container .section-container .section-title .section-content .container-workplace .container-w-place i {
  font-size: 14px;
  color: #000;
  padding: 0 7px 0 0;
}
.personal-page-container .section-container .section-title .section-content .container-workplace .container-w-place span {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: #444444;
}
.personal-page-container .section-container .section-title .section-content .container-workplace .container-w-description {
  word-break: break-word;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: #444444;
  margin: 0;
}
.personal-page-container .section-container .section-title .section-content .container-workplace .container-w-description ul {
  padding-left: 15px;
}
.personal-page-container .section-container .section-title .section-content .container-workplace:last-of-type {
  margin-bottom: 0;
}
.personal-page-container .section-container .section-title .section-content .container-competence {
  margin: 0 auto;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row {
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(170, 170, 170, 0.5);
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row .competence-title {
  width: 50%;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row .competence-title p {
  width: 50%;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0;
  color: #000000;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row .competence-pbar {
  width: 50%;
  height: 40px;
  position: relative;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row .competence-pbar .competence-pbar-bg {
  width: 100%;
  height: 40px;
  background-color: #efefef;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row .competence-pbar .competence-pbar-color {
  width: 0%;
  height: 40px;
  background-color: #ff754a;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row .competence-pbar .competence-pbar-percent span {
  font-family: "Poppins-SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  left: 12px;
  bottom: 25%;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row:nth-child(1) {
  padding-top: 0;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row:nth-last-child(1) {
  border: none;
  padding-bottom: 0;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row:nth-of-type(4n-3) .competence-pbar-color {
  background-color: #ff754a;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row:nth-of-type(4n-2) .competence-pbar-color {
  background-color: #23bbb8;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row:nth-of-type(4n-1) .competence-pbar-color {
  background-color: #ed385f;
}
.personal-page-container .section-container .section-title .section-content .container-competence .competence-row:nth-of-type(4n) .competence-pbar-color {
  background-color: #ffc455;
}
.personal-page-container .section-container .section-title .section-content .container-contact .container-contact-text {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: #444444;
  margin-bottom: 30px;
}
.personal-page-container .section-container .section-title .section-content .container-contact .container-contact-form .row {
  margin-bottom: 20px;
}
.personal-page-container .section-container .section-title .section-content .container-contact .container-contact-form .row .col-sm-5 label {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
}
.personal-page-container .section-container .section-title .section-content .container-contact .container-contact-form .row .col-sm-5 label span {
  color: #ff315d;
}
.personal-page-container .section-container .section-title .section-content .container-contact .container-contact-form .row .col-sm-5 input {
  border-radius: 0;
  height: 45px !important;
}
.personal-page-container .section-container .section-title .section-content .container-contact .container-contact-form .row .col-sm-10 label {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
}
.personal-page-container .section-container .section-title .section-content .container-contact .container-contact-form .row .col-sm-10 label span {
  color: #ff315d;
}
.personal-page-container .section-container .section-title .section-content .container-contact .container-contact-form .row .col-sm-10 textarea {
  border-radius: 0;
  height: 142px !important;
}
.personal-page-container .section-container .section-title .section-content .container-contact .container-contact-form .row button {
  width: 102px;
  height: 50px;
  border-radius: 0;
  background-color: #3a66e6;
  font-family: "Poppins-SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.86px;
  text-align: center;
  color: #fff;
}
.personal-page-container .section-container .section-title .section-content .container-contact .container-contact-form .row:nth-child(2) {
  margin-bottom: 14px;
}
.personal-page-container .section-container .section-title > i {
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 22px;
}
.personal-page-container .section-container .section-title .achievement {
  display: flex;
  flex-wrap: wrap;
}
.personal-page-container .section-container .section-title .achievement .container-achievement {
  width: 313px;
  margin-right: 30px;
  margin-bottom: 30px;
  border: solid 1px rgba(170, 170, 170, 0.5);
  display: flex;
  flex-direction: column;
}
.personal-page-container .section-container .section-title .achievement .container-achievement .container-a-pic {
  position: relative;
  min-height: 206px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.personal-page-container .section-container .section-title .achievement .container-achievement .container-a-pic img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.personal-page-container .section-container .section-title .achievement .container-achievement .container-a-pic span {
  background-color: #ffc455;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Poppins-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.9px;
  color: #fff;
  padding: 2px 20px;
}
.personal-page-container .section-container .section-title .achievement .container-achievement:nth-child(3n+0) {
  margin-right: 0;
}
.personal-page-container .section-container .section-title .achievement .container-achievement .container-a-title {
  word-break: break-word;
  padding: 20px 20px 5px 20px;
  font-family: "Poppins-SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0;
  color: #000000;
}
.personal-page-container .section-container .section-title .achievement .container-achievement .container-a-location {
  padding: 0 20px 22px 20px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0;
  color: #000000;
  flex: 1;
}
.personal-page-container .section-container .section-title .achievement .container-achievement .container-a-tag {
  padding: 0 20px 20px 20px;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.personal-page-container .section-container .section-title .achievement .container-achievement .container-a-tag span {
  margin-right: 12px;
}
.personal-page-container .section-container .section-title .achievement .container-achievement:nth-child(3n+1):nth-last-child(-n+3), .personal-page-container .section-container .section-title .achievement .container-achievement:nth-child(3n+1):nth-last-child(-n+3) ~ .container-achievement {
  margin-bottom: 0;
}
.personal-page-container .section-container .section-title .achievement .container-achievement:hover {
  cursor: pointer;
}
.personal-page-container .section-container:nth-of-type(1) .icon-container {
  background-color: #3a66e6;
}
.personal-page-container .section-container:nth-of-type(2) .icon-container {
  background-color: #ff754a;
}
.personal-page-container .section-container:nth-of-type(3) .icon-container {
  background-color: #aaaaaa;
}
.personal-page-container .section-container:nth-of-type(4) .icon-container {
  background-color: #ffc455;
}
.personal-page-container .section-container:nth-of-type(5) .icon-container {
  background-color: #23bbb8;
}
.personal-page-container .section-container:nth-of-type(6) .icon-container {
  background-color: #ed385f;
}
.personal-page-container .section-container:nth-of-type(7) .icon-container {
  background-color: #3a66e6;
}
.personal-page-container .section-container:nth-of-type(7) .section-content {
  padding: 0 40px 40px 40px;
}
.personal-page-container .section-container:not(:first-of-type) .section-content {
  display: none;
}
.personal-page-container footer {
  background-color: #000;
  padding: 50px 0 0 0;
  margin-top: 60px;
}
.personal-page-container footer .separator {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 50px;
}
.personal-page-container footer .footer-top {
  display: flex;
  align-items: center;
  margin: 0 0 0 60px;
}
.personal-page-container footer .footer-top .logo-container {
  margin-right: 50px;
}
.personal-page-container footer .footer-top .content-container {
  flex: 1;
  align-self: baseline;
}
.personal-page-container footer .footer-top .content-container h4 {
  font-family: "Poppins-SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 5px;
}
.personal-page-container footer .footer-top .content-container p {
  font-family: "SourceSansPro-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #aaaaaa;
  width: 75%;
}
.personal-page-container footer .footer-bottom {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 80px;
  justify-content: center;
}
.personal-page-container footer .footer-bottom p {
  font-family: "SourceSansPro-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #aaaaaa;
  margin: 0;
}
.personal-page-container footer a {
  letter-spacing: 1px;
  font-size: 14px;
  padding: 5px 12px !important;
  width: auto !important;
  min-width: 140px;
  height: 50px !important;
  color: #fff !important;
  font-family: "Poppins-SemiBold", sans-serif !important;
  background-color: #ff315d !important;
  border-radius: 0;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-page-container footer a:hover {
  color: #fff !important;
  background-color: #aa2340 !important;
}

.circular-chart.blue .circle {
  stroke: #3a66e6;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-y: hidden;
  transition: 0.3s ease-in;
}
.overlay .overlay-content {
  position: relative;
  top: 100px;
  width: 100%;
  text-align: center;
  padding: 0 30px 15px 30px;
}
.overlay .overlay-content ul {
  padding: 0 !important;
  list-style: none;
}
.overlay .overlay-content ul li {
  border-bottom: 2px solid rgba(51, 51, 51, 0.1);
}
.overlay .overlay-content ul li a {
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
  font-size: 22px;
  display: block;
  transition: 0.3s;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.overlay .overlay-content ul li a:hover, .overlay .overlay-content ul li a:active, .overlay .overlay-content ul li a:focus {
  color: #333;
}
.overlay .overlay-content ul li:last-of-type {
  border-bottom: 0 !important;
}
.overlay .overlay-content ul li .mobile-personal-button {
  width: 232px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #0396ff;
  margin: 15px auto 0 auto;
}
.overlay .overlay-content ul li .mobile-personal-button:hover, .overlay .overlay-content ul li .mobile-personal-button:active, .overlay .overlay-content ul li .mobile-personal-button:focus {
  color: #333;
}
.overlay .overlay-content ul:nth-of-type(2) {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
}
.overlay .open > .dropdown-toggle.btn-default {
  border: 0 !important;
  box-shadow: none !important;
}

.close-btn {
  color: #fff;
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
  text-decoration: none !important;
}
.close-btn:hover, .close-btn:focus, .close-btn:active {
  text-decoration: none !important;
  color: #fff !important;
}

.personal-menu.menu-dark {
  display: none;
}

/* Timeline reference view modal */
#modal-view-reference .modal-dialog, #modal-view-publication .modal-dialog, #modal-view-public-activity .modal-dialog, #modal-view-workplace .modal-dialog, #modal-view-education .modal-dialog {
  width: 500px;
}
#modal-view-reference .modal-dialog .modal-content, #modal-view-publication .modal-dialog .modal-content, #modal-view-public-activity .modal-dialog .modal-content, #modal-view-workplace .modal-dialog .modal-content, #modal-view-education .modal-dialog .modal-content {
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
#modal-view-reference .modal-dialog .modal-content .modal-header, #modal-view-publication .modal-dialog .modal-content .modal-header, #modal-view-public-activity .modal-dialog .modal-content .modal-header, #modal-view-workplace .modal-dialog .modal-content .modal-header, #modal-view-education .modal-dialog .modal-content .modal-header {
  border-bottom: 0 !important;
  height: 237px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6 !important;
}
#modal-view-reference .modal-dialog .modal-content .modal-header .close, #modal-view-publication .modal-dialog .modal-content .modal-header .close, #modal-view-public-activity .modal-dialog .modal-content .modal-header .close, #modal-view-workplace .modal-dialog .modal-content .modal-header .close, #modal-view-education .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #fff;
  text-shadow: 0 0 4px #000;
  opacity: 1;
  z-index: 1;
}
#modal-view-reference .modal-dialog .modal-content .modal-header .card-url, #modal-view-publication .modal-dialog .modal-content .modal-header .card-url, #modal-view-public-activity .modal-dialog .modal-content .modal-header .card-url, #modal-view-workplace .modal-dialog .modal-content .modal-header .card-url, #modal-view-education .modal-dialog .modal-content .modal-header .card-url {
  width: 55px;
  height: 55px;
  background-color: #abdcff;
  position: absolute;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -28px;
  right: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: 0 !important;
  z-index: 1;
}
#modal-view-reference .modal-dialog .modal-content .modal-header .card-url:hover, #modal-view-publication .modal-dialog .modal-content .modal-header .card-url:hover, #modal-view-public-activity .modal-dialog .modal-content .modal-header .card-url:hover, #modal-view-workplace .modal-dialog .modal-content .modal-header .card-url:hover, #modal-view-education .modal-dialog .modal-content .modal-header .card-url:hover {
  cursor: pointer;
}
#modal-view-reference .modal-dialog .modal-content .modal-header .card-category, #modal-view-publication .modal-dialog .modal-content .modal-header .card-category, #modal-view-public-activity .modal-dialog .modal-content .modal-header .card-category, #modal-view-workplace .modal-dialog .modal-content .modal-header .card-category, #modal-view-education .modal-dialog .modal-content .modal-header .card-category {
  position: absolute;
  border-radius: 0;
  padding: 5px 30px 2px 25px;
  background: url(/assets/themes/backend/icollectivo/images/personal/card-category.svg);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #ffffff;
  bottom: -1px;
  left: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
}
#modal-view-reference .modal-dialog .modal-content .modal-body, #modal-view-publication .modal-dialog .modal-content .modal-body, #modal-view-public-activity .modal-dialog .modal-content .modal-body, #modal-view-workplace .modal-dialog .modal-content .modal-body, #modal-view-education .modal-dialog .modal-content .modal-body {
  padding: 0 25px 15px 25px !important;
}
#modal-view-reference .modal-dialog .modal-content .modal-body .tags-cont, #modal-view-publication .modal-dialog .modal-content .modal-body .tags-cont, #modal-view-public-activity .modal-dialog .modal-content .modal-body .tags-cont, #modal-view-workplace .modal-dialog .modal-content .modal-body .tags-cont, #modal-view-education .modal-dialog .modal-content .modal-body .tags-cont {
  margin: 13px 0;
  min-height: 15px;
  display: flex;
  flex-wrap: wrap;
}
#modal-view-reference .modal-dialog .modal-content .modal-body .tags-cont .tag-item a, #modal-view-publication .modal-dialog .modal-content .modal-body .tags-cont .tag-item a, #modal-view-public-activity .modal-dialog .modal-content .modal-body .tags-cont .tag-item a, #modal-view-workplace .modal-dialog .modal-content .modal-body .tags-cont .tag-item a, #modal-view-education .modal-dialog .modal-content .modal-body .tags-cont .tag-item a {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
  color: #444444;
  text-decoration: none;
}
#modal-view-reference .modal-dialog .modal-content .modal-body .tags-cont .tag-item a:hover, #modal-view-publication .modal-dialog .modal-content .modal-body .tags-cont .tag-item a:hover, #modal-view-public-activity .modal-dialog .modal-content .modal-body .tags-cont .tag-item a:hover, #modal-view-workplace .modal-dialog .modal-content .modal-body .tags-cont .tag-item a:hover, #modal-view-education .modal-dialog .modal-content .modal-body .tags-cont .tag-item a:hover {
  cursor: text;
}
#modal-view-reference .modal-dialog .modal-content .modal-body .title, #modal-view-publication .modal-dialog .modal-content .modal-body .title, #modal-view-public-activity .modal-dialog .modal-content .modal-body .title, #modal-view-workplace .modal-dialog .modal-content .modal-body .title, #modal-view-education .modal-dialog .modal-content .modal-body .title {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 12px;
}
#modal-view-reference .modal-dialog .modal-content .modal-body .list, #modal-view-publication .modal-dialog .modal-content .modal-body .list, #modal-view-public-activity .modal-dialog .modal-content .modal-body .list, #modal-view-workplace .modal-dialog .modal-content .modal-body .list, #modal-view-education .modal-dialog .modal-content .modal-body .list {
  padding: 0;
  list-style: none;
}
#modal-view-reference .modal-dialog .modal-content .modal-body .list li, #modal-view-publication .modal-dialog .modal-content .modal-body .list li, #modal-view-public-activity .modal-dialog .modal-content .modal-body .list li, #modal-view-workplace .modal-dialog .modal-content .modal-body .list li, #modal-view-education .modal-dialog .modal-content .modal-body .list li {
  padding-left: 15px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  position: relative;
  border-left: solid 3px #000000;
  font-family: "SourceSansPro-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#modal-view-reference .modal-dialog .modal-content .modal-body .list li:first-of-type, #modal-view-publication .modal-dialog .modal-content .modal-body .list li:first-of-type, #modal-view-public-activity .modal-dialog .modal-content .modal-body .list li:first-of-type, #modal-view-workplace .modal-dialog .modal-content .modal-body .list li:first-of-type, #modal-view-education .modal-dialog .modal-content .modal-body .list li:first-of-type {
  font-family: "SourceSansPro-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
}
#modal-view-reference .modal-dialog .modal-content .modal-body .description, #modal-view-publication .modal-dialog .modal-content .modal-body .description, #modal-view-public-activity .modal-dialog .modal-content .modal-body .description, #modal-view-workplace .modal-dialog .modal-content .modal-body .description, #modal-view-education .modal-dialog .modal-content .modal-body .description {
  margin-top: 21px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #444444;
  font-family: "SourceSansPro-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media screen and (max-width: 1199px) {
  .container-achievement {
    margin: 0 20px 20px 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .language-select-container {
    top: 25px !important;
  }
  .personal-page-container .container-competence {
    margin: 0 auto !important;
  }
  .personal-page-container .container-competence .competence-row {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .personal-page-container .container-competence .competence-row .competence-title {
    width: 100% !important;
  }
  .personal-page-container .container-competence .competence-row .competence-title p {
    width: 100% !important;
  }
  .personal-page-container .container-competence .competence-row .competence-pbar {
    width: 100% !important;
  }
  .personal-page-container .section-content.achievement {
    justify-content: center;
  }
  .personal-page-container .section-content.achievement .container-achievement {
    margin: 0 0 20px 0 !important;
  }
  .container-personal-data {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .container-personal-data h1 {
    padding: 0 !important;
    line-height: 55px !important;
    margin-bottom: 15px !important;
  }
  .languages-section .language-container {
    flex-flow: wrap !important;
    margin: 0 !important;
  }
  .languages-section .language-container .single-chart {
    width: 48% !important;
    margin-bottom: 0;
  }
  .languages-section .language-container .owl-item {
    display: flex;
    justify-content: center;
  }
  .languages-section .language-container .owl-nav {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin: -20px 0 !important;
    top: 0 !important;
  }
  .languages-section .language-container .owl-nav .owl-prev, .languages-section .language-container .owl-nav .owl-next {
    border-radius: 50px !important;
    border: 0 !important;
    color: #333 !important;
    padding: 10px !important;
  }
  .languages-section .language-container .owl-nav .owl-prev i, .languages-section .language-container .owl-nav .owl-next i {
    margin: 0 !important;
  }
  #mobileMenuLanding {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(325deg, #abdcff, #0396ff);
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 10;
  }
  #mobileMenuLanding .language-select-container {
    left: 40px !important;
  }
  #mobileMenuLanding .language-select-container .language-item {
    margin-top: 2px;
  }
  #mobileMenuLanding.in {
    display: block !important;
  }
  .navbar-header {
    display: block !important;
    height: auto !important;
    padding: 10px;
    width: 100%;
    margin-right: -15px !important;
    margin-left: -15px !important;
    width: auto !important;
    float: initial;
  }
  .navbar-header .navbar-brand {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .navbar-header .navbar-toggle {
    border: 0;
    margin: 3px 0 0 0;
  }
  .navbar-header .navbar-toggle .icon-bar {
    height: 3px;
    background-color: #333;
  }
  .navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:active, .navbar-header .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar > .container {
    width: auto;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .container-buttons {
    display: flex;
  }
  .container-buttons button {
    flex: 1;
  }
  footer .inner-footer .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  footer .inner-footer .footer-top .logo-container {
    margin: 0 0 40px 0;
  }
  footer .inner-footer .footer-top .content-container {
    text-align: center;
  }
  footer .inner-footer .footer-top .content-container p {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .personal-page-container {
    margin-top: 20px;
  }
  .personal-page-container .section-container .icon-container {
    display: none;
  }
  .personal-page-container .section-container .section-title {
    width: 100%;
  }
  .container-basic-data {
    flex-direction: column;
    align-items: center;
  }
  .container-basic-data .container-personal-data {
    padding: 0 !important;
    text-align: center;
  }
  .container-basic-data .container-personal-data h1 {
    margin: 15px 0 0 0 !important;
    font-size: 42px !important;
  }
  .container-basic-data .container-personal-data p {
    margin-top: 15px !important;
  }
  .container-description {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .container-buttons {
    display: flex;
    flex-direction: column;
  }
  .container-buttons button {
    flex: initial;
    margin: 0 0 15px 0 !important;
  }
  .personal-page-container .section-container .section-title .section-content {
    padding: 20px;
  }
  .personal-page-container .section-container .switch-container {
    margin: 0 !important;
  }
  .personal-page-container .section-container .switch-container .language-tabs {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
  .container {
    width: 975px !important;
  }
  .navbar-default .navbar-nav li a:not(.landing-button) {
    font-size: 13px;
  }
}
.owl-theme .owl-nav [class*='owl-'] {
  background: rgba(255, 49, 93, 0.5) !important; }
  .owl-theme .owl-nav [class*='owl-']:hover {
    background: #ff315d !important; }
