*, *:before, *:after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after{
  content: "";
  display: table;
}
.clearfix:after{
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  *zoom:1;
}
html, body, div, span, p, a{
  font-family: open_sansregular,sans-serif;
  font-size: 100%;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 1.4;
  outline: none;
  vertical-align: baseline;   
}
html body{
  background-color: #ecf0f1;
}
/*.container{
  overflow: hidden;
  padding-bottom: 400px;
}*/
.vline{
  position: absolute;
  width: 4px;
  background: #34495e;
  top: 85px;
  left: 50%;
  margin-left: -2px;
  height: 100px;
}
.header{
  padding: 20px 50px;
  background-color: #bdc3c7;
}
.header h1{
  color: #fff;
  text-align: center;
  font-size: 32px;
}
.row{
  width: 100%;
  clear: both;
  float: left;
  position: relative;
}
.left{
  width: 50%;
  float: left;
  position: relative;
  padding-right: 2%;
}
.right{
  width: 50%;
  float: right;
  position: relative;
  padding-left: 2%;
}
.wrap{
  width: 70%;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto;
}
.wrap-title{
  padding: 15px;
}
.wrap-title h2{
  color: #fff;
}
.wrap-par{
  background-color: #fff;
  padding: 15px;
}
.wrap-par p{
  color: #777576;
}
.wrap-photo{
  border-radius: 50%;
  overflow: hidden;
}
.right .wrap-photo{
  margin-left: 15%;
  float: left;
}
.left .wrap-photo{
  margin-right: 20%;
  float: right;
}
.wrap-photo a{
  display: block;
}
.wrap-photo img{
  display: block;
  width: 100%;
  height: auto;
}
.date{
  position: absolute;
  background-color: #2c3e50;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 15px;
  border-radius: 50%;
  opacity: 0;
  width: 100px;
}
.date-text{
  color: #fff;
  text-align: center;
}
/* ---- Small ---*/
.row.small{
  padding: 20px 0;
}
.small .wrap-title{
  background-color: #c0392b;
}
.small .wrap-photo{
  width: 150px;
  height: 150px;
}
.small .right .wrap-photo{
  margin: 5px 0;
  margin-left: 15%;
}
/* ---- Medium ---*/
.row.medium{
  padding: 30px 0;
}
.medium .wrap-title{
  background-color: #27ae60;
}
.medium .wrap-photo{
  width: 200px;
  height: 200px;
}
.medium .left .wrap-photo{
  margin: 14px 0;
  margin-right: 30%;
}
/* ---- Large ---*/
.row.large{
  padding: 40px 0;
}
.large .wrap-title{
  background-color: #f1c40f;
}
.large .wrap-photo{
  width: 300px;
  height: 300px;
}
.large .right .wrap-photo{
  margin: 9px 0;
  margin-left: 30%;
}