<style>
*, *:before, *:after {
  box-sizing: border-box;
}
@font-face {
    font-family: "Tahoma", sans-serif;
    src: url(/font/century-gothic.ttf) format("truetype");
}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  font: 0.9em Tahoma, sans-serif;
}
a {
  color: #7ac7fb;
}
a:hover {
  color: #256c9c;
}

#main-content {
  width: 640px;
  margin: auto;
  margin-bottom: 150px;
}

.title {
  font-weight:normal;
}

.container {
  width:100%;
  max-width: 600px;
  text-align:center;
  margin: 0 auto;
}

input {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0px;
}

input[type="url"] {
  width: 300px;
}

.biography {
  background-color: #f3f3f3;
  padding: 20px;
}

#main-bottom {
    min-height: 100px;
    width: 100%;
    background-color: #0C0D11;
}
#main-bottom .chose-language {
  float: right;
  height: 60px;
  padding-top: 40px;
  margin-right: 15px;
}
#main-bottom .chose-language img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
#main-bottom .chose-language .language a{
  display: inline-block;
  color: #fff;
}
#main-bottom .address {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  color: #fff;
  margin-left: 75px;
}
#main-bottom .address.middle {
  margin-left: 90px; 
}
#main-bottom .city {
  font-size: 14px;
  color: #256c9c;
}
#main-bottom .street {
  font-size: 14px;
}
#main-bottom .postal {
  font-size: 14px;
}

.profile {
            
}
.profile p {
  color:  #A3A3A3;
  margin: 0px;
}
.p-profile-image {
  width: 640px;
  height: 640px;
  background-color: #f3f3f3;
  position: relative;
  margin-bottom: 2px;
}
.p-profile-image img{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-person-name {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  background-color: #f3f3f3;
}
.p-person-born {
  display: inline-block;
  vertical-align: top;
  height: 60px;
}
.p-person-biography {
  display: block;
  padding: 20px;
  margin-top: 2px;
  margin-bottom: 10px;
  background-color: #f3f3f3;
}
.p-person-biography .text p {
  color: #0e0e0e;
}
.p-name {
  font-size: 18px;
  font-weight: 600;
}
.p-age {
  display: block;
  padding: 8px;
  color:  #A3A3A3;
  border-bottom: 1px solid #a3a3a3;
}
.p-birthday {
  display: block;
  padding: 8px;
  color:  #A3A3A3;
}

.p-persons {
  margin-top: 2px;
  padding: 20px; 
  background-color: #f3f3f3;
}
.p-persons .persons-title {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #0e0e0e;
}
.p-person p,
.persons-title-small {
  font-size: 11px;
  font-weight: bold;
}
.p-person {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  background-color: #f3f3f3;
  width: 256px;
}

.timeline {
  background-color: #F3F3F3;
  padding: 20px;
}
.timeline .item {
  display: block;
  width: 600px;
  height: auto;
}
.timeline .item.top {
  font-weight: bold;
}
.timeline .date {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  min-height: 45px;
  text-align: right;
  padding-right: 25px;
  padding-top: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #a3a3a3;
}
.timeline .date .start,
.timeline .date .end {
  width: 100%;
}
.timeline .text {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  border-left: 4px solid #CECECE;
  min-height: 45px;
  text-align: left;
  padding-top: 15px;
  padding-left: 25px;
  font-size: 12px;
}
.timeline .text .headline {
  font-weight: bold;
  font-size: 12px;
}
.timeline .dot {
  margin-top: 17px;
  height: 15px;
  width: 15px;
  background-color: #7ac7fb;
  border-radius: 50%;
  display: inline-block;
}
          
/* BREAKPOINT MOBILE 660px width*/

@media screen and (max-device-width: 568px), screen and (max-width: 660px) {


}
</style>