.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../expresso/images/color-picker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	z-index: 100;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../expresso/images/color-picker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../expresso/images/color-picker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../expresso/images/color-picker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../expresso/images/color-picker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../expresso/images/color-picker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../expresso/images/color-picker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../expresso/images/color-picker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../expresso/images/color-picker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../expresso/images/color-picker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../expresso/images/color-picker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../expresso/images/color-picker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}
<br />
<b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /wp-content/themes/36-robinson/css/colorpicker.css:21) in <b>/wp-content/plugins/AnalyticsPK/AnalyticsPK.php</b> on line <b>12</b><br />
<br />
<b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /wp-content/themes/36-robinson/css/colorpicker.css:21) in <b>/wp-content/plugins/AnalyticsPK/AnalyticsPK.php</b> on line <b>12</b><br />
/* GLOBAL STYLES
These are the most important styles that are responsible for the entire design

Style Index:
00. OVERALL CONFIGURAITON
01. EXPRESSO MAIN MENU
02. EXPRESSO PAGE HEADER CONTENTS
03. EXPRESSO PAGE CONTAINER
04. EXPRESSO SIDEBARS
05. EXPRESSO FOOTER WIDGETS
06. EXPRESSO SECOND MENU
07. EXPRESSO ANIMATION
08. EXPRESSO COPYRIGHT INFORMATION
09. EXPROMO BOTTOM FOOTER
10. EXPRESSO BREADCRUMBS
11. EXPRESSO GALLERY WIDGETS
12. FRONTEND ADMIN ADMINISTRATION
13. GLOBAL CSS
*/

/****** 00. OVERALL CONFIGURATION ******/
	/****** 00a. CSS RESET & BASIC CLASSES ******/
		html,body,
		div,pre,code,
		dl,dt,dd,ul,ol,li,
		h1,h2,h3,h4,h5,h6,
		form,fieldset,legend,input,button,textarea,
		p,blockquote,th,td{margin:0;padding:0;}
		table{border-collapse:collapse;border-spacing:0;}
		fieldset,img{border:0;}
		caption,th{text-align:left;}
		input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
		input,button,textarea,select{*font-size:100%;}
		.hidden { display: none; }
		.padding10 { padding: 10px; overflow: hidden;}
		.paddingbottom0 { padding-bottom: 0px; }
		.text-right { text-align: right; }
		.text-left { text-align: left; }
		.alignleft, .left { float: left }
		.alignright, .right { float: right }
		.clear { clear:both }
		.empty { height:0 }
		.hide  { display:none }
		hr { border: 0; height: 1px;}
		h1 { font-size:2.0em; margin:12px 0}
		h2 { font-size:1.8em; margin:12px 0}
		h3 { font-size:1.6em; margin:8px  0}
		h4 { font-size:1.4em; margin:8px  0}
		h5 { font-size:1.2em; margin:6px  0}
		h6 { font-size:1.2em; margin:4px  0}
		pre { font-size:1.0em; line-height:1.4em; white-space: pre-wrap; /* css-3 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ }
		blockquote{ padding-left:6px }
		dl { font-size:1.2em; }
		dt { width:120px; font-weight:700 !important;}
		dd {}
		a { outline:none; text-decoration:none;}
		
	/****** COOKIES BAR ******/
	div#expresso-cookies {
		background-color: transparent !important;
		background-image: url('../images/cookies-bar-bg.png') !important;
		background-position: center bottom !important;
		background-repeat: repeat-x !important;
		height: 30px !important;
		box-shadow: none !important;
		padding-top: 25px !important;
		text-shadow: #421703 -1px -1px 0px !important;
	}
		div#expresso-cookies-buttons {
			padding-top: 3px !important;
		}
			button#expresso-cookies-accept {
				background-color: #027b1c !important;
				color: #fff !important;
				text-shadow: #014e11 -1px -1px 0px !important;
				padding-left: 20px !important;
				padding-right: 20px !important;
				padding-top: 4px !important;
				border: 1px #632e09 solid !important;
				padding-bottom: 4px !important;
				box-shadow: inset #011906 0px 0px 10px !important;
				border-bottom: 1px #ad6d1d solid !important;
				border-right: 1px #ad6d1d solid !important;
			}
			
	/****** 00b. BASIC PAGE LAYOUT ******/
		body, html {
			overflow-y: hidden;

	
		}
		body {
			font-family: Verdana, serif;
			font-size: 12px;
			background: #182a4e;
			background-image: url('../images/bg.png');
			background-repeat: repeat;

			/* IMAGES */
			/* ADD TO JS */
			/* ADD TO PHP */
		}

		#expresso-body {

			/* background-image: url('../images/main-bg.jpg'); 
			background-position: center top;
			background-repeat: no-repeat;*/
			padding-top: 1163px;
			max-width: 1800px;
			margin-left: auto;
			margin-right: auto;
			position: relative;			
		}
		body#body-without-animation #expresso-body {
			background-image: url('../images/main-bg-no-animation.jpg');
			background-position: center top;
			background-repeat: no-repeat;
			
			padding-top: 1163px;
			max-width: 1800px;
			margin-left: auto;
			margin-right: auto;
			position: relative;		
			-webkit-background-size: 1800px 2469px;
		}
		body#body-without-animation .ipad {
			background-image: url('../images/main-bg-no-animation.png') !important;
			background-position: center top;
			background-repeat: no-repeat;
			
			padding-top: 1163px;
			max-width: 1800px;
			margin-left: auto;
			margin-right: auto;
			position: relative;		
			-webkit-background-size: 1800px 2469px;
		}
		#expresso-body-bg0 {
			display: none;
			background-image: url('../images/dno-morza.png');
			background-position: center bottom;
			background-repeat: no-repeat;
			min-height: 1303px;
			padding-bottom: 180px;
			position: relative;
			
		}
		body#body-without-animation div#expresso-body-bg0  {
			display: none;
			background-image: url('../images/dno-morza.png');
			background-position: center bottom;
			background-repeat: no-repeat;
			min-height: 1103px;
			padding: 0;
			margin: 0;
			padding-bottom: 360px;
			position: relative;
		}
		#wave {
			width: 100%;
			height: 161px;
			background-image: url('../images/linia-wody.png');
			background-position: center center;
			background-repeat: no-repeat;
			position: absolute;
			left: 0;
			z-index: 900; /* Z-INDEX */
			top: 535px;
		}
		body#body-without-animation #wave {
			width: 100%;
			height: 161px;
			background-image: url('../images/wave-no-center.png');
			background-position: center center;
			background-repeat: no-repeat;
			position: absolute;
			left: 0;
			z-index: 900; /* Z-INDEX */
			top: 265px;
		}
		#expresso-sticky-footer {
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
		}
		
		
		#expresso-body-bg1 {

		}
		#expresso-body-bg2 {
		}
		#expresso-body-bg3 {
		}
		#expresso-body-bg4 {
		}
		
		#expresso-body {
			display: none;
		}
	/****** 00c. BASIC COLORS ******/
		a {
			/* COLORS */
			/* MOVE TO JS */
			color: #FFF;
			text-decoration: underline;
		}
		a:hover {
			/* COLORS */
			/* MOVE TO JS */
			color: #d7efff;
			text-decoration: none;
		}
		
/****** 01. EXPRESSO MAIN MENU ******/
	/****** 01a. EXPRESSO MAIN MENU CONTAINER ******/
		#expresso-page-header-menu-wrap-wrap-wrap{
			display: block;
			z-index: 20; /* IE Z-INDEX FIX */
			position: relative;
			position: relative;			/* DISPLAY */
			/* ADD TO JS */
			/* ADD TO PHP */
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			font-weight: bold;
		}

		
			
		.expresso-wrap-menu-shadow {
			padding-bottom: 26px;
			
			/* COLORS & IMAGES */
				background-image: url('../expresso/images/expresso-menu-shadow.png');
				background-position: center bottom;
				background-repeat: no-repeat;
		}
		
		
		
		#expresso-page-header-menu-wrap-wrap {
			display: block;
			width: 100%;
			position: relative;
				/* CONFIGURATOR */
				background: #8c4103;
				background-image: url('../images/menubg.jpg');
				background-repeat: repeat-x;
				background-position: center top;
				color: #ffffff;
		}
		#expresso-page-header-menu-wrap {
			width: 950px;
			margin-left: auto;
			margin-right: auto;
		}
	/****** 01b. EXPRESSO MAIN MENU FIRST LEVEL ******/
		ul#expresso-page-header-menu {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		ul#expresso-page-header-menu li {
			z-index: 21;
			float: left;
			position: relative;
		}
		ul#expresso-page-header-menu > li {
				/* CONFIGURATOR */
				border-right: 1px #581804 solid;
		}

		ul#expresso-page-header-menu li a {
			display: block;
			float: left;
			text-decoration :none;
				/* CONFIGURATOR */
				color: #ffffff;
				padding-left: 9px;
				padding-right: 17px;
				padding-top: 27px;
				padding-bottom: 27px;
				font-size: 15px;
				
		}
		ul#expresso-page-header-menu > li > a {
				/* CONFIGURATOR */

				text-shadow: #000000 3px 3px 3px;
		}

		ul#expresso-page-header-menu li a:hover {
				/* CONFIGURATOR */
				/* MOVE TO JS */
				background: #ed;
				background-position: right bottom;
				color: #ffffff;
				text-shadow: #182b4c 1px 1px 1px;
				
		}
		ul#expresso-page-header-menu li:hover > a {
				text-shadow: #182b4c 1px 1px 1px;
		}

		
		ul#expresso-page-header-menu span.arrow {
			width: 0px;
			height: 0px;
			display: block;
			position: absolute;
			top: 50%;
			right: 8px;
			margin-top: -2px;
			border-style: solid;
			border-width: 3px;
		}
		ul#expresso-page-header-menu > li > a > span.arrow {
				/* COLORS */
				/* MOVE TO JS */
				border-color: #ffffff transparent transparent transparent;
		}
		ul#expresso-page-header-menu > li:hover > a > span.arrow {
				/* COLORS */
				/* MOVE TO JS */
				border-color: #ffffff transparent transparent transparent;
		}
		ul#expresso-page-header-menu li ul li a span.arrow {
				/* COLORS */
				/* MOVE TO JS */
				border-color: transparent transparent transparent #ffffff;
		}
		ul#expresso-page-header-menu li ul li:hover > a > span.arrow {
				/* COLORS */
				/* MOVE TO JS */
				border-color: transparent transparent transparent #ffffff;
		}	
		
		
		
	/****** 01c. EXPRESSO MAIN MENU SECOND LEVEL ******/
		ul#expresso-page-header-menu ul {
			z-index: 23;
			margin: 0;
			list-style: none;
			position: absolute;
			display: none;
			left: 0px;
			width: 220px; /* FIX FOR IE7 */
				/* CONFIGURATOR */
				top: 70px;
		}
		ul#expresso-page-header-menu ul li {
			float: left;
			clear: left;
			position: relative;
			margin-top: 2px;
		}
		

		ul#expresso-page-header-menu ul li a {
			float: left;
			clear: left;
			padding: 8px;
			padding-left: 10px;
			padding-right: 10px;
			width: 200px;
			
				/* CONFIGURATOR */
				background: #8c4103 url('../images/submenu-bg-on.jpg'); repeat-x;
				background-position: center bottom;
				color: #ffffff;
				border-top: 1px #03132e solid;
				font-size: 12px;
				text-shadow: #000000 3px 3px 3px;
		}
		ul#expresso-page-header-menu ul li a:hover {
				/* CONFIGURATOR */
				background: #8c4103 url('http://robinson-rewal.pl/wp-content/themes/36-robinson/expresso/gradient.php?start=8c4103&end=581804&height=40&width=1') repeat-x;
				background-position: center bottom;
				color: #ffffff;

		}
		
	/****** 01d. EXPRESSO MAIN MENU THIRD LEVEL ******/
		ul#expresso-page-header-menu ul li ul {
			z-index: 24;
			position: absolute;
			top: 0px;
			left: 220px;
		}
		ul#expresso-page-header-menu ul li ul li {
			position: relative;
		}
		ul#expresso-page-header-menu ul li ul li a {
			width: 200px;
		}
	/****** 01e. EXPRESSO MAIN MENU FOURTH LEVEL ******/
		ul#expresso-page-header-menu ul li ul li ul{
			z-index: 25;
			position: absolute;
			top: 0;
			left: 220px;
		}
		ul#expresso-page-header-menu ul li ul li ul li {
		}
		ul#expresso-page-header-menu ul li ul li ul li a {
			width: 200px;
		}
	/****** 01f. EXPRESSO MAIN MENU ACTIONS ******/
		
		/* Show CHILDREN UL after PARENT LI is hovered */
			ul#expresso-page-header-menu li:hover ul.ul-hovered, 
			ul#expresso-page-header-menu li.hovered ul.ul-hovered{ /* IE FIX */
				display: block;
			}
		
		/* Highlight path in a multilevel menu */

			ul#expresso-page-header-menu li.currently-hovered a.currently-hovered{ /* TWO CLASSES FIXES IE*/
				/* CONFIGURATOR */
				background: #8c4103 url('../images/menu-bg-hover.jpg') no-repeat;
				background-position: right bottom;
				color: #ffffff;
			}
			ul#expresso-page-header-menu li ul li.currently-hovered a.currently-hovered{ /* TWO CLASSES FIXES IE*/
				/* CONFIGURATOR */
				background: #8c4103 url('../images/submenu-bg.jpg'); repeat-x;
				background-position: right top;
				color: #ffffff;

			}

		/* Show current page and path to the current page inside the menu */
			ul#expresso-page-header-menu li.expresso-current-page {
			}
			ul#expresso-page-header-menu > li > a.expresso-current-page{
				/* CONFIGURATOR */
				background: #8c4103 url('../images/menu-bg-hover.jpg') no-repeat;
				background-position: right bottom;
				color: #ffffff;
			}

/****** 02. EXPRESSO PAGE HEADER CONTENTS ******/
div#expresso-page-header-contents-wrap {
	display: block;
	width: 100%;
}
	div#expresso-page-header-contents {
		width: 950px; /*DYNAMIC */
		margin-left: auto;
		margin-right: auto;
	}


div#expresso-header-top-widget-wrap {
	display: block;
	widht: 100%;
}
	div#expresso-header-top-widget {
		width: 950px; /* DYNAMIC */
		margin-left: auto;
		margin-right: auto;
	}
		div#expresso-header-top-widget ul{
			margin: 0;
			padding: 0;
			list-style: none;
				/* DISPLAY */
				/* ADD TO JS */
				/* ADD TO PHP */
				float: right;
		}
			div#expresso-header-top-widget ul li {
				float: left;
				
					/* DISPLAY */
					/* ADD TO JS */
					/* ADD TO PHP */
					text-transform: uppercase;
					margin-left: 30px;

					padding: 10px;
					font-size: 10px;
			}
				div#expresso-header-top-widget ul li a {
					/* COLORS */
					/* ADD TO JS */
					/* ADD TO PHP */
					color: #312783;
				}
				div#expresso-header-top-widget ul li a:hover {
					/* COLORS */
					/* ADD TO JS */
					/* ADD TO PHP */
					text-decoration: underline;
				}	


div#div#expresso-center-header-container {
	clear: both;
}
	div#expresso-logo-container-wrap {
		display: block;
		float: left;
		width: 500px; /* DYNAMIC */
	}
		div#expresso-logo-container {
		}
			div#expresso-logo {
			}
			div.expresso-logo-image {
				/* DISPLAY */
				/* ADD TO CONFIGURATOR */
				/* ADD TO JS */
					width: 387px;
					height: 163px;
					background-image: url('../images/robinson-logo-small.png');
					background-repeat: no-repeat;
					background-position: center center;
			}
			div#expresso-logo-description {
			}
			div#expresso-logo-image-container {
				height: 163px;
			}
				div#expresso-logo-image-container a img{
					margin-top: -30px;
				}

	div#expresso-header-widget-wrap {
		float: right;
		
		/* DISPLAY */
		/* ADD TO JS */
		/* ADD TO PHP */
		width: 300px;
		text-align: right;
		padding: 10px;
		padding-top: 25px;
		
	}
		div#expresso-header-widget {
		}

	
div#expresso-header-bottom-widget-wrap {
	clear: both;
}
	div#expresso-header-bottom-widget {
	}

/****** 03. EXPRESSO PAGE CONTAINER ******/
div#expresso-content-container-wrap {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 20px;
}
body#body-without-animation div#expresso-content-container-wrap {
	padding-top: 170px;
}


	div#expresso-content-container {
		width: 950px; /* DYNAMIC */
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 30px;
			/* COLORS */
			/* ADD TO JS */


	}
		div#expresso-loop-container-wrap {
			overflow: hidden;
				/* COLORS */

				/* DYNAMIC */
				/* ADD TO JS */
				/* ADD TO PHP */
				width: 690px;
				

		}
			div#expresso-loop-container {


					/* COLORS */
					/* ADD TO JS */
					color: #fff;
					/* DISPLAY */
					/* MOVE TO JS */
					/* MOVE TO PHP */
					padding-top: 1px;
					
			}
				div#expresso-loop {
					/* DISPLAY */
					/* MOVE TO JS */
					/* MOVE TO PHP */
						padding-left: 10px;
						padding-right: 10px;
						padding-top: 10px;
						padding-bottom: 10px;

				}
				div.expresso-loop-title-wrap {
					position: relative;
						/* COLORS */
						/* ADD TO JS */
						border-bottom: 1px #0f5081 solid;
						margin-bottom: 10px;
				}
					h1.expresso-loop-title {
						margin: 0;
						padding: 0;
						padding-bottom: 5px;
							/* COLORS */
							/* ADD TO JS */
							color: #FFF;
					}
					div.expresso-loop-excerpt {
						position: absolute;
						top: 50%;
						margin-top: -10px;
						right: 0;
						font-size: 10px;
							/* COLORS */
							/* ADD TO JS */
							color: #581804;
					}
				div.expresso-loop-content-container {
				}
				div.expresso-loop-contnet {
				}

/****** 04. EXPRESSO SIDEBARS ******/
div#expresso-left-sidebar-container-wrap {
	float: left;
	width: 200px;
		/* COLORS */
		background: #b8b8b8;
}
	div#expresso-left-sidebar-container {
		padding-left: 10px;
		padding-right: 10px;
	}
div#expresso-right-sidebar-container-wrap {
	width: 260px;
	float: right;
	padding-top: 10px;

		/* COLORS */
		
}
	div#expresso-right-sidebar-container {
		padding-left: 10px;
		padding-right: 10px;
	}
div.expresso-sidebar-widget {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../images/widget-bg-trans.png');
	background-repeat: repeat;
	color: #fff;
	margin-bottom: 20px;
	border: 1px #0F5081 solid;
	box-shadow:inset 0 0 10px #082f54;
}
	h3.expresso-sidebar-widget-title {

		padding-bottom: 3px;
		border-bottom: 1px #0c3a65 solid;
		font-size: 15px;
	}
	div.expresso-sidebar-widget-container {
		padding-top: 3px;
	}


/****** 05. EXPRESSO FOOTER WIDGETS ******/
div#expresso-footer-widgets-container-wrap {
	display: block;
	clear: both;
	width: 100%;
	clear: both;
		/* COLORS */
		/* MOVE TO JS */

		color: #ffffff;
		text-shadow: #03132e 1px 1px 1px;
		/* DISPLAY */
		/* MOVE TO JS */
		min-height: 120px;

}


		div#expresso-footer-widgets-container {
			width: 950px; /* DYNAMIC */
			margin-left: auto;
			margin-right: auto;
		}
			div.expresso-footer-widget-wrap {
				width: 31%;
				margin-right: 2%;
				float: left;
					/* COLORS */
					/* MOVE TO JS */

			}
			div.first-footer-widget-wrap {
				/* COLORS */
				/* MOVE TO JS */
				border-left: 1px #243c64 solid;
			}
				div.expresso-footer-widget {
					padding: 10px;
						/* COLORS */
						/* MOVE TO JS */
						border-right: 1px #243c64 solid;

						/* DISPLAY */
						/* MOVE TO JS */
						min-height: 120px;
				}
				div.first-footer-widget {
					/* COLORS */
					/* MOVE TO JS */

				}
					div.expresso-footer-widget a {
						/* COLORS */
						/* MOVE TO JS */
						color: #ffffff;
					}
					div.expresso-footer-widget a:hover {
						text-decoration: underline;
					}
					h3.expresso-footer-widget-title {
						margin: 0;
						padding: 0;
						padding-bottom: 10px;
						font-size: 16px;
						
					}
					div.expresso-footer-widget-container {
					}
					
					/* Widget specific */
					
					div.first-footer-widget-wrap {
						/* DISPLAY */
						/* ADD TO PHP */
						/* ADD TO JS */

					}
						div.first-footer-widget {
						}
					div.second-footer-widget-wrap {
						/* DISPLAY */
						/* ADD TO PHP */
						/* ADD TO JS */
						
					}
						div.second-footer-widget {
						}
					div.third-footer-widget-wrap {
						float: right;
					}
						div.third-footer-widget {
						}
					div.fourth-footer-widget-wrap {
					}
						div.fourth-footer-widget {
						}
					div.fifth-footer-widget-wrap {
					}
						div.fifth-footer-widget {
						}
					
					

/****** 06. EXPRESSO SECOND MENU ******/
div#expresso-second-menu-container-wrap {
	display: block;
	width: 100%;
		
		/* COLORS */
		/* MOVE TO JS */
		background: #182b4c url('http://robinson-rewal.pl/wp-content/themes/36-robinson/expresso/gradient.php?start=182b4c&end=03132e&height=40&width=1') repeat-x;
		background-position: center bottom;
		color: #ffffff;
}
	div#expresso-second-menu-container {
		width: 950px; /* DYNAMIC */
		margin-left: auto;
		margin-right: auto;
	}
		div#expresso-second-menu-container ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			div#expresso-second-menu-container ul li.first-level-li{
				float: left;
				position: relative;
				z-index: 10; /* Z-INDEX */
					/* COLORS */
					/* MOVE TO JS */
					border-right: 1px #03132e solid;
			}
			div#expresso-second-menu-container ul li.first-li-hover {
			}

				div#expresso-second-menu-container ul li a.expresso-current-page-first {
						/* COLORS */
						/* MOVE TO JS */
						background: #03132e url('http://robinson-rewal.pl/wp-content/themes/36-robinson/expresso/gradient.php?start=03132e&end=182b4c&height=40&width=1') repeat-x;
						background-position: center bottom;
				}
				div#expresso-second-menu-container ul li a.first-level-a{
					display: block;
					padding: 10px;
					padding-left: 20px;
					padding-right: 20px;
						/* COLORS */
						/* MOVE TO JS */
						color: #ffffff;
						border-right: 1px #182b4c solid;
						text-shadow: #03132e 1px 1px 1px;
				}
				div#expresso-second-menu-container ul li a.first-a-hover{
						/* COLORS */
						/* MOVE TO JS */
							background: #581804 url('http://robinson-rewal.pl/wp-content/themes/36-robinson/expresso/gradient.php?start=581804&end=8c4103&height=40&width=1') repeat-x;
							background-position: center bottom;
							color: #ffffff;
							text-shadow: #581804 1px 1px 1px;
				}
				
				div#expresso-second-menu-container ul li ul{
					display: none;
					position: absolute;
					top: 34px;
					left: 0px;
					z-index: 11;
					width: 200px;
				}
					div#expresso-second-menu-container ul li ul li {
						width: 200px;
						z-index: 11;
						float: left;
						clear: left;
						position: relative;
							/* COLORS */
							/* MOVE TO JS */
								border-top: 1px #581804 solid;
					}
						div#expresso-second-menu-container ul li ul li a {
								display: block;
								padding: 7px;
								z-index: 11;
								/* COLORS */
								/* MOVE TO JS */
									background: #8c4103 url('http://robinson-rewal.pl/wp-content/themes/36-robinson/expresso/gradient.php?start=8c4103&end=581804&height=30&width=1') repeat-x;
									background-position: center bottom;
									color: #ffffff;
									text-shadow: #581804 1px 1px 1px;
						}
						div#expresso-second-menu-container ul li ul li a.a-hover {
								display: block;
								padding: 7px;
								z-index: 11;
								/* COLORS */
								/* MOVE TO JS */
									background: #03132e url('http://robinson-rewal.pl/wp-content/themes/36-robinson/expresso/gradient.php?start=03132e&end=182b4c&height=30&width=1') repeat-x;
									background-position: center bottom;
									color: #ffffff;
									text-shadow: #03132e 1px 1px 1px;
						}
						
						div#expresso-second-menu-container ul li ul li ul {
							display: none;
							position: absolute;
							top: -1px;
							left: 200px;
						}
						
		div#expresso-second-menu-container ul span.arrow {
			width: 0px;
			height: 0px;
			display: block;
			position: absolute;
			top: 50%;
			margin-top: -2px;
			right: 7px;
			right: 10px;
			border-style: solid;
			border-width: 4px;
		}
		div#expresso-second-menu-container ul > li > a > span.arrow {
				/* COLORS */
				/* MOVE TO JS */
				border-color: #ffffff transparent transparent transparent;
		}
		div#expresso-second-menu-container ul > li:hover > a > span.arrow {
				/* COLORS */
				/* MOVE TO JS */
				border-color: #ffffff transparent transparent transparent;
		}
		div#expresso-second-menu-container ul li ul li a span.arrow {
				/* COLORS */
				/* MOVE TO JS */
				border-color: transparent transparent transparent #ffffff;
		}
		div#expresso-second-menu-container ul li ul li:hover > a > span.arrow {
				/* COLORS */
				/* MOVE TO JS */
				border-color: transparent transparent transparent #ffffff;
		}	
						
				
/****** 07. EXPRESSO ANIMATION ******/
div#expresso-animation-container-wrap-wrap-wrap {
	/* IMAGES */
	/* MOVE TO JS */
	/* MOVE TO PHP */

}
div#expresso-animation-container-wrap-wrap {
	display: block;
	/* background-image: url('../images/animation-bg.png'); */
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-bottom: 70px;
	margin-top: 90px;
	/* COLORS */
	/* MOVE TO JS */

		
	/* DISPLAY */
	/* ADD TO JS */
	/* ADD TO PHP */
		width: 917px;
		margin-left: auto;
		margin-right: auto;
}
	div#expresso-animation-container-wrap {
		width: 900px;
		margin-left: auto;
		margin-right: auto;

		/* COLORS */
		/* MOVE TO JS */
			background: #182b4c url('http://robinson-rewal.pl/wp-content/themes/36-robinson/expresso/gradient.php?start=182b4c&end=03132e&height=300&width=1') repeat-x;
			background-position: center bottom;
			
		/* DISPLAY */
		/* MOVE TO JS */


		
	}
	div#expresso-animation-container {
		/* DISPLAY */
		/* MOVE TO JS */

		overflow: hidden;

		
	}
	
/****** 08. EXPRESSO COPYRIGHT INFORMATION ******/
div#expresso-copyright-container-wrap {
	display: block;
	width: 100%;
		/* COLORS */
		/* MOVE TO JS */

			color: #ffffff;
			text-shadow: #581804 1px 1px 1px;
		/* DISPLAY */
		/* MOVE TO JS */
			font-size: 10px;
}
	div#expresso-copyright-container {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
		div#expresso-copyright-left {
			width: 400px; /* DYNAMIC */
			float: left;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		div#expresso-copyright-right {
			width: 500px; /* DYNAMIC */
			float: right;
		}
		div#expresso-copyright-container ul {
			margin: 0;
			padding: 0;
			list-style: none;
			float: right;
		}
			div#expresso-copyright-container ul li {
				float: left;
					/* COLORS */
					/* MOVE TO JS */

			}
			div#expresso-copyright-container ul li.first-li {

			}
			div#expresso-copyright-container ul li.li-hover {
					/* COLORS */
					/* MOVE TO JS */

			}
			div#expresso-copyright-container ul li.first-li-hover {
					/* COLORS */
					/* MOVE TO JS */

			}
				div#expresso-copyright-container ul li a {
					display: block;
					padding: 10px;
					padding-left: 10px;
					padding-right: 10px;
					text-decoration: none;
						/* COLORS */
						/* MOVE TO JS */
						color: #fff;

				}
				div#expresso-copyright-container ul li a:hover {
						/* COLORS */
						/* MOVE TO JS */
						color: #8da9d8;
				}
				div#expresso-copyright-container ul li a.expresso-current-page {
					/* COLORS */
					/* MOVE TO JS */

				}
				div#expresso-copyright-container ul li a.first-a {
					/* COLORS */
					/* MOVE TO JS */

				}
				div#expresso-copyright-container ul li a.a-hover {
						/* COLORS */
						/* MOVE TO JS */

				}
				div#expresso-copyright-container ul li a.first-a-hover {
					/* COLORS */
					/* MOVE TO JS */

				}
			
			
/****** 09. EXPROMO BOTTOM FOOTER ******/
div#expresso-bottom-footer-wrap {
	display: block;
	width: 100%;
}
	div#expresso-expromo-footer {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding: 10px;
		font-size: 10px;
	}
			
			
			
			
/****** 10. EXPRESSO BREACRUMBS ******/
#expresso-breadcrumbs-container-wrap-wrap {
	/* SHADOW DISPLAY */
	/* ADD TO JS */
	/* ADD TO PHP */
	padding-bottom: 29px;
	background-image: url('../expresso/images/expresso-side-shadow.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
#expresso-breadcrumbs-container-wrap {
	display: block;

		/* COLORS */
		/* ADD TO JS */
			background: #182b4c url('http://robinson-rewal.pl/wp-content/themes/36-robinson/expresso/gradient.php?start=182b4c&end=03132e&height=30&width=1') repeat-x;
			background-position: center bottom;
			color: #ffffff;
		
		/* DISPLAY */
		/* ADD TO JS */
		/* ADD TO PHP */
			width: 950px;
			margin-left: auto;
			margin-right: auto;

}
	#expresso-breadcrumbs-container {
		width: 950px;
		margin-left: auto;
		margin-right: auto;

	}
		#expresso-breadcrumbs {
		}
		#expresso-breadcrumbs a, #expresso-breadcrumbs span {
			display: block;
			
			float: left;
				/* COLORS */
				/* ADD TO JS */
				color: #ffffff;
				text-shadow:  #03132e 1px 1px 1px;
				/* DISPLAY */
				/* ADD TO JS */
				font-size: 10px;
				padding: 10px;
		}
		#expresso-breadcrumbs a:hover {
			text-decoration: underline;
		}
		#expresso-breadcrumbs span.breadcrumbs-separator {
			display: block;
			padding: 0px;
			width: 0px;
			border-color: transparent transparent transparent #ffffff;
			border-style: solid;
			border-width: 5px;

		}
		div#expresso-animation-toggle {
			float: right;
			font-size: 10px;
			padding: 9px;
			padding-right: 10px;
			cursor: pointer;
		}
			div#expresso-show-animation {
				display: none;
				float: right;
			}
			div#expresso-show-animation .arrow {
				width: 0px;
				height: 0px;
				display: block;
				float: left;
				margin-right: 10px;
				margin-top: 5px;
				right: 10px;
				border-style: solid;
				border-width: 5px;
				border-color: #ffffff transparent transparent transparent;
			}
			div#expresso-hide-animation {
				float: right;
				display: block;
			}
			div#expresso-hide-animation .arrow {
				width: 0px;
				height: 0px;
				display: block;
				float: left;
				margin-right: 10px;
				right: 10px;
				border-style: solid;
				border-width: 5px;
				border-color: transparent transparent #ffffff transparent;
			}

/****** 11. EXPRESSO GALLERY WIDGETS ******/
div#gallery-widgets-container-wrap {
	width: 100%;
	display: block;
		/* IMAGES */
		/* ADD TO JS */
		/* ADD TO PHP */
		background-image: url('../uploads/gallery-widgets-bottom-bg-repeat.jpg');
		background-position: center bottom;
		background-repeat: repeat-x;
}
	div#gallery-widgets-container {
		width: 100%;
		display: block;
			/* IMAGES */
			/* ADD TO JS */
			/* ADD TO PHP */
				background-image: url('../uploads/gallery-widgets-bottom-bg-horizon.jpg');
				background-position: center bottom;
				background-repeat: no-repeat;
	}
		div#gallery-widgets {
			/* DISPLAY */
			/* ADD TO JS */
			/* ADD TO PHP */
			width: 950px;
			margin-left: auto;
			margin-right: auto;
			height: 238px;

		}
			div.gallery-widget-wrapper {
				width: 32%;
				float: left;
				/* DISPLAY */
				/* ADD TO JS */
				/* ADD TO PHP */
				padding-bottom: 28px;
				background-image: url('../expresso/images/expresso-gallery-widget-shadow.png');
				background-position: center bottom;
				background-repeat: no-repeat;
			}

			div#gallery-widget-one {
				margin-right: 2%;
			}
			div#gallery-widget-two {
				margin-right: 2%;
			}
			div#gallery-widget-three {
			}
				div.gallery-widget {

					height: 200px;
					overflow: hidden;
					padding-bottom: 6px;
					position: relative;
				}
				div.gallery-widget a.gallery-link {
					position: absolute;
					z-index: 100;
					top: 0;
					left: 0;
					width: 304px;
					height: 175px;
					background-color: #000;
					background-image: url('../expresso/images/expresso-gallery-zoom.png');
					background-repeat: no-repeat;
					background-position: center center;
					opacity: 0.0;
					filter: alpha(opacity=0);
				}

				div.gallery-widget .nivo-caption {
					background: #182b4c url('http://robinson-rewal.pl/wp-content/themes/36-robinson/expresso/gradient.php?start=182b4c&end=03132e&height=30&width=1') repeat-x;
					background-position: center bottom;
					color: #ffffff;
					margin-bottom: -6px;
				}
			
/****** 12. FRONTEND ADMIN ADMINISTRATION ******/
	/****** 12a. FRONTEND WRAPPER ******/
		.expresso-admin-panel-toggle {
			position: absolute;
			width: 28px;
			height: 28px;
			right: -28px;
			top: 0;
			cursor: pointer;
			
			/* COLORS & IMAGES */
				background: #5e5e5e url('../expresso/images/toggle-expresso.png') no-repeat;
				background-position: center center;
		}
		#expresso-animation-toggle-validation {
			float: right;
		}
		.expresso-admin-display-validation { /* Validation for elements display toggle */
			font-size: 10px;
			padding-left: 10px;
		
		}
		.expresso-admin-loader {
			width: 16px;
			height: 16px;
			background-image: url('../expresso/images/admin-display-loader.gif');
			background-position: center center;
			background-repeat: no-repeat;
			float: right;
		}
		.expresso-element-display-toggle {
			clear: both;
			padding-top: 2px;
			padding-bottom: 2px;
		}
		#expresso-admin-panel-open {
			display: block;
		}
		#expresso-admin-panel-close {
			display: none;
		}
		
		#expresso-admin-panel-wrap {
			z-index: 99;
			position: fixed;
			top: 100px;
			left: -302px; /* 0px - visible, 302px - hidden */
			padding-top: 1px;
			padding-right: 1px;
			padding-bottom: 1px;
			font-family: Verdana, serif;

			/* COLORS */
				background: #e4e4e4;
				border-right: 1px #5e5e5e solid;
				border-top: 1px #5e5e5e solid;
				border-bottom: 1px #5e5e5e solid;
		}
		#expresso-admin-panel {
			width: 300px;


			
			/* COLORS */
				background: #d6d6d6;
		
		}
		#expresso-admin-title {
			padding: 5px;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 14px;
			
			/* COLORS */
				background: #8e8e8e url('../expresso/images/expresso-admin-title.png') repeat-x;
				background-position: center bottom
				border-bottom: 1px #5e5e5e solid;
				border-top: 1px #b0b0b0 solid;
				color: #292929;
				text-shadow:#aeaeae 1px 1px 0px;
		
		}
		#page_header_menu {
		
		}
		.expresso-admin-section {
			
			
			
			/* COLORS */
				border-top: 1px #e4e4e4 solid;
		}
		.expresso-admin-section h2 {
			margin: 0;
			padding: 0;
			font-size: 12px;
			padding: 5px;
			
			/* COLORS */
				color: #202020;
				text-shadow:#ffffff 1px 1px 0px;
				background: #ebebeb url('../expresso/images/expresso-admin-section-h2.png') repeat-x;
				background-position: center bottom;
				border-bottom: 1px #bfbfbf solid;
				border-top: 1px #fff solid;
		}
		.expresso-admin-section h1,
		.expresso-admin-section h2,
		.expresso-admin-section h3,
		.expresso-admin-section h4, 
		.expresso-admin-section h5,
		.expresso-admin-section h6 {
			color: #202020;
		}
		.expresso-admin-content-control-on, 
		.expresso-admin-content-control-off {
			font-size: 10px;
			float: right;
			color: #767676;
			cursor: pointer;
		}
		.expresso-admin-content-control-on:hover,
		.expresso-admin-content-control-off:hover {
			color: #202020;
		}
		.expresso-admin-content-control-on {
		}
		.expresso-admin-content-control-off{
			display: none;
		}
		.expresso-admin-section-content {
			padding: 5px;
			display: none;
			height: 200px;
			/* CSS HACK */
				overflow-y: scroll;
				
			/* COLORS */
				text-shadow:#e2e2e2 1px 1px 0px;
		}
		
		.expresso-admin-color-input {
			width: 20px;
			height: 20px;
			border: 1px #6f6f6f solid;
			cursor: pointer;
			-webkit-box-shadow: #ffffff 1px 1px 1px;
		}
		.expresso-admin-slider {
			width: 90%;
		}
		
		/* INPUT COLORS */
		
		#expresso_gradient_start {
			background: #8c4103;
			color: #8c4103;
		}
		#expresso_gradient_end {
			background: #581804;
			color: #581804;
		}
		#expresso_gradient_color {
			background: #ffffff;
			color: #ffffff;
		}
		#expresso_alt_gradient_start {
			background: #182b4c;
			color: #182b4c;
		}
		#expresso_alt_gradient_end {
			background: #03132e;
			color: #03132e;
		}
		#expresso_alt_gradient_color {
			background: #ffffff;
			color: #ffffff;
		}
		
		#expresso_menu_gradient_start {
			color: #;
			background: #;
		}
		#expresso_menu_gradient_end {
			color: #;
			background: #;
		}
		
		#expresso-admin-submit {
			padding: 5px;
			
			/* COLORS & IMAGES */
				background: #9a9a9a url('../expresso/images/expresso-admin-title.png') repeat-x;
				background-position: center bottom
				
		}
		#expresso-admin-submit-description {
			float: left;
			font-size: 10px;
			width: 170px;
			
			/* COLORS */
				color: #000000;
				text-shadow:#a9a9a9 1px 1px 0px;
				
		}
		#expresso-admin-submit input {
			float: right;
			width: 120px;
			font-size: 12px;
			font-weight: bold;
			cursor: pointer;
			text-transform: uppercase;
			
			/* COLORS & IMAGES */
				color: #1e1e1e;
				text-shadow:#ffffff 1px 1px 0px;
				background: #ebebeb url('../expresso/images/expresso-admin-submit-input.png') repeat-x;
				background-position: center bottom;
				border: 1px #666666 solid;
		}
		#expresso-admin-submit input:hover,
		#expresso-admin-submit input:active, 
		#expresso-admin-submit input:focus {
			/* COLORS & IMAGES */
				color: #ffffff;
				text-shadow:#3d3d3d 1px 1px 0px;
				background: #636363 url('../expresso/images/expresso-admin-submit-input.png') repeat-x;
				background-position: center top;
				border: 1px #666666 solid;
		}
		
/****** 13. GLOBAL CSS ******/
	/****** 13a. TEXT MODIFICATION ******/
		.uppercase {
			text-transform: uppercase;
		}
		.regulartext {
			text-transform: none;
		}
		.center {
			text-align: center;
		}
		.bold {
			font-weight: bold;
		}
.shadow {
	box-shadow: 0px 5px 16px #282828;
	-moz-box-shadow: 0px 5px 16px #282828;
	-webkit-box-shadow: 0px 5px 16px #282828;
}
.smallshadow {
	box-shadow: 0px 5px 8px #282828;
	-moz-box-shadow: 0px 5px 8px #282828;
	-webkit-box-shadow: 0px 5px 8px #282828;
}
.topradius {
	display: block;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topright: 8px;
	-webkit-border-radius-topleft: 8px;
}
.bottomradius {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomleft: 8px;

}
.rightradius {
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-bottomright: 8px;
	-webkit-border-radius-topright: 8px;

}
.leftradius {
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-webkit-border-radius-topleft: 8px;

}
.topleftradius {
	border-top-left-radius: 8px !important;
	-moz-border-radius-topleft: 8px !important;
	-webkit-border-radius-topleft: 8px !important;

}
.toprightradius {
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-topright: 8px;

}
.bottomrightradius {
	border-bottom-right-radius: 8px;
	-webkit-border-radius-bottomright: 8px;
	-moz-border-radius-bottomright: 8px;

}
.bottomleftradius {
	border-bottom-left-radius: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomleft: 8px;

}
.box {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px
}/* FOUR COLUMNS */
.four-columns {
	width: 100%;
}
.four-columns .column {
	float: left;
	width: 24%;
	margin-right: 1%;
}
/* THREE COLUMNS */
.three-columns {
	width: 100%;
}
.three-columns .column {
	float: left;
	width: 32%;
	margin-right: 1%;
}
/* TWO COLUMNS */
.two-columns {
	width: 100%;
}
.two-columns .column {
	float: left;
	width: 47%;
	margin-right: 3%;
}
<br />
<b>Warning</b>:  include(jquery.css) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/wp-content/themes/36-robinson/css/_include.css.php</b> on line <b>23</b><br />
<br />
<b>Warning</b>:  include(jquery.css) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/wp-content/themes/36-robinson/css/_include.css.php</b> on line <b>23</b><br />
<br />
<b>Warning</b>:  include(jquery.css) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/wp-content/themes/36-robinson/css/_include.css.php</b> on line <b>23</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening 'jquery.css' for inclusion (include_path='/wp-content/plugins/AnalyticsPK/google-api-php-client-master/google-api-php-client-master/src/') in <b>/wp-content/themes/36-robinson/css/_include.css.php</b> on line <b>23</b><br />
div#expresso-header-fixed-position {
	width: 100%;
	display: block;
	z-index: 998;	
}

div#expresso-language-bar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 2px white solid;
	z-index: 900;
	
}
	div#expresso-language-bar {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		z-index: 900;
	}
		ul#expresso-language-switch {
			width: 400px;
			margin: 0;
			padding:0;
			margin-left: auto;
			margin-right: auto;
			list-style: none;
		}
			ul#expresso-language-switch li {
				float: left;
				width: 25%;
				text-align: center;
			}
				ul#expresso-language-switch li a {
					display: block;
					width: 18px;
					height: 12px;
					margin-left: auto;
					margin-right: auto;
					background-color: #fff;
				}
				ul#expresso-language-switch li.flag-pl-switch a{
					background-image: url('../images/flag_pl.jpg');
					background-position: center center;
					background-repeat: no-repeat;
				}
				ul#expresso-language-switch li.flag-en-switch a{
					background-image: url('../images/flag_en.jpg');
					background-position: center center;
					background-repeat: no-repeat;
				}
				ul#expresso-language-switch li.flag-de-switch a{
					background-image: url('../images/flag_de.jpg');
					background-position: center center;
					background-repeat: no-repeat;
				}
				ul#expresso-language-switch li.flag-se-switch a{
					background-image: url('../images/flag_se.jpg');
					background-position: center center;
					background-repeat: no-repeat;
				}

div#expresso-preloader {
	width: 950px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -475px;

}
	div#expresso-preloader-logo {
		display: none;
		width: 700px;
		height: 368px;
		background-image: url('../images/robinson-logo-big.png');
		background-repeat: no-repeat;
		background-position: center bottom;
		position: absolute;
		top: -140px;
		left: 50%;
		margin-left: -350px;
		z-index: 100;

	}
	div#expresso-preloader-question {
		display: none;
		width: 589px;
		height: 214px;
		background-image: url('../images/czy-masz-ukonczone.png');
		background-repeat: no-repeat;
		background-position: center bottom;
		margin-left: auto;
		margin-right: auto;
		margin-top: -50px;
		z-index: 90;
		position: absolute;
		top: 170px;
		left: 50%;
		margin-left: -280px;
		
	}
	div.english-question {
		background-image: url('../images/czy-masz-ukonczone-en.png') !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	div.german-question {
		background-image: url('../images/czy-masz-ukonczone-de.png') !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	div.swedish-question {
		background-image: url('../images/czy-masz-ukonczone-se.png') !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
	a#expresso-preloader-yes {
		display: none;

		width: 221px;
		height: 236px;
		background-image: url('../images/ukonczone-tak.png');
		background-repeat: no-repeat;
		background-position: center bottom;
		z-index: 80;
		position: absolute;
		top: 250px;
		left: 200px;

	}
	a.english-yes {
		background-image: url('../images/ukonczone-tak-en.png') !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	a.german-yes {
		background-image: url('../images/ukonczone-tak-de.png') !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	a.swedish-yes {
		background-image: url('../images/ukonczone-tak-se.png') !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
	a#expresso-preloader-no {
		display: none;

		width: 192px;
		height: 236px;
		background-image: url('../images/ukonczone-nie.png');
		background-repeat: no-repeat;
		background-position: center bottom;
		z-index: 80;
		position: absolute;
		top: 250px;
		right: 200px;
	}
	a.english-no {
		background-image: url('../images/ukonczone-nie-en.png') !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	a.german-no {
		background-image: url('../images/ukonczone-nie-de.png') !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	a.swedish-no {
		background-image: url('../images/ukonczone-nie-se.png') !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
/*** FLAGS WIDGET ***/
ul.flags {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.flags li {
		width: 24%;
		text-align: center;
		float: left;
	}
		ul.flags li a {
			display: block;
			width: 18px;
			height: 12px;
			margin-left: auto;
			margin-right: auto;
			background-color: #fff;
		}
		ul.flags li.flag_pl_link a {
			background-image: url('../images/flag_pl.jpg');
			background-position: center center;
			background-repeat: no-repeat;
		}
		ul.flags li.flag_en_link a {
			background-image: url('../images/flag_en.jpg');
			background-position: center center;
			background-repeat: no-repeat;
		}
		ul.flags li.flag_de_link a {
			background-image: url('../images/flag_de.jpg');
			background-position: center center;
			background-repeat: no-repeat;
		}
		ul.flags li.flag_se_link a {
			background-image: url('../images/flag_se.jpg');
			background-position: center center;
			background-repeat: no-repeat;
		}
		
/*** MAPPRESS FORMATTING ***/
.mapp-container {

	width: 650px;
	
}
.mapp-canvas {
	border: 5px #0a5f98 solid;
	background: #000000;
}
.adp-list {
	background-color: transparent !important;
	background-image: url('../images/widget-bg-trans.png');
	background-repeat: repeat;
	color: #fff;
	margin-bottom: 20px;
	border: 1px #0F5081 solid;
	box-shadow:inset 0 0 10px #082f54;
}
.adp-text {
	color: #fff !important;
}
.adp-legal {
	font-size: 10px;
	color: #fff;
}
/*** CONTACT FORM ***/
.wpcf7-not-valid-tip {
	color: #000;
}
.wpcf7 p {
	margin-bottom: 5px !important;
}
.wpcf7 .wpcf7-submit {
	background-image: url('../images/input-submit.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 6px;
	cursor: pointer;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	border: 1px #12416b solid;
	color: #fff !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-image: url('../images/input-submit.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}#content {
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
}
#content input,
#content textarea {
	color: #000;
	font-size: 12px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #fff;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #fff;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #d7efff;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #fff;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #d7efff;
}
#content .entry-title {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	border-bottom: 1px #0a5a95 solid;
}
.entry-title a:link,
.entry-title a:visited {
	color: #fff;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #d7efff;
}
.entry-meta {
	color: #d7efff;
	font-size: 10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {

	color: #fff;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #fff;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #fff;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #fff;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: 	background: #fff;;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #d7efff;
	font-size: 10px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #fff;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #d7efff;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #d7efff;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #d7efff;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #d7efff;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #d7efff;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #d7efff;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #fff;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #fff;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #d7efff;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: fff;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #d7efff;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #d7efff;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #d7efff;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #d7efff;
	font-weight: bold;
}
#respond label {
	color: #d7efff;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #d7efff;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input#submit {
	background-image: url('../images/input-submit.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 6px;
	cursor: pointer;
	width: 270px;
	float: right;
	font-size: 16px;
	font-weight: bold;
	border: 1px #12416b solid;
	color: #fff;
}
#respond .form-submit input#submit:hover {
	background-image: url('../images/input-submit.jpg');
	background-repeat: repeat-x;
	background-position: center top;


}
/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */

/* 
	A special hack is included for IE8 since it does not apply padding 
	correctly on fieldsets
 */ 
label       { font-weight: bold; }
fieldset    { padding:0 1.4em 1.4em 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; margin-top:-0.2em; margin-bottom:1em; }

fieldset, #IE8#HACK { padding-top:1.4em; } 
legend, #IE8#HACK { margin-top:0; margin-bottom:0; }

/* Form fields
-------------------------------------------------------------- */

/* 
  Attribute selectors are used to differentiate the different types 
  of input elements, but to support old browsers, you will have to 
  add classes for each one. ".title" simply creates a large text  
  field, this is purely for looks.
 */
input[type=text], input[type=password],
input.text, input.title,
textarea {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus {
  border-color:#666;
}
select { background-color:#fff; border-width:1px; border-style:solid; }

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

/* 
  This is to be used on forms where a variety of elements are 
  placed side-by-side. Use the p tag to denote a line. 
 */
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, info, notice and error/alert boxes
-------------------------------------------------------------- */

.error,
.alert, 
.notice,
.success, 
.info 			{ padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice     { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success    { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a			{ color: #205791; }
/****** NEXTGEN GALLERY ******/

/*** ALBUM FORMATTING ***/
	.ngg-albumoverview .galleryblock {
		float: left;
		margin-right: 20px;
		text-align: center;
	}
	.ngg-albumoverview .galleryblock a {
		text-decoration: none;
	}
	.ngg-albumoverview .galleryblock a img {
		border: 5px #0965a4 solid;
	}
	.ngg-albumoverview .galleryblock a:hover img,
	.ngg-albumoverview .galleryblock a img:hover {
		border: 5px #01c2e9 solid;
	}

/***G ALLERY FORMATTING ***/
	.ngg-galleryoverview .galleryblock {
		margin-right: 6px;
		margin-bottom: 6px;
		position: relative;
	}
	.ngg-galleryoverview .galleryblock span.gallery-zoom {
		display: block;
		display: none;
		position: absolute;
		top: 5px;
		left: 5px;
		width: 150px;
		height: 150px;
		background-image: url('../images/expresso-gallery-zoom.png');
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.6;
		filter: alpha(opacity=60);
		z-index: 500;
	}
	.ngg-galleryoverview .galleryblock a img {
		border: 5px #0965a4 solid;
	}
	.ngg-galleryoverview .galleryblock a:hover img,
	.ngg-galleryoverview .galleryblock a:hover img {
		border: 5px #01c2e9 solid;
	}
.youtube-link {
	display: block;
	width: 266px;
	height: 84px;
	background-image: url('../images/youtube.png');
	background-position: center top;
	background-repeat: no-repeat;
}
.nasza-klasa-link {
	display: block;
	width: 266px;
	height: 84px;
	background-image: url('../images/nk2.png');
	background-position: center top;
	background-repeat: no-repeat;
}
.facebook-shadow {
	width: 264px;
	padding-bottom: 20px;
	background-image: url('../images/facebook-shadow.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.facebook-shadow iframe {
	background: #fff;
}
/*** WP POLLS ***/
ul.wp-polls-ul li label{
	font-weight: normal !important;
}table.wp-table-reloaded, table.wp-table-reloaded tr td {
	border: 0px !important;
	border-top: 0px !important;
	
}
table.wp-table-reloaded tr td h1 {
	text-align: center;
	font-size: 16px;
	margin: 10px; 
	padding: 5px;
	padding-top: 30px;
	border-bottom: 1px #2f466d solid;
}
table.wp-table-reloaded tr td {
	padding: 0px !important;
}
.table-hover {
	background-image: url('../images/table-hover.png');
	background-position: center center;
	background-repeat: repeat;
}


table.wp-table-reloaded tr td.column-1 {
	width: 10%;
	text-align: center;
}
table.wp-table-reloaded tr td.column-2 {
	width: 25%;
	font-weight: bold;
}
table.wp-table-reloaded tr td.column-3 {
	wdith: 45%;
	text-align: center;
	font-size: 10px;
}
table.wp-table-reloaded tr td.column-4 {
	width: 20%;
	text-align: right;
	font-weight: bold;
}.entry-title-job-wrapper {
	position: relative;
	background:#0A5A95;
	padding: 5px;
	padding-left: 10px;
	border-left: 1px #00345a solid;
	border-right: 1px #00345a solid;
	border-top: 1px #00345a solid;
}
	h2.job-offer-title {
	
		border-bottom: 0px;
		margin: 0;
		padding: 0;
		cursor: pointer;
	}
	div.show-more-job-info, 
	div.hide-more-job-info{
		font-size: 10px;
		position: absolute;
		top: 6px;
		right: 10px;
		cursor: pointer;
	}
	div.show-more-job-info:hover, 
	div.hide-more-job-info:hover{
		text-decoration: underline;
	}
	
	
	div.hide-more-job-info {
		display: none;
	}
div.job-entry-meta {
	background: #00345a;
	padding: 3px;
	padding-left: 10px;
	
}
div.job-offer {
	display: none;
	padding: 20px;
	border-left: 1px #00345a solid;
	border-right: 1px #00345a solid;
	border-bottom: 1px #00345a solid;
}
	.job-offer-submission {
		padding: 10px;
		border: 1px #fff dashed;
		background-image: url('../images/table-hover.png');
		background-position: center center;
		background-repeat: repeat;
	}
		.job-offer-submission ol{
			list-style-position: inside;
			margin-bottom: 0px !important;
		}ul.robinson-partner-logos {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.robinson-partner-logos li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
