  body {
      font: 400 15px Roboto, sans-serif;
      line-height: 1.8;
      color: #818181;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }
  p {
      font-size: 17px;
  }    
    
  .jumbotron {
      background-color: #ffffff;
      color: #fff;
      padding-top: 75px;
  }
  
  .jumbotron img {
      max-width: 500px;        
      width: 90% !important;
      height: auto !important;
      max-height: 205px;
      display: block;
      margin: 0 auto;
  }
  
  .container-fluid {
      padding: 60px 10px 10px 10px;
      max-width: 1366px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #00355a;
      font-size: 50px;
  }
  .logo {
      color: #00355a;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #00355a;
  }
  .carousel-indicators li {
      border-color: #00355a;
  }
  .carousel-indicators li.active {
      background-color: #00355a;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #00355a; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #00355a;
      background-color: #fff !important;
      color: #00355a;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #00355a !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #00355a;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #4a4a4a;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Roboto, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #00355a !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #00355a;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }
  
  
  .modal-dialog {
    padding-top: 60px;
    width: 1000px;
    max-width: 98%;
   }
   
   
   .ownbtn {
     display: flex;
     float: left;      
     border: 1px solid #cccccc;
     background: #ffffff;
     border-radius: 6px;
     max-width: 300px;
     margin: 4px 4px;
   }
   
   .ownbtn a {
     color: #303030;
     padding: 5px 15px;
     font-size: 18px;
     color: #303030;
     font-weight: 400;
     text-decoration: none;
   }
   
   .ownbtn a:link {
     color: #303030;
     text-decoration: none;
   }

   .ownbtn a:visited {
     color: #303030;
     text-decoration: none;
   }   
   
   .ownbtn:hover {
     background-color: #e3e3e3;
     text-decoration: none;
   }
   


.tmmodal-dialog {
    box-sizing: border-box;    
    padding-top: 60px;
    width: 1000px;
    max-width: 98%;
   }

    
 /* The actual timeline (the vertical ruler) */
.timeline {
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 6px;
    background-color: #cccccc;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.tlcontainer {
    box-sizing: border-box;
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.tlcontainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #ffffff;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.tlleft {
    left: 0;
}

/* Place the container to the right */
.tlright {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tlleft::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #e3e3e3;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e3e3e3;
}

/* Add arrows to the right container (pointing left) */
.tlright::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #e3e3e3;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e3e3e3 transparent #e3e3e3;
}

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

/* The actual content */
.tlcontent {
    padding: 20px 30px;
    background-color: #e3e3e3;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media all and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  
  /* Full-width containers */
  .tlcontainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .tlcontainer::before {
    left: 60px;
    border: medium solid #e3e3e3;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e3e3e3 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .tlleft::after, .right::after {
    left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .tlright {
    left: 30px;
  }
}