/* 	::

	:: File 		: styles.css
	:: About 		: Your stylesheet file

:: */

/*
#FE9898 254, 152, 152
#FC4444 252, 68, 68 claro
#BE7D7D 190, 125, 125
#8C1818 140, 24, 24 escuro
#670505 103, 5, 5
*/

body {
	color: #401313;	
}

body .btn-dark.btn {
    border-color: #FC4444;
    background-color: #FC4444;
}

body .btn-dark.btn:hover {
    background-color: #BE7D7D;
    border-color: #BE7D7D;    
}

body .btn.btn-teal.btn {
    border-color: #FC4444;
    background-color: #FC4444;
}

body .btn.btn-teal.btn:hover {
    background-color: #BE7D7D;
    border-color: #BE7D7D;    
}

ol, ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

input[type=checkbox] + label::before, input[type=radio] + label::before {
    background-color: #FC4444;
}

h1, h2, h3, h4, h5, h6 {	
	color: #361010;	
}

strong {
	color: #401313;
}

a:focus, a:hover {
	color: #9B0202;	
}

#header .touch li i{
    line-height:1;
    margin-right:5px;
    font-size:24px
}

#header .navbar-inner{
    /*margin-top:10px;*/
}

#header .logo {
    height:70px;
}

#footer {
    background-color: #8C1818;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 15px;
}

#footer a {
    color: rgba(255, 255, 255, 0.7);
}

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

#footer .credits {
    color: rgba(255, 255, 255, 0.7);
}

#footer .credits a {
    color: rgba(255, 255, 255, 0.7);
}

#footer .social a {
    background-color: #670505;
}

#footer .touch li i {
    font-size: 28px;
}

#footer .touch li i {
    font-size: 28px;
}

.page-login-register{
	/*background-color: #670505;*/
	background-color: #400000;
}

.topbar {
	background-color: #8C1818;
    color: rgba(255, 255, 255, 0.7);
    height: 45px;
}

.topbar a {
    color: rgba(255, 255, 255, 0.7);
}

.topbar a:hover {
    color: rgba(255, 255, 255, 1);
}

.topbar .touch li {
    font-size: 11px;
}

.topbar .social{
    float:right;
    margin-top:5px;
    line-height:0;
}

.topbar .social li+li{
    margin-left:5px;
}

.topbar .social a{
    color: rgba(255, 255, 255, 0.7);
    width:36px;
    height:30px;
    line-height:30px;
    font-size:16px;
    -webkit-transition:border-radius ease .1s;
    transition:border-radius ease .1s;
    border-radius:2px;
    margin-top: 3px;
}

.topbar .social a:hover{
    border-radius:0%;
    color: rgba(255, 255, 255, 1);
}

.topbar .social a.youtube{
    background-color:#670505;
}

.topbar .social a.rss{
    background-color:#670505;
}
.topbar .social a.forrst{
    background-color:#670505;
}

.topbar .social a.vimeo{
    background-color:#670505;
}

.topbar .social a.dribbble{
    background-color:#670505;
}

.topbar .social a.google{
    background-color:#670505;
}

.topbar .social a.twitter{
    background-color:#670505;
}

.topbar .social a.facebook{
    background-color:#670505;
}

.topbar .social a.pinterest{
    background-color:#670505;
}

.topbar .user-nav {
    margin-top: 8px;
}

.topbar .user-nav .btn {
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
}

.map-cover#googlemaps {
    top: 30px;
}

/*#footer .touch ul {
    margin-bottom: 0px;
}

#footer .social ul {
    margin-bottom: 0px;
}*/

.btn:hover {
    background-color: #BE7D7D;
    border-color: #BE7D7D;
}

.form-inner {
   background-image: url("");
   box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.social a {
    background-color: #FC4444;
}

.social a.google:hover {
    background-color: #BE7D7D;
}

.social a.twitter:hover {
    background-color: #BE7D7D;
}

.social a.facebook:hover {
    background-color: #BE7D7D;
}

.social a.healtho2:hover {
	background-color: #2980b9;
}
.social a.healtho2:before {
	content: url(../uploads/images/icons/healtho2.png);	
}

.member-heading .social::before {
    border-right-color: #FC4444;
}

.member-heading .title h3 {
    color: #fc4444;
}

.container-dark .btn:hover {
	background-color: #F9F9F9;
	border: 1px solid #F9F9F9;
	color: 	#FC4444;	
}

.container-dark .btn {
	background-color: #FC4444;
	border: 1px solid #FC4444;
	color: 	#F9F9F9;
}

.testimonial-heading .title .position {
	color: #7A3F30;	
}

.title {
	color: #401313;
}

/*.call2action.call2action-colored
{
	border-color:#401313;
	background-color:#983030;
}*/

.modal-body > * {	
	padding-top: 20px;
	/*padding-bottom: 15px;*/
}


#main-menu{
    padding-top: 15px;
    background-color: transparent;
}

#main-menu ul.dropdown>li{
    background-color:rgba(140, 24, 24,.9);
}

#main-menu > li:last-child a {
    padding-right: 20px;
}

#main-menu > li::before{
	background: transparent linear-gradient(to right, rgba(190, 125, 125, 0) 0px, #FC4444 33%, #FC4444 66%, rgba(190, 125, 125, 0) 100%) repeat scroll 0% 0%;
	opacity: 0.9;
}

#main-menu ul.dropdown > li div {
	 /*top: -5px;*/
	 
}

#mobile-menu li + li {
    border-left: 3px solid transparent;
}

#mobile-menu li a {
	color: #FFFFFF;
}

#mobile-menu li{
	color: #8C1818;
}

#main-menu > li > a {		
		color: #FC4444;		
	}
		
#main-menu > li.active > a,
#main-menu > li:hover > a {
	color: #9B0202;		
}

@media all and (min-width:768px){
    #page-content .container #content .container-out{
        padding-top:20px;
        padding-bottom:20px;
    }
    #main-menu > li > a {		
		color: #FC4444;		
	}
		
	#main-menu > li.active > a,
	#main-menu > li:hover > a {
		color: #9B0202;		
	}
}

@media all and (min-width:768px){    
    .title-section .title {
        margin-top: 0px;
        margin-bottom: 0px;        
    }
}

.iconbox-style2.iconbox .iconbox-heading .icon::after, .iconbox-style2.iconbox .iconbox-heading .icon::before, .iconbox-style3.iconbox .iconbox-heading .icon::after, .iconbox-style3.iconbox .iconbox-heading .icon::before {
	background-color: #FFF0F0;
	border: 1px solid #FFDBDB;	
}


.testimonial-content {
	text-align: left;	
}

.container-dark {	
	background-color:#670505;
}



/*#page-content .container #content .container-out .container-light {
    padding-top: 0px;
}*/
/*
	#header .logo{height:70px;margin-top:-5px}*/





















	




	
/* vertical timeline */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
	
#cd-timeline {
  position: relative;
  /*padding: 2em 0;*/
  padding: 0em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  /*background: #d7e4ed;*/
  background: #8C1818;
}










@media only screen and (min-width: 768px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
@media only screen and (min-width: 992px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}





.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}












@media only screen and (min-width: 768px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .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: 40px;
  height: 40px;*/
  /*border-radius: 50%;*/
  background-color: #0f0000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  /*box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
  box-shadow: 0px 0px 0px 4px white, inset 0 2px 0 rgba(252, 68, 68, 0.6), 0 3px 0 4px rgba(252, 68, 68, 0.6);
}
.cd-timeline-img img {
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;   
}

.cd-timeline-img div {	
	display: block;
  	width: 45px;
  	height: 45px;
  	line-height: 45px;
  	position: relative;
  	margin: 0 auto;
  	text-align: center;
  	/*color: #FC4444;*/
	font-weight: bold;
	font-size: 12px;
}

.cd-timeline-img div.red {	
	/*color: #FC4444;*/
	color: #8C1818;
}

.cd-timeline-img div.white {	
	color: #FFFFFF;	
}

.cd-timeline-img.cd-picture {
  /*background: #75ce66;*/
  background: #FFFFFF;
}
.cd-timeline-img.cd-movie {
  /*background: #c03b44;*/
  /*background: #FC4444;*/
  background: #8C1818;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}








@media only screen and (min-width: 768px) {
  .cd-timeline-img {
    /*width: 60px;
    height: 60px;*/
    width: 80px;
    height: 80px;
    left: 50%;
    /*margin-left: -30px;*/
    margin-left: 285px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    
    position: absolute;
  top: 0;
  left: 0;
  /*width: 40px;
  height: 40px;*/
  /*border-radius: 50%;*/
  background-color: #0f0000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /*box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
  box-shadow: 0px 0px 0px 4px white, inset 0 2px 0 rgba(252, 68, 68, 0.6), 0 3px 0 4px rgba(252, 68, 68, 0.6);
  }
  .cd-timeline-img div {	
	display: block;
  	width: 80px;
  	height: 80px;
  	line-height: 80px;
  	position: relative;
  	margin: 0 auto;
  	text-align: center;
  	/*color: #FC4444;*/
	font-weight: bold;
	font-size: 18px;
}
  .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;
  }
}
@media only screen and (min-width: 992px) {
  .cd-timeline-img {
    /*width: 60px;
    height: 60px;*/
    width: 100px;
    height: 100px;
    left: 50%;
    /*margin-left: -30px;*/
    margin-left: -50px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  
  .cd-timeline-img div {	
	display: block;
  	width: 100px;
  	height: 100px;
  	line-height: 100px;
  	position: relative;
  	margin: 0 auto;
  	text-align: center;
  	/*color: #FC4444;*/
	font-weight: bold;
	font-size: 30px;
}

  .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;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-timeline-img {
    /*width: 60px;
    height: 60px;*/
    width: 100px;
    height: 100px;
    left: 50%;
    /*margin-left: -30px;*/
    margin-left: -50px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  
  .cd-timeline-img div {	
	display: block;
  	width: 100px;
  	height: 100px;
  	line-height: 100px;
  	position: relative;
  	margin: 0 auto;
  	text-align: center;
  	/*color: #FC4444;*/
	font-weight: bold;
	font-size: 30px;
	}

  .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: 70px;
  background: white;
  /*border-radius: 0.25em;*/
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
  background-color: #FF6259;
  border: 1px solid #FF3B30;

}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  /*color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
   font-size: 16px;*/
    /*font-size: 2.0rem;*/
    margin: 0px 0px 8px 0px;
    line-height: 14px;
    color: #8C1818;
    font-weight: bold;
    font-size: 14px;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  /*font-size: 13px;*/
  font-size: 12px;
  /*font-size: 0.8125rem;*/
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  color: #FFFFFF;
  margin: 0em 0em 0em 0em;
  /*line-height: 1.6;   */
  line-height: 16px;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  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 white;
  border-right-color: #ff3b30;
}












@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 16px;
    /*font-size: 2.0rem;*/
    margin: 0px 0px 8px 0px;
    line-height: 26px;
    color: #8C1818;
    font-weight: bold;
  }
  .cd-timeline-content p {
    font-size: 13px;
    /*font-size: 1.4rem;*/
    color: #FFF;
	margin: 0em;
	line-height: 1.5;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cd-timeline-content {
    margin-left: 0px;
    padding: 0.8em;
    width: 40%; 
    background-color: #ff6259;
    border: 1px solid #ff3b30;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    /*border-color: transparent;*/
    /*border-left-color: white;*/
    border-left-color: #ff3b30;
    border-right-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: white;*/
    border-right-color: #ff3b30;
  }
  .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: 992px) {
  .cd-timeline-content h2 {
    font-size: 24px;
    font-size: 2.0rem;
    margin: 0px 0px 14px 0px;
    line-height: 26px;
    color: #8C1818;
    font-weight: bold;
  }
  .cd-timeline-content p {
    font-size: 1.4rem;
    color: #FFF;
	margin: 0em;
	line-height: 1.6;
} 
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cd-timeline-content {
    margin-left: -10px;
    padding: 0.8em;
    width: 42%; 
    background-color: #ff6259;
    border: 1px solid #ff3b30;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    /*border-color: transparent;*/
    /*border-left-color: white;*/
    border-left-color: #ff3b30;
    border-right-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: white;*/
    border-right-color: #ff3b30;
  }
  .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: 1200px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 0.8em;
    width: 42%; 
    background-color: #ff6259;
    border: 1px solid #ff3b30;    
  }    
.cd-timeline-content h2 {
	font-size: 2rem;
	margin: 0px 0px 14px;
	line-height: 26px;
	color: #8C1818;
	font-weight: bold;
}  
  .cd-timeline-content p {
    font-size: 1.4rem;
    color: #FFF;
	margin: 0em;
	line-height: 1.6;
}  
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    /*border-color: transparent;*/
    /*border-left-color: white;*/
    border-left-color: #ff3b30;
    border-right-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: white;*/
    border-right-color: #ff3b30;
  }
  .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: 1200px) {
  /* 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);
  }
}
/* vertical timeline */
