body {
	font-weight:400;
	font-size:1.2em;
/*	font-family: 'Open Sans Condensed', sans-serif; */
	font-family:'Dosis',sans-serif;
}

.col-sm-3 {
	position:relative;
	min-height:1px;
	padding:20px;
}

h2 {
	font-size:28px;
}

p {
	line-height:1.5em;
	margin:0 0 1.5em;
	padding:0;
}

.white {
	color:#fff;
}

.turquise {
	color:#00c2a9;
}

.just {
	text-align:justify;
}



/* SLiDER*/

@media only screen and (min-width: 501px) {


.bg-1 {
	background-image: url('../images/slides/bg-1.jpg');
} 

.bg-2 {
	background-image: url('../images/slides/bg-2.jpg');
} 

.bg-3 {
	background-image: url('../images/slides/bg-3.jpg');
} 

.bg-4 {
	background-image: url('../images/slides/bg-4.jpg');
} 
.bg-5 {
	background-image: url('../images/slides/bg-5.jpg');
} 
.bg-6 {
	background-image: url('../images/slides/bg-6.jpg');
}
.bg-7 {
	background-image: url('../images/slides/bg-7.jpg');
}
.bg-8 {
	background-image: url('../images/slides/bg-8.jpg');
}
.bg-birthday {
	background-image: url('../images/slides/bg-birthday.jpg');
}
.bg-9 {
	background-image: url('../images/slides/bg-9.jpg');
}
.bg-10 {
	background-image: url('../images/slides/bg-10.jpg');
}
.bg-11 {
	background-image: url('../images/slides/bg-11.jpg');
}
.bg-12 {
	background-image: url('../images/slides/bg-12.jpg');
}
.bg-13 {
	background-image: url('../images/slides/bg-13.jpg');
}
.bg-konkurs {
	background-image: url('../images/slides/bg-1-konkurs.jpg');
}
.bg-film {
	background-image: url('../images/slides/bg-film.jpg');
}
.bg-x {
	background-image: url('../images/slides/bg-x.jpg');
}
}
.parallax-bg-6 .full-bg-image { background-image: url(../images/parallax/parallax-6.jpg); }
.szczegoly-icon .curtain,.uwolnij-icon .curtain {
	display:inline-block;
	width:100px;
	height:100px;
	border:1px solid #fff;
	background-color:rgba(255,255,255,.95);
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in;
/*	-webkit-border-radius: 6px;
						border-radius: 6px;
						-webkit-box-shadow: none;
						box-shadow: none;				
						-webkit-appearance: none;	
						appearance: none; */
	-webkit-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1);
	-webkit-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
	-moz-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
	-ms-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
	-o-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
	transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
}

.single-image.szczegoly-icon .curtain {
	-webkit-transform:translateX(-300%);
	transform:translateX(-300%);
}

.single-image.uwolnij-icon .curtain {
	-webkit-transform:translateX(300%);
	transform:translateX(300%);
}

.work-item:hover .szczegoly-icon .curtain,.work-item:hover .uwolnij-icon .curtain {
	-webkit-transform:translateX(0);
	transform:translateX(0);
}
.work-item:hover img {
				display: block;
				-webkit-transform: scale(1.05);
						transform: scale(1.05);
			}

.szczegoly-icon .curtain:hover {
	border-color:transparent;
	background-color:rgba(255,97,97,.9);
}

.uwolnij-icon .curtain:hover {
	border-color:transparent;
	background-color:rgba(0,194,169,.9);
}

.szczegoly-icon .curtain:after,.uwolnij-icon .curtain:after {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-size:18px;
	font-weight:600;
	font-family:'Dosis',sans-serif;
	line-height:100px;
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-transition:color .25s ease-in-out;
	transition:color .25s ease-in-out;
}

.szczegoly-icon .curtain:after {
	color:#666;
}

.uwolnij-icon .curtain:after {
	color:#666;
}

.uwolnij-icon .curtain:after {
	content:'uwolnij';
}

.szczegoly-icon .curtain:after {
	content:'szczegóły';
}

.szczegoly-icon .curtain:hover:after,.uwolnij-icon .curtain:hover:after {
	color:#fff;
}

.extra-title {
	margin-bottom:6px;
	color:#666;
	font-family:'Open Sans Condensed',sans-serif;
}

.extra-category {
	margin-bottom:0;
	color:#666;
	font-weight:300;
	font-family:'Open Sans Condensed',sans-serif;
}

.work-item:hover .img-extra {
	background-color:rgba(250,250,250,0.1);
	background-image:url(../images/kurtyna.png);
	opacity:.95;
	filter:alpha(opacity = 95);
}

/*  ------------ menu górne ----------------------------------------- */
.navigation a {
	font-weight:500;
	font-family:'Dosis',sans-serif;
	font-size:1.2em;
	color: #127823;
}

#header {
	border-bottom:0 solid #ececec;
}

#header.header-shrink {
	background-color:#F8F8F8;
	background-color:rgba(252,252,252,1);
	background-image:url(../images/linia.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

@media only screen and (min-width: 993px) {
	.header-shrink .navigation > ul > li > a {
		padding-top:40px!important;
		padding-bottom:40px!important;
		color:#666;
	}
}

@media (min-width: 768px) {
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.inner-extra {
		display:table-cell;
		margin:0;
		padding:0 10px;
		width:100%;
		height:100%;
		vertical-align:middle;
	}
	
	/* przyciski na produktach */
	.button {
		padding:4px 10px;
		font-weight:400;
		font-size:13px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.extra-title {
		font-size:36px!important;
		text-align:center;
	}
	
	.work-item {
		text-align:center;
		margin:0 auto;
		max-width:252px;
	}
	
	.extra-category {
		text-align:center;
	}
	
	.inner-extra {
		padding:0;
		margin:0;
	}
	
	/* przyciski na produktach */
	.button {
		padding:6px 20px;
		font-weight:400;
		font-size:14px;
	}
}

#newsletter {
	text-align:center;
	width:90%;
	margin:0 auto;
}

.newsletter_email {
	width:350px;
	display:inline-block;
	vertical-align:middle;
	margin:0 20px!important;
}

.newsletter_email input {
	padding:14px 10px;
}

.newsletter_submit {
	width:350px;
	display:inline-block;
	vertical-align:middle;
	margin:0 20px!important;
	text-align:center;
}

.newsletter_submit button {
	margin:0 auto;
	padding:11px 24px;
	width:350px;
	display:inline-block;
}

/* -------------------------------------------------- */
/*	Logo
	/* -------------------------------------------------- */
#logo,#navigation {
	display:inline-block;
	vertical-align:middle;
}

#logo {
	margin-bottom:0;
	font-family:'Julius Sans One',sans-serif;
	-webkit-transition:font-size .25s ease;
	transition:font-size .25s ease;
}

#logo {
	font-size:44px;
}

#logo a {
	display:block;
	width:370px;
	height:100px;
	color:#fff;
	background-image:url(../images/logo_big.png);
	background-repeat:no-repeat;
}

.blackLogo {
	background-image:url(../images/logo_black.png)!important;
}

@media only screen and (max-width: 992px) {
	#logo a {
		background-image:url(../images/logo_black.png)!important;
	}
	
	a.alignleft {
		float:none;
	}
	
	a.alignright {
		float:none;
	}
	
	.inner-extra {
		padding:0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	a.alignleft {
		float:none;
	}
	
	a.alignright {
		float:none;
	}
	
	.contacts-info {
		font-size:16px!important;
	}
	
	.newsletter_submit {
		margin-top:20px!important;
	}
}

@media only screen and (min-width: 768px) {
	a.alignleft {
		float:none;
	}
	
	a.alignright {
		float:none;
	}
}

@media only screen and (max-width: 768px) {
	.project-nav {
		right:37%!important;
		top:-100%!important;
	}
	
	.col-xs-4 {
		padding:0!important;
		margin:0!important;
		font-size:12px;
	}
	
	.flex-control-thumbs h6 {
		font-size:10px!important;
	}
	
	.flex-control-thumbs li {
		margin:0 15px!important;
	}
	
	
		.newsletter_submit{
		margin-top: 20px !important;
	}
	
	/* FOOTER */
	#footer {
		text-align:center;
	}
	
	#footer .align-left {
		text-align:center!important;
	}
	
	#footer .col-md-4 {
		margin:0!important;
		text-align:center;
	}
	
	#footer .col-xs-7 {
		width:100%;
	}
}

@media screen and (max-width: 768px) and (min-width: 501) {
	.project-nav {
		right:44%!important;
		top:-100%!important;
	}
	


}


@media screen and (max-width: 475px){
	
		.bg-1 {
	background-image: url('../images/slides/bg-1s.jpg')!important;
} 

.bg-2 {
	background-image: url('../images/slides/bg-2s.jpg')!important;
} 

.bg-3 {
	background-image: url('../images/slides/bg-3s.jpg')!important;
} 

.bg-4 {
	background-image: url('../images/slides/bg-4s.jpg')!important;
} 
.bg-5 {
	background-image: url('../images/slides/bg-5s.jpg')!important;
} 
.bg-6 {
	background-image: url('../images/slides/bg-6s.jpg')!important;
} 
.bg-8 {
	background-image: url('../images/slides/bg-8s.jpg')!important;
}
.bg-9 {
	background-image: url('../images/slides/bg-9s.jpg')!important;
}
.bg-10 {
	background-image: url('../images/slides/bg-10s.jpg')!important;
}
.bg-11 {
	background-image: url('../images/slides/bg-11s.jpg')!important;
}
.bg-12 {
	background-image: url('../images/slides/bg-12s.jpg')!important;
}
.bg-13 {
	background-image: url('../images/slides/bg-13s.jpg')!important;
}
.bg-konkurs {
	background-image: url('../images/slides/bg-1s-konkurs.jpg')!important;
}
.bg-film {
	background-image: url('../images/slides/bg-films.jpg')!important;
}
.bg-x {
	background-image: url('../images/slides/bg-xs.jpg')!important;
}	
}

@media screen and (max-width: 500px) {



	#logo a,.blackLogo {
		background-image:url(../images/logo_small.png)!important;
	}
	
	.project-nav {
		right:37%!important;
		top:-100%!important;
	}
	
	.col-xs-12 {
		text-align:center;
	}
	
	.header-in {
		text-align:center;
	}
	
	.responsive-nav-button {
		float:none!important;
		margin-top:10px!important;
		margin:0 auto;
		display:inline-block!important;
		text-align:center!important;
		clear:both!important;
		margin-bottom:20px;
	}
	
	.header-in {
		width:100%;
	}
	
	.header-text h1 {
		font-size:30px!important;
	}
	
	.slides-navigation .prev {
		left:0!important;
		top:500px!important;
	}
	
	.slides-navigation .next {
		right:0!important;
		top:500px!important;
	}
	
	.newsletter_email {
		width:90% !important;
	}
	
	
	.newsletter_submit button {
		width:100% !important;
	}
	
	.newsletter_submit {
		width:90% !important;
	}
}

.responsive-nav-button {
	float:right;
	margin-top:35px;
}

.header-shrink #logo {
	font-size:28px;
}

.header-shrink #logo a {
	display:block;
	width:400px;
	height:90px;
	color:#fff;
	background-image:url(../images/logo_small.png);
}

/*  ------------ tło z teksturą deski ----------------------------------------- */
.bg-gray-color {
	background-color:#f8f8f8;
}
.bg-red-color {
	background-color:rgba(219,0,0,1);
}
.bg-red-color .full-bg-image {
	opacity:.07;
	filter:alpha(opacity = 7);
}
.bg-white-color {
	background-color:#fff;
}
.bg-white-color .full-bg-image {
				opacity: .07;
				filter: alpha(opacity = 7);				
			}
/*  ------------ color tla ----------------------------------------- */
.bg-blue-color {
	background-color:#fff;
}

.bg-blue-color .full-bg-image {
	opacity:.03;
	filter:alpha(opacity = 3);
}



/*  ------------ zwężony pasek z cytatem ----------------------------------------- */
.section-thin {
	padding:25px 0;
}
/*  ------------ gruby pasek  ----------------------------------------- */
.section-thick {
	padding:250px 0;
}
/*  ------------ kolor tła (np. pasek z cytatem) ----------------------------------------- */
.bg-rose-color {
	background-color:#333;
}

.bg-rose-color .full-bg-image {
	opacity:.07;
	filter:alpha(opacity = 7);
}

/*  ------------  (pasek z cytatem) ----------------------------------------- */


/*  ------------ tytuły główne ----------------------------------------- */
.section-title h1 {
	color:#666;
}

/*  ------------ buton "do góry" ----------------------------------------- */
#back-top:hover {
	background-color:#00c2a9;
}

/*  ------------ pozycja, kolor, pod pierwszy tytuł ----------------------------------------- */
.header-box {
	position:relative;
	display:block;
	top:20%;
	left:5%;
	right:10%;
}

.header-box h1 {
	font-size:2em;
	text-align:left;
	background-color:#00c2a9;
	padding:40px;
}

/*  ------------ tytuł na slajdzie ----------------------------------------- */



/*  ------------ tło pod tytuł na slajdzie ----------------------------------------- */
.highlighttitle {
	margin:5px 20px;
	background-color:rgba(0,194,169,.9);
	color:#fff;
}

.highlight0 {

	bottom:20px;
	font-size:.8em;
	line-height:0.9em;
	background-color:rgba(10,10,10,0.2);
	color:#fff;

}
/*  --------
	-webkit-text-shadow:1px 1px 0px #666;
	-moz-text-shadow:1px 1px 0px #666;
	text-shadow:1px 1px 0px #666;


--------------- */
.highlight1 {
	font-size:.8em;
	line-height:.6em;
	padding:2px 10px;
	background-color:rgba(10,10,10,.0);
	color:#FFF;
	-webkit-text-shadow:0 0 5px #666;
	-moz-text-shadow:0 0 5px #666;
	text-shadow:0 0 5px #666;
}

.highlight2 {
	font-size:.8em;
	line-height:1em;
	padding:0 20px;
	background-color:rgba(219,0,0,.5);
	color:#FFF;
}

.highlight3 {
	font-size:.8em;
	line-height:1em;
	padding:0 20px;
	background-color:rgba(0,194,169,.7);
	color:#FFF;
}

.highlight4 {
	font-size:.8em;
	line-height:1.1em;
	padding:0 20px;
	background-color:rgba(250,250,250,.5);
	color:#4b4b4c;
}

.highlighttitle3 {
	padding:5px 20px;
	background-color:rgba(0,194,169,.8);
	color:#fff;
}
.highlight5 {
	
	line-height:1.5em;
	margin:20px 0px;
	padding:0px 5px;
	background-color:rgba(0,194,169,1);
	color:#FFF;
}

/*  ------------ definicja bold z powiększeniem i zwyklył ----------------------------------------- */
.bold {
	font-weight:600;
	font-size:1.1em;
}

.bold1 {
	font-weight:600;
}

.bold2 {
	font-weight:600;
	color:#cfcfcf;
}

.bold3 {
	font-weight:600;
	color:#00c2a9;
}

.black {
	color:#666;
}

.red {
	font-weight:600;
	color:#ED3628;
}

.green {
	color:#00c2a9;
}

.green2 {
	font-weight:600;
	color:#cfcfcf;
}

/*  ------------ definicja butonów "szczegóły" i "uwolnij" w krótkim opisie produktu -------------- */
ul.metka-icons {
	display:block;
	position:relative;
	bottom:5px;
	font-size:0;
}

#footer ul.metka-icons {
	margin-top:55px;
}

ul.metka-icons li {
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
	vertical-align:bottom;
}

.metka-icons a {
	font-family:'Roboto',sans-serif;
}

ul.metka-icons li a {
	position:relative;
	display:block;
	width:170px;
	height:40px;
	border:1px solid #cfcfcf;
	border:1px solid rgba(207,207,207,.33);
	font:0/0 a;
	cursor:pointer;
	text-align:center;
	-webkit-transition:all .25s ease;
	transition:all .25s ease;
	-webkit-border-radius:3px;
	border-radius:3px;
}

ul.metka-icons li a:hover {
	border-color:transparent;
}

ul.metka-icons .opis a:hover {
	background-color:#00c2a9;
}

ul.metka-icons .uwolnij a:hover {
	background-color:#00c2a9;
}

ul.metka-icons li h3 {
	display:block;
	color:#a0a0a0;
	font-size:20px;
	text-transform:uppercase;
	line-height:35px;
}

ul.metka-icons a:hover h3 {
	color:#fff;
}

.team-title {
	font-weight:500;
	font-size:24px;
	font-family:'Dosis',sans-serif;
	color:#777;
}

.team-entry {
	font-size:1em;
}

/*  ------------ tła pod banery na całą szerokość ----------------------------------------- */
.parallax-bg-5 .full-bg-image {
	background-image:url(../images/parallax/parallax-5.jpg);
	background-repeat:no-repeat;
}

.parallax-bg-6 .full-bg-image {
	background-image:url(../images/parallax/parallax-6.jpg);
	background-repeat:no-repeat;
}

.parallax-bg-7 .full-bg-image {
	background-image:url(../images/parallax/parallax-7.jpg);
	background-repeat:no-repeat;
}

.parallax-bg-8 .full-bg-image {
	background-image:url(../images/parallax/parallax-8.jpg);
	background-repeat:no-repeat;
}

.parallax-bg-9 .full-bg-image {
	background-image:url(../images/parallax/parallax-9.jpg);
	background-repeat:no-repeat;
}

.parallax-bg-10 .full-bg-image {
	background-image:url(https://www.persalo.pl/images/parallax/parallax-10.jpg);
	background-repeat:no-repeat;
}

/*  ------------ tytuł na banerze ----------------------------------------- */
.parallax .video-title {
	color:#fff;
	background-color:rgba(51,153,204,0.9);
	width:60%;
	padding-left:20px;
/*	 -webkit-text-shadow: 2px 2px 2px #fff;
				-moz-text-shadow: 2px 2px 2px #fff;
				text-shadow: 2px 2px 2px #fff;	*/
}

/*  ------------ opis na banerze ----------------------------------------- */
.pr01 {
	font-size:20px;
/*	background-color: rgba(255, 255, 255, 0.1); */
	width:45%;
	padding:20px;
}

.pr01 h2 {
	color:#333;
	position:relative;
	background-color:rgba(255,255,255,0.8);
	top:0;
	margin-bottom:25px;
	padding:16px 20px;
	outline:none;
	border-width:1px;
	border-style:solid;
	border-color:transparent;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-transition:all .25s ease;
	transition:all .25s ease;
}
/*  ------------ slider navigacja ----------------------------------------- */
.image-slider-nav a:hover { 
			background-color: rgba(0,0,0,0.6);
		}
.image-slider-nav a:after {
			color: #404040;
		}
/*  ------------ butony ----------------------------------------- */
.button.white {
	color:#00c2a9;
	background-color:#fff;
	border-color: #fff;
}

.button.turquoise {
	background-color:#00c2a9;
}
.button.turquoise:hover {
	border-color:#cfcfcf;
	background-color:#fff;
	color:#00c2a9;
	border-color: #fff;
}
.button.czerwony {
	background-color:#ED3628;
}
.button.czerwony:hover {
	border-color:#cfcfcf;
	background-color:#fff;
	color:#ff6161;
}
.button.small { 
		padding: 0px 20px;
		font-size: 16px;
	}
.button.vlarge {
		padding: 25px 50px;
		font-size: 30px;
	}
/*  ------------  footer ----------------------------------------- */
#footer {
	color:#666;
}

#footer .section {
	position:static;
	background-color:rgba(255,255,255,.9);
}

.logo-in-footer {
	border-top:1px solid #2c2a2e;
	border-top:1px solid rgba(207,207,207,.12);
	background-color:rgba(0,194,169,.7);
	padding:0;
}

.copyright {
	font-size:18px;
}

.developed {
	font-size:14px;
}

.contacts-info i {
	margin-right:10px;
	color:#00c2a9;
	background-color:#fff;
	width:45px;
	height:45px;
	display:inline-block;
	padding-top:5px;
	text-align:center!important;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

/*  ------------  bootom footer ----------------------------------------- */
.bottom-footer {
	padding:37px 0;
}

#footer ul.social-icons {
	margin-top:10px;
}

/*  ------------  Kontakt, formularz ----------------------------------------- */
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],textarea,select {
	background-color:rgba(255,255,255,0.7);
}

.parallax input[type="text"],.parallax input[type="password"],.parallax input[type="datetime"],.parallax input[type="datetime-local"],.parallax input[type="date"],.parallax input[type="month"],.parallax input[type="time"],.parallax input[type="week"],.parallax input[type="number"],.parallax input[type="email"],.parallax input[type="url"],.parallax input[type="search"],.parallax input[type="tel"],.parallax input[type="color"],.parallax textarea,.parallax select {
	border-color:#333;
	border-color:rgba(151,151,151,.33);
	color:#333;
}

.parallax input[type="text"]:focus,.parallax input[type="password"]:focus,.parallax input[type="datetime"]:focus,.parallax input[type="datetime-local"]:focus,.parallax input[type="date"]:focus,.parallax input[type="month"]:focus,.parallax input[type="time"]:focus,.parallax input[type="week"]:focus,.parallax input[type="number"]:focus,.parallax input[type="email"]:focus,.parallax input[type="url"]:focus,.parallax input[type="search"]:focus,.parallax input[type="tel"]:focus,.parallax input[type="color"]:focus,.parallax textarea:focus,.parallax select:focus {
	-webkit-box-shadow:0 0 5px 2px rgba(0,194,169,.2);
	box-shadow:0 0 5px 2px rgba(0,194,169,.2);
}

.project-meta-cena {
	color:#00c2a9;
	font-weight:600;
	font-size:3em;
	font-family:'Source Sans Pro',sans-serif;
	line-height:1em;
}

.project-meta-opis {
	color:#333;
	font-weight:400;
	font-size:.7em;
	color:#aeaeae;
	font-family:'Source Sans Pro',sans-serif;
	line-height:1.5em;
}

.project-meta-title {
	color:#666;
	font-weight:600;
	font-size:16px;
	font-family:'Source Sans Pro',sans-serif;
	line-height:1em;
}

.project-meta-story {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1em;
	text-align:justify;
}

.simple-pricing-table.col-1 .column {
	width:100%;
}

.simple-pricing-table .features li {
	padding:0;
}

.simple-pricing-table .title {
	padding:20px 5px 10px;
}

.divider2 {
	margin-top:10px;
	margin-bottom:15px;
	height:1px;
	background-color:#ececec;
}
/* swieta */
		.section-title {
			position: relative;
			margin-bottom: 0px;
			padding-bottom: 15px;
		}
/* lista rozwijalna */		
.acc-trigger:after {
			color: #ccc;
			border-left: 1px solid #fff;
			content: '\e8ba';
		}
.acc-trigger.active:after { 

			content: '\e8b9';
} 

ul#nav_sl {
    position: fixed;
    top: 150px;
    left: 0px;
	margin: 0px;
    padding: 0px;
    list-style: none;
    z-index:9999;
}
ul#nav_sl li {width: 59px;}
ul#nav_sl li a {
    display: block;
    width: 178px;
    height: 58px;
	margin-left: -2px;
}
ul#nav_sl .slideout_fb a {background-image: url(../images/slideout_fb.png);}
ul#nav_sl .slideout_inst a {background-image: url(../images/slideout_inst.png);}
ul#nav_sl .slideout_fb_2 a {background-image: url(../images/slideout_fb_2.png);}
ul#nav_sl .slideout_inst_2 a {background-image: url(../images/slideout_inst_2.png);}
ul#nav_sl .slideout_fb_3 a {background-image: url(../images/slideout_fb_3.png);}
ul#nav_sl .slideout_inst_3 a {background-image: url(../images/slideout_inst_3.png);}