body {
font-family: 'Roboto', sans-serif;
}
/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
    RESET
\*------------------------------------*/

*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font:400 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1280px;
	margin:0 auto;
}
.header {
	padding:15px 25px;
	background:#FFF;
	border-left:5px solid #2BA6CB;
	overflow:hidden;
}
.logo {
	float:left;
}
.demo-nav {
	float:right;
	margin:12px 0;
	list-style:none;
}
.demo-nav-link {
	
}
.demo-nav-link a {
	color:#2BA6CB;
	text-decoration:none;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width:.1vw;
  background:rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -1vw;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width:4vw;
  height:4vw;
  border-radius: 50%;
  border:.8vw solid rgb(163 0 44);
}
.cd-timeline-img:hover {
  border:.8vw solid rgb(251 180 57);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #FFF;
}
.cd-timeline-img.cd-movie {
  background: #FFF;
}
.cd-timeline-img.cd-location {
  background: #FFF;
}
.cd-timeline-img1 {
  position: absolute;
  top: 0;
  left: 0;
  width:4vw;
  height:4vw;
  border-radius: 50%;
  border:.8vw solid rgb(251 180 57);
}
.cd-timeline-img1:hover {
  border:.8vw solid rgb(163 0 44);
}
.cd-timeline-img1 img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img1.cd-picture {
  background: #FFF;
}
.cd-timeline-img1.cd-movie {
  background: #FFF;
}
.cd-timeline-img1.cd-location {
  background: #FFF;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
   width: 4vw;
    height: 4vw;
    left: 111%;
    margin-left: -2.3vw;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
    .cd-timeline-img1 {
    width: 4vw;
    height: 4vw;
    left:-4.9vw;
    margin-left:0px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media (min-width:320px) and (max-width:639px) {
.cd-timeline-content {
    position: relative;
    margin-left:0;
    background:none;
}
.cd-timeline-content::before {
display:none;
}
.right-margin {
padding-right: 0;
padding-left: 0;
}
.left-margin {
padding-right: 0;
padding-left: 0;
margin-top:0;
}
.cd-timeline-content figure {
display: block;
width: 100%;
position: relative;
overflow: hidden;
vertical-align: middle;
border-radius: 10px 10px 0 0;
background-color:#FFF;
}
.cd-timeline-content figure img {
	width:100%;
}
.cd-timeline-content .boxs {
padding: 20px 20px;
margin-bottom:30px;
background-color:#FFF;
}
.cd-timeline-img {
display:none;
}
#cd-timeline::before {
display:none;
}
.cd-timeline-img {
display:none;
}
.cd-timeline-img1 {
display:none;
}
.cd-timeline-content .boxs h2 {
font-weight: 500;
color: #111;
font-size:20px;
margin: 0 0 10px;
}
.cd-timeline-content .boxs h4 {
    font-size:16px;
    font-weight: 600;
    color: #0587c8;
    margin: 0 0 10px;
}
.cd-timeline-content .boxs p {
    margin: 0;
    font-size:16px;
    color: #333;
    line-height: 1.5em;
    padding-bottom: 0;
}
.cd-timeline-content .boxs li {
    margin: 0;
    font-size:15px;
    color: #333;
    line-height: 1.4em;
    padding-bottom: 0;
	font-weight:700;
}
#cd-timeline {
    position: relative;
    padding: 0 0;
    margin-bottom: 0;
}
}
@media (min-width:640px) and (max-width:1023px) {
#cd-timeline::before {
content: '';
position: absolute;
top: 0;
left: 46vw;
height: 100%;
width: .1vw;
background: 
rgba(0, 0, 0, 0.1);
}
.cd-timeline-img {
position: absolute;
top: 0;
left: 41.5vw;
width:4vw;
height:4vw;
border-radius: 50%;
border: .8vw solid rgba(185, 221, 125, 0.8);
}
.cd-timeline-img1 {
    position: absolute;
    top: 0;
    left: -4.5vw;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    border: .8vw solid rgba(185, 221, 125, 0.8);
}
.right-margin {
    padding-right:5vw;
	margin-bottom:0;
}
.left-margin {
    padding-right:3vw;
	padding-left:2vw;
	margin-top:20vw;
}
  .cd-timeline-content {
    margin-left:1vw;
	display: block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    border-radius: 1vw;
  }
  .cd-timeline-content figure {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
	border-radius: 1vw 1vw 0 0;
}
  .cd-timeline-content figure img {
    width: 100%;
}
.cd-timeline-content .boxs {
    display: block;
    width: 100%;
    padding: 2vw 2vw;
}
.cd-timeline-content .boxs h2 {
font-family: 'Roboto', sans-serif;
    font-weight:600;
    color: #111;
	font-size:25px;
    margin: 0 0 1vw;
}
.cd-timeline-content .boxs h2 span {
font-family: 'Libre Baskerville', serif;
font-weight: 400;
font-style: italic;
color: #0078bf;
text-transform: none;
}
.cd-timeline-content .boxs h4 {
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height: 1.3em;
text-align:left;
font-weight:500;
color: #0078bf;
margin: 0 0 .8vw;
}
.cd-timeline-content .boxs p {
font-family: 'Roboto', sans-serif;
font-size: 15px;
text-align:left;
line-height: 1.5em;
font-weight: 300;
margin: 0;
color: #797979;
padding-bottom:0;
}
.cd-timeline-content .boxs li {
display:block;
font-family: 'Roboto', sans-serif;
font-size: 13px;
text-align:left;
line-height: 1.5em;
font-weight:600;
padding-top:1vw;
margin: 0;
color: #000;
padding-bottom:0;
}
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1024px) {
.right-margin {
    padding-right:5vw;
}
.left-margin {
    padding-right:3vw;
	padding-left:2vw;
	margin-top:10vw;
}
  .cd-timeline-content {
    margin-left:1vw;
	display: block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    border-radius: 1vw;
  }
  .cd-timeline-content figure {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
	border-radius: 1vw 1vw 0 0;
}
  .cd-timeline-content figure img {
    width: 100%;
}
.cd-timeline-content .boxs {
    display: block;
    width: 100%;
    padding: 2vw 2vw;
}
.cd-timeline-content .boxs h2 {
font-family: 'Roboto', sans-serif;
    font-weight:600;
    color: #111;
	font-size:2.5vw;
    margin: 0 0 1vw;
}
.cd-timeline-content .boxs h2 span {
font-family: 'Libre Baskerville', serif;
font-weight: 400;
font-style: italic;
color: #0078bf;
text-transform: none;
}
.cd-timeline-content .boxs h4 {
font-family: 'Roboto', sans-serif;
font-size: 1.5vw;
line-height: 1.3em;
text-align:left;
font-weight:500;
color: #0078bf;
margin: 0 0 .8vw;
}
.cd-timeline-content .boxs p {
font-family: 'Roboto', sans-serif;
font-size: 1.5vw;
text-align:left;
line-height: 1.5em;
font-weight: 300;
margin: 0;
color: #000;
padding-bottom:0;
}
.cd-timeline-content .boxs li {
display:block;
font-family: 'Roboto', sans-serif;
font-size: 1.3vw;
text-align:left;
line-height: 1.5em;
font-weight:600;
padding-top:1vw;
margin: 0;
color: #000;
padding-bottom:0;
}
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
