@font-face {
    font-family: 'helveticaneuemedium';
    src: url('../css/helveticaneue-medium-webfont.eot');
    src: url('../css/helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/helveticaneue-medium-webfont.woff') format('woff'),
         url('../css/helveticaneue-medium-webfont.ttf') format('truetype'),
         url('../css/helveticaneue-medium-webfont.svg#helveticaneuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuebold';
    src: url('../css/helveticaneueltpro-bd-webfont.eot');
    src: url('../css/helveticaneueltpro-bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/helveticaneueltpro-bd-webfont.woff') format('woff'),
         url('../css/helveticaneueltpro-bd-webfont.ttf') format('truetype'),
         url('../css/helveticaneueltpro-bd-webfont.svg#helveticaneuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  Basic mobile site */
body {
	background: #c2cdd2;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	-webkit-text-size-adjust: none;
	font-size: small;
	font-size: 16px;
}

body, html {
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-family: 'MuseoSansCond-300';
}
/* Font sizes */

h1, h2, h3 {
	font-size: 100%;
}

/* Reset margin */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
blockquote,
hr,
form {
	margin: 0;
}

input,
textarea,
select {
	font-family: Helvetica, Arial, sans-serif;
}

img,
iframe,
object {
	border: none 0;
	vertical-align: bottom;
	margin: 0;
}

ul, ol {
	list-style: none;
	padding: 0;
}


a {
	text-decoration: none;
	outline: none;
}

h2 a {
	color: #000000;
}

a {
	color: #245cac;
}

/* Classes */
.clearer {
	clear: both;
	font-size: 0;
	line-height: 0;
}

#frame {
}

#header {
	height: 65px;
}

.logo {
	float: left;
	padding-left: 8px;
	display: block;
}

.logo2 {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
}
.logo2 img {
    max-width: 320px;
    vertical-align: middle;
}

#header #breadcrumb {
	clear: both;
	float: left;
	color: #fff;
	font-weight: bold;
}

#breadcrumb {
	padding-top: 2px;
}

	#breadcrumb a {
		color: #fff;
	}

#content {
	float: left;
	width: 100%;
    background: #ffffff;
}
#content2 {
    display: none;
}

.content-inner {
	padding: 20px 10px;
}

.content-inner-gallery {
    text-align: center;
	width: 99%;
	padding: 20px 1% 0px 0px;
}


#articleBody {
	margin-bottom: 1em;
}

    #articleBody img {
        width: 100%;
    }
/* Footer */
#footer {
	clear: both;
	padding: 1px 0px 5px 5px;
}

	#footer #contact {
		padding: 5px;
		background-color: #171717;
		color: #fff;
	}

		#footer #contact a {
			color: #ccc;
		}

#disclaimer {
	color: #999;
	font-size: small;
	margin-top: 5px;
}

/* Services */
.duo {
	background: #171717;
	float: left;
	width: 100%;
	display: block;
}

	.duo li {
		display: inline-block;
		float: left;
		width: 50%;
	}

	.duo a {
		background: none repeat scroll 0 0 #343333;
		color: #CCCCCC;
		display: block;
		font-weight: bold;
		margin: 6px 5px 0 0px;
		padding: 10px;
		text-align: center;
		font-size: small;
	}

/* Menu icon */
.menu-icon {
	display: none; /* jQuery.onDomReady event displays button if browser supports jQuery */
	float: right;
	margin: 19px 10px 0 0;
}

.menu-icon-gradient {
	display: block;
	padding: 3px 5px 1px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(230,230,230)), color-stop(1, rgb(252,252,252)));
}

.menu-text {
	font-weight: bold;
	color: #000;
	display: block;
	padding: 2px 2px 3px;
}

.menu-icon-image {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/_mobile/images/menu.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 2px 2px 5px 2px;
}

.menu-icon-active .menu-icon-image {
	background-position: 0 -20px;
}

/* Menu */

.mobileMenu {
	overflow: hidden;
	position: relative;
	display: none;
	z-index: 1000;
	width: 100%;
	background: white;
}

	/* Reset margins */
	.mobileMenu, .mobileMenu * {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

		.mobileMenu li {
			display: block;
		}

			.mobileMenu li.hasChildren {
				background-image: url(/_mobile/images/menu-has-children.png);
				background-repeat: no-repeat;
				background-position: right top;
			}

			.mobileMenu li.active {
				background-image: url(/_mobile/images/menu-has-children-active.png);
				background-repeat: no-repeat;
				background-position: right top;
			}

		.mobileMenu a {
			display: block;
			color: #000;
			padding: 15px 10px;
			border-bottom: 1px solid #bbb;
		}

		/* Styling of different levels */

		/* Active */
		.mobileMenu li.active {
			background-color: #888;
		}

			.mobileMenu li.active > a {
				font-weight: bold;
				color: #fff;
			}

			.mobileMenu li.active > ul {
				border-bottom: 2px solid #888;
			}

		.mobileMenu li.last > a {
			border-bottom: none;
		}

		/* Level 2*/
		.mobileMenu > li > ul > li {
			background: #eee;
		}

			.mobileMenu > li > ul > li > a {
				border-bottom: 1px dashed #aaa;
			}

			/* Level 3*/
			.mobileMenu > li > ul > li > ul > li {
				background: #ddd;
			}

				.mobileMenu > li > ul > li > ul > li > a {
				}

/* Article */
.image-full img, .image img {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* #region top bar */
/* Customized look */
.top-bar {
	/*background: #ffffff;*/
	height: auto;
	/*box-shadow: 0px 3px 3px #7c7c7c;
	-webkit-box-shadow: 0px 3px 3px #7c7c7c;*/
}
.top-bar-doc{
height: 60px;
}

	.top-bar-doc a.back {
		display: block;
		height: 60px;
		width: 59px;
		/*float: left;*/
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(/_mobile/images/back_arrow_white.png) no-repeat center center;
	}

	.top-bar-doc .middle-title {
		height: 60px;
		width: 100%;
		line-height: 60px;
		text-align: center;
		display: block;
		font-family: 'MuseoSansCond-700';
		font-size: 24px;
		color: #ffffff;
        background: #c2cdd2;
	}

	/*.top-bar-doc .juvet-logo-doc {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 59px;
		height: 50px;
		display: block;
		overflow: hidden;
		padding-top: 10px;
		border-left: 1px solid #b2b2b2;
	}

		.top-bar-doc .juvet-logo-doc .logo-container {
			width: 35px;
			height: 35px;
			overflow: hidden;
			margin: 0 auto;
		}

			.top-bar-doc .juvet-logo-doc .logo-container img {
				margin: 0 auto;
				display: block;
			}*/

	.top-bar .lang {
		float: right;
		clear: both;
        position: absolute;
        top: 200px;
        display: none;
		left: 50%;
        color: #ffffff;
	}

.top-bar .image-text {
    float: right;
    clear: both;
    position: absolute;
    top: 150px;
    display: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    width: 272px;
    font-size: 18px;
	font-family: 'helveticaneue-thin';
    letter-spacing: 2px;
}

        .top-bar .centertext {
            position: relative;
            left: -50%;
        }

        .top-bar .lang span {
            padding: 0 5px 0 5px;
        }
		.top-bar .lang a {
            color: #ffffff;
			font-size: 18px;
			font-family: 'helveticaneue-light';
		}

		.top-bar .lang .activelang {
			color: #ffffff;
			font-family: 'helveticaneuebold';
		}


.top-bar .top-image img {
    width: 100%;
}

.juvet-logo {
	position: relative;
	top: 30px;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: block;
}

	.juvet-logo img {
		width: 60px;
	}

.front-menu {
	bottom: 100px;
	width: 90%;
	padding: 75px 5%;
	padding-bottom: 0;
}

@media (min-width: 370px) {
    .front-menu {
        padding: 50px 5%;
    }
}

	.front-menu a {
		display: block;
		width: 47%;
		margin-right: 6%;
		margin-bottom: 10%;
		float: left;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		font-family: 'helveticaneuemedium';
		color: #444;
        text-transform: uppercase;
        background-position-y: -37px !important;
        height: 60px;
	}

        .front-menu a:hover {
            background-position-y: 0px !important;
            height: 35px;
        }
        .front-menu a:active {
            background-position-y: 0px !important;
            height: 35px;
        }

        .front-menu a span {
            padding: 43px 0;
            display: block;
        }

		.front-menu a.last {
			margin-right: 0;
		}

		.front-menu a img {
			display: block;
			margin: 0 auto;
		}

        /*#endregion*/

/* gallery */
.imgcontainer {
	width: 75px;
	margin-left: 1%;
	margin-bottom: 1%;
	display: inline-block;
	background-size: cover;
}

	.imgcontainer.last {
	}

h1 {
	font-family: 'MuseoSansCond-700';
	font-size: 30px;
}



/* menu-list */
.menulistimg {
	width: 100%;
	height: auto;
	display: block;
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
}

.doc-list {
    background: #ffffff;
}

.doc-list-item {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #444;
}

	.doc-list-item.last {
	}


	.doc-list-item h2 {
		padding-left: 65px;
		margin-right: 20px;
		background: url(/_mobile/images/menu_arrow_444.png) no-repeat center right;
	}

	.doc-list-item a {
		display: block;
		text-transform: uppercase;
	}

	.doc-list-item img {
		float: right;
		margin-left: 10px;
	}

	.doc-list-item .text {
	}

	.doc-list-item a, .doc-list-item a * {
		color: #444;
	}

