body {
	color: rgb(90, 90, 90);
  padding: 0 !important;
}

@media (max-width: 767px) {
  #main-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  #cv-header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .header-left {
    border-right: none !important;
  }
  
  .header-right {
    margin-top: 40px;
  }
}

#cv-top{
	height: 10px;
	background-color: #4875B4;
}

#cv-header {
	background-color: #eeeeee;
	padding: 60px 60px 80px;
	border-bottom: 1px solid #ccd0d4;
	margin-bottom: 50px;
}

#cv-header h1 {
	margin-bottom: 30px;
	font-size: 50px;
	color: inherit;
}

#cv-header h3 {
	margin-top: 0px;
}

hr{
	margin-top: 30px;
	margin-bottom: 30px;
}

.header-left {
	border-right: 1px solid #ccd0d4;
	padding-right: 20px;
}


.cv-user-pic {
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 20px;
}

.phone, .location, .mail{
	margin-bottom: 15px;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 2px;
	padding-left: 35px;
}


.phone{
	background-image: url("../img/phone.png");
}

.location {
	background-image: url('../img/location.png');
}

.mail{
	background-image: url('../img/mail.png');
}

footer {
	background-color: #eeeeee;
	padding: 30px;
	margin-top: 30px;
  border-top: 1px solid #ccd0d4;
}

.bar-chart {
	color: #fff;
	list-style: none;
	margin: 0;
}

.bar-chart li {
	background-color: #eeeeee;
	height: 30px;
	margin-bottom: 30px;
	position: relative;
}

.bar-label {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 10px;
	position: relative;
	text-transform: uppercase;
	top: 5px;
	position: absolute;
}

@keyframes expand {
	0%   {width:0%;}
	100% {width:100%;}
}

@-webkit-keyframes expand { /* Safari and Chrome */
	0%   {width:0%;}
	100% {width:100%;}
}

.bar-blue, .bar-grey {
	width: 100%;
	height: 30px;
	position: absolute;
	animation-name: expand;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-name: expand;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
}

.bar-blue {
	background: #4875B4;
}

.bar-grey {
	background: #627076;
}

.bar-container {
	position: absolute;
}

#bar-javascript {
	width: 60%;
}

#bar-html {
	width: 90%;
}

#bar-css {
	width: 75%;
}

#bar-java {
	width: 50%;
}

#bar-android {
	width: 30%;
}

#bar-php {
	width: 50%;
}

#bar-sql {
	width: 50%;
}

#bar-python {
	width: 20%;
}

#bar-git {
	width: 60%;
}

#bar-cms {
	width: 20%;
}

#bar-web-dev {
	width: 70%;
}

#bar-ui-dev {
	width: 65%;
}

#bar-testing {
	width: 50%;
}

#bar-agile {
	width: 60%;
}

#bar-finnish {
	width: 100%;
}

#bar-english {
	width: 70%;
}

#bar-swedish {
	width: 30%;
}

#bar-french {
	width: 20%;
}

.title {
	font-size: 12px;
	color: #fdfdfd;
	background-color: #627076;
	padding: 7px 15px 5px 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
  overflow-y: auto;
}

.title-date {
	margin-left: 5px;
}

.square-bullets {
	list-style: square;
}

.social-icons img {
	margin-right: 20px;
  opacity:0.5;
  filter:alpha(opacity=50); /* For IE8 and earlier */
}

.social-icons img:hover {
  opacity:1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}