@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/*-----------------------------------------------------------------------------------

Theme Name:Smack
Theme URI:http://mojo-themes.com/user/SnapThemes
Description:Smack is a Responsive Wordpress Theme with a multitude of amazing CMS features.
Author:SnapThemes
Author URI:http://mojo-themes.com/user/SnapThemes
Version:1.0.0
License:GNU General Public License
License URI:license.txt
Tags: white


---------------------------------- Stylesheet Guide ---------------------------------

1.  Global Styles + CSS Reset
2.  Layout Structure
3.  Main Navigation
4.  Header
5.  Typography
6.  Lists
7.  Images + Links
8.  Forms
9.  Sidebars
10. Sub Navigation
11. Homepage
12. Blog
13. Gallery
14. Utility Pages
15. FAQ + Team Members
16. Footer
17. Shortcodes
18. Wordpress + Widgets
19. Progressive Enhancements
20. PrettyPhoto

-----------------------------------------------------------------------------------*/
::selection {
background-color:#f36d57;
color:#fff;
}

/*-----------------------------------------------------------------*/
/* 1. Global Styles + CSS Reset
/*-----------------------------------------------------------------*/
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:normal 14px/22px Helvetica, sans-serif;
color:#555;
margin:0;
font-size:100%;
overflow-y:scroll;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
}

.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;
}

hr:after {
clear:both;
}

a {
color:#333;
outline:none;
text-decoration:none;
-webkit-transition:color .15s linear;
-moz-transition:color .15s linear;
-o-transition:color .15s linear;
transition:color .15s linear;
}

a:hover {
text-decoration:none;
}

.hr,.hr-solid {
clear:both;
width:100%;
border:0;
height:1px!important;
background:#eee;
margin:30px 0 40px;
}

.hr-dotted {
background:url(lib/images/assets/bg-hr-dotted.png) 0 0 repeat-x;
}

.hr-dotted-double {
background:url(lib/images/assets/bg-hr-dotted-double.png) 0 0 repeat-x;
height:4px;
}

.hr-solid-double {
background:url(lib/images/assets/bg-hr-solid-double.png) 0 0 repeat-x;
height:4px;
}

.hr_type2 {
background:url(lib/images/assets/hr-type2.png) 0 0 no-repeat;
height:10px;
}

/*-----------------------------------------------------------------*/
/* 2. Layout Structure
/*-----------------------------------------------------------------*/
.topnav,header,.banner,.banner-slider,.banner,#main,.footer-callout,footer {
min-width:980px;
}

#main-wrap {
width:980px;
overflow:visible;
position:relative;
padding:40px 0;
margin:0 auto;
min-height:300px;
}

.inner-wrap {
width:980px;
margin:0 auto;
position:relative;
}

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

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

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

header {
width:100%;
position:relative;
padding:10px 0;
background:#FFF;
z-index: 100;
box-shadow: rgba(0,0,0,0.15) 0 1px 3px, 0 -3px 3px -3px rgba(0,0,0,.1);
}

/*

header:after {
	content:url(lib/images/assets/header-shadow.png);
	display:block;
	width:980px;
	height:11px;
	margin:0 auto 0;
	position:relative;
	top:30px;
}*/



#main {
width:100%;
background: #fff;
}

.banner {
z-index:1;
}

/*-----------------------------------------------------------------*/
/* 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:0;
list-style-image:none;
}

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




nav > ul > li:before {
	content:'';
	color:#eee;
}

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

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

header nav .sub-menu a:hover {
}

header .sub-menu li:hover {
}

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 3px 3px -2px rgba(0,0,0,.1), 1px 0px rgba(0,0,0,.05), -1px 0px rgba(0,0,0,.05);
padding:5px;
}

header nav ul li > ul.sub-menu {
border-top:1px solid;
}


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

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

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

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

/* header .sub-menu .current-menu-item a {
font-weight:bold; 
} */
/*-------------------------------------------------------------------------
/* 4. Header
/*-----------------------------------------------------------------*/


header nav,.footer-callout,#gallery-nav,footer .foot-heading,h1,h2,h3,h4,h5,h6,.page-banner-heading {
font-weight:300;
font-family:'Open Sans',sans-serif;
color:#333;
}

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

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

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

.logo a {
text-decoration:none;
font-weight:400;
}

.topnav {
	min-height:32px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-l-radius: 3px;
}

.topnav * {
font-size:11px;
}

.topnav p,.topnav ul {
margin:0;
padding:0;
}

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

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

.topnav ul.custom-menu {
position:relative;
top:8px;
}

.topnav .one_half + .one_half ul {
margin:0;
padding:0;
float:right;
}

.topnav ul li {
float:left;
}

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

.topnav ul li a {
color:#FFF;
padding-right:10px;
border-right:1px solid rgba(255,255,255,.3);
font-weight:600;
text-decoration:none;
}

.topnav ul li a:hover {
color:#fff!important;
opacity:.8;
}

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

.topnav ul li.current_page_item a {
color:#fff!important;
}

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

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

.banner .inner-wrap {
z-index:250;
}

.banner .page-banner-description,.banner .page-banner-heading,.breadcrumbs > a {
}

.banner .page-banner-description {
font-size:16px;
font-weight:300;
margin-top:-.8%;
position:absolute;
right:0;
text-align:right;
top:50%;
width:70%;
color:#777;
}

.banner .page-banner-heading {
margin:3px 0;
font-size:32px;
line-height:40px;
font-weight:400;
color:#333;
display:inline-block;
text-shadow:0px 1px #fff;
}

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

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

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

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

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

.current_crumb {
font-weight:300;
color:#aaa;
opacity:1.0;
}

.banner *,.banner * {
}

.dots {
z-index:200;
}

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

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

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

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

p {
margin-bottom:20px;
font-size:13px;
line-height:24px;
font-weight:300;
}

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

blockquote {
margin-top:20px;
font-size:14px;
line-height:24px;
font-style:italic;
font-weight:300;
padding-left:36px;
position:relative;
margin-bottom:15px;
}

strong {
font-weight:600;
}

h1 {
font-size:36px;
line-height:40px;
font-weight:400;
}

h2 {
font-size:35px;
line-height:38px;
font-weight:400;
color: #222;
}

h3 {
font-size:23px;
line-height:32px;
}

h4 {
font-size:17px;
line-height:27px;
font-weight:600;
}

h5 {
font-size:16px;
line-height:26px;
}

h1,h2,h3,h4,h5 {
margin-bottom:15px;
}

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;
}

. {
text-decoration:underline;
}

blockquote:before {
content:url(lib/images/assets/quotation-marks.png);
position:absolute;
top:0;
left:0;
}

/* PULLQUOTES */
.pullquote {
display:inline-block;
font-family:Georgia,Times,serif;
font-style:italic;
font-size:15px;
line-height:24px;
width:40%;
color:#333;
}

.pullquote.pullquote1 {
padding:15px;
background:#fafafa;
border:1px solid #eee;
border-radius:2px;
}

.pullquote.pullquote2 {
padding:15px;
border-left:3px solid #333;
}

.pullquote.pullquote3 {
padding:15px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}

.pullquote.pullquote3 span cite {
color:#333!important;
}

.pullquote.left {
float:left;
margin:10px 3% 15px 0;
}

.pullquote.right {
float:right;
margin:10px 0 15px 3%;
}

.pullquote .on {
padding-left:40px;
display:block;
background:url(lib/images/assets/quotation-marks.png) 0 0 no-repeat;
}

.pullquote cite {
display:block;
clear:both;
float:right;
font-size:12px;
font-family:'Open Sans', sans-serif;
}

/* DROPCAPS */
.dropcap.dropcap1 {
margin:5px 10px -5px 0;
line-height:36px;
font-size:25px;
height:36px;
width:36px;
text-align:center;
float:left;
color:#fff;
}

.dropcap.dropcap2 {
display:block;
float:left;
font-size:40px;
line-height:40px;
margin:2px 8px -5px 0;
background:none!important;
}

.dropcap.dropcap3 {
line-height:40px;
margin:5px 10px -5px 0;
font-size:15px;
height:40px;
width:40px;
border-radius:50px;
text-align:center;
float:left;
color:#fff;
}

.dropcap.dropcap4 {
line-height:35px;
margin:5px 10px -5px 0;
font-size:17px;
height:36px;
width:36px;
border-radius:4px;
text-align:center;
float:left;
color:#fff;
}

.highlight {
padding:2px 6px;
color:#fff;
}

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

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

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

code,pre {
font-family:"Courier New",Consolas,Courier,monospace;
white-space:pre;
overflow:auto;
font-size:11px;
margin-bottom:20px;
}

.syntaxhighlighter a,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.syntaxhighlighter table thead,.syntaxhighlighter table caption,.syntaxhighlighter textarea {
font-size:12px!important;
}

em {
font-style:italic;
}

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

img.alignLeft {
float:left;
margin:10px 20px 10px 0;
}

img.alignRight {
float:right;
margin:10px 0 10px 20px;
}

/*-----------------------------------------------------------------*/
/* 6. Lists
/*-----------------------------------------------------------------*/
ul,ol {
font-family:'Open Sans', Helvetica, sans-serif;
font-size:13px;
font-weight:400;
padding-left:28px;
list-style-position:outside;
line-height:1.5em;
}

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

.styled_list li {
list-style:none;
}

.styled_list li:before {
display:inline-block;
content:'';
width:16px;
height:17px;
background-image:url(lib/images/shortcodes/lists.png);
background-repeat:no-repeat;
margin-right:6px;
position:relative;
top:4px;
}

.styled_list.arrow_list.black li:before {
background-position:-16px 0;
}

.styled_list.arrow_list.blue li:before {
background-position:-16px -17px;
}

.styled_list.arrow_list.green li:before {
background-position:-16px -34px;
}

.styled_list.arrow_list.grey li:before {
background-position:-16px -51px;
}

.styled_list.arrow_list.navy li:before {
background-position:-16px -68px;
}

.styled_list.arrow_list.orange li:before {
background-position:-16px -85px;
}

.styled_list.arrow_list.purple li:before {
background-position:-16px -102px;
}

.styled_list.arrow_list.red li:before {
background-position:-16px -119px;
}

.styled_list.arrow_list.teal li:before {
background-position:-16px -136px;
}

.styled_list.arrow_list.yellow li:before {
background-position:-16px -153px;
}

.styled_list.bullet_list.black li:before {
background-position:-128px 0;
}

.styled_list.bullet_list.blue li:before {
background-position:-128px -17px;
}

.styled_list.bullet_list.green li:before {
background-position:-128px -34px;
}

.styled_list.bullet_list.grey li:before {
background-position:-128px -51px;
}

.styled_list.bullet_list.navy li:before {
background-position:-128px -68px;
}

.styled_list.bullet_list.orange li:before {
background-position:-128px -85px;
}

.styled_list.bullet_list.purple li:before {
background-position:-128px -102px;
}

.styled_list.bullet_list.red li:before {
background-position:-128px -119px;
}

.styled_list.bullet_list.teal li:before {
background-position:-128px -136px;
}

.styled_list.bullet_list.yellow li:before {
background-position:-128px -153px;
}

.styled_list.check_list.black li:before {
background-position:-48px 0;
}

.styled_list.check_list.blue li:before {
background-position:-48px -17px;
}

.styled_list.check_list.green li:before {
background-position:-48px -34px;
}

.styled_list.check_list.grey li:before {
background-position:-48px -51px;
}

.styled_list.check_list.navy li:before {
background-position:-48px -68px;
}

.styled_list.check_list.orange li:before {
background-position:-48px -85px;
}

.styled_list.check_list.purple li:before {
background-position:-48px -102px;
}

.styled_list.check_list.red li:before {
background-position:-48px -119px;
}

.styled_list.check_list.teal li:before {
background-position:-48px -136px;
}

.styled_list.check_list.yellow li:before {
background-position:-48px -153px;
}

.styled_list.circle_arrow.black li:before {
background-position:-96px 0;
}

.styled_list.circle_arrow.blue li:before {
background-position:-96px -17px;
}

.styled_list.circle_arrow.green li:before {
background-position:-96px -34px;
}

.styled_list.circle_arrow.grey li:before {
background-position:-96px -51px;
}

.styled_list.circle_arrow.navy li:before {
background-position:-96px -68px;
}

.styled_list.circle_arrow.orange li:before {
background-position:-96px -85px;
}

.styled_list.circle_arrow.purple li:before {
background-position:-96px -102px;
}

.styled_list.circle_arrow.red li:before {
background-position:-96px -119px;
}

.styled_list.circle_arrow.teal li:before {
background-position:-96px -136px;
}

.styled_list.circle_arrow.yellow li:before {
background-position:-96px -153px;
}

.styled_list.triangle_arrow.black li:before {
background-position:-112px 0;
}

.styled_list.triangle_arrow.blue li:before {
background-position:-112px -17px;
}

.styled_list.triangle_arrow.green li:before {
background-position:-112px -34px;
}

.styled_list.triangle_arrow.grey li:before {
background-position:-112px -51px;
}

.styled_list.triangle_arrow.navy li:before {
background-position:-112px -68px;
}

.styled_list.triangle_arrow.orange li:before {
background-position:-112px -85px;
}

.styled_list.triangle_arrow.purple li:before {
background-position:-112px -102px;
}

.styled_list.triangle_arrow.red li:before {
background-position:-112px -119px;
}

.styled_list.triangle_arrow.teal li:before {
background-position:-112px -136px;
}

.styled_list.triangle_arrow.yellow li:before {
background-position:-112px -153px;
}

.styled_list.comment_list.black li:before {
background-position:0 0;
}

.styled_list.comment_list.blue li:before {
background-position:0 -17px;
}

.styled_list.comment_list.green li:before {
background-position:0 -34px;
}

.styled_list.comment_list.grey li:before {
background-position:0 -51px;
}

.styled_list.comment_list.navy li:before {
background-position:0 -68px;
}

.styled_list.comment_list.orange li:before {
background-position:0 -85px;
}

.styled_list.comment_list.purple li:before {
background-position:0 -102px;
}

.styled_list.comment_list.red li:before {
background-position:0 -119px;
}

.styled_list.comment_list.teal li:before {
background-position:0 -136px;
}

.styled_list.comment_list.yellow li:before {
background-position:0 -153px;
}

.styled_list.minus_list.black li:before {
background-position:-80px 0;
}

.styled_list.minus_list.blue li:before {
background-position:-80px -17px;
}

.styled_list.minus_list.green li:before {
background-position:-80px -34px;
}

.styled_list.minus_list.grey li:before {
background-position:-80px -51px;
}

.styled_list.minus_list.navy li:before {
background-position:-80px -68px;
}

.styled_list.minus_list.orange li:before {
background-position:-80px -85px;
}

.styled_list.minus_list.purple li:before {
background-position:-80px -102px;
}

.styled_list.minus_list.red li:before {
background-position:-80px -119px;
}

.styled_list.minus_list.teal li:before {
background-position:-80px -136px;
}

.styled_list.minus_list.yellow li:before {
background-position:-80px -153px;
}

.styled_list.plus_list.black li:before {
background-position:-32px 0;
}

.styled_list.plus_list.blue li:before {
background-position:-32px -17px;
}

.styled_list.plus_list.green li:before {
background-position:-32px -34px;
}

.styled_list.plus_list.grey li:before {
background-position:-32px -51px;
}

.styled_list.plus_list.navy li:before {
background-position:-32px -68px;
}

.styled_list.plus_list.orange li:before {
background-position:-32px -85px;
}

.styled_list.plus_list.purple li:before {
background-position:-32px -102px;
}

.styled_list.plus_list.red li:before {
background-position:-32px -119px;
}

.styled_list.plus_list.teal li:before {
background-position:-32px -136px;
}

.styled_list.plus_list.yellow li:before {
background-position:-32px -153px;
}

.styled_list.star_list.black li:before {
background-position:-64px 0;
}

.styled_list.star_list.blue li:before {
background-position:-64px -17px;
}

.styled_list.star_list.green li:before {
background-position:-64px -34px;
}

.styled_list.star_list.grey li:before {
background-position:-64px -51px;
}

.styled_list.star_list.navy li:before {
background-position:-64px -68px;
}

.styled_list.star_list.orange li:before {
background-position:-64px -85px;
}

.styled_list.star_list.purple li:before {
background-position:-64px -102px;
}

.styled_list.star_list.red li:before {
background-position:-64px -119px;
}

.styled_list.star_list.teal li:before {
background-position:-64px -136px;
}

.styled_list.star_list.yellow li:before {
background-position:-64px -153px;
}

/*-----------------------------------------------------------------*/
/* 7. Images + Links
/*-----------------------------------------------------------------*/
img,img a {
border:0;
padding:0;
outline:none;
}

img {
max-width:100%;
height:auto;
}

img a,a img {
cursor:pointer;
}

footer a {
color:#ddd;
}

header nav a {
color:#222;
}

.current_page_parent > a,.current-menu-item > a,.current_page_item > a {
}

header nav li.menu_arrow > a:after {
content:" →";
text-indent:-9999px;
float:right;
width:6px;
height:3px;
background:url(lib/images/assets/menu_arrow.gif) 0 0 no-repeat;
position:relative;
margin-left:0;
top:9px;
opacity:.5;
}

header nav ul ul li.menu_arrow > a:after {
top:0;
background:url(lib/images/assets/menu_arrow_right.gif) 0 0 no-repeat;
width:3px;
height:6px;
}

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

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

img.slider_image {
box-shadow:0 1px 3px rgba(0,0,0,.5);
}

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

.blog-frame {
margin-bottom:15px;
}

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

input,textarea,select {
vertical-align:middle;
font-size:100%;
font-size:13px;
color:#888;
line-height:20px;
resize:none;
font-family:Arial,sans-serif;
outline:none;
}

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:10px;
}

.contact-form input[type="text"] {
width:280px;
}

#main input[type="text"],#main textarea {
border:1px solid #e3e3e3;
box-shadow:-3px -3px 0 0 #f8f8f8, 3px 3px 0 0 #F8f8f8, 3px 0 0 0 #F8f8f8, 0 3px 0 0 #f8f8f8, 3px -3px 0 0 #f8f8f8, -3px 3px 0 0 #f8f8f8;
}

#main input[type="text"] {
}

#main input:focus,#main textarea:focus {
border:1px solid #C3C3C3;
box-shadow:-3px -3px 0 0 #F1F1F1, 3px 3px 0 0 #F1F1F1, 3px 0 0 0 #F1F1F1, 0 3px 0 0 #F1F1F1, 3px -3px 0 0 #F1F1F1, -3px 3px 0 0 #F1F1F1;
}

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

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

#main .st-form-submit {
float:right;
}

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

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

/*-----------------------------------------------------------------*/
/* 9. Sidebar
/*-----------------------------------------------------------------*/
.sidebar {
width:280px;
float:left;
min-height:500px;
}

.sidebar.right-sidebar {
background: url('lib/images/assets/sidebar_left.png') 0 -62px no-repeat;
}

.sidebar > * {
margin-right:50px;
}

.subnav_cont > * {
margin-right:0;
}

.subnav_cont.sidebar{width:265px;}

.subnav_cont:after {display:none;}

div + .sidebar {
float:none;
margin-left:707px;
}

div + .sidebar > *,.home-sidebar > * {
margin-left:50px;
margin-right:0;
float:none;
}

.sidebar p {
margin-top:1px;
margin-bottom:14px;
}

.sidebar .widget-heading {
margin-bottom:15px;
border-bottom:1px solid #eee;
}

.sidebar > div + div {
display:block;
}

.sidebar div > strong {
font-size:13px;
}

.sidebar ul {
padding-left:14px;
list-style-image:url(lib/images/assets/bullet-type-1.png);
}

.sidebar li {
margin-bottom:8px;
font-size:13px;
}

.left-sidebar {
border-left:0;
background: url('lib/images/assets/sidebar_right.png') 100% -62px no-repeat;
}


.left-sidebar:after {
	clear: both;
	background: url(lib/images/assets/sidebar_right.png) no-repeat right 0 transparent;
	width:100%;
	height: 62px
}

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

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

.sidebar .subnav li {
background:#f8f8f8;
border-radius:2px;
margin-bottom:5px;
padding:5px 10px;
border-bottom:1px solid #EEE;
font-weight:400;
}

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

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

.sidebar .subnav a:hover {
}

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

.sidebar .subnav ul ul {
padding:5px 0;
margin-bottom:10px;
}

.sidebar:after {
	content:'';
	display:block;
	clear:both;
	height:62px;
	width:100%;
	background:#fff url(lib/images/assets/sidebar_right.png) no-repeat right 0;
}

.right-sidebar:after {
	background:#fff url(lib/images/assets/sidebar_left.png) no-repeat left 0;
}

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

.sidebar .subnav .current_subpage,.sidebar .subnav .current_subpage > a,.sidebar .subnav .current_subpage > a:hover {
color:#FFF!important;
cursor:default;
}

.sidebar .subnav .current_subpage > a {
background:url(lib/images/assets/nav_arrow.png) 95% 50% no-repeat;
}

.sidebar .subnav .current_subpage ul > a,.sidebar .subnav .current_subpage ul > a:hover {
cursor:default;
}

.sidebar .subnav .current_subpage ul li {
border-radius:0;
}

.sidebar .subnav .current_subpage ul {
border-radius:2px;
}

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

.subnav > ul ul {
}

.sidebar .subnav ul ul li a {
background:url(lib/images/assets/subnav.png) 8px 13px no-repeat;
}

ul {
padding:0 0 0 16px;
list-style-image:url(lib/images/assets/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(lib/images/assets/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:0;
}

.current_subpage {
border:none!important;
}

hr {
clear:both;
float:left;
display:block;
width:100%;
height:1px;
margin-bottom:30px;
border:none;
}



ul.post_list {
padding:0;
list-style-image:none;
clear:both;
}

ul.post_list li {
clear:both;
display:block;
min-height:60px;
margin-bottom:25px;
}

ul.post_list .post_title {
margin:0;
line-height:20px;
}

ul.post_list .post_title a {
font-weight:400;
text-decoration:none;
}

ul.post_list .blog-frame {
float:left;
margin-right:10px;
}

ul.post_list .post_meta {
color:#aaa;
font-size:10px;
font-family: Arial, sans-serif;
}

footer ul.post_list .post_meta {
color:#666;
}

footer ul.post_list img {
	box-shadow:0px 2px 2px rgba(0,0,0,.1);
}

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

.banner .inner-wrap {
position:relative;
margin-bottom:10px;
}

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

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

.banner-slider .inner-wrap {
padding:25px 0;
position:static;
}

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

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

#slides {
}

#slides p {
font:300 15px/26px 'Open Sans', sans-serif;
margin-bottom:30px;
}

.slides_container {
width:980px;
}

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

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

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

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

.pagination li a {
display:block;
background:#eee;
width:8px;
height:8px;
text-indent:-9999px;
}

.pagination li.current a,.pagination li a:hover {
background:#999;
}

.slides_container .single-post-thumb {
margin-bottom:0;
}

.banner-slider h1 {
font:300 36px/46px 'Open Sans', sans-serif;
color:#404040;
}

.banner-slider h2 {
font:300 30px/40px 'Open Sans', sans-serif;
color:#444;
}

.banner-slider h3 {
font:400 20px/30px 'Open Sans', sans-serif;
color:#555555;
}

.banner-slider strong {
display:block;
margin:10px 0;
font-weight:400;
font-size:18px;
}

.banner-slider p {
font-size:16px;
line-height:26px;
}

.banner-slider a.next,.banner-slider a.prev {
z-index:9999;
width:40px;
height:40px;
margin:-20px 0 0;
display:block;
background:url(lib/images/assets/slider_arrows.png) no-repeat 0 0;
position:absolute;
top:50%;
cursor:pointer;
text-indent:-9999px;
opacity:1;
-webkit-transition:all .3s ease;
}

.banner-slider a.prev {
left:10px;
}

.banner-slider a.next {
right:10px;
background-position:-40px 0;
}

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

/* ------ Homepage - Vertical Layout ------ */
.home-vertical-callout {
clear:left;
margin-bottom:10px;
}

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

.home-sidebar {
border-left:1px solid #eee;
}

.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(lib/images/assets/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-size:14px;
font-weight:400;
margin-bottom:10px;
}

.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:0;
right:0;
}

.hero-wrap {
background:url(lib/images/assets/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(lib/images/assets/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;
}

.section_title {
text-transform:uppercase;
font-weight:400;
color:#555;
font-size:11px;
}

.article_preview {
margin-top:25px;
}

.article_preview strong a {
padding:0 0 2px 25px;
background:url(lib/images/assets/bg-blog-comments.png) no-repeat scroll 0 4px transparent;
font-family:'Open Sans', sans-serif;
font-weight:400;
}

.article_preview p {
padding-left:25px;
padding-top:3px;
}

/*-----------------------------------------------------------------*/
/* 12. Blog
/*-----------------------------------------------------------------*/
.blog_page_content {
/*width:645px !important;*/
}

.member-name {
color:#5B626D;
}

div + .blog_sidebar {
width:280px!important;
margin-left:0!important;
float:right!important;
background:url('lib/images/assets/sidebar_left.png') 0 -62px no-repeat;
}

div + .blog_sidebar:after {
	content:'';
	display:block;
	clear:both;
	height:62px;
	width:100%;
	background:#fff url(lib/images/assets/sidebar_left.png) no-repeat left 0;
}

.st-share {
padding:8px 0 5px;
}

.facebook-share iframe {
height:20px;
width:85px;
}

.retweet-share iframe {
width:90px!important;
margin:0;
}

.facebook-share,.retweet-share,.pinterest-share {
display:inline-block;
}

.pinterest-share {
margin-left:9px;
}

footer .facebook-share,footer .retweet-share {
display:inline-block;
clear:none;
margin:0;
}

.preview h2 {
margin-bottom:6px;
}


.no-posted-by {
padding-bottom:15px;
}

.metadata {
font-size:11px;
margin-bottom:15px;
display:block;
color:#aaa;
}

.metadata a {
font-style:normal;
}

.blog-feature {
margin-bottom:20px;
}

article {
font-size:13px;
margin-bottom:80px;
}

.articles_preview .horizontal_tabset {
margin-top:30px;
}

article hr {
margin-top:30px;
}

.post-tags {
display:none;
}

.single-post-thumb + p {
clear:left;
padding:5px;
}

.post-thumb iframe {
float:none;
}

.post-categories,.post-leave-comment {
background:url(lib/images/assets/image-sprite.png) 0 0 no-repeat;
}

.post-categories {
float:left;
background-position:-504px -58px;
padding:5px 0 5px 24px;
}

.post-leave-comment {
float:right;
background-position:-465px -21px;
margin-left:12px;
padding:5px 0 5px 24px;
}

#respond {
display:block;
clear:both;
padding-top:25px;
margin-top:25px;
border-top:1px solid #eee;
}

.comment-title {
font-size:18px;
margin-bottom:10px;
}

#cancel-comment-reply-link {
color:#AF3435;
text-decoration:underline;
margin-left:20px;
background:url(lib/images/assets/icon-cancel-reply.png) 0 50% no-repeat;
padding:25px 25px 25px 20px;
}

#blog-comment-outer-wrap {
padding-top:20px;
display:block;
}

.st-comment-count {
font-size:21px;
margin-bottom:10px;
color:#333;
}

.tags a {
text-decoration:underline;
}

#blog-comment-outer-wrap a {
font-size:13px;
}

.topmargin {
margin-top:25px;
}

.preview h2 {
line-height:35px;
}

.magazine_layout .blog-frame {
width:200px;
height:200px;
float:left;
margin:5px 20px 20px 0;
}

.photographer_layout.blog_page_content h2 {
margin-bottom:15px;
}

.grid_layout article {
width:200px;
float:left;
margin-right:20px;
}

.grid_layout article h2 {
font-size:16px;
line-height:26px;
font-weight:400;
}

/* ----- Discussion & Comments ----- */
.discussion-wrap {
padding-top:80px;
}

#blog-comment-outer-wrap ul li,#blog-comment-outer-wrap ol li {
margin-bottom:0;
}

.discussion-wrap .comment-gravatar {
margin-left:0;
}

.comment-wrap {
display:block;
clear:both;
}

.comment-wrap ul {
margin:0!important;
padding:0!important;
}

.comment-content {
display:block;
margin-bottom:40px;
}

.comment_left_side {
float:left;
width:100px;
display:inline;
overflow-x:hidden;
margin-right:20px;
padding-bottom:40px;
}

.comment-gravatar {
width:60px;
height:60px;
display:block;
}

.comment-content .comment-gravatar {
margin:5px 0 5px 20px;
}

.comment-gravatar img {
display:block;
border-radius:60px;
margin-bottom:10px;
}

.comment-text {
display:block;
margin:6px 0 0 120px;
padding:0 0 40px 10px;
}

.comment-author {
font-weight:400;
clear:both;
display:block;
padding:0;
text-align:center;
}

.comment-date {
color:#999;
font-size:11px;
padding-bottom:15px;
text-align:center;
}

.comment-text p {
font-size:13px;
line-height:21px;
margin-bottom:15px;
}

.comment-ol {
list-style:none;
margin:0;
padding:0;
display:block;
}

.comment-ol li {
display:block;
}

.comment-ol li ul {
list-style:none;
margin:0;
padding:0;
}

.comment-ol li ul li .comment-content {
float:left;
margin:0 0 0 35px;
}

.comment-ol li ul li ul li .comment-content {
margin:0 0 0 70px;
}

.comment-ol li ul li ul li ul li .comment-content {
margin:0 0 0 105px;
}

.comment-ol li ul li ul li ul li ul li .comment-content {
margin:0 0 0 140px;
}

.comment-ol li ul li .comment-content .comment-text {
}

.comment-ol li ul li ul li .comment-content .comment-text {
}

.comment-ol li ul li ul li ul li .comment-content .comment-text {
}

#commentform {
margin:30px 0 50px;
}

#commentform label {
display:inline;
font-weight:300;
font-size:13px;
margin-left:15px;
}

ol #respond {
margin-top:30px;
}

#respond small {
color:#7B7B7B;
}

a.comment-reply-link,a.comment-edit-link {
font-size:10px!important;
}

.cancel-comment-reply {
display:block;
margin:20px 0;
}

p.edit-page-button {
clear:both;
display:block;
margin-top:20px;
}

p.edit-page-button a.post-edit-link {
font-weight:600;
color:#000;
}

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

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

#gallery-outer-wrap h4 {
margin-top:8px;
margin-bottom:0px;
}

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

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

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

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

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

#gallery-nav a:hover,#gallery-nav .active a {
color:#555;
background:#EEE;
border-radius:2px;
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:10px!important;
}

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

.one_half.isotope-item {
	min-height:402px;
}

.one_third.isotope-item {
	min-height:323px;
}

.page-template-page-templatespage-template-gallery-3col-portraits-php .one_third.isotope-item {
	min-height:498px;
}

.one_fourth.isotope-item {
	min-height:308px;
}

.page-template-page-templatespage-template-gallery-4col-portraits-php .one_fourth.isotope-item {
	min-height: 443px;
}

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

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

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

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

.page-template-page-templatespage-template-gallery-4col-php #iso-wrap{margin-left:20px;}
.page-template-page-templatespage-template-gallery-4col-portraits-php #iso-wrap{margin-left:20px;}
.page-template-page-templatespage-template-gallery-3col-php #iso-wrap{margin-left:10px;}
.page-template-page-templatespage-template-gallery-3col-portraits-php #iso-wrap{margin-left:10px;}
.page-template-page-templatespage-template-gallery-2col-php #iso-wrap{position:relative;left:5px;}


/*-----------------------------------------------------------------*/
/* 14. Utility Pages
/*-----------------------------------------------------------------*/
/* ----- Sitemap ----- */
.sitemap-title {
font-size:13px;
}

.sitemap-col h6 {
margin-bottom:10px;
}

.sitemap-col ul {
margin-bottom:40px;
}

.s-one {
width:190px;
float:left;
}

.s-two {
width:460px;
float:left;
margin-left:65px;
}

.s-three {
width:190px;
float:right;
}

.s-two p,.s-two strong {
font-size:13px;
}

.s-one .sub-menu {
padding-top:15px;
}

.s-one ul li,.s-three ul li {
margin-bottom:10px;
}

.s-one .current-menu-item a,.s-one .current-menu-parent ul .current-menu-item a,.s-one .current-menu-ancestor ul .current-menu-ancestor a {
color:#666;
}

.s-three ul li {
color:#CCC;
}

.s-two .article_preview strong a {
font-weight:400;
font-size:16px;
}

.s-two .article_preview {
margin-top:20px;
}

.s-two .article_preview + .article_preview {
margin-top:30px;
}

/* ----- Search Results ----- */
.search-list {
padding:0 5px 5px 25px;
}

.search-list li {
margin-bottom:25px;
color:#888;
line-height:21px;
font-weight:300;
}

.search-list {
list-style:decimal;
}

.search-list p {
margin-left:-25px;
}

.search-list + .wp-pagenavi {
margin-top:15px;
}

.search-list li strong {
margin-bottom:10px;
}

.search-list li strong a {
font-size:16px;
font-weight:300;
color:#333;
}

.search-list li strong a:hover {
text-decoration:underline;
}

/* ----- 404 Page not found ----- */
.page-not-found {
padding:60px 0 0 430px;
margin:0 0 10px 75px;
}

.page-not-found p {
font-size:14px;
}

.page-not-found strong {
color:#444;
font-size:16px;
font-weight:400;
}

.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:#666;
}

.bg_404 {
display:inline-block;
float:left;
width:1px;
height:300px;
}

.bg_404:after {
width:419px;
float:left;
display:block;
content:'404';
font-size:182px;
line-height:182px;
text-align:center;
color:#eee;
font-weight:300;
padding:50px 0;
border-right:1px solid #eee;
margin-top:15px;
}

div.featured_image {
display:block;
clear:both;
margin-bottom:10px;
}

/* ----- Under Construction Page ----- */
.construction-top-wrap {
width:100%;
background:#F8F8F8;
padding:50px 0 150px;
}

.construction-heading {
font-size:25px;
color:#666;
width:100%;
font-weight:300;
text-align:center;
padding-bottom:30px;
}

#construction-body header nav,#construction-body .footer-callout,#construction-body .topnav * {
display:none;
}

#construction-body .logo img {
float:none;
margin:0 auto;
margin-top:50px;
}

#construction-body .logo {
text-align:center;
}

#countbox,.time-info-wrap {
width:415px;
margin:0 auto;
}

#days,#hours,#mins,#secs {
width:81px;
height:81px;
float:left;
background:#fff;
border-radius:2px;
box-shadow:0 2px rgba(0,0,0,.1);
}

#hours,#mins,#secs,#hours_text,#mins_text,#secs_text {
margin-left:30px;
}

#days span,#hours span,#mins span,#secs span,#days_text,#hours_text,#mins_text,#secs_text {
font-weight:600;
font-size:32px;
width:81px;
text-align:center;
float:left;
padding-top:27px;
}

#days_text,#hours_text,#mins_text,#secs_text {
font-weight:300;
font-size:16px;
padding-top:10px;
}

.clear {
clear:both;
}

/*-----------------------------------------------------------------*/
/* 15. FAQ + Team Members
/*-----------------------------------------------------------------*/
.faq-answers {
width:100%;
border-top:1px solid #eee;
margin:50px 0 0;
clear:both;
padding-top:60px;
}

.faq-pad {
padding-top:80px!important;
}

.faq-wrap {
/*width:960px;*/
clear:both;
margin-bottom:15px;
}

.faq-content {
width:800px;
float:right;
}

.faq-content p {
padding:10px;
padding-bottom:5px;
}

.faq-content .faq-heading {
margin-bottom:0;
padding-top:0;
font-weight:400;
font-size:15px;
color:#333;
}

.basic-divider {
background:url(lib/images/assets/bg-divider-basic.png) right center no-repeat;
clear:both;
display:block;
height:20px;
margin:30px 0;
text-align:right;
width:100%;
}

/* .faq-questions a {
border-bottom:1px dotted #999;
} */
.faq-questions a:hover,.s-one ul li a,.s-one .current-page-ancestor a,.s-one .current-page-ancestor ul li a,.home-vertical-sidebar .widget-heading,.st-icon strong {
text-decoration:none;
}

.st-icon {
font-size:13px;
color:#8b8b8b;
font-weight:300;
line-height:18px;
}

.st-icon strong {
display:block;
font-size:17px;
line-height:26px;
font-weight:400;
margin-bottom:8px;
color:#444;
}

.go_to_top {
font-size:9px;
text-transform:uppercase;
display:block;
font-weight:600;
line-height:18px;
}

.faq-number {
width:120px;
height:87px;
float:left;
color:#aaa;
margin-right:40px;
padding-top:20px;
font-size:60px;
font-weight:300;
text-align:right;
}

.img-frame + .faq-questions {
padding-top:10px;
}

.member-wrap {
width:100%;
clear:both;
}

#main-wrap .member-wrap:first-child {
margin-top:-20px;
}

.member-wrap + .member-wrap {
margin-top:35px;
background:url(lib/images/assets/bg-hr-dotted.png) 0 0 repeat-x;
}

#main-wrap .member-wrap:last-child {
margin-bottom:20px;
}

.member-contact {
width:24%;
float:left;
padding-top:50px;
}

.member-bio {
width:50%;
float:left;
margin-left:5px;
padding-top:50px;
}

.member-photo {
width:160px;
height:160px;
float:right;
margin-top:50px;
}

.member-photo img {
border-radius:500px;
}

.member-name {
font-size:22px;
font-weight:300;
color:#333;
margin:0 0 5px;
padding:0;
}

.member-title {
font-weight:300;
color:#999;
}

.member-list {
list-style:none;
margin:0;
padding:0;
}

.member-list li {
margin-bottom:12px;
}

.member-contact-email {
padding:2px 0 2px 24px;
background:url(lib/images/assets/email_small.png) 0 5px no-repeat;
}

.member-contact-phone {
padding:2px 0 2px 24px;
background:url(lib/images/assets/phone_small.png) 0 5px no-repeat;
}

.member-contact-twitter {
padding:2px 0 2px 24px;
background:url(lib/images/assets/twitter_small.png) 0 5px no-repeat;
}

/*-----------------------------------------------------------------*/
/* 16. Footer
/*-----------------------------------------------------------------*/
footer {
clear:both;
width:100%;
padding-top:30px;
position:relative;
font-size:13px;
z-index:1;
overflow:visible;
border-top: 1px solid rgba(0,0,0,.1);
box-shadow: inset 0px 1px rgba(255,255,255,.1);
}

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

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

.st-relative {
position:relative;
}

.footer-social {
float:left;
}

.footer-search {
float:right;
}

.footer-callout {
width:100%;
background:#f8f8f8;
box-shadow:inset 0 1px rgba(255,255,255,.75);
border-top:1px solid rgba(0,0,0,.1);
padding:25px 0;
}

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

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

.footer-callout-content p {
font-size:17px;
line-height:26px;
margin-bottom:0;
}

.footer-callout-content .callout-heading {
font-size:20px;
letter-spacing:-.3px;
margin-bottom:10px;
color:#444;
}

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(lib/images/assets/bullet-type-1-footer.png);
}

footer nav {
padding:16px 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 span,.client_identity {
color:#999;
}

footer a:hover {
color:#fff!important;
}

.footer-nav .current-menu-item a,.footer-nav .current_page_item a {
color:#FFF!important;
font-weight:bold;
}

footer .foot-heading {
font-family:'Open Sans',sans-serif;
color:#FFF;
font-size:12px;
text-transform:uppercase;
font-weight:400;
letter-spacing:1px;
padding-bottom:5px;
margin-bottom:20px;
border-bottom:1px solid rgba(255,255,255,.1);
}

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;
}

.display-none {
display:none;
}

.footer-copyright {
clear:both;
width:100%;
padding:15px 0;
border-top:1px solid rgba(0,0,0,.35);
box-shadow:inset 0px 1px rgba(255,255,255,.05);
background:rgba(0,0,0,.2);
}

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

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

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

.footer-nav li a {
color:#BBB;
padding-right:10px;
font-weight:500;
}

.footer-nav li a:hover {
color:#fff!important;
}

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

.footer-nav .current_page_parent a {
color:#FFF!important;
cursor:default;
}

.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:12px;
}

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

/*-----------------------------------------------------------------*/
/* 17. Shortcodes
/*-----------------------------------------------------------------*/
/*----- Buttons ----- */
a.button,#main .st-form-submit,#commentform #submit-button,.gform_footer .button {
font:600 14px/30px 'Open Sans', sans-serif;
text-decoration:none;
height:30px;
border-radius:2px;
text-shadow:0 0 1px rgba(0,0,0,0.3);
display:inline-block;
padding:0 15px;
color:#fff!important;
border:1px solid #999;
cursor:pointer;
-webkit-transition:top .4s ease-out, opacity .4s cubic-bezier(1,.01,1,.38), background-color .2s ease-out;
-moz-transition:top .4s ease-out, opacity .4s cubic-bezier(1,.01,1,.38), background-color .2s ease-out;
transition:top .4s ease-out, opacity .4s cubic-bezier(1,.01,1,.38), background-color .2s ease-out;
margin:0 10px 10px 0;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.86), inset 0px 1px rgba(255,255,255,.16);
background-image:url(lib/images/assets/button_gradient.png);
background-position:center center;
background-repeat: repeat-x;
}

a.button:hover,#main .st-form-submit:hover,#commentform #submit-button:hover,.gform_footer .button:hover {
color:#fff!important;
background:#282828!important;
border-color:#282828!important;
}

a.button.large {
height:51px;
font:600 18px/51px 'Open Sans', sans-serif;
padding:0 20px;
}

.highlight_2 {
font-weight:600;
}

h1.highlight {
color:#fff;
padding:5px 10px;
display:inline-block;
font-size:32px;
text-align:center;
transform:scale(1,1);
-webkit-transform:scale(1,1) rotate(0deg);
}

/* Black */
a.button.black,.dropcap.black,.highlight_1.black {
background-color:#222;
}

.dropcap2.black,.highlight_2.black {
color:#222;
}

a.button.black {
border-color:#222!important;
}

/* Blue */
a.button.blue,.dropcap.blue,.highlight_1.blue {
background-color:#5faae3;
}

a.button.blue {
border-color:#5faae3!important;
}

.dropcap2.blue,.highlight_2.blue {
color:#5faae3;
}

/* Green */
a.button.green,.dropcap.green,.highlight_1.green {
background-color:#5eb95e;
}

a.button.green {
border-color:#5eb95e!important;
}

.dropcap2.green,.highlight_2.green {
color:#5eb95e;
}

/* Grey */
a.button.grey,.dropcap.grey,.highlight_1.grey {
background-color:#777;
}

a.button.grey {
border-color:#777!important;
}

.dropcap2.grey,.highlight_2.grey {
color:#777;
}

/* Navy */
a.button.navy,.dropcap.navy,.highlight_1.navy {
background-color:#33339f;
}

a.button.navy {
border-color:#33339f!important;
}

.dropcap2.navy,.highlight_2.navy {
color:#33339f;
}

/* Orange */
a.button.orange,.dropcap.orange,.highlight_1.orange {
background-color:#e3965f;
}

a.button.orange {
border-color:#e3965f!important;
}

.dropcap2.orange,.highlight_2.orange {
color:#e3965f;
}

/* Purple */
a.button.purple,.dropcap.purple,.highlight_1.purple {
background-color:#ae3be4;
}

a.button.purple {
border-color:#ae3be4!important;
}

.dropcap2.purple,.highlight_2.purple {
color:#ae3be4;
}

/* Red */
a.button.red,.dropcap.red,.highlight_1.red {
background-color:#f43636;
}

a.button.red {
border-color:#f43636!important;
}

.dropcap2.red,.highlight_2.red {
color:#f43636;
}

/* Teal */
a.button.teal,.dropcap.teal,.highlight_1.teal {
background-color:#009090;
}

a.button.teal {
border-color:#009090!important;
}

.dropcap2.teal,.highlight_2.teal {
color:#009090;
}

/* Yellow */
a.button.yellow,.dropcap.yellow,.highlight_1.yellow {
background-color:#f8d25c;
}

a.button.yellow {
border-color:#f8d25c!important;
}

.dropcap2.yellow,.highlight_2.yellow {
color:#f8d25c;
}

/* ----- Testimonials ----- */
.testimonial strong {
font-size:12px;
color:#333;
}

.testimonial blockquote {
	background:#f5f5f5;
	padding:15px 15px 7px 15px;
	border-radius: 2px;
	margin-top:5px;
	font-size:13px;
	color:#333;
}

.testimonial blockquote:before {
	background:none;
	content:'';
}

.testimonial blockquote:after {
	content:url(lib/images/assets/bg-testimonial.png);
	display:block;
	width:20px;
	height:10px;
	margin-left:30px;
	position:relative;
	top:10px;
}

.testimonials .dots {
	display:block;
	position:relative
}

.client_identity {
margin-left:15px;
}

/* ----- Tabs - Type 1 ----- */
.vertical_tabset {
width:100%;
clear:both;
overflow:hidden;
position:relative;
margin-bottom:30px;
}

.vertical_tabset dt {
width:23%;
background:#fafafa;
color:#999;
border:1px solid #e5e5e5;
font-size:13px;
cursor:pointer;
padding:10px 0 10px 2%;
margin-bottom:5px;
position:relative;
border-left:0;
box-shadow:inset 1px 0 #e5e5e5;
z-index:3;
}

.vertical_tabset dt.current {
background:#fff;
cursor:default;
color:#333;
border-right:1px solid #fff;
}

.vertical_tabset dt img {
display:inline-block;
margin-right:15px;
position:relative;
top:5px;
}

.vertical_tabset dd {
margin-left:25%;
background-color:#FFF;
height:84%;
box-shadow:inherit;
overflow:auto;
position:absolute;
top:0;
right:0;
display:none;
z-index:2;
padding:4%;
border:1px solid #e5e5e5;
}

.vertical_tabset dt:first-child {
}

.vertical_tabset dd.current {
display:block;
}

.vertical_tabset dd .column_group p:first-child {
margin-top:0;
}

/* ----- Tabs - Type 2 ----- */
.horizontal_tabset {
position:relative;
font-size:13px;
padding-top:10px;
height:380px;
}

.horizontal_tabset dt {
float:left;
cursor:pointer;
border:1px solid #E5E5E5;
background:#fafafa;
padding:8px 15px;
margin-right:2px;
color:#999;
position:relative;
top:1px;
z-index:3;
}

.horizontal_tabset dt.current {
cursor:default;
border-bottom:1px solid #fff;
color:#333;
background:#fff;
}

.horizontal_tabset dd {
display:none;
position:absolute;
background-repeat:repeat-x;
top:50px;
padding:15px;
border:1px solid #E5E5E5;
border-width:1px;
z-index:2;
}

.horizontal_tabset dd.current {
display:block;
}

/* ----- Accordion ----- */
.accordion {
font-size:13px;
margin-bottom:40px;
}

.accordion dt {
width:100%;
background:#f7f7f7;
border-radius:2px;
margin-bottom:4px;
text-indent:40px;
font-size:14px;
font-weight:600;
position:relative;
cursor:pointer;
padding:15px 0;
}

.accordion dt:hover {
background:#fafafa;
color:#333;
}

.accordion dd {
display:none;
line-height:20px;
padding:10px;
}

.accordion dd.current {
display:block;
}

.accordion dd p:first-child {
margin-top:8px;
}

.accordion dt:before {
content:url(lib/images/shortcodes/plus-sign.png);
position:absolute;
left:-27px;
top:50%;
margin-top:-8px;
}

.accordion dt.current:before {
content:url(lib/images/shortcodes/minus-sign.png);
}


/* ----- 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%;
}

.page_content_right .one_third,.page_content .one_third {
/*width:203px;*/
}

.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;
}

/* ----- Icons ----- */
.st-icon {
padding:4px 0 20px 55px;
display:inline-block;
font-size:14px;
line-height:24px;
}

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

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

.icon-4-direction {
background:url(lib/images/shortcodes/icons/4-direction.png) 0 0 no-repeat;
}

.icon-8-direction {
background:url(lib/images/shortcodes/icons/8-direction.png) 0 0 no-repeat;
}

.icon-about {
background:url(lib/images/shortcodes/icons/about.png) 0 0 no-repeat;
}

.icon-add-document {
background:url(lib/images/shortcodes/icons/add-document.png) 0 0 no-repeat;
}

.icon-add-favourite {
background:url(lib/images/shortcodes/icons/add-favourite.png) 0 0 no-repeat;
}

.icon-add {
background:url(lib/images/shortcodes/icons/add.png) 0 0 no-repeat;
}

.icon-advanced-search {
background:url(lib/images/shortcodes/icons/advanced-search.png) 0 0 no-repeat;
}

.icon-alarm {
background:url(lib/images/shortcodes/icons/alarm.png) 0 0 no-repeat;
}

.icon-alert {
background:url(lib/images/shortcodes/icons/alert.png) 0 0 no-repeat;
}

.icon-arrow-alt-down {
background:url(lib/images/shortcodes/icons/arrow-alt-down.png) 0 0 no-repeat;
}

.icon-arrow-alt-left {
background:url(lib/images/shortcodes/icons/arrow-alt-left.png) 0 0 no-repeat;
}

.icon-arrow-alt-right {
background:url(lib/images/shortcodes/icons/arrow-alt-right.png) 0 0 no-repeat;
}

.icon-arrow-alt-up {
background:url(lib/images/shortcodes/icons/arrow-alt-up.png) 0 0 no-repeat;
}

.icon-arrow-down {
background:url(lib/images/shortcodes/icons/arrow-down.png) 0 0 no-repeat;
}

.icon-arrow-left {
background:url(lib/images/shortcodes/icons/arrow-left.png) 0 0 no-repeat;
}

.icon-arrow-right {
background:url(lib/images/shortcodes/icons/arrow-right.png) 0 0 no-repeat;
}

.icon-arrow-up {
background:url(lib/images/shortcodes/icons/arrow-up.png) 0 0 no-repeat;
}

.icon-basket-alt-2 {
background:url(lib/images/shortcodes/icons/basket-alt-2.png) 0 0 no-repeat;
}

.icon-basket-alt {
background:url(lib/images/shortcodes/icons/basket-alt.png) 0 0 no-repeat;
}

.icon-basket {
background:url(lib/images/shortcodes/icons/basket.png) 0 0 no-repeat;
}

.icon-battery-empty {
background:url(lib/images/shortcodes/icons/battery-empty.png) 0 0 no-repeat;
}

.icon-battery-full {
background:url(lib/images/shortcodes/icons/battery-full.png) 0 0 no-repeat;
}

.icon-brush {
background:url(lib/images/shortcodes/icons/brush.png) 0 0 no-repeat;
}

.icon-button-down {
background:url(lib/images/shortcodes/icons/button-down.png) 0 0 no-repeat;
}

.icon-button-over {
background:url(lib/images/shortcodes/icons/button-over.png) 0 0 no-repeat;
}

.icon-button-up {
background:url(lib/images/shortcodes/icons/button-up.png) 0 0 no-repeat;
}

.icon-calculator {
background:url(lib/images/shortcodes/icons/calculator.png) 0 0 no-repeat;
}

.icon-calendar {
background:url(lib/images/shortcodes/icons/calendar.png) 0 0 no-repeat;
}

.icon-cancel {
background:url(lib/images/shortcodes/icons/cancel.png) 0 0 no-repeat;
}

.icon-check-box {
background:url(lib/images/shortcodes/icons/check-box.png) 0 0 no-repeat;
}

.icon-check {
background:url(lib/images/shortcodes/icons/check.png) 0 0 no-repeat;
}

.icon-cinema {
background:url(lib/images/shortcodes/icons/cinema.png) 0 0 no-repeat;
}

.icon-cloud {
background:url(lib/images/shortcodes/icons/cloud.png) 0 0 no-repeat;
}

.icon-copyright {
background:url(lib/images/shortcodes/icons/copyright.png) 0 0 no-repeat;
}

.icon-cosmos {
background:url(lib/images/shortcodes/icons/cosmos.png) 0 0 no-repeat;
}

.icon-crop {
background:url(lib/images/shortcodes/icons/crop.png) 0 0 no-repeat;
}

.icon-disability {
background:url(lib/images/shortcodes/icons/disability.png) 0 0 no-repeat;
}

.icon-display-mac {
background:url(lib/images/shortcodes/icons/display-mac.png) 0 0 no-repeat;
}

.icon-display {
background:url(lib/images/shortcodes/icons/display.png) 0 0 no-repeat;
}

.icon-document {
background:url(lib/images/shortcodes/icons/document.png) 0 0 no-repeat;
}

.icon-documents {
background:url(lib/images/shortcodes/icons/documents.png) 0 0 no-repeat;
}

.icon-dont-litter {
background:url(lib/images/shortcodes/icons/dont-litter.png) 0 0 no-repeat;
}

.icon-download {
background:url(lib/images/shortcodes/icons/download.png) 0 0 no-repeat;
}

.icon-facebiblio {
background:url(lib/images/shortcodes/icons/facebiblio.png) 0 0 no-repeat;
}

.icon-favourite {
background:url(lib/images/shortcodes/icons/favourite.png) 0 0 no-repeat;
}

.icon-first-aid {
background:url(lib/images/shortcodes/icons/first-aid.png) 0 0 no-repeat;
}

.icon-font {
background:url(lib/images/shortcodes/icons/font.png) 0 0 no-repeat;
}

.icon-fruit-apple-alt {
background:url(lib/images/shortcodes/icons/fruit-apple-alt.png) 0 0 no-repeat;
}

.icon-fruit-apple {
background:url(lib/images/shortcodes/icons/fruit-apple.png) 0 0 no-repeat;
}

.icon-fruit-apricot {
background:url(lib/images/shortcodes/icons/fruit-apricot.png) 0 0 no-repeat;
}

.icon-fruit-banana {
background:url(lib/images/shortcodes/icons/fruit-banana.png) 0 0 no-repeat;
}

.icon-fruit-cherry {
background:url(lib/images/shortcodes/icons/fruit-cherry.png) 0 0 no-repeat;
}

.icon-fruit-orange {
background:url(lib/images/shortcodes/icons/fruit-orange.png) 0 0 no-repeat;
}

.icon-fruit-pear {
background:url(lib/images/shortcodes/icons/fruit-pear.png) 0 0 no-repeat;
}

.icon-full-screen {
background:url(lib/images/shortcodes/icons/full-screen.png) 0 0 no-repeat;
}

.icon-games {
background:url(lib/images/shortcodes/icons/games.png) 0 0 no-repeat;
}

.icon-help {
background:url(lib/images/shortcodes/icons/help.png) 0 0 no-repeat;
}

.icon-home {
background:url(lib/images/shortcodes/icons/home.png) 0 0 no-repeat;
}

.icon-idea {
background:url(lib/images/shortcodes/icons/idea.png) 0 0 no-repeat;
}

.icon-info {
background:url(lib/images/shortcodes/icons/info.png) 0 0 no-repeat;
}

.icon-justice {
background:url(lib/images/shortcodes/icons/justice.png) 0 0 no-repeat;
}

.icon-layers {
background:url(lib/images/shortcodes/icons/layers.png) 0 0 no-repeat;
}

.icon-mail {
background:url(lib/images/shortcodes/icons/mail.png) 0 0 no-repeat;
}

.icon-man {
background:url(lib/images/shortcodes/icons/man.png) 0 0 no-repeat;
}

.icon-media-aspect-ratio {
background:url(lib/images/shortcodes/icons/media-aspect-ratio.png) 0 0 no-repeat;
}

.icon-media-backward {
background:url(lib/images/shortcodes/icons/media-backward.png) 0 0 no-repeat;
}

.icon-media-BetaMax {
background:url(lib/images/shortcodes/icons/media-BetaMax.png) 0 0 no-repeat;
}

.icon-media-blu-ray {
background:url(lib/images/shortcodes/icons/media-blu-ray.png) 0 0 no-repeat;
}

.icon-media-brightness {
background:url(lib/images/shortcodes/icons/media-brightness.png) 0 0 no-repeat;
}

.icon-media-cassette-tape {
background:url(lib/images/shortcodes/icons/media-cassette-tape.png) 0 0 no-repeat;
}

.icon-media-cd-card {
background:url(lib/images/shortcodes/icons/media-cd-card.png) 0 0 no-repeat;
}

.icon-media-cd {
background:url(lib/images/shortcodes/icons/media-cd.png) 0 0 no-repeat;
}

.icon-media-contrast {
background:url(lib/images/shortcodes/icons/media-contrast.png) 0 0 no-repeat;
}

.icon-media-dat {
background:url(lib/images/shortcodes/icons/media-dat.png) 0 0 no-repeat;
}

.icon-media-disk-3-5 {
background:url(lib/images/shortcodes/icons/media-disk-3-5.png) 0 0 no-repeat;
}

.icon-media-disk-3 {
background:url(lib/images/shortcodes/icons/media-disk-3.png) 0 0 no-repeat;
}

.icon-media-disk-5-1-4 {
background:url(lib/images/shortcodes/icons/media-disk-5-1-4.png) 0 0 no-repeat;
}

.icon-media-disk-8 {
background:url(lib/images/shortcodes/icons/media-disk-8.png) 0 0 no-repeat;
}

.icon-media-drum-kit {
background:url(lib/images/shortcodes/icons/media-drum-kit.png) 0 0 no-repeat;
}

.icon-media-dvd {
background:url(lib/images/shortcodes/icons/media-dvd.png) 0 0 no-repeat;
}

.icon-media-eject {
background:url(lib/images/shortcodes/icons/media-eject.png) 0 0 no-repeat;
}

.icon-media-equalizer {
background:url(lib/images/shortcodes/icons/media-equalizer.png) 0 0 no-repeat;
}

.icon-media-fast-backward {
background:url(lib/images/shortcodes/icons/media-fast-backward.png) 0 0 no-repeat;
}

.icon-media-fast-forward {
background:url(lib/images/shortcodes/icons/media-fast-forward.png) 0 0 no-repeat;
}

.icon-media-headphones {
background:url(lib/images/shortcodes/icons/media-headphones.png) 0 0 no-repeat;
}

.icon-media-knob-decrease {
background:url(lib/images/shortcodes/icons/media-knob-decrease.png) 0 0 no-repeat;
}

.icon-media-knob-increase {
background:url(lib/images/shortcodes/icons/media-knob-increase.png) 0 0 no-repeat;
}

.icon-media-knob {
background:url(lib/images/shortcodes/icons/media-knob.png) 0 0 no-repeat;
}

.icon-media-LaserDisc {
background:url(lib/images/shortcodes/icons/media-LaserDisc.png) 0 0 no-repeat;
}

.icon-media-levels-decrease {
background:url(lib/images/shortcodes/icons/media-levels-decrease.png) 0 0 no-repeat;
}

.icon-media-levels-increase {
background:url(lib/images/shortcodes/icons/media-levels-increase.png) 0 0 no-repeat;
}

.icon-media-levels {
background:url(lib/images/shortcodes/icons/media-levels.png) 0 0 no-repeat;
}

.icon-media-maraques {
background:url(lib/images/shortcodes/icons/media-maraques.png) 0 0 no-repeat;
}

.icon-media-microphone-alt {
background:url(lib/images/shortcodes/icons/media-microphone-alt.png) 0 0 no-repeat;
}

.icon-media-microphone-vol-down {
background:url(lib/images/shortcodes/icons/media-microphone-vol-down.png) 0 0 no-repeat;
}

.icon-media-microphone-vol-up {
background:url(lib/images/shortcodes/icons/media-microphone-vol-up.png) 0 0 no-repeat;
}

.icon-media-microphone {
background:url(lib/images/shortcodes/icons/media-microphone.png) 0 0 no-repeat;
}

.icon-media-minidisc {
background:url(lib/images/shortcodes/icons/media-minidisc.png) 0 0 no-repeat;
}

.icon-media-next {
background:url(lib/images/shortcodes/icons/media-next.png) 0 0 no-repeat;
}

.icon-media-pause {
background:url(lib/images/shortcodes/icons/media-pause.png) 0 0 no-repeat;
}

.icon-media-play-pause-resume {
background:url(lib/images/shortcodes/icons/media-play-pause-resume.png) 0 0 no-repeat;
}

.icon-media-play {
background:url(lib/images/shortcodes/icons/media-play.png) 0 0 no-repeat;
}

.icon-media-previous {
background:url(lib/images/shortcodes/icons/media-previous.png) 0 0 no-repeat;
}

.icon-media-record {
background:url(lib/images/shortcodes/icons/media-record.png) 0 0 no-repeat;
}

.icon-media-repeat-alt {
background:url(lib/images/shortcodes/icons/media-repeat-alt.png) 0 0 no-repeat;
}

.icon-media-repeat {
background:url(lib/images/shortcodes/icons/media-repeat.png) 0 0 no-repeat;
}

.icon-media-shuffle {
background:url(lib/images/shortcodes/icons/media-shuffle.png) 0 0 no-repeat;
}

.icon-media-speaker {
background:url(lib/images/shortcodes/icons/media-speaker.png) 0 0 no-repeat;
}

.icon-media-stop {
background:url(lib/images/shortcodes/icons/media-stop.png) 0 0 no-repeat;
}

.icon-media-synth {
background:url(lib/images/shortcodes/icons/media-synth.png) 0 0 no-repeat;
}

.icon-media-time-pos-back {
background:url(lib/images/shortcodes/icons/media-time-pos-back.png) 0 0 no-repeat;
}

.icon-media-time-pos-forw {
background:url(lib/images/shortcodes/icons/media-time-pos-forw.png) 0 0 no-repeat;
}

.icon-media-time-pos-set {
background:url(lib/images/shortcodes/icons/media-time-pos-set.png) 0 0 no-repeat;
}

.icon-media-time-position {
background:url(lib/images/shortcodes/icons/media-time-position.png) 0 0 no-repeat;
}

.icon-media-vhs {
background:url(lib/images/shortcodes/icons/media-vhs.png) 0 0 no-repeat;
}

.icon-media-video {
background:url(lib/images/shortcodes/icons/media-video.png) 0 0 no-repeat;
}

.icon-media-vinyl-33-1-3 {
background:url(lib/images/shortcodes/icons/media-vinyl-33-1-3.png) 0 0 no-repeat;
}

.icon-media-vinyl-45 {
background:url(lib/images/shortcodes/icons/media-vinyl-45.png) 0 0 no-repeat;
}

.icon-media-vinyl-78 {
background:url(lib/images/shortcodes/icons/media-vinyl-78.png) 0 0 no-repeat;
}

.icon-media-volume-0 {
background:url(lib/images/shortcodes/icons/media-volume-0.png) 0 0 no-repeat;
}

.icon-media-volume-1 {
background:url(lib/images/shortcodes/icons/media-volume-1.png) 0 0 no-repeat;
}

.icon-media-volume-2 {
background:url(lib/images/shortcodes/icons/media-volume-2.png) 0 0 no-repeat;
}

.icon-media-volume-3 {
background:url(lib/images/shortcodes/icons/media-volume-3.png) 0 0 no-repeat;
}

.icon-media-volume-down {
background:url(lib/images/shortcodes/icons/media-volume-down.png) 0 0 no-repeat;
}

.icon-media-volume-up {
background:url(lib/images/shortcodes/icons/media-volume-up.png) 0 0 no-repeat;
}

.icon-no {
background:url(lib/images/shortcodes/icons/no.png) 0 0 no-repeat;
}

.icon-open-in-new-window {
background:url(lib/images/shortcodes/icons/open-in-new-window.png) 0 0 no-repeat;
}

.icon-padlock-closed {
background:url(lib/images/shortcodes/icons/padlock-closed.png) 0 0 no-repeat;
}

.icon-padlock-open {
background:url(lib/images/shortcodes/icons/padlock-open.png) 0 0 no-repeat;
}

.icon-paint {
background:url(lib/images/shortcodes/icons/paint.png) 0 0 no-repeat;
}

.icon-pencil {
background:url(lib/images/shortcodes/icons/pencil.png) 0 0 no-repeat;
}

.icon-photo {
background:url(lib/images/shortcodes/icons/photo.png) 0 0 no-repeat;
}

.icon-picture {
background:url(lib/images/shortcodes/icons/picture.png) 0 0 no-repeat;
}

.icon-pollution {
background:url(lib/images/shortcodes/icons/pollution.png) 0 0 no-repeat;
}

.icon-recycle-alt-1 {
background:url(lib/images/shortcodes/icons/recycle-alt-1.png) 0 0 no-repeat;
}

.icon-recycle-alt-2 {
background:url(lib/images/shortcodes/icons/recycle-alt-2.png) 0 0 no-repeat;
}

.icon-recycle-alt-3 {
background:url(lib/images/shortcodes/icons/recycle-alt-3.png) 0 0 no-repeat;
}

.icon-recycle {
background:url(lib/images/shortcodes/icons/recycle.png) 0 0 no-repeat;
}

.icon-redo {
background:url(lib/images/shortcodes/icons/redo.png) 0 0 no-repeat;
}

.icon-remove {
background:url(lib/images/shortcodes/icons/remove.png) 0 0 no-repeat;
}

.icon-rss {
background:url(lib/images/shortcodes/icons/rss.png) 0 0 no-repeat;
}

.icon-save {
background:url(lib/images/shortcodes/icons/save.png) 0 0 no-repeat;
}

.icon-science-alt {
background:url(lib/images/shortcodes/icons/science-alt.png) 0 0 no-repeat;
}

.icon-science {
background:url(lib/images/shortcodes/icons/science.png) 0 0 no-repeat;
}

.icon-search {
background:url(lib/images/shortcodes/icons/search.png) 0 0 no-repeat;
}

.icon-sexy-omega {
background:url(lib/images/shortcodes/icons/sexy-omega.png) 0 0 no-repeat;
}

.icon-star {
background:url(lib/images/shortcodes/icons/star.png) 0 0 no-repeat;
}

.icon-stop-alt {
background:url(lib/images/shortcodes/icons/stop-alt.png) 0 0 no-repeat;
}

.icon-stop {
background:url(lib/images/shortcodes/icons/stop.png) 0 0 no-repeat;
}

.icon-tag {
background:url(lib/images/shortcodes/icons/tag.png) 0 0 no-repeat;
}

.icon-telephone {
background:url(lib/images/shortcodes/icons/telephone.png) 0 0 no-repeat;
}

.icon-tools {
background:url(lib/images/shortcodes/icons/tools.png) 0 0 no-repeat;
}

.icon-trademark {
background:url(lib/images/shortcodes/icons/trademark.png) 0 0 no-repeat;
}

.icon-twit {
background:url(lib/images/shortcodes/icons/twit.png) 0 0 no-repeat;
}

.icon-uc-level-1-black-subfunction {
background:url(lib/images/shortcodes/icons/uc-level-1-black-subfunction.png) 0 0 no-repeat;
}

.icon-uc-level-2-subfunction {
background:url(lib/images/shortcodes/icons/uc-level-2-subfunction.png) 0 0 no-repeat;
}

.icon-uc-level-3-user-goal {
background:url(lib/images/shortcodes/icons/uc-level-3-user-goal.png) 0 0 no-repeat;
}

.icon-uc-level-4-summary {
background:url(lib/images/shortcodes/icons/uc-level-4-summary.png) 0 0 no-repeat;
}

.icon-uc-level-5-very-summary {
background:url(lib/images/shortcodes/icons/uc-level-5-very-summary.png) 0 0 no-repeat;
}

.icon-uc-scope-business-use-case {
background:url(lib/images/shortcodes/icons/uc-scope-business-use-case.png) 0 0 no-repeat;
}

.icon-uc-scope-component-use-case {
background:url(lib/images/shortcodes/icons/uc-scope-component-use-case.png) 0 0 no-repeat;
}

.icon-uc-scope-system-use-case {
background:url(lib/images/shortcodes/icons/uc-scope-system-use-case.png) 0 0 no-repeat;
}

.icon-umbrella {
background:url(lib/images/shortcodes/icons/umbrella.png) 0 0 no-repeat;
}

.icon-undo-search {
background:url(lib/images/shortcodes/icons/undo-search.png) 0 0 no-repeat;
}

.icon-undo {
background:url(lib/images/shortcodes/icons/undo.png) 0 0 no-repeat;
}

.icon-watch-alt {
background:url(lib/images/shortcodes/icons/watch-alt.png) 0 0 no-repeat;
}

.icon-watch {
background:url(lib/images/shortcodes/icons/watch.png) 0 0 no-repeat;
}

.icon-woman {
background:url(lib/images/shortcodes/icons/woman.png) 0 0 no-repeat;
}

.icon-zoom-in {
background:url(lib/images/shortcodes/icons/zoom-in.png) 0 0 no-repeat;
}

.icon-zoom-out {
background:url(lib/images/shortcodes/icons/zoom-out.png) 0 0 no-repeat;
}

/* ----- Notification Boxes ----- */
.notification {
color:#fff;
display:block;
font-size:12px;
line-height:20px;
margin-bottom:20px;
overflow:hidden;
position:relative;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
width:100%;
box-shadow:inset 0 -1px rgba(0,0,0,.2);
-webkit-transition:top .4s ease-out, opacity .4s cubic-bezier(1,.01,1,.38), background-color .2s ease-out;
-moz-transition:top .4s ease-out, opacity .4s cubic-bezier(1,.01,1,.38), background-color .2s ease-out;
transition:top .4s ease-out, opacity .4s cubic-bezier(1,.01,1,.38), background-color .2s ease-out;
}

.notification:hover {
background:#282828!important;
}

.notification p {
padding:15px 15px 16px 50px;
margin-bottom:0;
color:#fff;
font-weight:400;
}

.notification p strong {
color:#fff;
font-weight:bold;
font-size:16px;
}

.notification.success {
background-color:#5fe394;
}

.notification.success p {
background:transparent url(lib/images/shortcodes/tick.png) no-repeat scroll 14px 17px;
}

.notification.error {
background-color:#e35f5f;
}

.notification.error p {
background:transparent url(lib/images/shortcodes/cross.png) no-repeat scroll 14px 17px;
}

.notification.warning {
background-color:#e3ce5f;
}

.notification.warning p {
background:transparent url(lib/images/shortcodes/exclamation.png) no-repeat scroll 14px 17px;
}

.notification.tip {
background-color:#5fe3e3;
}

.notification.tip p {
background:transparent url(lib/images/shortcodes/tip.png) no-repeat scroll 14px 17px;
}

.notification.neutral {
background-color:#999;
}

.notification.neutral p strong {
}

.notification.neutral p {
background:transparent url(lib/images/shortcodes/neutral.png) no-repeat scroll 14px 17px;
}

/*----- Text Styles ----- */
.large-callout p {
font-size:15px;
font-weight:300;
}

/*-----------------------------------------------------------------*/
/* 18. Wordpress + Widgets
/*-----------------------------------------------------------------*/
.sticky,.gallery-caption,.bypostauthor {
font-size:inherit;
}

.widget-heading,h6,.archive-heading {
font-family:Arial, Verdana, sans-serif;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
color:#333;
}

h6 {
clear:both;
margin-bottom:10px;
}

.sidebar-widget {
margin-bottom:60px;
}

.topnav .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;
}

/* ------ MailChimp Plugin ------ */
#mc_signup .mc_input {
width:170px;
color:#222;
padding:5px;
}

#mc_signup .mc_merge_var {
margin-bottom:10px;
}

#mc_signup .mc_required,#mc-indicates-required {
color:#4BA196;
}

#mc_signup .mc_required {
font-size:14px;
}

#mc_message {
font-size:12px;
padding-bottom:10px;
}

#mc-indicates-required {
font-size:11px;
}

#mc_signup .mc_signup_submit {
clear:left;
text-align:left;
padding:10px 0 0;
}

#mc_signup .mc_var_label {
color:#FFF;
font-weight:400;
opacity:0.6;
}

#mc_signup #mc_signup_submit,#constant-contact-signup .button {
background:url(lib/images/assets/bg-submit-button.png) repeat scroll 0 0 transparent;
color:#555555;
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:12px;
font-weight:bold;
height:28px;
line-height:12px;
padding:0 8px;
width:auto;
}

#main .home-vertical-sidebar input[type="text"],#main .home-vertical-sidebar .mc_input {
margin-bottom:0;
width:88%;
}

/* ------ Constant Contact Plugin ------ */
#constant-contact-signup input {
width:201px;
color:#222;
padding:5px;
}

#constant-contact-signup .checkbox {
width:15px;
font-size:13px;
}

#constant-contact-signup .button {
outline:none;
display:block;
font-size:11px!important;
width:90px;
margin:0;
padding:6px 10px!important;
}

/* ----- 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;
}

/* ------ Calendar ------ */
table#wp-calendar {
width:86%;
font-size:13px;
color:#666;
}

table#wp-calendar td {
width:14%;
text-align:center;
padding:4px 1px;
}

table#wp-calendar caption {
font-weight:700;
font-size:15px;
padding-bottom:10px;
}

td#today,table#wp-calendar a {
font-weight:700;
}

.widget_calendar tfoot td {
background-image:none;
}

.widget_calendar td a {
text-decoration:underline;
}

/* ------ Recent Posts ------ */
#sidebar .footer_post h4 {
font-size:1.2em;
padding-bottom:0;
font-weight:700;
color:#222!important;
}

#sidebar .footer_post h4 a {
text-decoration:none;
color:#222!important;
}

#sidebar .footer_post p {
line-height:19px;
margin:0 0 15px;
}

#sidebar .footer_post p a {
text-decoration:none;
}

#sidebar .footer_post a:hover {
text-decoration:underline;
}

/* ------ Blogroll ------ */
#sidebar .blogroll {
list-style:none!important;
margin:0!important;
padding:10px 0 0!important;
}

#sidebar .blogroll li {
width:100%!important;
background:none!important;
color:#666!important;
margin-bottom:18px!important;
padding:0!important;
}

/* ------ Searchform ------ */
#sidebar #searchsubmit {
cursor:pointer;
letter-spacing:1px;
text-transform:uppercase;
color:#DDD;
outline:none;
border:1px solid #000;
display:block;
margin:0;
padding:8px 12px;
}

#sidebar #searchform #s {
margin-bottom:7px;
width:90%;
padding:3px;
}

#sidebar #searchform label {
color:#4C4C4C;
font-weight:700;
display:none;
}

#searchform label {
display:none;
}

#banner-search {
position:absolute;
right:0;
top:16px;
z-index:400;
background:#fff;
border:1px solid rgba(0,0,0,.15);
border-radius:2px;
box-shadow:0 1px rgba(255,255,255,.5), inset 0 3px 6px rgba(0,0,0,.1);
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

input.s {
background:url(lib/images/assets/search.png) 216px 50% no-repeat;
padding:5px 10px;
width:220px;
border:none;
}

.sidebar input.s,footer input.s {
width:205px;
background-position:201px 50%;
}

.sidebar input.s:focus {
}

#banner-search input:focus {
}

/* ------ Flickr Widget ------ */
#flickr_badge_wrapper {
width:231px;
margin:0 0 -11px;
}

.flickr_badge_image {
float:left;
margin:0 11px 11px 0;
}

.flickr_badge_image a {
float:left;
padding:3px;
border:1px solid rgba(255,255,255,.1);
background:rgba(255,255,255,.05);
}

.flickr_badge_image a:hover {
background:rgba(255,255,255,0);
}

.flickr_badge_image img {
float:left;
height:52px;
width:52px;
}

#scroll_to_top {
font-size:11px;
color:#FFF;
font-weight:bold;
float:right;
background:url(lib/images/assets/bg-top-link.png) 0 50% no-repeat;
margin:5px 0 0 30px;
padding-left:15px;
}

/* ------ Social Media Widget ------ */
.social_icons {
list-style-type:none;
list-style-image:none;
clear:both;
}

.sidebar .social_icons li,footer .social_icons li {
display:block;
width:32px;
height:32px;
float:left;
margin:0 6px 8px 0;
}

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

.social_icons a {
}

.sidebar .social_icons a,footer .social_icons a {
display:block;
width:32px;
height:32px;
}

.social_icons a:hover {
opacity:.5;
}

.social_links a:link,.social_links a:active,.social_links a:visited {
}

a.rss {
background:url(lib/images/social/32/rss.png) 0 0 no-repeat;
}

a.facebook {
background:url(lib/images/social/32/facebook.png) 0 0 no-repeat;
}

a.twitter {
background:url(lib/images/social/32/twitter.png) 0 0 no-repeat;
}

a.email {
background:url(lib/images/social/32/email.png) 0 0 no-repeat;
}

a.flickr {
background:url(lib/images/social/32/flickr.png) 0 0 no-repeat;
}

a.youtube {
background:url(lib/images/social/32/youtube.png) 0 0 no-repeat;
}

a.linkedin {
background:url(lib/images/social/32/linkedin.png) 0 0 no-repeat;
}

a.dribbble {
background:url(lib/images/social/32/dribbble.png) 0 0 no-repeat;
}

a.pinterest {
background:url(lib/images/social/32/pinterest.png) 0 0 no-repeat;
}

a.digg {
background:url(lib/images/social/32/digg.png) 0 0 no-repeat;
}

a.googleplus {
background:url(lib/images/social/32/gplus2.png) 0 0 no-repeat;
}

a.instagram {
background:url(lib/images/social/32/instagram.png) 0 0 no-repeat;
}

a.reddit {
background:url(lib/images/social/32/reddit.png) 0 0 no-repeat;
}

a.soundcloud {
background:url(lib/images/social/32/soundcloud.png) 0 0 no-repeat;
}

a.tumblr {
background:url(lib/images/social/32/tumblr.png) 0 0 no-repeat;
}

.topnav .social_icons {
margin:0;
}

.topnav .social_icons li + li {
margin-left:0;
}

.topnav .one_half + .one_half .social_icons {
float:right;
display:block;
}

.topnav .social_icons li {
width:auto;
height:auto;
margin-bottom:0;
}

.topnav .social_icons a {
display:block;
width:24px;
height:24px;
padding:4px;
-webkit-transition:background-color .15s linear;
-moz-transition:background-color .15s linear;
-o-transition:background-color .15s linear;
transition:background-color .15s linear;
border:0;
}

.topnav .social_icons a:hover {
opacity:1!important;
}

.topnav .social_icons a.rss {
background:url(lib/images/social/24/white/rss.png) 50% 50% no-repeat;
}

.topnav .social_icons a.rss:hover {
background-color:#f2861d;
}

.topnav .social_icons a.twitter {
background:url(lib/images/social/24/white/twitter.png) 50% 50% no-repeat;
}

.topnav .social_icons a.twitter:hover {
background-color:#3baade;
}

.topnav .social_icons a.facebook {
background:url(lib/images/social/24/white/facebook.png) 50% 50% no-repeat;
}

.topnav .social_icons a.facebook:hover {
background-color:#3b5998;
}

.topnav .social_icons a.email {
background:url(lib/images/social/24/white/email.png) 50% 50% no-repeat;
}

.topnav .social_icons a.email:hover {
background-color:#669c41;
}

.topnav .social_icons a.flickr {
background:url(lib/images/social/24/white/flickr.png) 50% 50% no-repeat;
}

.topnav .social_icons a.flickr:hover {
background-color:#ff0084;
}

.topnav .social_icons a.youtube {
background:url(lib/images/social/24/white/youtube.png) 50% 50% no-repeat;
}

.topnav .social_icons a.youtube:hover {
background-color:#ff3132;
}

.topnav .social_icons a.linkedin {
background:url(lib/images/social/24/white/linkedin.png) 50% 50% no-repeat;
}

.topnav .social_icons a.linkedin:hover {
background-color:#0073b2;
}

.topnav .social_icons a.dribbble {
background:url(lib/images/social/24/white/dribbble.png) 50% 50% no-repeat;
}

.topnav .social_icons a.dribbble:hover {
background-color:#ea4c88;
}

.topnav .social_icons a.pinterest {
background:url(lib/images/social/24/white/pinterest.png) 50% 50% no-repeat;
}

.topnav .social_icons a.pinterest:hover {
background-color:#c9182d;
}

.topnav .social_icons a.digg {
background:url(lib/images/social/24/white/digg.png) 50% 50% no-repeat;
}

.topnav .social_icons a.digg:hover {
background-color:#1b5791;
}

.topnav .social_icons a.googleplus {
background:url(lib/images/social/24/white/googleplus.png) 50% 50% no-repeat;
}

.topnav .social_icons a.googleplus:hover {
background-color:#f63e28;
}

.topnav .social_icons a.instagram {
background:url(lib/images/social/24/white/instagram.png) 50% 50% no-repeat;
}

.topnav .social_icons a.instagram:hover {
background-color:#517fa4;
}

.topnav .social_icons a.reddit {
background:url(lib/images/social/24/white/reddit.png) 50% 50% no-repeat;
}

.topnav .social_icons a.reddit:hover {
background-color:#ff1a00;
}

.topnav .social_icons a.soundcloud {
background:url(lib/images/social/24/white/soundcloud.png) 50% 50% no-repeat;
}

.topnav .social_icons a.soundcloud:hover {
background-color:#f75e0e;
}

.topnav .social_icons a.tumblr {
background:url(lib/images/social/24/white/tumblr.png) 50% 50% no-repeat;
}

.topnav .social_icons a.tumblr:hover {
background-color:#2a445e;
}

.topnav .social_icons a:hover {
}

/* ------ WP-Pagenavi ------ */
.wp-pagenavi,.paged-navigation {
font-size:12px;
display:block;
text-align:left;
margin-bottom:60px;
}

.wp-pagenavi .pagenavi-pages,.wp-pagenavi .pages {
text-align:center;
display:block;
border-bottom:1px solid #eee;
padding-bottom:5px;
margin-bottom:10px;
font-size:9px;
letter-spacing:1px;
text-transform:uppercase;
color:#777;
}

.wp-pagenavi a,.wp-pagenavi .current,.wp-pagenavi .extend,.page-numbers {
padding:0 10px;
border-right:1px solid #eee;
}

.wp-pagenavi a:last-child {
border:none;
}

.pagenavi-page,.page-numbers,.wp-pagenavi .current {
/*  border:1px solid transparent;*/
}

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

.paged-navigation .page-numbers {
margin:0;
}

.wp-pagenavi .current,.paged-navigation .current {
color:#aaa;
font-weight:bold;
}

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

/* ------ Twitter Widget ------ */
#twitter_update_list {
margin-top:-4px;
list-style-image:url(lib/images/assets/bg-twit-inv.png);
}

#twitter-link {
font-size:12px;
padding:2px 0 3px;
display:inline-block;
margin-left:15px;
}

.tz_tweet_widget ul {
font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;
list-style-type:none;
padding:15px;
word-wrap:break-word;
}

.tz_tweet_widget ul li a {
display:none;
}

.sidebar #twitter_update_list li {
background:url(lib/images/assets/bg-hr-dotted.png) repeat-x scroll center bottom transparent;
line-height:20px;
padding:10px 0;
font-size:11px;
}

.sidebar #twitter_update_list li:last-child {
background:none;
}

.widget.tz_tweet_widget ul li span a {
color:#0CA2D1;
display:inline;
height:auto;
line-height:20px;
}

.tz_tweet_widget ul li a:hover {
text-decoration:underline;
}

/* ---Simple Google Site Map CSS--- */
#SGM {
width:100%;
height:260px;
border:5px solid #FFFFFF;
box-shadow:0 0 2px #666666;
}

#SGM .infoWindow {
line-height:13px;
font-size:10px;
}

#SGM .infoWindow p {
font-size:10px!important;
}

#SGM input {
margin:4px 4px 0 0;
font-size:10px;
}

#SGM input.text {
border:solid 1px #ccc;
background-color:#fff;
padding:2px;
}

#main .sidebar-widget #SGM input {
background:url(lib/images/assets/bg_text_field_3.png) no-repeat 0 0 transparent!important;
border:medium none;
color:#666;
font-size:11px;
height:20px;
padding:3px 10px 4px;
width:265px;
}

#main .sidebar-widget #SGM input[type="text"] {
margin:0 10px 2px 0;
width:182px;
}

#SGM input.submit {
height:26px!important;
line-height:25px!important;
padding:0 14px!important;
display:block!important;
overflow:hidden!important;
position:relative!important;
background-repeat:repeat-x!important;
background-image:url(lib/images/assets/main_button_bg_2.jpg)!important;
background-position:0 0!important;
border:1px solid #e6e6e6!important;
-moz-border-radius:14px!important;
-webkit-border-radius:14px!important;
border-radius:14px;
behavior:url(js/PIE.htc)!important;
font-family:Tahoma;
font-size:11px;
color:#808080!important;
text-align:center!important;
cursor:pointer;
}

#SGM input.submit {
width:auto!important;
float:right;
margin-right:60px;
cursor:pointer;
}

#SGM input.submit:hover {
background-position:0 -26px!important;
text-decoration:none!important;
border:1px solid #ccc!important;
}

/* ------ Business Hours Widget ------ */
.business-hours p {
margin:0;
padding:0 5px;
border-bottom:1px solid rgba(0,0,0,.05);
}

.business-hours .day {
}

.business-hours .hours {
float:right;
font-size:12px;
}

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

.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;
padding:0;
}

/* ------ Tag Cloud Widget ------ */
.tagcloud a {
float:left;
display:block;
color:#666666;
font-size:12px;
line-height:1em;
margin:0 5px 7px 0;
padding:6px 8px;
background:#EEE;
border:1px solid #DDDDDD;
border-radius:3px 3px 3px 3px;
}

/* -------------------------------------------------------------------------
/* 19. Progressive Enhancements
/*-----------------------------------------------------------------*/
* {
text-rendering:optimizelegibility;
}

.alert_green,.alert_red,.alert_blue,.alert_yellow {
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}

/*-----------------------------------------------------------------*/
/* 20. 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(lib/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
background:url(lib/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
background:url(lib/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(lib/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
padding-left:13px;
}

div.pp_default .pp_content_container .pp_right {
background:url(lib/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
padding-right:13px;
}

div.pp_default .pp_next:hover {
background:url(lib/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
cursor:pointer;
}

div.pp_default .pp_previous:hover {
background:url(lib/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
cursor:pointer;
}

div.pp_default .pp_expand {
background:url(lib/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
cursor:pointer;
height:28px;
width:28px;
}

div.pp_default .pp_expand:hover {
background:url(lib/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
cursor:pointer;
}

div.pp_default .pp_contract {
background:url(lib/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
cursor:pointer;
height:28px;
width:28px;
}

div.pp_default .pp_contract:hover {
background:url(lib/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
cursor:pointer;
}

div.pp_default .pp_close {
background:url(lib/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(lib/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(lib/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(lib/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(lib/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
background:url(lib/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
background:url(lib/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
background:url(lib/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(../lib/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(../lib/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(../lib/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;
}

footer {
background:#282726;
}

header {
/*border-bottom:3px solid rgba(0,0,0,.05);
box-shadow:0 3px rgba(0,0,0,.05);*/
}


.banner-slider, .banner {
background:#f8f8f8;

}

.banner {
background:#f8f8f8 url('lib/images/assets/bg-banner-after.png') left bottom repeat-x;
}

.banner-slider:after{
content:'';
display:block;
position:static;
height:12px;
background:url('lib/images/assets/bg-banner-after.png') bottom left repeat-x;
box-shadow: 0px -3px 3px -3px rgba(0,0,0,.05);
}

.hover_fade_js {
opacity:1;
transition:opacity .25s ease-in-out;
-moz-transition:opacity .25s ease-in-out;
-webkit-transition:opacity .25s ease-in-out;
}

.hover_fade_js:hover {
opacity:.7;
}

p.teaser {
font-size:16px;
line-height:30px;
}

article p a {
	color: #b31111;
	text-decoration: underline;
}

.contactbutton {
	cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
    background: #992828;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b3b3b3));
    background: -moz-linear-gradient(top, #ffffff, #b3b3b3);
    background: linear-gradient(to bottom, #ffffff, #b3b3b3);
    -webkit-box-shadow: #ffffff 0px 0px 5px 0px;
    -moz-box-shadow: #ffffff 0px 0px 5px 0px;
    box-shadow: #ffffff 0px 0px 5px 0px;
    text-shadow: #ffffff 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #111111;
    text-decoration: none;
}
.contactbutton:hover,
.contactbutton:focus {
    border: 1px solid #ffffff;
    background: #992828;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
    background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
    background: linear-gradient(to bottom, #ffffff, #d7d7d7);
    color: #111111;
    text-decoration: none;
}
.contactbutton:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#b3b3b3));
    background: -moz-linear-gradient(top, #b3b3b3, #b3b3b3);
    background: linear-gradient(to bottom, #b3b3b3, #b3b3b3);
}
