

/*
* -------------------------------
* content 
* ------------------------------- 
*/

* { padding: 0; margin: 0;  }

body { /* font: 12px/1.5em Arial, sans-serif;  */color: #333; padding: 20px; }
body { font-family: Arial, sans-serif; line-height: 1.5em; }
a { color: #468EBF; text-decoration: underline; outline: none; } 
a:hover {  }  
a:selected { outline: none; }
a img { border: none; } 
iframe { display: block; } 
pre { font-size: 12px; line-height: 1.5em; }

ul {  }
li { margin-left: 1.5em; }
.wide_list li { margin-bottom: 1em; }

table { width: 100%; table-layout: fixed; }
table caption { font-size: 1.5em; padding: 0.5em 10px 0.5em 0; text-align: left; border: solid 1px #CCC; border-width: 0 0 1px 0; }
table td { vertical-align: top; padding-right: 1.5em; padding-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6, .h1 { line-height: 1em; margin-bottom: 0.5em; }
h1, .h1 { font-size: 4em; font-weight: 300; }
h2 { font-size: 1.75em; font-weight: normal; }
h3 { font-size: 1.5em; font-weight: normal; }
h4 { font-size: 1.35em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 0.75em; font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a { text-decoration: none; /* color: inherit !important; */ }

blockquote { margin-left: 1.5em; margin-bottom: 1.5em; padding: 1.5em; background: #F0F0F0; font: italic 1.2em Georgia, "Times New Roman", serif; }
blockquote::before { display: block; width: 16px; height: 16px; border: solid 1px #CCC; }

.cleaner { display: block; height: 1px; clear: both; overflow: hidden; font-size: 1px; }
.last { border: none !important; }
.h1 { display: block; float: left; margin: 0 20px 0 0; }

a.btn { 
	display: inline-block; margin: 0.75em 0.75em 0 0; padding: 0.25em 1em; background-color: #468EBF; color: #FFF; border-radius: 8px; text-decoration: none;
	background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.1) 50%, transparent 50%);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4), 0 -1px 0 rgba(0, 0, 0, 0.4);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	border-top: solid 1px #81bbd9;
	border-bottom: solid 1px #2c6ea7;
}
a.btn:hover { 
	/* color: #FFF; text-decoration: none; */
	background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2) 50%, transparent 50%);
}

p, table, ul, ol, dl, .table_grid_wrap, a.btn, blockquote, .col { margin-bottom: 2.5em; }
p:last-child, table:last-child, ul:last-child, .table_grid_wrap:last-child, a.btn:last-child, .tabs_wrap:last-child, blockquote:last-child, .col:last-child { margin-bottom: 0; }
table.grid_content td.separator { width: 2.5em; height: 2.5em; }

/* Articles List --------------------------------------------------------------------------------------------------------------------*/

.article_list { overflow: hidden; }
.article_list li { margin-left: 0; padding-bottom: 2em; width: 50%; float: left; }
.article_list li:nth-child(odd) { clear: left; }
.article_list a { color: #468EBF; }
.article_list strong { font-size: 1.5em; font-weight: 300; }



/* Table Grid ------------------------------------------------------------------------------------------------------------------------*/

.table_grid_wrap { clear: both; }
.table_grid_wrap table { border-collapse: collapse; table-layout: auto; margin-bottom: 0; }
table.grid_content { border-collapse: collapse; }
table.grid_content td { padding: 0; }
table.grid_content td.separator { padding: 0; }

.table_grid_wrap { 
	background: #EEE; padding: 5px;
	border-radius: 8px;
}

.table_grid_wrap caption { 
	border-width: 1px 1px 0 1px; background: #999; color: #FFF; padding-left: 10px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.table_grid_footer { 
	border: solid 1px #CCC; border-width: 0 1px 1px 1px; background: #EEE; padding: 0 10px; text-align: right; font-size: 0.8em;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.table_grid_wrap table { width: 100%; border-collapse: collapse; border: solid 1px #CCC; border-width: 1px 0 0 1px; }
.table_grid_wrap th, .table_grid_wrap td { border: solid 1px #CCC; border-width: 0 1px 1px 0; }
.table_grid_wrap th { background: #DDD; text-align: left; padding: 3px 10px; }
.table_grid_wrap td { padding: 5px 10px; border-spacing: 0; background: #FFF; }

td.num { text-align: right; width: 1%; white-space: nowrap; }

.highlight { background: #FFC; font-weight: bold; }
.num { font-family: Georgia, serif; font-size: 1.05em; white-space: nowrap; }
.attention { 
	padding: 20px; border: solid 1px #CC9; 
	background: #FFC; 
	background: -moz-linear-gradient(100% 100% 90deg,#FFC,#FFC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFC), to(#FFC));
	border-radius: 7px;
}
.icon_feature { float: left; margin: 0 1em 2em 0; }

/* Tabs -----------------------------------------------------------------------------------------------------------------------------*/

.tabs_wrap .tabs { border-bottom: solid 3px #999; overflow: hidden; font-weight: bold; margin-bottom: 0; }
.tabs_wrap .tabs li { display: block; float: left; border: solid 1px #999; border-width: 1px 1px 0 1px; background: #F0F0F0; margin: 0 2px 0 0; }
.tabs_wrap .tabs a { display: block; padding: 3px 10px; }
.tabs_wrap .tabs .selected { background: #999; }
.tabs_wrap .tabs .selected a { color: #FFF; }
.tabs_wrap .tabs .selected a:hover { color: #FFF; }
.tabs_wrap .inner { padding: 20px 0; border-bottom: solid 1px #CCC; }


/* Cols ------------------------------------------------------------------------------------------------------------------------------*/
.col_dewrap { margin: 0 -15px; overflow: hidden; }

.col { float: left; overflow: hidden;  }
.col .inner { padding: 0 15px; }
.col .inner.right { padding-right: 15px; }
.col .inner.left { padding-left: 15px; }
.col .inner.top { padding-top: 15px; }
.col .inner.bottom { padding-bottom: 15px; }

.c2  { width: 50%; }
.c3  { width: 33.33%; }
.c4  { width: 25%; }

.c23 { width: 66.66%; }
.c34 { width: 75%; }

.c100 { width: 100%; float: none; }

.c2:nth-child(2n-1),
.c3:nth-child(3n+1) { clear: left; }

.icons_list { overflow: hidden; }
.icons_list .col { width: 115px; height: 8.5em; text-align: center; }

/* PopUp -----------------------------------------------------------------------------------------------------------------------------*/
.popup_block {
	display: none; background: #FFF; border: 20px solid #CCC; float: left; position: fixed; top: 50%; left: 50%; z-index: 99999;
	box-shadow: 0px 0px 20px #000;
	border-radius: 10px;
}
.popup_block .inner { padding: 20px; max-height: 400px; overflow-y: auto; }
.popup_block a.close { float: right; margin: -42px -42px 0 0; display: block; background: url("images/overlay-close.png") 0 0 no-repeat; width: 42px; height: 42px; text-indent: 100px; overflow: hidden; white-space: nowrap; }
.popup_block a.close:hover { background-position: 0 -42px; }

/*
* -------------------------------
* interface 
* ------------------------------- 
*/

body { background-color: #333; padding: 0; }

#page_wrap { display: block; width: 100%; margin: 0 auto; }

/* Header ------------------------------------------------------------------------------------------------------------------------*/

#header 		{ background: #333; color: #999; height: 91px; font-size: 14px; }
#header *		{ padding: 0; margin: 0; text-shadow: 0px -1px 2px #111; }
#header ul		{ display: block; float: left; width: 730px; height: 45px; }
#header li		{ list-style: none outside; display: block; float: left; }
#header li a	{ display: block; }

#head_logo { display: block; float: left; width: 247px; height: 91px; background:url('images/antipodes_logo.png') left center no-repeat; text-indent: -2000px; border: 1px solid #555; border-width: 0 1px; }
#head_logo:hover { background: url('images/antipodes_logo_hover.png') left center no-repeat; }

#head_nav				{ position: relative; }
#head_nav .nav  		{ border: 1px solid #555; border-width: 1px 1px 0 0; }
#head_nav .nav > li  	{ width: 20%; }
#head_nav .nav li a 	{ color: #999; line-height: 45px; text-align: center; border-left: 1px solid #555; padding: 0 20px; }
#head_nav .nav > li:first-child > a { border-left: none; }
#head_nav .nav li > ul  { display: none; position: absolute; top: 91px; min-width: 170px; max-width: 250px; height: auto; background-color: #333; border-top: 1px solid #555; box-shadow: 0 0 10px #333; z-index: 900; }
#head_nav .nav li > ul li { width: 100%; float: none; }
#head_nav .nav li > ul li a { line-height:18px; padding: 10px 20px; border-bottom: 1px solid #555; border-right:1px solid #555; text-align: left; }
#head_nav .nav li > ul li a:hover,
#head_nav .nav li:hover ul { display: block;}
#head_nav .nav > li:hover > a { background-color: #444; color: #FFF; text-decoration: none;  }
#head_nav .nav > li > ul > li a:hover { background-color: #444; color: #FFF; text-decoration: none;  }

#header .contacts { border-right: 1px solid #555; font-size: 10px; }
#header .contacts li { line-height: 15px; color:#999; border-right: 1px solid #555; padding: 0 25px; margin: 15px 0; }
#header .contacts li a { color: #777; }

#header .langs { display: block; position: absolute; z-index: 900; top: 12px; right: 30px; font-size: 10px; }
#header .langs label { display: block; float: left; margin-right: 15px; }
#header .langs ul { color: #FFF; background: #999; height: 18px; overflow: hidden; background: #333 url('images/down_arrow.png') right center no-repeat; padding-right: 8px; width: 100px; } 
#header .langs li { display: none; float: none; }
#header .langs li.selected { display: block; }
#header .langs ul:hover { overflow: visible; }
#header .langs ul:hover li { display: block; }
#header .langs a { display: block; padding-left: 32px; background: #333 url('images/sprite.png') 10px center no-repeat; color: #999; }
#header .langs a:hover { color: #FFF; }
#header .langs a.bg { background-image: url('images/flag_bg.png'); }
#header .langs a.en { background-image: url('images/flag_uk.png'); }

#header a { text-decoration: none; color: #333; }

/* Footer ------------------------------------------------------------------------------------------------------------------------*/

#footer { display: block; font-size: 12px; }
#footer *	{ padding: 0; margin: 0; }

#footer a { color: #555; text-decoration: none; }
#footer li { list-style: none outside; }

#footer	.nav { border: 1px solid #a8a8a8; border-width: 0 1px; background-color:#CCC; text-shadow: 0px 1px 1px #EEE; }
#footer .copy { font-size: 10px; }

#footer .nav .container { border: 1px solid #a8a8a8; border-width: 0 1px; }
#footer .copy .container { border: 1px solid #2a2a2a; border-width: 0 1px 1px 1px; }

#footer .breadcrumbs { height: 39px; border-bottom: 1px solid #a8a8a8; overflow: hidden; }

#footer .toc {  }
#footer .toc .foot_col { display:block; float:left; width: 175px; padding: 15px 0 15px 20px; }
#footer .toc .foot_col h5 { font-size: 1.2em; font-weight: normal; color: #333; margin-bottom: 5px; }
#footer .toc .foot_col li a { padding-left: 10px; background: url('images/list_arrow.gif') left center no-repeat; }
#footer .toc .foot_col li a:hover { text-decoration: underline; color: #222; }

#footer .copy p { float: left; color: #999; margin-left: 30px; line-height: 40px; }
#footer .copy .foot_logo { display: block; float: right; width: 95px; height: 40px; background: url('images/logo_footer.png') left center no-repeat; text-indent: -2000px; margin-right: 30px; }



#ie_browser { display: none; width: 600px; position: absolute; left: 50%; top: 50%; margin: -200px 0 0 -300px; text-align: center; background: url(/public/styles/images/browser_background.png) center no-repeat; }
#ie_browser h3 { text-transform: uppercase; }
#browsers { width: 420px; height: 64px; margin: 2.5em auto;} 
#browsers a { display: block; float: left; width: 64px; height: 64px; overflow: hidden; margin: 0 10px; background: url(/public/styles/images/browser_logos.png) left top no-repeat; text-indent: 64px; white-space: nowrap;  }
#browsers a.chrom 		{ background-position: 0 }
#browsers a.firefox 	{ background-position: -64px }
#browsers a.opera 		{ background-position: -128px }
#browsers a.safari 		{ background-position: -192px }
#browsers a.iexplorer 	{ background-position: -256px }


/* Actions ------------------------------------------------------------------------------------------------------------------------*/

.actions 					{ display: block; float: right; margin-bottom: 0; }
.actions li 				{ display: block; float: left; margin-left: 0; }
.actions li	a 				{ display: block; width: 14px; height: 14px; margin-right: 10px !important; background: url('images/sprite.png') 0 -540px no-repeat; text-indent: -2000px; overflow:hidden; }
.actions li:last-child a 	{ margin-right: 0; }

.actions .action_facebook 	{ background-position:0 -586px; }
.actions .action_mail 		{ background-position:0 -540px; }
.actions .action_print 		{ background-position:0 -555px; }
.actions .action_top 		{ background-position:0 -570px; }
.actions .action_font_incr 	{ background-position:0 -525px; width: 16px; }
.actions .action_font_decr 	{ background-position:0 -510px; width: 16px; }

.content .action_top,
#footer .action_font_incr, #footer .action_font_decr { display: none; }

#footer .actions { margin: 13px 20px 0 0; }

.content .actions li { line-height: 0.9em; }


/* Page Path ------------------------------------------------------------------------------------------------------------------------*/

.page_path { margin-bottom: 0; font-size: 12px; }
.page_path li { display: block; float:left; background: url('images/page_path.png') right center no-repeat; margin-left: 0; }
.page_path a { text-decoration: none; color: #555; }

.content .page_path { float: left; display: block; }
.content .page_path	li { padding-right: 15px; margin-right: 7px; line-height: 0.9em; }
.content .page_path li:last-child { padding-right: 0; margin-right: 0; background: none; }

#footer .page_path li a { display: block; padding: 0 35px 0 20px; line-height: 39px; }


/* Contacts ------------------------------------------------------------------------------------------------------------------------*/

.contact { font-size: 12px; }
.contact a { color: #333; text-decoration: none; }
.contact li {line-height: 20px; border-bottom: 1px solid #CCC; padding-bottom: 3px; list-style: none; margin-left: 0; }
.contact .icon { float:left; margin: 4px 5px 2px 0; display: block; width: 14px; height: 14px; background: url('images/contact_icons_content.png') left top no-repeat; }
.contact .icon.info { background-position: 0 0; }
.contact .icon.phone { background-position: 0 -25px; }
.contact .icon.phone2 { background-position: 0 -49px; }
.contact .icon.email { background-position: 0 -74px; }


/* Elements ------------------------------------------------------------------------------------------------------------------------*/

.panel.gallery  { padding: 0 0 0 20px !important; }
.panel.gallery .header { margin: 0 0 0 -20px !important; }
.panel .header h3 { margin-bottom: 0; }
.gallery .image { display: block; border: solid 1px #CCC; background: #FFF; float: left; margin: 0 20px 20px 0; width: 190px; height: 100px; position: relative; }
.gallery .image .video { display: block; width: 48px; height: 48px; border: solid 1px #CCC; background: #FFF url("images/icon_play_48.png") 50% 50% no-repeat; position: absolute; top: 50%; left: 50%; border-radius: 24px; margin: -24px 0 0 -24px; }
.gallery .image:hover { box-shadow: 0 0 5px #999; }

#fade { display: none; background: #000; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .80; z-index: 1000; }

.pageflip { position: relative; right: 0; top: 0; z-index: 400; }
.pageflip img { width: 50px; height: 53px; z-index: 420; position: absolute; right: 0; top: 0; box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.3); }
.pageflip .msg_block { width: 50px; height: 50px; z-index: 410; position: absolute; right: 0; top: 0; background: url('images/page_flip_main.png') no-repeat right top; text-indent: -9999px; }


/* Content ------------------------------------------------------------------------------------------------------------------------*/

#main { width: 100%; padding-top: 10px; background:#FFF url('images/main_bg.png') left top repeat-x; }
.container { display: block; width: 980px; margin: 0 auto !important; }
.container .container { width: auto; }

.page_header { overflow: hidden; }
.page_header .inner { width: 980px; margin: 0 auto; position: relative; }
.page_header img { display: block; margin: 0 auto; }
.page_header .page_head_title { position: absolute; font-weight: 300; line-height: 0.65em; bottom: 110px; left: 30px; font-weight: 300; }
.page_header .page_head_desc { position: absolute; font-size: 16px; font-style: italic; line-height: 1em; bottom: 20px; left: 30px; }

body:not(.modules) .page_content_header + p strong { color: #666; font-size: 1.5em; font-weight: 300; }

.content .inner.container { width: 920px; padding: 30px; min-height: 300px; background-color: #FFF; box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }

.content .column { float: left; }

.sidebar { width: 225px; padding: 0; }
.sidebar .panel { padding: 20px; background: #F0F0F0; border: 1px solid #CCC; margin-bottom: 20px;  }
.sidebar .panel .header { margin: -20px -20px 10px -20px; padding: 0 0 0 20px; font-size: 14px; line-height: 2em; border-bottom: solid 1px #CCC; }

.localnav a { color: #333; text-decoration: none; }
.localnav .list { font-size: 14px; }
.localnav .list li ul { padding: 0 0 0 10px; font-size: 12px; }
.localnav li.selected {  }
.localnav li.selected a { color: #468EBF; }
.localnav li.selected li a { color: #333; }

.sidebar .list li { list-style: none; margin-left: 0; }
.sidebar .list li a { display: block; }
.sidebar .list li a { padding: 0 0 10px 0; }
.sidebar .list li li a { padding: 7px 0 7px 10px; line-height: 1em; }
.sidebar .list li ul { padding: 0 0 20px 0; }

.mainbar { width: 665px; padding-left: 30px; overflow: visible; /* font-weight: 300; */ }
.mainbar .panel { padding: 20px; background: #F0F0F0; border: 1px solid #CCC; margin-bottom: 2.5em;  }
.mainbar .panel .header { margin: -20px -20px 10px -20px; padding: 0 0 0 20px; }

.landing { padding-bottom: 10px; }
.landing .inner { border-bottom-color: #444; }
.landing .mainbar { width: 920px; padding-left: 0; }
.landing .sidebar { display: none; }


.landing li a { color: #FFF; }
.landing .tabs_wrap li { background: #444; border-color: #444; }
.landing .tabs_wrap li.selected { background: #999; border-color: #999; }
.landing .tabs_wrap .icon_feature { margin-right: 2em; }

.landing blockquote { background: rgba(255, 255, 255, 0.10); color: #ADE; font-size: 1.5em; }
.landing .gallery .image { width: 202px; }

.landing .page_header {/*  width: 100%; max-width: 1800px; */ height: auto !important; overflow: hidden; }
.landing .page_header .img { /* position: relative; left: 50%; margin-left: -800px; */ }

.landing .icon_feature { margin-bottom: 0; }

.landing .page_content_header { display: none; }
.landing .page_content_header + p { display: block; margin-left: -30px; margin-right: -30px; margin-top:  -30px; padding: 20px 30px; font-weight: bold; background: #000; color: #AAA; }
.landing .inner.container { min-height: inherit; background: #000; color: #999; }
.landing h1 a, .landing h2 a, .landing h3 a, .landing h4 a, .landing h5 a, h6 a, .h1 a { color: inherit !important; }

.fullwidth .mainbar { width: auto; padding: 0; }

.panel .header h3 { padding: 0.75em 0; }

.content .mainbar h1 { margin-top: 5px; line-height: 0.8em; font-size: 3em; }




/* 
------------------------------------------------------------
Basic Mobile Layout: 
------------------------------------------------------------
*/
@media only screen 
and (min-width : 320px) 
and (max-width : 1023px)
{
	
	h1, .h1 { font-size: 2.4em }
	body.pages { background: #FFF url('images/main_bg.png') left top repeat-x; }
	.container, .content { margin: 0 auto; }
	
	#head_logo, #head_logo:hover { background-color: #222; width: 100%; height: 60px; background-position: center center; border: none; }
	#header, #head_nav { width: auto; height: 60px; border: none; }
	
	#footer .copy { background-color: #333; }
	#footer .nav { border: none; }
	#footer .toc .foot_col:nth-child(2n-1) { clear: both; }
	#footer .actions { display: none; }

	#main { padding-top: 0; }
	
	.content .page_header { display: none; }
	.content .inner.container { width: auto; padding: 0; }
	.content .inner.container .sidebar { display: none; }
	.content .mainbar { width: auto; padding: 0; margin: 20px; }
	.content .page_path { width: 100%; padding-bottom: 10px; margin: -10px 0 10px 0; border-bottom: 1px solid #CCC;}
	.content .page_path li:last-child { display: none; }
	.content img { height: auto; }
	.content td img { width: 100%; }
	.content img.icon_feature { width: 64px; }
	
	.landing { margin: 0 auto !important; padding: 0 !important; }
	.landing .img { width: 100%; } 
	.landing .inner.container { padding: 0; }
	.landing .page_header { display: block; margin: 0 -20px; }
	.landing .page_header .inner { display: none !important; }
	.landing .page_content_header + p { margin-top: -20px; margin-right: -20px;  margin-left: -20px; }

	.tabs_wrap { border-top: 2px solid #999; } 
	.tabs_wrap .tabs { width: 25%; float: left; border-width: 0 0 1px 0; } 
	.tabs_wrap .tabs li { display: block; float: left; width: 100%; border: solid 1px #999; border-width: 1px 0px 0 0px; background: #EEE;}
	.tabs_wrap > div.inner { float: left; width: 70%; padding-left: 5%; border: none; }
}

/* 
------------------------------------------------------------
 Mobile Layout: 320px. 
------------------------------------------------------------
*/
@media only screen 
and (max-width : 479px)
{
	#head_nav .contacts, #head_nav .nav { display: none; }
	#footer .toc .foot_col { width: 140px; }
	.container, .content { width: 320px !important; }
	.content .inner img { max-width: 280px; }
	
	.landing .page_header img { }
	
	.col { width: 100% !important; float: none !important; margin-bottom: 2.5em; }
}

/* 
------------------------------------------------------------
 Mobile Wide Layout: 480px. 
------------------------------------------------------------
*/
@media only screen 
and (min-width : 480px) 
and (max-width : 767px)
{
	.container, .content { width: 480px !important; }
	#footer .toc .foot_col { width: 200px; }
	.content .inner img { max-width: 440px; } 
	#head_nav .contacts, #head_nav .nav { display: none; }
	
	.content .col { width: 50% !important; }
	.content .col.c100 { width: 100% !important; float: none; }
}


/* 
------------------------------------------------------------
  Tablet Portrait Layout:  
------------------------------------------------------------
*/
@media only screen 
and (min-width: 768px) 
and (max-width: 1023px)
{
	.container, .content { width: 768px; }
	
	#header, #head_nav { height: 105px; }
	#head_nav { border: 1px solid #555; border-width: 0 1px 0 1px; }
	#head_logo, #head_logo:hover { width: 245px; border: none; height: 60px; background-position: left center; background-color: transparent; }
	#header .contacts { border: none; width: 520px; height: 50px; padding: 5px 0; border-left: solid 1px #555; }
	#head_nav .nav { width: 100%; border: none; border-top: solid 1px #555; } 
	#header { border-bottom: 1px solid #555; }
	#head_nav .nav li > ul, #head_nav .nav li:hover > ul,  #head_nav .nav_holder .contacts { display: none; }
	
	#footer .nav  { border: none;}
	#footer .toc .foot_col { width: 132px; clear: right !important; }
	#footer .container { width: 766px;}
	#footer .copy { background-color: #333; }
	
	.actions { margin-top: -33px; }
	
	/* Exceptions*/
	.webcad_3dspacer .landing { padding: 0 !important; margin-top: 0px !important; background: rgba(0,0,0,0.85); }
	.about .landing, .services .landing { padding-bottom: 0 !important; }
	
}

/*
* -------------------------------
* exeptions 
* ------------------------------- 
*/


.cubes .landing .tabs_wrap .icon_feature { margin-bottom: 2.5em; }

.abbyy .landing .inner.container { background: #999; color: #333; }


.services .landing .page_content_header + p { margin: 0 0 2.5em 0; padding: inherit; font-weight: normal; background: none; color: inherit; }


.about .landing .inner.container { background: #333; /* color: #FFF; */ }
.about .landing .page_content_header + p { margin: 0 0 2.5em 0; padding: inherit; font-weight: normal; background: none; color: inherit; }



.popup_block h1 { border-bottom: solid 1px #CCC; padding-bottom: 16px; margin-bottom: 16px; }
.popup_block label, .popup_block input[type="text"], .popup_block textarea { display: block; float: left; line-height: 40px; font-size: 1em; line-height: 1em; padding: 5px 0; }
.popup_block label { width: 33%; clear: both; }
.popup_block input[type="text"] { width: 66%; height: 1em; margin-bottom: 10px; border-radius: 6px; border: solid 1px #CCC; text-indent: 10px; }
.popup_block textarea { width: 66%; border-radius: 6px; border: solid 1px #CCC; padding: 5px; margin-right: -10px; height: 4em; }
.popup_block input.error { border-color: #999; border-width: 3px;  }


.project { overflow: hidden; margin-top: 5em; padding-top: 2.5em; border-top: dashed 1px #CCC; }
.project .slider_wrap { width: 690px; display: block; float: left; height: 300px; margin-bottom: 30px; background-color: #EEE; position:relative;}
.project .slider_wrap .slider li{list-style:none; margin-left:0px;}
.project .slider_wrap .slider li img { width:690px; height:300px; }
.project h3 { width: 200px; padding-left: 30px; float: left; font-size: 4em; line-height: 0.75em; font-weight: 300; }
.project h3 span { display: block; font-size: 0.25em; line-height: 1em; margin-bottom: 5px; font-weight: 900; /* text-align: right;  */ }
.project p { clear: both; width: 690px; display: block; float: left; margin-bottom: 0; }
.project blockquote { width: 200px; padding: 0 0 0 30px; display: block; float: left; margin: 0; background: none; font-size: 1.1em; }
.portfolio #mainbar { width: 100% !important; padding:0; }

/* .project .slider_wrap .controls { display: block; position: absolute; top: 50%; margin-top: -22px; height: 45px; left: 10px; }
.project .slider_wrap .controls span { display: block; position: absolute; top: 50%; margin-top: -22px; width: 22px; height: 45px; text-indent: -2000px; left: 10px; }
.project .slider_wrap .controls span a { display: block; width: 100%; height: 100%; outline: none;  background: url('images/sprite.png') no-repeat transparent; background-position: -410px 0;}
.project .slider_wrap .controls span:last-child 	{ right: 10px !important; }
.project .slider_wrap .controls span:last-child a	{ background-position: -435px 0 !important;} */

/*
* -------------------------------
* prettyPhoto 
* ------------------------------- 
*/

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/public/styles/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/public/styles/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/public/styles/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/public/styles/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/public/styles/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
/* 
div.pp_default .pp_next:hover{background:url(/public/styles/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/public/styles/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer} 
*/
div.pp_default .pp_next:hover { background: url('/public/styles/images/prettyPhoto/pp_next.png') right center no-repeat; }
div.pp_default .pp_previous:hover { background: url('/public/styles/images/prettyPhoto/pp_previous.png') left center no-repeat;}
div.pp_default .pp_expand{background:url(/public/styles/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(/public/styles/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/public/styles/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(/public/styles/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(/public/styles/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(/public/styles/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/public/styles/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/public/styles/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/public/styles/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/public/styles/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/public/styles/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/public/styles/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/public/styles/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/public/styles/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/public/styles/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/public/styles/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/public/styles/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/public/styles/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/public/styles/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/public/styles/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/public/styles/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/public/styles/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/public/styles/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/public/styles/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/public/styles/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/public/styles/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(/public/styles/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/public/styles/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/public/styles/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/public/styles/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/public/styles/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/public/styles/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/public/styles/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/public/styles/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/public/styles/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/public/styles/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/public/styles/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(/public/styles/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(/public/styles/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/public/styles/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/public/styles/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/public/styles/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/public/styles/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/public/styles/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/public/styles/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/public/styles/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/public/styles/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/public/styles/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/public/styles/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/public/styles/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/public/styles/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/public/styles/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/public/styles/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/public/styles/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/public/styles/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/public/styles/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/public/styles/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}<br />
<b>Warning</b>:  file_put_contents(__compiled.css) [<a href='function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied in <b>/home/antipodes/web/htdocs/public/styles/styles.php</b> on line <b>88</b><br />
?>
