body, html {
	height: 100%;
	min-height: 100%;
}

body {
	color: #727171;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.sidebar .active {
	border-left: 2px solid #4aa890;
}

.sidebar .active a {
	color: #4aa890;
}

 #header {
 	background: #4aa890;
	position: relative;
 	padding-top: 50px;
 }

 #competences .container, #competences .row {
 	overflow-x: hidden; 
 }

 #competences .container .row ul {
 	padding-bottom: 15px;
 	padding-top: 5px;
 }


 .full-window {
 	height: 100%;
 	width: 100%; 
	min-height: 100vh;
	min-height: 100%;
 }

 .half-window {
 	height: 50%;
 	width: 100%;
 	min-height: 50vh;
 	min-height: 50%;
 }

 #test {
 	background: #FBFBFB;
 	/*height: 500px;
 	height:  100vh; 
	min-height: 100vh;*/
	position: relative;
	/*background-image: url("Michael_small.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;*/
 }

.vertical-center {
	position: absolute;
	top: 50%;
	transform: translate3d(0px, -50%, 0px);
	-webkit-transform: translate3d(0px, -50%, 0px);
}

@-webkit-keyframes load { 
	0% {
		stroke-dashoffset:0
	}
}

@-moz-keyframes load { 
	0% {
		stroke-dashoffset:0
	}
}

@keyframes load { 
	0% {
		stroke-dashoffset:0
	}
}

@-webkit-keyframes load2 { 
	0% {
		width:0
	}
}

@-moz-keyframes load2 { 
	0% {
		width:0
	}
}

@keyframes load2 { 
	0% {
		width:0
	}
}

.radial-progress {
	position: relative;
		padding: 0;
		text-align: center;
		display: block;
		margin: 40px auto 50px;
		width: 200px;
	height: 200px; 
}

.radial-progress:after {
	content: attr(data-perc);
	text-align: center;
	position: absolute;
	font-size: 25px;
	
	color: #cbcbcb;
	left: 0;
	top: 80px;
	width: 100%;
}


.radial-progress:before {
	content: attr(data-name);
	text-align: center;
	position: absolute;
	font-size: 25px;
	color: #cbcbcb;
	left: 0;
	bottom: -50px;
	width: 100%;
}

.radial-progress svg {
	width: 200px;
	height: 200px; 
}

.radial-progress svg:nth-child(1) path {
	stroke-width: 10;
	fill: none; 
}

.radial-progress svg:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
}

.radial-progress svg:nth-child(2) path {
	stroke-dasharray: 628;
	stroke-width: 10;
	stroke: #f0eded;
	fill: none; 
	z-index: 10;
}

.radial-animation svg:nth-child(2) path {
	-webkit-animation: load 5s;
	-moz-animation: load 5s;
	-o-animation: load 5s;
	animation: load 5s;
}

.linear-progress {
	font-size: 25px;
	font-family: Helvetica;
	color: #cbcbcb;
	position: relative;
	padding-bottom: 40px;
	margin-top: 15px;
	margin-bottom: 30px;
}


.linear-progress:after {
	content: attr(data-name);
	text-align: left;
	position: absolute;
	left: 0px;
	top: -20px;
	width: 100%;
} 

.linear-progress:before {
	content: attr(data-perc);
	text-align: left;
	position: absolute;
	left: 240px;
	top: 35px;
	width: 100%;
}

.linear-progress svg {
	height: 10px;
	position: absolute;
	left: 0;
	top: 16px;
}

.linear-progress svg:nth-child(1) {
	width: 300px;
}

.linear-progress svg:nth-child(2) {
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 10;
}

.linear-animation svg:nth-child(2) {
	-webkit-animation: load2 5s;
	-moz-animation: load2 5s;
	-o-animation: load2 5s;
	animation: load2 5s;
}

.portrait {
	position: absolute;
	right: 0;
	bottom: 0px;
}

.portrait-wrap {
	height: 500px;
}

section {
	padding-top: 20px;
}

h1 {
	margin-bottom: 45px;
}

h3 {
	margin-bottom: 25px;
}

#header h1 {
	color: #FFA570;
	font-size: 60px;
	margin-top: 0px;
	font-weight: normal;
}

#header h1 big {
	font-weight: bold;
	color: #FFA570;
	font-size: 60px;
	margin-top: 0px;
}

#header h2 {
	color: #ABE4D6;
}

#header h2 a {
	color:#FFA570;
	text-decoration: none;
	position: relative;
}

#header h2 a:hover {
	color: #FFBC95;
} 

#header h2 a:hover svg path, #header h2 a:hover svg polygon {
	fill: #FFBC95;
}

#header h2 a svg {
	display: inline-block;
	position: relative;
	top: 6px;
	right: 0px;
}

.sidebar.affix {
	top: 70px;
	position: fixed;
}

.sidebar.affix-top {
	padding-top: 20px;
}

@media (max-width: 768px) {
	
	.radial-progress {
		margin-bottom: 90px;
	}

	.radial-progress:nth-last-child {
		margin-bottom: 50px;
	}


	#header h1 {
		font-size: 35px;
	}

	#header h1.c {
		font-size: 30px;
	}

	#header h2 {
		font-size: 15px;
	}

	#header h1 big {
		font-size: 35px;
	}

	h1 {
		font-size: 30px;
	}
}

.h {
	margin-bottom: 10px;
}

.thumb {
	border: 1px solid #A0A0A0;
}

.thumb:hover {
	border: 1px solid #727171;
}

.list li {
	margin-bottom: 10px;
	width: 190px;
	position: relative;
	list-style: outside none none;
	margin-left: -5px;
	margin-right: 10px;
	padding-left: 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.list  li  a  {
	display: block;
	text-align: center;
}

.list  li a:nth-child(2) {
	margin-top: 10px;
	margin-bottom: 5px;
}

i {
    margin-right: 5px;
}

a {
	color: #74cbb5;
}

a:hover, a:focus {
	color: #4aa890; 
}


.icon-big {
	font-size: 30px;
}

#contact {
	text-align: center;
}

#contact i {
	margin-bottom: 15px;
}

#contact textarea {
	height: 181px;
	resize: none;
}

.msg {
    display: none;
    float: left;
    margin: 15px 0 15px;
    font-weight: bold;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #727171;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
}

.has-error .form-control {
	border-color: #ae0101; /*ff6427*/ 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error .form-control:focus {
  border-color: #ae0101;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px rgba(0, 0, 0, 0);
}

.has-error .help-block,
.has-error .control-label, 
.has-error .radio, 
.has-error .checkbox, 
.has-error .radio-inline, 
.has-error .checkbox-inline, 
.has-error.radio label, 
.has-error.checkbox label, 
.has-error.radio-inline label, 
.has-error.checkbox-inline label {
	color: #ae0101; /*ff6427*/
}	

.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}

.btn-green {
	color: #ffffff;
	background-color: #74cbb5; 
}

.btn-green:hover,
.btn-bfgreenw:focus {
	color: #ffffff;
	background-color: #4aa890 ;
}

#footer {
	height: 100px;
	background: #f8f8f8;
	margin-top: 40px;
	border-top: 1px solid #e7e7e7;
}

#lityForm {
	background: #ffffff;
	padding: 20px 0;
}