/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/*--------------------------- COLOR CLASSES -----------------------------------*/

.colorGreen
{
    color: #18BC9C;
}

.colorDark 
{
     color: #2C3E50;
}

.colorBlueLight 
{
    color: #5B9DFF;
}

.colorBlueDark 
{
    color: #233C80;
}
.colorBlueContrast 
{
    color: #FFD453;
}

.colorWhite
{
    color: #FFFFFF;
}

/*--------------------------- UTILITY CLASSES -----------------------------------*/
.bmarg{
    margin-bottom: 1.5em;
}

.lrmarg{
    margin-left: 1em;
    margin-right: 1em;
}
.bpad {
    padding-bottom: 1.5em;
    margin-bottom: 1.3em;
}
.bpadsm{
    padding-bottom: 1em;
}

.nsp {
    padding-left: 0;
    padding-right: 0;
}

.ltxt{
    text-align: left;
}

.rtxt{
    text-align: right;
}

.ctxt{
    text-align: center;
}

.ntpad{
    padding-top: 0;
}

.nbpad{
    padding-bottom: 0;
}

.nbmarg{
    margin-bottom: 0;
}
.tpad{
    padding-top: .5em;
    margin-top: .5em;
}

.col-center{
    float: none;
    margin: 0 auto;
    display:inline-block;
}

.lrpadded{
    padding-left: 1em;
    padding-right: 1em;
}

.lrpaddedm{
    padding-left: 2em;
    padding-right: 2em;
}

.lrmarg{
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.rmargpx{
    margin-right: 15px;
}

.fsmall{
    font-size: 0.8em;
}

.stretchw{
    width: 100%;
}
 
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}

.email a,
.email a:hover,
.email a:focus,
.email a:active,
.email a.active {
  font-size: 1.5em;
  font-style: oblique;
  color: #2C3E50;
  background-color: #FFFFFF;
  border-radius: 2.2em;
  border-color: #FFD453;
    margin-left: 0.6em;
    margin-right: 0.6em;
}

.telnum a,
.telnum a:hover,
.telnum a:focus,
.telnum a:active,
.telnum a.active {
  font-size: 1.2em;
  color: #2C3E50;
  background-color: #FFFFFF;
}


.tiny{
 font-size: 0.1em;   
}

.social a,
.social a:hover,
.social a:focus,
.social a:active,
.social a.active{
    font-size: 4em;
    border-radius: 2em;
    border-color: #2C3E50;
    color: #FFFFFF;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0.05em;
}
.social a:hover{
   color:  #FFD453; 
}


.cblock {
    display:inline-block;
    float:none;
    text-align: left;
    border-radius: 1.5em;
    border: 0.3em solid #FFD453;
    background-color: #ffffff;
    margin: 0 0.5em;
    height:inherit;
    vertical-align: top;
    font-size: 1em;
    margin-bottom: 20em;
}

.cblock > ul{
    font-size: 0.8em;
}


a,
a:hover,
a:focus,
a:active,
a.active {
  color: #FFD453;
  background-color: #2C3E50;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}

.paper-primary {
    font-family: FontAwesome;
    font-size: 3em;
    padding: 0 0.25em;
}

hr.star-light:after,
hr.star-primary:after {
  content: "\f0e0";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: #FFFFFF;
}
hr.star-light:after {
/*  background-color: #18BC9C;*/
  background-color: #FFFFFF;
  color: #2C3E50;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: #FFFFFF;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #2C3E50;
  color: #FFFFFF;
}
header .container {
  padding-top: 75px;
  padding-bottom: 25px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background: #2C3E50;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-custom .navbar-brand {
  color: #FFFFFF;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #2C3E50;
  background-color: #FFD453;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: #FFFFFF;
}
.navbar-custom .navbar-nav li a:hover {
  color: #FFD453;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color:  #2C3E50;
  background-color:  #FFD453;
}
.navbar-custom .navbar-nav li.active a {
  color:  #2C3E50;
  background: #FFD453;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: #2C3E50;
  background: #FFD453;
}
.navbar-custom .navbar-toggle {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 10px;
  border-color: #FFFFFF;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #FFD453;
  color: #2C3E50;
  border-color: #FFD453;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 50px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background:  #FFFFFF; /*#FFD453;*/
  color: #2C3E50;
}

section.toolset {
  background: #2C3E50; /*#FFD453;*/
  color: #FFFFFF ;
}

section.skillset {
  background: #2C3E50; /*#FFD453;*/
  color: #FFFFFF;
}

@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 25px;
  }
}

.casestudy img:last-child {
    display: none
}

.casestudy img:first-child {
    display: block;
    margin: 0 auto;
}

.casestudy:hover img:first-child {
    display: none
}

.casestudy:hover img:last-child {
    display: block;
    margin: 0 auto;
}

#portfolio .portfolio-item {
  margin: 15px 15px 15px 15px;
  right: 0;
  
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: auto;
    border: 2px solid #2c3e50; 
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 20px;
}
#portfolio .portfolio-item .portfolio-link .caption {
/*    background-color: #2c3e50;*/
    text-align: center;
/*    position: absolute;*/
    padding: 20, 20, 20, 20;
    width: 96%;
    height: 200px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    margin: 2%;
    background-color:  #2c3e50;
    border-radius: 8px;
    box-shadow: 0px 20px 50px grey;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {

    text-align: center;
/*    color:  #2c3e50;*/
    background-color: #FFD453;

}

#portfolio .portfolio-item .portfolio-link .caption:hover h4 {
    content:"View Case Study";
}

#portfolio .caption-content {
  /* position: absolute;*/
  width: 95%;
  font-size: 20px;
  text-align: right;
  margin-right: 50%;
/*  background-color: #2c3e50;*/
  color: #FFFFFF;
}
#portfolio .portfolio-item .portfolio-link .caption i {
  margin-top: 12px;
/*    color: #FFD453;*/
}

#portfolio .portfolio-item .portfolio-link .caption h3{
    margin: 12px;
    color:  #2c3e50;
}
#portfolio .portfolio-item .portfolio-link .caption h4 {
  margin: 12px;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #FFFFFF;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: solid;
  border-radius: 3;
  border-color: #eeeeee;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #FFFFFF;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C; /* #FFD453;*/
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #FFFFFF;
}
footer {
  color: #FFFFFF;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 20px;
  background-color: #2C3E50;
  padding-bottom: 4em;
}
footer .footer-col {
  margin-bottom: 20px;
}
footer .footer-below {
  padding: 0px 0;
  background-color: #2C3E50;

}

footer .footer-info{
    text-align:left;
}
.btn-outline {
  color: #FFFFFF;
  font-size: 20px;
  border: solid 2px #FFFFFF;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #FFD453;
  background: #2C3E50;
  border: solid 2px #FFD453;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: #FFFFFF;
}
.btn-success {
  color: #2C3E50;
  background-color: #FFD453;
  border-color: #FFD453;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
  color: #FFFFFF;
  background-color: #128f76;
  border-color: #11866f;
}
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: #FFFFFF;
}
.btn-social {
  display: inline-block;
  height: 25px;
  width: 25px;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  line-height:20px;
  position:relative;
  top: -0.3em;    
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 50px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .list-inline{
  margin: 0 0;
}
.list-inline>li{
    padding-left: 0px;   
    padding-right: 50px;
}
.item-details {
    font-size: 1.2em;
    list-style-type: square;
    margin: 0;
    margin-top: 0px;
    margin-left: 0;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
}


.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFD453;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}

.text-danger
{
    cplor: #2C3E50;
    background-color: #FFD453;
}

.modal-body a,
.modal-body a:hover,
.modal-body a:focus,
.modal-body a:active,
.modal-body a.active{
    color: #2C3E50;
    background-color: transparent;
    text-decoration-line: underline;
}


/*            ****** RESPONSIVE TIMELINE ******            */

.timeline {
     margin-top: 50;
     position: relative;
/*    padding:4px 0 0 0;*/
/*    margin-top:22px;*/
     list-style: none;
     border-top: 5px solid  #2C3E50;
     margin-bottom: 50;
     padding-left: 10px;
}

.timeline::before{
    content: "My Background:";
    position: absolute; 
    margin-left: 1em;
    left: -1em; 
    top: 0.5em;
    margin-top: -1.5em;
    margin-bottom: -5em;
    color: #FFD453;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
/*    transition: all .3s ease-out;*/
    font-size: 2em;
    display: table;  
    background: #2C3E50;
    width: 11em;
    border: .3em solid #FFD453;
    border-radius: 3em;
    transition: all .3s ease-out;
    font-family:sans-serif;  
    text-transform: uppercase;
}

.timeline::after{
    content: "to be continued...";
    position: relative; 
    margin-left: 1em;
    left: 55%; 
    top: -0.5em;
    margin-top: -1.5em;
    margin-bottom: 3em;
    color: #FFD453;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
/*    transition: all .3s ease-out;*/
    font-size: 2em;
    display: table;  
    background: #2C3E50;
    width: 13em;
    border: .3em solid #FFD453;
    border-radius: 3em;
    transition: all .3s ease-out;
    font-family:sans-serif;  
    text-transform: uppercase;
}


.timeline>li:nth-child(even) {
    position: relative;
/*
    margin-bottom: 50px;
    height: 220px;
*/
/*    right:-100px;*/
/*    margin-left: -10%;*/
    border-left: 5px solid;
    border-bottom: 5px solid;
    border-radius: 2em;
    padding-right: 12%;
    border-color:  #2C3E50;
}



.timeline>li:nth-child(odd) {
    position: relative;
/*
    margin-bottom: 50px;
    height: 220px;
*/  
/*    margin-left: 20%;*/
/*    left:-100px;*/
    padding-left: 12%;
    border-right: 5px solid;
    border-bottom: 5px solid;
    border-radius: 2em;
    border-color:  #2C3E50;
}

.timeline>li:nth-child(odd):before{
    content: "+";
    position: absolute; 
    margin-left: 100%;
    left: -1em; 
    top: 0.5em;
    margin-top: -1.5em;
    margin-bottom: -5em;
}

.timeline>li:nth-child(even):before {
    content: "+";
    position: absolute; 
    left: -1em; */
    top: 0em;
    margin-top: -1em;

 }

.timeline>li:before{
    color: #FFD453;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
/*    transition: all .3s ease-out;*/
    font-size: 2em;
    display: table;  
    background: #2C3E50;
    width: 2em;
    border: .3em solid #FFD453;
    border-radius: 3em;
    transition: all .3s ease-out;
    font-family:sans-serif;

}
.timeline>li:after {
   content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
/*    min-height: 170px;*/
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 97%;
  padding: 0 20px 20px 30px;
  text-align: right;
    
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}


.timeline>li .timeline-image {
    z-index: 100;
    position: relative;
    left: 50%;
    border: 7px solid #3b5998;
    border-radius: 100%;
    background-color: #3b5998;
    box-shadow: 0 0 5px #4582ec;
    width: 100%;
    margin-left: -100px;
    margin-top: 50%;
    display: table-cell;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-image{
    float:left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    padding-bottom: 1em;
    width: 90%;
}

.timeline .timeline-heading h4 {
    margin-top:22px;
    margin-bottom: 4px;
    padding:0;
}

.timeline .timeline-heading h4.subheading {
   margin:0;
   padding:0;
    text-transform: none;
    font-size:18px;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;

}


 @media (min-width: 992px) and (max-width: 1199px) 
 {
    .timeline > li:nth-child(even) {
        margin-bottom: 0px;
        min-height: 0px;
        right: 0px;
      }
    .timeline > li:nth-child(odd) {
        margin-bottom: 0px;
        min-height: 0px;
        left: 0px;
      }
    .timeline>li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0px;
      }
    .timeline>li:nth-child(odd) .timeline-image {
        left: 690px;
        margin-left: 0px;
      }
    .timeline > li:nth-child(even) .timeline-panel {
        width: 92%;
        padding: 0 0 20px 0px;
        text-align: left;
      }
    .timeline > li:nth-child(odd) .timeline-panel {
        width: 92%;
        padding: 0 0 20px 0px;
        text-align: right;
      }
    .timeline::after{
        left: 50%;
    }
}

/* Medium Devices, .visible-md-*      @media (min-width: 992px) and (max-width: 1199px) */
@media (min-width: 680px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 92%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 92%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
/*
  .timeline > li .line {
    display: none;
  }
*/
    .timeline::after{
        left: 40%;
    }  
}

/* Small Devices, Tablets */
@media (min-width: 268px) and (max-width: 680px) {
  .timeline > li:nth-child(even) {
    padding-right: 10%;
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    padding-left: 10%;
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 92%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 92%;
    padding: 0 0 20px 0px;
    padding: 0 0 20px 0px;
    text-align: right;
  }
    
  .timeline::before{
      font-size: 1.5em;
    }
    
    .timeline::after{
        font-size: 1.5em;
        content: "...";
        left: 80%;
        width: 2em;
    }

  .timeline>li:before{
       font-size: 1.5em;
    }
    
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
    .timeline::before{
        font-size: 1.5em;
    }
    
    .timeline::after{
        font-size: 1.5em;
        content: "...";
        left: 80%;
        width: 2em;
    }

  .timeline>li:before{
       font-size: 1.5em;
    }
        
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }

}
    
                        
