﻿span.shadow-text {
	font-style: oblique;
	font-weight: bold;
	font-size: 25px;
	color: #2d7cfd;
	color: #58c;
	color: #934;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, -5px 5px 7px #333;
}

div.services-box span.header {
	display: block;
	margin: -25px -25px 20px -25px;
	padding: 3px 20px 3px 20px;
	font-weight: bold;
	font-size: 16px;
	color: #58c;
	color: #934;
	background: #f5f5f5;
	border-bottom: 2px solid #eee;
	text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 3px #777;
}

div.services-box a.sb-close {
	position: absolute;
	top: 5px;
	right: 25px;
	text-decoration: none;
	color: #36a;
	font-size: 13px;
	outline: none;
}

div.services-box a.sb-more {
	position: absolute;
	bottom: 10px;
	right: 25px;
	text-decoration: none;
	color: #36a;
	font-size: 13px;
	outline: none;
}

div.services-box a.sb-close:hover,
div.services-box a.sb-more:hover {
	text-decoration: underline;
	color: #89c;
}

div.services-box-shadow {
	position: absolute;
	min-height: 200px;
	width: 350px;
	border: 10px 1px 3px 1px solid #777;
	background: #fff;
	padding: 20px;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10', MakeShadow='true', ShadowOpacity='0.5');
}

div.service-box-expanded {
	aaatop: 70px !important;
	aaaleft: 55px !important;
	aaaheight: 470px !important;
	aaawidth: 815px !important;
	background: white !important;
	z-index: 99;
}

div.service-box-expanded #sb1more,
div.service-box-expanded #sb2more,
div.service-box-expanded #sb3more,
div.service-box-expanded #sb4more {
	display: inline !important;
}

div.services-box {
	height: 190px;
	width: 340px;
	border-width: 10px 1px 3px 1px;
	border-style: solid;
	border-color: rgba(157,25,45,0.97);
	background: rgba(255,255,255,0.55);
	padding: 25px;
	text-align: left;
	font-size: 14px;
	color: #555;
	overflow: hidden;

	-webkit-box-shadow: -7px 7px 19px #777;
	-moz-box-shadow: -7px 7px 19px #777;
	box-shadow: -7px 7px 19px #977;
}

div#content-bar {
	min-height: 75px;
	width: 550px;
	border-width: 5px 1px 2px 1px;
	border-style: solid;
	/* border-color: rgba(153,30,50,0.95);
	border-color: rgba(157,25,45,0.97);  */
	border-color: #444;
	background: rgba(255,255,255,0.55);
	padding: 9px 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	text-align: justify;

	-webkit-box-shadow: -7px 7px 19px #777;
	-moz-box-shadow: -7px 7px 19px #777;
	box-shadow: -7px 7px 19px #977;
}

#bg-div {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff; /* for non-css3 browsers */
	top: 0px;
	z-index: 0;
	overflow: hidden;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */
}

div#menu-logo-div {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	color: #ccc;
	background: url(img/header.png) 43px 0px no-repeat;
	padding-top: 70px;
	position: relative;
}

/* LAVA LAMP */

.lavaLampNoImage {
	display: inline-block;
	min-width: 70px;
	height: 24px;
	background: #9d9fa9 linear-gradient(180deg,#9d9fa9,#d6d6da);
	background: #ccc;
	background-image: linear-gradient(180deg,#aaa,#eee);
	padding: 1px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #a2a3af;
}
.lavaLampNoImage li {
	float: left;
	list-style: none;
	-background: linear-gradient(180deg,  #505153 0px, transparent 1px, transparent 23px, #c4c4c8 24px, transparent 24px);
}
.lavaLampNoImage li.back {
	/* border: 1px solid #000; */

	background-color: #831315;
	background: linear-gradient(180deg,  #a55557 1px, #831315 2px, #b12222 20px, #832324 22px);
	
	width: 9px;
	height: 24px;
	z-index: 8;
	position: absolute;
}
.lavaLampNoImage li a {
	font: bold 12px arial;
	text-decoration: none;
	color: #259;
	-color: #222;
	outline: none;
	text-align: center;
	top: 1px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 24px;
	position: relative;
	overflow: hidden;
	margin: auto 0px;
	padding: 4px 17px;
	-moz-transition: color 1s ease 0s;
	-webkit-transition: color 1s ease 0s;
	-o-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
}
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li.current a {
	border: none;
	color: #fff;
	-moz-transition: color 1s ease 0s;
	-webkit-transition: color 1s ease 0s;
	-o-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
}

ul#mainmenu {
	margin-right: 151px;
	margin-top: 19px;
}

ul#mainmenu:hover li.current a {
	color: #259 !important;
	-moz-transition: color 1.5s ease 0s;
	-webkit-transition: color 1.5s ease 0s;
	-o-transition: color 1.5s ease 0s;
	transition: color 1.5s ease 0s;
}

ul#mainmenu li.current a:hover {
	color: #fff !important;
	-moz-transition: color 1s ease 0s;
	-webkit-transition: color 1s ease 0s;
	-o-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
}     

.content ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 3px;
}
.content li {
	background: url("img/bullet.png") 0px 4px no-repeat;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 7px 25px;
}
.content li a, a.email {
	font-weight: bold;
	font-size: 12px;
	color: #47c;
	text-decoration: none;
}
.content li a:hover, a.email:hover {
	color: #35a;
	text-decoration: underline;
}
a.email {
	font-size: 15px;
	padding-left: 3px;
}

a.footer {
	font-family: Arial;
	font-size: 10px;
	color: #bbb;
	text-decoration: none;
	letter-spacing: 0.1em;
}
a.footer:hover {
	text-decoration: underline;
}

/** **/

.horizontal-list {
    list-style-type: none; /* Remove bullets */
    padding: 0;            /* Remove padding */
    margin: 0;             /* Remove margin */
    display: flex;         /* Display items in a row */
	float: right;
	margin-top: 10px;
}

.horizontal-list li {
    margin-right: 20px;    /* Optional: Add space between items */
}

.language-bar {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 10;
}

.language-flag {
	height: 20px;
	border: 0.5px solid lightgray;
}
.current-flag {
	border: 1px solid blue;
}