@CHARSET "UTF-8";

@media screen {
	body>header {
		background: none;
	}
	#wb-bar {
		background: none;
	}
	#wb-bar>.container {
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #ffd802 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
			color-stop(100%, #ffd802)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%, #ffd802 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%, #ffd802 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%, #ffd802 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #ffffff 0%, #ffd802 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
			endColorstr='#ffd802', GradientType=0); /* IE6-9 */
		color: black;
		border-bottom: 1px solid rgb(255, 255, 255);
	}
	#wb-lng {
		min-height: 2.2em
	}
	#wb-lng a {
		color: #fff;
		text-decoration: none
	}
	#wb-lng .curr {
		background:
			url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAA6SURBVAiZY/z//z8DMvj14+s+BgYGBjYObicUif///8Pxz+9f9v2HAigbLodVETbFOBWhK8arCFkxABifl5syjffvAAAAAElFTkSuQmCC")
			no-repeat scroll center bottom;
		color: #fff;
		display: block
	}

	/*Title banner*/
	#wb-bnr {
		background: #eee;
	}
	#wb-bnr>.container {
		background: rgb(5, 103, 171);
	}
	#wb-sttl a {
		font-size: 2.5em;
		text-decoration: none;
		line-height: 60px;
		/*text-shadow: 0 0 10px 1px #e1e1e1;*/
	}

	/*.panel-title > a {
    text-decoration:underline;
    text-underline-width: thick;
  }*/
	.panel-title>a:visited {
		color: inherit;
	}

	/*Megamenu*/
	#wb-sm .nvbar {
		background: none repeat scroll 0% 0% rgb(29, 29, 29);
		background-color: rgb(29, 29, 29);
		line-height: 0.7em
	}
	#wb-sm .menu>li>a {
		color: white;
		border-right: 1px solid white;
		border-right-color-value: white;
	}
	#wb-sm .menu>li:last-child a {
		border-right: 1px solid white;
		border-right-color-value: white;
	}
	#wb-sm .menu>li>a.wb-navcurr:link {
		background: none repeat scroll 0% 0% #666;
		background-color: #CCC;
		color: black;
	}

	/* Making the * aligned with the rest */
	label.required::before, legend.required::before {
		content: "* ";
		margin-left: 0px;
	}

	/*Footer*/
	footer {
		background: none;
		border-top: none
	}
	footer>.container {
		background: none;
	}
}
/*
@media screen and (max-width:991px) {
	#wb-bc .container, body>header+.container, body>main {
        background-color: none;
    }
}

@media screen and (min-width:768px) {
    #wb-bc .container, body>header+.container, body>main {
        background-color: none;
    }
}
*/
#wb-banner {
	padding: 0;
	margin: 0;
	background-image: url("/img/banner_1_2024.png");
	background-size: cover;
	height: 21vh;
	min-height: 21vh;
}
#face-btn {
	display:none;
}

.card {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.card-img-top {
	border-radius: 50%;
	max-width: 200px;
	padding-top: 5rem;
}

@media screen and (min-width:992px) {
	body {
		background-image: url("/img/water.jpg");
		/*background-size: contain;*/
	}
	#wb-bnr {
		background: none;
	}
	#wb-bnr>.container {
		padding-top: 8px;
		background-image: url("/img/banner.jpg");
		background-size: cover
	}
	#wb-bar>.container {
		background: rgb(0, 0, 0);
		/* Fallback for older browsers without RGBA-support */
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		border-bottom: 1px solid rgb(255, 255, 255);
	}
	#wb-sttl {
		align: center;
		width: 100%;
		height: 180px
	}
	#wb-sttl img {
		top: 0px;
	}
	
	#wb-sttl a span {
	   display: inline;
		line-height: normal;
		padding-left: none;
		vertical-align: middle;
	}
	
	#wb-sttl a {
	   display: inline;
	}
	
	#wb-sm .nvbar {
		background: rgb(0, 0, 0);
		/* Fallback for older browsers without RGBA-support */
		background: rgba(0, 0, 0, 0.7);
		line-height: 0.7em
	}
	footer {
		background: none;
		border-top: none
	}
	footer>.container {
		background: rgb(0, 0, 0);
		/* Fallback for older browsers without RGBA-support */
		background: rgba(0, 0, 0, 0.7);
		border-top: none;
		color: #fff;
	}
	footer>.container a {
		color: #fff;
	}
	.col-centered {
		float: none;
		margin: 0 auto;
	}
	.centered {
		margin: 0 auto;
	}
	#face-btn {
		display:inline-block;
	}
}

/*
@media screen and (min-width:768px) and (max-width:991px) {
	#wb-bc .container, body>header+.container, body>main {
        background-color: none;
    }
}
*/
