/* fallback */
/*
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/materialIcons.woff') format('woff');
  font-display: swap;
}
*/

/*
Was used in font-face ^
src: url('../fonts/materialIcons.woff2') format('woff2');
*/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

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

.work-role .sub-title {
    line-height: 31px;
    float: right !important;
}

.work-role .sub-title h5 a {
    color: #b71c1c !important;
}

.card-title .divider {
    margin: 5px 0 5px 0;
}

.play-now {
    text-transform: inherit !important;
    font-weight: bold;
}

.play-now-left {
    margin-right: -3px !important;
}

.play-now-right {
    margin-left: -3px !important;
    margin-right: 0px !important;
}

@media only screen and (max-width: 600px) {
    .card-title small {
        font-size: 14px !important;
    }
}

.card-avatar .card-content i {
    font-size: 35px !important;
}

/*
.card a {
    color: #b71c1c !important;
}
*/

@media only screen and (max-width: 595px) {
    h1 {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 560px) {
    h1 {
        font-size: 3.7rem !important;
    }
}

.pointer {
    cursor: pointer;
}

.hoverable {
    cursor: pointer;
}

.carousel {
    margin-top: 15px;
}

.carousel-item img {
    display: block;
    margin: auto;
}

.modal {
    background-color: #101010 !important;
}

@media only screen and (max-width: 992px) {
    .hideWhenSmall {
        display: none !important;
    }

    .paddingName {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 993px) {
    .hideWhenBig {
        display: none;
    }
}

.row .col.l3 {
    margin-bottom: 0px;
}

@media only screen and (max-width: 992px) {
    .row .col .s6 {
        margin-bottom: 10px;
    }

    .row .col .s4 {
        margin-bottom: 10px;
    }
}

/* PADDING CONTAINER MAIN */
@media only screen and (min-width: 650px) {
    .container-main {
        padding: 4rem 2rem 1rem 2rem;
    }
}

@media only screen and (min-width: 1424px) {
    .container-main {
        padding: 4rem 3rem 1rem 3rem;
    }
}
/* END PADDING CONTAINER MAIN */

/* FOOTER */
.footer-email {
    color: white;
    font-weight: 200;
    margin-top: 7px;
}

@media only screen and (min-width: 650px) {
    .footer-social { 
        font-size: 50px;
        margin-top: 3px;
    }

    .footer-email {
        font-size: 25px;
        margin-top: 13px;
    }

    .social-links-about {
        text-align: right;
    }

    .carousel .indicators .indicator-item {
        width: 25px !important;
        height: 25px !important;
    }
}

@media only screen and (max-width: 649px) {
    .footer-social { 
        font-size: 32px !important;
        margin-top: 5px;
    }

    .footer-email {
        font-size: 18px !important;
        margin-top: 15px;
    }

    .footer-email-dark {
        font-size: 25px !important;
        margin-top: 13px;
    }
}

@media only screen and (max-width: 700px) {
    .material-icons { 
        display: none;
    }
}
/* END FOOTER */

.fwbolder {
    font-weight: bolder;
}

.chip{
    display:inline-block;
    height:32px;
    font-size:13px;
    font-weight:500;
    color:rgba(0,0,0,0.6);
    line-height:32px;
    padding:0 12px;
    border-radius:16px;
    background-color:#e4e4e4;
    margin-bottom:5px;
    margin-right:5px
}

.chip:focus{
    outline:none;background-color:#26a69a;color:#fff
}
.chip>img{
    float:left;margin:0 8px 0 -12px;height:32px;width:32px;border-radius:50%
}

.chip .close{
    cursor:pointer;float:right;font-size:16px;line-height:32px;padding-left:8px
}

.chips{
    border:none;border-bottom:1px solid #9e9e9e;-webkit-box-shadow:none;box-shadow:none;margin:0 0 8px 0;min-height:45px;outline:none;-webkit-transition:all .3s;transition:all .3s
}

.chips.focus{
    border-bottom:1px solid #26a69a;-webkit-box-shadow:0 1px 0 0 #26a69a;box-shadow:0 1px 0 0 #26a69a
}
                 
.chips:hover{
    cursor:text
}
                 
.chips .input{
    background:none;border:0;color:rgba(0,0,0,0.6);display:inline-block;font-size:16px;height:3rem;line-height:32px;outline:0;margin:0;padding:0 !important;width:120px !important
}

.chips .input:focus{
    border:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important
}
                 
.chips .autocomplete-content{
    margin-top:0;margin-bottom:0
}

.prefix ~ .chips{
    margin-left:3rem;width:92%;width:calc(100% - 3rem)
}

.chips:empty ~ label{
    font-size:0.8rem;-webkit-transform:translateY(-140%);transform:translateY(-140%)
}

.tabsIcon {
    vertical-align: -6px;
    letter-spacing: 5px;
}

.fixedCarouselDiv {
    top: 20% !important;
    height: 60% !important;
}

/*
@media only screen and (min-resolution: 117dpi) and (max-resolution: 119dpi), only screen and (min-resolution: 131dpi) and (max-resolution: 133dpi), only screen and (min-resolution: 145dpi) and (max-resolution: 154dpi), only screen and (min-resolution: 162dpi) and (max-resolution: 164dpi), only screen and (min-resolution: 169dpi) {
  /* Your touch-specific css goes here */
/*}
*/
@media only screen and (min-resolution: 165dpi) and (max-resolution: 168dpi), only screen and (min-resolution: 155dpi) and (max-resolution: 160dpi), only screen and (min-resolution: 134dpi) and (max-resolution: 144dpi), only screen and (min-resolution: 120dpi) and (max-resolution: 130dpi), only screen and (max-resolution: 116dpi) {
    /* Your click-specific css goes here */
    .fixedCarouselDiv {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.25s linear;
    }

    .indicators {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.25s linear;   
    }

    .carousel:hover .fixedCarouselDiv {
        visibility: visible;
        opacity: 1;
    }

    .carousel:hover .indicators {
        visibility: visible;
        opacity: 1;
    }
}

.fixedCarouselDiv .btn {
    top: 45% !important;
    position: absolute !important;
    background-color: rgba(170,170,170,0.5);
}

.fixedCarouselDiv .btn:hover {
    background-color: rgba(255,255,255,0.7);
}

@media only screen and (min-width: 650px) {
    .fixedCarouselDiv .btn.left {
        left: 10px;
    }

    .fixedCarouselDiv .btn.right {
        right: 10px;
    }

    .fixedCarouselDiv .btn.right.small {
        right: 0px;
    }
}

@media only screen and (max-width: 649px) {
    .fixedCarouselDiv .btn {
        width: 25px;
        height: 25px;
    }    


    .fixedCarouselDiv .btn i {
        font-size: 20px;
        top: -6px;
        position: absolute;
        left: 0px;
    }    

    .fixedCarouselDiv .btn.left {
        left: 10px;
    }


    .fixedCarouselDiv .btn.right {
        right: 10px;
    }

    .fixedCarouselDiv .btn.right.small {
        right: 0px;
    }

    /*
    .tabs .tab a {
        font-size: 11px !important;
    }
    */

    .card .card-content {
        padding: 0 !important;
    }

    .card .card-content .col p {
        font-size: 12px !important;
    }

    .t_content p {
        font-size: 12px !important;
    }

    .card .card-content .col h5 {
        font-size: 19px !important;
    }

    .card .card-content .col ul li {
        font-size: 12px !important;
    }
}

.fixedCarouselDiv .btn i {
    color: white !important;
}

.imageNoHand {
  cursor: default;
}

/* DARK MODE
.card {
    color: white !important;
    background-color: #222 !important;
}

.tabs li.tab {
    background-color: #000d !important;
}

.tabs .indicator {
    height: 3px !important;
    background-color: #b71c1c !important;
}

.tabs li.tab a {
    color: white !important;
}
DARK MODE */

/**********************************************************************************************************************************
***********************************************************************************************************************************
***********************************************************************************************************************************
***********************************************************************************************************************************/
/* FEED */
.feed_link {
  margin-right: 0 !important;
}

.t_timeline .tabsIcon {
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position:absolute;

  font-size: 80px;
  color: #ffffff00;
  text-shadow: 2px 2px #00000000;
  pointer-events:none;
  transition: 0.2s;
}

@media only screen and (max-width: 1400px) {
  .t_timeline .tabsIcon {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .t_timeline .tabsIcon {
    font-size: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .t_timeline .tabsIcon {
    font-size: 30px;
  }
}

.journey_video
{
  position:relative;
}

.journey_video:hover .tabsIcon
{
  color: #212121;
  text-shadow: 2px 2px #0000004f;
}

/*
.journey_video:hover:after {
    content:'asdasddasd';
    position:absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: url('/img/hobbies.jpg') center no-repeat;
    background-size: 50px;
}
*/

.journey_video .hoverable:hover
/*.journey_video .hoverable*/
{
  opacity: 0.5;
}

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


/**********************************************************************************************************************************
***********************************************************************************************************************************
***********************************************************************************************************************************
***********************************************************************************************************************************/
/* The actual timeline (the vertical ruler) */
.t_timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
}

/* The actual timeline (the vertical ruler) */
.t_timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #212121;
  top: 0;
  bottom: 0;
  left: 50%;
}

/* Container around content */
.t_container {
  padding: 0px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.t_container::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: -14px;
  background-color: #212121;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.t_left {
  left: 0;
  padding-left: 0px;
  padding-right: 20px;
}

/* Place the container to the right */
.t_right {
  left: 50%;
  padding-left: 20px;
  padding-right: 0px;
}

/* Add arrows to the left container (pointing right) */
.t_left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 25px;
  right: 0px !important;
  width: 0;
  z-index: 0;
  border: medium solid white;
  border-width: 3px 0 3px 40px;
  border-color: #212121 #212121 #212121 #212121
;}

.t_timelineImage {
  width: 100%;
}

/* Add arrows to the right container (pointing left) */
.t_right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 25px;
  left: 0px !important;
  width: 0;
  z-index: 0;
  left: 31px;
  border: medium solid white;
  border-width: 3px 40px 3px 0;
  border-color: #212121 #212121 #212121 transparent;
}

/* Fix the circle for containers on the right side */
.t_right::after {
  left: -10px;
}

/* The actual content */
.t_content {
  padding: 1px 20px 20px 20px;
  background-color: white;
  position: relative;
  /*border-style: solid;
  border-color: #212121;*/
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.t_post_it_yellow {
  background-color: #FFFF99;
}

.t_line {
  width: 100%;
  border-bottom: 1px solid #00000033;
  margin: 10px 0px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .t_timeline::after {
    left: 17px;
  }

/* Full-width containers */
  .t_container {
    width: 100%;
    padding-left: 30px;
    padding-right: 5px;
    margin-bottom: 30px;
  }

  .t_container::after {
    height: 15px;
    width: 15px;
  }

  .t_content {
    padding: 1px 10px 10px 10px
  }

/* Make sure that all arrows are pointing leftwards */
  .t_container::before {
    left: 30px !important;
    border-width: 3px 40px 3px 0;
    border-color: #212121 #212121 #212121 transparent;
  }

/* Make sure all circles are at the same spot */
  .t_left::after, .t_right::after {
    left: 11px;
    top: 20px;
  }

/* Make all right containers behave like the left ones */
  .t_right {
    left: 0%;
  }

  .small_col_padding {
    padding: 20px 30px 0px 30px !important;
  }
}
/**********************************************************************************************************************************
***********************************************************************************************************************************
***********************************************************************************************************************************
***********************************************************************************************************************************/