/*
Colors
Green: #9EBB59
Cyan: #5BA4E5
Blue: #263F6A

*/

/* --------------------- GENERAL SETTINGS --------------------- */
@import url(https://fonts.googleapis.com/css?family=Dosis:400,700);

body {
	font-family: 'Dosis', sans-serif;
	color: #6E6E6E;
	font-size: 22px;
	line-height: 1.25em;
	counter-reset: item;
}
@media screen and (max-width: 39.9375em) {
	body {
		font-size: 18px;
	}
}
h1,h2,h3 {
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
	color: #9EBB59;
}
h3 {
	font-size: 1em;
}
p {
	color: #6E6E6E;
	line-height: 1.25em;
}
@media screen and (max-width: 39.9375em) {
	h1 {
		font-size: 1.6em;
	}
	h2 {
		font-size: 1.2em;
	}
}
ol,ul,li {
	line-height: 1.25em;
}

h2.cyan {
	color: #5BA4E5;
}
.padding {
	padding-top:2em;
	padding-bottom:2em;
}
.padding-top {
	margin-top:2em;
}
.padding-bottom {
	margin-bottom:2em;
}

.heroshot {
	position: relative;
}
.title-bar {
    background: #fff;
    color: #000;
    padding: .5rem;
    border-bottom: 2px solid #263F6A;
}
.title-bar.is-anchored {
	height:100%;
}

/* --------------------- LANGUAGE SWITCHER --------------------- */

.languageSwitcher {
	float:left;
}

.languageSwitcher ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 2px solid #ddd;
	float: left;
	border-radius: 20px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}
.languageSwitcher ul li {
	float: left;
}
.languageSwitcher ul li a {
	padding: 5px 15px;
	color: #999;
	display: block;
}

.languageSwitcher ul li.active a {
	background-color: #5BA4E5;
	color: #fff;
}

/* --------------------- TIMER PARTS HEROSHOT --------------------- */

.tablet {
	position: relative;
	margin-top:40px;
	margin-bottom:20px;
}
@media screen and (min-width: 40em) {
	.tablet .play-store {
		position: absolute;
		bottom: 50px;
	}
}

/* --------------------- BACKGROUND FILLS --------------------- */
.background {

}

.background.cyan {
	background-color: #5BA4E5;
}

.background.cyan h1 {
	color: #fff;
}
.background.cyan p,
.background.cyan ul {
	color: #fff;
}
.background.cyan ul {
	margin-top:1em;
}
.background.cyan.heroshot h2 {
	font-weight: normal;
	color: #B7D7F2;
}
.background.cyan h2 {
	color: #fff;
}
.background.cyan h3 {
	font-weight: normal;
	color: #B7D7F2;
}

.background.blue {
	background-color: #263F6A;
}
.background.blue h1,
.background.blue h2,
.background.blue h3 {
	color: #fff;
}
.background.blue p {
	color: #fff;
}

.background.green {
	background-color: #9EBB59;
}
.background.green.border{
	border-top: 4px solid #B8E986;
	border-bottom: 4px solid #B8E986;
}
.background.green h2 {
	color: #fff;
}
.background.green p {
	color: #fff;
}

/* --------------------- DEVELOPED SPINNERS --------------------- */

.special_for_looper .title p {
	font-weight: bold;
	color: #9EBB59;
}

.special_for_looper .showing {
	color: #FFF;
	font-size: 30px;
	height: 60px;
	line-height: 1em;
}
@media screen and (min-width: 64.063em) {
	.special_for_looper .showing {
		font-size: 46px;
		height: auto;
	}
}

/* --------------------- HOW TO ROAD --------------------- */

.how-to-road {
	background-image: url('../img/straight-road.png');
	background-repeat: no-repeat;
	width: 100%;
	background-position: left 30px;
	background-size: 87px;
}
@media screen and (min-width: 64.063em) {
	.how-to-road {
		background-image: url('../img/how-to-road.png');
		background-position: left bottom;
		background-size: inherit;
		height: 950px;
	}
}

.how-to-road .steps {
	margin-top: 1em;
}
.how-to-road .steps ol {
	list-style: none;
	position: relative;
	margin-left: 0px;
}
.how-to-road .steps li {
	counter-increment: item;
	margin-bottom: 2em;
}
.how-to-road .steps li:before {
	content: counter(item);
	background: #5BA4E5;
	border-radius: 50%;
	color: white;
	width: 2em;
	height: 2em;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 22px;
	border:2px solid white;
	box-shadow: 0px 0px 0px 2px #5BA4E5;
	width: 1.4em;
	height: 1.4em;
	margin-bottom: 7px;
	line-height: 1.1em;
}
@media screen and (min-width: 40em) {
	.how-to-road .steps li:before {
		position: absolute;
		left: 0;
		width: 2em;
		height: 2em;
		line-height: 1.7em;
	}
	.how-to-road .steps li {
		margin-left: 60px;
		margin-bottom: 4em;
	}
	.how-to-road .steps {
		margin-top: 3em;
	}
}

/* --------------------- REVIEWS --------------------- */

.userreview {
	margin-top: 2em;
}

.userreview .quote-sign-left,
.userreview .quote-sign-right {
	color: #ddd;
}
.userreview .quote-sign-left {
	margin-right: 5px;
}
.userreview .quote-sign-right {
	margin-left: 5px;
}
.userreview .userheader {
	margin-bottom: 2em;
}
.userreview .userheader .avatar {
	float: left;
	margin-right:1em;
	width: 64px;
	height: 64px;
}
@media screen and (min-width: 40em) {
	.userreview .userheader .avatar {
		width: 100px;
		height: 100px;
	}
}
.userreview .userheader .avatar img {
	border: 3px solid #5BA4E5;
	border-radius: 100%;
}

.userreview .userheader .name {
	color: #5BA4E5;
	font-weight: bold;
}

.userreview .userheader .rating {
	color: #F5A623;
}

.userreview .description {

}

.text-padding {
	padding-top:1em;
	padding-bottom:1em;
}

.branding .icon {
	background-image: url('../img/samtime-icon.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height:80px;
	width:80px;
	display: block;
	float: left;
}

.branding .icon span {
	display: inline-block;
	text-indent: -9999px;
}

.branding .logo {
	background-image: url('../img/samtime-logo.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height:50px;
	width:192px;
	display: block;
	float: left;
	margin-left: 1em;
	margin-top: 12px;
}

.branding .logo span {
	display: inline-block;
	text-indent: -9999px;
}

.branding .social {
	float: left;
	margin-left: 1.2em;
	margin-top: 1.4em;
}
.branding .social a {
	font-size: 1.4em;
	color: #bbb;
	margin-left: .2em;
	transition: .5s color;
}
.branding .social a:hover {
	color: #263F6A;
}
@media screen and (max-width: 39.9375em) {
	.branding .social a {
		font-size: 2.5em;
	}
	.branding .social {
		margin-top: 1em;
	}

}

.play-store-button {
	background-image: url('../img/google-play-badge-en.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	height:56px;
	width:180px;
	display: block;
    margin: auto;
}
.play-store-button.lang-en {
	background-image: url('../img/google-play-badge-en.png');
}
.play-store-button.lang-nl {
	background-image: url('../img/google-play-badge-nl.png');
}

.play-store-button.large {
	height:75px;
	width:240px;
}

.small-only-text-center {
	text-align: left;
}
@media screen and (max-width: 39.9375em) {
	.small-only-text-center {
		text-align: center;
	}
}

.footer {
	border-top:1px solid #ccc;
	margin-bottom: 5em;
}

.footer ul {
	margin:0;
	padding:0;
}

.footer ul li {
	list-style: none;
	padding:0;
	float: left;
	margin-right:3em;
}
.footer ul li a {
	color: #aaa;
}
.footer ul li a:hover {
	color: inherit;
}

#bottom {
	position: fixed;
	width: 100%;
	bottom: -1px;
	height: 69px;
	background-color: #fff;
	border-top: 2px solid #ddd;
	box-shadow: 0px -4px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
}