

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,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;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}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%;}


/* *********************************************************************** */
/* podstawowe znaczniki html */

strong								{ font-weight: 600; }
sub									{ font-size: 0.8em; color: #888; }

input, textarea						{ margin: 0 0 10px 0; padding: 3px 7px 3px 7px; font-size: 0.9em; font-family: 'Proxima Nova', Arial, sans-serif; }
table								{ font-family: Arial, sans-serif; font-size: 1em; }

em									{ font-style: italic; }

/* *********************************************************************** */
/* layout elements */

#page-overlay						{ display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #eef5ff; filter: alpha(opacity=60); /*older IE*/ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE */ -moz-opacity: .60; /*older Mozilla*/ -khtml-opacity: 0.6;   /*older Safari*/ opacity: 0.6;   /*supported by current Mozilla, Safari, and Opera*/ z-index: 975; }

/* *********************************************************************** */
/* popup */

#popup-overlay						{ position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: .5; filter: alpha(opacity=50); }
#popup-over							{ position: fixed; z-index: 999; top: 80px; left: 0; width: 100%; height: 100%; }
#popup-content						{ z-index: 999; margin: auto; margin-top: 30px; cursor: pointer; color: #fff; text-align: center; }

#popup-content img					{ background: #fff; padding: 20px; border: 5px #444 solid; }

/* *********************************************************************** */
/* styling list ul, ol */

.text-holder						{ position: relative; }
.text-holder ul, ol					{ margin: 15px 0 15px 0; }
.text-holder ul li, ol li			{ margin: 0 0 5px 10px; padding: 2px 0 0px 15px; }

.text-holder ul li					{ margin: 0 0 5px 10px; padding: 2px 0 0 20px; background: url('../_images/site/ul-li_icon.png') 0 9px no-repeat; }
.text-holder ul.ul-check li			{ margin: 0 0 0 10px; padding: 7px 0 20px 45px; background: url('../_images/site/ul-lcheck-li_icon.png') 0 0 no-repeat;}
.text-holder ul.ul-check-alt li		{ margin: 0 0 0 10px; padding: 0 0 20px 40px; background: url('../_images/site/ul-lcheck-alt-li_icon.png') 0 0 no-repeat;}


.text-holder ol li					{ margin: 0 0 3px 40px; padding: 2px 0 0 0; list-style-type: decimal; }

/* *********************************************************************** */
/* paging */

table.page-counter-holder			{ padding: 0px 0px 0px 0px; margin-left: auto; margin-right: auto; margin-top: 20px; }
div.page-counter					{ height: 19px; padding: 5px 10px 5px 10px; background: #d7e2f4; text-align: center; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; }
div.page-counter a					{ display: block; float: left; height: 15px; margin: 1px 3px 0px 3px; color: #565656 ! important; font-weight: bold; }
div.page-counter a:hover			{ color: #ff8f57 !important; }
div.page-counter a.active			{ font-weight: bold; color: #f00 !important; cursor: default; }
div.page-counter a.prev,
div.page-counter a.next				{ width: 13px; height: 19px; margin: 0px 5px 0px 0px; }
div.page-counter a.prev				{ background: url('../_images/site/counter-prev_bg.gif') no-repeat; margin: 0px 5px 0px 0px; }
div.page-counter a.next				{ background: url('../_images/site/counter-next_bg.gif') no-repeat; margin: 0px 0px 0px 5px; }
div.page-counter a.prev:hover,
div.page-counter a.next:hover		{ background-position: bottom; }

/* *********************************************************************** */
/* prosta tabela bez obramowania (simple-table) */

div.simple-table table				{ margin: 20px 0 20px 0; }
div.simple-table th					{ padding: 7px 0 7px 0; background: #ddd top; border: 1px #aeaeae solid; font-weight: bold; text-align: center; }
div.simple-table td					{ padding: 3px; border: 1px #aeaeae solid; color: #4e4e4e; text-align: center;}
div.simple-table td.txtleft			{ text-align: left; }

div.simple-table td.col1			{ background: #aaa; }

/* *********************************************************************** */
/* jQuery - fancylabels */

label											{ display: block; cursor: pointer; line-height: 20px; padding-bottom: 9px; }
.fancy-label-check input,
.fancy-label-radio input						{ margin-right: 5px; }

.has-js .fancy-label-check,
.has-js .fancy-label-radio						{ padding-left: 34px; }
.has-js .fancy-label-radio						{ background: url('../_images/site/fancy-labels/radio-off.png') no-repeat; }
.has-js .fancy-label-check						{ background: url('../_images/site/fancy-labels/check-off.png') no-repeat; }
.has-js label.c_on								{ background: url('../_images/site/fancy-labels/check-on.png') no-repeat; }
.has-js label.r_on								{ background: url('../_images/site/fancy-labels/radio-on.png') no-repeat; }
.has-js .fancy-label-check input,
.has-js .fancy-label-radio input				{ position: absolute; left: -9999px; }

/* *********************************************************************** */
/* jQuery - clearField */

.clearFieldBlurred					{ color: #666 !important; }
.clearFieldActive					{ color: #000; }

/* *********************************************************************** */
/* jQuery - tooltip */

#tooltip							{ position: absolute; padding: 5px; border: 1px solid #444; background: #343434; color: #fff; font-family: Verdana, Tahoma, _sans; font-size: 0.9em; z-index: 3000; opacity: 0.95; }
#tooltip h3							{ font-family: 'Maven Pro', sans-serif; font-size: 1.2em !important; font-weight: bold; margin: 0; color: #ddd !important; }
#tooltip div						{ margin: 0; line-height: 125%; }

/* *********************************************************************** */
/* conatainer to display errors */

div.errors-holder					{ margin: 8px 0 8px 0; padding: 12px 15px 12px 15px; border: 1px #ffd2d2 solid; background: #ffecec; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
div.errors-holder img				{ float: left; margin: 0 30px 0 0; }
div.errors							{ padding: 0 0 0 0; font-weight: bold; color: #f00; }
div.errors span.ok					{ color: #0b0 !important; }
div.errors p						{ margin: 0 0 5px 0; }

/* *********************************************************************** */
/* container to display errors */

div.reports-holder					{ min-height: 53px; margin: 10px 0 15px 0; padding: 12px 15px 12px 80px; color: #f00; font-size: .9em; font-weight: bold; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; line-height: 110%; }

div.rep-err							{ border: 1px #ffd2d2 solid; background: #fff0f0 url('../_images/site/rep/rep-error_bg.gif') 12px 12px no-repeat; color: #f00; font-weight: bold;}
div.rep-ok							{ border: 1px #d4e99f solid !important; background: #f4ffe9 url('../_images/site/rep/rep-ok_bg.gif') 12px 12px no-repeat !important; color: #799738 !important; }
div.rep-info						{ border: 1px #f4ecc3 solid !important; background: #fffdef url('../_images/site/rep/rep-info_bg.gif') 12px 12px no-repeat !important; color: #c3b23b !important; }


/* *********************************************************************** */
/* messages info box */

.info-box						{ margin: 10px 0 10px 0; padding: 10px 20px 20px 60px;  font-weight: bold; border-radius: 7px; -webkit-border-radius: 8px; -moz-border-radius: 8px;}

.info-ok						{ background: #fff url('../_images/site/info-box/ok.gif') 20px 10px no-repeat; }
.info-war						{ background: #fff url('../_images/site/info-box/war.gif') 20px 10px no-repeat; }
.info-err						{ background: #fff url('../_images/site/info-box/err.gif') 20px 10px no-repeat; }

/* *********************************************************************** */
/* common element styling */

.but								{ display: block; border: none; }
.but:hover							{ background-position: bottom !important; }
input.but							{ padding: 0 0 0 0; cursor: pointer; }

.txt-right							{ text-align: right; }
.txt-left							{ text-align: left; }
.txt-center							{ text-align: center; }

.fl-left							{ float: left; }
.fl-right							{ float: right; }

.no-display							{ display: none; }
.no-border							{ border: none !important; }
.no-margin							{ margin: 0 0 0 0 !important; }
.no-padding							{ padding: 0 0 0 0 !important; }
.no-background						{ background: none !important; }

.auto-margin						{ margin: auto; }

.pos-highlight						{ background-color: #ddd !important; }

.ajax-loading						{ cursor: wait; }

div.hr								{ height: 1px; margin: 15px 0 15px 0; font-size: 1px; border-top: 1px #000 solid; }
div.hr2								{ height: 1px; margin: 15px 0 15px 0; font-size: 1px; border-top: 1px #cecece solid; }

.line-y								{ width: 1px; font-size: 1px; background: url('../_images/site/line-y_bg.gif') repeat-y; }

.clearfloat							{ clear: both; font-size: 1px; height: 0; line-height: 0px; }


/* *********************************************************************** */

.oferta-col							{ float: left; width: 165px; margin: 0 10px 20px 10px; font-size: .9em; }
.oferta-col .header					{ height: 80px; font-size: .9em }
.oferta-col .img-holder				{ height: 90px; margin: 30px 0 0 0; text-align: center; }

html								{ background: #fff; color: #6b6b6b; font-family: 'Proxima Nova', Arial, sans-serif; font-size: 11pt; line-height: 150%; }
body								{ }

a									{ color: #888; text-decoration: none; }
a:hover								{ color: #444; text-decoration: underline; }

p									{ margin: 10px 0px 10px 0px; }
table								{ font-family: 'Proxima Nova', Arial, sans-serif; }

h1, h2, h3, h4, h5					{ color: #383838;  }

h1									{ margin: 0 0 20px 0; padding: 0 0 15px 0; font-size: 3.2em; font-weight: 300; z-index: -100; color: #4ca4a6; text-align: center; line-height: 100%; }
h2									{ position: relative; margin: 0 0 15px 0; padding: 0 0 0 0; font-size: 2em; line-height: 100%; }
h3									{ margin: 0 0 10px 0; padding: 0 0 0 0;  font-size: 2.8em !important; line-height: 100%; }
h4									{ margin: 0 0 10px 0; padding: 0 0 0 0; color: #bbb !important; font-size: 1.6em !important; font-weight: bold; }

sup, sub							{ height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; }
sup									{ bottom: 1ex; }
sub									{ top: .5ex; }

/* *********************************************************************** */
/* lista kolorów uzywanych na stronie */

.col-red							{ color: #ff0000; }
.col-blue							{ color: #008bc1; }

.col-orange							{ color: #ff8000; }
.col-blue-dark						{ color: #0d4ba3; }

.col-brown							{ color: #bb7b3c; }

.col-white							{ color: #fff; }
.col-gray							{ color: #878787; }

/* *********************************************************************** */
/* wielkości czcionek - dostepne w dytorze WYSIWYG */

.font-12							{ font-size: 1.1em; }
.font-14							{ font-size: 1.4em; }
.font-16							{ font-size: 1.6em; }
.font-18							{ font-size: 1.8em; }
.font-20							{ font-size: 2em; }

/* *********************************************************************** */
/* main content holders, containers */

.section										{ width: 100%; padding: 20px 0 0 0; }
.wrapper										{ position: relative; width: 970px; margin: auto; }

#section-top									{ position: fixed; height: 95px; padding: 0; background: rgba(255, 255, 255, .8); z-index: 999; }

#section-slider									{ position: relative; background: url('../_images/site/loader.png') center 270px no-repeat; overflow: hidden; }
#section-info									{ background: url('../_images/site/section-info_bg.png') top repeat-x; }

#section-o-nas									{ }
#section-oferta									{ background: #f3f3f3 url('../_images/site/section-oferta_bg.png') center no-repeat; }
#section-portfolio								{ background: #ececec url('../_images/site/section-portfolio_bg.png') top repeat-x; }
#section-kontakt								{ background: url('../_images/site/section-kontakt_bg.jpg') center top no-repeat; }

.page-frame										{ padding: 100px 0 40px 0; }

/* ******************************************* */

#top-holder										{ height: 95px; position: relative; margin: 0; padding: 0 0 0 0; background: url('../_images/site/top-holder_bg.png') right -12px no-repeat; }
#main-holder									{ }
#footer-holder									{ position: relative; height: 143px; margin: 0; padding: 30px 0 0 0; color: #242424; font-size: 1em; line-height: 200%; }

/* *********************************************************************** */
/* nav styling */

nav#top-menu									{ padding: 40px 57px 0 0; }
nav#top-menu ul									{ float: left; display: block; margin: 0 0 0 0; }
nav#top-menu ul li								{ float: left; }
nav#top-menu ul li:last-child					{ }

nav#top-menu ul li a							{ display: block; padding: 0 24px 15px 24px; color: #626262; font-size: 1.2em; text-align: center; }

nav#top-menu ul li a.logo-top					{ display: block; float: left; margin: -20px 180px 0 0; padding: 0; background: none !important; }

nav#top-menu ul li a:hover,
nav#top-menu ul li.active a						{ color: #1f969a; background: url('../_images/site/top-menu-a_bg.png') center bottom no-repeat; text-decoration: none; }


#perspectiva									{ height: 800px; width: 100%; }

/* *************************** */

.w2bslikebox									{ background: url('../_images/site/w2b_facebookbadge.png') no-repeat scroll right top transparent !important;display: block;float: left;height: 274px;padding: 0 75px 0 0;width: 245px;z-index: 999;position:fixed;left:-245px; top:260px; }
.w2bslikebox div								{ border:none;position:relative;display:block; }
.w2bslikebox span								{ bottom: 12px;font: 8px "Open Sans",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999; }
.w2bslikebox span a								{ color: #808080;text-decoration:none; }
.w2bslikebox span a:hover						{ text-decoration:underline; }

/* *************************** */
/* layout styling */

.header-line									{ width: 256px; margin: 20px 0 20px 0; border-top: 1px #878787 solid; }


.social-holder.bottom							{ margin: 0 auto 0 auto; padding: 50px 0 0 0; text-align: center; }

.social-holder a.social							{ float: left; display: block; width: 42px; height: 42px; margin: 10px 15px 0 0; }

.social-holder.bottom a.facebook				{ background: url('../_images/site/social/facebook.png') top center no-repeat; }
.social-holder.bottom a.google					{ background: url('../_images/site/social/google.png') top center no-repeat; }
.social-holder.bottom a.vimeo					{ background: url('../_images/site/social/vimeo.png') top center no-repeat; }


.copyright-info									{ margin: 25px 0 0 0; color: #fff; text-align: right; }

/* ******************************************* */
/* section-o-nas */

#section-o-nas h1								{ margin: 0 0 30px 0; }

/* ******************************************* */
/* section-oferta */

#section-oferta h1								{ margin: 0 0 30px 0; }

/* ******************************************* */
/* section-portfolio */

#section-portfolio .page-frame					{ padding: 40px 0 0 0; }

#section-portfolio h1							{ margin: 0 0 20px 0; line-height: 70%; }
#section-portfolio h1 small						{ font-size: .4em; letter-spacing: 9px; }

#section-portfolio .photos-holder				{ margin: 0 0 0 0; }
#section-portfolio .photos-holder .col			{ float: left; width: 294px; margin: 0 12px 0 12px; }
#section-portfolio .photos-holder a				{ display: block; float: left; margin: 3px 0 3px 0; background: #fff; }
#section-portfolio .photos-holder a img			{ border: 5px #fff solid; opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; } 

#section-portfolio .photos-holder a:hover img	{ opacity: .7; }

/* gallery single */

.gallery-holder a								{ float: left; margin: 7px 7px 7px 7px; }
.gallery-holder	a img							{ opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
.gallery-holder	a:hover img						{ opacity: .7; }

/* gallery */

.fanati_overlay									{ position: fixed; width: 100%;	height: 100%; top: 0; left: 0; background: #fff; z-index: 1500; cursor: pointer; }

#gallery-holder									{ padding: 15px 0 20px 0; }
#gallery-holder	.gal-item						{ display: block; position: relative; float: left; width: 234px; height: 234px; margin: 0 7px 7px 0; background: #fff; cursor: pointer; overflow: hidden; /*-webkit-box-shadow: 0 0 5px 2px #a6a6a6; box-shadow: 0 0 5px 2px #a6a6a6; */ }

#gallery-holder	.gal-item img					{ opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
#gallery-holder	.gal-item:hover img				{ opacity: .5; }

#gallery-holder	.gal-item .label				{ display: none; }
#gallery-holder	.gal-item:hover .label			{ color: #333; }
#gallery-holder	.gal-item .id					{ display: none; }

#gallery-holder	.gal-item a						{ display: block; position: relative; }
#gallery-holder	.gal-item img.icon				{ position: absolute; top: 106px; left: 106px; opacity: 0; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
#gallery-holder	.gal-item:hover img.icon		{ opacity: 1; }

#gallery-holder .cat-entry						{ margin: 35px 0 10px 0; padding: 20px 0 10px 0; background: #fff; border: 1px #dcdcdc solid; }

#gallery-holder .items-hidden					{ display: none; }

.gal-photos a									{ display: block; float: left; width: 175px; height: 175px; margin: 0 0 15px 0; background: #000 url('../_images/site/ajax-loader.gif') no-repeat 47% 47%; border: 1px #777 solid; font-size: 1px; }
.gal-photos a img								{ margin-bottom: 15px; font-size: 1px; }

/* section-polecamy */

.tbl-gal-categories								{ width: 100%; margin: 0 0 40px 0; }
.tbl-gal-categories	a							{ display: block; height: 68px; padding: 8px 8px 0 8px; border: 1px transparent solid; color: #888; font-size: 1.1em; text-align: center; text-decoration: none; text-transform: uppercase; }

.tbl-gal-categories	a:hover						{ color: #4ba5a6; }
.tbl-gal-categories	a.active					{ background: url('../_images/site/gal-categories-a_bg.png') center bottom no-repeat; color: #4ba5a6; }

.gal-cat-desc									{ display: none; }

/* ******************************************* */
/* section-kontakt */

#section-kontakt .page-frame					{ padding: 35px 0 0 0; }
#section-kontakt h1								{ color: #ffffff; }
#section-kontakt h2								{ color: #fff; }

#section-kontakt a								{ color: #f2f2f2;}

#section-kontakt .desc-holder					{ float: left; width: 520px; margin: 20px 30px 0 0; color: #fff; }
#section-kontakt .form-holder					{ float: left; width: 410px; margin: 20px 0 0 0;}

#section-kontakt .in-text,
#section-kontakt .in-textarea					{ float: left; width: 310px; height: 15px; margin: 0 0 10px 0; padding: 10px 10px 10px 10px; background: #ecf1ed; border: 1px #eef0ef solid; color: #7b7b7b; }
#section-kontakt .in-textarea					{ float: none; width: 385px; height: 80px; }

#section-kontakt .but-submit					{ float: right; width: 213px; height: 42px; margin: 0 3px 0 0; padding: 0 0 0 0; background: #fff; border: none; color: #4da4a6; font-size: 1.3em; cursor: pointer; }
#section-kontakt .but-submit:hover				{ background: #e5e5e5; }

/* ******************************************* */
/* page_galeria */

#page_galeria li								{ float: left; margin: 5px 0; }

#page_galeria .gallery-pos a                    { position: relative; display: block; width: 175px; height: 174px; padding: 3px 0 15px 16px; background: url('../_images/site/p-galeria-entry_bg.png') no-repeat;}
#page_galeria .entry-name						{ color: #000; position: absolute; width: 144px; height: 50px; background: url('../_images/site/p-galeria-entry-name_bg.png'); top: 117px; left: 15px; overflow: hidden; padding: 5px 7px; text-align: center;}

#page_galeria .entry-overlay					{ display: block; position: absolute; width: 156px; display: block; height: 164px; left: 15px; top: 3px;} 
#page_galeria a:hover .entry-overlay			{ background: url('../_images/site/p-galeria-entry-overlay_bg.png'); }

#page_galeria .items							{ margin: 0 0 0 0; }
#page_galeria .items a							{ display: block; float: left; margin: 5px 5px 5px 5px; }
#page_galeria .items a img						{ border: 1px #7c7c7c solid; }


/*
 * Showcase section
 */
#showcase_details {
	left: 0px;
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 1600;
	color: #444;
	height: 100%; /* fixed in fixContentHeight to account for parent's offset top */
	overflow: auto;
}

#project_content {
	width: 800px; /* showcase 701 + info left 330 + 20 for scrollbar*/
	height: 100%;
	overflow: visible !important; /* for the stylized scrollbar */
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
}

#project_descriptor {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 3600;
}

#project_descriptor .inner {
	width: 810px;
	margin: 0 auto 0 auto;
	background: #fff;
}

#project_descriptor ul.nav {
	float: right;
	width: 245px;
	padding: 20px 0 21px 0;
	background: #fff; 
}


.showcase-logo {
	float: left;
    width: 400px; 
    height: 90px;
    padding: 20px 0 0 5px;
}

.showcase-logo img {
	float: left;
    margin: 0 40px 0 0;
}

.showcase {
	display: none;
	width: 100%;
}

#showcase_details h3 {
	font-size: 16pt;
	font-weight: normal;
	margin: 10px 0 0 30px;
	text-transform: uppercase;
}

#showcase_details .subtitle {
	font-size: 15pt;
	margin: .7em 0em .7em 0em;
	text-transform: uppercase;
}

#showcase_details p {
	margin: 2em 0em 2em 0em;
}

#showcase_details hr {
	background: url("../_images/site/hr_tooltip.png") repeat-x;
	height: 1px;
	line-height: 1px;
	border: none;
	margin: 0px;
}

#showcase_details_back,#showcase_details_next,#showcase_details_previous {
	display: block;
	float: right;
	text-align: center;
	margin-right: 1px;
	color: white;
	cursor: pointer;
	font-size: 12px;
	font-family: 'Tahoma', serif;
    width: 54px;
    height: 54px;
}

#showcase_details_back:hover,#showcase_details_next:hover,#showcase_details_previous:hover {
	color: black;
}

#showcase_details_back {
	background-image: url('../_images/site/showcase/showcase_close.png');
	background-repeat: no-repeat;
	background-position: top;
}

#showcase_details_back:hover {
	background-position: bottom;
}

body.overlayed											{ overflow: hidden; }

/* because the showcase requires a little bit more space, treat the section to an extra 5px on both sides*/
#content_main>#galeria.section {
	/* width: 690px;
	margin-left: -6px; */
}

#showcase_overlay {
	display: none;
}

#showcase_overlay .antares_overlay {
	cursor: auto;
}

#showcase_widget {
	position: relative;
	height: 810px;
}

.showcase_items>li {
	display: block;
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	float: left;
	text-transform: uppercase;
	overflow: hidden;
	cursor: pointer;
}

.column2>.showcase_items>li {
	width: 219px;
	height: 150px;
}

.column3>.showcase_items>li {
	width: 145px;
	height: 99px;
}

.showcase_items>li>img,.showcase_items>li>.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.showcase_items>li>.overlay {
	background-color: rgb(237, 38, 137);
	opacity: .9;
	left: 100%;
	font-family: 'Tahoma', serif;
	color: white;
}

.showcase_items h5 {
	font-size: 10pt;
	margin: 15px 15px 15px 18px;
	font-weight: bold;
}

.showcase_items .subtitle {
	font-size: 8pt;
	margin: 15px 15px 15px 18px;
	font-weight: normal;
}

.showcase_items img.open {
	position: absolute;
	right: 0px;
	bottom: -5px;
}

#showcaseFilters {
	margin-bottom: 1.5em;
}

#showcaseFilters li {
	display: block;
	float: left;
	padding: .5em 1em .5em 1em;
	margin-right: 1px;
	background: black;
	color: white;
	cursor: pointer;
	font-size: 12px;
	font-family: 'Tahoma', serif;
	font-weight: bold;
}

#showcaseFilters li:hover,#showcaseFilters li.selected {
	background: rgb(237, 38, 137);
}

#showcase_widget .page,#showcase_widget .next,#showcase_widget .previous,#showcase_widget .next_disabled,#showcase_widget .previous_disabled
	{
	height: 14px;
	line-height: 14px;
	background-color: black;
	float: left;
	font-size: 10pt;
	cursor: pointer;
	padding: 7px;
	margin-top: 30px;
	color: white;
	font-family: 'Tahoma', serif;
	position: absolute;
	bottom: 0px;
}

#showcase_widget .next,#showcase_widget .previous,#showcase_widget .next_disabled,#showcase_widget .previous_disabled {
	width: 130px;
}

#showcase_widget .previous:hover,#showcase_widget .next:hover {
	background-color: rgb(237, 38, 137);
}

#showcase_widget .previous,#showcase_widget .previous_disabled {
	padding-left: 4em;
	background: url('../_images/site/slideshow_btn_prev_hover.png') 0 50% no-repeat black;
	left: 0px;
}

#showcase_widget .next,#showcase_widget .next_disabled {
	text-align: right;
	padding-right: 4em;
	background: url('../_images/site/slideshow_btn_next_hover.png') 100% 50% no-repeat black;
	right: 0px;
}

#showcase_widget .previous_disabled,#showcase_widget .next_disabled {
	background-color: #cccccc;
	z-index: -1;
}

#showcase_widget .page {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	left: 197px;
	font-size: 8pt;
	text-align: center;
}

#scrollfix_for_showcase			{ height: 0px; font-size: 1px; line-height: 0; }




/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}



/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: visible;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 50px;
	width: 1px;
	height: 100%;
	background: black;
	overflow: visible;
	margin-right: 5px;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: black;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #929292;
	position: relative;
}

.jspDrag
{
	background: #22bec4;
	position: relative;
	top: 0;
	cursor: pointer;
	width: 12px;
	right: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 5px;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../_images/site/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../_images/site/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../_images/site/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../_images/site/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 17px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}