html {
  font-size: 100%;
}

body {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'Sen', sans-serif;
  color: #666666;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

/*********************************************************************

                            Navigation in header

**********************************************************************/

.topspace {
  margin-top: 40px;
}

@media only screen and (max-width: 770px) {
  .top-menu {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  .pdf-cv {
    display: none!important;
  }
}

.pulsation {
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.flickering {
    animation: flicker 2s 1;
    animation-delay: 2s;
}

@-webkit-keyframes flicker
{
    0% {opacity:0;}
    9% {opacity:0;}
    10% {opacity:.5;}
    13% {opacity:0;}
    20% {opacity:.5;}
    25% {opacity:1;}
}

.navbar {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 100%;
}

.navbar.stick {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .85;
  z-index: 1;
}

.navbar-collapse {
  transition: height 2s all 1s;
  -webkit-transition: height 2s all 1s;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.navbar-collapse .navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.navbar-collapse .navbar-nav>li {
  float: none;
  display: inline-block;
}

.top-menu .contact-links>li a {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.dropdown ul.dropdown-menu {
  top: 98%;
  text-align: left;
}

.dropdown ul.dropdown-menu>li>a {
  padding: 5px 30px;
}

.dropdown.open a.dropdown-toggle {
  margin-top: 8px;
}

.nav>li.nav-btns>a:hover, .nav>li.nav-btns>a:focus {
  background-color: unset!important;
}

.navbar-default {
  background-color: rgb(0, 0, 0);
  border-color: #000;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-weight: bold;
  /* margin-top: -6px; */
}

.navbar-default .navbar-nav>li>span {
  font-size: 18px;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #000000;
  background-color: #DAD3D3;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #000000;
  background-color: #ffffff;
}

.navbar-default .dropdown ul.dropdown-menu>li>a {
  color: #454545;
  background-color: #FFFFFF;
}

.navbar-default .dropdown ul.dropdown-menu>li>a:hover {
  background-color: #eeeeee;
  color: #000000;
}

.navbar-default .navbar-toggle {
  border-color: #666666;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #cccccc;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #ffffff;
  color: #000000;
}

/*********************************************************************

                                TYPOGRAPHY

**********************************************************************/

p {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}

ul {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6, {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
  text-align: center;
}

a {
  color: #bd1550;
}

a:hover {
  color: #e93675;
}

a.bold:hover {
  font-weight: bold;
}

.lead {
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
}

/*********************************************************************

                                HEADER

**********************************************************************/

#head {
  background: #000 url(../images/bck.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px 0 35px 0;
  height: 93vh;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#head img.img-thumbnail {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  outline: 6px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

#head .title {
  padding-top: 20px;
  color: #fff;
  font-size: 3.0625rem;
  cursor: default;
}

#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  margin: 5px 0 0;
}

#head .tagline h4 {
  color: lime;
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 425px;
  padding-left: 2px;
  padding-bottom: 1px;
}

@media only screen and (max-width: 420px) {
  #head .tagline h4 {
    width: 264px;
  }
}

#head .tagline a {
  color: #5E5E5E;
}

.home #head {
  padding: 14.8% 0;
}

.home #head .title {
  font-size: 55px;
}

.home #head .tagline {
  font-size: 1rem;
  margin: 15px 0 0;
}

/*********************************************************************

                                CONTENT

**********************************************************************/

strong {
  color: rgb(109, 109, 109);
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.btn {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 0 none;
  padding: 12px 35px;
  text-shadow: 0 1px 0px #780d33;
}

.btn-primary {
  color: #fff;
  background-color: #bd1550;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #e61f65;
}

#about {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* Section - experience */

.featured {
  font-size: 13px;
  font-size: 0.8125rem;
}

.featured h3 {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.4em;
  vertical-align: middle;
  margin: 0 0 25px 0;
}

/* Section - Recent works */

.thumbnails {
  padding: 0;
}

.thumbnails li {
  margin-bottom: 30px;
}

.thumbnails .details {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.thumbnail .img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 180px;
  margin: 0 0 20px;
  position: relative;
}

.thumbnail .title {
  text-transform: uppercase;
  margin: 0 2em;
  display: block;
  text-indent: 0;
}

.thumbnail .cover {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 550ms;
  -moz-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
}

.thumbnail .cover .more-1 {
  position: absolute;
  bottom: 15px;
  left: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  -webkit-border-radius: 1px 0 0 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px 0 0 1px;
  -moz-background-clip: padding;
  border-radius: 1px 0 0 1px;
  background-clip: padding-box;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-shadow: 0 1px 0px #780d33;
  background: #bd1550;
  color: white;
  cursor: pointer;
}

.thumbnail .cover .more-2 {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  -webkit-border-radius: 1px 0 0 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px 0 0 1px;
  -moz-background-clip: padding;
  border-radius: 1px 0 0 1px;
  background-clip: padding-box;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-shadow: 0 1px 0px #780d33;
  background: #bd1550;
  color: white;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnail:hover {
  color: #333;
  text-decoration: none;
}

.thumbnail:hover img {
  -webkit-filter: saturate(0%);
}

.thumbnail:hover .cover {
  opacity: 1;
}

.section-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 1px;
}

.section-title a {
  color: #333333;
}

.section-title span {
  display: inline-block;
  position: relative;
  height: 44px;
}

.section-title span:before, .section-title span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: .53em;
  width: 100vw;
  border-top: 4px solid #ccc;
}

.section-title span:before {
  right: 100%;
  margin-right: 45px;
}

.section-title span:after {
  left: 100%;
  margin-left: 45px;
}

/*********************************************************************

                                FOOTER

**********************************************************************/

#footer {
  background: #232323;
  padding: 30px 0 0 0;
  font-size: 12px;
  color: #999;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#footer a {
  color: #ccc;
}

#footer a:hover {
  color: #fff;
}

#footer a[href^="tel:"], #footer a[href^="javascript"] {
  color: #999;
}

#footer a[href^="tel:"]:hover, #footer a[href^="javascript"]:hover {
  color: #ccc;
}

#footer h3.widget-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #ccc;
  margin: 0 0 20px;
}

#underfooter {
  background: #191919;
  padding: 15px 0;
  color: #777;
  font-size: 12px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#underfooter a {
  color: #aaa;
}

#underfooter a:hover {
  color: #fff;
}

#underfooter p {
  margin: 0;
}

#top {
  font-weight: bold;
  cursor: pointer;
}

/* Max page width
///////////////////////////////////////////*/

@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}

/*********************************************************************

                                Skills Box

**********************************************************************/

.skills-box {
  padding: 40px 50px;
}

.skills-box .more-skills {
  padding-top: 20px;
}

.skills-box .experience {
  font-size: 11px;
}

@media only screen and (min-width: 700px) {
  span.skill-tag:after {
    font-size: 11px;
  }
  span.skill-tag:nth-child(1):after {
    content: ' / 3 years ';
  }
  span.skill-tag:nth-child(2):after {
    content: ' / 8 months ';
  }
  span.skill-tag:nth-child(3):after {
    content: ' / 5 years ';
  }
  span.skill-tag:nth-child(4):after {
    content: ' / 1 year ';
  }
  span.skill-tag:nth-child(5):after {
    content: ' / 3 years ';
  }
  span.skill-tag:nth-child(6):after {
    content: ' / 1 year ';
  }
  span.skill-tag:nth-child(7):after {
    content: ' / 4+ years ';
  }
  span.skill-tag:nth-child(8):after {
    content: ' / 4+ years ';
  }
  span.skill-tag:nth-child(9):after {
    content: ' / 2 years ';
  }
  span.skill-tag:nth-child(10):after {
    content: ' / 4 years ';
  }
  span.skill-tag:nth-child(11):after {
    content: ' / 4 years ';
  }
  span.skill-tag:nth-child(12):after {
    content: ' / 4 years ';
  }
  span.skill-tag:nth-child(13):after {
    content: ' / 3 months ';
  }
  span.skill-tag:nth-child(14):after {
    content: ' / 8 months ';
  }
  span.skill-tag:nth-child(15):after {
    content: ' / 3 months ';
  }
  span.skill-tag:nth-child(16):after {
    content: ' / 4+ years ';
  }
  span.skill-tag:nth-child(17):after {
    content: ' / 1 year ';
  }
  span.skill-tag:nth-child(18):after {
    content: ' / 1 year ';
  }
  span.skill-tag:nth-child(19):after {
    content: ' / 1+ years ';
  }
  span.skill-tag:nth-child(20):after {
    content: ' / 4+ years ';
  }
  span.skill-tag:nth-child(21):after {
    content: ' / 8 months';
  }
  span.skill-tag:nth-child(22):after {
    content: ' / 6 months';
  }
  span.skill-tag:hover {
    text-shadow: 1px 0px #000;
  }
}

.skills-box .skill-tag {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 6px 30px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #f5f5f5;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
  background: white;
  transition: all .3s ease-in-out;
}

.skills-box .skill-tag:hover {
  transform: scale(1.3);
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.project {
  margin-bottom: 20px;
}

.more-projects {
  margin-top: 40px;
  max-width: 200px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 24px;
  text-align: center;
}

@media only screen and (min-width: 700px) {
  .timeline {
    border-left: 3px solid #00BCD4;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    position: relative;
    padding: 0 30px;
    margin-left: 280px;
  }
  .timeline .work-place {
    position: relative;
  }
  .timeline .item {
    position: relative;
    margin-bottom: 45px;
    text-align: left!important;
  }
  .timeline .place {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
  }
  .timeline .location {
    position: absolute;
    right: 0;
    top: 2px;
  }
  .timeline .item:before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    border: 3px solid #00BCD4;
  }
  .timeline .item:first-of-type:before {
    border: 3px solid lime;
    transform: scale(1.2);
    animation: zoominoutsinglefeatured 1s infinite;
  }
  .timeline .item:after {
    content: "";
    position: absolute;
    left: -37px;
    top: 6px;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #00BCD4;
    z-index: 10;
  }
  .timeline .item:first-of-type:after {
    background: lime;
    animation: zoominoutsinglefeatured 1s infinite;
  }
  @keyframes zoominoutsinglefeatured {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .timeline .job-meta {
    position: absolute;
    left: -290px;
    top: 0;
  }
}

.timeline .item {
  text-align: center;
}

.timeline .location {
  color: #8a8a8a;
}

.timeline .location .fa {
  margin-right: 5px;
}

.timeline .item ul li {
  list-style: none;
  background-image: none;
  background-repeat: none;
  background-position: 0;
  margin-left: -40px;
}

.timeline .job-meta {
  padding-bottom: 5px;
}

.timeline .job-meta .title {
  font-size: 18px;
  color: #00BCD4;
}

.education-section .item-inner {
  padding: 0 30px 20px 30px;
}

.education-section .degree {
  font-size: 18px;
  color: #00BCD4;
  margin-top: 0;
  margin-bottom: 0px;
}

.education-section .education-body {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
}

.education-section .time {
  color: #8a8a8a;
  margin-bottom: 15px;
}