/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

*/
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 320 and Up _________________________________________________

320 and Up
Andy Clarke http://about.me/malarkey
LESS Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/

__________________________________________________________ */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
html {
  overflow-y: scroll;
  background: #ffffff;
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "myriad-pro",sans-serif;
  color: #666666;
  background-color: transparent;
}
button,
input,
select,
textarea {
  color: #404040;
}
h1 {
  margin-bottom: 0.75em;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
}
h2 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h3 {
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
h4 {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5 {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
}
p {
  text-align: justify;
}
ul, ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px;
}
li
{
    line-height: 1.6em;
}
li ul, li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
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: 14px;
  font-size: 1.4rem;
}
sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #013568;
}
a:visited {
  color: #013568;
}
a:hover {
  color: #011b35;
}
a:focus {
  outline: thin dotted;
  color: #011b35;
}
a:hover, a:active {
  outline: 0;
}
figure {
  margin-bottom: 1.5em;
}
figure img, figure object, figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
th, td, caption {
  padding: 0.1875em 10px 0.1875em 5px;
}
tfoot {
  font-style: italic;
}
caption {
  background-color: transparent;
}
tbody tr:nth-child(odd) td {
  background-color: #c3d9e6;
}
form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #c3d9e6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::-webkit-selection {
  background: #e6e6e6;
  color: #fafafa;
  text-shadow: none;
}
::-moz-selection {
  background: #7bacc8;
  color: #c8977b;
  text-shadow: none;
}
::selection {
  background: #7bacc8;
  color: #c8977b;
  text-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}


/* 1 GENERIC ============================================================================= */
img, object, iframe
{
    display: block;
    max-width: 100%;
}

.pos-ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.column
{
    float: left;
}

.btn, .btn:visited, .btn:active
{
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: lowercase;
    padding: 6px 10px;
    background-color: #364EA2;
    outline: none;
}
    
    .btn:hover
    {
        color: #fff;
        background-color: #913393;
    }
    
.lightbox
{
    display: none;
}
    

/* 2 TEXT ============================================================================= */
h3
{
    font-size: 30px;
    font-size: 3rem;
    color: #913393;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
    margin-bottom: 30px;
}

h4
{
    display: inline-block;
    background-color: #364EA2;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1em;
    padding: 5px;
    padding-bottom: 6px;
    text-transform: lowercase;
    margin-bottom: 20px;
}

h5
{
    color: #364EA2;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
}

h6
{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
    color: #913393;
}

a, a:visited
{
	outline: none;
	border: none;
	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	color: #364EA2;
	text-decoration: none;
}
	
	a:hover
	{
		color: #698aff;
	}
    

/* 3 HEADER ============================================================================= */
.header-wrapper
{
    position: relative;
    background: #374da0;
    background: -moz-linear-gradient(top, #374da0 0%, #5471d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#374da0), color-stop(100%,#5471d9));
    background: -webkit-linear-gradient(top, #374da0 0%,#5471d9 100%);
    background: -o-linear-gradient(top, #374da0 0%,#5471d9 100%);
    background: -ms-linear-gradient(top, #374da0 0%,#5471d9 100%);
    background: linear-gradient(top, #374da0 0%,#5471d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374da0', endColorstr='#5471d9',GradientType=0 );
}

.header-bar
{
    position: absolute;
    left: 0;
    top: 158px;
    width: 100%;
    height: 38px;
    background: transparent url(../../assets/header-bar.png) repeat-x;
    z-index: 1000;
}

.site-header
{
    position: relative;
    margin: 0 auto;
    width: 1056px;
    height: 161px;
    background: transparent url(../../assets/header-background.png) no-repeat;
}
    
    .site-header h1
    {
        position: absolute;
        top: 59px;
        left: 83px;
        width: 338px;
        height: 77px;
        line-height: 1;
        font-size: inherit;
    }
    
    .site-header h2
    {
        position: absolute;
        top: 70px;
        right: 83px;
        display: inline-block;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 100;
        letter-spacing: 0.05em;
        color: #fff;
        text-transform: lowercase;
        background-color: #913393;
        padding: 4px 10px;
    }
    

/* 4 NAVIGATION ============================================================================= */
.site-nav
{
    position: absolute;
    top: 116px;
    right: 83px;
}
    
    .site-nav li
    {
        position: relative;
        float: left;
        margin-left: 22px;
        padding-left: 12px;
    }
        
        .site-nav li:before
        {
            position: absolute;
            top: 9px;
            left: -3px;
            display: block;
            content: '';
            width: 6px;
            height: 6px;
            background-color: #913393;
        }
        
    .site-nav a
    {
        font-size: 19px;
        font-size: 1.9rem;
        color: #364ea2;
        text-decoration: none;
        text-transform: lowercase;
    }
        
        .site-nav li a:hover, .site-nav li.current_page_item a:hover, .site-nav li.current_page_ancestor a:hover
        {
        	color:#698aff;
        }
        
        .site-nav li.current_page_item a, .site-nav li.current_page_ancestor a
        {
        	color:#913393;
        }
        

/* 5 CONTENT ============================================================================= */
.content-wrapper
{
    background: #fff url(../../assets/site-background.png) repeat-x;
}

.content
{
    margin: 0 auto;
    width: 890px;
    min-height: 800px;
    padding: 0 83px;
    padding-top: 26px;
    background: transparent url(../../assets/content-background.png) center top no-repeat;
}

.column
{
    margin-top: 45px;
}

/* Homepage */
#featured img,
#featured div { display: none; }

.slider
{
    position: relative;
    width: 890px;
    height: 365px;
    background: #fff url(../../assets/orbit/loading.gif) no-repeat center center;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
    
    .slider .caption
    {
        display: none;
        position: relative;
        left: 15px;
        bottom: 95px;
        height: 60px;
        padding: 10px 20px;
        background-color: #364ea2;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
    }
        
        .slider a:hover .caption
        {
            background-color: rgba(145,51,147,0.65);
        }
        
        .slider .caption h3
        {
            margin: 0;
            color: #fff;
            text-transform: none;
            font-size: 35px;
            font-size: 3.5rem;
            font-weight: 100;
            line-height: 1em;
        }
        
        .slider .caption p
        {
            color: #fff;
            margin: 0;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 100;
        }
        
.orbit-wrapper .slider .caption
{
    display: inline-block;
}

.service-list
{
    margin-top: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #913393;
}

.service-list li
{
    float: left;
    margin-right: 108px;
}
    
    .service-list li:last-child
    {
        margin-right: 0;
    }
    
.service-list a
{
    font-size: 20px;
    font-size: 2rem;
}

.news
{
    width: 550px;
    margin-right: 110px;
}

.contact
{
    width: 230px;
}

.news-item
{
    margin-bottom: 30px;
}
    
    .news-item:last-of-type
    {
        margin-bottom: 0;
    }
    
    .news-item img
    {
        float: left;
        padding: 5px;
        background-color: #913393;
    }
    
    .news-item header, .news-item p
    {
        margin-left: 100px;
    }
    
    .news-item h4
    {
        display: block;
        background-color: transparent;
        padding: 0;
        margin-bottom: 12px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.25;
        text-transform: none;
    }
    
    .news-item p
    {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6em;
        margin-bottom: 0;
    }
    
.vcard p
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
    margin-bottom: 0;
}

.vcard .org
{
    color: #364EA2;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

.vcard .adr
{
    margin-bottom: 20px;
}

.vcard
{
    margin-bottom: 20px;
}

.tel, .fax, .email, .add-hcard, .twitter
{
    position: relative;
    padding-left: 25px;
}

.tel:before, .fax:before, .email:before, .add-hcard:before, .twitter:before
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: transparent url(../../assets/icons.png) no-repeat left top;
}

.tel:before         { background-position: left top; left: 1px; }
.fax:before         { background-position: -20px top; top: 1px; }
.email:before       { background-position: -40px top; top: -1px; }
.add-hcard:before   { background-position: -60px top; }
.twitter:before     { background-position: -80px 1px; }
/* Homepage */

/* Internal Pages */
.left-column
{
    width: 580px;
    margin-right: 70px;
}

.right-column
{
    width: 240px;
}

.page.column
{
    margin-top: 30px;
}

.page h3
{
    margin-bottom: 15px;
}
        
.team-member
{
    margin-bottom: 40px;
}

.team-member p
{
    margin-left: 245px;
}

.team-member .team-member-title
{
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
}

.team-image
{
    float: left;
    padding: 5px;
    background-color: #913393;
}

.team-image img
{
    padding: 2px;
    background-color: #fff;
}

.contact-us-map
{
    float: left;
    background-color: #fff;
    border: 5px solid #932D90;
    height: 305px;
    padding: 2px;
    width: 325px;
    margin-bottom: 20px;
}

#contact-us-map
{
    width: 100%;
    height: 100%;
}

#contact-us-map img
{
    max-width: inherit;
}

.contact-us-content .vcard
{
    margin-left: 365px;
}

.pagination
{
    margin-top: 30px;
}

.pagination li
{
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
}

.pagination li:first-child
{
    float: left;
}
/* Internal Pages */

/* Sidebar */
.sidebar
{
    position: relative;
    margin-top: 0;
    padding-top: 30px;
    min-height: 605px;
    background: #fff url(../../assets/sidebar-background.png) repeat-x;
}
    
    .sidebar h3
    {
        position: relative;
        margin: 0;
        margin-bottom: 8px;
        padding-left: 15px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 100;
        line-height: 1em;
        color: #fff;
        text-transform: lowercase;
    }
        
        .sidebar h3:before
        {
            position: absolute;
            top: 8px;
            left: 0;
            display: block;
            content: '';
            width: 6px;
            height: 6px;
            background-color: #fff;
        }
        
.sub-nav
{
    position: relative;
    top: 5px;
    left: -22px;
    width: 180px;
    padding: 13px 14px;
    padding-right: 34px;
    background-color: #913393;
    margin-bottom: 40px;
}
    
    .sub-nav ul
    {
        margin-left: 14px;
    }
    
    .sub-nav li
    {
        margin: 0;
    }
        
        .sub-nav li:last-child
        {
            margin-bottom: 0;
        }
        
    .sub-nav a
    {
        display: block;
        padding: 1px 8px 4px 22px;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        text-transform: lowercase;
        line-height: 1.4em;
        background: transparent url(../../assets/subnav-arrow.png) no-repeat 3px 4px;
    }
        
        .sub-nav a:hover, .sub-nav li.current_page_item a
        {
            background-color: #c962cb;
        }
        
.sub-nav-image
{
    width: 159px;
    padding: 5px;
    background-color: #913393;
    margin: 0 auto;
    margin-bottom: 20px;
}
    
    .sub-nav-image img
    {
        display: block;
        padding: 2px;
        background-color: #fff;
    }
/* Sidebar */


/* 6 FOOTER ============================================================================= */
.site-footer
{
    width: 1040px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 50px 0;
    background: #fff url(../../assets/footer.jpg) center top no-repeat;
}
    
    .site-footer small
    {
        display: block;
        font-size: 11px;
        font-size: 1.1rem;
        text-align: center;
    }


/* X PLUGINS ============================================================================= */

/* CSS for jQuery Orbit
 * www.ZURB.com/playground

/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }
    
div.orbit.with-bullets {
    margin-bottom: 40px; }

div.orbit .orbit-slide {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

div.orbit a.orbit-slide {
    border: none;
    line-height: 0; 
    display: none; }

div.orbit div.orbit-slide {
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.orbit-wrapper div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 31; }

div.orbit-wrapper span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../../assets/orbit/rotator-black.png) no-repeat;
    z-index: 3; }

div.orbit-wrapper span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

div.orbit-wrapper span.rotator.move {
    left: 0 }

div.orbit-wrapper span.mask.move {
    width: 40px;
    left: 0;
    background: url(../../assets/orbit/timer-black.png) repeat 0 0; }

div.orbit-wrapper span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../assets/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

div.orbit-wrapper span.pause.active {
    background: url(../../assets/orbit/pause-black.png) no-repeat 0 -40px }

div.orbit-wrapper div.timer:hover span.pause,
div.orbit-wrapper span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 30;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.orbit-wrapper div.slider-nav {
    display: block }

div.orbit-wrapper div.slider-nav span {
    width: 39px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    z-index: 30;
    top: 50%;
    margin-top: -25px;
    cursor: pointer; }

div.orbit-wrapper div.slider-nav span.right {
    background: url(../../assets/orbit/right-arrow.png);
    right: 0; }

div.orbit-wrapper div.slider-nav span.left {
    background: url(../../assets/orbit/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

ul.orbit-bullets {
    position: absolute;
    z-index: 30;
    list-style: none;
    bottom: -40px;
    left: 50%;
	margin-left: -50px;
    padding: 0; }

ul.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../../assets/orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }

ul.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; }
    
ul.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

ul.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }
    
/* FLUID LAYOUT
   ================================================== */
div.orbit img.fluid-placeholder {
    visibility: hidden;
    position: static;
    display: block;
    width: 100%; }

div.orbit, div.orbit-wrapper { width: 100% !important; }

ul.orbit-bullets {
    position: absolute;
    z-index: 30;
    list-style: none;
    bottom: -50px;
    left: 50%;
	margin-left: -50px;
    padding: 0; }

ul.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../../assets/orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }

ul.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

ul.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; }

ul.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }
    
    
/**** Pagination Plugin ****/
/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 286636 2010-09-08 00:11:23Z emartin24 $
 * Copyright (c) 2010 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0; font-size:12px; font-size:1.2rem;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#fff; border:1px solid #D7D7D7; color:#252525; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#D7D7D7; color:#252525; }
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#ff323c; border:1px solid #ff323c; color:#fff; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}
/**** Pagination Plugin ****/


/**** FancyBox 2.0.5 ****/
/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

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

.fancybox-outer {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

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

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

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

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

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../../assets/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

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

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

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

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

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

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

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

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

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

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

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

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

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 1005;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 170px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #111;
	-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
	background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
	border-radius: 3px;
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('../../assets/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
}

#fancybox-buttons a.btnPrev {
	width: 32px;
	background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 38px;
	background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.5;
	cursor: default;
}