@font-face {
  font-family: 'fontello';
  src: url('./font/fontello.eot?18916628');
  src: url('./font/fontello.eot?18916628#iefix') format('embedded-opentype'),
       url('./font/fontello.woff2?18916628') format('woff2'),
       url('./font/fontello.woff?18916628') format('woff'),
       url('./font/fontello.ttf?18916628') format('truetype'),
       url('./font/fontello.svg?18916628#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?18916628#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-github-circled:before { content: '\f09b'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-family: Arial;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
}

ul {

	margin: 0;
	padding: 0;
}

ul li {

	text-decoration: none;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-item {

    padding: 5px;
    margin: 10px;
    line-height: 20px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    width: 300px;
}

.messages {

	color: #333;
	font-size: 15px;
	list-style: none;
	text-decoration: none;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper {

	height: 100%;
}


.steps {

	text-align: center;
	display: inline-block;
}

.messages p.selected {

	display: block;
}

.steps li {

	color: #333;
	list-style: none;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	padding: 10px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.steps li.not-active {

	pointer-events: none;
	cursor: not-allowed;
}

.steps li.disabled {

	pointer-events: none;
}

.next {

	background-color: #478BD6;
}

.prev {

	background-color: #14C461;
}

.start {

	background-color: #FCA00E;
}

.flex-wrapper {

	padding: 0;
	display: flex;
	width: 300px;
	align-items: flex-end;
	height: 120px;
    justify-content: center;
	color: #fff;
}

.wrapper-navigation {

	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.open-modal {

	cursor: pointer;
}

.links li {

	color: #364450;
	list-style: none;
	font-size: 0.4em;
}

.links li span {

	position: relative;
	padding-left: 20px;
}

.links li span:before {

	left: 0;
	top: 2px;
	position: absolute;
}

.links li:hover {

	color: #3f51b5;
	text-decoration: underline;
}

.links li a {

	color: #364450;
	text-decoration: none;
}

.links li a:hover {

	color: #3f51b5;
	text-decoration: underline;
}

.modal {

	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	height: 100%;
	display: none;
}

.navigation {

	right: 27px;
    position: relative;
    -webkit-transition: right linear .3s;
    -moz-transition: right linear .3s;
    -o-transition: right linear .3s;
    transition: right linear .3s;

}

.navigation:after, .navigation:before {

	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.navigation:after {

    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -39px;
}

.navigation:before {

	border-color: rgba(194, 225, 245, 0);
    border-top-color: #e91e63;
    border-width: 24px;
    margin-left: -48px;
}

.item-modal {

	background-color: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	width: 90%;
	height: 85vh;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	text-align: center;
}

.close-modal {

	background-color: #f4f3f1;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0;
	top: -30px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	font-size: 1.1em;


}

.close-modal:before {

	content: "X";
	line-height: 25px;
}

.flex-wrapper > div {

	text-align: center;
	padding-left: 8px;
	font-weight: bold;
	padding-right: 8px;
	align-items: flex-end;
	display: flex;
	font-size: 0.9em;
	font-size: 13px;
	width: 24px;
	justify-content: center;
}

#item_1 {

	background-color: #4762D7;
	height: 15%;
}

#item_2 {

	background-color: #478BD6;
	height: 25%;
}

#item_3 {

	background-color: #07B690;
	height: 35%;
}

#item_4 {

	background-color: #14C461;
	height: 45%;
}

#item_5 {

	background-color: #8CB528;
	height: 55%;
}

#item_6 {

	background-color: #D8BC16;
	height: 65%;
}

#item_7 {

	background-color: #FCA00E;
	height: 75%;
}

#item_8 {

	background-color: #E86E00;
	height: 85%;
}

#item_9 {

	background-color: #D52E1C;
	height: 95%;
}

.move_left {

	animation: moveleft 0.5s linear 1;
	animation-fill-mode: forwards;
                                              I
}


@keyframes moveleft {
    0% {
    	transform: rotate(0deg) translateX(0px) rotate(0deg);
    }
    100% {
    	transform: rotate(180deg) translateX(24px) rotate(-180deg);
    }
}




.move_right {

	animation: moveright 0.5s reverse 1;
	animation-fill-mode: forwards;
                                              I
}

@keyframes moveright {
    0% {
    	transform: rotate(0deg) translateX(24px) rotate(0deg);
    }
    100% {
    	transform: rotate(-180deg) translateX(0px) rotate(180deg);
    }
}

@media screen and (max-width: 620px) {

	.item-modal {

	    height: 70vh;
	}

}