.vcmp-clear {
	clear:both;
}
.vcmp-timeline {
	margin-bottom:20px;
}
.vcmp-timeline * {  
	box-sizing: border-box; 
	-moz-box-sizing: border-box;	
}
.vcmp-timeline .clearfix:before, 
.vcmp-timeline .clearfix:after { 
	content: ''; 
	display: table; 
}
.vcmp-timeline .clearfix:after { 
	clear: both; 
}
.vcmp-timeline .clearfix:after { 
	clear: both; 
}
.vcmp-timeline {
	overflow: hidden;
	width: 100%;
	list-style: none;
}
.vcmp-timeline iframe {
	height:300px;
}
.vcmp-timeline a {
	text-decoration:none;
}
.vcmp-timeline-image img {
	border-radius:0;
	box-shadow:0 0 0;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	transition: all 0.7s ease;		
}
.vcmp_gallery .vcmp-timeline-image:hover img {
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	transition: all 0.7s ease;
	opacity:0.5;		
}
.vcmp-timeline .vcmp-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.vcmp-timeline .vcmp-container::after {
  content: '';
  display: table;
  clear: both;
}
.vcmp-timeline #vcmp-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.vcmp-timeline #vcmp-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
}
@media only screen and (min-width: 1170px) {
  .vcmp-timeline #vcmp-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .vcmp-timeline #vcmp-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.vcmp-timeline .vcmp-timeline-block {
  position: relative;
  margin: 2em 0;
}
.vcmp-timeline .vcmp-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.vcmp-timeline .vcmp-timeline-block:first-child {
  margin-top: 0;
}
.vcmp-timeline .vcmp-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .vcmp-timeline .vcmp-timeline-block {
    margin: 4em 0;
  }
  .vcmp-timeline .vcmp-timeline-block:first-child {
    margin-top: 0;
  }
  .vcmp-timeline .vcmp-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.vcmp-timeline .vcmp-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.vcmp-timeline .vcmp-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
@media only screen and (min-width: 1170px) {
  .vcmp-timeline .vcmp-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .vcmp-timeline .cssanimations .vcmp-timeline-img.is-hidden {
    visibility: hidden;
  }
  .vcmp-timeline .cssanimations .vcmp-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: vcmp-bounce-1 0.6s;
    -moz-animation: vcmp-bounce-1 0.6s;
    animation: vcmp-bounce-1 0.6s;
  }
}

@-webkit-keyframes vcmp-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 vcmp-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes vcmp-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);
  }
}
.vcmp-timeline .vcmp-timeline-content {
  position: relative;
  margin-left: 60px;
  padding: 1em;
}
.vcmp-timeline .vcmp-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.vcmp-timeline .vcmp-timeline-content h2 {
  color: #303e49;
}
.vcmp-timeline .vcmp-timeline-content p, 
.vcmp-timeline .vcmp-timeline-content .vcmp-read-more, 
.vcmp-timeline .vcmp-timeline-content .vcmp-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.vcmp-timeline .vcmp-timeline-content .vcmp-read-more, 
.vcmp-timeline .vcmp-timeline-content .vcmp-date {
  display: inline-block;
}
.vcmp-timeline .vcmp-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.vcmp-timeline .vcmp-timeline-content .vcmp-read-more {
  float: right;
  padding: 0.5em 1em;
}
.vcmp-timeline .no-touch .vcmp-timeline-content .vcmp-read-more:hover {
  background-color: #bac4cb;
}
.vcmp-timeline .vcmp-timeline-content .vcmp-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.vcmp-timeline .vcmp-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
}
@media only screen and (min-width: 768px) {
  .vcmp-timeline .vcmp-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .vcmp-timeline .vcmp-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .vcmp-timeline .vcmp-timeline-content .vcmp-read-more, 
  .vcmp-timeline .vcmp-timeline-content .vcmp-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .vcmp-timeline .vcmp-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .vcmp-timeline .vcmp-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
  }
  .vcmp-timeline .vcmp-timeline-content .vcmp-read-more {
    float: left;
  }
  .vcmp-timeline .vcmp-timeline-content .vcmp-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .vcmp-timeline .vcmp-timeline-block:nth-child(even) .vcmp-timeline-content {
    float: right;
  }
  .vcmp-timeline .vcmp-timeline-block:nth-child(even) .vcmp-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
  }
  .vcmp-timeline .vcmp-timeline-block:nth-child(even) .vcmp-timeline-content .vcmp-read-more {
    float: right;
  }
  .vcmp-timeline .vcmp-timeline-block:nth-child(even) .vcmp-timeline-content .vcmp-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .vcmp-timeline .cssanimations .vcmp-timeline-content.is-hidden {
    visibility: hidden;
  }
  .vcmp-timeline .cssanimations .vcmp-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: vcmp-bounce-2 0.6s;
    -moz-animation: vcmp-bounce-2 0.6s;
    animation: vcmp-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  .vcmp-timeline .cssanimations .vcmp-timeline-block:nth-child(even) .vcmp-timeline-content.bounce-in {
    -webkit-animation: vcmp-bounce-2-inverse 0.6s;
    -moz-animation: vcmp-bounce-2-inverse 0.6s;
    animation: vcmp-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes vcmp-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes vcmp-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes vcmp-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 vcmp-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes vcmp-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes vcmp-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);
  }
}

.vcmp_format_icon > span {
    display: block;
    font-size: 20px !important;
    height: 60px;
    padding: 19px;
    width: 60px;
	background:#FFF;
}
/* STYLE 1 */
.vcmp-timeline-style1 .vcmp-timeline-content {
	border-radius: 1em;
}
.vcmp-timeline-style1 .vcmp-timeline-img {
	border-radius:50%;
}
.vcmp-timeline-style1 .vcmp-timeline-image {
	border-radius:3px;
}
.vcmp-timeline-style1 .vcmp-timeline-content .vcmp-read-more {
	border-radius: 0.25em;
}
.vcmp-timeline-style1 .vcmp_format_icon > span {
	border-radius:50%;	
}


/* GALLERY */
.vcmp-timeline-image {
	position:relative;
	overflow:hidden;
}
.vcmp-timeline-image .vcmp-timeline-zoom {
	height:100%;
	width:100%;
}
.vcmp-timeline-image .vcmp-timeline-zoom a {
	top:-100%;
	left:50%;
	width:32px;
	height:32px;
	font-size:16px;
	margin-left:-16px;
	margin-top:-16px;
	position:absolute;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	transition: all 0.7s ease;		
}
.vcmp-timeline-image:hover .vcmp-timeline-zoom a {
	top:50%;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	transition: all 0.7s ease;		
}