@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext);


@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700&subset=latin,latin-ext);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;

	vertical-align: baseline;
}

*::before, *::after {
    box-sizing: border-box;
}

* {
	margin:0px ; 
	padding:0px; 
}



/*

    320px — 480px: Mobile devices.
    481px — 768px: iPads, Tablets.
    769px — 1024px: Small screens, laptops.
    1025px — 1200px: Desktops, large screens.
    1201px and more — Extra large screens, TV.
    
*/


	body {
		background: #777e95;
		background: -moz-linear-gradient(-45deg, #1d3561 0%, #777e95 100%);
		background: -webkit-linear-gradient(-45deg, #1d3561 0%,#777e95 100%);
		background: linear-gradient(135deg, #1d3561 0%,#777e95 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3561', endColorstr='#777e95',GradientType=1 );
		font-family: "Oxygen", sans-serif;
		font-size:18px;
		color:#ffffff;
	}
	
	
		
	#canvas {
		width:100%;
		float:left; 
		display:block;
	}
	
	#mainpage {
		height:100vh;
	}
	
	#mainpage .logo {
		display: block;
		margin: 30vh auto;
		text-align: center;
	}
	
	
	#mainpage  .contact {
		font-family: 'Quicksand', sans-serif;
		font-size: 30px;
		line-height: 40px;
		margin: 30px 0px;
	}
	
	.mainpage-portfolio {
		color:#ffffff;
		font-size:12px;
	}

	#content-page {
		width: 980px;
		margin: 30px auto;
		display: table;
	}
	
	#content-page .head-line { 
		display: block;
		float:left ; 
		border : var(--debugborder)solid var(--debugcolor); 
		font-family: "Oxygen",sans-serif;
		font-weight: 300;
	}
	
	#content-page .title-line {
		display: block;
		float: left;
		width: 100%;
		border: var(--debugborder)solid var(--debugcolor);
		font-family: "Oxygen",sans-serif;
		font-weight: 300;
		
	}
	
	#content-page .head-line span {
		font-size: 3em;
		font-family: 'Quicksand', sans-serif;
		font-weight: 300;
	 	clear: both;
		display: block;
		padding: 10px 0;
	}
	
	#content-page .cv {
		clear: both;
		display: block;
		float:left;
		border : var(--debugborder)solid var(--debugcolor);
		width: calc(100% - 40px);
		padding: 0px 20px;
	}
	
	#content-page .cv .personal-data {
		border : var(--debugborder)solid var(--debugcolor);
		display: block;
		float: left;
	}
	
	#content-page .cv .personal-data img {
		text-align: center;
		filter: grayscale(100%);
		border-radius: 50%;
		border: 2px solid #fff;
		padding: 5px;
	}
	
	#content-page .cv .personal-description {
		border : var(--debugborder)solid var(--debugcolor);
		display: block;
		text-align: center;
	}
	
	#content-page .cv .personal-description .name {
		font-size: 3em;
		font-family: 'Quicksand', sans-serif;
		font-weight: 300;
	 	clear: both;
		display: block;
	}
	
	#content-page .cv .techstack {
		display: block;
		float:left;
		border : var(--debugborder)solid var(--debugcolor); 
		margin: 10px 0px;
	}

 	#content-page .cv .techstack .title {
		font-size: 1.5em;
		font-family: 'Quicksand', sans-serif;
		font-weight: 100;
		margin: 10px 0px;
	}
		

 	#content-page .cv .techstack .line .stack { 
 		margin:5px; 
 		float:left;
 		display:block;
 		clear:both;
 	}

	#content-page .cv .techstack .line  .name { 
		  float:left;
  display:block;

  width:5.0em;
  height:1em;
  text-align: right;
  padding: 0px 5px 0px 0px;
	}
	
	 	#content-page .cv .techstack .line  .progress {
  width:7.0em;
  height:1em;
  

  float:left;
  display:block;
  
}




































	 	#content-page .cv .techstack .line  .progress div {
	 		
		display: block;
		float:left;
		border:1px solid;
		width:100%; 
		height:100%;
	 	}

	 	#content-page .cv .techstack .line  .progress-100 {
		background-color: rgba(89, 131, 252, 1);
		background-image: linear-gradient(90deg, rgba(89, 131, 252, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
}
		
	 	
		
 	#content-page .cv .techstack .progress-20 { font-size:1.5em; font-weight:900;}	
 	#content-page .cv .techstack .size50 { font-size:1em; font-weight:200;}	
 	
	#content-page .cv .skils {
		clear: both;
		display: block;
		float:left;
		border : var(--debugborder)solid var(--debugcolor); 
		margin: 10px 0px;
	}
	
	
	
	
	#content-page .cv .skils .title {
		font-size: 1.5em;
		font-family: 'Quicksand', sans-serif;
		font-weight: 100;
		margin: 10px 0px;
	}
	
	#content-page .cv .skils .line {
		clear: both;
		display: block;
		float:left;
		width: 100%;
		font-family: 'Oxygen-Sans', sans-serif;
	}
	
	#content-page .cv .skils .line .label {
	  	display: block;
	  	float: left;
	 	text-transform: uppercase;
	  	text-align: right;
	  	border : var(--debugborder)solid var(--debugcolor);
	}
	

	
	
	#content-page .cv .skils .line .value {
	  	display: block;
	  	float: left;
	  	border : var(--debugborder)solid var(--debugcolor);
	  	color: #86ebff;
	  	padding: 0px 0px 0px 5px;
	  	text-align: left;
	}
	
	#content-page .cv .skils .line-break {
		float: left;
		display: block;
		width: 100%;
		height: 20px;
		clear: both;
	}
	
	#content-page .cv .desc {
		display: block;
		float: right;
		border : var(--debugborder)solid var(--debugcolor);
		margin: 10px 0px;
	}
	
	#content-page .cv .desc .title { 
		font-family: 'Quicksand', sans-serif;
		font-size: 1.5em;
		font-weight: 100;
		margin: 10px 0px;
	}
	
	
	#content-page .line-separator {
		float:left;
		display:block; 
		background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
		
		height : 2px; 
	}
	
	#content-page .project {
		border : var(--debugborder)solid var(--debugcolor);
		float:left;
		display:block; 
		clear:both;
		width:100%;
		margin:20px 0px;
	}
	
	#content-page .project .details .line .label {
		text-transform: uppercase;
		text-align: right;
		float: left;
		display:block ;
	}
	
	
	
	

	

	
	#content-page .project .details {
		float: right;
		display:block ;
	}
	
	#content-page .project .details .line {
		float: left;
		display:block ;
		width:100%;
		clear:both;
	}
	


	
	#content-page .project .details .line .value {
		color: #86ebff;
		float: left;
		display:block ;
		padding: 0px 0px 0px 5px;
	}
	
	#content-page .project .details .line .value .ms-logo {
	 	background-image: url("/gfx/projects/ms-logo.png");
		background-position: 0% 0%;
		background-repeat: no-repeat;
		float: left;
		display: block;	
	}
	
	
	#content-page .project .desc {
		float: left;
		display:block ;
		clear:both;
		margin:20px 0px ;
	}
	
	#content-page .project .desc ul {
		
		display: block;
		clear: both;
		padding: 10px 20px 20px;
	}
	
	#content-page .project .desc p {
		float: left;
		display: block;
		clear: both;
		padding: 10px 0px 0px;
	}
	
	#content-page .gallery-title-line {
		display: block;
		float: left;
		width: 100%;
		border: var(--debugborder)solid var(--debugcolor);
		font-family: "Oxygen",sans-serif;
		font-weight: 300;
		font-size: 2em;
		margin: 30px 0px 0px;
		border-top: 2px dotted #fff;
		padding: 20px 0px;
		text-align: center;
	}
	
	#content-page .gallery-image-list {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	
	#content-page .gallery-image-list a{
		cursor:pointer;
	}
	
	#content-page .gallery-image-list img:hover {
		transform: scale(1.1);
		cursor:pointer;
		transition: transform .3s;
	}
	
	#content-page .gallery-image-list img{
		display: inline-block;
		width: 290px;
		margin: 10px;
		border: 2px solid #fff;
		padding: 3px;
		box-shadow: 0px 0px 55px 0px rgba(50, 50, 50, 0.75);
	}
	
	#content-page .portfolio {
		float: left;
		display: block;
		clear: both;
	}
	
	
	#content-page .portfolio .block-list {
		clear: both;
		display: table;
		margin: 0px auto;
		text-align: center;
		width: 100%;
		margin: 20px 0px;
	}
	
	#content-page .portfolio .layer{ 
		background: #243b65 none repeat scroll 0 0;
		color: #fff;
		height: inherit;
		opacity: 0.9;
		position: absolute;
		width: inherit;
	}
	
	
	
#content-page .portfolio {
	width:100%;
}

#content-page .portfolio .block-list {
	clear: both;
    display: table;
    margin: 0px auto;
    text-align: center;
    width:100%;
	margin:20px 0px;
}

#content-page .portfolio .block {
	background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    display: inline-block;
    height: 300px;
    margin: 1%;
    width: 300px;
    border: 2px solid #ccc;
}

#content-page .portfolio .comeon {
	background-image: url("/gfx/portfolio/comeon/comeon-preview.png");
}

#content-page .portfolio .cspmentis {
	background-image: url("/gfx/portfolio/cspmentis/cspmentis-preview.png");
}

#content-page .portfolio .inspirion {
	background-image: url("/gfx/portfolio/inspirion/inspirion-preview.png");
}

#content-page .portfolio .infsaleo {
	background-image: url("/gfx/portfolio/infsaleo/infsaleo-preview.png");
}

#content-page .portfolio .radtur {
	background-image: url("/gfx/portfolio/radtur/radtur-preview.png");
}

#content-page .portfolio .suntrips {
	background-image: url("/gfx/portfolio/suntrips/suntrips-preview.png");
}

#content-page .portfolio .ibefactory {
	background-image: url("/gfx/portfolio/ibefactory/ibefactory-preview.png");
}

#content-page .portfolio .wycieczka {
	background-image: url("/gfx/portfolio/wycieczka/wycieczka-preview.png");
}

#content-page .portfolio .searchmetrics {
	background-image: url("/gfx/portfolio/searchmetrics/searchmetrics-preview.png");
}

#content-page .portfolio .hrsystem {
	background-image: url("/gfx/portfolio/hrsystem/hrsystem-preview.png");
}

#content-page .portfolio .foodportal {
	background-image: url("/gfx/portfolio/foodportal/foodportal-preview.png");
}

#content-page .portfolio .com-pulter {
	background-image: url("/gfx/portfolio/com-pulter/com-pulter-preview.png");
}

#content-page .portfolio .ciao {
	background-image: url("/gfx/portfolio/ciao/ciao-preview.png");
}

#content-page .portfolio .suntrips-old {
	background-image: url("/gfx/portfolio/suntrips-old/suntrips-old-preview.png");
}


#content-page .portfolio .techmarket {
	background-image: url("/gfx/portfolio/techmarket/techmarket-preview.png");
}

#content-page .portfolio .oger-turk-tur {
	background-image: url("/gfx/portfolio/oger-turk-tur/oger-turk-tur-preview.png");
}

#content-page .portfolio .gti-travel {
	background-image: url("/gfx/portfolio/gti-travel/gti-travel-preview.png");
}

#content-page .portfolio .futalis {
	background-image: url("/gfx/portfolio/futalis/futalis-preview.png");
}

#content-page .portfolio .avalton {
	background-image: url("/gfx/portfolio/avalton/avalton-preview.png");
}

#content-page .portfolio .layer {
	background: #243b65 none repeat scroll 0 0;
    color: #fff;
    display: none;
    height: inherit;
    opacity: 0.9;
    position: absolute;
    width: inherit;
}

#content-page .portfolio .layer .logo {
	display: block;
    float: left;
    height: 120px;
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
}


#content-page .portfolio .layer .label {
	font-family: 'Quicksand', sans-serif;
    font-size: 1.5em;
}

#content-page .portfolio .layer .text {
	font-family: 'Oxygen', sans-serif;
    font-size: 0.8em;
}

	
	
	
:root { --debugborder : 0px ; }
/* @media (max-width:320px)   */
@media only screen and (min-device-width: 320px) and (max-device-width: 800px)   { 
	
	/* smartphones, iPhone, portrait 480x320 phones */ 
	:root { --debugcolor : #ffffff ; } 
	

	#content-page {
		width: 100%;
		margin: 30px auto;
	}
	
	#content-page .logo {
		display: block;
		margin: 0px auto;
		text-align: center;
	}
	
	#content-page .background-img, 
	#content-page .background-img-radtur {
		display:none;	
	}
	
	#content-page .head-line {
		width:calc(100% - 40px);
		padding: 50px 20px;
	}

	#content-page .title-line {
		font-size: 2em;
		margin: 20px 0px 10px ;
		text-align: center;
	}
	
	#content-page .cv .personal-data {
		width: 100%;
		clear: both;
		text-align: center;
	}
	
	#content-page .cv .personal-description {
		float: left;
		width: 100%;
	}
	
	#content-page .cv .skils {
		width:100%;
		text-align:center;
	}
	
	
	#content-page .cv .skils .line .label { 
		width: 40%;
		font-size: 0.7em;
	}
		
		

	
	#content-page .cv .skils .line .value {
		width: calc(60% - 10px);
		line-height: 1em;
		font-size: 0.85em;
	}
	
	#content-page .cv .desc  {
		width: 100%;
	}
	
	#content-page .cv .desc .title {
		text-align: center;
	}
	
	#content-page .cv .desc p {
		margin: 10px 0px;
		padding:0px;
	}
	
	.line-separator { 
		width:calc(100% - 40px);
		margin: 10px 20px 0px;
	}
	
	
	#content-page .project .logo {
		float: left;
		display:block ;
		width:100%;
		text-align: center;
	}
	
	#content-page .project .logo img {
		width:300px;
	}

	#content-page .project .details {
		width: calc(100% - 40px);
		padding: 0px 20px;
		margin:20px 0px;
	}

	#content-page .project .details .line .label {
		width:40%;
		font-size: 0.8em;	
	}

	

	#content-page .project .details .line .value {
		width:calc(60% - 5px);
		font-size: 0.85em;
	}
	

	#content-page .project .details .line .value .ms-logo {
		background-size: 80px auto;
		width: 80px;
		height: 20px;
	}

	
	#content-page .project .desc { 
		width:calc( 100% - 40px);
		margin:0px 20px; 
	}
}


@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ :root { --debugcolor : #000000 ; }}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ :root { --debugcolor : #0000ff ; }}
@media only screen and (min-device-width: 801px) and (max-device-width: 1023px)   {  
	/* tablet, landscape iPad, lo-res laptops ands desktops */ 
	:root { --debugcolor : #00ff00 ; } 
	
	#content-page {
		width: 100%;
		margin: 30px auto;
	}

	#content-page .logo {
		display: block;
		margin: 0px auto;
		text-align: center;
	}

	#content-page .background-img,
	#content-page .background-img-radtur {
		display:none;
	}

	#content-page .head-line {
		width:calc(100% - 40px);
		padding: 50px 20px;
	}
	
	#content-page .title-line {
		font-size: 2em;
		margin: 20px 0px 10px ;
		text-align: center;
	}
	
	#content-page .head-sup-line {
		width:calc(100% - 40px);
		padding: 0px 20px;
	}

	#content-page .cv .personal-data {
		width: 100%;
		clear: both;
		text-align: center;
	}
	
	#content-page .cv .personal-description {
		float: left;
		width: 100%;
	}
	
	#content-page .cv .skils {
		width:49%;
	}

	#content-page .cv .skils .line .label { 
		width: 40%;
	}

	#content-page .cv .skils .line .value {
		width: calc(60% - 10px);
		line-height: 20px;
	}

	#content-page .cv .skils .line .value {
		width: calc(60% - 10px);
		line-height: 1.4em;
		font-size: 1em;
	}
	
	#content-page .cv .desc  {
		width: 49%;
	}

	.line-separator { 
		width:calc(100% - 40px);
		margin: 10px 20px 0px;
	}


	#content-page .project .logo img {
		width:400px;
	}
	
	#content-page .project .details {
		width: calc(100% - 40px);
		padding: 0px 20px;
		margin:20px 0px;
	}



	#content-page .project .details .line .label {
		width:40%;
		font-size: 0.8em;	
	}

	

	#content-page .project .details .line .value {
		width:calc(60% - 5px);
		font-size: 0.85em;
	}


	#content-page .project .details .line .value .ms-logo {
		background-size: 80px auto;
		width: 80px;
		height: 20px;
	}

	
	#content-page .project .desc { 
		width:calc( 100% - 40px);
		margin:0px 20px; 
	}














	
	
}
@media (min-device-width:1024px) { 


	/* big landscape tablets, laptops, and desktops */ :root { --debugcolor : #ff0000 ; } 
	#content-page .background-img {
		background-image: url("/gfx/bg/bg-portfolio.png");
	}
	
	#content-page .background-img,  
	#content-page .background-img-radtur, 
	#content-page .background-img-comeon,
	#content-page .background-img-hrsystem, 
	#content-page .background-img-gtitravel,
	#content-page .background-img-ogertourktur,
	#content-page .background-img-techmarket,
	#content-page .background-img-suntrips-old,
	#content-page .background-img-ciao,
	#content-page .background-img-cspmentis {
		background-position: 100% 100%;
		display: block;
		float:right ; 
		width:49% ; 
		border : var(--debugborder)solid var(--debugcolor); 
		height: 390px;
	}
	
	
	#content-page .background-img-radtur {
		background-image: url("/gfx/portfolio/screens/p-radtur.png");
		background-position: 100% 0%;
		background-repeat: no-repeat;
	  	margin: 0px 0px 20px 0px;
	}
	
	#content-page .background-img-comeon {
		background-image: url("/gfx/portfolio/screens/p-comeon.png");
		background-position: 100% 0%;
		background-repeat: no-repeat;
	  	margin: 0px 0px 20px 0px;
	}
	
	#content-page .background-img-hrsystem {
		background-image: url("/gfx/portfolio/screens/p-hrsystem.png");
		background-position: 100% 0%;
		background-repeat: no-repeat;
	  	margin: 0px 0px 20px 0px;
	}
	
	#content-page .background-img-ciao {
		background-image: url("/gfx/portfolio/screens/p-ciao.png");
		background-position: 100% 0%;
		background-repeat: no-repeat;
	  	margin: 0px 0px 20px 0px;
	}
	
	#content-page .background-img-suntrips-old {
		background-image: url("/gfx/portfolio/screens/p-suntrips-old.png");
		background-position: 100% 0%;
		background-repeat: no-repeat;
	  	margin: 0px 0px 20px 0px;
	}
	
	#content-page .background-img-techmarket {
		background-image: url("/gfx/portfolio/screens/p-techmarket.png");
		background-position: 100% 0%;
		background-repeat: no-repeat;
	  	margin: 0px 0px 20px 0px;
	}
	
	#content-page .background-img-ogertourktur {
		background-image: url("/gfx/portfolio/screens/p-oger-tourk-tur.png");
		background-position: 100% 0%;
		background-repeat: no-repeat;
	  	margin: 0px 0px 20px 0px;
	}
	
	#content-page .background-img-gtitravel {
		background-image: url("/gfx/portfolio/screens/p-gti-travel.png");
		background-position: 100% 0%;
		background-repeat: no-repeat;
	  	margin: 0px 0px 20px 0px;
	}
	
		#content-page .background-img-cspmentis {
		background-image: url("/gfx/portfolio/screens/p-cspmentis.png");
		background-position: 100% 0%;
		background-repeat: no-repeat;
	  	margin: 0px 0px 20px 0px;
	}
	


	
	#content-page .head-line {
		width:49% ;
		padding: 50px 0px;
	}
	
	#content-page .title-line {
		font-size: 2em;
		margin: 20px 0px 40px;
	}

	
	#content-page .cv {
		width:100%;
		padding: 0px;
	}
	
	#content-page .cv .personal-data {
		width:49%;
	}
	
	#content-page .cv .personal-description {
		float: right;
		width: 49%;
	}
	
	#content-page .cv .personal-description .name {
		margin:40px 0px;
	}
	
	#content-page .cv .skils {
		width:49%;
	}
	
	#content-page .cv .skils .line .label { 
		width: 30%;
	}
	
	#content-page .cv .skils .line .value {
		width: calc(69% - 5px);
		line-height: 26px;
	}

	#content-page .cv .desc  {
		width: 49%;
	}

	.line-separator { 
		width:  100%;
		margin: 10px 0px 0px;
	}

	#content-page .project .logo {
		float: left;
		display:block ;
		width:49%;
	}

	#content-page .project .logo img {
		float: left;
		display:block ;
		width:300px;
	}

	
	#content-page .project .details {
		width:49%;
	}
	
	#content-page .project .details .line .label {
		width:30%; 
	}
	
	#content-page .project .details .line .value {
		line-height: 1.4em;
		width: calc(70% - 5px);
	}

	#content-page .project .details .line .value .ms-logo {
		background-size: 100px auto;
		width: 100px;
		height: 25px;
	}
	
	#content-page .project .desc { 
		width:100%; 
	}
	


	

	

	


}




#progress-list {
	display:block ;
	width:80%;
	margin: 0px auto auto;
}
	

#progress-list .position {
	float: left;
	display:block ;
	clear:both;
	width: 90%;
	margin: 0px 0px 4px 0px;
}

#progress-list .position .progress-title {
	float: left;
	display:block ;
	clear:both;
	font-size: 0.75em;
	margin:2px 0px;
}

#progress-list .position .progress-bg {
	float: left;
	display:block ;
	clear:both;
	width:100%;
	height:10px;
	background: #384B71;
	border: 1px solid #fff;
  	padding: 1px;
}

#progress-list .position .progrss-bar {
	float: left;
	display:block ;
	background: #ffffff;
	height: 100%;
}

#progress-list .position .php {
	width:100%;
	background:#86ebff;
}

#progress-list .position .mysql {
	width:100%;
	background:#86ebff;
}

#progress-list .position .html {
	width:100%;
	background:#86ebff;
}

#progress-list .position .jquery {
	width:70%;
	background:#c6f2fb;
}

#progress-list .position .xml {
	width:70%;
	background:#c6f2fb;
}

#progress-list .position .api {
	width:60%;
	background:#d4f5fc;
}

#progress-list .position .mvc {
	width:60%;
	background:#d4f5fc;
}

#progress-list .position .svn {
	width:50%;
	background:#dbf5fa;
}

#progress-list .position .laravel {
	width:20%;
	background:#eafbfe;
}

#progress-list .position .docker {
	width:20%;
	background:#eafbfe;
}

#progress-list .position .rabbitmq {
	width:20%;
	background:#eafbfe;
}

#progress-list .position .elasticsearch {
	width:20%;
	background:#eafbfe;
}

#progress-list .position .vue {
	width:10%;
	background:#eafbfe;
}





.tooltip{ 
  position:relative;
  float:right;
}
.tooltip > .tooltip-inner {background-color: #eebf3f; padding:5px 15px; color:rgb(23,44,66); font-weight:bold; font-size:13px;}
.popOver + .tooltip > .tooltip-arrow {	border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #eebf3f;}

section{
  margin:100px auto; 
  height:1000px;
}
.progress{
  border-radius:0;
  overflow:visible;
}
.progress-bar{
   background:rgb(23,44,60); 
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}







