/* general */

.simple-margin {
	margin-bottom: 0.7em;
	margin-top: 0.7em;
}

.nowrap {
	white-space: nowrap;
}

.info-description {}

.info-data {
	font-weight: 600;
}

/* carousel */

#main_carousel {
	display: block;
	padding-top: 0px;

	/*
	background-color: #fff;
	background-image: url(../images/off_brown.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;	*/
}

.container .carousel {
	margin-bottom: 0px;
}

.container-carousel {
	margin-top: 2.5em;
}

.carousel-text-crop {
	overflow: hidden;
	height: 29em;
	position: relative;
}

.carousel-text-crop h1 {
	font-size: 2.5em;
	font-weight: 600;
}

.carousel-head {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0px;
	margin: 0px;
	top: 10em;
}

.carousel-head .lead {
	font-weight: 400;
}

/* page title */

.page-title-official {
	background-color: #fff;
	/*background-image: url(../images/off_brown.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.page-title {
	padding-top: 0.8em;
	padding-bottom: 1.0em;
	position: absolute;
	top: 0.5em;
	/*background-color: #000;
	background-image: url(../images/standard_blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;	*/
	/*border-bottom: 3px solid #0c1;*/
}

.page-title-small {
	padding-top: 0.5em;
	padding-bottom: 0.8em;
	cursor: pointer;
}

.page-title img {
	height: 80px;
}

.page-title-small img {
	height: 50px;
}

.lang-img {
	border: 0px solid #aaa;
	width: 20px;
	height: 20px;
	border-radius: 20px;
}

.list-img {
	margin-top: 10px;
}

.off-lead {
	/*font-family: 'Noticia Text', serif;*/
	font-weight: 400;
}

.off-gray,
.off-gray a {
	/*color: #5f6161;*/
}

.off-blue,
.off-blue a {
	color: #438390;
}

.carousel-indicators {
	top: 15px;
	right: 15px;
	bottom: auto;
	left: auto;
}

/* section title */

.section-title {
	font-size: 2.0em;
	font-weight: 300;
	margin-top: 1.0em;
	margin-bottom: 0.7em;
}

.section-title a,
h1 a,
h4 a {
	color: #000;
	text-decoration: none;
}

.section-title a:hover,
h1 a:hover,
h4 a:hover {
	color: #000;
	text-decoration: none;
}

/* content box */

.box {
	display: block;
	padding: 0px;
	line-height: 20px;
	/*border:1px solid #ddd;
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	box-shadow:0 1px 5px rgba(0,0,0,0.1);*/
	background-color: #fff;
	overflow: hidden;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

.box-link {
	/*border-top: 3px solid #0c1;*/
	/* #0c1 */

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.box-link:hover {
	/*border:1px solid #bbb;*/
	/*border-top: 3px solid #08c;*/
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	cursor: pointer;

	/*transform:scale(1.05);*/
	/*-ms-transform:scale(1.05);*/
	/* IE 9 */
	-moz-transform: translateY(-7px);
	/* Firefox */
	-webkit-transform: translateY(-7px);
	/* Safari and Chrome */
	-o-transform: translateY(-7px);
	/* Opera */
}

.box-tableXX {
	border: 1px solid #ddd;
	/*-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	box-shadow:0 1px 5px rgba(0,0,0,0.1);*/
}

.box-overflow {
	overflow: visible;
}

.box-content {
	margin: 12px;
}

.no-margin {
	margin: 0;
}

.no-margin-top {
	margin-top: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.margin-top-title {
	margin-top: 0.5em;
}

.article-box-crop {
	overflow: hidden;
	height: 9.5em;
	position: relative;
}

.media-box-crop {
	overflow: hidden;
	height: 4em;
	position: relative;
}

.fadeout {
	position: absolute;
	bottom: 0em;
	width: 100%;
	height: 4.0em;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	background-image: linear-gradient(rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
}

.media-box-crop .fadeout {
	height: 1.0em;
}

.thumb-heading {
	/* võibolla peaks elle ära jätma? */
	margin-top: 0;
	line-height: 1.2em;
}

/* main content */

.content {
	font-size: 1.2em;
	white-space: normal;
	line-height: 1.4em;
	/*font-family: 'Noticia Text', serif;*/
	margin-top: 1.5em;
}

.content li {
	line-height: 1.4em;
	margin-bottom: 0.35em;
}

.content p {
	line-height: 1.4em;
}

.article-main-photo {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

#gmap img {
	max-width: none;
}

#gmap label {
	width: auto;
	display: inline;
}

/* thumb box */

.video-duration {
	position: absolute;
	bottom: 0.2em;
	right: 0.2em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

/* footer */

.footer {
	margin-top: 2.0em;
	color: #fff;
	border-top: solid 2px #fff;
	background-color: #222;
	/*background: url(../images/bg_dark.png);*/
}

.footer a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-title {
	color: #aaa;
	font-size: 2.0em;
	font-weight: 300;
	margin-top: 1.0em;
	margin-bottom: 0.7em;
}

.footer-verse {
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	margin-top: 2.0em;
}

.footer-info {
	padding-bottom: 1.0em;
}

.footer-copyright {
	border-top: solid 1px #000;
	padding: 1.5em;
	background-color: rgba(0, 0, 0, 0.5);
	font-weight: 300;
	color: #888;
}

/* facebook like box */

#fb-root {
	display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

/* thumb  */

.thumb-image,
.thumb-image-sq {
	position: relative;
	width: 100%;
}


.image-left {
	max-width: 300px;
	margin-right: 0.7em;
}


/* youtube embed */
[data-oembed-url] {
	margin-bottom: 0.7em;
}




/* responsive stuff */


@media (max-width: 1199px) {

	.carousel-text-crop {
		max-height: 23em;
	}

	.page-title img {
		height: 70px;
	}

	.page-title-small img {
		height: 50px;
	}

	.carousel-head {
		top: 8em;
	}

	.carousel-head h1 {
		font-size: 2em;
		line-height: 1em;
	}

	.carousel-head .lead {
		font-size: 1.2em;
		line-height: 1.2em;
	}

	.container-carousel {
		margin-top: 2em;
	}

}


@media (max-width: 979px) {

	.carousel-text-crop {
		max-height: 17em;
	}

	.page-title img {
		height: 50px;
	}

	.page-title-small img {
		height: 40px;
	}

	.carousel-head {
		top: 6em;
	}

	.carousel-head h1 {
		font-size: 1.7em;
		line-height: 1em;
	}

	.carousel-head .lead {
		font-size: 1.1em;
		line-height: 1.1em;
	}

	.container-carousel {
		margin-top: 2em;
	}

}

@media (max-width: 767px) {

	.carousel-text-crop {
		max-height: 8em;
	}

	.box-content {
		margin-top: 7px;
		/* 7 */
		margin-bottom: 7px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.box-linkXX .box-contentXX {
		margin: 5px;
	}

	.content {
		margin-top: 0em;
	}

	/* thumb  */

	.thumb-image,
	.thumb-image-sq {
		margin-right: 7px;
		float: left;
	}

	.thumb-image {
		width: 150px;
		height: 90px;
	}

	.thumb-image-sq {
		width: 90px;
		height: 90px;
	}

	.article-box-crop {
		height: 4.0em;
	}

	.thumb-heading {
		margin-bottom: 6px;
		font-weight: 400;
	}

	.no-margin-top {
		margin-top: 0px;
	}

	.no-margin-bottom {
		margin-bottom: 0px;
	}

	.margin-top-title {
		margin-top: 0.5em;
	}

	.fadeout {
		height: 1.4em;
	}

	.page-title img {
		height: 50px;
	}

	.page-title {
		top: 0.0em;
	}

	.page-title-small img {
		height: 40px;
	}

	.carousel-inner img {
		margin-top: 5.5em;
		margin-bottom: 7em;
	}

	.carousel-head {
		top: auto;
		bottom: -1em;
	}

	.carousel-head h1 {
		font-size: 2.4em;
		line-height: 1em;
	}

	.container-carousel {
		margin-top: 0em;
	}


	.image-left {
		max-width: 200px;
	}


}


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

	/* thumb  */

	.thumb-image {
		width: 90px;
		height: 90px;
	}

	.thumb-image-sq {
		width: 90px;
		height: 90px;
	}

	.margin-top-phone {

		/*margin-left: 7px;*/
	}

	.page-title-small img {
		height: 40px;
	}

	.carousel-inner img {
		margin-top: 5.5em;
		margin-bottom: 7em;
	}

	.carousel-head {
		top: auto;
		bottom: -2em;
	}

	.carousel-head h1 {
		font-size: 1.7em;
		line-height: 1em;
	}

}


/* temporary and development */

.round-badge-white {
	display: block;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 50px;
	right: 50px;
	background-color: rgba(255, 255, 255, 180);
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color: #000;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
}


.camporee-hero {
	position: relative;
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 58, 138, 0.82) 100%), url("' . $hero_img . '") center/cover no-repeat;
	color: #ffffff;
	padding: 70px 30px;
	border-radius: 16px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
	overflow: hidden;
}

.camporee-hero-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fef08a;
	padding: 6px 18px;
	border-radius: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	margin-bottom: 20px;
}

.camporee-hero h1 {
	font-size: 42px;
	font-weight: 800;
	line-height: 1.15;
	color: #ffffff;
	margin-bottom: 15px;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.camporee-hero p.lead {
	font-size: 19px;
	color: #e2e8f0;
	max-width: 750px;
	margin-bottom: 25px;
	line-height: 1.6;
}

.countdown-container {
	display: flex;
	gap: 15px;
	margin: 25px 0;
	flex-wrap: wrap;
}

.countdown-box {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 12px;
	padding: 12px 20px;
	min-width: 80px;
	text-align: center;
}

.countdown-num {
	font-size: 30px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
}

.countdown-lbl {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #cbd5e1;
	margin-top: 5px;
}

.hero-btns {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 25px;
}

.btn-hero-primary {
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	color: #ffffff !important;
	padding: 12px 28px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-hero-secondary {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff !important;
	padding: 12px 24px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.stats-bar {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin-bottom: 50px;
}

.stat-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 22px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	gap: 18px;
}

.stat-icon {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	background: #eff6ff;
	color: #2563eb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.stat-title {
	font-size: 12px;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.stat-val {
	font-size: 18px;
	font-weight: 700;
	color: #0f172a;
	margin-top: 2px;
}

.section-header {
	margin-bottom: 35px;
	text-align: center;
}

.section-header h2 {
	font-size: 30px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 10px;
}

.section-header p {
	font-size: 15px;
	color: #64748b;
	max-width: 600px;
	margin: 0 auto;
}

.country-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 25px;
	margin-bottom: 60px;
}

.country-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 22px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.country-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.country-title {
	font-size: 19px;
	font-weight: 700;
	color: #0f172a;
}

.country-badge {
	background: #f1f5f9;
	color: #475569;
	font-size: 11px;
	font-weight: 700;
	border-radius: 20px;
	text-transform: uppercase;
	height: 30px;
	width: 40px;
}

.country-meta {
	font-size: 13px;
	color: #64748b;
	margin-bottom: 18px;
	line-height: 1.5;
}

.country-card-actions {
	align-items: center;
}

.btn-card-primary {
	flex: 1;
	text-align: center;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 25px;
	margin-bottom: 60px;
}

.feature-box {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 25px;
}

.feature-icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: #2563eb;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-bottom: 18px;
}

.roles-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin-bottom: 60px;
}

.role-card {
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px;
	background: #ffffff;
	text-align: center;
}

.faq-container {
	max-width: 800px;
	margin: 0 auto 60px auto;
}

.faq-item {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 16px 20px;
}

.faq-question {
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 6px;
}

.faq-answer {
	font-size: 14px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 0;
}