@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap');

document, body{

	font-size: 16px; color: black;
	line-height:26px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body{
	font-family: 'PT Sans Narrow', sans-serif;
}

a{
	color: #273f8e;
	text-decoration:none;	
}

b, strong{
	font-weight: 700;
	
}

h1{
	margin: 0; 
	padding: 0;
	list-style:none;
	padding: 10px;
	height: 40px;
	line-height:40px;
	border-bottom: 1px solid #e5731a;
	font-size: 22px;
	border-top: 1px solid #e5731a;
	color: #273f8e;
	font-weight: 700;
	min-width: 280px;
	text-transform:uppercase;
}

h2{
	 margin-bottom: 0;
 }

h3{
	margin-bottom: 0;
}

#content h1{
	margin: 0; 
	padding: 0;
	list-style:none;
	padding: 10px 0 10px 0;
	height: auto;
	line-height:26px;
	border-bottom: none;
	font-size: 22px;
	border-top: none;
	color: black;
	font-weight: 700;
	min-width: 280px;
	text-transform:none;
}

#content img { 
	max-width: 100%;
	height: auto!important;
	width: 100%;
} 


#mainWrapper{
	width: auto;
	min-width: 300px;
	padding: 10px;
	
}

#header{
	text-align: center;	
	height: 74px;
	background-image: url(../images/Prelox_Logo.png);
	background-position: center center;
	background-repeat:no-repeat;
	min-width: 300px;
}

#content{
	padding: 10px;
	border-bottom: 1px solid #c3cfe0;	
	min-width: 280px;	
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

#content ul{
	margin: 0;
	padding: 0 0 0 18px;
		
}

#content p{
	margin: 0;
	padding: 14px 0;	
}


/* toolbar */
#toolbar{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-transform:uppercase;
	min-height: 56px;
	border-top: 1px solid #e5731a;
	border-bottom: 1px solid #e5731a;
	min-width: 300px;
}



#toolbar ul{
	display: table;
	margin: 0; 
	padding: 0;
	list-style:none;
	height: 56px; 
	overflow:hidden;
	border-collapse: collapse;
	width: 100%;
}

#toolbar ul li{
	display:table-cell;
	text-align: center;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat:no-repeat;
}

#toolbar ul li.language{
	background-image: url(../images/Language.png);
}

#toolbar ul li.facebook{
	background-image: url(../images/Facebook.png);
}

#toolbar ul li.twitter{
	background-image: url(../images/Twitter.png);
}

#toolbar ul li.youtube{
	background-image: url(../images/YouTube.png);
}

#toolbar ul li.mailto{
	background-image: url(../images/MailTo.png);
}

#toolbar ul li a{
	display: inline-block;
	
	height: 56px;
	width: 37px;	
}


#toolbar ul li a:hover{
	color: #273f8e;
}



#toolbar ul li img{
	border: 0;
	padding: 0;
	padding: 10px;
}

/* navigation */
#navigation{
	text-transform:uppercase;
	min-width: 300px;
	
}

#navigation ul{
	display: block;
	margin: 0; 
	padding: 0;
	list-style:none;
	
}

#navigation ul li{
	display: block;
	margin: 0; 
	padding: 0;
	list-style:none;
	padding: 10px;
	height: 60px;
	line-height:60px;
	border-bottom: 1px solid #c3cfe0;
	font-size: 22px;
	background-image:url(../images/Orange_Bullet.png);
	background-position:right center;
	background-repeat:no-repeat;
	min-width: 280px;
}

#navigation ul li a{
	display: block;
	line-height: 60px;	
}


/* toolnav */
#toolnav{
	text-transform:uppercase;
	min-width: 300px;
	
}

#toolnav ul{
	display: block;
	margin: 0; 
	padding: 0;
	list-style:none;	
	border-top: 1px solid #c3cfe0;
	min-width: 300px;
}

#toolnav ul li{
	display: block;
	margin: 0; 
	padding: 0;
	list-style:none;
	padding: 10px;
	height: 60px;
	line-height:60px;
	border-bottom: 1px solid #c3cfe0;
	font-size: 18px;
	background-position:right center;
	background-repeat:no-repeat;
	background-color: #273f8e;
	min-width: 280px;
}

#toolnav ul li.top{
	font-size: 22px;
	background-image:url(../images/Top_Bullet.png);
}

#toolnav ul li.home{
	font-size: 22px;
	background-image:url(../images/Home_Bullet.png);
}
#toolnav ul li a{
	color: #fff;	
	display: block;
	line-height: 60px;	
}

/* footernav */
#footernav{
	text-transform:uppercase;
	font-size: 15px;
	min-width: 300px;
}

#footernav ul{
	display: block;
	margin: 0; 
	padding: 0;
	list-style:none;
	border-top: 1px solid #c3cfe0;	
}

#footernav ul li{
	display: block;
	margin: 0; 
	padding: 0;
	list-style:none;
	padding: 10px;
	height: 40px;
	line-height:40px;
	border-bottom: 1px solid #c3cfe0;

	background-image:url(../images/Blue_Bullet.png);
	background-position:right center;
	background-repeat:no-repeat;
	min-width: 280px;
}
#footernav ul li a{	
	display: block;
	line-height: 40px;	
}

/* footer */

#footer{
	font-size: 15px;
	color: #989898;
	padding: 30px 10px;
	min-width: 300px;
}

/* more-content, shop */
.more-content h2{
	display: block;
	margin: 0; 
	padding: 0;
	list-style:none;
	padding: 0 0;
	height: 40px;
	line-height:60px;
	font-size: 22px;
	min-width: 280px;
	font-weight: 400;
	color: #273f8e;
}

.more-content p.strong {
	display: none;
}

#content .more-content p{
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}

#content .more-content div.hidden p{
	display: none;	
}

#content .more-content div.hidden p.bodytext{
	display: block;	
}

figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

iframe{
	border: none;
}




/* youtube iframe */



.h_iframe{
	position:relative;
	width:100%; 
	height:100%;
}
.h_iframe .ratio{
	display:block;
	width:100%;
	height:auto;
}
.h_iframe iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%; 
	height:100%;
}

.csc-default{
	padding: 0 0 14px 0;	
}

/* news */
ul.news-latest{
	list-style: none;
	display: block;
	font-size: 16px; 
	line-heigth: 26px;
	margin: 0;
	padding: 0;
		
}

ul.news-latest a{
	color: #000;
}

ul.news-latest li{
	list-style: none;
	display: block;
	font-size: 16px; 
	margin: 0;
	padding: 10px 40px 10px 10px;
	border-bottom: 1px solid #c3cfe0;
	background-image:url(../images/Blue_Bullet.png);
	background-position: right center;
	background-repeat:no-repeat;
	height: 60px;
	line-height: 60px;
}

#newslist .csc-default{
	padding: 0 0 0 0;	
}

ul.news-latest a{
	display: block;
	color: #000;
	line-height: 26px;
	font-size: 16px; 
	font-weight: 400;
}



.news-single-item h1{
	font-size: 16px; 
	font-weight: 400;
	line-height: 26px;
	border: none;	
	padding-left: 0;
	padding-right: 0;
	color: #000;
}

.news-single-item h2{
	font-size: 16px; 
	font-weight: 700;
	line-height: 26px;
	border: none;	
	padding-left: 0;
	padding-right: 0;
}

.news-list-item h2{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: black;
	padding: 0 60px 0 10px;
}

.news-list-item{
	display: block;
	border-bottom: 1px solid #C3CFE0;	
	background-image: url(../images/Orange_Bullet.png);
	background-position: right center;
	background-repeat:no-repeat;
}

.hidden {display:none; }

#modal_close{
	font-size: 20px;	
}


#toolbar ul#languageNavigation{
	display: block;
	position: relative;
	height: auto;
	text-align:left;
	width: 200px;
	padding-bottom: 10px;
}

#toolbar ul#languageNavigation li{
	display: block;
	text-align:left;
	width: 200px;
	line-height: 32px;
}

#toolbar ul#languageNavigation li a{
	height: 100%;
	white-space:nowrap;
	width: 200px;
}

li.fullsite a{
	font-size: 22px;	
}

td, th {
	display: block;
	vertical-align: inherit;
}

#c24 h1, #c187 h1, #c186 h1, #c188 h1{
	display: none;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.news-list-item{
		background-image: url(../images/Orange_Bullet_x2.png);
		background-size: 33px 23px;

	}
	#header{
		background-image: url(../images/Prelox_Logo_x2.png);
		background-size: 300px 74px; 
	}
	#toolbar ul li.language{
		background-image: url(../images/Language_x2.png);
		background-size: 37px 36px; 
	}	
	#toolbar ul li.facebook{
		background-image: url(../images/Facebook_x2.png);
		background-size: 37px 36px; 
	}
	#toolbar ul li.twitter{
		background-image: url(../images/Twitter_x2.png);
		background-size: 37px 36px; 
	}
	#toolbar ul li.youtube{
		background-image: url(../images/YouTube_x2.png);
		background-size: 37px 36px; 
	}
	#toolbar ul li.mailto{
		background-image: url(../images/MailTo_x2.png);
		background-size: 37px 36px; 
	}
	ul.news-latest li{
		background-image:url(../images/Blue_Bullet_x2.png);
		background-size: 33px 23px; 
	}
	#navigation ul li{
		background-image:url(../images/Orange_Bullet_x2.png);
		background-size: 33px 23px; 
	}
	#toolnav ul li.top{
		background-image:url(../images/Top_Bullet_x2.png);
		background-size: 33px 23px; 
	}
	#toolnav ul li.home{
		background-image:url(../images/Home_Bullet_x2.png);
		background-size: 33px 23px; 
	}
	#footernav ul li{
		background-image:url(../images/Blue_Bullet_x2.png);
		background-size: 33px 23px; 
	}
}

.fancybox-toolbar, .fancybox-infobar, .fancybox-navigation, .fancybox-button{
	display: none;
}


#fancybox-content #confirm{
	line-height: 20px;
}

#fancybox-wrap{
	padding: 1px;
}

#fancybox-wrap *{
	text-align: center;
}

#confirm {
	margin: 0px auto;
	background-color: rgba(255, 255, 255, 0.67);
	padding: 20px;
	text-align: center;
}

.fancybox-content{
	  background-color: rgba(255, 255, 255, 0.5);
}