/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, input, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 1140px;
min-width: 728px; /* old version -> min-width: 755px; */
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}


/* Smaller screens */

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

	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
	}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}

}
/*
Rockefeller - CSS File
*/

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	font-size:12px;
	-webkit-font-smoothing:antialiased;
	margin:0 auto;
	padding:0;
	line-height:20px;
}

/* links */
a, a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a{
transition: color 0.2s;
-moz-transition: color 0.2s; /* Firefox 4 */
-webkit-transition: color 0.2s; /* Safari and Chrome */
-o-transition: color 0.2s; /* Opera */
}

/* heading */
h1, h2, h3{margin-bottom:18px;}
h4, h5, h6{margin-bottom:12px;}
h1	{font-size:32px; line-height:40px; text-transform:uppercase; letter-spacing:1px;}
h2	{font-size:24px; line-height:28px}
h3	{font-size:18px; line-height:24px}
h4	{font-size:15px;}
h5	{font-size:14px;}
h6	{font-size:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; line-height:normal;}
.smallmargin{margin-bottom:12px;}
.largetext{font-size:22px; line-height:28px;}
.valignmiddle{line-height:28px; margin-bottom:8px}

/* Text elements */
hr {
	border-width:0;
	height:30px;
	line-height:0;
	margin:0px;
	margin-bottom:30px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}
#content hr {
	height:40px;
	margin-bottom:40px;
}

p {
	margin-bottom:20px;
}

body p:last-child{margin-bottom:0;}

ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 40px;
	background:url('/static/images/quote.png?cc86d83c6c33') no-repeat 0px 0px;
	clear:both;
	font-style:italic;
	font-size:16px;
	line-height:22px;
}


blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}

blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}


blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:solid 4px #ebebeb;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #ebebeb;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.hidden{display:none !important;}
.textcenter{text-align:center;}
.textleft{text-align:left;}
.textright{text-align:right;}
.invisible{display:none !important;}
.positionleft{float:left;}
.positionright{float:right;}
.insetshadow{
	-moz-box-shadow: inset 0 0 5px -1px #000;
	-webkit-box-shadow: inset 0 0 5px -1px #000;
	box-shadow: inset 0 0 5px -1px #000;
}

/* CONTAINER
-------------------------------------------------------------- */
#subbody{
	width:100%;
	margin:0px;
    padding-top:0px;
}
#outercontainer{width:100%;}
#outerheader, #outerafterheader, #outerslider, #outermain,  #outerfootersidebar, #outerfooter{width:100%;}

#subbody .row{max-width:940px; overflow:visible;}


/* HEADER & MENU
-------------------------------------------------------------- */
#headertext{
	padding:5px 0px 5px 0px;
	height:25px;
	overflow:hidden;
	transition:height 1s ease-in-out,padding 1s ease-in-out;
	-moz-transition:height 1s ease-in-out,padding 1s ease-in-out;
	-webkit-transition:height 1s ease-in-out,padding 1s ease-in-out;
	-o-transition:height 1s ease-in-out,padding 1s ease-in-out;
}
#headertext.empty{
	height:0px !important; padding-bottom:0px !important;
}
#headertext.sticky{
	height:0px !important; padding-bottom:0px !important;
}
#headertext div.alignleft{margin:0px;}
#topsearchform{
	float:right;
	position:relative;
	margin:-5px 0px 0px 0px;
	transition:margin 1s ease-in-out;
	-moz-transition:margin 1s ease-in-out;
	-webkit-transition:margin 1s ease-in-out;
	-o-transition:margin 1s ease-in-out;
}
#headertext.sticky #topsearchform{margin-top:0px;}
#topsearchform input[type="text"]{
	border:1px solid; border-width:0px 1px 1px 1px;
	padding:10px 18px 5px 5px;
	border-radius:0px;
	-webkit-border-bottom-right-radius: 3px !important;
	-webkit-border-bottom-left-radius: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	-moz-border-radius-bottomleft: 3px !important;
	border-bottom-right-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	outline:none;
	width:100px;
}
#topsearchform input#searchsubmit{
	background:url('/static/images/search.png?cc86d83c6c33') no-repeat center;
	border:0px;
	width:15px;
	height:15px;
	position:absolute;
	right:5px;
	top:9px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#outerheader{
position:fixed;
top:0px;
background-color:rgba(255,255,255,0.9);/*
*background-color:#ffffff !important;
_background-color:#ffffff !important;
background-color:#ffffff\0/ !important;*/
z-index:999;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.75);
box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.75);
}
.no-rgba #outerheader{background-color:#ffffff;}
/*noindex:-o-prefocus, #outerheader { background-color:#fff;}*/

.no-boxshadow #outerheader{border-bottom:1px solid #bcbcbc;}
.admin-bar #outerheader{
	top:28px;
}
header{}
#top{}
#logo{float:left; padding:9px 0px 14px 0px; width:30.75%; margin-right:3.8%;}
#logoimg img, #logoimg a{display:block;}
#logo h1{margin-bottom:0px; letter-spacing:-1px;}

/* Social Icon */
.sn{margin:0; padding:0; float:right;}
.sn li{list-style-type:none; height:24px; width:24px; list-style-type:none; margin:0; padding:0px 8px 0px 0px; float:left}
.sn a{display:inline-block; height:24px; width:24px; background-position:0px -24px; background-repeat:no-repeat;}
.sn span{height:24px; width:24px; display:inline;display:inline-block}
.icon-img{background-position:0px 0px; background-repeat:no-repeat;}

/* Menu */
#navigation{margin:0px; padding:30px 0px 0px 0px; float:left; width:65.4%}
#navigation nav{
	float:right;
	margin-bottom:28px;
}
#topnav{
	margin:0;
	padding:0px 0 0 10px;
	list-style-type:none;
	overflow:visible;
	position:relative;
}


.sf-menu a {
	text-decoration:none!important;
	display:		block;
	position:		relative;
	padding: 		0;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
}


.sf-menu > li {
    position: relative;
    z-index: 10;
	padding:2px 15px 2px 15px;
	letter-spacing:0px;
}
.sf-menu > li:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:13px;

}
.sf-menu {
	line-height:100%;
	position:absolute;
	left:0;
	top:0;
	float:left;

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;

}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0px;
	top: 42px; /* match top ul list item height */
	z-index: 99;
	padding:5px 19px 21px 19px;
	background-color:rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 5px rgba(0, 0, 0, 0.75);
}
.no-rgba .sf-menu li:hover ul, .no-rgba .sf-menu li.sfHover ul{background-color:#ffffff;}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;

}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			178px !important; /* match ul width */
	top:			-8px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;

}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			178px !important; /* match ul width */
	top:			-8px;

}
.sf-menu ul li a{
	padding:12px 0px 3px 0px!important;
}

.sf-menu li ul {
	padding:0px 0px;
}
.sf-menu a.sf-with-ul {
	padding-right: 	13px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	width:			9px;
	height:			5px;
	top:4px;
	right:0px;
	background:url('/static/images/arrow_down.png?cc86d83c6c33') no-repeat 0px -20px;
	text-indent: 	-999em;
	overflow:		hidden;
	transition:background-position 0.3s ease-in-out;
	-moz-transition:background-position 0.3s ease-in-out;
	-webkit-transition:background-position 0.3s ease-in-out;
	-o-transition:background-position 0.3s ease-in-out;
}
.sf-menu a.sf-with-ul:hover .sf-sub-indicator{
	background-position:0px 0px;
}
.sf-menu ul.sub-menu .sf-sub-indicator{
	width:5px;
	height:9px;
	top:17px;
	right:-5px;
	background:url('/static/images/arrow_right.png?cc86d83c6c33') no-repeat -20px 0px;
}
.sf-menu ul.sub-menu a.sf-with-ul:hover .sf-sub-indicator{
	background-position:0px 0px;
}

.sf-menu ul{border:0px;}
.sf-menu li li { border-right:0px;}
.sf-menu > li li:before{
	content: "";
	display: block;
	border-right:0px;
}


/* dropdown mobile */
#menu-icon { display: none }


/* Added by Jess */

#navmenu-margin {
	margin-top:25px;
}
/**/

/* AFTER HEADER
------------------------------------------------------------- */

#outerafterheader{
	padding:155px 0 17px 0;
	border-bottom:0px solid;
	background:url('/static/images/bg/bg3.jpg') repeat;
	-moz-box-shadow: inset 0 0 4px #333333;
	-webkit-box-shadow: inset 0 0 4px #333333;
	box-shadow: inset 0 0 4px #333333;
	transition:padding 1s ease-in-out;
	-moz-transition:padding 1s ease-in-out;
	-webkit-transition:padding 1s ease-in-out;
	-o-transition:padding 1s ease-in-out;
}
#outerafterheader.empty, #outerafterheader.sticky{padding-top:125px;}
#afterheader{}
#aftertheheader{}
#aftertheheader .pagetitle{font-size:40px; line-height:45px; margin-bottom:0px; text-transform:uppercase; font-weight:700; letter-spacing:1px;}
.textshadow #aftertheheader .pagetitle{text-shadow: 0px 0px 5px #333333; text-align:left;}

/* SLIDER
-------------------------------------------------------------- */
#outerslider{
	border-bottom:1px solid;
	padding-top:30px;
	transition:padding 1s ease-in-out;
	-moz-transition:padding 1s ease-in-out;
	-webkit-transition:padding 1s ease-in-out;
	-o-transition:padding 1s ease-in-out;
}
#outerslider.sticky, #outerslider.empty{padding-top:5px;}
#slidercontainer{width:100%; margin:0px auto 0px auto; border:0; }
#slider{width:100%; position:relative}
.flexslider.preloader{
	min-height:300px;
	background:url('/static/images/ajax-loader.gif?cc86d83c6c33') no-repeat center center;
}
#slider .flex-control-nav{bottom:13px;}

#slider .flex-direction-nav a{
	width:40px;
	height:40px;
	border:1px solid;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	z-index:100;
	top:50%;
	margin-top:-20px;
	background-repeat: no-repeat;
}
#slider .flex-direction-nav a.flex-prev{
	left:10px;
	background-image:url('/static/images/arrowleft_bold.png?cc86d83c6c33');
	background-position: 11px 12px;
}
#slider .flex-direction-nav a.flex-next{
	right:10px;
	background-image:url('/static/images/arrowright_bold.png?cc86d83c6c33');
	background-repeat: no-repeat;
	background-position: 14px 12px;
}
#slider .flex-caption{position:absolute;top:0px;left:0px;width:100%;height:100%;padding:0px;}
#slider .text-caption{padding-top:75px;}
#slider .text-caption.left .caption-content{width:40%; padding-right:10%;float:left; margin-top:60px;}
#slider .text-caption.leftbottom .caption-content{width:40%; padding-right:10%;float:left; margin-top:150px;}
#slider .text-caption.right .caption-content{width:40%; padding-left:10%;float:right; margin-top:60px;}
#slider .text-caption.top .caption-content{text-align:center; margin-top:20px;}
#slider .text-caption.middle .caption-content{text-align:center; margin-top:150px;}
#slider .caption-content h2{
	font-size:40px;
	font-weight:700;
	line-height:35px;
	letter-spacing:0px;
	opacity:100%;
	text-transform:uppercase;
	-webkit-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.85);
	-moz-text-shadow:    0px 0px 6px rgba(0, 0, 0, 0.85);
	text-shadow:         0px 0px 6px rgba(0, 0, 0, 0.85);
}
#slider .caption-content h3{
	font-size:12px;
	font-weight:500;
	line-height:15px;
	color:#FFF;
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.85);
	-moz-text-shadow:    0px 0px 5px rgba(0, 0, 0, 0.85);
	text-shadow:         0px 0px 5px rgba(0, 0, 0, 0.85);
}

#slider a.sliderbutton{
	border:1px solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.85);
	margin-top:18px;
	padding:10px 0px 10px 25px;
	width:120px;
	height:15px;
	display:block;
	font-size:12px;
	line-height:100%;
	font-weight:500;
	letter-spacing:0px;
	text-transform:uppercase;
}
#slider a.sliderbutton span{
	display:block;
	width:100px;
	background:transparent url('/static/assets/bg_sliderbutton.png?cc86d83c6c33') no-repeat right center;
}
/* Slider added by Jess */

#slider .transbox-container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	right:20%;
	width:320px;
	height:100%;
	padding:0px;
}
#slider .transbox{
	position:absolute;
	top:0;
	left:0;
	background: -moz-linear-gradient(top,  rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	display:block;
	opacity:0.95;
	box-shadow: 0px 0px 15px #000;
	height:100%;
	width:100%;
	z-index:1;
}
#slider .caption-prop{
	position:relative;
	padding:15px;
	z-index:2;
}

/**/

/* PARALLAX
-------------------------------------------------------------- */
#outerslider.parallax{
	padding-top:100px;
	transition:padding 1s ease-in-out;
	-moz-transition:padding 1s ease-in-out;
	-webkit-transition:padding 1s ease-in-out;
	-o-transition:padding 1s ease-in-out;
}
#outerslider.parallax.empty, #outerslider.parallax.sticky{padding-top:70px;}
.parallax #slider{position:relative; height:500px;}
.parallax #slider .plaxitem{position:absolute;}
.parallax #slider span.plaxitem{font-size:60px;font-weight:700;letter-spacing:-2px;}
#outerslider.parallax .flexslider{
	position:absolute;
	width:507px;
	height:389px;
	margin-left:-126px;
	padding-top:21px;
	background:url('/static/images/imac.png?cc86d83c6c33') no-repeat;
}
#outerslider.parallax .flexslider ul.slides{margin:0px 0px 0px 19px;width:469px; height:265px;}
#outerslider.parallax .flexslider li{padding-top:0px;}
#outerslider.parallax .flexslider img{position:static;}
#outerslider.parallax .flex-control-nav{top:286px;}
#outerslider.parallax .flex-control-paging li a.flex-active{background-color:#929191;}
#outerslider.parallax .flex-direction-nav li a{top:150px; right:-55px;}
#outerslider.parallax .flex-direction-nav li a.flex-prev{left:-55px;}

/* BREADCRUMB
---------------------------------------------------------------*/
div.breadcrumb{
	font-size:11px;
	line-height:12px;
	margin-bottom:27px;
	margin-top:0px;
	color:#333;

}
div.breadcrumb a{
	font-weight:700;
	text-decoration:none;
	color:#666;
}
div.breadcrumb a:hover{
	text-decoration:underline;
}

/* CONTENT
-------------------------------------------------------------- */
#outermain{padding:30px 0px;}
#maincontent{}
#content{}
.main{padding:0 0px 0 0;}
#content.positionright .main{padding:0 0 0 20px;}
.smalltext{font-size:11px}

/* Images Responsive */
img{
	max-width: 100%;
	height: auto;
}


/* Separator */
.separator {
	display:block;
	height:5px;
	padding:10px 0;
	text-align:center;
	width:100%;
	clear:both;
}
.separator.line div{
	height:2px;
	border-bottom:1px solid;
}


/* form & button */
form{margin:0; padding:0;}
input[type="text"],
textarea, input[type="password"], select{
	font-size:11px;
	padding:8px 5px;
}

select {
	font-size:11px;
	padding:4px 5px;
	margin-bottom: 15px;
}

.button,
.button:visited,
#maincontent input[type="submit"],
#maincontent input[type="reset"],
#maincontent button{
	padding:10px 18px;
	display:block;
	font-size:14px;
	line-height:100%;
	font-weight:400;
	text-align:center;
	cursor:pointer;
	border:1px solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 0px 0px 3px 0 #666;
	-webkit-box-shadow: 0px 0px 3px 0 #666;
	box-shadow: 0px 0px 3px 0 #666;
}
.button:hover,
#maincontent input[type="submit"]:hover,
#maincontent input[type="reset"]:hover,
#maincontent button:hover{
	text-decoration:none;
	cursor:pointer;
	-moz-box-shadow: 0px 0px 3px 0 #666;
	-webkit-box-shadow: 0px 0px 3px 0 #666;
	box-shadow: 0px 0px 3px 0 #666;
}

/* firefox only */
@-moz-document url-prefix() {
	.button,
	.button:visited,
	#content input[type="submit"],
	#content input[type="reset"],
	#content button{
	 padding:4px 15px 7px 15px;
	}
}


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {
}

/*Added by Jess */
.team p{
	line-height:15px;
}
.team h4{
	padding-bottom:0px;
	padding-top:12px;
}
.form-services-col-left {
	width:120px;
	float:left;
}
.form-services-col {
	width:120px;
	padding-left:20px;
	float:left;
}

.formlist {
	font-weight:100;
}

/**/

/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{}
.post{margin-bottom:65px;padding-bottom:8px;}
.post .entry-content{}
.posttitle{line-height:100%; padding-bottom:0px; letter-spacing:0px; font-weight:300;}
.posttitle a{}
.entry-utility{
	font-size:11px;
	font-weight:500;
	line-height:100%;
	margin:32px 0px 0px 0px;
	border:1px solid;
	border-width:1px 0px;
	padding:12px 0px 4px 0px;
}
.meta-author{margin:0px 5px 0px 0px;}
.meta-date{margin:0px 5px 0px 8px;}
.meta-cat{margin:0px 5px 0px 8px;}
.meta-comment{margin:0px 5px 0px 8px;}
.entry-utility a.more-link{display:inline-block; float:right; font-weight:600;}
.entry-utility a:hover{text-decoration:underline;}
.postimg{margin-bottom:10px;}
a.more-link{display:none; background:url('/static/images/trigger_right.png?cc86d83c6c33') 100% 3px no-repeat; padding-right:15px;}
a.more-link:hover{text-decoration:underline;}
.entry-utility .nav-previous{float:right; display:inline-block; background:url('/static/images/trigger_left.png?cc86d83c6c33') 0px 3px no-repeat; padding:0px 0px 0px 15px}
.entry-utility .nav-previous a{padding:0px; border:0px; text-transform:none; font-style:normal; font-size:11px;}
.entry-utility .nav-next{float:right; background:url('/static/images/trigger_right.png?cc86d83c6c33') 100% 3px no-repeat; padding:0px 15px 0px 15px; margin-left:15px; border-left:1px solid;}
.entry-utility .nav-next a{padding:0px; border:0px; text-transform:none; font-style:normal; font-size:11px;}

#singlepost .post{margin-bottom:30px;}
#singlepost .entry-content{padding-bottom:20px;}

#searchresult .hentry{padding-bottom:10px; margin-bottom:0px; background:transparent}
#searchresult .entry-content{padding:0; background:transparent}
#searchresult .posttitle{font-size:14px; margin-bottom:8px}
#searchresult .posttitle a, #searchresult .posttitle a:visited{background:transparent; padding:0}

#postattachment .entry-utility{width:100%; float:none; padding:0}
.entry-attachment{margin-bottom:20px;}


/* author */
h2.title-author{ font-size:16px}
#entry-author-info {
	clear: both;
	margin-bottom:30px;
	position:relative;
	padding:20px;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:40px;
	right:20px
}
.avatar{display:block}
#entry-author-info #author-description {
	margin: 0 85px 10px 0; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:14px;}
#author-description span.author{display:block}

/* attachment pages wordpress */

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


/* images content */
.alignleft,
img.alignleft {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	padding-bottom: 15px;
}
.alignright,
img.alignright {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	margin-bottom:15px;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

.frameimg{
	border:1px solid;
	margin-bottom:12px;
	padding:5px;
}
.frameimg img{margin:0px !important;}

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {
	line-height: 20px;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
.nav-previous a, .nav-next a{
	font-size:12px;
	text-transform:uppercase;
	padding:8px 15px;
	font-style:italic;
	border:1px solid;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	padding:0; font-size:12px; margin:30px 0 0 0; clear:both; text-align:right
}


/* Comments */

h3#comments-title{
	line-height:24px;
	padding:0px 0px;
	margin:0 0 20px 0;
	font-size:18px;
}

.commentlist{
	list-style-type:none;
	padding:0;
	margin:0;
}
.commentlist ol{
	list-style-type:none;
	padding:30px 0 0 90px;
	margin:0;
}

.commentlist li{
	position:relative;
	padding:0 0 30px 0;
}
.commentlist li li{
	position:relative;
	padding:0;
}

.avatar-img{
	position:absolute;
	top:0;
	left:0;
}
.avatar{padding:5px; display:block}
.fn{font-size:12px; font-style:normal;}
.tdate{padding-left:20px;}
.tdate, .reply{ font-size:10px;}
.reply a, .reply a:visited{}
.fn a, .fn a:visited{}

.comment-body{margin:0 0 0 90px; padding:20px;}
.comment-body p{ margin-bottom:5px; margin-top:10px;}
.comment-body .more{ padding:0px 0px;}
#commentform {margin-bottom:20px}
#commentform label{display:block}
#commentform .text-input{
	margin-bottom:8px;
	padding:8px 5px;
	vertical-align:middle;
}
#commentform .textarea{
	margin-bottom:20px;
	padding:8px 5px;
	vertical-align:top;
	width:90%;
}


.addthis_toolbox{float:right; margin-top:15px; text-align:right;}
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}




/*** SIDEBAR ***/
#sidebar.positionright .widget-area{padding-left:12%;}
#sidebar.positionleft .widget-area{padding-right:12%;}
.widget-title{
	margin-bottom:23px;
	letter-spacing:0px;
	font-weight:300;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;

}
#sidebar .widget-container{margin-bottom:55px; padding:0 0 0 0;}

#sidebar li li{list-style-type:none;background-image:url('/static/images/trigger_right.png?cc86d83c6c33'); background-repeat: no-repeat; background-position:0px 7px; padding:0 0 6px 20px; margin:0 0 12px 0;border-bottom:1px solid;}
#sidebar .widget_recent_entries li{
	background:url('/static/images/list-recent-posts.png?cc86d83c6c33') no-repeat 0px 1px;
	border-bottom:0px;
}

#sidebar li li a{}
#sidebar li.widget_archive li a:after, #sidebar li.widget_pages li a:after, #sidebar li.widget_categories li a:after, #sidebar li.widget_meta li a:after, #sidebar li.widget_links li a:after{content:" \2192";}
#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;}

#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul{margin:8px 0 0 15px; }
#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:4px; padding-bottom:4px; background:transparent;}


/* recent post sidebar */
#sidebar .if-recent-post-widget li{padding-bottom:0; margin-bottom:10px; clear:both; background:transparent}
#sidebar .if-recent-post-widget li a{background:transparent !important; padding:0 !important;  display:inherit}
#sidebar .if-recent-post-widget li h6{font-size:13px; line-height:16px; margin-bottom:5px;}
#sidebar .if-recent-post-widget li .smalldate{font-size:11px; display:block; font-style:italic}

/* latest post sidebar */
#sidebar .if-latest-post-widget li{padding:0px 0px 0px 0px; margin-bottom:10px; clear:both; background:transparent}
#sidebar .if-latest-post-widget li img{padding:3px; border:1px solid;}
#sidebar .if-latest-post-widget li a{background:transparent !important; padding:0 !important;  display:inherit}
#sidebar .if-latest-post-widget li h6{font-size:13px; line-height:18px; margin-bottom:5px;}
#sidebar .if-latest-post-widget li .smalldate{font-size:11px; display:block; font-style:italic}

/* recent comment sidebar */
#sidebar .if-recent-comment-widget li{padding-bottom:4px; margin-bottom:10px; clear:both; background:transparent}
#sidebar .if-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit}


/* search widget */
#searchform{position:relative;}
#searchform .bgsearch{}
#searchform #s{width:auto;}
.widget-container #searchform #s{width:95%;}

/* tag widget */
#tag-cloud .tag{border:solid 1px;padding:3px 6px; margin:0 6px 6px 0; display:inline-block;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px;}
#tag-cloud .tag:hover{}


/* PageNavi  */
.wp-pagenavi {clear:both; padding:0px 0 0 0;}
.wp-pagenavi a, .wp-pagenavi a:visited{
	padding:0px 10px !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	border:1px !important;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.wp-pagenavi a:hover{
	padding:0px 10px !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	border:1px !important;

}
.wp-pagenavi span.current{
	padding:0px 10px !important;
	margin:0 5px 0 0 !important;
	font-weight:normal !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.wp-pagenavi .pages{
	padding:0px 10px 0 0 !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	background:transparent;
	border:0px !important;

}


/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
}
.dropcap2{
	display: block;
	width: 40px;
	height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	float:left;
	font-size:25px;
	line-height:40px;
	text-align: center;
	margin:0px 8px 0 0;
}
.dropcap3{
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/* Highlight */
.highlight1{padding:2px 5px;}
.highlight2{padding:2px 5px;}

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background:url('/static/images/quote.png?cc86d83c6c33') no-repeat 0px 0px;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* Tabs */
.tabcontainer{margin:0px 0px 0px 0px; }
ul.tabs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	height: 29px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	font-size:11px;

}
ul.tabs li:hover{}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.tabs li a:hover {
	text-decoration:none;
}
ul.tabs	 li.active{}
html ul.tabs li.active, html ul.tabs li.active a:hover  {}
html ul.tabs li.active a{}
#tab-body{
}
.tab-content {padding: 30px 25px; margin-top:0px;}


/* jQuery Toggle */
h2.trigger {
	padding: 10px 20px 14px 20px;
	margin: 0 0 1px 0;
	font-size:14px;
	font-weight: normal;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	background: url('/static/images/trigger_right.png?cc86d83c6c33');
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:20px;
	cursor:pointer;
}
h2.active{}
h2.active span{background: url('/static/images/trigger_down.png?cc86d83c6c33') no-repeat 0 7px !important;}
h2.trigger a:hover {}
h2.active {background:transparent;}
.toggle_container {
	margin: 0 0 1px 0;
	padding: 20px 25px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

/* Content Title */
.contenttitle{font-size:18px; line-height:normal; margin-bottom:20px;}
.contenttitle span{}


/*  Testimonial  */
.if-testimonial{padding:0 0 0px 0; margin-bottom:20px;}
.if-testimonial ul{ padding:0px; margin:0px;}
.if-testimonial ul li{list-style-type:none; padding:0px; margin-left:0px; margin-top:0px; margin-bottom:20px;}
.testiinfo{margin:8px 0px 0px 0px; display:block; font-size:12px; font-style:italic}
.testiinfo h4{display:inline; font-size:12px;}
.if-testimonial blockquote{margin-left:90px; clear:none;}
.if-testimonial blockquote.nomargin{margin-left:0px;}
.if-testimonial .testiimg{
	float:left;
	display:block;
	width:75px;
	height:75px;
	position:relative;
}
.if-testimonial .testiimg img{
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width:75px;
	height:75px;
}
.if-testimonial .testiimg .insetshadow{
	width:75px;
	height:75px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:30;
}

.if-trotating-title{border-top:1px solid;}
.if-trotating-title h3{margin:-14px 0px 20px 0px; letter-spacing:0px; font-weight:300; font-size:20px;}
.if-trotating-title span{padding:0px 10px 0px 0px;}

.if-trotating blockquote{background:none; padding:15px; border:1px solid; font-size:13px; margin-right:1px; margin-left:1px; position:relative; border-radius:3px;}
.if-trotating blockquote .arrowbubble{position:absolute;bottom:-16px; left:50px; background:url('/static/images/arrowbubble.png?cc86d83c6c33') no-repeat; width:18px; height:16px; display:block;}
.if-trotating span.testiimg{
	float:left;
	display:block;
	width:75px;
	height:75px;
	position:relative;
	margin-left:2px;
}
.if-trotating .testiimg img{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:75px;
	height:75px;
}
.if-trotating .testiimg .insetshadow{
	width:75px;
	height:75px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:30;
}
.if-trotating .testiinfo{
	margin-left:87px;
	margin-top:0px;
	padding-top:12px;
}
.if-trotating .testiinfo strong{font-style:normal;}
.if-trotating .flex-control-nav{display:none;}
.if-trotating .flex-direction-nav a{
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid;
	border-radius:5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:absolute;
	width:25px;
	height:25px;
	top:7px;
	right:0px;
	opacity:1;
	transition: background-color ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s;
}
.if-trotating .flex-direction-nav a.flex-prev{background-image:url('/static/images/arrowleft_small.png?cc86d83c6c33');left:auto;right:25px;}
.if-trotating .flex-direction-nav a.flex-next{background-image:url('/static/images/arrowright_small.png?cc86d83c6c33');right:0px;}

/* Mini Sliders*/
.minisliders .titlecontainer{border-top:1px solid;}
.minisliders .contenttitle{text-align:center; font-size:24px; letter-spacing:0px; font-weight:300; line-height:100%; margin:-14px 0px 22px; padding-bottom:0px;}
.minisliders .contenttitle span{padding:0px 22px;}
.minisliders .flex-control-nav{display:none;}
.minisliders .flex-direction-nav a{
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	width:35px;
	height:35px;
	opacity:0;
	transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
}
.minisliders .flex-direction-nav a.flex-prev{background-image:url('/static/images/arrowleft_small.png?cc86d83c6c33');left:-50px;}
.minisliders .flex-direction-nav a.flex-next{background-image:url('/static/images/arrowright_small.png?cc86d83c6c33');right:-50px;}
/*  Recent Post Shortcode  */
.rp-shortcode{margin:0; padding:0; float:left}
.rp-shortcode h3{font-size:14px; line-height:20px; margin-bottom:8px ;}
.rp-shortcode .smalldate{font-size:11px; font-style:italic; display:block; padding-bottom:10px;}

/* PORTFOLIO */
.if-pf-container{margin-bottom:20px}
.if-pf-container li{
	position:relative;
}
.if-pf-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.if-pf-text{padding:12px 0px 0px; text-align:left;}
.if-pf-text h2{font-size:18px; font-weight:400; color:#333333;text-align:left;width:100%;letter-spacing:0px;line-height:20px;margin:0px 0px 6px 0px;display:block;}
.if-pf-text p{margin:0px 0px; font-style:italic; font-size:12px; line-height:15px; letter-spacing:0px;}
.if-pf-text div{}
.if-pf-img{position:relative;overflow:hidden;background:url('/static/images/ajax-loader.gif?cc86d83c6c33') no-repeat center; border:1px solid; padding:5px;}
.if-noimage{display:block;width:100%;height:199px;background:url('/static/images/noimage.png?cc86d83c6c33') no-repeat center;}
.if-pf-img a.image{
	display:block;
	position:absolute;
	overflow:hidden;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-repeat:no-repeat;
	background-position:center;
	top:50%;
	left:-10%;
	width:40px;
	height:40px;
	margin-top:-20px;
	cursor:pointer;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.15);
	z-index:200;
}
.if-pf-img div.rollover{
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	cursor:pointer;
	z-index:200;
	opacity:0;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.if-pf-img a.zoom{
	background-image:url('/static/images/hover-zoom.png?cc86d83c6c33')!important;
	left:110%;
	margin-left:10px;
}
.if-pf-img a.gotolink{
	background-image:url('/static/images/hover-link.png?cc86d83c6c33') !important;
	margin-left:-50px;
}
.if-pf-img a.gotopost{
	background-image:url('/static/images/hover-doc.png?cc86d83c6c33') !important;
	margin-left:-50px;
}
.if-pf-img .img_grayscale{
	-moz-box-shadow: inset 0 0 10px -1px #000;
	-webkit-box-shadow: inset 0 0 10px -1px #000;
	box-shadow: inset 0 0 10px -1px #000;
}
.pf-clear{clear:both; visibility:hidden;}
.if-pf-img h2{
	position:absolute;
	bottom:30px;
	z-index:200;
	width:0%;
	font-weight:bold;
	text-align:center;
	margin:0px;
	overflow:hidden;
	white-space:nowrap;
	line-height:100%;
	padding:7px 0px 8px;
	letter-spacing:-1px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.75);
}
.if-pf-col-2, .if-pf-col-3, .if-pf-col-4{padding:0; margin:0;}
.if-pf-col-2 li, .if-pf-col-3 li, .if-pf-col-4 li{list-style-type:none;padding:0; }
.if-pf-col-2 .if-pf-img img, .if-pf-col-3 .if-pf-img img, .if-pf-col-4 .if-pf-img img{display:block;}

/*======= Portfolio 2 Column =======*/
.if-pf-col-2{margin-bottom:43px;}

/*======= Portfolio 3 Column =======*/
.if-pf-col-3{margin-bottom:41px;}
.if-pf-col-3 h2{font-size:16px;}

/*======= Portfolio 4 Column =======*/
.if-pf-col-4{margin-bottom:38px;}
.if-pf-col-4 h2 a{font-size:13px; font-weight:600;}


/* PORTFOLIO FILTER */
#filters{margin:0 0 50px 0; padding:0px; border-bottom:0px solid;}
#filters li{
	display:inline-block;
	float:left;
	border:1px solid;
	padding:7px 24px;
	list-style-type:none;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid;
	margin:0px 0px;
	border-width:1px 1px 1px 0px;
	cursor:pointer;
	transition: background-color ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s;
}
#filters li.alpha{
	border-left-width:1px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;

}
#filters li.omega{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
}
#if-pf-filter ul.if-pf-col-2 li{margin-bottom:41px; margin-right:0.9%; margin-left:0.9%;}
#if-pf-filter ul.if-pf-col-3 li{margin-bottom:41px; margin-right:1.2%; margin-left:1.2%;}
#if-pf-filter ul.if-pf-col-4 li{margin-bottom:38px; margin-right:1.4%; margin-left:1.4%;}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/*SHORTCODE - Custom
-------------------------------------------------*/
.bigtext{font-size:26px; font-weight:300; letter-spacing:0px; text-align:left; line-height:110%; margin-bottom:10px;}
.secondarytext{font-size:24px; font-weight:300; text-align:center; letter-spacing:0px; line-height:100%; font-style:italic;display:block;}
.if-heading{border-top:1px solid;}
.if-heading h1, .if-heading h2, .if-heading h3, .if-heading h4, .if-heading h5, .if-heading h6{letter-spacing:0px; font-weight:300;}
.if-heading h1{margin:-22px 0px 20px 0px;font-size:28px;}
.if-heading h1 span{padding:0px 10px 0px 0px;}
.if-heading h2{margin:-18px 0px 20px 0px;font-size:24px;}
.if-heading h2 span{padding:0px 10px 0px 0px;}
.if-heading h3{margin:-14px 0px 20px 0px;font-size:20px;}
.if-heading h3 span{padding:0px 10px 0px 0px;}
.if-heading h4{margin:-12px 0px 20px 0px;}
.if-heading h4 span{padding:0px 10px 0px 0px;}
.if-heading h5{margin:-11px 0px 20px 0px;}
.if-heading h5 span{padding:0px 10px 0px 0px;}
.if-heading h6{margin:-10px 0px 20px 0px;}
.if-heading h6 span{padding:0px 10px 0px 0px;}

.flexslider-carousel ul.slides li{margin-right:0px;}
.flexslider-carousel ul.slides li div.cr-item-container{margin:0px 5px;}
.flexslider-carousel ul.slides li img{}
.flexslider-carousel{position:relative; padding:0px 0px 0px 0px;}
.flexslider-carousel .flex-control-nav{bottom:0px; text-align:center;font-size:0px;display:none;}
.flexslider-carousel .flex-control-nav li{margin:0px 3px;}
.flexslider-carousel .flex-direction-nav a{
	width:35px;
	height:35px;
	border:1px solid;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	z-index:100;
	opacity:0;
	top:85px;
	transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
}
.flexslider-carousel:hover a.flex-prev, .flexslider-carousel:hover a.flex-next{opacity:1;}
.flexslider-carousel .flex-direction-nav a.flex-prev{
	left:-50px;
	background-image:url('/static/images/arrowleft_small.png?cc86d83c6c33');
	background-repeat: no-repeat;
	background-position: center;
}
.flexslider-carousel .flex-direction-nav a.flex-next{
	right:-50px;
	background-image:url('/static/images/arrowright_small.png?cc86d83c6c33');
	background-repeat: no-repeat;
	background-position: center;
}
.flexslider-carousel h3{font-weight:500;margin:12px 0px 4px; text-align:left;font-size:14px; letter-spacing:0px;}
.flexslider-carousel .if-pf-text{font-size:13px; padding:0px;font-style:italic;}

/* Portfolio Carousel */
.pcarousel .titlecontainer{border-top:1px solid;}
.pcarousel .contenttitle{text-align:center; font-size:24px; letter-spacing:0px; font-weight:300; line-height:100%; margin:-14px 0px 22px; padding-bottom:0px;}
.pcarousel .contenttitle span{padding:0px 22px;}
.pcarousel .pc-content{width:80%;margin:0px auto 36px; text-align:center;}
ul.listcarousel{padding:0px; margin:0px;}
ul.listcarousel li{list-style-type:none;padding:0px;}

/* CONTACT */
form{margin:0; padding:0;}
fieldset{border:0px;}
#contactform{margin:0 auto; position:relative; }
#contactform label{display:block; width:100%; float:left; padding-bottom:5px; font-weight:400}
span.required, .help-inline{ color:#f00;}
span.error{color:red;text-align:left; font-size:11px; padding-bottom:15px; display:block;}
#contactform input.text-input,
#contactform input[type=text]{
    font-size: 11px;
    margin-bottom: 12px;
    margin-top: 6px;
	width:55%;
}
#contactform textarea{ width:80%;}
#message{ margin-left:0px;}
#message p{margin:6px 0px; }
.note{ color:#d45454;}
#contactform .button{
	cursor:pointer;
	margin-top:20px;
 }

.contact_email{list-style-type:none; !important;border:0px !important; padding:0px 0px 6px 0px}
.contact_address{list-style-type:none; !important;border:0px !important; padding:0px 0px 6px 0px}
.contact_phone{list-style-type:none; !important;border:0px !important; padding:0px 0px 6px 0px}
.contact_mobile{list-style-type:none; !important;border:0px !important; padding:0px 0px 6px 0px}

/* FOOTER  */
#footerwrapper{}
#outerfootersidebar{border-top:1px solid;}
#footersidebar{padding:40px 0 0 0;}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li.widget-container{list-style-type:none; margin:0 0 40px 0; padding:0; border:0px; font-size:11px; line-height:15px;}
#footersidebar .widget-title{padding:0; line-height:22px; margin-bottom:22px !important; letter-spacing:0px; font-weight:700; text-align:left;}
#footersidebar li li{ background:url('/static/images/trigger_right.png?cc86d83c6c33') no-repeat 0px 7px; padding:0 0 0px 13px; margin:0 0 8px 0;list-style-type:none; }
#footersidebar li a{ padding:0px; margin:0px;}
#footersidebar li a:hover{ text-decoration:none;}

#footersidebar ul.sub-menu, #footersidebar ul.children, #footersidebar ul ul ul{margin:0 0 0 10px; }
#footersidebar ul.sub-menu li, #footersidebar ul.children li, #footersidebar ul ul ul li{margin-bottom:2px; padding-bottom:2px; background:transparent;}

/* recent post footer sidebar */
#footersidebar .if-latest-post-widget li{padding:0px; margin-bottom:16px; clear:both; background:transparent}
#footersidebar .if-latest-post-widget li img{padding:2px; border:1px solid;}
#footersidebar .if-latest-post-widget li h6{font-size:12px; line-height:18px; margin-bottom:5px}
#footersidebar .if-latest-post-widget li .smalldate{font-size:11px; display:block; font-style:italic}

/* recent comment footer sidebar */
#footersidebar .if-recent-comment-widget li{clear:both; background:transparent}
#footersidebar .if-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit}

/* Gallery */
#footersidebar .gallery-pic a.nomargin{ margin-right:0px!important;}
#footersidebar .gallery-pic a{ display:inline-block; margin:0 8px 10px 0px;}
#footersidebar .gallery-pic img{
	background:#fff;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

/*** FOOTER ***/
#outerfooter{border-top:1px solid;}
#footer{padding:15px 0px 15px 0;}
#footer{font-size:11px;}
#footer .copyright{float:left;}
#footer #footermenu{float:right;}
#footer #footermenu ul{padding:0px;margin:0px;}
#footer #footermenu li{
	list-style-type:none;
	display:inline;
	margin-left:10px;
	font-size:11px;
	font-weight:500;
}
#footer a, #footer a:visited{ font-weight:700;}

/*Added by Jess*/
#asofia-footer {
	float:right;
	}
/**/


/*CUSTOM CSS*/

#aboutslider, machineslider{width:100%;}
#aboutslider .flex-control-nav, #machineslider .flex-control-nav{height:9px;bottom:-20px;}
#aboutslider .flex-control-nav a, #machineslider .flex-control-nav a{width:9px;height:9px;background:url('/static/images/sliderdot.png') no-repeat 0px 0px;margin:0px 4px;}
#aboutslider .flex-control-nav a:hover, #aboutslider .flex-control-nav a.active, #machineslider .flex-control-nav a:hover, #machineslider .flex-control-nav a.active{background-position:0px -10px;}
#aboutslider img{-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
#nav_menu-2{position:relative;}
/* list */
ul.customlist{padding:0px;margin:0px;}
ul.customlist li{padding:0px 0px 0px 18px;margin:0px 0px 5px 0px; list-style-type:none;}
ul.customlist.listcheck li, li.check{background:url('/static/images/list-check.png?cc86d83c6c33') no-repeat 0px 5px;}

/* MITCH */
.commentform {  }
.commentform  .unstyled { list-style-type: none; margin: 0 0 20px 0; }
.commentform .control-group { clear: both; margin: 0 0 20px 0; }
.commentform label { display: inline-block; width: 100px; float: left; padding-top: 4px; }
.commentform input { display: inline-block; width: 200px; float: left; }
.commentform input[type=submit] { width: auto; }
.commentform .help-inline { display: inline-block; color: #ccc; margin-left: 10px; padding-top: 4px; }
.rating { display: none; }
.multiplechoicefield div.controls li,
.choicefield div.controls li { list-style-type: none; display: inline-block; width: 27%; padding: 0; overflow: hidden; }

#contactform input[type=submit] { margin-top: 20px; }

.project_page li { list-style-image: url('/static/images/list-check.png?cc86d83c6c33')  }
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; padding:0px;} /* Hide the slides before the JS is loaded. Avoids image jumping */
#slideritems.flexslider .slides > li{ padding:0px; position:relative;}
#slideritems.flexslider .slides img {max-width: 100%; display: block; margin:0px auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px; background: transparent; border: 0px solid #fff; position: relative; 
/*-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
-o-border-radius: 4px; 
border-radius: 4px; 
box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
*/
zoom: 1;
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url('/static/css/images/bg_direction_nav.png') no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 5px; }
.flex-direction-nav .flex-prev {left: 5px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/* 

CHANGE COLOR STYLE

*/

body{color:#555; background-color:#fff;}
a, a:visited, a.colortext, a.colortext:visited, .colortext a, .colortext a:visited, .colortext{color:#231f20;}
a:hover, a.colortext:hover, .colortext a:hover{color:#00CCFF;}
h1, h2, h3, h4, h5, h6{color:#333333;}


hr{
	border:solid 1px #e4e4e4;
	border-width:0 0 1px 0;
}

input[type="text"],
textarea, input[type="password"], select{
	background-color:#e4e4e4;
	color:#555;
	border:solid 1px #d5d5d5;
}


.button,
.button:visited,
#maincontent input[type="submit"],
#maincontent input[type="reset"],
#maincontent button{
	color:#333333;
	border-color:#d5d5d5;
	background: #f2f6f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);; /* IE10+ */
	background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
}

.button:hover,
#maincontent input[type="submit"]:hover,
#maincontent input[type="reset"]:hover,
#maincontent button:hover{
	color:#333333;
	background: #f2f6f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);; /* IE10+ */
	background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
}



/*====== CONTAINER ======*/
#subbody{background:#fff;}

/*====== HEADER ======*/
#outerheader{}
#headertext{background-color:#333;}
#headertext, #headertext a:link, #headertext a:visited{color:#c0c0c0;}
.breadcrumb, .breadcrumb a, .breadcrumb a:visited{color:#666666;}
#topsearchform input[type="text"]{border-color:#4B4141; background-color:#3F3738; }
#topsearchform input[type="text"]:focus{background-color:#4B4141;color:#ffffff;}
/*====== TOP MENU ======*/
.sf-menu a{color:#5d5d5d;}
#topnav li a:hover,
#topnav .current > a, #topnav  .current > a:hover
{color:#231f20;}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {border-top:3px solid #231f20;}
.sf-menu li li { border-bottom:1px solid #c8c8c8;}

#topnav li li a:hover{color:#231f20;}

/*====== SLIDER ======*/
#outerslider{border-bottom-color:#e4e4e4;}
#preloaderslider h2{color:#555555;}
.flex-control-nav li a {background:#e1e1e1;}
.flex-control-nav li a:hover {background:#929191}
.flex-control-nav li a.active {background:#929191}
#slider .flex-direction-nav a{
	border-color:#e4e4e4;
	background-color:#ffffff;
}
#slider .flex-direction-nav a:hover{
	background-color:#f4f4f4;
}
#slider .caption-content h2{color:#ffffff;}
#slider a.sliderbutton{
	color:#333;
	border-color:#ffffff;
	background: #f2f6f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);; /* IE10+ */
	background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
}

.flex-caption, .flex-caption a, .flex-caption a:visited{color:#fff;}
.parallax #slider span.plaxitem{color:#ffffff;}
/*====== AFTER HEADER ======*/
#aftertheheader .pagetitle{color:#ffffff;} .textshadow #aftertheheader .pagetitle{color:#ffffff;}

/*====== CONTENT ======*/

/* Tables */
th{background:#f7f7f7; border-bottom: 1px solid #ebebeb;}
table {border: 1px solid #ebebeb;}
tr td {border-bottom: 1px solid #ebebeb;}
tr.odd td {background: #F2F7FC;}

/* Highlight */
.highlight1{background:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{background:#666666;color:#fff; border:solid 1px #333}		

/* Dropcaps */
.dropcap1{text-shadow:1px 1px 0 #666;}
.dropcap2, .dropcap3{color:#fff;background:#231f20;}

/* Big Text*/
.bigtext{ color:#231f20;}

/* Separator */
.separator.line div{
	border-color:#e4e4e4;
}

/* Tabs */
ul.tabs li {
	background: #f7f7f7;
	border:solid 1px #ebebeb;
	
}
ul.tabs li:hover{}
ul.tabs li a {
	color: #121212;
}
ul.tabs li a:hover {
	background: #fff;
}
ul.tabs	 li.active{}
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #fff; color:#454545;}
html ul.tabs li.active a{ color:#454545; }
#tab-body{
	background: #fff;
	border:solid 1px #e4e4e4;
}

/* jQuery Toggle */
h2.trigger {
	background:#f7f7f7;
	border: 1px solid #e4e4e4;
}
h2.trigger span {
	color:#555;
}
h2.active{}
h2.trigger a:hover {
	color: #454545;
}
h2.active {background:transparent;}
.toggle_container {
	border: 1px solid #ebebeb;
}

/* Content Title */
.contenttitle span{background:#fff;}

/* testimonial */
.if-testimonial{border-bottom:solid 1px #ededed}

/* portfolio */
.if-pf-img{border-color:#e4e4e4;}
.if-pf-img div.rollover{background-color:#ffffff;}
.if-pf-img a.image{background-color:#ffffff;}
.if-pf-img a .rollover{background-color:#ffffff;}
.if-pf-img h2{background-color:#ffffff;}
.if-pf-text div{color:#555;}


/* portfolio filter */
#filters{border-color:#e4e4e4;}
#filters li{
	border-color:#e4e4e4;
	background-color:#f4f4f4;
}
#filters li:hover, #filters li.selected{
	background-color:#ffffff;
}
#filters li a:hover{
	color:#231f20;
}

/* recent post shortcode */
.rp-shortcode h3 a{color:#252525;}
.rp-shortcode h3 a:hover{color:#00CCFF;}

/* archive list */
.archives_list li a{color:#555;}
.archives_list li a:hover{color:#00CCFF;}

/*images*/
.frameimg{
	border-color:#e4e4e4;
}

/*portfolio carousel*/
.flexslider-carousel h3, .flexslider-carousel h3 a, .flexslider-carousel h3 a:visited{color:#231f20;}
.flexslider-carousel h3 a:hover{color:#00CCFF;}
.flexslider-carousel .if-pf-text{color:#555;}
.flexslider-carousel .flex-direction-nav a{
	border-color:#e4e4e4;
	background-color:#ffffff;
}
.flexslider-carousel .flex-direction-nav a:hover{
	background-color:#f4f4f4;
}
.pcarousel .titlecontainer{border-color:#e4e4e4;}
.pcarousel .contenttitle{}
.pcarousel .pc-content{}
.listcarousel li div, .if-pf-img{background-color:#ffffff;}

/* Testimonial360 */
.if-trotating-title{border-color:#e4e4e4;}
.if-trotating-title span{background-color:#ffffff;}
.if-trotating blockquote{border-color:#e4e4e4;}
.if-trotating .flex-direction-nav a{
	border-color:#e4e4e4;
	background-color:#ffffff;
}
.if-trotating .flex-direction-nav a:hover{
	background-color:#f4f4f4;
}

/* Heading */
.if-heading{border-color:#e4e4e4;}
.if-heading span{background-color:#ffffff;}

/* Mini Sliders */
.minisliders .titlecontainer{border-color:#e4e4e4;}
.minisliders .flex-direction-nav a{
	border-color:#e4e4e4;
	background-color:#ffffff;
}
.minisliders .flex-direction-nav a:hover{
	background-color:#f4f4f4;
}
/*====== SIDEBAR AND WIDGET ======*/
#sidebar .widget-area{}
#sidebar .widget-title span{color:#231f20;}
#sidebar{color:#555;}
#sidebar li li{border-bottom-color:#e5e5e5;}
#sidebar li li a{color:#555;}
#sidebar li li a:hover, #sidebar li li a.active{color:#00CCFF;}
#sidebar .if-latest-post-widget li img{border-color:#e4e4e4;}
#sidebar .if-latest-post-widget li .smalldate{color:#888;}
#searchform #s{color:#888; border:solid 1px #e4e4e4}
#flickr img{border-color:#2b2b2b !important; background-color:#ffffff;}

/* tag widget */
#tag-cloud .tag{border-color:#a8a8a8;}
#tag-cloud .tag:hover{border-color:#818181;}
#tag-cloud .tag a{color:#555;}
#tag-cloud .tag a:hover{color:#231f20;}

/*====== BLOG ======*/
.post{}
.posttitle{}
.posttitle, .posttitle a, .posttitle a:visited{color:#333333;}
.posttitle a:hover{color:#00CCFF;}
.entry-utility{border-color:#e4e4e4;}
.entry-utility2{background:#fff; color:#888;}
.entry-utility2 a{color:#231f20;}
.entry-utility2 a:hover{color:#00CCFF7;}
.entry-utility .nav-next{border-color:#e4e4e4;}
.nav-previous a, .nav-previous a:visited, .nav-next a, .nav-next a:visited{border-color:#e4e4e4 !important;background:#ffffff; color:#5d5d5d;}
.nav-previous a:hover, .nav-next a:hover{color:#231f20;	border-color:#818181 !important;}

.avatar-img{border:solid 1px #ededed;}
.commentlist .comment-body{background:#f8f8f8;}
.commentlist .comment-body .reply a, .commentlist .comment-body .reply a:visited, .comment-body .time a, .comment-body .time a:visited{}
.comment-body .fn a, .comment-body .fn a:visited{}
.commentlist .comment-author{
	border-color:#e4e4e4;
}

/*====== WP PAGENAVI ======*/
.wp-pagenavi a, .wp-pagenavi a:visited{
	border:1px solid #a8a8a8 !important;
	background:#ffffff;
	color:#5d5d5d;
}

.wp-pagenavi a:hover{
	color:#231f20;
	border:1px solid #818181 !important;
}
.wp-pagenavi span.current{
	color:#231f20;
	background:#ffffff;
	border:1px solid #818181 !important;
}
/*====== FOOTER SIDEBAR ======*/
#outerfootersidebar{background-color:#333; border-top-color:#bcbcbc;}
#footersidebar, #footersidebar li a, #footersidebar li a:visited{color:#c0c0c0;}
#footersidebar li a:hover{color:#00CCFF;}

#footersidebar .widget-title{color:#f5f5f5;}

#footersidebar .if-latest-post-widget li img{background-color:#ffffff;}
#footersidebar .if-latest-post-widget li .smalldate{color:#e5e5e5;}


/*====== FOOTER ======*/
#outerfooter{border-color:#232323; background-color:#2d2d2d; color:#f5f5f5;}
#footer{}
.no-rgba #footer{border-top:1px solid #fffff0;}
#footer a, #footer a:visited{color:#c0c0c0;}
#footer a:hover{text-decoration:underline;}

/*======= CUSTOM =======*/
.borderbold{border:6px solid #139CF6;}
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1050px) {
}
@media only screen and (max-width: 959px) {
	#outerslider.parallax #slider{ display:none;}
	#outerheader{background-color:#ffffff;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 980px) {
	#bodychild{width:100%; margin:0}
	
	/* Main Menu */
	.sf-menu, .sf-menu * {font-size:11px;}
	.sf-menu li{padding:2px 10px;}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		top:2.3em; /* match top ul list item height */
	}
	
	/* Header */
	
	/* Slider */
	.flex-caption{ display:none;}
	.flex-control-nav { display:none;}
	div.pcarousel .flex-control-nav{display:block;}
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 950px) {
	.sf-menu > li {
	padding:2px 8px 2px 8px;
	}
	.sf-menu a {
		font-size:10px !important;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width: 768px) {
	#topnav.sf-menu {display:block !important;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	margin-bottom:25px;
	}
	#bodychild{width:100%; margin:0}
	
	/* Header */
	.sn{float:none;}
	#outerheader{position:absolute !important;}
	#logo{text-align:center; width:100%}
	#logoimg img{text-align:center;margin:0px auto; width:40%;}
	#headertext{display:none;}
	#navigation{text-align:center; clear:both; padding:0px 0px 10px 0px; float:none; width:100%;}
	#navigation nav{margin-bottom:0px; float:none; position:relative;}
	nav{margin:0; float:none;}
    .js #topnav { display: none }
	
	/* menu icon */
	#menu-icon {
		color: #000;
		width: 42px;
		height: 30px;
		background: #ecebeb url('/static/images/menu-icon.png?cc86d83c6c33') no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #666;
		margin:0px auto;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #f8f8f8;
	}
	#menu-icon.active {
		background-color: #bbb;
	}
	#topnav.sf-menu {
		clear: both;
		position: absolute;
		top: 39px;
		left:50%;
		float:none;
		margin-left:-86px;
		width: 160px;
		z-index: 1000;
		padding: 5px;
		background: #f8f8f8;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
	}
	#topnav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 10px;
		text-align:left;
	}
	#topnav a, 
	#topnav ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		color: #666;
		border: none;
		float:none;
	}
	#topnav a:hover, 
	#topnav ul a:hover {
		background: none;
		color: #000;
	}
	.sf-sub-indicator{display:none;}
	#topnav ul.sub-menu{
		padding:5px 0px;
		margin:0px;
		box-shadow:0px 0px 0px;
		-moz-box-shadow:0px 0px 0px;
		-webkit-box-shadow:0px 0px 0px;
	}
	#topnav ul.sub-menu li{
		border:0px;
		padding:0px;
		margin:2px 0px 2px 13px;
	}
	#topnav ul.sub-menu li a{
		margin:0px !important;
		padding:0px !important; 
	}
	
	/* dropdown */
	#topnav.navmobile ul {
		width: auto;
		position: static;
		display: block !important;
		visibility:visible !important;
		border: none;
		background: inherit;
	}
	#topnav.navmobile ul li {
		margin: 3px 0 3px 15px;
	}
	
	
	.breadcrumb{display:none;margin-bottom:30px; margin-top:-2px;}
	.textshadow #aftertheheader .pagetitle{text-align:center; padding:0px 0px 0px 0px;}
	.bigtext{font-size:24px;}
	.secondarytext{font-size:14px;}
	
	#outerafterheader{padding-top:125px;}
	#aftertheheader h1.pagetitle{font-size:26px;line-height:32px; letter-spacing:1px; text-transform:uppercase;}
	
	/* Slider */
	#slidercontainer{padding-top:}
	.flexslider.preloader{min-height:150px;}
	.flex-caption{ display:none;}
	.flex-control-nav { display:none;}
	.flex-direction-nav{display:none;}
	div.pcarousel .flex-control-nav{display:block;}
	.flexslider .slides > li{}
	.if-trotating.flexslider .slides > li{padding-top:0px;}
	#outerslider.parallax.empty, #outerslider.parallax.sticky{padding-top:100px;}
	
	/* Content */
	.separator{height:0px;padding:3px 0px 2px;}
	#outermain{padding:25px 0 15px 0;}
	.main{padding:0;}
	.frameimg{border:0px;padding:0px;}
	img.alignright, .alignright{float:none; margin:0 0 0 0 !important;}
	h2.trigger span {
		background-position:0px 3px;
	}
	h2.active span{background-position:0px -9px;}
	
	.positionright, .positionleft{
		float:none;
	}
	div.wp-pagenavi{padding:0px 20px; margin-bottom:20px;}
	
	/* Blog */
	.post{padding-bottom:0px; margin-bottom:30px;}
	.pagenavi{margin-bottom:30px;}
	
	/* Sidebar */
	#sidebar{padding-top:20px; display:none;}
	#sidebar.positionright .widget-area{padding-left:0px;border-left:0px solid;}
	#sidebar.positionleft .widget-area{padding-right:0px;border-right:0px solid;}
	#sidebar .widget-container{padding:0; margin-bottom:30px;}
	
	/* Portfolio */
	.if-pf-container .if-pf-img{ max-width:100%; margin-right:auto; margin-left:auto;}
	.if-pf-container .if-pf-text{ max-width:100%; margin-right:auto; margin-left:auto;}

	.if-pf-col-2 li{margin-bottom:38px;}
	.if-pf-col-2 .if-pf-img{width:547px;}
	.if-pf-col-2 .if-pf-text{width:547px;}
	
	.if-pf-col-3 li{margin-bottom:38px;}
	.if-pf-col-3 .if-pf-img{width:349px;}
	.if-pf-col-3 .if-pf-text{width:349px;}
	
	.if-pf-col-4 li{margin-bottom:38px;}
	.if-pf-col-4 .if-pf-img{width:251px;}
	.if-pf-col-4 .if-pf-text{width:251px;}
	
	/* Footersidebar */
	#footersidebar li.widget-container{margin-bottom:20px;}
	
	/* Footer */
	
	#footer .copyright{ float:none; clear:both; text-align:center; padding:0px 0 0 0;}
	#footer #footermenu{float:none; text-align:center;}
	#footer .copyright, #footer #footermenu li a{font-size:10px !important;}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#bodychild{width:100%; margin:0}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#bodychild{width:100%; margin:0}
	
	/* Blog */
	#entry-author-info #author-description{margin:0}
	.avatar{display:none;}
	.commenttext{padding:20px 0 0 0;}
	.comment-body{margin-left:0 !important;}
	.entry-utility{font-size:9px !important;}
	.entry-utility a.more-link{display:none !important;}
}
/* Added in by Jess */
#footcol3 {
	width:48%;
	float:left;
	margin-right:0px;
}

.pcarousel .sixcol .last {
	float:left;
}
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('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url('/static/images/prettyPhoto/default/sprite_x.png?cc86d83c6c33') top left repeat-x}
div.pp_default .pp_top .pp_right{background:url('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url('/static/images/prettyPhoto/default/sprite_y.png?cc86d83c6c33') -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url('/static/images/prettyPhoto/default/sprite_y.png?cc86d83c6c33') top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url('/static/images/prettyPhoto/default/sprite_next.png?cc86d83c6c33') center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url('/static/images/prettyPhoto/default/sprite_prev.png?cc86d83c6c33') center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url('/static/images/prettyPhoto/default/default_thumb.png?cc86d83c6c33') 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{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') -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('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
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('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url('/static/images/prettyPhoto/default/sprite_x.png?cc86d83c6c33') bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url('/static/images/prettyPhoto/default/sprite.png?cc86d83c6c33') -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url('/static/images/prettyPhoto/default/loader.gif?cc86d83c6c33') center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url('/static/images/prettyPhoto/light_rounded/btnNext.png?cc86d83c6c33') center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url('/static/images/prettyPhoto/light_rounded/btnPrevious.png?cc86d83c6c33') center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url('/static/images/prettyPhoto/light_rounded/sprite.png?cc86d83c6c33') -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url('/static/images/prettyPhoto/dark_rounded/contentPattern.png?cc86d83c6c33') top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url('/static/images/prettyPhoto/dark_rounded/contentPattern.png?cc86d83c6c33') top right repeat-y}
div.dark_rounded .pp_next:hover{background:url('/static/images/prettyPhoto/dark_rounded/btnNext.png?cc86d83c6c33') center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url('/static/images/prettyPhoto/dark_rounded/btnPrevious.png?cc86d83c6c33') center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url('/static/images/prettyPhoto/dark_rounded/sprite.png?cc86d83c6c33') -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url('/static/images/prettyPhoto/dark_rounded/loader.gif?cc86d83c6c33') 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('/static/images/prettyPhoto/dark_square/loader.gif?cc86d83c6c33') center center no-repeat}
div.dark_square .pp_expand{background:url('/static/images/prettyPhoto/dark_square/sprite.png?cc86d83c6c33') -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url('/static/images/prettyPhoto/dark_square/sprite.png?cc86d83c6c33') -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url('/static/images/prettyPhoto/dark_square/sprite.png?cc86d83c6c33') 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url('/static/images/prettyPhoto/dark_square/sprite.png?cc86d83c6c33') 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url('/static/images/prettyPhoto/dark_square/sprite.png?cc86d83c6c33') -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url('/static/images/prettyPhoto/dark_square/sprite.png?cc86d83c6c33') -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url('/static/images/prettyPhoto/dark_square/sprite.png?cc86d83c6c33') -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url('/static/images/prettyPhoto/dark_square/sprite.png?cc86d83c6c33') 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url('/static/images/prettyPhoto/dark_square/sprite.png?cc86d83c6c33') -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url('/static/images/prettyPhoto/dark_square/btnNext.png?cc86d83c6c33') center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url('/static/images/prettyPhoto/dark_square/btnPrevious.png?cc86d83c6c33') center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url('/static/images/prettyPhoto/light_square/sprite.png?cc86d83c6c33') -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url('/static/images/prettyPhoto/light_square/sprite.png?cc86d83c6c33') -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url('/static/images/prettyPhoto/light_square/sprite.png?cc86d83c6c33') 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url('/static/images/prettyPhoto/light_square/sprite.png?cc86d83c6c33') 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url('/static/images/prettyPhoto/light_square/sprite.png?cc86d83c6c33') -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url('/static/images/prettyPhoto/light_square/sprite.png?cc86d83c6c33') -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url('/static/images/prettyPhoto/light_square/sprite.png?cc86d83c6c33') -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url('/static/images/prettyPhoto/light_square/sprite.png?cc86d83c6c33') 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url('/static/images/prettyPhoto/light_square/sprite.png?cc86d83c6c33') -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url('/static/images/prettyPhoto/light_square/btnNext.png?cc86d83c6c33') center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url('/static/images/prettyPhoto/light_square/btnPrevious.png?cc86d83c6c33') center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url('/static/images/prettyPhoto/facebook/contentPatternTop.png?cc86d83c6c33') top left repeat-x}
div.facebook .pp_top .pp_right{background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url('/static/images/prettyPhoto/facebook/contentPatternLeft.png?cc86d83c6c33') top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url('/static/images/prettyPhoto/facebook/contentPatternRight.png?cc86d83c6c33') top right repeat-y}
div.facebook .pp_expand{background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url('/static/images/prettyPhoto/facebook/loader.gif?cc86d83c6c33') center center no-repeat}
div.facebook .pp_arrow_previous{background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') 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('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') -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('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url('/static/images/prettyPhoto/facebook/btnNext.png?cc86d83c6c33') center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url('/static/images/prettyPhoto/facebook/btnPrevious.png?cc86d83c6c33') center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url('/static/images/prettyPhoto/facebook/contentPatternBottom.png?cc86d83c6c33') top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url('/static/images/prettyPhoto/facebook/sprite.png?cc86d83c6c33') -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;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.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;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.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('/static/images/prettyPhoto/facebook/default_thumbnail.gif?cc86d83c6c33') 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('/static/images/prettyPhoto/light_rounded/btnNext.png?cc86d83c6c33') 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url('/static/images/prettyPhoto/light_rounded/btnNext.png?cc86d83c6c33') 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{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#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 !important;font-size:17px;z-index:9999;margin:0 0 5px 15px}
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('/static/images/prettyPhoto/light_rounded/loader.gif?cc86d83c6c33') 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('/static/images/prettyPhoto/dark_rounded/contentPattern.png?cc86d83c6c33') 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}