body {
	margin: 0;
	padding: 0;
	font-size: 100%
}
.app-container,
body {
	background-color: #73aaba
}
.app-container {
	width: 100%;
	padding: 1em 0 0
}
.main-container {
	max-width: 470px;
	height: auto;
	margin: 0 auto;
	padding: 2em .7em;
	background-color: #225170;
	text-align: center;
	border-radius: 20px;
	position: relative;
	box-shadow: 0 10px 10px -5px #333
}
.main-container .title {
	margin: 0;
	color: #fef8e7;
	font-size: 2.5em;
	font-family: Josefin Sans, sans-serif;
	font-weight: 300
}
.title__icon {
	width: 20.5px;
	height: auto
}
.lnr.lnr-history {
	margin: 0 3px;
	font-size: 23px;
	position: relative;
	bottom: 1px
}
.description {
	margin-top: 0;
	color: #fef8e7;
	font-family: Josefin Sans, sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 1.4em
}
.app-info__icon {
	position: absolute;
	top: .6em;
	right: .7em
}
.lnr.lnr-cross,
.lnr.lnr-question-circle {
	color: #fef8e7;
	font-size: 30px;
	cursor: pointer
}
.app-info__container {
	visibility: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 600px;
	min-height: 300px;
	height: auto;
	z-index: 2;
	transform: translateX(-50%) translateY(-50%)
}
.app-info__overly {
	display: none;
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}
.app-info__modal,
.app-info__overly {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s
}
.app-info__modal {
	box-sizing: border-box;
	padding: .5em 3em 1.5em;
	background-color: teal;
	color: #fef8e7;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 10px 20px -10px #333;
	visibility: hidden;
	transform: translateY(50%)
}
.app-info--show.app-info__modal {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}
.app-info--show.app-info__overly {
	opacity: 1;
	display: block
}
.app-info__close {
	position: absolute;
	top: .7em;
	right: .7em;
	z-index: 1
}
.app-info__title {
	margin-bottom: 0;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 2.5em
}
.app-info__text {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.4em
}
.settings__container {
	margin-top: 2em;
	padding: 1em 0;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	position: relative
}
.settings__message {
	width: 60%;
	padding: 1px 10px;
	background-color: rgba(115, 170, 186, .6);
	border-radius: 5px;
	color: #fef8e7;
	font-family: Josefin Sans, sans-serif;
	font-weight: 400;
	font-size: 1em;
	position: absolute;
	top: -1em;
	left: 50%;
	visibility: hidden;
	transform: translateX(-50%);
	transition: all .5s;
	opacity: 0
}
.settings__time {
	margin: 0 1em 1em;
	flex-grow: 1;
	flex-shrink: 0;
	background-color: teal;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
	position: relative
}
.settings__time__break-icon {
	width: 30px;
	height: 30px;
	margin-top: .8em
}
.settings__time__work-icon {
	width: 40px;
	height: 30px;
	margin-top: .8em
}
.settings__break-reset,
.settings__work-reset {
	margin-top: .5em
}
.settings__time-add,
.settings__time-digits,
.settings__time-substract {
	margin: .3em auto;
	color: #fff;
	font-size: 1.4em;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}
.settings__time-digits {
	display: block;
	width: 60px;
	margin: 0 auto .4em;
	font-size: 1.6em
}
.settings__time-add,
.settings__time-substract {
	display: block;
	width: 50px;
	border: 0;
	background-color: rgba(115, 170, 186, .7);
	padding: 4px 15px;
	margin-top: 0;
	cursor: pointer;
	position: absolute
}
.settings__time-substract {
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}
.settings__time-button {
	overflow: visible
}
.settings__time-button:after {
	content: "";
	position: absolute;
	top: 37%;
	left: 40%;
	width: 10px;
	height: 10px;
	background-color: rgba(34, 81, 112, .3);
	border-radius: 50%;
	transform: scale(1) translate(-50%, -50%);
	opacity: 0;
	z-index: 1
}
.settings__time-button:focus:not(:active):after {
	animation: a .4s ease-out
}
@keyframes a {
	0% {
		transform: scale(0);
		opacity: 0
	}
	20% {
		transform: scale(2);
		opacity: 1
	}
	50% {
		transform: scale(4);
		opacity: .7
	}
	80% {
		transform: scale(5);
		opacity: .5
	}
	to {
		transform: scale(6);
		opacity: 0
	}
}
.settings__time-add {
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}
.clock-container {
	max-width: 100%;
	min-height: 220px;
	position: relative
}
.clock-message {
	width: 80%;
	padding: 3px 10px;
	background-color: rgba(115, 170, 186, .6);
	border-radius: 5px;
	color: #fef8e7;
	font-family: Josefin Sans, sans-serif;
	font-weight: 400;
	font-size: 1em;
	position: absolute;
	top: -2em;
	left: 50%;
	visibility: hidden;
	transform: translateX(-50%);
	transition: all .5s;
	opacity: 0
}
.clock-session {
	margin: 1em auto 0;
	font-weight: 300
}
.clock-session,
.clock-session__count {
	width: 130px;
	font-family: Roboto, sans-serif;
	color: #fef8e7;
	letter-spacing: 1px
}
.clock-session__count {
	margin: 0 auto .6em;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: .9em;
	border-bottom: 1px solid #fef8e7
}
.clock-time {
	color: #fef8e7;
	font-size: 3em;
	font-family: Roboto, sans-serif;
	font-weight: 300
}
.clock__btn__play {
	background-image: url(../images/play_btn_2.svg);
	top: 9.5em;
	left: calc(50% - 68px)
}
.clock__btn__pause,
.clock__btn__play {
	width: 40px;
	height: 40px;
	border: 0;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer
}
.clock__btn__pause {
	background-image: url(../images/pause_btn_2.svg);
	top: 10.8em;
	left: calc(50% - 20px)
}
.clock__btn__reset {
	width: 40px;
	height: 40px;
	border: 0;
	background-color: transparent;
	background-size: contain;
	background-image: url(../images/restart_btn_2.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 9.5em;
	left: calc(50% + 28px);
	cursor: pointer
}
.clock-tooltip {
	visibility: hidden;
	padding: 1px 6px 3px;
	background-color: hsla(0, 0%, 100%, .2);
	color: #fff;
	font-size: .7em;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	opacity: 0;
	transform: translateY(-30%);
	transition: all .3s ease-in-out
}
.clock-tooltip:after {
	content: "";
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent hsla(0, 0%, 100%, .2);
	position: absolute;
	bottom: 100%;
	left: 50%
}
.clock-tooltip__play {
	position: absolute;
	bottom: 2.5em;
	left: calc(50% - 65px)
}
.clock-tooltip__pause {
	position: absolute;
	bottom: .9em;
	left: calc(50% - 22px)
}
.clock-tooltip__reset {
	position: absolute;
	bottom: 2.5em;
	left: calc(50% + 29px)
}
.clock__btn__pause:hover~.clock-tooltip__pause,
.clock__btn__play:hover~.clock-tooltip__play,
.clock__btn__reset:hover~.clock-tooltip__reset {
	visibility: visible;
	opacity: 1;
	transform: translateY(0)
}
.footer {
	max-width: 100%;
	padding: 1.5em 0;
	text-align: center
}
.footer__copyright {
	margin: 0 auto;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	color: #fef8e7
}
.footer__social-btn {
	margin-top: .4em
}
.footer__social-btn .fa.fa-codepen,
.footer__social-btn .fa.fa-github-square,
.footer__social-btn .fa.fa-twitter-square {
	color: teal;
}