/*----------------------------------------------------------*/
/* 1. Global Styles + CSS Reset
/*----------------------------------------------------------*/
.home-slider-post + .home-slider-post {
display:none;	
}

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,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 {
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}

body,
html {background:#FFF;}

body {
font-family:"HelveticaNeue-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
color:#636B75;
line-height:1;
margin:0;
}

html {
-webkit-text-size-adjust: none !important; /* Prevent font scaling in landscape */
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

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

ul {
list-style:none;
}

blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

hr {
clear:both;
margin:0;
}

a {
outline:none;
}

.hr {
clear:both;
border:0;
height:50px;
width:100%;
background: url(images/global/bg-hr-dotted.png) 0 50% repeat-x;
}

p + .hr {
margin-top:-7px;	
}

.hr-dotted {
background: url(images/global/bg-hr-dotted.png) 0 50% repeat-x;
}

.hr-dotted-double {
background: url(images/global/bg-hr-dotted-double.png) 0 50% repeat-x;
}

.hr-solid {
background: none;
border-bottom: 1px solid #DADADA;
height:25px;
margin-bottom:25px;
}

.hr-solid-double {
background: url(images/global/bg-hr-solid-double.png) 0 50% repeat-x;
}

object {
outline:none;	
}

.social_icons a,
#scroll_to_top,
.top-aside .social_icons a,
.article_preview strong a,
.member-contact-email,
.member-contact-twitter,
.member-contact-facebook,
.member-contact-google,
.member-contact-linkedin,
.member-contact-phone,
#banner-search input,
.tabs_type_1_arrow,
.accordion dt:before,
.accordion dt.current:before,
.post-categories,
.post-leave-comment,
.metadata,
.tt-notification.success p:before,
.tt-notification.error p:before,
.tt-notification.warning p:before,
.tt-notification.tip p:before,
.tt-notification.neutral p:before,
.tt-icon:before,
.tt-mono-icon:before,
.tabs_type_2_arrow,
.closeable-x:before,
.banner-slider .next,
.banner-slider .prev,
.pagination li a,
.pagination li.current a,
.pagination li a:hover,
blockquote:before,
.top-aside ul.custom-menu a .sf-sub-indicator{
	background:url(images/global/sprite.png) no-repeat;
}

/*----------------------------------------------------------*/
/* 2. Layout Structure
/*----------------------------------------------------------*/
.top-aside, header, .banner, .banner-slider, .small_banner, #content-container, .footer-callout, footer {
min-width:960px;
}

#main-wrap {
width:960px;
overflow:visible;
position:relative;
padding:40px 0;
z-index:1;
margin:0 auto;
}

.tt-overlay {
height: 100%;
width: 100%;
position: absolute;
top: 0;
z-index: -1;	
}

.center-wrap {
width:960px;
margin:0 auto;
position:relative;
}

.page_content {
float:left;
width:670px;
}

.page_content_right {
float:right;
width:670px;
}

body > div > .full-width {
width:960px !important;
}

header {
width:100%;
position:relative;
z-index:100;
margin:0 auto;
padding:32px 0;
background:#FFF url(images/global/bg-ui-gradient.png) left top repeat-x;
}

#content-container {
width:100%;
background:#FFF url(images/global/bg-ui-gradient.png) left top repeat-x;
}

.small_banner,
.banner {
color: #FFF;
z-index: 1;
}

#tt-boxed-layout {
width:90%;
margin:0 auto;
max-width:1200px;
-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

/*----------------------------------------------------------*/
/* 3. Main Navigation
/*----------------------------------------------------------*/
nav select {
  display: none;
}

header nav {
position:absolute;
top:50%;
right:0;
margin-top:-8px;
z-index:9999;
}

header nav ul{
padding:0px;
list-style-image:none;
}

nav > ul > li {
display:inline-block;
position:relative;
}

nav > ul > li+li {
margin-left:28px;
}

nav a {
font-size:16.5px;
text-decoration:none;
padding:3px 5px;
}

header nav .sub-menu a:hover{
color: #555;
}

header .sub-menu li:hover {
background:#eee;
border-radius:4px;
box-shadow:inset 0 0 2px #CCC;
}

nav > ul ul {
display:none;
}

.submenu {
overflow:hidden;
font-size:13px;
height:14px;
}

.submenu ul {
padding-bottom:1px;
}

.submenu strong {
float:left;
}

.submenu li {
float:left;
line-height:1em;
margin:0 16px;
}

header .sub-menu {
position:absolute;
background-color:#FFF;
z-index:2;
left:-12px;
top:40px;
width:210px;
box-shadow:0 0 3px #c3c3c3;
border-radius:8px;
padding:20px;
}

header .sub-menu a {
font-size:13px;
display:inline-block;
width:100%;
padding:9px 10px;
}

header .sub-menu .sub-menu {
left:231px;
top:0;
}

header .sub-menu .sub-menu:before {
content:'';
}

header .sub-menu li {
position:relative;
margin:0;
}

.has_submenu > a:after {
content: url('images/global/arrow-small-down.png');
position: absolute;
right: -12px;
top: -3px;
}

.has_submenu .has_submenu > a:after {
content: url('images/global/arrow-small-right.png');
right: 9px;
top: 8px;
}

/*----------------------------------------------------------*/
/* 4. Header
/*----------------------------------------------------------*/
p,dl,ol,ul,a:visited
header nav *,
.submenu *,
blockquote,
.home_2_aside p a:link,
.home_2_aside p a:visited,
.tool_tip,
.post-details strong,
.faq-questions ol li a,
.home-vertical-sidebar *,
.home-vertical-sidebar #mc_signup .mc_var_label,
#home-marketing-icons .tt-icon,
header .current-menu-item ul a,
header .current-menu-parent ul a,
header .current-menu-ancestor ul .current-menu-item ul a,
header .current-menu-ancestor .sub-menu a,
header .current-menu-ancestor .sub-menu .current-menu-ancestor .sub-menu a {
color:#636B75;
}

.footer-callout-content .callout-text {color: #747C88;}

header nav,
.footer-callout,
#gallery-nav,
footer .foot-heading,
h1,
h2,
h3,
h4,
h5,
h6,
.page-banner-heading {
font-weight:400;
font-family:"HelveticaNeue-Regular","Helvetica Neue",Helvetica,arial,sans-serif;
text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
line-height:1.4em;	
}

.companyIdentity {
overflow:hidden;
position:relative;
}

.companyIdentity img {
float:left;
margin-right:9px;
box-shadow:none;
background:none;
border:none;
padding:0;
}

.companyIdentity h1 {
position:absolute;
top:50%;
left:65px;
margin-top:-13px;
}

.companyIdentity a {
text-decoration:none;
}

.top-aside {
padding:8px 0;
}

.top-aside,
.top-aside a,
.top-aside p,
.top-aside ul,
.top-aside li {
font-size:11px;
color:#FFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.top-aside p, .top-aside ul {
margin:0;
padding:0;
}

.top-aside .one_half + .one_half {
text-align:right;
float:right;
}

.top-aside ul,
.top-aside li {
margin:0;
padding:0;
list-style:none;
}

.top-aside .one_half + .one_half ul {
margin:0;
padding:0;
float:right;
}

.top-aside ul li {
float:left;
}

.top-aside ul li + li {
margin-left:10px;
}

.top-aside ul li a {
color:#FFF;
padding-right:9px;
border-right:1px solid rgba(255, 255, 255, 0.3);
font-weight:500;
}

.top-aside ul li:last-child a {
padding-right:0;
border-right:none;
}

.top-aside li ul.sub-menu li {
float:none;
text-align:left;
margin:0;
padding:0;
}

.top-aside li ul.sub-menu li a {
background:none;
padding:0px;
}

.top-aside li ul.sub-menu {
clear:both;
}

.top-aside li a.sf-with-ul {
background:none;	
}

.shadow.top {
position:absolute;
top:0;
height:60%;
width:100%;
z-index:-1;
background:url(images/shadows/shadow-1.png) left top repeat-x;
}

.shadow.bottom,
.top-aside-shadow {
position:absolute;
bottom:0;
width:100%;
height:30%;
z-index:-1;
background:url(images/global/bg-ui-shadow-bottom.png) center bottom repeat-x;
}

.top-aside-shadow {
height:10%;
background:url(images/global/bg-top-aside-shadow.png) center bottom repeat-x
}

body > section + div .shadow {
height:50%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:-1;
}

.small_banner {
width:100%;
position:relative;
padding:25px 0;
}

.small_banner .center-wrap {
z-index:250;
}

.small_banner .page-banner-description,
.small_banner .page-banner-heading,
.breadcrumbs > a {
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.small_banner .page-banner-description {
font-size: 13.2px;
margin-top: -0.8%;
position: absolute;
right: 0;
text-align: right;
top: 50%;
width: 70%;
}

.small_banner .page-banner-heading {
margin:0;
font-size:25px;
display:inline-block;
margin-top:-3px;
}

.small_banner .banner-no-crumbs .page-banner-heading {
margin-top:0px !important;
}

.small_banner .banner-no-crumbs #banner-search {
top:4px !important;
}

div.breadcrumbs {
font-size:11px;
width:100%;
margin:0 0 0 -4px;
}

.breadcrumbs > a {
display:inline-block;
margin:0 4px;
opacity:0.8;
}

.breadcrumbs a:hover {
text-decoration:underline;
color:#FFF;
opacity:0.95;
}

.current_crumb {
font-weight:700;
color:#FFF;
opacity:1.0;
margin-left:4px;
}

.small_banner *, .banner *{color:#FFF;}

.dots {
z-index:200;
}

.banner-slideshow .circle{
border-color: #000;
opacity:0.4;
}

.circle {
float:left;
border:6px solid #ebebeb;
border-radius:6px;
width:0;
margin-left:8px;
cursor:pointer;
}

.circle.current,circles:hover {
border-color:#d6d6d6;
}

/*----------------------------------------------------------*/
/* 5. Typography
/*----------------------------------------------------------*/
a {
text-decoration:none;
}

p {
margin-bottom:18px;
font-size:13px;
line-height:1.6em;
}

.callout-text p {
font-size:16px;
}

blockquote {
margin-top:20px;
font-size:13px;
line-height:1.6em;
padding-left:36px;
position:relative;
}

strong {
font-weight:700;
}

h1 {
font-size:26px;
margin-bottom:11px;
}

h2 {
font-size:24px;
margin-bottom:11px;
}

h3 {
font-size:23px;
}

h4 {
font-size:18px;
}

h5 {
font-size:16px;
}

h6 {
font-size:13px;
text-transform:uppercase;
}

h1 + p {
margin-top:19px;
}

h2 + p {
margin-top:16px;
}

h3 + p{
margin-top:15px;
}

h4 + p {
margin-top:12px;
}

h5 + p {
margin-top:12px;
}

h6 + p {
margin-top:10px;
}

blockquote:before {
content:'';	
background-position:0 -6003px;
width:28px;
height:22px;
position:absolute;
top:0;
left:0;
}

.custom-logo {
float:left;
margin-left:12px;
outline:none;
text-decoration:none;
}

.custom-logo .logo-text {
font-weight:700;
font-size:2em;
letter-spacing:-0.5px;
color:#FFF;
padding-left:7px;
word-spacing:4px;
}

.custom-logo img {
margin-bottom:-17px;
}

em {
font-style:italic;
}

/*----------------------------------------------------------*/
/* 6. Lists
/*----------------------------------------------------------*/
ul,
ol {
color:#636b73;
font-size:13px;
padding-left:28px;
list-style-position:outside;
line-height:1.5em;
}

ul li,
ol li {
margin-bottom:16px;
}

.feature_list li {
position:relative;
margin-bottom:34px;
}

.feature_list {
padding-top:10px;
}

.custom-menu {
list-style:none;
}

/*----------------------------------------------------------*/
/* 7. Images + Links
/*----------------------------------------------------------*/

img,img a {
border:0;
padding:0;
outline:none;
}
img{
max-width: 100%;
height: auto;
}

img a,a img {
cursor:pointer;
}

a:hover {
text-decoration:underline;
}

footer a {
color:#FFF;
}

header nav a,
.search .current_page_parent a {
color:#707885;
}

header nav ul li ul li a {
font-weight:normal;
}

header nav a:hover,
.subnav a:hover {
text-decoration:none;
}

.img-frame {
background:url(images/global/img-frames.png);
margin-bottom:20px;
}

.banner-slider .img-frame {
margin:0;
}

.img-frame img {
margin:10px 0 0 10px;
}
.banner-slider .img-frame img{
display:block;
margin:9px 0 0 9px;
}

.full-banner {
width:100%;
height:181px;
background-position:0px -1113px;
}

.small-banner {
width:670px;
height:189px;
background-position:0px -908px;
}

.full-third-portrait {
width:300px;
height:373px;
background-position:-224px -517px;
}

.full-fourth-portrait {
width:203px;
height:297px;
background-position:-530px -332px;
}

.full-half {
width:465px;
height:295px;
background-position:0px 0px;
}

.full-third {
width:300px;
height:199px;
background-position:0px -305px;
}

.full-third-short {
width:300px;
height:145px;
background-position:0px -1486px;
}
.full-fourth {
width:217px;
height:153px;
background-position:0px -519px;
}

.small-half {
width:320px;
height:206px;
background-position:-481px 0px;
}

.small-third {
width:203px;
height:140px;
background-position:-315px -306px;
}

.small-fourth {
width:145px;
height:109px;
background-position:-530px -215px;
}

.blog-frame {
width:640px;
height:181px;
background-position:0px -1299px;
margin-bottom:20px;
}

.edit-page-button { clear:left;margin-top:30px; }

.edit-page-button a {
text-decoration:none;
font-size:13px;
font-weight:700;
height:20px;
line-height:12px;
border-radius:3px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
display:inline-block;
margin:0 5px 20px;
padding:8px 10px 0;
}

.edit-page-button a {
background-position:0 -630px;
border:1px solid #DAB347;
color:#835503;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}

.edit-page-button a:hover {
border:1px solid #DAB347;
background-position:0 -658px;
color:#422B01;
}

.top-aside .current-menu-item a,
.top-aside .current-menu-parent a,
.top-aside .current-menu-parent .sub-menu .current-menu-item a {
opacity: 0.6 !important;
color:#FFF !important;
}

.top-aside .current-menu-parent .sub-menu a {
opacity: 1.0 !important;
color:#FFF !important;
}

.top-aside a {
opacity: 1;
transition: opacity .20s ease-in-out;
-moz-transition: opacity .20s ease-in-out;
-webkit-transition: opacity .20s ease-in-out;
}

.top-aside a:hover {
opacity: 0.6;
}

.tour-pagination-links {
clear:both;
width:100%;
padding-top:15px;
}

.tour-pagination-links a {
font-size:14px;
}

.tour-pagination-next {
float:right;
}

.tour-pagination-previous {
float:left;
}

/*----------------------------------------------------------*/
/* 8. Forms
/*----------------------------------------------------------*/
form,fieldset {
border-style:none;
margin:0;
padding:0;
}

input,textarea,select {
vertical-align:middle;
font-size:100%;
font-size:13px;
resize:none;
font-family:Lucida Grande,Lucida Sans Unicode,sans-serif;
}

input,textarea {
padding:7px;
}

textarea{
height: 190px;
width: 88%;
}

input, textarea, button {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #EFEFEF;
}

.contact-form div {margin-bottom:0px !important;}
.contact-form label {margin-top:10px !important;}
.contact-form .radio {display:inline !important;}

#content-container input,
#content-container textarea {
border: 1px solid #D2D2D2;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
color: #747474;
font-size: 13px;
padding: 8px 10px;
}

#content-container input[type="text"] {
margin:0 10px 10px 0;
width: 300px;
}

#content-container input:focus,
#content-container textarea:focus {
border: 1px solid #CCC;
}

label {
display:block;
font-weight:700;
font-size:13px;
margin-bottom:10px;
color:#555;
}

label span{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#ACACAC;
font-weight:normal;
font-size:11px;
}

#content-container .tt-form-submit {
float: right;
}

#content-container .tt-form-submit,
#commentform #submit-button,
.gform_footer .button {
color: #555555;
}

#content-container .tt-form-submit,
#commentform #submit-button,
.gform_footer .button {
border: 1px solid #D5D5D5;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
cursor: pointer;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 18px;
padding: 8px 10px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
width: auto;
}

.contact-submit {
float:right;
width:100%;
margin:20px 65px 0 0;
}

#content-container .contact-form {
padding-top:20px;
}

/*----------------------------------------------------------*/
/* 10. Sub Navigation
/*----------------------------------------------------------*/
div + .subnav_cont > * {
margin-left:0;
}

.sidebar .subnav > ul {
list-style-image:none;
padding-left:0;
}

.sidebar .subnav li {
border-bottom:1px solid #dcddde;
border-top:1px solid #FFF;
margin-bottom:0;
min-height:18px;
}

.sidebar .subnav li:first-child {
border-bottom:1px solid #EEE;
}

.sidebar .subnav a {
min-height:18px;
padding:11px 0 11px 23px;
display:block;
}

.sidebar .subnav ul .has_subnav ul a {
padding:9px 0 9px 23px;
}

.sidebar .subnav a:hover {
background:url(images/global/bg-subnav-link-hover.png) top right no-repeat;
}

.sidebar li:first-child {
border-top:none;
}

.sidebar .subnav ul ul {
border-top:1px solid #dcddde;
padding:5px 0;
}

.has_subnav {
padding-bottom:0 !important;
}

.sidebar .subnav .current_subpage,
.sidebar .subnav .current_subpage a,
.sidebar .subnav .current_subpage a:hover{
color:#FFF;
}

.sidebar .subnav .current_subpage ul a,
.sidebar .subnav .current_subpage ul a:hover {
background:none;
color:#636B75;
}

.subnav ul a:link,
.subnav ul a:visited{
color:#636B75;
}

.sidebar .subnav ul ul li {
border:none;
margin:0;
padding:0;
list-style-position:inside;
}

.subnav > ul ul {
background:#F4F4F4 url(images/global/bg-subnav-subnav.png) right top repeat-y;
}

ul{
padding:5px 0 0 16px;
list-style-image:url(images/global/bullet-type-1.png);
}

.sidebar .subnav ul {
list-style-image:none;
list-style-type:none;
}

.sidebar .subnav ul .has_subnav ul a,
.sidebar .subnav ul .has_subnav ul a:hover{
background:url(images/global/bullet-type-1.png) 90% 50% no-repeat;
}

.sidebar .subnav .has_subnav ul li a,
.sidebar .subnav .has_subnav ul li a:hover,
.sidebar .subnav .has_subnav .current_subpage a,
.sidebar .subnav .has_subnav .current_subpage a:hover{
margin-right:0px;
}

.current_subpage {
border: none !important;
}

hr{
border: none;
border-top: 1px solid #DADADA;
}

/*----------------------------------------------------------*/
/* 11. Homepage
/*----------------------------------------------------------*/
.banner {
height:324px;
position:relative;
z-index:2;
width:100%;
overflow:visible;
}

.banner .center-wrap {
position:relative;
}

.wide {
text-align:center;
font-size:25px;
}

/* ------ Homepage - jQuery Slider ------ */
.banner-slider,
.top-aside {
z-index:1;
position:relative;
}

.banner-slider .center-wrap {
padding:35px 0;
}

.banner-slide.current {
display:block;
}

.banner-slider *{
color:#FFF;
}

.main-wrap-slider {
clear:both;
}

#slides {
position:relative;
}

.slides_container {
width:960px;
}

.slides_container div {
display:block;
z-index:525;
overflow:hidden;
}

.slides_control .home-slider-post p:last-child {
margin-bottom:0px;
}

.pagination {
margin:50px auto 0 0;
float: left;
left: 50%;
max-width: 960px;
position: relative;
list-style:none;
}

.pagination li {
float: left;
margin: 0 10px 0 0;
position: relative;
right: 50%;
}

.pagination li a {
display: block;
background-position:0 -6030px;
width: 8px;
height: 9px;
text-indent: -9999px;
}

.pagination li.current a,
.pagination li a:hover { 
	background-position:-8px -6030px;
}


.slides_container .single-post-thumb {
border: none;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
margin-bottom:5px;
}

.banner-slider h1,
.banner-slider h2,
.banner-slider h3,
.banner-slider h4,
.banner-slider h5,
.banner-slider h6 {
margin-top:35px;
color:#FFF;
}

#slides .next,
#slides .prev {
display:none;	
}

.banner-slider .next,
.banner-slider .prev {
z-index:9999;
width:54px;
height:51px;
margin:-20px 0 0;
display:block;
/*background:url(images/global/bg-slider-navigation-arrows.png) no-repeat 0 0;*/
background-position:0 -5799px;
position:absolute;
top:50%;
cursor:pointer;
text-indent:-9999px;
opacity:0.6;
-webkit-transition:all .3s ease;
}

.banner-slider .prev {left:0px;}
.banner-slider .next {right:0px; background-position:0 -5859px; }

.banner-slider .next:hover,
.banner-slider .prev:hover {opacity:0.9;}


/* ------ Homepage - Vertical Layout ------ */
.home-vertical-callout .img-frame {
float:left;
margin:0 18px 18px 0;
}

.home-vertical-callout {
clear:left;
margin-bottom:10px;
}

.home-vertical-content {
padding-top:8px;
}

.home-vertical-sidebar {
box-shadow:0 1px 3px #c3c3c3;
border-radius:5px;
background: #f7f7f7;
padding:25px 0;
font-size:13px;
}

.home-vertical-sidebar > * {
margin-left:24px;
}

.home-vertical-sidebar .sidebar-widget {
padding-top:5px;
}

.home-vertical-sidebar .widget-heading {
font-weight:500;
margin-bottom:24px;
font-size:15px;
}

.home-vertical-sidebar .recent-post-widget-text {
margin-top:2px;
margin-bottom:18px;
padding-bottom:18px;
border-bottom:1px solid #dcdcdc;
font-size:13px;
width:92%;
}

.home-vertical-sidebar .recent-post-widget-text a {
background:url(images/global/arrow-right.png) right center no-repeat;
display:inline-block;
padding-right:28px;
}

.home-vertical-sidebar a:hover {
text-decoration:none;
}

.recent-post-widget-title {
font-weight:bold;
margin-bottom:0px;
}

.home-vertical-sidebar .recent-post-widget-text {
font-size:11px;
}

.home-vertical-sidebar .recent-post-widget-text:last-child {
padding-bottom:10px;
border-bottom:0;
}

/* ------ Homepage - Lightbox Layout ------ */
.main-wrap-home-lightbox {
padding-top:70px !important;
}

.home-lightbox-banner-content {
position:absolute;
top:62px;
left:570px;
}

.home-lightbox-banner-content p {
font-size:13px;
}

.hero-image {
position:absolute;
bottom:0px;
right:0px;
}

.hero-wrap {
background:url(images/global/bg-home-banner-hero.png) left bottom no-repeat;
position:absolute;
left:-40px;
top:18px;
width:575px;
padding-bottom:89px;
height:320px;
}

.home-primary-image {
position:absolute;
left:27px;
top:20px;
z-index:900;
}

.home-secondary-image {
position:absolute;
left:98px;
top:65px;
z-index:800;
}

.lightbox-link {
background:url(images/global/bg-home-lightbox-link.png) 0 0 no-repeat;
width:450px;
height:315px;
z-index:9999;
display:block;
position:absolute;
left:27px;
top:20px;
outline:none;
text-indent:-9999em;
}

.lightbox-link:hover {
background-position:-450px 0;
}

/*----------------------------------------------------------*/
/* 13. Gallery
/*----------------------------------------------------------*/
#gallery-outer-wrap,
#contact-content-wrap {
width:100%;
background:url(images/global/bg-gallery-wrap.png) top center no-repeat;
clear: both;
}

#gallery-outer-wrap h4 + p {
margin-top: 12px;
}

#iso-wrap {
padding-bottom:30px;	
}

.lightbox-zoom {
background:url(images/global/lightbox-zoom.png) center center no-repeat;
width:100%;
height:100%;
}

.lightbox-linked {
background:url(images/global/lightbox-linked.png) center center no-repeat;
width:100%;
height:100%;
}

#gallery-nav {
width:960px;
padding:35px 0;
margin:0 auto;	
display: block;
text-align:center;
}

#gallery-nav a{
color:#636B75;
padding:6px 12px;
}

#gallery-nav a:hover,
#gallery-nav .active a{
color: #555;
background:#EEE;
border-radius:5px;
box-shadow:inset 0 0 2px #CCC;
text-decoration:none;
}

#gallery-nav li {
display:inline;
margin-right:16px;
}

#gallery-nav li:last-child {
margin-right:0;
}

#gallery-wrap p {
font-size:13px;
}

#gallery-wrap h3 {
font-size:18px;
}

#gallery-wrap h3 + p {
margin-top:10px;
}

.isotope-item {
z-index:2;
margin: 5px !important;
}

.iso-space .isotope-item {
margin: 10px !important;
}

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

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

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

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

/* ----- 404 Page not found ----- */
.page-not-found {
background:url(images/global/bg-page-not-found.png) 0 0 no-repeat;
height:266px;
padding:80px 0 0 430px;
margin:0 0 10px 75px;
}

.page-not-found strong {
color:#5B626D;
font-size:14px;
font-weight:600;
}

.error404 header .current-menu-item a,
.error404 header .current-menu-parent a,
.error404 header .current-menu-parent ul .current-menu-item a,
.error404 header .current-menu-ancestor ul .current-menu-ancestor a,
.error404 header .current_page_parent a {
color:#636B75;
}

/*----------------------------------------------------------*/
/* 16. Footer
/*----------------------------------------------------------*/
footer {
clear:both;
width:100%;
padding-top:30px;
position:relative;
font-size:13px;
z-index:1;
overflow:visible;
}

.footer-content {
padding-bottom:40px;
}

footer .sidebar-widget {
padding-top:0px;	
}

.tt-relative {
position:relative;
}

.footer-social {
float:left;
}

.footer-search {
float:right;
}

.footer-callout {
width:100%;
/*background:#E4E4E4 url(images/global/bg-footer-callout.png) left top repeat-x;*/
padding:37px 0;
border-top:1px solid #dfdfdf;
-moz-box-shadow:0 0 3px #ddd;
-webkit-box-shadow:0 0 3px #ddd;
box-shadow:0 0 3px #ddd;
background-color: #efefef;
background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
background-image: -ms-linear-gradient(top, #fafafa, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
background-image: linear-gradient(top, #fafafa, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e6e6e6', GradientType=0);
}

.footer-callout-content {
float:left;
width:76%;
line-height:20px;
}

.footer-callout-button {
float:right;
margin:14px 0 0 0;
}

.footer-callout-content p {
font-size:17px;
margin-bottom:0px;
text-shadow: 1px 1px 2px #FFF;
}

.footer-callout-content .callout-heading {
font-size:20px;
letter-spacing: -0.3px;
}

form.search {
margin:0;
padding:0;
}

form.search p {
margin-top:10px;
}

footer > div > p {
font-size:11px;
float:left;
width:450px;
padding-top:20px;
}

footer ul{
list-style-image:url(images/global/bullet-type-1-footer.png);
}

footer nav {
padding:16px 0 0 0;
float:right;
}

footer nav a {
font-size:11px;
}

footer nav > ul > li+li {
margin-left:10px;
}

footer *,
.social_links a:link,
.social_links a:active,
.social_links a:visited, 
footer a:hover,
footer span {
color:#FFF;
}

footer .current-menu-item a {
color:#FFF;
font-weight:bold;
}

footer .foot-heading {
margin-bottom:12px;
color:#FFF;
font-size:16px;
font-weight:500;
}

footer .social_icons,
#contact-info-wrap .social_icons {
padding-left:0;
}

footer .social_icons a,
#contact-info-wrap .social_icons a {
padding-left: 22px;
}

.footer-default-one,
.construction-default-one {
width:41.6%;
float:left;
}

.footer-default-two,
.construction-default-two {
width:18.75%;
float:left;
margin-left:6.25%;
}

.footer-default-three,
.construction-default-three {
width:26.04%;
float:right;
}

footer .footer-default-three .social_icons li,
footer .construction-default-three .social_icons li,
#contact-info-wrap .social_icons li {
float:left;
margin-right:20px;
}

.display-none {display:none;}

.footer-copyright {
clear:both;
width:100%;
padding:15px 0;
background:rgba(0, 0, 0, 0.1);
}

.footer-nav {
list-style:none;
margin:0;
padding:1px 0 0 0;
}

.footer-nav li {
float:left;
margin-bottom:0;
}

.footer-nav li + li {
margin-left:10px;
}

.footer-nav li a {
color:#FFF;
padding-right:10px;
border-right:1px solid rgba(255, 255, 255, 0.3);
font-weight:500;
}

.footer-nav li:last-child a {
background:none;
}

.footer-nav .current_page_parent a {
color:#FFF;
}

.foot-copy {
float:left;
}

.footer-nav {
float:right;
margin-left:110px;
}

.foot-copy p {
padding:0;
margin:0;
}

.footer-copyright p,
.footer-copyright ul {
font-size:11px;
}

.footer-logo {
padding-bottom:10px;
}

/*----------------------------------------------------------*/
/* 17. Shortcodes
/*----------------------------------------------------------*/
 
/*----- Buttons ----- */
a.tt-button {
/*background-image:url(images/shortcodes/button-sprite.png);*/
text-decoration:none;
font-size:13px;
font-weight:700;
height:20px;
line-height:12px;
border-radius:3px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
display:inline-block;
padding:8px 10px 0;
}

a.tt-button.large {
line-height:14px;
height:24px;
padding:11px 10px 0;
}

a.tt-button.jumbo {
line-height:14px;
height:30px;
padding:17px 18px 0;
font-size:14px;
}

a.tt-button.green {
border:1px solid #ADC671;
color:#5D7731;
background-color: #cae285;
background-image: -moz-linear-gradient(top, #cae285, #9fcb57);
background-image: -ms-linear-gradient(top, #cae285, #9fcb57);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cae285), to(#9fcb57));
background-image: -webkit-linear-gradient(top, #cae285, #9fcb57);
background-image: -o-linear-gradient(top, #cae285, #9fcb57);
background-image: linear-gradient(top, #cae285, #9fcb57);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57', GradientType=0);
}

a.tt-button.green:hover {
border:1px solid #8BB14D;
background:#b9d972;
}

a.tt-button.white,
#content-container .tt-form-submit,
#commentform #submit-button,
.gform_footer .button{
border:1px solid #D3D3D3;
color:#555;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
background-color: #fbfbfb;
background-image: -moz-linear-gradient(top, #fbfbfb, #f0f0f0);
background-image: -ms-linear-gradient(top, #fbfbfb, #f0f0f0);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#f0f0f0));
background-image: -webkit-linear-gradient(top, #fbfbfb, #f0f0f0);
background-image: -o-linear-gradient(top, #fbfbfb, #f0f0f0);
background-image: linear-gradient(top, #fbfbfb, #f0f0f0);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f0f0f0', GradientType=0);
}

a.tt-button.white:hover,
#content-container .tt-form-submit:hover,
#commentform #submit-button:hover,
.gform_footer .button:hover{
border:1px solid #C4C4C4;
background-color: #efefef;
background-image: -moz-linear-gradient(top, #efefef, #f8f8f8);
background-image: -ms-linear-gradient(top, #efefef, #f8f8f8);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#f8f8f8));
background-image: -webkit-linear-gradient(top, #efefef, #f8f8f8);
background-image: -o-linear-gradient(top, #efefef, #f8f8f8);
background-image: linear-gradient(top, #efefef, #f8f8f8);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8', GradientType=0);
}

/* ----- Columns ----- */
.one_half, .one_third, .one_fourth, .one_fifth, .two_thirds, .one_sixth {
float:left;
}

.one_half {
width:48%;
}

.page_content_right .one_half,
.page_content .one_half {
width:320px;
}

.one_third {
width:30.6%;
}

.one_fourth {
width:22%;
}

.page_content_right .one_fourth,
.page_content .one_fourth {
width:145px;
}

.one_fifth {
width:16.8%;
}

.page_content_right .one_fifth,
.page_content .one_fifth {
width:110px;
}

.page_content_right .two_thirds,
.page_content .two_thirds {
width:435px;
}

.one_half + .one_half,.one_third + .one_third,.two_thirds + .one_third,.one_fourth + .one_fourth,.one_fifth + .one_fifth,.one_third + .two_thirds, .one_sixth + .one_sixth {
margin-left:4%;
}

.column-clear {
clear: both;
height:25px;
}

.two_thirds {
width:65.2%;
}
.one_sixth { width: 13.33%; overflow: hidden;}



/* ----- Content Boxes ----- */
.tt-contentbox {
width:100%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
margin-bottom:20px;
}

.tt-contentbox-title {
padding: 12px 20px;
color: #FFF;
-webkit-border-radius: 3px 3px 0px 0px;
   -moz-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
}

.tt-contentbox-title span {
overflow: hidden;
letter-spacing:1px;
text-transform:uppercase;
font-size:11px;
}

.tt-contentbox-content {
color:#888;
font-size: 13px;
line-height: 1.6em;
padding:15px 15px 25px 15px;
border:1px solid #FFF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
background-image: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2);
background-image:    -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
background-image:      -o-linear-gradient(top, #FFFFFF, #F2F2F2);
background-image:         linear-gradient(to bottom, #FFFFFF, #F2F2F2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#F2F2F2');/*For IE7-8-9*/
}

.tt-contentbox-content a {
text-decoration:underline;	
}

.tt-contentbox-content a:hover {
color:rgba(0, 0, 0, 0.4);
}

.tt-contentbox-content p {
color:#888;	
}

.tt-contentbox-content p:last-child {
margin-bottom:0;
}

.tt-contentbox-content h1,
.tt-contentbox-content h2,
.tt-contentbox-content h3,
.tt-contentbox-content h4,
.tt-contentbox-content h5,
.tt-contentbox-content h6 {
font-size: 10px;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
margin-bottom:5px;
}

/* ----- Highlight Text ----- */
.highlight-style-1 {
color: #FFFFFF;
padding: 2px 6px;
        border-radius: 3px;
   -moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.highlight-black .highlight-style-1 {
background-color: #000;
}

.highlight-black .highlight-style-2 {
color: #000;
border-bottom:1px dashed #000;
}

.highlight-green .highlight-style-1 {
background-color: #478418;
}

.highlight-green .highlight-style-2 {
color: #478418;
border-bottom:1px dashed #478418;
}

/* ----- Drop Caps ----- */
.tt-dropcap-round,
.tt-dropcap-square,
.tt-dropcap-text {
color: #FFFFFF;
float: left;
text-align: center;
font-size: 24px;
letter-spacing:-1px;
height: 41px;
line-height: 42px;
margin: 1px 10px -5px 0;
width: 41px;
}

.tt-dropcap-round {
-moz-border-radius:25px;
-webkit-border-radius:25px;
border-radius:25px;
}

.tt-dropcap-text {
display: block;
font-size: 40px;
line-height: 40px;
margin: 0 8px -5px 0;
}

/* ----- Icons ----- */
.tt-icon {
padding:4px 0 20px 55px;
display:inline-block;
font-size:13px;
line-height:1.5em;
}

.sidebar .tt-icon {
padding:8px 0 20px 55px;
font-size:12px;
}

.tt-icon span {font-weight:bold;}

.tt-icon{
	position:relative;
}
.tt-icon:before{
	content:"";
	position:absolute;
	left:1px;
	top:0;
	width:48px;
	height:48px;
}

/* ----- Icons Minimal ----- */
.tt-mono-icon{
padding:0 0 10px 45px;
display:inline-block;
position:relative;
}
.tt-mono-icon:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:40px;
	height:40px;
}


/*----- Text Styles ----- */
.large-callout p {
font-size:15px;
font-family:Helvetica, Arial, sans-serif;
}

/*----------------------------------------------------------*/
/* 18. Wordpress + Widgets
/*----------------------------------------------------------*/

/*----- Custom Menu - Superfish Dropdown ----- */
.top-aside {
z-index:999;
}

.top-aside ul.custom-menu.sf-js-enabled {
display:block;
position:absolute;
}

.top-aside a.sf-with-ul:hover {
text-decoration:none;	
}

.top-aside ul.custom-menu li ul {
z-index:999;
margin-top:2px;
        border-radius: 3px;
   -moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.top-aside ul.sub-menu {
display:none;	
}

.top-aside ul.custom-menu li li a {
text-decoration:none;
padding:6px 10px;
display:block;
		transition: background .3s;
   -moz-transition: background .3s;
-webkit-transition: background .3s;
	 -o-transition: background .3s;
}

.top-aside ul.custom-menu li a.sf-with-ul {
	border: 0;	
}

.top-aside ul.custom-menu li li a:hover {
opacity:1.0;
}

.top-aside ul.custom-menu ul li:first-child a {
        border-radius: 3px 3px 0px 0px;
   -moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
}

.top-aside ul.custom-menu ul li:last-child a {
        border-radius: 0px 0px 3px 3px;
   -moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
}

.top-aside ul.custom-menu a .sf-sub-indicator {
height: 9px;
width: 9px;
position: absolute;
margin: 6px 0 0 5px;
text-indent: -9999px;
background-position:0px -6044px;
}

.sticky,
.gallery-caption,
.bypostauthor {font-size:inherit;}

.widget-heading {
font-size:14px;
margin-bottom:14px;
color:#383C43;
}

.sidebar-widget {
margin-bottom:30px;
padding-top:30px;
}

.top-aside .sidebar-widget {
padding:0;
margin:0;
}

.entry-content img {
margin:0 0 10px;
}

.alignleft,img.alignleft {
margin-right:10px;
display:inline;
float:left;
}

.alignright,img.alignright {
margin-left:10px;
display:inline;
float:right;
}

.aligncenter,img.aligncenter {
display:block;
clear:both;
margin:0 auto;
}

.wp-caption {
margin-bottom:10px;
text-align:center;
padding-top:5px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
line-height:1.5;
font-size:11px;
margin:0;
}

.wp-smiley {
max-height:1em;
margin:0 !important;
}

blockquote.left {
margin-right:20px;
text-align:right;
margin-left:0;
width:33%;
float:left;
}

blockquote.right {
margin-left:20px;
text-align:left;
margin-right:0;
width:33%;
float:right;
}

/* ----- Gravity Forms ----- */
.gform_heading p {
margin-bottom:5px;
}

.gfield input[type="text"] {
padding:5px;
}

.gfield input[type="checkbox"],
.gfield input[type="radio"],
.gform_footer .button {
box-shadow:none !important;
}

.gform_footer .button {
font-size:13px !important;
}

/* ------ Social Media Widget ------ */
.social_icons {
list-style-type:none;
list-style-image:none;
padding-top:4px;
}

.sidebar .social_icons {
list-style-type:none;
list-style-image:none;
padding:8px 0 0 4px;
}

.sidebar .social_icons a {
padding-left:24px;
}

.social_icons a {
padding-top:0px;
padding-bottom:10px;
}

.social_links a:link,.social_links a:active,.social_links a:visited {
font-weight:600;
}

a.rss {
background-position:0 -317px;
}
a.twitter {
background-position:0 -346px;
}

a.facebook {
background-position:0 -372px;
}
a.email {
background-position:0 -398px;
}

a.youtube {
background-position:0 -450px;
}

a.google {
background-position:0 -580px;
padding-bottom:2px !important;
}

.top-aside .social_icons {
margin:0;
}

.top-aside .social_icons li + li {
margin-left: 5px;
}

.top-aside .one_half + .one_half .social_icons {
float:right;
}

.top-aside .social_icons li {
float:left;
margin-bottom:0;
}

.top-aside .social_icons a {
padding-left:22px;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
padding-bottom:0;
border:none;
}

.top-aside .social_icons a.rss {
background-position: 0 4px !important;
}

.top-aside .social_icons a.twitter {
background-position: 0 -20px !important;
}

.top-aside .social_icons a.facebook {
background-position: 0 -45px !important;
}

.top-aside .social_icons a.email {
	background-position:0 -69px !important;
}

.top-aside .social_icons a.youtube {
background-position: 0 -113px !important;
padding:9px 0 9px 24px !important;
}

.top-aside .social_icons a.google {
	background-position:0 -241px !important;
}

.top-aside .social_icons a:hover {
color:#FFF;
}

/* ------ WP-Pagenavi ------ */
.wp-pagenavi {
clear: both;
font-size: 9px;
height: 110px;
letter-spacing: 1.6px;
padding-top: 10px;
text-align: left;
text-transform: uppercase;
margin-top: 25px;
}

.blog_page_content .wp-pagenavi {
margin-top: -20px;
}

.wp-pagenavi a, 
.wp-pagenavi .current {
margin: 0 4px;
padding: 7px 9px;
border-radius: 3px 3px 3px 3px;
}

.wp-pagenavi a {
background-color: #F6F6F6;
border:1px solid #EFEFEF;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#F6F6F6));
background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
background-image:    -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
background-image:     -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
background-image:      -o-linear-gradient(top, #FAFAFA, #F6F6F6);
}

.paged-navigation .next, 
.paged-navigation .prev {
background: none repeat scroll 0 0 transparent;
border: 0 none;
}


.wp-pagenavi a:hover, 
.paged-navigation a:hover {
text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
background: url(images/global/bg-input-gradient.gif) repeat-x scroll -1px -2px #F9F9F9;
border:1px solid #DDD;
color: #666666;
}

.wp-pagenavi .current {
font-weight:400;
}

.gallery-wp-navi .wp-pagenavi {
height: 40px;
letter-spacing: 1.6px;
padding-top: 10px;
text-align: left;
text-transform: uppercase;
margin-top: 20px;
}

.wp-pagenavi .pages {
color:#555;
}

/* ------ Contact Details Widget ------ */
.contact_details p {
margin-bottom:3px;
line-height:17px;	
}

.contact_details .address {
margin-bottom:18px;	
}

.contact_details_wrap {
padding:15px;
-webkit-border-radius:3px;
   -moz-border-radius:3px;
		border-radius:3px;
background: none repeat scroll 0 0 #EEE;
    box-shadow: 0 1px 2px #C3C3C3;
}

footer .contact_details_wrap,
footer .business-hours .odd {
background:none;
box-shadow:none;
}

/* ------ <pre> styling ------ */
pre, code, tt {
background: #F3F8FC;
border: 2px solid #C7DEEC;
color: #555555;
display: block;
font-size: 13px;
line-height:19px;
font-family: 'andale mono','lucida console',monospace;
margin: 20px 0 40px 0;
overflow: auto;
padding: 20px;
word-wrap: break-word;
}

/*----------------------------------------------------------*/
/* 19. PrettyPhoto Styles
/*----------------------------------------------------------*/
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(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
.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}

.pagination a:link, .pagination a:visited{
color: #717171;
}

.meta, .pagination{
color: #636b73;
}


/*----------------------------------------------------------*/
/* 20. Responsive Media Queries
/*----------------------------------------------------------*/

/* Responsive media queries are located within css/_mobile.css */



/*----------------------------------------------------------*/
/* 21. WooCommerce
/*----------------------------------------------------------*/

/* WooCommerce styles are located within css/_woocommerce.css */



/*----------------------------------------------------------*/
/* 22. Internet Explorer
/*----------------------------------------------------------*/
#ie8 .footer-nav li a,
#ie9 .footer-nav li a,
#ie8 .top-aside ul li a,
#ie9 .top-aside ul li a {
border-right:0;
background:url(images/global/bg-seperator.png) 100% 50% no-repeat;
}
#ie8 footer .social_icons a{
	padding-bottom:0;
}
#ie8 .tt-dropcap-round {
background:url(images/internetExplorer/tt-dropcap-sprite.png) left top no-repeat;
filter:none;
}
#ie8 .tt-dropcap-autumn .tt-dropcap-round {
background-position:0 -11px;
}
#ie8 .tt-dropcap-black-2 .tt-dropcap-round {
background-position:-41px -51px;
}
#ie8 .tt-dropcap-blue-grey .tt-dropcap-round {
background-position:-82px -92px;
}
#ie8 .tt-dropcap-cool-blue .tt-dropcap-round {
background-position:-122px -133px;
}
#ie8 .tt-dropcap-coffee .tt-dropcap-round {
background-position:-162px -174px;
}
#ie8 .tt-dropcap-fire .tt-dropcap-round {
background-position:-202px -214px;
}
#ie8 .tt-dropcap-golden .tt-dropcap-round {
background-position:-242px -254px;
}
#ie8 .tt-dropcap-green-2 .tt-dropcap-round {
background-position:-282px -295px;
}
#ie8 .tt-dropcap-lime-green .tt-dropcap-round {
background-position:-322px -336px;
}
#ie8 .tt-dropcap-periwinkle .tt-dropcap-round {
background-position:0px -104px;
}
#ie8 .tt-dropcap-pink .tt-dropcap-round {
background-position:-41px -144px;
}
#ie8 .tt-dropcap-purple-2 .tt-dropcap-round {
background-position:-81px -184px;
}
#ie8 .tt-dropcap-silver .tt-dropcap-round {
background-position:-122px -224px;
}
#ie8 .tt-dropcap-red-2 .tt-dropcap-round {
background-position:-162px -264px;
}
#ie8 .tt-dropcap-royal-blue .tt-dropcap-round {
background-position:-202px -305px;
}
#ie8 .tt-dropcap-teal-2 .tt-dropcap-round {
background-position:-243px -346px;
}
#ie8 .tt-dropcap-sky-blue .tt-dropcap-round {
background-position:-283px -386px;
}
#ie8 .tt-dropcap-teal-grey .tt-dropcap-round {
background-position:-323px -426px;
}
#ie8 .tt-dropcap-black .tt-dropcap-round {
background-position:-91px 0px;
}
#ie8 .tt-dropcap-grey .tt-dropcap-round {
background-position:-132px -41px;
}
#ie8 .tt-dropcap-blue .tt-dropcap-round {
background-position:-172px -82px;
}
#ie8 .tt-dropcap-green .tt-dropcap-round {
background-position:-212px -123px;
}
#ie8 .tt-dropcap-navy .tt-dropcap-round {
background-position:-252px -163px;
}
#ie8 .tt-dropcap-orange .tt-dropcap-round {
background-position:-292px -203px;
}
#ie8 .tt-dropcap-purple .tt-dropcap-round {
background-position:-332px -244px;
}
#ie8 .tt-dropcap-red .tt-dropcap-round {
background-position:-372px -285px;
}
#ie8 .tt-dropcap-teal .tt-dropcap-round {
background-position:-202px 0px;
}
#ie8 #banner-search {
position:absolute;
right:0;
top:9px;
height:27px;
width:158px;
margin:3px 0 0 0;
background:url(images/internetExplorer/bg-banner-search.png) 0 0 no-repeat;
z-index:400;
}
#ie8 .top-aside .social_icons a,
#ie9 .top-aside .social_icons a {background:url(images/global/sprite.png) no-repeat;}
#ie8 .footer-copyright {background:url(images/internetExplorer/bg-footer-copyright.png) center top no-repeat;}