/* Stylesheet: style Modified On 2020-08-12 15:40:13 */
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	}

body { 
	margin: 0; 
	font-size: 13px; 
	line-height: 1.231; 
	/*background:#2a3f4e url('../../img/bgFooter.gif') 0px 0px repeat;*/
background: #ffffff;
	}

#wrapper { 
/*background:#FFFFFF url('../../img/bgAll.gif') top left repeat-x;*/
}

.page #wrapper { 
background:#FFFFFF url('../../img/bgAllPage.gif') top left repeat-x;
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #28a2b2; text-decoration:none; font-weight:bold; }
a:visited { color: #28a2b2; }
a:hover { color: #28a2b2; text-decoration:underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 4px; border: 0; border: none; margin: 1.5em 0 1.5em; padding: 0;
background:#fff url('../../img/topMainRight.jpg') 0px 0px repeat-x;
 }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
.container,
#container{
	width: 980px;
	margin: 0 auto;
}

/***********************************************************************/
/* Header Part
/***********************************************************************/	

header{
	height:145px;
padding-top:6px;
background: #ffffff url(/img/bg-header.png) repeat-x top center;
	}

	/***********************************************************************/
	/* Logo
	/***********************************************************************/	
	
	.logo, .logo a{
			display:block;
			height:107px;
			width:103px;
			position:absolute;
			margin-left:20px;
			margin-top:20px;
			}
			
		.logo{
			background: transparent url("../../img/logo.gif") top left no-repeat;
			}
		
			.logo a{
				left:0;
				top:0;
				text-indent:-9999px;
				outline:none;
				}	

	/***********************************************************************/
	/* MyZentech Block
	/***********************************************************************/	
	
	div#myZentech{
display:none;
		width: 450px;
		height: 105px;
		
		position:absolute;
		margin-top:0px;
		margin-left:510px;
		
		background: #fff url("../../img/bgMyZentech.png") top left no-repeat;
		
		font-size: 11px;
		color: #8d8d9b;
	}
	
		div.topLink{
			float: right;
			margin-top: 10px;
		}
		
			div.topLink a.printLink{
				font-weight: normal !important;
				background: #fff url("../../img/printBullet.gif") top left no-repeat;
				padding-left: 20px;
			}
		
			div#myZentech a, div#myZentech a:visited, div#myZentech a:active{
				color: #8d8d9b;
				text-decoration: none;
				font-weight: bold;
				color: #8d8d9b;
			}
			
			div#myZentech a:hover{
				color: #28a2b2;
				text-decoration: underline;
			}
			
			div#myZentech a.current{
				color: #28a2b2;
			}
			
			div.topLink span.padding{
				padding:0 4px;
			}
		
		#loginForm form{
			position: absolute;
			margin-top: 45px;
			right: 0px;
		}
		
			#loginForm form input.cms_textfield, 
                        #loginForm form input.cms_password{
				width:115px;
				background:#fff !important;
				border: 1px #b6b6c1 solid;
				-webkit-border-radius: 30px;
                                -moz-border-radius: 30px;
                                border-radius: 30px;

                                padding:4px 10px; 
                          
				font-weight: bold;
				font-size: 12px;
				
				line-height:16px;
				
				color: #8d8d9b;
			}
			
				#loginForm form input.cms_textfield:focus, 
                                #loginForm form input.cms_password:focus {	
					color:#2b2d2d;
					background:#fff;
					
					outline:none; 
				}	
			
			#loginForm form input.cms_textfield{
				margin-right:10px;
			}
			
			#loginForm form button#loginButton{
			    display:block;
			    position: absolute;
			    top: 30px;
			    right: 0px;
			}
			
			div#signupButton{
			    position: absolute;
			    top: 35px;
			    right: 55px;
			    font-weight: bold !important;
			}
			
			a.signUp{
				color: #28a2b2 !important;
			}
			
			a.passwordLost{
			    position: absolute;
			    top: 35px;
			    left: 0px;
			    background: #fff url("../../img/lostBullet.gif") top left no-repeat;
			    padding-left: 15px;
width:150px;
			  
			}
			
                       #loginForm span.welcomeLogin{display:block; position:absolute;  margin-top:52px; right:0px; font-size:12px; font-weight:bold;} 
                       #loginForm a.logoutLogin{display:block; position:absolute;  margin-top:80px; right:0px; font-size:12px; font-weight:bold; color: #28a2b2 !important;}     

/***********************************************************************/
/* Main Navigation with Sub -> JQuery
/***********************************************************************/	

nav{
	height:40px;
background:#485965;
border-bottom: 3px solid #ffffff;
}	

nav ul,
nav ul li,
nav ul ul,
nav ul ul li, {
 list-style: none;
 margin: 0;
 padding: 0;
}


	nav ul{
		position: relative;
		z-index: 597;
 		float: left;
	}
	
		nav ul li{
			float: left;
			zoom: 1;
			position: relative;
			z-index: 599;
			cursor: default;

		}
		
			nav ul li a, nav ul li a:visited{
				display: block;
				padding:0px 20px;
				line-height: 40px;
				vertical-align: middle;
				/* Font */
				color: #FFFFFF;
				font-family: 'PT Sans', sans-serif;
				font-size: 14px;
				font-weight: bold;
				/* Font Effect */
				text-transform: uppercase;
				text-decoration: none !important;
			}
				
			nav ul li a.current, nav ul li a:hover{
				/*background-color: #36a7b7;*/
background-color: #b6862f;
				color: #FFFFFF;
			}
			
			nav ul li ul {
background-color:#fff;
				display: none;
				position: absolute;
				top: 100%;
				left: -1px;
				padding-top:3px;
				z-index: 598;
				/*width: 100%;*/
			}
			
				nav ul li ul li{
					float:none;
				}
				
					nav ul li ul li a, nav ul li ul li a.visited{
				/*background-color: #36a7b7;*/
background-color: #b6862f;
						border: 1px #9bd3db solid;
						border-top: none;
						font-size:16px !important;
						line-height:30px !important;
						text-transform: none !important;

					}
					
					
					nav ul li ul li a:hover{
						background-color:#02636e;	
					}

/***********************************************************************/
/* Search Form
/***********************************************************************/	

#searchForm form{
	position:absolute;
	margin-left:800px;
	margin-top:8px;	
	background:transparent url('../../img/bgSearchForm.png') top left no-repeat;
	height: 24px;
	width: 160px;
	
}
	
	#searchForm form input.searchInput{
		position:absolute;
		margin-left:12px;
		margin-top:4px;
		width:118px;
		background:#fff;
		border: none;
		
		font-weight: bold;
		font-size: 12px;
		
		line-height:16px;
		
		color: #8d8d9b;
	}
	
		#searchForm form input.searchInput:focus{	
			color:#2b2d2d;
			background:#fff;
			border: none;
			outline:none; 
		}	
		
	#searchForm form input.searchButton{
		position:absolute;
		width:19px;
		height:20px;
		margin-left:137px;
		margin-top:2px;
		background:transparent url('../../img/bgSearchButton.png') 0 0 no-repeat;
		border: none;
		text-indent:-9999px !important;
	}
	
		#searchForm form input.searchButton:hover{
			background-position:0px -20px;
		}
		


#hero{
    
	height:250px;
	background:transparent url('../../img/homeBgHero.jpg') 0 0 no-repeat;
	background:transparent url('/img/homeBgHero-2016-12.jpg') right top no-repeat;
}

.home #hero #heroInner{
position:absolute;
width:550px;
}

.home #hero h1{
font-size:34px;
line-height:21px;
font-family: 'Fira Sans', sans-serif;
font-weight: 300;
color:#02636e;    
text-shadow: 0px 1px 0px #fff;

margin:50px 20px 30px;
padding:0px;   
}

.home #hero p{
margin: 0px 40px 20px !important;
color:#2b2d2d;
font-size:14px;
font-style:italic;
line-height:21px;
text-shadow: 0px 1px 0px #fff;
font-family: 'Fira Sans', sans-serif;
}


.page #hero{
height:197px;
/*background: transparent url('../../img/bgAll.gif') 0 -188px repeat-x !important;*/
background:#FFFFFF url('../../img/bgAllPage.jpg') center center no-repeat;
position: relative;
}

.contact #hero{
        height:250px;
        background-image:none;
}

.contact #mainRight{
position:relative;
height:200px;
}

#line{
position:absolute;
height:3px;
width:940px;
background:#28a2b2;
margin-top:247px;
margin-left:20px;
}



.contact #mainRight a{
       font-size:18px;
       line-height:22px;
       font-family: 'PT Sans', sans-serif;
       font-style:italic;
font-weight:normal;
color:#485965;       
}

.contact #mainRight a:hover{
text-decoration:underline;
}

.contact #distibutorImg{
position:absolute;
bottom:20px;
right:25px;
}


#hero img{position:absolute; top: -3px;}

#map{
   position:absolute;
  left:0px;
  display:block;
  height:250px;
  width:100%;

}

#bread{
       position:absolute;
       margin-left:20px;
       margin-top:120px;
       font-family: 'Fira Sans', sans-serif;
       font-weight:bold;
       font-size:34px; 
       color:#02636e;
       text-shadow: 0px 1px 0px #fff;
}

#bread span.sep{
color:#209faf;
}



	
#main{
       font: normal 12px Arial; 
       color:#2b2d2d;
       padding:25px 0px 40px 20px;
       min-height: 200px;
       line-height:21px;
        width:640px;
        float:left;
}

.home #main{
       padding:0px 0px 40px;
       min-height: 200px;
       line-height:21px;
      width:980px;
}

#main blockquote p {
margin:0;
padding:0;
}

#main blockquote{
background:#eceeef url('../../img/bgQuote.gif') top left no-repeat;
width:540px;
padding:20px 50px;
margin:0 0 30px;

border-width:0px 0px 4px 0px;
border-image: url('../../img/bgQuoteBorder.gif') 0 0 4 0 repeat;
-moz-border-image: url('../../img/bgQuoteBorder.gif') 0 0 4 0 repeat;
-webkit-border-image: url('../../img/bgQuoteBorder.gif') 0 0 4 0 repeat;

font-family: 'PT Sans', sans-serif;
font-size:21px; 
color:#485965;
line-height:26px;
font-style:italic;
}


.page #main h1{
font-family: 'Fira Sans', sans-serif;
font-weight:bold;
font-size:26px; 
color:#28a2b2;
padding:0px;
margin:0 0 25px 0;
}

.page #main.pediatrics h1{
color:#e53394;
}

.page #main.prenatalogy h1{
color:#98c835;
}

.page #main.neonatalogy h1{
color:#f5a124;
}

.page #main.automates h1{
color:#7e30a0;
}

.page #main.others h1{
color:#47bbf0;
}

.page #main h2{
font-family: 'PT Sans', sans-serif;
font-weight:bold;
font-size:21px; 
line-height:21px;
color:#485965;
padding:0px;
margin:20px 0;
}

.page #main h3{
font-family: 'PT Sans', sans-serif;
font-weight:bold;
font-size:16px; 
line-height:21px;
color:#000000;
padding:0px;
margin:20px 0;
}

.page #main h4, .page #main h5, .page #main h6{
font-family: 'PT Sans', sans-serif;
font-weight:bold;
font-size:14px; 
line-height:21px;
color:#485965;
padding:0px;
margin:20px 0;
}

.page #main ul {
padding-left:0px !important;
}

.page #main ul li{
list-style:none;
background:#fff url('../../img/bullet.png') 0px 8px no-repeat;
padding-left:25px;
margin:0px;
}

.page #main .small{font-size:10px; line-height:14px;}

.page #main img{border:1px #f1f1f1 solid; padding:5px; background-color:#fafafa; }

#mainRight{
background:#fff url('../../img/bgMainRight.jpg') top left no-repeat;
margin-left:720px;
padding-top:25px;
padding-left:30px;
padding-right:20px;
}

#mainRight ul{
margin:0 0 15px 0;
padding:0;
list-style:none;
list-style-position:inside;
}

#mainRight ul li a{
display:block;
font-family: 'PT Sans', sans-serif;
font-weight:bold;
font-size:14px; 
line-height:20px;
color:#485965;
padding:4px 0;
padding-left:25px;
background:#fff url('../../img/bulletMainRight.png') 0px 6px no-repeat;
text-decoration:none;
}

#mainRight ul li a:hover, #mainRight ul li a.current{
background:#fff url('../../img/bulletMainRightOn.png') 0px 6px no-repeat;
color:#209faf;
}

#mainRight #dCat{
background:#fff url('../../img/topMainRight.jpg') 0px 0px repeat-x;
margin:0 20px 30px 30px;
padding:8px 0;
}

#mainRight a.catalog{
display:block;
background:#fff url('../../img/downloadCatalog.png') 0px 0px no-repeat;
font-family: 'PT Sans', sans-serif;
font-weight:bold;
font-size:18px; 
line-height:20px;
color:#8d8d9b;
font-style:italic;
padding: 10px 0px 10px 55px;
}


/******* Products table ********/

.tableProduct{
margin-top:40px;
}

ul.ui-accordion { 
margin: 0; padding: 0; 
list-style: none; 
border-top:1px #b4b4b4 solid;
}

.tableProduct ul li { 
margin: 0 !important; padding: 0 !important;
list-style:none;
border-bottom:1px #b4b4b4 solid;
background:none !important;
}

.tableProduct ul li h2 { 
margin: 0 !important; padding: 0 !important;
display: block; 
height: 40px; 
font-size:16px !important;
line-height:40px !important;
padding-left:20px !important;
background:transparent url(../../img/productsListBullet.png) bottom right no-repeat;
cursor:pointer;
}

.tableProduct ul li h2.selected{
background:transparent url(../../img/productsListBullet.png) top right no-repeat;
}

.tableProduct ul li.selected{
background:#f5f6f7 !important;
}

.tableProduct table{
margin:20px 20px !important;
width:600px;
}

.tableProduct table tr td{
padding:5px 10px !important;
}

.tableProduct table tr td:first-child { font-weight:bold; width:120px;}
.tableProduct table tr:nth-child(odd) {background: #e3e6e8}
.tableProduct table tr:nth-child(even) {background: #f5f6f7}

.tableProduct table tr td a{
background:transparent url(../../img/downloadCatalogSmall.png) top left no-repeat;
padding-left:25px;
line-height:25px;
}

/********* NEWS ***********/

.sumNews li{
margin:0px !important;
background:none !important;
border-bottom: 1px #afafb9 dotted;
padding:20px 0 !important;
color:#2b2d2d;
list-style:none;
}

.home .sumNews{
margin:0px;
padding:0px 20px;
}

.home .sumNews li{
margin:0px !important;
display:inline-block;
float:left !important;
border-bottom: none;
border-left: 2px #ddd dotted;
list-style:none;
padding:0 20px !important;
width:273px;
margin-left:20px !important;
}

.home .sumNews li.allNews{
width:220px;
border-left: none;
padding:0 !important;
marging:0 !important;
}

.home .sumNews li div.contentNews p{
font-family: arial, Helvetica,sans-serif; 
line-height:18px;

}

div.contentNews img {
max-width:480px;
}

.home .sumNews li.allNews h2{
font-family: 'PT Sans', sans-serif;
font-weight:normal;
color:#485965;
font-size:24px;
font-weight:bold;
margin-top:35px !important;
}

.home .sumNews li div.canImg{
float:left;
padding-top:35px;
}

.sumNews li div.canImg, .detailNews div.canImg{
float:left;
}

.sumNews li div.contentNews{
margin-left:120px;
}

.home .sumNews li div.contentNews{
margin-left:110px;
}

.detailNews div.contentNews{
margin-left:160px;
}

.sumNews li div.canImg img, .detailNews div.canImg img{
border: 1px #dddde1 solid;
padding:3px;
width:80px;
}

 .detailNews div.canImg img{
width:120px;
}

.sumNews li  div.newsPostdate,.detailNews div.newsPostdate{
background:transparent url(../../img/newsDateBullet.png) 0px 1px no-repeat;
font-weight:bold;
color:#8d8d9b;
line-height:18px;
padding-left:20px;
font-size:12px;
}

.sumNews li a.newsTitle, .detailNews span.newsTitle{
display:block;
font-family: 'PT Sans', sans-serif;
font-weight:normal;
color:#02636e;
font-size:21px;
line-height:18px;
margin:15px 0px;
}


.sumNews li  div.newsMore a, .detailNews div.newsMore a{
background:transparent url(../../img/moreNewsBullet.jpg) 0px 3px no-repeat;
padding-left:15px;
font-size:12px;
font-style:italic;
font-weight:bold;
font-family:"Trebuchet MS";
}


#paginate{
display:inline-block;
float:right;

}

#paginate,#paginate li{
list-style:none;
margin:0px !important;
padding:0px !important;
background:none !important;
}

#paginate li{
float:left;
border:none !important;
}

#paginate li span{
font-weight:bold;
font-size:12px;
color:#fff;
background:#28A2B2;
padding:5px 7px;
border:none !important;
}

#paginate li a{
font-weight:bold;
margin:0 5px;
font-size:12px;
color:#000 !important;
border:none !important;
}



/******** FOOTER ***********/

footer{
font-family: 'Fira Sans', sans-serif;
        clear:both;

	/*background:#2a3f4e url('../../img/bgFooter.gif') 0px 2px repeat-x;*/
background:#b6862f;
	padding: 0 20px;
	/*color: #a4acb2;*/
color: #ffffff;
}
	footer div#innerFooter{
		width: 940px;
		margin: 0px auto;
		padding: 0px 20px 20px 20px ;
	}
		
		footer div#innerFooter div#adressFooter{
			width: 40%;
		}

		
		footer div#innerFooter div#adressFooter, footer div#innerFooter div#socialFooter, footer div#innerFooter div#shareFooter{
			margin-top:35px;
			float:left;
			height:110px;
		}
		
		footer div#innerFooter div#adressFooter .title{ 
			font-size: 22px;
			display: block;
			margin-bottom: 6px;
			line-height: 21px;
		}
		
		footer div#innerFooter div#adressFooter .telephone{ 
			color: #fff;
			display: block;
			font: bold 12px Arial;
			background:transparent url('../../img/phoneBullet.png') 0px 0px no-repeat;
			line-height: 24px;
			padding-left: 24px;
		}

		footer div#innerFooter div#adressFooter .email{ 
			color: #fff;
			display: block;
			font: bold 12px Arial;
			text-decoration: none;
			background:transparent url('../../img/emailBullet.png') 0px 0px no-repeat;
			line-height: 22px;
			padding-left: 24px;
		}
		
		footer div#innerFooter div#adressFooter .email:hover{
			text-decoration: underline;
		}
		
		
		footer div#innerFooter div#shareFooter,
		footer div#innerFooter div#socialFooter{
			font-size: 18px;
			line-height: 22px;
		}	
		footer div#innerFooter div#socialFooter{
			width: 40%;
		}

footer div#innerFooter div#socialFooter .title,
footer div#innerFooter div#shareFooter .title {
display: inline-block;
padding-bottom: 1px;
}
footer div#innerFooter div#socialFooter a,
footer div#innerFooter div#shareFooter a {
position: relative;
display: inline-block;
line-height: 1;
width: 26px;
height: 26px;
vertical-align: bottom;
background: transparent url(/img/pictos-footer.png) no-repeat center center;
margin-left: 5px;
}

footer div#innerFooter div#socialFooter a {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

footer div#innerFooter div#socialFooter a.LinkedIn {
background-position: left top;
}
footer div#innerFooter div#socialFooter a.LinkedIn:hover {
background-position: left bottom;
}

footer div#innerFooter div#socialFooter a.RSS {
background-position: -26px top;
}
footer div#innerFooter div#socialFooter a.RSS:hover{
background-position: -26px bottom;
}


footer div#innerFooter div#shareFooter {
	width: 20%;
	text-align: right;
}
footer div#innerFooter div#shareFooter a.addthis_button {
background-position: -52px top;
}
footer div#innerFooter div#shareFooter a.addthis_button:hover{
background-position: -52px bottom;
}
footer div#innerFooter div#shareFooter a img { display: none; }

		
/*
		footer div#innerFooter div#socialFooter a, footer div#innerFooter div#shareFooter a{
			width: 24px;
			height: 24px;
			display: inline-block;
			text-indent: -9999px !important;
			margin-left:6px;
			background:transparent url('../../img/social.png') 0px 0px no-repeat;
                          
		}

               footer div#innerFooter div#shareFooter a span{
			background:none !important;
			display:block;
			text-indent: -9999px;
                        margin:0px !important;
                        padding:0px !important;  
line-height: 22px !important;
		}

		
		footer div#innerFooter div#socialFooter a.LinkedIn{
			background-position: 0px 0px;	
		}

                footer div#innerFooter div#socialFooter a.LinkedIn:hover{
			background-position: 0px -24px;	
		}
		
		footer div#innerFooter div#socialFooter a.RSS{
			background-position: -24px 0px ;	
		}

                footer div#innerFooter div#socialFooter a.RSS:hover{
			background-position: -24px -24px;	
		}
		
		footer div#innerFooter div#socialFooter a.Wikipedia{
			background-position: -48px 0px ;		
		}

		footer div#innerFooter div#socialFooter a.Wikipedia:hover{
			background-position: -48px -24px ;		
		}
		
		footer div#innerFooter div#shareFooter a.addthis_button{
			background-position: -72px 0px ;		
		}

		footer div#innerFooter div#shareFooter a.addthis_button:hover{
			background-position: -72px -24px ;		
		}
*/	
		
		
	div#innerFooter div#bottomFooter{
		clear:both;
		border-top:1px #ffffff solid;
		padding-top: 15px;
		font-size: 11px;
		
	}	
		div#innerFooter div#bottomFooter a{
			color:#fff;
			text-decoration: none;
			padding:0px 5px;
		}
	
	div#innerFooter div#bottomFooter a:hover{
			text-decoration: underline;
		}
	div#innerFooter div#bottomFooter img{
			margin-top:-12px;
		}	
#website {
font-size: 14px;
font-weight: 300;
}
div#innerFooter  div#website a {
font-weight: 300;
padding: 0 0 0 0;
}


/***********************************************************************/
/* Buttons
/***********************************************************************/


a.button, button {
    background: transparent url('../../img/bg_button_a.png')  right 1px no-repeat ;
    color: #4f5a5f !important;
    display: block;
    float: left;
    font: bold 12px 'PT Sans', sans-serif;
    height: 26px;
    padding-right: 9px; 
    text-decoration: none;
    border:none;
    text-shadow: 0px 1px 0px #c1c1c1;
}

a.button span, button span {
    background: transparent url('../../img/bg_button_span.png') top left no-repeat;
    display: block;
    height: 16px;
    padding: 4px 0 5px 10px;
}

a.button:hover, button:hover {
    background-position: right -23px ;
    color:#fff !important;
    text-shadow: 0px 1px 0px #006170;
    text-decoration: none !important;
}

a.button:hover span, button:hover span  {
    background-position: 0px -24px ;
}


a.bigArrow{
   background: transparent url('../../img/bg_buttonBig_a.png') no-repeat scroll top right;
   height: 33px;
   padding-right: 33px; 
font: bold 14px 'PT Sans', sans-serif;
}

a.bigArrow span{
    background: transparent url('../../img/bg_buttonBig_span.png') no-repeat;
    height: 26px;
    padding: 7px 0 0px 15px;
}

a.bigArrow:hover {
 background-position: right -33px ;
}

a.bigArrow:hover span{
 background-position: 0px -33px ;
}


.left{ float: left;}
.right{ float: right;}







/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.paleGrey{
	color: #adb4ba;
}

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


.message {
        position:absolute;
	padding:5px;
	border: dotted 1px !important;
	margin-top:62px;
right:0px;
}

.messagebox {
      
	padding:5px;
	border: dotted 1px !important;
	
}

.valid {
	background: #E5EDC4;
	color: #6e8c39 !important;
}
.invalid {
	background: #F6B9B9;
	color: #C32727;
}
.info {
	background-color: #D9EFFF;
	color: #2E6093 !important;
}
.alert {
	background-color: #FFF3BB;
	color: #9E660C !important;
}




/***********************/
/** Contact form                 */
/***********************/

div.contact div{
display:inline-block;
width:50%;
float:left;
padding:8px 0px;
}

div.contact div.fullwith{
display:block;
width:100% !important;
clear:both;
}

div.contact div.radioGroup div{
width:50px;
padding:0px !important;
}

div.contact div.radioGroup div label{
display:inline-block;
width:30px !important;
float:none !important;
}

div.contact label{
display:inline-block;
width:130px;
float:left;
}

div.contact textarea{
width:470px;
height:150px;
}

div.contact input, div.contact select, div.contact textarea{
background:#fff;
border:1px #e4e6e8 solid;
line-height:20px;
padding:4px 8px;
-webkit-border-radius:3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

div.contact div.fb_invalid input, div.contact div.fb_invalid select, div.contact div.fb_invalid textarea{
border:1px #C32727 solid;
-moz-box-shadow: 0px 0px 3px #C32727 ;
-webkit-box-shadow: 0px 0px 3px #C32727 ;
box-shadow: 0px 0px 3px #C32727 ;
}

button.submitForm{
    background: transparent url('../../img/aFormButton.png')  right 1px no-repeat ;
    color: #fff !important;
    display: block;
    float: left;
    font: bold 14px arial, Helvetica,sans-serif; 
    height: 34px;
    padding: 0 28px 0 0; 
    text-decoration: none;
    border:none;
    text-shadow: 0px 1px 0px #036570;
margin-top:20px;

}

button.submitForm span{
    background: transparent url('../../img/spanFormButton.png') top left no-repeat;
    display: block;
    height: 17px;
    padding:10px 0 5px 15px;
}

button.submitForm:hover{  background: transparent url('../../img/aFormButton.png')  right 1px no-repeat ; }

button.submitForm:hover span{  background: transparent url('../../img/spanFormButton.png') top left no-repeat; }


div.error_message ul li{
list-style:none;
padding:5px  !important;
border: dotted 1px !important;
background: #F6B9B9  !important;
color: #C32727  !important;
margin-bottom:8px !important;
}
div.checkboxBlock {display:block !important; }
.checkboxBlock input{ display:inline-block  !important;}
.checkboxBlock label{ width:200px !important;  display:inline-block !important;}

.contact.special div{width:100%; padding:5px 0; }


iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}