@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@charset "utf-8";
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body{
  font-family: 'Open Sans', Arial, Tahoma;
  font-weight: 400;
  font-size: 1em;
  color: #363636;
  background: #D8D8D8;
}
.container{
  margin-top: 80px;
  margin-bottom: 15px;
  background: #fff;
} 
#photo-header{
  margin-top: -75px;
}
#photo{
  width: 210px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  background: #BDBDBD;
  display: inline-block;
}
#photo img{  
  border-radius: 50%;
}
#text-header h1{
  margin: 0;
  padding: 0;
  font-size: 2.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#text-header h1::first-line{
  font-size: 1.5em;
  letter-spacing: -4px;
  font-weight: 800;
  line-height: 1.5em;
}
#text-header h1 span{
  color: #F0563D;
}
#text-header h1 sup{
  opacity: 0.5;
}
#text-header:after{
  width: 100%;
  height: 3px;
  background: url(../img/line.png);
  margin-top: 15px;
  content: '';
  display: block;
} 
.box{
  margin-bottom: 15px;
}
.box h2{
  color: #EC7263;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.box h2:before{
  content: '<';
  margin-right: 5px;
}.box h2:after{
  content: ' />';
}
.box p{
  font-size: 1.3em;
  line-height: 1.5em;
} 
#education{
  margin-top: 20px;
  position: relative;
  padding: 1em 0;
  list-style: none;
}
#education:before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 0;
  content: ' ';
  display: block;
  background: #ec7263;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ec7263 7%, #ec7263 89%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(7%,#ec7263), color-stop(89%,#ec7263), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
@media (max-width: 500px) {
#education:before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 0;
  content: ' ';
  display: block; 
  background:none;
}
#education .year{
  width: 10%;
  background: #fff;
  padding: 10px;
  font-size: 12px !important;
  font-weight: 700;
  display: inline-block;
  margin-top:4px;
}
}
#education li{
  width: 100%;
  z-index: 2;
  position: relative;
  float: left;
}
#education .year{
  width: 10%;
  background: #fff;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 700;
  display: inline-block;
}
#education .description{
  width: 80%;
  display: inline-block;
  background: #eee;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #ddd;
}
#education .description:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  left: -16px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-right-color: #eee;
  border-width: 8px;
  pointer-events: none;
}
#education .description h3{
  font-size: 1.6em;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
#education .description p{
  font-size: 1.3em;
  margin-top: 5px;
  padding: 0;
} 
.job{
  margin-bottom: 15px;
}
.job .where{
  font-size: 1.4em;
  font-weight: bold;
}
.job .year{
  font-size: 1.3em;
  opacity: 0.7;
}
.job .profession{
  font-size: 1.6em;
  font-weight: bold;
}
.job .description{
  font-size: 1.2em;
  line-height: 1.5em;
}
@media (max-width: 500px) {
.job .where{
  font-size: 1.2em;
  font-weight: bold;
}
.job .year{
  opacity: 0.7;
}
.job .profession{
  margin-left:13px;
}
.job .description{
  margin-left:13px;
}
} 
.contact-item{
  width: 100%;
  float: left;
}
.contact-item .icon{
  padding: 10px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  opacity: 0.2;
}
.contact-item:last-child .icon{
  border-bottom: none;
}
.contact-item .fa{
  font-size: 2em;
}
.contact-item .title{
  width: 80%;
  width: calc(100% - 55px);
  font-size: 1.5em;
  font-weight: 700;
  opacity: 0.9;
}
.contact-item .title.only{
  margin-top: 10px;
}
.contact-item .description{
  width: 80%;
  width: calc(100% - 55px);
  font-size: 1.2em;
  opacity: 0.7;
} 
.item-skills{
  height: 30px;
  background: #BDBDBD;
  color: #000;
  padding: 5px 10px;
  margin-bottom: 5px; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3em;
  font-weight: 600;
}
.skills-legend{
  margin-top: 20px;
  opacity: 0.8;
}
.skills-legend:before{
  width: 99%;
  height: 3px;
  position: relative;
  content: ' ';
  display: block;
  margin-bottom: -13px;
  background: #c6c6c6;
}
.skills-legend div{
  width: 33%;
  display: inline-block;
  font-size: 1.2em;
  color: #a9a9a9;
  float: left;
}
.legend:before{
  width: 3px;
  height: 10px;
  position: relative;
  content: ' ';
  display: block;
  margin: auto;
  margin-bottom: 15px;
  background: #c6c6c6;
}
.legend-left.legend:before{
  margin-left: 0;
}
.legend-right.legend:before{
  margin-right: 0;
}
.legend-left:nth-child(2) span{
  margin-left: -25px;
}
.legend-right:nth-child(3) span{
  margin-right: -20px;
}
.legend-right{
  text-align: right;
} 
#language-skills .skill{
  font-size: 1.3em;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#language-skills .skill .icons{
  width: 111px;
  height: 14px;
  background: url(../img/star-grey.png) no-repeat;
}
#language-skills .skill .icons-red{
  background: url(../img/star-red.png) no-repeat;
} 
.hobby{
  color: #000;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 5px;
  background: #F0563D;
  position: relative;
  font-size: 1.2em;
  font-weight: 600;
} 
@media (min-width: 500px) {
  #education .description{
    width: 85%;
  }
}
@media (min-width: 768px) {
  #education .description{
    width: 85%;
  }
}
@media (min-width: 992px) {
  #education .description{
    width: 87%;
  }
}
@media (min-width: 1200px) {
  #education .description{
    width: 90%;
  }
}

.containerContact{
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
}

 .flat-tab-content {
  padding-top: 20px;
} 
.block-section {
  background: #ffffff; 
  z-index: 1;
  margin-top:15px !important;
}
@media (max-width: 500px) {
.block-section {
  background: #ffffff; 
  z-index: 1;
  margin-right:0px;
 margin-left:0px;
 margin-bottom:0px;
}
}
.block-title {
  padding: 0px 0;
  z-index: 3;
  position: relative;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.block-title .title-icon {
  display: inline-block;
  position: relative;
}
.block-title .title-icon:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #323232;
  width: 20px;
  left: -30px;
  top: 50%;
}
.block-title .title-icon:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #323232;
  width: 20px;
  right: -30px;
  top: 50%;
}
.block-title:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #f5f5f5;
  bottom: -1px;
  left: 50%;
  margin-left: -12px;
} 
.contact-area {
  position: relative;
}
.contact-area .form-contact-area {
  width: 50%;
  position: relative;
}
.contact-area .form-contact-area .inner-contact {
  clear: both;
  width: 470px;
  padding: 0px 100px 0px 0;
  float: right;
}
@media (max-width: 1024px) {
  .contact-area .form-contact-area {
    width: 100% !important;
  }
  .contact-area .form-contact-area .inner-contact {
    width: 100%;
    padding: 0px 15px 10px 15px;
    float: none;
  }
}
.contact-area .map-area {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #ebebeb;
  background: #f5f5f5;
}
@media (max-width: 1024px) {
  .contact-area .map-area {
    position: relative;
    height: 300px;
    width: 100%;
  }
}
.contact-area .map-area:before {
  content: "";
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.contact-area .map-area:hover {
  cursor: pointer;
}
.contact-area .map-area.show:before {
  right: -100%;
}
.map-content {
  line-height: 1;
  padding: 20px 0 20px 20px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.map-content i {
  margin-right: 2px;
}
.loading {
font-size: 13px;
}