/*-----------------------------------------------------------------------------------

Theme Name:Sterling
Theme URI:http://themeforest.net/user/TrueThemes/portfolio?ref=TrueThemes
Description:Sterling is a Responsive Wordpress Theme with a multitude of amazing CMS features.
Author:TrueThemes
Author URI:http://www.truethemes.net
Version:2.1.6
License:GNU General Public License
License URI:license.txt
Tags:translation-ready,theme-options,custom-menu,responsive,html5

---------------------------------- 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. PrettyPhoto
20. Responsive Media Queries
21. WooCommerce
22. Internet Explorer

-----------------------------------------------------------------------------------*/



/*----------------------------------------------------------*/
/* 1. Global Styles + CSS Reset
/*----------------------------------------------------------*/
.home-slider-post + .home-slider-post {
display:none;	
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}

body,
html {background:#FFF;}

body {
font-family:"HelveticaNeue-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
color:#636B75;
line-height:1;
margin:0;
}

html {
-webkit-text-size-adjust: none !important; /* Prevent font scaling in landscape */
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

ul {
list-style:none;
}

blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

hr {
clear:both;
margin:0;
}

a {
outline:none;
}

.hr {
clear:both;
border:0;
height:50px;
width:100%;
background: url(images/global/bg-hr-dotted.png) 0 50% repeat-x;
}

p + .hr {
margin-top:-7px;	
}

.hr-dotted {
background: url(images/global/bg-hr-dotted.png) 0 50% repeat-x;
}

.hr-dotted-double {
background: url(images/global/bg-hr-dotted-double.png) 0 50% repeat-x;
}

.hr-solid {
background: none;
border-bottom: 1px solid #DADADA;
height:25px;
margin-bottom:25px;
}

.hr-solid-double {
background: url(images/global/bg-hr-solid-double.png) 0 50% repeat-x;
}

object {
outline:none;	
}

.social_icons a,
#scroll_to_top,
.top-aside .social_icons a,
.article_preview strong a,
.member-contact-email,
.member-contact-twitter,
.member-contact-facebook,
.member-contact-google,
.member-contact-linkedin,
.member-contact-phone,
#banner-search input,
.tabs_type_1_arrow,
.accordion dt:before,
.accordion dt.current:before,
.post-categories,
.post-leave-comment,
.metadata,
.tt-notification.success p:before,
.tt-notification.error p:before,
.tt-notification.warning p:before,
.tt-notification.tip p:before,
.tt-notification.neutral p:before,
.tt-icon:before,
.tt-mono-icon:before,
.tabs_type_2_arrow,
.closeable-x:before,
.banner-slider .next,
.banner-slider .prev,
.pagination li a,
.pagination li.current a,
.pagination li a:hover,
blockquote:before,
.top-aside ul.custom-menu a .sf-sub-indicator{
	background:url(images/global/sprite.png) no-repeat;
}



/*----------------------------------------------------------*/
/* 2. Layout Structure
/*----------------------------------------------------------*/
.top-aside, header, .banner, .banner-slider, .small_banner, #content-container, .footer-callout, footer {
min-width:960px;
}

#main-wrap {
width:960px;
overflow:visible;
position:relative;
padding:40px 0;
z-index:1;
margin:0 auto;
}

.tt-overlay {
height: 100%;
width: 100%;
position: absolute;
top: 0;
z-index: -1;	
}

.center-wrap {
width:960px;
margin:0 auto;
position:relative;
}

.page_content {
float:left;
width:670px;
}

.page_content_right {
float:right;
width:670px;
}

body > div > .full-width {
width:960px !important;
}

header {
width:100%;
position:relative;
z-index:100;
margin:0 auto;
padding:32px 0;
background:#FFF url(images/global/bg-ui-gradient.png) left top repeat-x;
}

#content-container {
width:100%;
background:#FFF url(images/global/bg-ui-gradient.png) left top repeat-x;
}

.small_banner,
.banner {
color: #FFF;
z-index: 1;
}

#tt-boxed-layout {
width:90%;
margin:0 auto;
max-width:1200px;
-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}



/*----------------------------------------------------------*/
/* 3. Main Navigation
/*----------------------------------------------------------*/
nav select {
  display: none;
}

header nav {
position:absolute;
top:50%;
right:0;
margin-top:-8px;
z-index:9999;
}

header nav ul{
padding:0px;
list-style-image:none;
}

nav > ul > li {
display:inline-block;
position:relative;
}

nav > ul > li+li {
margin-left:28px;
}

nav a {
font-size:19px;
text-decoration:none;
padding:3px 5px;
}

header nav .sub-menu a:hover{
color: #555;
}

header .sub-menu li:hover {
background:#eee;
border-radius:4px;
box-shadow:inset 0 0 2px #CCC;
}

nav > ul ul {
display:none;
}

.submenu {
overflow:hidden;
font-size:14px;
height:15px;
}

.submenu ul {
padding-bottom:1px;
}

.submenu strong {
float:left;
}

.submenu li {
float:left;
line-height:1em;
margin:0 16px;
}

header .sub-menu {
position:absolute;
background-color:#FFF;
z-index:2;
left:-12px;
top:40px;
width:210px;
box-shadow:0 0 3px #c3c3c3;
border-radius:8px;
padding:20px;
}

header .sub-menu a {
font-size:13px;
display:inline-block;
width:100%;
padding:9px 10px;
}

header .sub-menu .sub-menu {
left:231px;
top:0;
}

header .sub-menu .sub-menu:before {
content:'';
}

header .sub-menu li {
position:relative;
margin:0;
}

.has_submenu > a:after {
content: url('images/global/arrow-small-down.png');
position: absolute;
right: -12px;
top: -3px;
}

.has_submenu .has_submenu > a:after {
content: url('images/global/arrow-small-right.png');
right: 9px;
top: 8px;
}


/*----------------------------------------------------------*/
/* 4. Header
/*----------------------------------------------------------*/
p,dl,ol,ul,a:visited
header nav *,
.submenu *,
blockquote,
.home_2_aside p a:link,
.home_2_aside p a:visited,
.tool_tip,
.post-details strong,
.faq-questions ol li a,
.home-vertical-sidebar *,
.home-vertical-sidebar #mc_signup .mc_var_label,
#home-marketing-icons .tt-icon,
header .current-menu-item ul a,
header .current-menu-parent ul a,
header .current-menu-ancestor ul .current-menu-item ul a,
header .current-menu-ancestor .sub-menu a,
header .current-menu-ancestor .sub-menu .current-menu-ancestor .sub-menu a {
color:#636B75;
}

.footer-callout-content .callout-text {color: #747C88;}

header nav,
.footer-callout,
#gallery-nav,
footer .foot-heading,
h1,
h2,
h3,
h4,
h5,
h6,
.page-banner-heading {
font-weight:400;
font-family:"HelveticaNeue-Regular","Helvetica Neue",Helvetica,arial,sans-serif;
text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
line-height:1.4em;	
}

.companyIdentity {
overflow:hidden;
position:relative;
}

.companyIdentity img {
float:left;
margin-right:9px;
box-shadow:none;
background:none;
border:none;
padding:0;
}

.companyIdentity h1 {
position:absolute;
top:50%;
left:65px;
margin-top:-13px;
}

.companyIdentity a {
text-decoration:none;
}

.top-aside {
padding:8px 0;
}

.top-aside,
.top-aside a,
.top-aside p,
.top-aside ul,
.top-aside li {
font-size:11px;
color:#FFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.top-aside p, .top-aside ul {
margin:0;
padding:0;
}

.top-aside .one_half + .one_half {
text-align:right;
float:right;
}

.top-aside ul,
.top-aside li {
margin:0;
padding:0;
list-style:none;
}

.top-aside .one_half + .one_half ul {
margin:0;
padding:0;
float:right;
}

.top-aside ul li {
float:left;
}

.top-aside ul li + li {
margin-left:10px;
}

.top-aside ul li a {
color:#FFF;
padding-right:9px;
border-right:1px solid rgba(255, 255, 255, 0.3);
font-weight:500;
}

.top-aside ul li:last-child a {
padding-right:0;
border-right:none;
}

.top-aside li ul.sub-menu li {
float:none;
text-align:left;
margin:0;
padding:0;
}

.top-aside li ul.sub-menu li a {
background:none;
padding:0px;
}

.top-aside li ul.sub-menu {
clear:both;
}

.top-aside li a.sf-with-ul {
background:none;	
}

.shadow.top {
position:absolute;
top:0;
height:60%;
width:100%;
z-index:-1;
background:url(images/shadows/shadow-1.png) left top repeat-x;
}

.shadow.bottom,
.top-aside-shadow {
position:absolute;
bottom:0;
width:100%;
height:30%;
z-index:-1;
background:url(images/global/bg-ui-shadow-bottom.png) center bottom repeat-x;
}

.top-aside-shadow {
height:10%;
background:url(images/global/bg-top-aside-shadow.png) center bottom repeat-x
}

body > section + div .shadow {
height:50%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:-1;
}

.small_banner {
width:100%;
position:relative;
padding:25px 0;
}

.small_banner .center-wrap {
z-index:250;
}

.small_banner .page-banner-description,
.small_banner .page-banner-heading,
.breadcrumbs > a {
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.small_banner .page-banner-description {
font-size: 13.2px;
margin-top: -0.8%;
position: absolute;
right: 0;
text-align: right;
top: 50%;
width: 70%;
}

.small_banner .page-banner-heading {
margin:0;
font-size:25px;
display:inline-block;
margin-top:-3px;
}

.small_banner .banner-no-crumbs .page-banner-heading {
margin-top:0px !important;
}

.small_banner .banner-no-crumbs #banner-search {
top:4px !important;
}

div.breadcrumbs {
font-size:11px;
width:100%;
margin:0 0 0 -4px;
}

.breadcrumbs > a {
display:inline-block;
margin:0 4px;
opacity:0.8;
}

.breadcrumbs a:hover {
text-decoration:underline;
color:#FFF;
opacity:0.95;
}

.current_crumb {
font-weight:700;
color:#FFF;
opacity:1.0;
margin-left:4px;
}

.small_banner *, .banner *{color:#FFF;}

.dots {
z-index:200;
}

.banner-slideshow .circle{
border-color: #000;
opacity:0.4;
}

.circle {
float:left;
border:6px solid #ebebeb;
border-radius:6px;
width:0;
margin-left:8px;
cursor:pointer;
}

.circle.current,circles:hover {
border-color:#d6d6d6;
}



/*----------------------------------------------------------*/
/* 5. Typography
/*----------------------------------------------------------*/
a {
text-decoration:none;
}

p {
margin-bottom:18px;
font-size:13px;
line-height:1.6em;
}

.callout-text p {
font-size:16px;
}

blockquote {
margin-top:20px;
font-size:13px;
line-height:1.6em;
padding-left:36px;
position:relative;
}

strong {
font-weight:700;
}

h1 {
font-size:26px;
margin-bottom:11px;
}

h2 {
font-size:24px;
margin-bottom:11px;
}

h3 {
font-size:23px;
}

h4 {
font-size:18px;
}

h5 {
font-size:16px;
}

h6 {
font-size:13px;
text-transform:uppercase;
}

h1 + p {
margin-top:19px;
}

h2 + p {
margin-top:16px;
}

h3 + p{
margin-top:15px;
}

h4 + p {
margin-top:12px;
}

h5 + p {
margin-top:12px;
}

h6 + p {
margin-top:10px;
}

blockquote:before {
content:'';	
background-position:0 -6003px;
width:28px;
height:22px;
position:absolute;
top:0;
left:0;
}

.custom-logo {
float:left;
margin-left:12px;
outline:none;
text-decoration:none;
}

.custom-logo .logo-text {
font-weight:700;
font-size:2em;
letter-spacing:-0.5px;
color:#FFF;
padding-left:7px;
word-spacing:4px;
}

.custom-logo img {
margin-bottom:-17px;
}

em {
font-style:italic;
}



/*----------------------------------------------------------*/
/* 6. Lists
/*----------------------------------------------------------*/
ul,
ol {
color:#636b73;
font-size:13px;
padding-left:28px;
list-style-position:outside;
line-height:1.5em;
}

ul li,
ol li {
margin-bottom:16px;
}

.feature_list li {
position:relative;
margin-bottom:34px;
}

.feature_list {
padding-top:10px;
}

.custom-menu {
list-style:none;
}



/*----------------------------------------------------------*/
/* 7. Images + Links
/*----------------------------------------------------------*/

img,img a {
border:0;
padding:0;
outline:none;
}
img{
max-width: 100%;
height: auto;
}

img a,a img {
cursor:pointer;
}

a:hover {
text-decoration:underline;
}

footer a {
color:#FFF;
}

header nav a,
.search .current_page_parent a {
color:#707885;
}

header nav ul li ul li a {
font-weight:normal;
}

header nav a:hover,
.subnav a:hover {
text-decoration:none;
}

.img-frame {
background:url(images/global/img-frames.png);
margin-bottom:20px;
}

.banner-slider .img-frame {
margin:0;
}

.img-frame img {
margin:10px 0 0 10px;
}
.banner-slider .img-frame img{
display:block;
margin:9px 0 0 9px;
}

.full-banner {
width:100%;
height:181px;
background-position:0px -1113px;
}

.small-banner {
width:670px;
height:189px;
background-position:0px -908px;
}

.full-third-portrait {
width:300px;
height:373px;
background-position:-224px -517px;
}

.full-fourth-portrait {
width:203px;
height:297px;
background-position:-530px -332px;
}

.full-half {
width:465px;
height:295px;
background-position:0px 0px;
}

.full-third {
width:300px;
height:199px;
background-position:0px -305px;
}

.full-third-short {
width:300px;
height:145px;
background-position:0px -1486px;
}
.full-fourth {
width:217px;
height:153px;
background-position:0px -519px;
}

.small-half {
width:320px;
height:206px;
background-position:-481px 0px;
}

.small-third {
width:203px;
height:140px;
background-position:-315px -306px;
}

.small-fourth {
width:145px;
height:109px;
background-position:-530px -215px;
}

.blog-frame {
width:640px;
height:181px;
background-position:0px -1299px;
margin-bottom:20px;
}

.edit-page-button { clear:left;margin-top:30px; }

.edit-page-button a {
text-decoration:none;
font-size:13px;
font-weight:700;
height:20px;
line-height:12px;
border-radius:3px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
display:inline-block;
margin:0 5px 20px;
padding:8px 10px 0;
}

.edit-page-button a {
background-position:0 -630px;
border:1px solid #DAB347;
color:#835503;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}

.edit-page-button a:hover {
border:1px solid #DAB347;
background-position:0 -658px;
color:#422B01;
}

.top-aside .current-menu-item a,
.top-aside .current-menu-parent a,
.top-aside .current-menu-parent .sub-menu .current-menu-item a {
opacity: 0.6 !important;
color:#FFF !important;
}

.top-aside .current-menu-parent .sub-menu a {
opacity: 1.0 !important;
color:#FFF !important;
}

.top-aside a {
opacity: 1;
transition: opacity .20s ease-in-out;
-moz-transition: opacity .20s ease-in-out;
-webkit-transition: opacity .20s ease-in-out;
}

.top-aside a:hover {
opacity: 0.6;
}

.tour-pagination-links {
clear:both;
width:100%;
padding-top:15px;
}

.tour-pagination-links a {
font-size:14px;
}

.tour-pagination-next {
float:right;
}

.tour-pagination-previous {
float:left;
}




/*----------------------------------------------------------*/
/* 8. Forms
/*----------------------------------------------------------*/
form,fieldset {
border-style:none;
margin:0;
padding:0;
}

input,textarea,select {
vertical-align:middle;
font-size:100%;
font-size:13px;
resize:none;
font-family:Lucida Grande,Lucida Sans Unicode,sans-serif;
}

input,textarea {
padding:7px;
}

textarea{
height: 190px;
width: 88%;
}

input, textarea, button {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #EFEFEF;
}

.contact-form div {margin-bottom:0px !important;}
.contact-form label {margin-top:10px !important;}
.contact-form .radio {display:inline !important;}

#content-container input,
#content-container textarea {
border: 1px solid #D2D2D2;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
color: #747474;
font-size: 13px;
padding: 8px 10px;
}

#content-container input[type="text"] {
margin:0 10px 10px 0;
width: 300px;
}

#content-container input:focus,
#content-container textarea:focus {
border: 1px solid #CCC;
}

label {
display:block;
font-weight:700;
font-size:13px;
margin-bottom:10px;
color:#555;
}

label span{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#ACACAC;
font-weight:normal;
font-size:11px;
}

#content-container .tt-form-submit {
float: right;
}

#content-container .tt-form-submit,
#commentform #submit-button,
.gform_footer .button {
color: #555555;
}

#content-container .tt-form-submit,
#commentform #submit-button,
.gform_footer .button {
border: 1px solid #D5D5D5;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
cursor: pointer;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 18px;
padding: 8px 10px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
width: auto;
}

.contact-submit {
float:right;
width:100%;
margin:20px 65px 0 0;
}

#content-container .contact-form {
padding-top:20px;
}



/*----------------------------------------------------------*/
/* 9. Sidebar
/*----------------------------------------------------------*/
.sidebar {
width:224px;
float:left;
min-height:500px;
background:url(images/global/image-sprite.png) 0 -100px no-repeat;
}

.sidebar > * {
margin-right:30px;
}

.subnav_cont > * {
margin-right:0;
}

div + .sidebar {
float:none;
margin-left:707px;
background-position:-321px -100px;
}

div + .sidebar > * {
margin-left:30px;
margin-right:0;
float:none;
}

.sidebar p {
margin-top:1px;
margin-bottom:14px;
}

.sidebar > div + div {
border-top:1px solid #DCDDDE;
margin-top:20px;
padding-top:25px;
}

.sidebar div > strong {
font-size:13px;
}

.sidebar ul {
padding-left:14px;
list-style-image:url(images/global/bullet-type-1.png);
}

.sidebar li {
margin-bottom:8px;
font-size:13px;
}

.subnav + .sidebar-widget {
border-top:0;	
}



/*----------------------------------------------------------*/
/* 10. Sub Navigation
/*----------------------------------------------------------*/
div + .subnav_cont > * {
margin-left:0;
}

.sidebar .subnav > ul {
list-style-image:none;
padding-left:0;
}

.sidebar .subnav li {
border-bottom:1px solid #dcddde;
border-top:1px solid #FFF;
margin-bottom:0;
min-height:18px;
}

.sidebar .subnav li:first-child {
border-bottom:1px solid #EEE;
}

.sidebar .subnav a {
min-height:18px;
padding:11px 0 11px 23px;
display:block;
}

.sidebar .subnav ul .has_subnav ul a {
padding:9px 0 9px 23px;
}

.sidebar .subnav a:hover {
background:url(images/global/bg-subnav-link-hover.png) top right no-repeat;
}

.sidebar li:first-child {
border-top:none;
}

.sidebar .subnav ul ul {
border-top:1px solid #dcddde;
padding:5px 0;
}

.has_subnav {
padding-bottom:0 !important;
}

.sidebar .subnav .current_subpage,
.sidebar .subnav .current_subpage a,
.sidebar .subnav .current_subpage a:hover{
color:#FFF;
}

.sidebar .subnav .current_subpage ul a,
.sidebar .subnav .current_subpage ul a:hover {
background:none;
color:#636B75;
}

.subnav ul a:link,
.subnav ul a:visited{
color:#636B75;
}

.sidebar .subnav ul ul li {
border:none;
margin:0;
padding:0;
list-style-position:inside;
}

.subnav > ul ul {
background:#F4F4F4 url(images/global/bg-subnav-subnav.png) right top repeat-y;
}

ul{
padding:5px 0 0 16px;
list-style-image:url(images/global/bullet-type-1.png);
}

.sidebar .subnav ul {
list-style-image:none;
list-style-type:none;
}

.sidebar .subnav ul .has_subnav ul a,
.sidebar .subnav ul .has_subnav ul a:hover{
background:url(images/global/bullet-type-1.png) 90% 50% no-repeat;
}

.sidebar .subnav .has_subnav ul li a,
.sidebar .subnav .has_subnav ul li a:hover,
.sidebar .subnav .has_subnav .current_subpage a,
.sidebar .subnav .has_subnav .current_subpage a:hover{
margin-right:0px;
}

.current_subpage {
border: none !important;
}

hr{
border: none;
border-top: 1px solid #DADADA;
}



/*----------------------------------------------------------*/
/* 11. Homepage
/*----------------------------------------------------------*/
.banner {
height:324px;
position:relative;
z-index:2;
width:100%;
overflow:visible;
}

.banner .center-wrap {
position:relative;
}

.wide {
text-align:center;
font-size:25px;
}




/* ------ Homepage - jQuery Slider ------ */
.banner-slider,
.top-aside {
z-index:1;
position:relative;
}

.banner-slider .center-wrap {
padding:35px 0;
}

.banner-slide.current {
display:block;
}

.banner-slider *{
color:#FFF;
}

.main-wrap-slider {
clear:both;
}

#slides {
position:relative;
}

.slides_container {
width:960px;
}

.slides_container div {
display:block;
z-index:525;
overflow:hidden;
}

.slides_control .home-slider-post p:last-child {
margin-bottom:0px;
}

.pagination {
margin:50px auto 0 0;
float: left;
left: 50%;
max-width: 960px;
position: relative;
list-style:none;
}

.pagination li {
float: left;
margin: 0 10px 0 0;
position: relative;
right: 50%;
}

.pagination li a {
display: block;
background-position:0 -6030px;
width: 8px;
height: 9px;
text-indent: -9999px;
}

.pagination li.current a,
.pagination li a:hover { 
	background-position:-8px -6030px;
}


.slides_container .single-post-thumb {
border: none;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
margin-bottom:5px;
}

.banner-slider h1,
.banner-slider h2,
.banner-slider h3,
.banner-slider h4,
.banner-slider h5,
.banner-slider h6 {
margin-top:35px;
color:#FFF;
}

#slides .next,
#slides .prev {
display:none;	
}

.banner-slider .next,
.banner-slider .prev {
z-index:9999;
width:54px;
height:51px;
margin:-20px 0 0;
display:block;
/*background:url(images/global/bg-slider-navigation-arrows.png) no-repeat 0 0;*/
background-position:0 -5799px;
position:absolute;
top:50%;
cursor:pointer;
text-indent:-9999px;
opacity:0.6;
-webkit-transition:all .3s ease;
}

.banner-slider .prev {left:0px;}
.banner-slider .next {right:0px; background-position:0 -5859px; }

.banner-slider .next:hover,
.banner-slider .prev:hover {opacity:0.9;}




/* ------ Homepage - Vertical Layout ------ */
.home-vertical-callout .img-frame {
float:left;
margin:0 18px 18px 0;
}

.home-vertical-callout {
clear:left;
margin-bottom:10px;
}

.home-vertical-content {
padding-top:8px;
}

.home-vertical-sidebar {
box-shadow:0 1px 3px #c3c3c3;
border-radius:5px;
background: #f7f7f7;
padding:25px 0;
font-size:13px;
}

.home-vertical-sidebar > * {
margin-left:24px;
}

.home-vertical-sidebar .sidebar-widget {
padding-top:5px;
}

.home-vertical-sidebar .widget-heading {
font-weight:500;
margin-bottom:24px;
font-size:15px;
}

.home-vertical-sidebar .recent-post-widget-text {
margin-top:2px;
margin-bottom:18px;
padding-bottom:18px;
border-bottom:1px solid #dcdcdc;
font-size:13px;
width:92%;
}

.home-vertical-sidebar .recent-post-widget-text a {
background:url(images/global/arrow-right.png) right center no-repeat;
display:inline-block;
padding-right:28px;
}

.home-vertical-sidebar a:hover {
text-decoration:none;
}

.recent-post-widget-title {
font-weight:bold;
margin-bottom:0px;
}

.home-vertical-sidebar .recent-post-widget-text {
font-size:11px;
}

.home-vertical-sidebar .recent-post-widget-text:last-child {
padding-bottom:10px;
border-bottom:0;
}






/* ------ Homepage - Lightbox Layout ------ */
.main-wrap-home-lightbox {
padding-top:70px !important;
}

.home-lightbox-banner-content {
position:absolute;
top:62px;
left:570px;
}

.home-lightbox-banner-content p {
font-size:13px;
}

.hero-image {
position:absolute;
bottom:0px;
right:0px;
}

.hero-wrap {
background:url(images/global/bg-home-banner-hero.png) left bottom no-repeat;
position:absolute;
left:-40px;
top:18px;
width:575px;
padding-bottom:89px;
height:320px;
}

.home-primary-image {
position:absolute;
left:27px;
top:20px;
z-index:900;
}

.home-secondary-image {
position:absolute;
left:98px;
top:65px;
z-index:800;
}

.lightbox-link {
background:url(images/global/bg-home-lightbox-link.png) 0 0 no-repeat;
width:450px;
height:315px;
z-index:9999;
display:block;
position:absolute;
left:27px;
top:20px;
outline:none;
text-indent:-9999em;
}

.lightbox-link:hover {
background-position:-450px 0;
}


/* ------ Homepage - Marketing Content Layout ------ */
#home-marketing-content,
#home-marketing-blogposts {
width:54.6%;
float:left;
font-size:13px;
}

#home-marketing-content p {
margin-top:5px;
}

#home-marketing-icons,
#home-marketing-testimonials {
width:43.8%;
float:right;
margin-right:-5px;
font-size:13px;
}

#home-marketing-icons p {
display:inline;	
}

#home-marketing-testimonials .testimonials {
margin-top:-5px;
}

#home-marketing-icons .tt-icon {
width:34%;
float:left;
line-height:18px;
padding-bottom:0;
margin-right:5px;
}

#home-marketing-icons .tt-icon:first-child + .tt-icon + .tt-icon{
clear: left;
}

#home-marketing-icons .tt-icon:last-child {
padding-bottom:8px;
}

#home-marketing-icons .tt-icon:hover {
text-decoration:none;
}

#home-marketing-icons .tt-icon-link strong:hover {
text-decoration:underline;
}

.section_title {
text-transform:uppercase;
font-weight:400;
color:#555;
font-size:11px;
}

.article_preview {
margin-top:25px;
font-size:13px;
}

.article_preview strong a {
padding:2px 0 2px 25px;
background-position:0 -673px;
}

.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:220px !important;
margin-left:0px !important;
float:right !important;
}

.tt-share {
padding:8px 0 5px 0;	
}

.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-style:italic;
font-size:13px;
margin-bottom:25px;
display:block;
color:#999;
padding:3px 0 3px 20px;
background-position:0 -1007px;
}

.blog-feature {
margin-bottom:20px;
}

article {
width:640px;
font-size:13px;
margin-bottom:100px;
}

.blog-main-preview {
margin-bottom:150px !important;
}

.articles_preview .tabs_type_2 {
margin-top:30px;
}

article hr {
margin-top:30px;
}

.post-tags {
display:none;
}

.post-details {
border-top:1px solid #E5E5E5;
margin-top:30px;
width:100%;
padding:10px 0 0;
}

.post-thumb a,
.post-thumb iframe,
.single-post-thumb {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DCE1E7;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
display: block;
float: left;
padding: 8px;
margin-bottom:22px;
}

.single-post-thumb + p {
clear:left;
}

.post-thumb iframe {
float:none;
}

.post-categories,
.post-leave-comment {
	background-position:0 -673px;
}

.post-categories {
float:left;
padding:5px 0 5px 24px;
background-position:0 -950px;
}

.post-leave-comment {
float:right;
margin-left:12px;
padding:5px 0 5px 24px;
}

#respond {
clear:both;
padding:45px 0 0 40px;
}

.comment-title {
background:url(images/global/bg-blog-comments.png) no-repeat scroll 0 50% transparent;
font-size:18px;
margin-bottom:13px;
padding:5px 0 5px 26px;
}

#cancel-comment-reply-link {
color:#AF3435;
text-decoration:underline;
margin-left:20px;
background:url(images/global/icon-cancel-reply.png) 0 50% no-repeat;
padding:25px 25px 25px 20px;
}

#blog-comment-outer-wrap {
background:url(images/global/bg-blog-comment-wrap.png) 0 0 repeat-x;
margin-top:-1px;
}

.tt-comment-count {
font-size:16px;
background:url(images/global/arrow-up-2.png) 31px 29px no-repeat;
padding-bottom:18px;
margin-bottom:0px;
}

.tags a {
text-decoration:underline;
}

#blog-comment-outer-wrap a {
font-size:13px;
}

.topmargin {
margin-top:25px;
}

.preview h2 {
line-height:30px;
}

.archive-heading {
font-weight:bold;
color:#333;	
}

/* ----- Discussion & Comments ----- */
.discussion-wrap {
padding-top:80px;
}

#blog-comment-outer-wrap ul li,
#blog-comment-outer-wrap ol li{
margin-bottom:0px;
}

.discussion-wrap .comment-gravatar {
margin-left:0;
}

.comment-wrap {
float:left;
padding-top:10px;
width:100%;
}

.comment-wrap ul {
margin:0 !important;
padding:0 !important;
}

.comment-content {
float:left;
width:550px;
padding:30px 0 0;
}

.comment-gravatar {
background:#FFF;
width:70px;
height:70px;
float:left;
border:1px solid #EEE;
margin:25px 0 0 25px;
}

.comment-content .comment-gravatar {
margin:8px 0 0 25px;
}

.comment-gravatar img {
border:1px solid #EEE;
margin:4px 0 0 4px;
}

.comment-text {
width:400px;
float:left;
margin:6px 0 0 20px;
padding:0 0 15px 10px;
}

.comment-author {
font-weight:700;
display:block;
}

.comment-date {
color:#999;
font-style:italic;
font-size:11px;
display:block;
padding-bottom:15px;
}

.comment-text p {
font-size:13px;
margin-bottom:15px;
}

.comment-ol {
list-style:none;
margin:0;
padding:0;
}

.comment-ol li ul {
list-style:none;
margin:0;
padding:0;
}

.comment-ol li ul li .comment-content {
float:left;
width:585px;
margin:0 0 0 35px;
}

.comment-ol li ul li ul li .comment-content {
float:left;
width:550px;
margin:0 0 0 70px;
}

.comment-ol li ul li ul li ul li .comment-content {
float:left;
width:515px;
margin:0 0 0 105px;
}

.comment-ol li ul li ul li ul li ul li .comment-content {
float:left;
width:480px;
margin:0 0 0 140px;
}

.comment-ol li ul li .comment-content .comment-text {
width:423px;
}

.comment-ol li ul li ul li .comment-content .comment-text {
width:388px;
}

.comment-ol li ul li ul li ul li .comment-content .comment-text {
width:353px;
}

#commentform {
margin:30px 0 50px;
}

#commentform label {
display:inline;
font-weight:400;
font-size:13px;
}

ol #respond {
margin-top:30px;
}

#respond small {
color:#7B7B7B;
}

.cancel-comment-reply {
display:block;
margin:20px 0;
}




/*----------------------------------------------------------*/
/* 13. Gallery
/*----------------------------------------------------------*/
#gallery-outer-wrap,
#contact-content-wrap {
width:100%;
background:url(images/global/bg-gallery-wrap.png) top center no-repeat;
clear: both;
}

#gallery-outer-wrap h4 + p {
margin-top: 12px;
}

#iso-wrap {
padding-bottom:30px;	
}

.lightbox-zoom {
background:url(images/global/lightbox-zoom.png) center center no-repeat;
width:100%;
height:100%;
}

.lightbox-linked {
background:url(images/global/lightbox-linked.png) center center no-repeat;
width:100%;
height:100%;
}

#gallery-nav {
width:960px;
padding:35px 0;
margin:0 auto;	
display: block;
text-align:center;
}

#gallery-nav a{
color:#636B75;
padding:6px 12px;
}

#gallery-nav a:hover,
#gallery-nav .active a{
color: #555;
background:#EEE;
border-radius:5px;
box-shadow:inset 0 0 2px #CCC;
text-decoration:none;
}

#gallery-nav li {
display:inline;
margin-right:16px;
}

#gallery-nav li:last-child {
margin-right:0;
}

#gallery-wrap p {
font-size:13px;
}

#gallery-wrap h3 {
font-size:18px;
}

#gallery-wrap h3 + p {
margin-top:10px;
}

.isotope-item {
z-index:2;
margin: 5px !important;
}

.iso-space .isotope-item {
margin: 10px !important;
}

.isotope-hidden.isotope-item {
  pointer-events:none;
  z-index:1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration:0.8s;
     -moz-transition-duration:0.8s;
          transition-duration:0.8s;
}

.isotope {
  -webkit-transition-property:height, width;
     -moz-transition-property:height, width;
          transition-property:height, width;
}

.isotope .isotope-item {
  -webkit-transition-property:-webkit-transform, opacity;
     -moz-transition-property:   -moz-transform, opacity;
          transition-property:        transform, opacity;
}



/*----------------------------------------------------------*/
/* 14. Utility Pages
/*----------------------------------------------------------*/

/* ----- Sitemap ----- */
.sitemap-title {
font-size: 13px;
font-weight: 600;
}

.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 a,
.s-one .current-menu-parent ul .current-menu-item a,
.s-one .current-menu-ancestor ul .current-menu-ancestor a {
color:#636B75;
}

.s-three ul li{
color:#CCC;
}

.s-two .article_preview strong a {
color: #757575;
}

.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;
}

.search-list {
list-style:decimal;
}

.search-list p {
margin-left:-25px;
}

.search-list + .wp-pagenavi {
margin-top:15px;
}

.search-list li strong a:hover {
text-decoration:underline;
}



/* ----- 404 Page not found ----- */
.page-not-found {
background:url(images/global/bg-page-not-found.png) 0 0 no-repeat;
height:266px;
padding:80px 0 0 430px;
margin:0 0 10px 75px;
}

.page-not-found strong {
color:#5B626D;
font-size:14px;
font-weight:600;
}

.error404 header .current-menu-item a,
.error404 header .current-menu-parent a,
.error404 header .current-menu-parent ul .current-menu-item a,
.error404 header .current-menu-ancestor ul .current-menu-ancestor a,
.error404 header .current_page_parent a {
color:#636B75;
}



/* ----- Under Construction Page ----- */
.construction-top-wrap {
width:100%;
background:#FFF;
padding-bottom:150px;
}

.construction-heading {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
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 .top-aside * {
display:none;
}

#construction-body .companyIdentity img {
float: none;
margin:0 auto;
margin-top:50px;
}

#construction-body .companyIdentity {
text-align: center;
}

#countbox,
.time-info-wrap {
width:415px;
margin:0 auto;
}


#days, #hours, #mins, #secs {
width:81px;
height:81px;
float:left;
background:url(images/global/image-sprite.png) -232px -7px no-repeat;
}

#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:500;
font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
font-size:32px;
width:81px;
text-align:center;
float:left;
padding-top:27px;
}

#days_text, #hours_text, #mins_text, #secs_text {
font-size:17px;
padding-top:10px;
}

.clear {clear:both;}



/*----------------------------------------------------------*/
/* 15. FAQ + Team Members
/*----------------------------------------------------------*/
.faq-answers {
width:100%;
background:url(images/global/bg-faq-answers.png) 0 0 no-repeat;
margin:50px 0 0 0;
clear:both;
padding-top:60px;
}

.faq-pad {
padding-top:80px !important;
}

.faq-wrap {
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:0px;
padding-top:0px;
font-weight:600;
font-size:14px;
}

.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,
.tt-icon strong {
text-decoration:none;
}

.go_to_top {
font-size:9px;
text-transform:uppercase;
display:block;
font-weight:600;
line-height:18px;
}

.basic-divider {
background: url(images/global/bg-divider-basic.png) right center no-repeat;
clear: both;
display: block;
height: 20px;
margin: 30px 0;
text-align: right;
width:100%;
}

.faq-number {
width:120px;
height:87px;
float:left;
margin-right:40px;
background:url(images/global/bg-faq-numbers.png) 0 0 no-repeat;
}

.img-frame + .faq-questions {
padding-top:10px;
}

.answer_1 {
background-position: 0 0;
}

.answer_2 {
background-position: 0 -87px;
}

.answer_3 {
background-position: 0 -177px;
}

.answer_4 {
background-position: 0 -266px;
}

.answer_5 {
background-position: 0 -354px;
}

.answer_6 {
background-position: 0 -443px;
}

.answer_7 {
background-position: 0 -532px;
}

.answer_8 {
background-position: 0 -620px;
}

.answer_9 {
background-position: 0 -709px;
}

.answer_10 {
background-position: 0 -798px;
}

.answer_11 {
background-position: 0 -886px;
}

.answer_12 {
background-position: 0 -974px;
}

.answer_13 {
background-position: 0 -1062px;
}

.answer_14 {
background-position: 0 -1150px;
}

.answer_15 {
background-position: 0 -1241px;
}

.answer_16 {
background-position: 0 -1331px;
}

.answer_17 {
background-position: 0 -1417px;
}

.answer_18 {
background-position: 0 -1507px;
}

.answer_19 {
background-position: 0 -1595px;
}

.answer_20 {
background-position: 0 -1684px;
}

.answer_21 {
background-position: 0 -1772px;
}

.answer_22 {
background-position: 0 -1860px;
}

.answer_23 {
background-position: 0 -1950px;
}

.answer_24 {
background-position: 0 -2038px;
}

.answer_25 {
background-position: 0 -2127px;
}

.answer_26 {
background-position: 0 -2216px;
}

.answer_27 {
background-position: 0 -2304px;
}

.answer_28 {
background-position: 0 -2393px;
}

.answer_29 {
background-position: 0 -2481px;
}

.answer_30 {
background-position: 0 -2570px;
}

.answer_31 {
background-position: 0 -2659px;
}

.answer_32 {
background-position: 0 -2748px;
}

.answer_33 {
background-position: 0 -2836px;
}

.answer_34 {
background-position: 0 -2925px;
}

.answer_35 {
background-position: 0 -3013px;
}


.answer_36 {
background-position: 0 -3102px;
}

.answer_37 {
background-position: 0 -3191px;
}

.answer_38 {
background-position: 0 -3279px;
}

.answer_39 {
background-position: 0 -3368px;
}

.answer_40 {
background-position: 0 -3457px;
}

.answer_41 {
background-position: 0 -3546px;
}

.answer_42 {
background-position: 0 -3634px;
}

.answer_43 {
background-position: 0 -3723px;
}

.answer_44 {
background-position: 0 -3812px;
}

.answer_45 {
background-position: 0 -3901px;
}

.answer_46 {
background-position: 0 -3989px;
}

.answer_47 {
background-position: 0 -4077px;
}

.answer_48 {
background-position: 0 -4165px;
}

.answer_49 {
background-position: 0 -4254px;
}

.answer_50 {
background-position: 0 -4343px;
}

.member-wrap {
width:100%;
clear:both;
}

#main-wrap .member-wrap:first-child {
margin-top:-20px;
}

.member-wrap + .member-wrap {
margin-top:35px;
border-top:1px dotted #aeaeae;
}

#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;
font-size:13px;
line-height:1.6em;
}

.member-photo {
width:160px;
height:125px;
float:right;
margin-top:50px;
}

.member-frame {
background-position:-548px -668px;
}

.member-name {
font-size: 22px;
color:#666;
margin:0;
padding:0;
}

.member-title {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#999;
}

.member-list {
list-style:none;
margin:0;
padding:0;
}

.member-list li {
margin-bottom:8px;
}

.member-contact-email {
padding:2px 0 2px 24px;
background-position:0 -709px;
}

.member-contact-phone {
padding:0 0 0 24px;
background-position:0 -746px;
}

.member-contact-twitter {
padding:0 0 0 24px;
background-position:0 -345px;
}

.member-contact-facebook {
padding:0 0 0 24px;
background-position:0 -371px;
}

.member-contact-google {
padding:2px 0 2px 24px;
background-position:0 -578px;
}

.member-contact-linkedin {
padding:2px 0 2px 24px;
background-position:0 -474px;
}



/*----------------------------------------------------------*/
/* 16. Footer
/*----------------------------------------------------------*/
footer {
clear:both;
width:100%;
padding-top:30px;
position:relative;
font-size:13px;
z-index:1;
overflow:visible;
}

.footer-content {
padding-bottom:40px;
}

footer .sidebar-widget {
padding-top:0px;	
}

.tt-relative {
position:relative;
}

.footer-social {
float:left;
}

.footer-search {
float:right;
}

.footer-callout {
width:100%;
/*background:#E4E4E4 url(images/global/bg-footer-callout.png) left top repeat-x;*/
padding:37px 0;
border-top:1px solid #dfdfdf;
-moz-box-shadow:0 0 3px #ddd;
-webkit-box-shadow:0 0 3px #ddd;
box-shadow:0 0 3px #ddd;
background-color: #efefef;
background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
background-image: -ms-linear-gradient(top, #fafafa, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
background-image: linear-gradient(top, #fafafa, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e6e6e6', GradientType=0);
}

.footer-callout-content {
float:left;
width:76%;
line-height:20px;
}

.footer-callout-button {
float:right;
margin:14px 0 0 0;
}

.footer-callout-content p {
font-size:17px;
margin-bottom:0px;
text-shadow: 1px 1px 2px #FFF;
}

.footer-callout-content .callout-heading {
font-size:20px;
letter-spacing: -0.3px;
}

form.search {
margin:0;
padding:0;
}

form.search p {
margin-top:10px;
}

footer > div > p {
font-size:11px;
float:left;
width:450px;
padding-top:20px;
}

footer ul{
list-style-image:url(images/global/bullet-type-1-footer.png);
}

footer nav {
padding:16px 0 0 0;
float:right;
}

footer nav a {
font-size:11px;
}

footer nav > ul > li+li {
margin-left:10px;
}

footer *,
.social_links a:link,
.social_links a:active,
.social_links a:visited, 
footer a:hover,
footer span {
color:#FFF;
}

footer .current-menu-item a {
color:#FFF;
font-weight:bold;
}

footer .foot-heading {
margin-bottom:12px;
color:#FFF;
font-size:16px;
font-weight:500;
}

footer .social_icons,
#contact-info-wrap .social_icons {
padding-left:0;
}

footer .social_icons a,
#contact-info-wrap .social_icons a {
padding-left: 22px;
}

.footer-default-one,
.construction-default-one {
width:41.6%;
float:left;
}

.footer-default-two,
.construction-default-two {
width:18.75%;
float:left;
margin-left:6.25%;
}

.footer-default-three,
.construction-default-three {
width:26.04%;
float:right;
}

footer .footer-default-three .social_icons li,
footer .construction-default-three .social_icons li,
#contact-info-wrap .social_icons li {
float:left;
margin-right:20px;
}

.display-none {display:none;}

.footer-copyright {
clear:both;
width:100%;
padding:15px 0;
background:rgba(0, 0, 0, 0.1);
}

.footer-nav {
list-style:none;
margin:0;
padding:1px 0 0 0;
}

.footer-nav li {
float:left;
margin-bottom:0;
}

.footer-nav li + li {
margin-left:10px;
}

.footer-nav li a {
color:#FFF;
padding-right:10px;
border-right:1px solid rgba(255, 255, 255, 0.3);
font-weight:500;
}

.footer-nav li:last-child a {
background:none;
}

.footer-nav .current_page_parent a {
color:#FFF;
}

.foot-copy {
float:left;
}

.footer-nav {
float:right;
margin-left:110px;
}

.foot-copy p {
padding:0;
margin:0;
}

.footer-copyright p,
.footer-copyright ul {
font-size:11px;
}

.footer-logo {
padding-bottom:10px;
}



/*----------------------------------------------------------*/
/* 17. Shortcodes
/*----------------------------------------------------------*/
 
/*----- Buttons ----- */
a.tt-button {
/*background-image:url(images/shortcodes/button-sprite.png);*/
text-decoration:none;
font-size:13px;
font-weight:700;
height:20px;
line-height:12px;
border-radius:3px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
display:inline-block;
padding:8px 10px 0;
}

a.tt-button.large {
line-height:14px;
height:24px;
padding:11px 10px 0;
}

a.tt-button.jumbo {
line-height:14px;
height:30px;
padding:17px 18px 0;
font-size:14px;
}

a.tt-button.black{
border:1px solid #4C4C4C;
color:#FFF;
text-shadow:0 1px 0 rgba(0, 0, 0, 0.4);
background-color: #545454;
background-image: -moz-linear-gradient(top, #5e5e5e, #434343);
background-image: -ms-linear-gradient(top, #5e5e5e, #434343);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e5e), to(#434343));
background-image: -webkit-linear-gradient(top, #5e5e5e, #434343);
background-image: -o-linear-gradient(top, #5e5e5e, #434343);
background-image: linear-gradient(top, #5e5e5e, #434343);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343', GradientType=0);
}

a.tt-button.black:hover{
border:1px solid #2C2C2C;
background:#5a5a5a;
}

a.tt-button.blue{
border:1px solid #8DC5DA;
color:#42788E;
background-color: #8dd9f6;
background-image: -moz-linear-gradient(top, #abe4f8, #6fcef3);
background-image: -ms-linear-gradient(top, #abe4f8, #6fcef3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abe4f8), to(#6fcef3));
background-image: -webkit-linear-gradient(top, #abe4f8, #6fcef3);
background-image: -o-linear-gradient(top, #abe4f8, #6fcef3);
background-image: linear-gradient(top, #abe4f8, #6fcef3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3', GradientType=0);
}
a.tt-button.blue:hover{
border:1px solid #7CAEC0;
background:#92dbf6;
}

a.tt-button.green {
border:1px solid #ADC671;
color:#5D7731;
background-color: #cae285;
background-image: -moz-linear-gradient(top, #cae285, #9fcb57);
background-image: -ms-linear-gradient(top, #cae285, #9fcb57);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cae285), to(#9fcb57));
background-image: -webkit-linear-gradient(top, #cae285, #9fcb57);
background-image: -o-linear-gradient(top, #cae285, #9fcb57);
background-image: linear-gradient(top, #cae285, #9fcb57);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57', GradientType=0);
}

a.tt-button.green:hover {
border:1px solid #8BB14D;
background:#b9d972;
}

a.tt-button.grey {
border:1px solid #B5B5B5;
color:#555;
background-color: #cacaca;
background-image: -moz-linear-gradient(top, #cacaca, #aeaeae);
background-image: -ms-linear-gradient(top, #cacaca, #aeaeae);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cacaca), to(#aeaeae));
background-image: -webkit-linear-gradient(top, #cacaca, #aeaeae);
background-image: -o-linear-gradient(top, #cacaca, #aeaeae);
background-image: linear-gradient(top, #cacaca, #aeaeae);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae', GradientType=0);
}

a.tt-button.grey:hover {
border:1px solid #989898;
background-color: #bcbcbc;
background-image: -moz-linear-gradient(top, #bcbcbc, #c2c2c2);
background-image: -ms-linear-gradient(top, #bcbcbc, #c2c2c2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bcbcbc), to(#c2c2c2));
background-image: -webkit-linear-gradient(top, #bcbcbc, #c2c2c2);
background-image: -o-linear-gradient(top, #bcbcbc, #c2c2c2);
background-image: linear-gradient(top, #bcbcbc, #c2c2c2);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2', GradientType=0);
}

a.tt-button.navy {
border:1px solid #A2AFB8;
color:#515F6A;
background-color: #becbd6;
background-image: -moz-linear-gradient(top, #becbd6, #88a1b4);
background-image: -ms-linear-gradient(top, #becbd6, #88a1b4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#becbd6), to(#88a1b4));
background-image: -webkit-linear-gradient(top, #becbd6, #88a1b4);
background-image: -o-linear-gradient(top, #becbd6, #88a1b4);
background-image: linear-gradient(top, #becbd6, #88a1b4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4', GradientType=0);
}
a.tt-button.navy:hover {
border:1px solid #8996A0;
background:#adbfcb;
}

a.tt-button.orange,
.edit-page-button a{
border:1px solid #DAB347;
color:#835503;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
background-color: #feda71;
background-image: -moz-linear-gradient(top, #feda71, #febb4a);
background-image: -ms-linear-gradient(top, #feda71, #febb4a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feda71), to(#febb4a));
background-image: -webkit-linear-gradient(top, #feda71, #febb4a);
background-image: -o-linear-gradient(top, #feda71, #febb4a);
background-image: linear-gradient(top, #feda71, #febb4a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a', GradientType=0);
}

a.tt-button.orange:hover {
border:1px solid #DAB347;
background-color: #fec354;
background-image: -moz-linear-gradient(top, #fec354, #fecd61);
background-image: -ms-linear-gradient(top, #fec354, #fecd61);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fec354), to(#fecd61));
background-image: -webkit-linear-gradient(top, #fec354, #fecd61);
background-image: -o-linear-gradient(top, #fec354, #fecd61);
background-image: linear-gradient(top, #fec354, #fecd61);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61', GradientType=0);
}

a.tt-button.purple {
border:1px solid #BC9DB9;
color:#7B5777;
background-color: #e8c4e4;
background-image: -moz-linear-gradient(top, #e8c4e4, #d494ce);
background-image: -ms-linear-gradient(top, #e8c4e4, #d494ce);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8c4e4), to(#d494ce));
background-image: -webkit-linear-gradient(top, #e8c4e4, #d494ce);
background-image: -o-linear-gradient(top, #e8c4e4, #d494ce);
background-image: linear-gradient(top, #e8c4e4, #d494ce);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce', GradientType=0);
}

a.tt-button.purple:hover {
border:1px solid #A482A0;
background-color: #deabd9;
background-image: -moz-linear-gradient(top, #deabd9, #e0b1db);
background-image: -ms-linear-gradient(top, #deabd9, #e0b1db);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#deabd9), to(#e0b1db));
background-image: -webkit-linear-gradient(top, #deabd9, #e0b1db);
background-image: -o-linear-gradient(top, #deabd9, #e0b1db);
background-image: linear-gradient(top, #deabd9, #e0b1db);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db', GradientType=0);
}

a.tt-button.red {
border:1px solid #DF6F8B;
color:#913944;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
background-color: #f78297;
background-image: -moz-linear-gradient(top, #f78297, #f56778);
background-image: -ms-linear-gradient(top, #f78297, #f56778);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f78297), to(#f56778));
background-image: -webkit-linear-gradient(top, #f78297, #f56778);
background-image: -o-linear-gradient(top, #f78297, #f56778);
background-image: linear-gradient(top, #f78297, #f56778);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778', GradientType=0);
}

a.tt-button.red:hover {
border:1px solid #C36079;
background-color: #f56c7e;
background-image: -moz-linear-gradient(top, #f56c7e, #f78297);
background-image: -ms-linear-gradient(top, #f56c7e, #f78297);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f56c7e), to(#f78297));
background-image: -webkit-linear-gradient(top, #f56c7e, #f78297);
background-image: -o-linear-gradient(top, #f56c7e, #f78297);
background-image: linear-gradient(top, #f56c7e, #f78297);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297', GradientType=0);
}

a.tt-button.teal {
border:1px solid #90C6C8;
color:#437B7D;
background-color: #b7f2f4;
background-image: -moz-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: -ms-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7f2f4), to(#7ce7ea));
background-image: -webkit-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: -o-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: linear-gradient(top, #b7f2f4, #7ce7ea);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea', GradientType=0);
}
a.tt-button.teal:hover {
border:1px solid #7DB9BB;
background:#9fedf0;
}

a.tt-button.white,
#content-container .tt-form-submit,
#commentform #submit-button,
.gform_footer .button{
border:1px solid #D3D3D3;
color:#555;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
background-color: #fbfbfb;
background-image: -moz-linear-gradient(top, #fbfbfb, #f0f0f0);
background-image: -ms-linear-gradient(top, #fbfbfb, #f0f0f0);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#f0f0f0));
background-image: -webkit-linear-gradient(top, #fbfbfb, #f0f0f0);
background-image: -o-linear-gradient(top, #fbfbfb, #f0f0f0);
background-image: linear-gradient(top, #fbfbfb, #f0f0f0);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f0f0f0', GradientType=0);
}

a.tt-button.white:hover,
#content-container .tt-form-submit:hover,
#commentform #submit-button:hover,
.gform_footer .button:hover{
border:1px solid #C4C4C4;
background-color: #efefef;
background-image: -moz-linear-gradient(top, #efefef, #f8f8f8);
background-image: -ms-linear-gradient(top, #efefef, #f8f8f8);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#f8f8f8));
background-image: -webkit-linear-gradient(top, #efefef, #f8f8f8);
background-image: -o-linear-gradient(top, #efefef, #f8f8f8);
background-image: linear-gradient(top, #efefef, #f8f8f8);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8', GradientType=0);
}

a.tt-button.autumn {
border:1px solid #772002;
color:#FFF;
text-shadow:none;
background-color: #D0600E;
background-image: -webkit-gradient(linear, left top, left bottom, from(#D0600E), to(#772002));
background-image: -webkit-linear-gradient(top, #D0600E, #772002);
background-image:    -moz-linear-gradient(top, #D0600E, #772002);
background-image:      -o-linear-gradient(top, #D0600E, #772002);
background-image:         linear-gradient(to bottom, #D0600E, #772002);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D0600E', endColorstr='#772002');/*For IE7-8-9*/
}

a.tt-button.autumn:hover {
color:#FFF;
text-shadow:none;
background-color: #772002;
background-image: -webkit-gradient(linear, left top, left bottom, from(#772002), to(#D0600E));
background-image: -webkit-linear-gradient(top, #772002, #D0600E);
background-image:    -moz-linear-gradient(top, #772002, #D0600E);
background-image:      -o-linear-gradient(top, #772002, #D0600E);
background-image:         linear-gradient(to bottom, #772002, #D0600E);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#772002', endColorstr='#D0600E');/*For IE7-8-9*/
}


a.tt-button.black-2 {
border:1px solid #262626;
color:#FFF;
text-shadow:none;
background-color: #333;
background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
background-image: -webkit-linear-gradient(top, #333333, #262626);
background-image:    -moz-linear-gradient(top, #333333, #262626);
background-image:      -o-linear-gradient(top, #333333, #262626);
background-image:         linear-gradient(to bottom, #333333, #262626);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#262626');/*For IE7-8-9*/
}

a.tt-button.black-2:hover {
color:#FFF;
text-shadow:none;
background-color: #262626;
background-image: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#444444));
background-image: -webkit-linear-gradient(top, #262626, #444444);
background-image:    -moz-linear-gradient(top, #262626, #444444);
background-image:      -o-linear-gradient(top, #262626, #444444);
background-image:         linear-gradient(to bottom, #262626, #444444);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#262626', endColorstr='#444444');/*For IE7-8-9*/
}

a.tt-button.blue-grey {
border:1px solid #2C2F38;
color:#FFF;
text-shadow:none;
background-color: #5E6475;
background-image: -webkit-gradient(linear, left top, left bottom, from(#5E6475), to(#2C2F38));
background-image: -webkit-linear-gradient(top, #5E6475, #2C2F38);
background-image:    -moz-linear-gradient(top, #5E6475, #2C2F38);
background-image:      -o-linear-gradient(top, #5E6475, #2C2F38);
background-image:         linear-gradient(to bottom, #5E6475, #2C2F38);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5E6475', endColorstr='#2C2F38');/*For IE7-8-9*/
}

a.tt-button.blue-grey:hover {
color:#FFF;
text-shadow:none;
background-color: #2C2F38;
background-image: -webkit-gradient(linear, left top, left bottom, from(#2C2F38), to(#5E6475));
background-image: -webkit-linear-gradient(top, #2C2F38, #5E6475);
background-image:    -moz-linear-gradient(top, #2C2F38, #5E6475);
background-image:      -o-linear-gradient(top, #2C2F38, #5E6475);
background-image:         linear-gradient(to bottom, #2C2F38, #5E6475);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2C2F38', endColorstr='#5E6475');/*For IE7-8-9*/
}

a.tt-button.cool-blue {
border:1px solid #0D5292;
color:#FFF;
text-shadow:none;
background-color: #0D9DDC;
background-image: -webkit-gradient(linear, left top, left bottom, from(#0D9DDC), to(#0D5292));
background-image: -webkit-linear-gradient(top, #0D9DDC, #0D5292);
background-image:    -moz-linear-gradient(top, #0D9DDC, #0D5292);
background-image:      -o-linear-gradient(top, #0D9DDC, #0D5292);
background-image:         linear-gradient(to bottom, #0D9DDC, #0D5292);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0D9DDC', endColorstr='#0D5292');/*For IE7-8-9*/
}

a.tt-button.cool-blue:hover {
color:#FFF;
text-shadow:none;
background-color: #0D5292;
background-image: -webkit-gradient(linear, left top, left bottom, from(#0D5292), to(#0D9DDC));
background-image: -webkit-linear-gradient(top, #0D5292, #0D9DDC);
background-image:    -moz-linear-gradient(top, #0D5292, #0D9DDC);
background-image:      -o-linear-gradient(top, #0D5292, #0D9DDC);
background-image:         linear-gradient(to bottom, #0D5292, #0D9DDC);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0D5292', endColorstr='#0D9DDC');/*For IE7-8-9*/
}

a.tt-button.coffee {
border:1px solid #2E1C10;
color:#FFF;
text-shadow:none;
background-color: #9A6742;
background-image: -webkit-gradient(linear, left top, left bottom, from(#9A6742), to(#2E1C10));
background-image: -webkit-linear-gradient(top, #9A6742, #2E1C10);
background-image:    -moz-linear-gradient(top, #9A6742, #2E1C10);
background-image:      -o-linear-gradient(top, #9A6742, #2E1C10);
background-image:         linear-gradient(to bottom, #9A6742, #2E1C10);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9A6742', endColorstr='#2E1C10');/*For IE7-8-9*/
}

a.tt-button.coffee:hover {
color:#FFF;
text-shadow:none;
background-color: #2E1C10;
background-image: -webkit-gradient(linear, left top, left bottom, from(#2E1C10), to(#9A6742));
background-image: -webkit-linear-gradient(top, #2E1C10, #9A6742);
background-image:    -moz-linear-gradient(top, #2E1C10, #9A6742);
background-image:      -o-linear-gradient(top, #2E1C10, #9A6742);
background-image:         linear-gradient(to bottom, #2E1C10, #9A6742);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2E1C10', endColorstr='#9A6742');/*For IE7-8-9*/
}

a.tt-button.fire {
border:1px solid #B33410;
color:#FFF;
text-shadow:none;
background-color: #FE8A0B;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FE8A0B), to(#B33410));
background-image: -webkit-linear-gradient(top, #FE8A0B, #B33410);
background-image:    -moz-linear-gradient(top, #FE8A0B, #B33410);
background-image:      -o-linear-gradient(top, #FE8A0B, #B33410);
background-image:         linear-gradient(to bottom, #FE8A0B, #B33410);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FE8A0B', endColorstr='#B33410');/*For IE7-8-9*/
}

a.tt-button.fire:hover {
color:#FFF;
text-shadow:none;
background-color: #B33410;
background-image: -webkit-gradient(linear, left top, left bottom, from(#B33410), to(#FE8A0B));
background-image: -webkit-linear-gradient(top, #B33410, #FE8A0B);
background-image:    -moz-linear-gradient(top, #B33410, #FE8A0B);
background-image:      -o-linear-gradient(top, #B33410, #FE8A0B);
background-image:         linear-gradient(to bottom, #B33410, #FE8A0B);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B33410', endColorstr='#FE8A0B');/*For IE7-8-9*/
}

a.tt-button.golden {
border:1px solid #BF7D02;
color:#FFF;
text-shadow:none;
background-color: #FDBB0D;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FDBB0D), to(#BF7D02));
background-image: -webkit-linear-gradient(top, #FDBB0D, #BF7D02);
background-image:    -moz-linear-gradient(top, #FDBB0D, #BF7D02);
background-image:      -o-linear-gradient(top, #FDBB0D, #BF7D02);
background-image:         linear-gradient(to bottom, #FDBB0D, #BF7D02);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDBB0D', endColorstr='#BF7D02');/*For IE7-8-9*/
}

a.tt-button.golden:hover {
color:#FFF;
text-shadow:none;
background-color: #BF7D02;
background-image: -webkit-gradient(linear, left top, left bottom, from(#BF7D02), to(#FDBB0D));
background-image: -webkit-linear-gradient(top, #BF7D02, #FDBB0D);
background-image:    -moz-linear-gradient(top, #BF7D02, #FDBB0D);
background-image:      -o-linear-gradient(top, #BF7D02, #FDBB0D);
background-image:         linear-gradient(to bottom, #BF7D02, #FDBB0D);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BF7D02', endColorstr='#FDBB0D');/*For IE7-8-9*/
}

a.tt-button.green-2 {
border:1px solid #416119;
color:#FFF;
text-shadow:none;
background-color: #49A501;
background-image: -webkit-gradient(linear, left top, left bottom, from(#49A501), to(#416119));
background-image: -webkit-linear-gradient(top, #49A501, #416119);
background-image:    -moz-linear-gradient(top, #49A501, #416119);
background-image:      -o-linear-gradient(top, #49A501, #416119);
background-image:         linear-gradient(to bottom, #49A501, #416119);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49A501', endColorstr='#416119');/*For IE7-8-9*/
}

a.tt-button.green-2:hover {
color:#FFF;
text-shadow:none;
background-color: #416119;
background-image: -webkit-gradient(linear, left top, left bottom, from(#416119), to(#49A501));
background-image: -webkit-linear-gradient(top, #416119, #49A501);
background-image:    -moz-linear-gradient(top, #416119, #49A501);
background-image:      -o-linear-gradient(top, #416119, #49A501);
background-image:         linear-gradient(to bottom, #416119, #49A501);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#416119', endColorstr='#49A501');/*For IE7-8-9*/
}

a.tt-button.lime-green {
border:1px solid #467612;
color:#FFF;
text-shadow:none;
background-color: #AED613;
background-image: -webkit-gradient(linear, left top, left bottom, from(#AED613), to(#467612));
background-image: -webkit-linear-gradient(top, #AED613, #467612);
background-image:    -moz-linear-gradient(top, #AED613, #467612);
background-image:      -o-linear-gradient(top, #AED613, #467612);
background-image:         linear-gradient(to bottom, #AED613, #467612);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AED613', endColorstr='#467612');/*For IE7-8-9*/
}

a.tt-button.lime-green:hover {
color:#FFF;
text-shadow:none;
background-color: #467612;
background-image: -webkit-gradient(linear, left top, left bottom, from(#467612), to(#AED613));
background-image: -webkit-linear-gradient(top, #467612, #AED613);
background-image:    -moz-linear-gradient(top, #467612, #AED613);
background-image:      -o-linear-gradient(top, #467612, #AED613);
background-image:         linear-gradient(to bottom, #467612, #AED613);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#467612', endColorstr='#AED613');/*For IE7-8-9*/
}

a.tt-button.periwinkle {
border:1px solid #522173;
color:#FFF;
text-shadow:none;
background-color: #5064C9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#5064C9), to(#522173));
background-image: -webkit-linear-gradient(top, #5064C9, #522173);
background-image:    -moz-linear-gradient(top, #5064C9, #522173);
background-image:      -o-linear-gradient(top, #5064C9, #522173);
background-image:         linear-gradient(to bottom, #5064C9, #522173);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5064C9', endColorstr='#522173');/*For IE7-8-9*/
}

a.tt-button.periwinkle:hover {
color:#FFF;
text-shadow:none;
background-color: #522173;
background-image: -webkit-gradient(linear, left top, left bottom, from(#522173), to(#5064C9));
background-image: -webkit-linear-gradient(top, #522173, #5064C9);
background-image:    -moz-linear-gradient(top, #522173, #5064C9);
background-image:      -o-linear-gradient(top, #522173, #5064C9);
background-image:         linear-gradient(to bottom, #522173, #5064C9);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#522173', endColorstr='#5064C9');/*For IE7-8-9*/
}

a.tt-button.pink {
border:1px solid #72234F;
color:#FFF;
text-shadow:none;
background-color: #C4378F;
background-image: -webkit-gradient(linear, left top, left bottom, from(#C4378F), to(#72234F));
background-image: -webkit-linear-gradient(top, #C4378F, #72234F);
background-image:    -moz-linear-gradient(top, #C4378F, #72234F);
background-image:      -o-linear-gradient(top, #C4378F, #72234F);
background-image:         linear-gradient(to bottom, #C4378F, #72234F);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C4378F', endColorstr='#72234F');/*For IE7-8-9*/
}

a.tt-button.pink:hover {
color:#FFF;
text-shadow:none;
background-color: #72234F;
background-image: -webkit-gradient(linear, left top, left bottom, from(#72234F), to(#C4378F));
background-image: -webkit-linear-gradient(top, #72234F, #C4378F);
background-image:    -moz-linear-gradient(top, #72234F, #C4378F);
background-image:      -o-linear-gradient(top, #72234F, #C4378F);
background-image:         linear-gradient(to bottom, #72234F, #C4378F);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#72234F', endColorstr='#C4378F');/*For IE7-8-9*/
}

a.tt-button.purple-2 {
border:1px solid #513567;
color:#FFF;
text-shadow:none;
background-color: #8F4EC2;
background-image: -webkit-gradient(linear, left top, left bottom, from(#8F4EC2), to(#513567));
background-image: -webkit-linear-gradient(top, #8F4EC2, #513567);
background-image:    -moz-linear-gradient(top, #8F4EC2, #513567);
background-image:      -o-linear-gradient(top, #8F4EC2, #513567);
background-image:         linear-gradient(to bottom, #8F4EC2, #513567);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8F4EC2', endColorstr='#513567');/*For IE7-8-9*/
}

a.tt-button.purple-2:hover {
color:#FFF;
text-shadow:none;
background-color: #513567;
background-image: -webkit-gradient(linear, left top, left bottom, from(#513567), to(#8F4EC2));
background-image: -webkit-linear-gradient(top, #513567, #8F4EC2);
background-image:    -moz-linear-gradient(top, #513567, #8F4EC2);
background-image:      -o-linear-gradient(top, #513567, #8F4EC2);
background-image:         linear-gradient(to bottom, #513567, #8F4EC2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#513567', endColorstr='#8F4EC2');/*For IE7-8-9*/
}

a.tt-button.red-2 {
border:1px solid #961300;
color:#FFF;
text-shadow:none;
background-color: #C71901;
background-image: -webkit-gradient(linear, left top, left bottom, from(#C71901), to(#961300));
background-image: -webkit-linear-gradient(top, #C71901, #961300);
background-image:    -moz-linear-gradient(top, #C71901, #961300);
background-image:      -o-linear-gradient(top, #C71901, #961300);
background-image:         linear-gradient(to bottom, #C71901, #961300);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C71901', endColorstr='#961300');/*For IE7-8-9*/
}

a.tt-button.red-2:hover {
color:#FFF;
text-shadow:none;
background-color: #961300;
background-image: -webkit-gradient(linear, left top, left bottom, from(#961300), to(#C71901));
background-image: -webkit-linear-gradient(top, #961300, #C71901);
background-image:    -moz-linear-gradient(top, #961300, #C71901);
background-image:      -o-linear-gradient(top, #961300, #C71901);
background-image:         linear-gradient(to bottom, #961300, #C71901);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#961300', endColorstr='#C71901');/*For IE7-8-9*/
}

a.tt-button.royal-blue {
border:1px solid #122A53;
color:#FFF;
text-shadow:none;
background-color: #2D59A2;
background-image: -webkit-gradient(linear, left top, left bottom, from(#2D59A2), to(#122A53));
background-image: -webkit-linear-gradient(top, #2D59A2, #122A53);
background-image:    -moz-linear-gradient(top, #2D59A2, #122A53);
background-image:      -o-linear-gradient(top, #2D59A2, #122A53);
background-image:         linear-gradient(to bottom, #2D59A2, #122A53);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2D59A2', endColorstr='#122A53');/*For IE7-8-9*/
}

a.tt-button.royal-blue:hover {
color:#FFF;
text-shadow:none;
background-color: #122A53;
background-image: -webkit-gradient(linear, left top, left bottom, from(#122A53), to(#2D59A2));
background-image: -webkit-linear-gradient(top, #122A53, #2D59A2);
background-image:    -moz-linear-gradient(top, #122A53, #2D59A2);
background-image:      -o-linear-gradient(top, #122A53, #2D59A2);
background-image:         linear-gradient(to bottom, #122A53, #2D59A2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#122A53', endColorstr='#2D59A2');/*For IE7-8-9*/
}

a.tt-button.silver {
border:1px solid #5C5C5C;
color:#FFF;
text-shadow:none;
background-color: #ACACAC;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#5C5C5C));
background-image: -webkit-linear-gradient(top, #ACACAC, #5C5C5C);
background-image:    -moz-linear-gradient(top, #ACACAC, #5C5C5C);
background-image:      -o-linear-gradient(top, #ACACAC, #5C5C5C);
background-image:         linear-gradient(to bottom, #ACACAC, #5C5C5C);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ACACAC', endColorstr='#5C5C5C');/*For IE7-8-9*/
}

a.tt-button.silver:hover {
color:#FFF;
text-shadow:none;
background-color: #5C5C5C;
background-image: -webkit-gradient(linear, left top, left bottom, from(#5C5C5C), to(#ACACAC));
background-image: -webkit-linear-gradient(top, #5C5C5C, #ACACAC);
background-image:    -moz-linear-gradient(top, #5C5C5C, #ACACAC);
background-image:      -o-linear-gradient(top, #5C5C5C, #ACACAC);
background-image:         linear-gradient(to bottom, #5C5C5C, #ACACAC);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5C5C5C', endColorstr='#ACACAC');/*For IE7-8-9*/
}

a.tt-button.sky-blue {
border:1px solid #16A7E1;
color:#FFF;
text-shadow:none;
background-color: #53C5FE;
background-image: -webkit-gradient(linear, left top, left bottom, from(#53C5FE), to(#16A7E1));
background-image: -webkit-linear-gradient(top, #53C5FE, #16A7E1);
background-image:    -moz-linear-gradient(top, #53C5FE, #16A7E1);
background-image:      -o-linear-gradient(top, #53C5FE, #16A7E1);
background-image:         linear-gradient(to bottom, #53C5FE, #16A7E1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#53C5FE', endColorstr='#16A7E1');/*For IE7-8-9*/
}

a.tt-button.sky-blue:hover {
color:#FFF;
text-shadow:none;
background-color: #16A7E1;
background-image: -webkit-gradient(linear, left top, left bottom, from(#16A7E1), to(#53C5FE));
background-image: -webkit-linear-gradient(top, #16A7E1, #53C5FE);
background-image:    -moz-linear-gradient(top, #16A7E1, #53C5FE);
background-image:      -o-linear-gradient(top, #16A7E1, #53C5FE);
background-image:         linear-gradient(to bottom, #16A7E1, #53C5FE);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#16A7E1', endColorstr='#53C5FE');/*For IE7-8-9*/
}

a.tt-button.teal-grey {
border:1px solid #162E36;
color:#FFF;
text-shadow:none;
background-color: #33657E;
background-image: -webkit-gradient(linear, left top, left bottom, from(#33657E), to(#162E36));
background-image: -webkit-linear-gradient(top, #33657E, #162E36);
background-image:    -moz-linear-gradient(top, #33657E, #162E36);
background-image:      -o-linear-gradient(top, #33657E, #162E36);
background-image:         linear-gradient(to bottom, #33657E, #162E36);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33657E', endColorstr='#162E36');/*For IE7-8-9*/
}

a.tt-button.teal-grey:hover {
color:#FFF;
text-shadow:none;
background-color: #162E36;
background-image: -webkit-gradient(linear, left top, left bottom, from(#162E36), to(#33657E));
background-image: -webkit-linear-gradient(top, #162E36, #33657E);
background-image:    -moz-linear-gradient(top, #162E36, #33657E);
background-image:      -o-linear-gradient(top, #162E36, #33657E);
background-image:         linear-gradient(to bottom, #162E36, #33657E);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#162E36', endColorstr='#33657E');/*For IE7-8-9*/
}

a.tt-button.teal-2 {
border:1px solid #185C60;
color:#FFF;
text-shadow:none;
background-color: #3CBA9F;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3CBA9F), to(#185C60));
background-image: -webkit-linear-gradient(top, #3CBA9F, #185C60);
background-image:    -moz-linear-gradient(top, #3CBA9F, #185C60);
background-image:      -o-linear-gradient(top, #3CBA9F, #185C60);
background-image:         linear-gradient(to bottom, #3CBA9F, #185C60);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CBA9F', endColorstr='#185C60');/*For IE7-8-9*/
}

a.tt-button.teal-2:hover {
color:#FFF;
text-shadow:none;
background-color: #185C60;
background-image: -webkit-gradient(linear, left top, left bottom, from(#185C60), to(#3CBA9F));
background-image: -webkit-linear-gradient(top, #185C60, #3CBA9F);
background-image:    -moz-linear-gradient(top, #185C60, #3CBA9F);
background-image:      -o-linear-gradient(top, #185C60, #3CBA9F);
background-image:         linear-gradient(to bottom, #185C60, #3CBA9F);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#185C60', endColorstr='#3CBA9F');/*For IE7-8-9*/
}


/* ----- Testimonials ----- */
.testimonial strong {
font-size:11px;
}

.client_identity {
margin-left:36px;
}


/* ----- Tabs - Type 1 ----- */
.tabs_type_1 {
width:100%;
height:468px;
box-shadow:0 0 6px #c3c3c3;
border-radius:10px;
background-color:#f8f8f8;
overflow:hidden;
position:relative;
margin-bottom:30px;
}

.tabs_type_1 dt {
width:22%;
border-bottom:1px solid #ededed;
font-size:13px;
font-weight:700;
cursor:pointer;
padding:16px 0 16px 3%;
}

.tabs_type_1 dt img {
display:inline-block;
margin-right:15px;
position:relative;
top:5px;
}

.tabs_type_1 dd {
margin-left:25%;
background-color:#FFF;
height:84%;
box-shadow:inherit;
overflow:auto;
position:absolute;
top:0;
right:0;
display:none;
z-index:1000;
padding:4%;
}

.tabs_type_1 dt:first-child {
margin-top:2.4%;
}

.tabs_type_1 dd.current {
display:block;
}

.tabs_type_1 dd .column_group p:first-child {
margin-top:0;
}

.tabs_type_1_arrow {
position:absolute;
top:0;
left:23%;
z-index:1001;
width:18px;
height:36px;
background-position:0 -791px;
}


/* ----- Tabs - Type 2 ----- */
.tabs_type_2 {
position:relative;
margin-top:40px;
font-size:13px;
padding-top:10px;
height:380px;
}

.tabs_type_2 dt {
float:left;
margin-left:1.25%;
margin-right:3.5%;
cursor:pointer;
font-weight:bold;
}

.tabs_type_2 dd {
display:none;
position:absolute;
background-image:url(images/shortcodes/tabs-type2-BG.png);
background-repeat:repeat-x;
top:50px;
padding:30px;
}

.tabs_type_2 dd.current {
display:block;
}

.tabs_type_2_arrow {
position:absolute;
top:38px;
z-index:1001;
width:28px;
height:15px;
background-position:0 -5764px;
}



/* ----- Accordion ----- */
.accordion {
font-size:13px;
margin-bottom:40px;
}

.accordion dt {
width:100%;
border:1px solid #e9e9e9;
border-radius:5px;
margin-bottom:4px;
text-indent:50px;
font-weight:500;
position:relative;
cursor:pointer;
padding:20px 0;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
background-image: -ms-linear-gradient(top, #ffffff, #efefef);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image: -o-linear-gradient(top, #ffffff, #efefef);
background-image: linear-gradient(top, #ffffff, #efefef);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
}

.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:"";
position:absolute;
left:12px;
top:50%;
margin-top:-12px;
background-position:0 -841px;
width:24px;
height:24px;
}
.accordion dt.current:before{
background-position:0 -913px;
}



/* ----- Accordion inside Tabs ----- */
.tabs_type_1 dd .accordion dd {
margin-left:0;
background-color:none;
height:auto;
box-shadow:none;
overflow:auto;
position:relative;
top:0;
right:0;
z-index:1000;
padding:10px;
}

.tabs_type_1 dd .accordion dt {
width:100%;
border-bottom:1px solid #e9e9e9;
font-size:13px;
font-weight:normal;
cursor:pointer;
padding:20px 0;
}

.tabs_type_2 dd .accordion dd {
display:none;
position:relative;
background:none;
top:0;
padding:10px;
}

.tabs_type_2 dd .accordion dt {
float:none;
margin-left:0;
margin-right:0;
cursor:pointer;
font-weight:500;
}


/* ----- Tabs inside Accordion ----- */
.accordion dd .tabs_type_1 dd {
line-height:auto;
padding:4%;
}

.accordion dd .tabs_type_1 dt {
width:22%;
border:0;
border-bottom:1px solid #ededed;
border-radius:0;
margin-bottom:0;
text-indent:0;
font-weight:700;
position:relative;
cursor:pointer;
padding:16px 0 16px 3%;
background-color: none;
background-image: none;
}

.accordion dd .tabs_type_1 dt.current:before,
.accordion dd .tabs_type_1 dt:before{
background:none;
}

.accordion dd .tabs_type_2 dd {
line-height:auto;
padding:30px;
}

.accordion dd .tabs_type_2 dt {
width:auto;
border:0;
border-radius:0;
margin-bottom:0;
margin-left:1.25%;
margin-right:3.5%;
text-indent:0;
font-weight:bold;
position:relative;
cursor:pointer;
padding:0;
background:none;
}

.accordion dd .tabs_type_2 dt.current:before,
.accordion dd .tabs_type_2 dt:before{
background:none;
}


/* ----- Columns ----- */
.one_half, .one_third, .one_fourth, .one_fifth, .two_thirds, .one_sixth {
float:left;
}

.one_half {
width:48%;
}

.page_content_right .one_half,
.page_content .one_half {
width:320px;
}

.one_third {
width:30.6%;
}

.one_fourth {
width:22%;
}

.page_content_right .one_fourth,
.page_content .one_fourth {
width:145px;
}

.one_fifth {
width:16.8%;
}

.page_content_right .one_fifth,
.page_content .one_fifth {
width:110px;
}

.page_content_right .two_thirds,
.page_content .two_thirds {
width:435px;
}

.one_half + .one_half,.one_third + .one_third,.two_thirds + .one_third,.one_fourth + .one_fourth,.one_fifth + .one_fifth,.one_third + .two_thirds, .one_sixth + .one_sixth {
margin-left:4%;
}

.column-clear {
clear: both;
height:25px;
}

.two_thirds {
width:65.2%;
}
.one_sixth { width: 13.33%; overflow: hidden;}



/* ----- Content Boxes ----- */
.tt-contentbox {
width:100%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
margin-bottom:20px;
}

.tt-contentbox-title {
padding: 12px 20px;
color: #FFF;
-webkit-border-radius: 3px 3px 0px 0px;
   -moz-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
}

.tt-contentbox-title span {
overflow: hidden;
letter-spacing:1px;
text-transform:uppercase;
font-size:11px;
}

.tt-contentbox-content {
color:#888;
font-size: 13px;
line-height: 1.6em;
padding:15px 15px 25px 15px;
border:1px solid #FFF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
background-image: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2);
background-image:    -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
background-image:      -o-linear-gradient(top, #FFFFFF, #F2F2F2);
background-image:         linear-gradient(to bottom, #FFFFFF, #F2F2F2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#F2F2F2');/*For IE7-8-9*/
}

.tt-contentbox-content a {
text-decoration:underline;	
}

.tt-contentbox-content a:hover {
color:rgba(0, 0, 0, 0.4);
}

.tt-contentbox-content p {
color:#888;	
}

.tt-contentbox-content p:last-child {
margin-bottom:0;
}

.tt-contentbox-content h1,
.tt-contentbox-content h2,
.tt-contentbox-content h3,
.tt-contentbox-content h4,
.tt-contentbox-content h5,
.tt-contentbox-content h6 {
font-size: 10px;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
margin-bottom:5px;
}

.tt-cb-title-autumn {
background-image: -webkit-gradient(linear, left top, left bottom, from(#D0600E), to(#772002));
background-image: -webkit-linear-gradient(top, #D0600E, #772002);
background-image:    -moz-linear-gradient(top, #D0600E, #772002);
background-image:      -o-linear-gradient(top, #D0600E, #772002);
background-image:         linear-gradient(to bottom, #D0600E, #772002);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D0600E', endColorstr='#772002');/*For IE7-8-9*/
}

.tt-cb-title-black-2 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
background-image: -webkit-linear-gradient(top, #333333, #262626);
background-image:    -moz-linear-gradient(top, #333333, #262626);
background-image:      -o-linear-gradient(top, #333333, #262626);
background-image:         linear-gradient(to bottom, #333333, #262626);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#262626');/*For IE7-8-9*/
}

.tt-cb-title-blue-grey {
background-image: -webkit-gradient(linear, left top, left bottom, from(#5E6475), to(#2C2F38));
background-image: -webkit-linear-gradient(top, #5E6475, #2C2F38);
background-image:    -moz-linear-gradient(top, #5E6475, #2C2F38);
background-image:      -o-linear-gradient(top, #5E6475, #2C2F38);
background-image:         linear-gradient(to bottom, #5E6475, #2C2F38);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5E6475', endColorstr='#2C2F38');/*For IE7-8-9*/
}

.tt-cb-title-cool-blue {
background-image: -webkit-gradient(linear, left top, left bottom, from(#0D9DDC), to(#0D5292));
background-image: -webkit-linear-gradient(top, #0D9DDC, #0D5292);
background-image:    -moz-linear-gradient(top, #0D9DDC, #0D5292);
background-image:      -o-linear-gradient(top, #0D9DDC, #0D5292);
background-image:         linear-gradient(to bottom, #0D9DDC, #0D5292);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0D9DDC', endColorstr='#0D5292');/*For IE7-8-9*/
}

.tt-cb-title-coffee {
background-image: -webkit-gradient(linear, left top, left bottom, from(#9A6742), to(#2E1C10));
background-image: -webkit-linear-gradient(top, #9A6742, #2E1C10);
background-image:    -moz-linear-gradient(top, #9A6742, #2E1C10);
background-image:      -o-linear-gradient(top, #9A6742, #2E1C10);
background-image:         linear-gradient(to bottom, #9A6742, #2E1C10);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9A6742', endColorstr='#2E1C10');/*For IE7-8-9*/
}

.tt-cb-title-fire {
background-image: -webkit-gradient(linear, left top, left bottom, from(#FE8A0B), to(#B33410));
background-image: -webkit-linear-gradient(top, #FE8A0B, #B33410);
background-image:    -moz-linear-gradient(top, #FE8A0B, #B33410);
background-image:      -o-linear-gradient(top, #FE8A0B, #B33410);
background-image:         linear-gradient(to bottom, #FE8A0B, #B33410);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FE8A0B', endColorstr='#B33410');/*For IE7-8-9*/
}

.tt-cb-title-golden {
background-image: -webkit-gradient(linear, left top, left bottom, from(#FDBB0D), to(#BF7D02));
background-image: -webkit-linear-gradient(top, #FDBB0D, #BF7D02);
background-image:    -moz-linear-gradient(top, #FDBB0D, #BF7D02);
background-image:      -o-linear-gradient(top, #FDBB0D, #BF7D02);
background-image:         linear-gradient(to bottom, #FDBB0D, #BF7D02);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDBB0D', endColorstr='#BF7D02');/*For IE7-8-9*/
}

.tt-cb-title-green-2 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#49A501), to(#416119));
background-image: -webkit-linear-gradient(top, #49A501, #416119);
background-image:    -moz-linear-gradient(top, #49A501, #416119);
background-image:      -o-linear-gradient(top, #49A501, #416119);
background-image:         linear-gradient(to bottom, #49A501, #416119);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49A501', endColorstr='#416119');/*For IE7-8-9*/
}

.tt-cb-title-lime-green {
background-image: -webkit-gradient(linear, left top, left bottom, from(#AED613), to(#467612));
background-image: -webkit-linear-gradient(top, #AED613, #467612);
background-image:    -moz-linear-gradient(top, #AED613, #467612);
background-image:      -o-linear-gradient(top, #AED613, #467612);
background-image:         linear-gradient(to bottom, #AED613, #467612);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AED613', endColorstr='#467612');/*For IE7-8-9*/
}

.tt-cb-title-periwinkle {
background-image: -webkit-gradient(linear, left top, left bottom, from(#5064C9), to(#522173));
background-image: -webkit-linear-gradient(top, #5064C9, #522173);
background-image:    -moz-linear-gradient(top, #5064C9, #522173);
background-image:      -o-linear-gradient(top, #5064C9, #522173);
background-image:         linear-gradient(to bottom, #5064C9, #522173);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5064C9', endColorstr='#522173');/*For IE7-8-9*/
}

.tt-cb-title-pink {
background-image: -webkit-gradient(linear, left top, left bottom, from(#C4378F), to(#72234F));
background-image: -webkit-linear-gradient(top, #C4378F, #72234F);
background-image:    -moz-linear-gradient(top, #C4378F, #72234F);
background-image:      -o-linear-gradient(top, #C4378F, #72234F);
background-image:         linear-gradient(to bottom, #C4378F, #72234F);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C4378F', endColorstr='#72234F');/*For IE7-8-9*/
}

.tt-cb-title-purple-2 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#8F4EC2), to(#513567));
background-image: -webkit-linear-gradient(top, #8F4EC2, #513567);
background-image:    -moz-linear-gradient(top, #8F4EC2, #513567);
background-image:      -o-linear-gradient(top, #8F4EC2, #513567);
background-image:         linear-gradient(to bottom, #8F4EC2, #513567);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8F4EC2', endColorstr='#513567');/*For IE7-8-9*/
}

.tt-cb-title-red-2 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#C71901), to(#961300));
background-image: -webkit-linear-gradient(top, #C71901, #961300);
background-image:    -moz-linear-gradient(top, #C71901, #961300);
background-image:      -o-linear-gradient(top, #C71901, #961300);
background-image:         linear-gradient(to bottom, #C71901, #961300);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C71901', endColorstr='#961300');/*For IE7-8-9*/
}

.tt-cb-title-royal-blue {
background-image: -webkit-gradient(linear, left top, left bottom, from(#2D59A2), to(#122A53));
background-image: -webkit-linear-gradient(top, #2D59A2, #122A53);
background-image:    -moz-linear-gradient(top, #2D59A2, #122A53);
background-image:      -o-linear-gradient(top, #2D59A2, #122A53);
background-image:         linear-gradient(to bottom, #2D59A2, #122A53);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2D59A2', endColorstr='#122A53');/*For IE7-8-9*/
}

.tt-cb-title-silver {
background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#5C5C5C));
background-image: -webkit-linear-gradient(top, #ACACAC, #5C5C5C);
background-image:    -moz-linear-gradient(top, #ACACAC, #5C5C5C);
background-image:      -o-linear-gradient(top, #ACACAC, #5C5C5C);
background-image:         linear-gradient(to bottom, #ACACAC, #5C5C5C);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ACACAC', endColorstr='#5C5C5C');/*For IE7-8-9*/
}

.tt-cb-title-sky-blue {
background-image: -webkit-gradient(linear, left top, left bottom, from(#53C5FE), to(#16A7E1));
background-image: -webkit-linear-gradient(top, #53C5FE, #16A7E1);
background-image:    -moz-linear-gradient(top, #53C5FE, #16A7E1);
background-image:      -o-linear-gradient(top, #53C5FE, #16A7E1);
background-image:         linear-gradient(to bottom, #53C5FE, #16A7E1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#53C5FE', endColorstr='#16A7E1');/*For IE7-8-9*/
}

.tt-cb-title-teal-grey {
background-image: -webkit-gradient(linear, left top, left bottom, from(#33657E), to(#162E36));
background-image: -webkit-linear-gradient(top, #33657E, #162E36);
background-image:    -moz-linear-gradient(top, #33657E, #162E36);
background-image:      -o-linear-gradient(top, #33657E, #162E36);
background-image:         linear-gradient(to bottom, #33657E, #162E36);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33657E', endColorstr='#162E36');/*For IE7-8-9*/
}

.tt-cb-title-teal-2 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#3CBA9F), to(#185C60));
background-image: -webkit-linear-gradient(top, #3CBA9F, #185C60);
background-image:    -moz-linear-gradient(top, #3CBA9F, #185C60);
background-image:      -o-linear-gradient(top, #3CBA9F, #185C60);
background-image:         linear-gradient(to bottom, #3CBA9F, #185C60);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CBA9F', endColorstr='#185C60');/*For IE7-8-9*/
}

.tt-cb-title-black {
background-color: #545454;
background-image: -moz-linear-gradient(top, #5e5e5e, #434343);
background-image: -ms-linear-gradient(top, #5e5e5e, #434343);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e5e), to(#434343));
background-image: -webkit-linear-gradient(top, #5e5e5e, #434343);
background-image: -o-linear-gradient(top, #5e5e5e, #434343);
background-image: linear-gradient(top, #5e5e5e, #434343);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343', GradientType=0);
}

.tt-cb-title-blue {
background-color: #8dd9f6;
background-image: -moz-linear-gradient(top, #abe4f8, #6fcef3);
background-image: -ms-linear-gradient(top, #abe4f8, #6fcef3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abe4f8), to(#6fcef3));
background-image: -webkit-linear-gradient(top, #abe4f8, #6fcef3);
background-image: -o-linear-gradient(top, #abe4f8, #6fcef3);
background-image: linear-gradient(top, #abe4f8, #6fcef3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3', GradientType=0);
}

.tt-cb-title-green {
background-color: #cae285;
background-image: -moz-linear-gradient(top, #cae285, #9fcb57);
background-image: -ms-linear-gradient(top, #cae285, #9fcb57);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cae285), to(#9fcb57));
background-image: -webkit-linear-gradient(top, #cae285, #9fcb57);
background-image: -o-linear-gradient(top, #cae285, #9fcb57);
background-image: linear-gradient(top, #cae285, #9fcb57);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57', GradientType=0);
}

.tt-cb-title-grey {
background-color: #cacaca;
background-image: -moz-linear-gradient(top, #cacaca, #aeaeae);
background-image: -ms-linear-gradient(top, #cacaca, #aeaeae);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cacaca), to(#aeaeae));
background-image: -webkit-linear-gradient(top, #cacaca, #aeaeae);
background-image: -o-linear-gradient(top, #cacaca, #aeaeae);
background-image: linear-gradient(top, #cacaca, #aeaeae);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae', GradientType=0);
}

.tt-cb-title-navy {
background-color: #becbd6;
background-image: -moz-linear-gradient(top, #becbd6, #88a1b4);
background-image: -ms-linear-gradient(top, #becbd6, #88a1b4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#becbd6), to(#88a1b4));
background-image: -webkit-linear-gradient(top, #becbd6, #88a1b4);
background-image: -o-linear-gradient(top, #becbd6, #88a1b4);
background-image: linear-gradient(top, #becbd6, #88a1b4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4', GradientType=0);
}

.tt-cb-title-orange {
background-color: #feda71;
background-image: -moz-linear-gradient(top, #feda71, #febb4a);
background-image: -ms-linear-gradient(top, #feda71, #febb4a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feda71), to(#febb4a));
background-image: -webkit-linear-gradient(top, #feda71, #febb4a);
background-image: -o-linear-gradient(top, #feda71, #febb4a);
background-image: linear-gradient(top, #feda71, #febb4a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a', GradientType=0);
}

.tt-cb-title-purple {
background-color: #e8c4e4;
background-image: -moz-linear-gradient(top, #e8c4e4, #d494ce);
background-image: -ms-linear-gradient(top, #e8c4e4, #d494ce);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8c4e4), to(#d494ce));
background-image: -webkit-linear-gradient(top, #e8c4e4, #d494ce);
background-image: -o-linear-gradient(top, #e8c4e4, #d494ce);
background-image: linear-gradient(top, #e8c4e4, #d494ce);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce', GradientType=0);
}

.tt-cb-title-red {
background-color: #f78297;
background-image: -moz-linear-gradient(top, #f78297, #f56778);
background-image: -ms-linear-gradient(top, #f78297, #f56778);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f78297), to(#f56778));
background-image: -webkit-linear-gradient(top, #f78297, #f56778);
background-image: -o-linear-gradient(top, #f78297, #f56778);
background-image: linear-gradient(top, #f78297, #f56778);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778', GradientType=0);
}

.tt-cb-title-teal {
background-color: #b7f2f4;
background-image: -moz-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: -ms-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7f2f4), to(#7ce7ea));
background-image: -webkit-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: -o-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: linear-gradient(top, #b7f2f4, #7ce7ea);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea', GradientType=0);
}
	
.tt-content-style-autumn a,
.tt-content-style-autumn h1,
.tt-content-style-autumn h2,
.tt-content-style-autumn h3,
.tt-content-style-autumn h4,
.tt-content-style-autumn h5,
.tt-content-style-autumn h6 {
color:#AE500C;	
}

.tt-content-style-black-2 a,
.tt-content-style-black-2 h1,
.tt-content-style-black-2 h2,
.tt-content-style-black-2 h3,
.tt-content-style-black-2 h4,
.tt-content-style-black-2 h5,
.tt-content-style-black-2 h6 {
color:#000;	
}

.tt-content-style-blue-grey a,
.tt-content-style-blue-grey h1,
.tt-content-style-blue-grey h2,
.tt-content-style-blue-grey h3,
.tt-content-style-blue-grey h4,
.tt-content-style-blue-grey h5,
.tt-content-style-blue-grey h6 {
color:#616276;	
}

.tt-content-style-cool-blue a,
.tt-content-style-cool-blue h1,
.tt-content-style-cool-blue h2,
.tt-content-style-cool-blue h3,
.tt-content-style-cool-blue h4,
.tt-content-style-cool-blue h5,
.tt-content-style-cool-blue h6 {
color:#0070B3;	
}

.tt-content-style-coffee a,
.tt-content-style-coffee h1,
.tt-content-style-coffee h2,
.tt-content-style-coffee h3,
.tt-content-style-coffee h4,
.tt-content-style-coffee h5,
.tt-content-style-coffee h6 {
color:#52453A;
}

.tt-content-style-fire a,
.tt-content-style-fire h1,
.tt-content-style-fire h2,
.tt-content-style-fire h3,
.tt-content-style-fire h4,
.tt-content-style-fire h5,
.tt-content-style-fire h6 {
color:#D1631A;
}

.tt-content-style-golden a,
.tt-content-style-golden h1,
.tt-content-style-golden h2,
.tt-content-style-golden h3,
.tt-content-style-golden h4,
.tt-content-style-golden h5,
.tt-content-style-golden h6 {
color:#D89606;
}

.tt-content-style-green-2 a,
.tt-content-style-green-2 h1,
.tt-content-style-green-2 h2,
.tt-content-style-green-2 h3,
.tt-content-style-green-2 h4,
.tt-content-style-green-2 h5,
.tt-content-style-green-2 h6 {
color:#479307;
}

.tt-content-style-lime-green a,
.tt-content-style-lime-green h1,
.tt-content-style-lime-green h2,
.tt-content-style-lime-green h3,
.tt-content-style-lime-green h4,
.tt-content-style-lime-green h5,
.tt-content-style-lime-green h6 {
color:#84B011;
}

.tt-content-style-periwinkle a,
.tt-content-style-periwinkle h1,
.tt-content-style-periwinkle h2,
.tt-content-style-periwinkle h3,
.tt-content-style-periwinkle h4,
.tt-content-style-periwinkle h5,
.tt-content-style-periwinkle h6 {
color:#554191;
}

.tt-content-style-pink a,
.tt-content-style-pink h1,
.tt-content-style-pink h2,
.tt-content-style-pink h3,
.tt-content-style-pink h4,
.tt-content-style-pink h5,
.tt-content-style-pink h6 {
color:#8C3267;
}

.tt-content-style-purple-2 a,
.tt-content-style-purple-2 h1,
.tt-content-style-purple-2 h2,
.tt-content-style-purple-2 h3,
.tt-content-style-purple-2 h4,
.tt-content-style-purple-2 h5,
.tt-content-style-purple-2 h6 {
color:#70498D;
}

.tt-content-style-red-2 a,
.tt-content-style-red-2 h1,
.tt-content-style-red-2 h2,
.tt-content-style-red-2 h3,
.tt-content-style-red-2 h4,
.tt-content-style-red-2 h5,
.tt-content-style-red-2 h6 {
color:#BD1900;
}

.tt-content-style-royal-blue a,
.tt-content-style-royal-blue h1,
.tt-content-style-royal-blue h2,
.tt-content-style-royal-blue h3,
.tt-content-style-royal-blue h4,
.tt-content-style-royal-blue h5,
.tt-content-style-royal-blue h6 {
color:#2D59A2;
}

.tt-content-style-silver a,
.tt-content-style-silver h1,
.tt-content-style-silver h2,
.tt-content-style-silver h3,
.tt-content-style-silver h4,
.tt-content-style-silver h5,
.tt-content-style-silver h6 {
color:#9E9E9E;
}

.tt-content-style-sky-blue a,
.tt-content-style-sky-blue h1,
.tt-content-style-sky-blue h2,
.tt-content-style-sky-blue h3,
.tt-content-style-sky-blue h4,
.tt-content-style-sky-blue h5,
.tt-content-style-sky-blue h6 {
color:#0094BF;
}

.tt-content-style-teal-grey a,
.tt-content-style-teal-grey h1,
.tt-content-style-teal-grey h2,
.tt-content-style-teal-grey h3,
.tt-content-style-teal-grey h4,
.tt-content-style-teal-grey h5,
.tt-content-style-teal-grey h6 {
color:#406273;
}

.tt-content-style-teal-2 a,
.tt-content-style-teal-2 h1,
.tt-content-style-teal-2 h2,
.tt-content-style-teal-2 h3,
.tt-content-style-teal-2 h4,
.tt-content-style-teal-2 h5,
.tt-content-style-teal-2 h6 {
color:#297372;
}

.tt-content-style-black a,
.tt-content-style-black h1,
.tt-content-style-black h2,
.tt-content-style-black h3,
.tt-content-style-black h4,
.tt-content-style-black h5,
.tt-content-style-black h6 {
color:#545454;	
}

.tt-content-style-blue a,
.tt-content-style-blue h1,
.tt-content-style-blue h2,
.tt-content-style-blue h3,
.tt-content-style-blue h4,
.tt-content-style-blue h5,
.tt-content-style-blue h6 {
color:#8dd9f6;	
}

.tt-content-style-green a,
.tt-content-style-green h1,
.tt-content-style-green h2,
.tt-content-style-green h3,
.tt-content-style-green h4,
.tt-content-style-green h5,
.tt-content-style-green h6 {
color:#9fcb57;	
}

.tt-content-style-grey a,
.tt-content-style-grey h1,
.tt-content-style-grey h2,
.tt-content-style-grey h3,
.tt-content-style-grey h4,
.tt-content-style-grey h5,
.tt-content-style-grey h6 {
color:#cacaca;	
}

.tt-content-style-navy a,
.tt-content-style-navy h1,
.tt-content-style-navy h2,
.tt-content-style-navy h3,
.tt-content-style-navy h4,
.tt-content-style-navy h5,
.tt-content-style-navy h6 {
color:#A5B0B9;	
}

.tt-content-style-orange a,
.tt-content-style-orange h1,
.tt-content-style-orange h2,
.tt-content-style-orange h3,
.tt-content-style-orange h4,
.tt-content-style-orange h5,
.tt-content-style-orange h6 {
color:#F6D36C;	
}

.tt-content-style-purple a,
.tt-content-style-purple h1,
.tt-content-style-purple h2,
.tt-content-style-purple h3,
.tt-content-style-purple h4,
.tt-content-style-purple h5,
.tt-content-style-purple h6 {
color:#DEBBD9;	
}

.tt-content-style-red a,
.tt-content-style-red h1,
.tt-content-style-red h2,
.tt-content-style-red h3,
.tt-content-style-red h4,
.tt-content-style-red h5,
.tt-content-style-red h6 {
color:#f78297;	
}

.tt-content-style-teal a,
.tt-content-style-teal h1,
.tt-content-style-teal h2,
.tt-content-style-teal h3,
.tt-content-style-teal h4,
.tt-content-style-teal h5,
.tt-content-style-teal h6 {
color:#A9DEE1;	
}


/* ----- Highlight Text ----- */
.highlight-style-1 {
color: #FFFFFF;
padding: 2px 6px;
        border-radius: 3px;
   -moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.highlight-autumn .highlight-style-1 {
background-color: #873108;
}

.highlight-autumn .highlight-style-2 {
color: #873108;
border-bottom:1px dashed #873108;
}

.highlight-black .highlight-style-1 {
background-color: #000;
}

.highlight-black .highlight-style-2 {
color: #000;
border-bottom:1px dashed #000;
}

.highlight-blue-grey .highlight-style-1 {
background-color: #474759;
}

.highlight-blue-grey .highlight-style-2 {
color: #474759;
border-bottom:1px dashed #474759;
}

.highlight-cool-blue .highlight-style-1 {
background-color: #0076B8;
}

.highlight-cool-blue .highlight-style-2 {
color: #0076B8;
border-bottom:1px dashed #0076B8;
}

.highlight-coffee .highlight-style-1 {
background-color: #372E25;
}

.highlight-coffee .highlight-style-2 {
color: #372E25;
border-bottom:1px dashed #372E25;
}

.highlight-fire .highlight-style-1 {
background-color: #D0631C;
}

.highlight-fire .highlight-style-2 {
color: #D0631C;
border-bottom:1px dashed #D0631C;
}

.highlight-golden .highlight-style-1 {
background-color: #BF7D02;
}

.highlight-golden .highlight-style-2 {
color: #BF7D02;
border-bottom:1px dashed #BF7D02;
}

.highlight-green .highlight-style-1 {
background-color: #478418;
}

.highlight-green .highlight-style-2 {
color: #478418;
border-bottom:1px dashed #478418;
}

.highlight-lime-green .highlight-style-1 {
background-color: #A1BE00;
}

.highlight-lime-green .highlight-style-2 {
color: #A1BE00;
border-bottom:1px dashed #A1BE00;
}

.highlight-periwinkle .highlight-style-1 {
background-color: #5556A3;
}

.highlight-periwinkle .highlight-style-2 {
color: #5556A3;
border-bottom:1px dashed #5556A3;
}

.highlight-pink .highlight-style-1 {
background-color: #92366D;
}

.highlight-pink .highlight-style-2 {
color: #92366D;
border-bottom:1px dashed #92366D;
}

.highlight-purple .highlight-style-1 {
background-color: #6B4687;
}

.highlight-purple .highlight-style-2 {
color: #6B4687;
border-bottom:1px dashed #6B4687;
}

.highlight-red .highlight-style-1 {
background-color: #A1070B;
}

.highlight-red .highlight-style-2 {
color: #A1070B;
border-bottom:1px dashed #A1070B;
}

.highlight-royal-blue .highlight-style-1 {
background-color: #2F496F;
}

.highlight-royal-blue .highlight-style-2 {
color: #2F496F;
border-bottom:1px dashed #2F496F;
}

.highlight-silver .highlight-style-1 {
background-color: #DDD;
color:#444 !important;
}

.highlight-silver .highlight-style-2 {
color: #999;
border-bottom:1px dashed #999;
}

.highlight-sky-blue .highlight-style-1 {
background-color: #16A7E1;
}

.highlight-sky-blue .highlight-style-2 {
color: #16A7E1;
border-bottom:1px dashed #16A7E1;
}

.highlight-teal-grey .highlight-style-1 {
background-color: #5A7D77;
}

.highlight-teal-grey .highlight-style-2 {
color: #5A7D77;
border-bottom:1px dashed #5A7D77;
}

.highlight-teal .highlight-style-1 {
background-color: #4BA096;
}

.highlight-teal .highlight-style-2 {
color: #4BA096;
border-bottom:1px dashed #4BA096;
}


/* ----- Drop Caps ----- */
.tt-dropcap-round,
.tt-dropcap-square,
.tt-dropcap-text {
color: #FFFFFF;
float: left;
text-align: center;
font-size: 24px;
letter-spacing:-1px;
height: 41px;
line-height: 42px;
margin: 1px 10px -5px 0;
width: 41px;
}

.tt-dropcap-round {
-moz-border-radius:25px;
-webkit-border-radius:25px;
border-radius:25px;
}

.tt-dropcap-text {
display: block;
font-size: 40px;
line-height: 40px;
margin: 0 8px -5px 0;
}

.tt-dropcap-autumn .tt-dropcap-square,
.tt-dropcap-autumn .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#D0600E), to(#772002));
background-image: -webkit-linear-gradient(top, #D0600E, #772002);
background-image:    -moz-linear-gradient(top, #D0600E, #772002);
background-image:      -o-linear-gradient(top, #D0600E, #772002);
background-image:         linear-gradient(to bottom, #D0600E, #772002);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D0600E', endColorstr='#772002');/*For IE7-8-9*/
}
.tt-dropcap-autumn .tt-dropcap-text {
color:#A64108;
}

.tt-dropcap-black-2 .tt-dropcap-square,
.tt-dropcap-black-2 .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#262626));
background-image: -webkit-linear-gradient(top, #333333, #262626);
background-image:    -moz-linear-gradient(top, #333333, #262626);
background-image:      -o-linear-gradient(top, #333333, #262626);
background-image:         linear-gradient(to bottom, #333333, #262626);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#262626');/*For IE7-8-9*/
}

.tt-dropcap-black-2 .tt-dropcap-text {
color:#222;
}

.tt-dropcap-blue-grey .tt-dropcap-square,
.tt-dropcap-blue-grey .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#5E6475), to(#2C2F38));
background-image: -webkit-linear-gradient(top, #5E6475, #2C2F38);
background-image:    -moz-linear-gradient(top, #5E6475, #2C2F38);
background-image:      -o-linear-gradient(top, #5E6475, #2C2F38);
background-image:         linear-gradient(to bottom, #5E6475, #2C2F38);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5E6475', endColorstr='#2C2F38');/*For IE7-8-9*/
}

.tt-dropcap-blue-grey .tt-dropcap-text {
color:#454956;
}

.tt-dropcap-cool-blue .tt-dropcap-square,
.tt-dropcap-cool-blue .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#0D9DDC), to(#0D5292));
background-image: -webkit-linear-gradient(top, #0D9DDC, #0D5292);
background-image:    -moz-linear-gradient(top, #0D9DDC, #0D5292);
background-image:      -o-linear-gradient(top, #0D9DDC, #0D5292);
background-image:         linear-gradient(to bottom, #0D9DDC, #0D5292);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0D9DDC', endColorstr='#0D5292');/*For IE7-8-9*/
}

.tt-dropcap-cool-blue .tt-dropcap-text {
color:#0D76B5;
}

.tt-dropcap-coffee .tt-dropcap-square,
.tt-dropcap-coffee .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#9A6742), to(#2E1C10));
background-image: -webkit-linear-gradient(top, #9A6742, #2E1C10);
background-image:    -moz-linear-gradient(top, #9A6742, #2E1C10);
background-image:      -o-linear-gradient(top, #9A6742, #2E1C10);
background-image:         linear-gradient(to bottom, #9A6742, #2E1C10);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9A6742', endColorstr='#2E1C10');/*For IE7-8-9*/
}

.tt-dropcap-coffee .tt-dropcap-text {
color:#67432A;
}

.tt-dropcap-fire .tt-dropcap-square,
.tt-dropcap-fire .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#FE8A0B), to(#B33410));
background-image: -webkit-linear-gradient(top, #FE8A0B, #B33410);
background-image:    -moz-linear-gradient(top, #FE8A0B, #B33410);
background-image:      -o-linear-gradient(top, #FE8A0B, #B33410);
background-image:         linear-gradient(to bottom, #FE8A0B, #B33410);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FE8A0B', endColorstr='#B33410');/*For IE7-8-9*/
}

.tt-dropcap-fire .tt-dropcap-text {
color:#DD640E;
}

.tt-dropcap-golden .tt-dropcap-square,
.tt-dropcap-golden .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#FDBB0D), to(#BF7D02));
background-image: -webkit-linear-gradient(top, #FDBB0D, #BF7D02);
background-image:    -moz-linear-gradient(top, #FDBB0D, #BF7D02);
background-image:      -o-linear-gradient(top, #FDBB0D, #BF7D02);
background-image:         linear-gradient(to bottom, #FDBB0D, #BF7D02);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDBB0D', endColorstr='#BF7D02');/*For IE7-8-9*/
}

.tt-dropcap-golden .tt-dropcap-text {
color:#E3A108;
}

.tt-dropcap-green-2 .tt-dropcap-square,
.tt-dropcap-green-2 .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#49A501), to(#416119));
background-image: -webkit-linear-gradient(top, #49A501, #416119);
background-image:    -moz-linear-gradient(top, #49A501, #416119);
background-image:      -o-linear-gradient(top, #49A501, #416119);
background-image:         linear-gradient(to bottom, #49A501, #416119);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49A501', endColorstr='#416119');/*For IE7-8-9*/
}

.tt-dropcap-green-2 .tt-dropcap-text {
color:#45850C;
}

.tt-dropcap-lime-green .tt-dropcap-square,
.tt-dropcap-lime-green .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#AED613), to(#467612));
background-image: -webkit-linear-gradient(top, #AED613, #467612);
background-image:    -moz-linear-gradient(top, #AED613, #467612);
background-image:      -o-linear-gradient(top, #AED613, #467612);
background-image:         linear-gradient(to bottom, #AED613, #467612);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AED613', endColorstr='#467612');/*For IE7-8-9*/
}

.tt-dropcap-lime-green .tt-dropcap-text {
color:#7DA813;
}

.tt-dropcap-periwinkle .tt-dropcap-square,
.tt-dropcap-periwinkle .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#5064C9), to(#522173));
background-image: -webkit-linear-gradient(top, #5064C9, #522173);
background-image:    -moz-linear-gradient(top, #5064C9, #522173);
background-image:      -o-linear-gradient(top, #5064C9, #522173);
background-image:         linear-gradient(to bottom, #5064C9, #522173);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5064C9', endColorstr='#522173');/*For IE7-8-9*/
}

.tt-dropcap-periwinkle .tt-dropcap-text {
color:#51439E;
}

.tt-dropcap-pink .tt-dropcap-square,
.tt-dropcap-pink .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#C4378F), to(#72234F));
background-image: -webkit-linear-gradient(top, #C4378F, #72234F);
background-image:    -moz-linear-gradient(top, #C4378F, #72234F);
background-image:      -o-linear-gradient(top, #C4378F, #72234F);
background-image:         linear-gradient(to bottom, #C4378F, #72234F);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C4378F', endColorstr='#72234F');/*For IE7-8-9*/
}

.tt-dropcap-pink .tt-dropcap-text {
color:#9C2E70;
}

.tt-dropcap-purple-2 .tt-dropcap-square,
.tt-dropcap-purple-2 .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#8F4EC2), to(#513567));
background-image: -webkit-linear-gradient(top, #8F4EC2, #513567);
background-image:    -moz-linear-gradient(top, #8F4EC2, #513567);
background-image:      -o-linear-gradient(top, #8F4EC2, #513567);
background-image:         linear-gradient(to bottom, #8F4EC2, #513567);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8F4EC2', endColorstr='#513567');/*For IE7-8-9*/
}

.tt-dropcap-purple-2 .tt-dropcap-text {
color:#704295;
}

.tt-dropcap-red-2 .tt-dropcap-square,
.tt-dropcap-red-2 .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#C71901), to(#961300));
background-image: -webkit-linear-gradient(top, #C71901, #961300);
background-image:    -moz-linear-gradient(top, #C71901, #961300);
background-image:      -o-linear-gradient(top, #C71901, #961300);
background-image:         linear-gradient(to bottom, #C71901, #961300);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C71901', endColorstr='#961300');/*For IE7-8-9*/
}

.tt-dropcap-red-2 .tt-dropcap-text {
color:#B01601;
}

.tt-dropcap-royal-blue .tt-dropcap-square,
.tt-dropcap-royal-blue .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#2D59A2), to(#122A53));
background-image: -webkit-linear-gradient(top, #2D59A2, #122A53);
background-image:    -moz-linear-gradient(top, #2D59A2, #122A53);
background-image:      -o-linear-gradient(top, #2D59A2, #122A53);
background-image:         linear-gradient(to bottom, #2D59A2, #122A53);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2D59A2', endColorstr='#122A53');/*For IE7-8-9*/
}

.tt-dropcap-royal-blue .tt-dropcap-text {
color:#20437C;
}

.tt-dropcap-silver .tt-dropcap-square,
.tt-dropcap-silver .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#5C5C5C));
background-image: -webkit-linear-gradient(top, #ACACAC, #5C5C5C);
background-image:    -moz-linear-gradient(top, #ACACAC, #5C5C5C);
background-image:      -o-linear-gradient(top, #ACACAC, #5C5C5C);
background-image:         linear-gradient(to bottom, #ACACAC, #5C5C5C);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ACACAC', endColorstr='#5C5C5C');/*For IE7-8-9*/
}

.tt-dropcap-silver .tt-dropcap-text {
color:#868686;
}

.tt-dropcap-sky-blue .tt-dropcap-square,
.tt-dropcap-sky-blue .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#53C5FE), to(#16A7E1));
background-image: -webkit-linear-gradient(top, #53C5FE, #16A7E1);
background-image:    -moz-linear-gradient(top, #53C5FE, #16A7E1);
background-image:      -o-linear-gradient(top, #53C5FE, #16A7E1);
background-image:         linear-gradient(to bottom, #53C5FE, #16A7E1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#53C5FE', endColorstr='#16A7E1');/*For IE7-8-9*/
}


.tt-dropcap-sky-blue .tt-dropcap-text {
color:#34B6EF;
}

.tt-dropcap-teal-grey .tt-dropcap-square,
.tt-dropcap-teal-grey .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#33657E), to(#162E36));
background-image: -webkit-linear-gradient(top, #33657E, #162E36);
background-image:    -moz-linear-gradient(top, #33657E, #162E36);
background-image:      -o-linear-gradient(top, #33657E, #162E36);
background-image:         linear-gradient(to bottom, #33657E, #162E36);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33657E', endColorstr='#162E36');/*For IE7-8-9*/
}

.tt-dropcap-teal-grey .tt-dropcap-text {
color:#264D5E;
}

.tt-dropcap-teal-2 .tt-dropcap-square,
.tt-dropcap-teal-2 .tt-dropcap-round{
background-image: -webkit-gradient(linear, left top, left bottom, from(#3CBA9F), to(#185C60));
background-image: -webkit-linear-gradient(top, #3CBA9F, #185C60);
background-image:    -moz-linear-gradient(top, #3CBA9F, #185C60);
background-image:      -o-linear-gradient(top, #3CBA9F, #185C60);
background-image:         linear-gradient(to bottom, #3CBA9F, #185C60);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CBA9F', endColorstr='#185C60');/*For IE7-8-9*/
}

.tt-dropcap-teal-2 .tt-dropcap-text {
color:#29897E;
}

.tt-dropcap-black .tt-dropcap-square,
.tt-dropcap-black .tt-dropcap-round{
background-color: #545454;
background-image: -moz-linear-gradient(top, #5e5e5e, #434343);
background-image: -ms-linear-gradient(top, #5e5e5e, #434343);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e5e), to(#434343));
background-image: -webkit-linear-gradient(top, #5e5e5e, #434343);
background-image: -o-linear-gradient(top, #5e5e5e, #434343);
background-image: linear-gradient(top, #5e5e5e, #434343);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343', GradientType=0);
}

.tt-dropcap-black .tt-dropcap-text {
color:#434343;
}

.tt-dropcap-blue .tt-dropcap-square,
.tt-dropcap-blue .tt-dropcap-round{
background-color: #8dd9f6;
background-image: -moz-linear-gradient(top, #abe4f8, #6fcef3);
background-image: -ms-linear-gradient(top, #abe4f8, #6fcef3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abe4f8), to(#6fcef3));
background-image: -webkit-linear-gradient(top, #abe4f8, #6fcef3);
background-image: -o-linear-gradient(top, #abe4f8, #6fcef3);
background-image: linear-gradient(top, #abe4f8, #6fcef3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3', GradientType=0);
}

.tt-dropcap-blue .tt-dropcap-text {
color:#6fcef3;
}

.tt-dropcap-green .tt-dropcap-square,
.tt-dropcap-green .tt-dropcap-round{
background-color: #cae285;
background-image: -moz-linear-gradient(top, #cae285, #9fcb57);
background-image: -ms-linear-gradient(top, #cae285, #9fcb57);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cae285), to(#9fcb57));
background-image: -webkit-linear-gradient(top, #cae285, #9fcb57);
background-image: -o-linear-gradient(top, #cae285, #9fcb57);
background-image: linear-gradient(top, #cae285, #9fcb57);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57', GradientType=0);
}

.tt-dropcap-green .tt-dropcap-text {
color:#9fcb57;
}

.tt-dropcap-grey .tt-dropcap-square,
.tt-dropcap-grey .tt-dropcap-round{
background-color: #cacaca;
background-image: -moz-linear-gradient(top, #cacaca, #aeaeae);
background-image: -ms-linear-gradient(top, #cacaca, #aeaeae);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cacaca), to(#aeaeae));
background-image: -webkit-linear-gradient(top, #cacaca, #aeaeae);
background-image: -o-linear-gradient(top, #cacaca, #aeaeae);
background-image: linear-gradient(top, #cacaca, #aeaeae);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae', GradientType=0);
}

.tt-dropcap-grey .tt-dropcap-text {
color:#aeaeae;
}

.tt-dropcap-navy .tt-dropcap-square,
.tt-dropcap-navy .tt-dropcap-round{
background-color: #becbd6;
background-image: -moz-linear-gradient(top, #becbd6, #88a1b4);
background-image: -ms-linear-gradient(top, #becbd6, #88a1b4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#becbd6), to(#88a1b4));
background-image: -webkit-linear-gradient(top, #becbd6, #88a1b4);
background-image: -o-linear-gradient(top, #becbd6, #88a1b4);
background-image: linear-gradient(top, #becbd6, #88a1b4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4', GradientType=0);
}

.tt-dropcap-navy .tt-dropcap-text {
color:#88a1b4;
}

.tt-dropcap-orange .tt-dropcap-square,
.tt-dropcap-orange .tt-dropcap-round{
background-color: #feda71;
background-image: -moz-linear-gradient(top, #feda71, #febb4a);
background-image: -ms-linear-gradient(top, #feda71, #febb4a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feda71), to(#febb4a));
background-image: -webkit-linear-gradient(top, #feda71, #febb4a);
background-image: -o-linear-gradient(top, #feda71, #febb4a);
background-image: linear-gradient(top, #feda71, #febb4a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a', GradientType=0);
}

.tt-dropcap-orange .tt-dropcap-text {
color:#febb4a;
}

.tt-dropcap-purple .tt-dropcap-square,
.tt-dropcap-purple .tt-dropcap-round{
background-color: #e8c4e4;
background-image: -moz-linear-gradient(top, #e8c4e4, #d494ce);
background-image: -ms-linear-gradient(top, #e8c4e4, #d494ce);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8c4e4), to(#d494ce));
background-image: -webkit-linear-gradient(top, #e8c4e4, #d494ce);
background-image: -o-linear-gradient(top, #e8c4e4, #d494ce);
background-image: linear-gradient(top, #e8c4e4, #d494ce);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce', GradientType=0);
}

.tt-dropcap-purple .tt-dropcap-text {
color:#d494ce;
}

.tt-dropcap-red .tt-dropcap-square,
.tt-dropcap-red .tt-dropcap-round{
background-color: #f78297;
background-image: -moz-linear-gradient(top, #f78297, #f56778);
background-image: -ms-linear-gradient(top, #f78297, #f56778);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f78297), to(#f56778));
background-image: -webkit-linear-gradient(top, #f78297, #f56778);
background-image: -o-linear-gradient(top, #f78297, #f56778);
background-image: linear-gradient(top, #f78297, #f56778);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778', GradientType=0);
}

.tt-dropcap-red .tt-dropcap-text {
color:#f56778;
}

.tt-dropcap-teal .tt-dropcap-square,
.tt-dropcap-teal .tt-dropcap-round{
background-color: #b7f2f4;
background-image: -moz-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: -ms-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7f2f4), to(#7ce7ea));
background-image: -webkit-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: -o-linear-gradient(top, #b7f2f4, #7ce7ea);
background-image: linear-gradient(top, #b7f2f4, #7ce7ea);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea', GradientType=0);
}

.tt-dropcap-teal .tt-dropcap-text {
color:#7ce7ea;
}




/* ----- Icons ----- */
.tt-icon {
padding:4px 0 20px 55px;
display:inline-block;
font-size:13px;
line-height:1.5em;
}

.sidebar .tt-icon {
padding:8px 0 20px 55px;
font-size:12px;
}

.tt-icon span {font-weight:bold;}

.tt-icon{
	position:relative;
}
.tt-icon:before{
	content:"";
	position:absolute;
	left:1px;
	top:0;
	width:48px;
	height:48px;
}
.icon-alarm:before{
	background-position:0 -1144px;
}
.icon-arrow-down-a:before{
background-position:0 -1190px;
}

.icon-arrow-down-b:before{
background-position:0 -1237px;
}

.icon-arrow-up-a:before{
	background-position:0 -3596px;
}

.icon-arrow-up-b:before{
	background-position:0 -3649px;
}

.icon-bookmark:before{
	background-position:0 -2249px;
}

.icon-calculator:before{
background-position:0 -1339px;	
}

.icon-calendar-day:before{
	background-position:0 -2519px;
}

.icon-calendar-month:before{
	background-position:0 -3383px;
}

.icon-camera:before{
	background-position:0 -3429px;
	top:2px;
}

.icon-cart-add:before{
	background-position:0 -3486px;
}

.icon-caution:before{
	background-position:0 -3542px;
}

.icon-cellphone:before{
	background-position:0 -2305px;
}

.icon-chart:before{
	background-position:0 -2351px;
}

.icon-chat:before{
	background-position:0 -2407px;
}

.icon-chat-2:before{
	background-position:0 -2460px;
}

.icon-checklist:before{
	background-position:0 -1391px;
}

.icon-checkmark:before{
	background-position:0 -1442px;
}

.icon-clipboard:before{
	background-position:0 -3923px;
}

.icon-clock:before{
	background-position:0 -1493px;
}

.icon-contacts:before{
	background-position:0 -1551px;
}

.icon-crate:before{
	background-position:0 -1605px;
}

.icon-database:before{
	background-position:0 -1651px;
}

.icon-document-edit:before{
	background-position:0 -3865px;
}

.icon-drive:before{
	background-position:0 -2624px;
}

.icon-dvd:before{
	background-position:0 -2678px;
}

.icon-email-send:before{
	background-position:0 -2725px;
}

.icon-flag:before{
	background-position:0 -2785px;
}

.icon-games:before{
	background-position:0 -3708px;
}

.icon-gear:before{
	background-position:0 -3756px;
}

.icon-globe-download:before{
	background-position:0 -3811px;
}

.icon-globe-upload:before{
	background-position:0 -2568px;
}

.icon-globe:before{
background-position:0 -1287px;
}

.icon-hdtv:before{
	background-position:0 -1699px;
}

.icon-heart:before{
	background-position:0 -1760px;
}

.icon-support:before{
	background-position:0 -1816px;
}

.icon-history:before{
	background-position:0 -1865px;
}

.icon-home:before{
	background-position:0 -1923px;
}

.icon-info:before{
	background-position:0 -2839px;
}

.icon-laptop:before{
	background-position:0 -2889px;
}

.icon-light-on:before{
	background-position:0 -2951px;
}

.icon-lock-closed:before{
	background-position:0 -3004px;
}

.icon-magnify:before{
	background-position:0 -3058px;
}

.icon-megaphone:before{
	background-position:0 -3973px;
}

.icon-money:before{
	background-position:0 -4020px;
}

.icon-movie:before{
	background-position:0 -4082px;
}

.icon-mp3:before{
	background-position:0 -4139px;
}

.icon-ms-word:before {
	background-position:0 -6113px;
}

.icon-music:before{
	background-position:0 -4189px;
}

.icon-network:before{
	background-position:0 -1976px;
}

.icon-news:before{
	background-position:0 -2025px;
}

.icon-notebook:before{
	background-position:0 -2086px;
}

.icon-pdf:before {
	background-position:0 -6186px;
}

.icon-photos:before{
	background-position:0 -2135px;
}

.icon-refresh:before{
	background-position:0 -3109px;
}

.icon-rss:before{
	background-position:0 -3163px;
}

.icon-shield-blue:before{
	background-position:0 -3217px;
}

.icon-shield-green:before{
	background-position:0 -3271px;
}

.icon-star:before{
	background-position:0 -3325px;
}

.icon-smart-phone:before{
	background-position:0 -4246px;
}

.icon-tools:before{
	background-position:0 -4299px;
}

.icon-user-group:before{
	background-position:0 -4353px;
}

.icon-vcard:before{
	background-position:0 -2192px;
}

.icon-video-camera:before{
	background-position:0 -4406px;
}

.icon-x:before{
	background-position:0 -4457px;
}


/* ----- Icons Minimal ----- */
.tt-mono-icon{
padding:0 0 10px 45px;
display:inline-block;
position:relative;
}
.tt-mono-icon:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:40px;
	height:40px;
}

.mono-address_book:before{
	background-position:0 -4675px;
}

.mono-alert:before{
	background-position:0 -4944px;
}

.mono-announcement:before{
	background-position:0 -5215px;
}

.mono-calendar:before{
	background-position:0 -5485px;
}

.mono-cog:before{
	background-position:0 -4721px;
}

.mono-comments:before{
	background-position:0 -4986px;
}

.mono-download:before{
	background-position:0 -5257px;
}

.mono-edit:before{
	background-position:0 -5530px;
}

.mono-email:before{
	background-position:0 -4760px;
}

.mono-file:before{
	background-position:0 -5035px;
}

.mono-home:before{
	background-position:0 -5303px;
}

.mono-info:before{
	background-position:0 -5575px;
}

.mono-movie:before{
	background-position:0 -4811px;
}

.mono-page-layout:before{
	background-position:0 -5077px;
}

.mono-pencil:before{
	background-position:0 -5349px;
}

.mono-pictures:before{
	background-position:0 -5616px;
}

.mono-restart:before{
	background-position:0 -4853px;
}

.mono-settings:before{
	background-position:0 -5123px;
}

.mono-support:before{
	background-position:0 -5395px;
}

.mono-tags:before{
	background-position:0 -5663px;
}

.mono-upload:before{
	background-position:0 -4897px;
}

.mono-users:before{
	background-position:0 -5167px;
}

.mono-vcard:before{
	background-position:0 -5436px;
}

.mono-zoom:before{
	background-position:0 -5709px;
}



/* ----- Notification Boxes ----- */
.tt-notification {
border:1px solid;
width:100%;
border-bottom-width:2px;
color:#4f4f4f;
display:block;
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
font-size:11px;
line-height:19px;
margin-bottom:20px;
overflow:hidden;
position:relative;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);
   -moz-box-shadow:0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);
        box-shadow:0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);   
-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
}
.closeable-x:before{
	content:"";
	position:absolute;
	right:9px;
	top:8px;
	width:9px;
	height:9px;
	background-position:0 -5783px;
}
.closeable-x {
position:relative;
width:100%;
height:100%;
}

.tt-notification p {
padding:16px 16px 16px 42px;
text-shadow:0 1px 0 rgba(255,255,255,0.65);
margin-bottom:0;
}

.tt-notification p strong {
color:#303030;
font-weight:700;
}

.tt-notification.success {
background-color:#dde6ba;
border-color:#d0e289 #c6d881 #b8cb71;	
background-image: -webkit-gradient(linear, left top, left bottom, from(#e6efc2), to(#d9e2b7));
background-image: -webkit-linear-gradient(top, #e6efc2, #d9e2b7);
background-image:    -moz-linear-gradient(top, #e6efc2, #d9e2b7);
background-image:      -o-linear-gradient(top, #e6efc2, #d9e2b7);
background-image:         linear-gradient(to bottom, #e6efc2, #d9e2b7);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e6efc2', endColorstr='#d9e2b7');/*For IE7-8-9*/
}

.tt-notification.success p:before,
.tt-notification.error p:before,
.tt-notification.warning p:before,
.tt-notification.tip p:before,
.tt-notification.neutral p:before{
content:"";
background-position:0 -1044px;
width:17px;
height:16px;
position:absolute;
left:14px;
top:18px;
}
.tt-notification.error p:before{
background-position:0 -1063px;
}
.tt-notification.warning p:before{
	background-position:0 -1084px;
}
.tt-notification.tip p:before{
	background-position:0 -1105px;
}
.tt-notification.neutral p:before{
	background-position:0 -1126px;
}

.tt-notification.success p strong {
color:#417800;
}

.tt-notification.error {
background-color:#f6dbd6;
border-color:#f7d5d6 #f1c8ca #f2b5b8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fbe2e3), to(#eeccce));
background-image: -webkit-linear-gradient(top, #fbe2e3, #eeccce);
background-image:    -moz-linear-gradient(top, #fbe2e3, #eeccce);
background-image:      -o-linear-gradient(top, #fbe2e3, #eeccce);
background-image:         linear-gradient(to bottom, #fbe2e3, #eeccce);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbe2e3', endColorstr='#eeccce');/*For IE7-8-9*/
}
.tt-notification.error p strong {
color:#d43c41;
}

.tt-notification.warning {
background-color:#f9f9b4;
border-color:#f7dc72 #f4d96c #eace61;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffb9), to(#f0efae));
background-image: -webkit-linear-gradient(top, #ffffb9, #f0efae);
background-image:    -moz-linear-gradient(top, #ffffb9, #f0efae);
background-image:      -o-linear-gradient(top, #ffffb9, #f0efae);
background-image:         linear-gradient(to bottom, #ffffb9, #f0efae);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffb9', endColorstr='#f0efae');/*For IE7-8-9*/
}

.tt-notification.warning p strong {
color:#777909;
}

.tt-notification.tip {
background-color:#dceffa;
border-color:#b8e1fd #a6d4f4 #9ed1f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d4e6f0));
background-image: -webkit-linear-gradient(top, #e0f4ff, #d4e6f0);
background-image:    -moz-linear-gradient(top, #e0f4ff, #d4e6f0);
background-image:      -o-linear-gradient(top, #e0f4ff, #d4e6f0);
background-image:         linear-gradient(to bottom, #e0f4ff, #d4e6f0);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e0f4ff', endColorstr='#d4e6f0');/*For IE7-8-9*/
}

.tt-notification.tip p strong {
color:#0068a4;
}

.tt-notification.neutral {
background-color:#f0f0f0;
border-color:#e4e4e4 #d9d9d9 #cbcbcb;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e4e4e4));
background-image: -webkit-linear-gradient(top, #f0f0f0, #e4e4e4);
background-image:    -moz-linear-gradient(top, #f0f0f0, #e4e4e4);
background-image:      -o-linear-gradient(top, #f0f0f0, #e4e4e4);
background-image:         linear-gradient(to bottom, #f0f0f0, #e4e4e4);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f0f0f0', endColorstr='#e4e4e4');/*For IE7-8-9*/
}

.tt-notification.neutral p strong {
color:#303030;
}



/*----- Text Styles ----- */
.large-callout p {
font-size:15px;
font-family:Helvetica, Arial, sans-serif;
}



/*----- Pricing Boxes ----- */
.true-vision-pricing-column  {
width:100%;
background: #F7F7F7;
margin: 5px;
float: left;
border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
		border-radius: 5px;
}

.one_fourth .true-vision-pricing-column,
.vision_one_fourth .true-vision-pricing-column  {
width:110%;
}

.true-vision-pricing-top {
width:100.5%;
margin-left: -0.25%;
border:0;
padding:30px 0;
-webkit-border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
}

.true-vision-pricing-top h2 {
color: #fff;
text-align: center;
font: 300 25px/25px Helvetica, Verdana, sans-serif;
margin-bottom:20px;
}

.true-vision-pricing-column h1 sup {
font-size: 35px;
padding-right:4px;
}

.true-vision-pricing-column h1 {
text-align: center;
font: bold 88px/1 Helvetica, Arial, Verdana, sans-serif;
margin: 0 0 0 -24px;
color:#FFF;
}

.true-vision-pricing-column p {
text-align: center;
font: 500 14px/1 Helvetica, Arial, Verdana, sans-serif;
color: #BCBEC0;
}

.true-vision-pricing-top p {
color: rgba(255, 255, 255, 0.50);
}

.true-vision-pricing-column h1 + p {
margin:10px 0 0 0;
}

.true-vision-pricing-column ul {
list-style-type: none;
font: 300 18px/2 Helvetica, Verdana, sans-serif;
margin: 20px 0 0 45px;
}

.one_fourth .true-vision-pricing-column ul,
.vision_one_fourth .true-vision-pricing-column ul {
font-size:15px;
margin: 20px 0 0 25px;
}

.one_fourth .true-vision-pricing-column h1,
.vision_one_fourth .true-vision-pricing-column h1 {
font-size:78px;
}

.true-vision-pricing-column ul strong {
font-weight: bold;
}

.true-vision-pricing-column hr {
border: 0;
background-color: #BCBEC0;
color: #BCBEC0;
height: 1px;
width: 80%;
margin: 20px auto 0 auto;
}

.true-vision-pricing-column .tt-button{
display: block;
width: 40%;
margin: 30px auto;
text-align:center;
}

.true-vision-pricing-column.featured {
background:#EEE;	
}



/* Style 2 */
.true-vision-pricing-column.true-vision-pricing-style-2 h1 {
margin: 20px 0 0 0;
color:inherit;
}

.true-vision-pricing-column.true-vision-pricing-style-2 h2 {
font: 300 25px/70px Helvetica, Verdana, sans-serif;
margin-bottom:0;
}

.true-vision-pricing-column.true-vision-pricing-style-2 .true-vision-pricing-top {
padding:0;
}

.true-vision-pricing-column.true-vision-pricing-style-2 h1 + p {
margin:5px 0 25px 0;
}




/*----------------------------------------------------------*/
/* 18. Wordpress + Widgets
/*----------------------------------------------------------*/

/*----- Custom Menu - Superfish Dropdown ----- */
.top-aside {
z-index:999;
}

.top-aside ul.custom-menu.sf-js-enabled {
display:block;
position:absolute;
}

.top-aside a.sf-with-ul:hover {
text-decoration:none;	
}

.top-aside ul.custom-menu li ul {
z-index:999;
margin-top:2px;
        border-radius: 3px;
   -moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.top-aside ul.sub-menu {
display:none;	
}

.top-aside ul.custom-menu li li a {
text-decoration:none;
padding:6px 10px;
display:block;
		transition: background .3s;
   -moz-transition: background .3s;
-webkit-transition: background .3s;
	 -o-transition: background .3s;
}

.top-aside ul.custom-menu li a.sf-with-ul {
	border: 0;	
}

.top-aside ul.custom-menu li li a:hover {
opacity:1.0;
}

.top-aside ul.custom-menu ul li:first-child a {
        border-radius: 3px 3px 0px 0px;
   -moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
}

.top-aside ul.custom-menu ul li:last-child a {
        border-radius: 0px 0px 3px 3px;
   -moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
}

.top-aside ul.custom-menu a .sf-sub-indicator {
height: 9px;
width: 9px;
position: absolute;
margin: 6px 0 0 5px;
text-indent: -9999px;
background-position:0px -6044px;
}

.sticky,
.gallery-caption,
.bypostauthor {font-size:inherit;}

.widget-heading {
font-size:14px;
margin-bottom:14px;
color:#383C43;
}

.sidebar-widget {
margin-bottom:30px;
padding-top:30px;
}

.top-aside .sidebar-widget {
padding:0;
margin:0;
}

.entry-content img {
margin:0 0 10px;
}

.alignleft,img.alignleft {
margin-right:10px;
display:inline;
float:left;
}

.alignright,img.alignright {
margin-left:10px;
display:inline;
float:right;
}

.aligncenter,img.aligncenter {
display:block;
clear:both;
margin:0 auto;
}

.wp-caption {
margin-bottom:10px;
text-align:center;
padding-top:5px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
line-height:1.5;
font-size:11px;
margin:0;
}

.wp-smiley {
max-height:1em;
margin:0 !important;
}

blockquote.left {
margin-right:20px;
text-align:right;
margin-left:0;
width:33%;
float:left;
}

blockquote.right {
margin-left:20px;
text-align:left;
margin-right:0;
width:33%;
float:right;
}



/* ------ 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(images/global/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;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
width:auto;
}

#content-container .home-vertical-sidebar input[type="text"],
#content-container .home-vertical-sidebar .mc_input {
margin-bottom: 0px;
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:#636B75;
}

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:9px;
height:27px;
width:158px;
margin:3px 0 0 0;
background:rgba(0, 0, 0, 0.2);
z-index:400;
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
}

#banner-search input {
background-position:0 -771px;	
padding:0 0 0 18px;
width:120px;
margin:6px 0 0 8px;
border:none;
line-height:14px;
height:15px;
}



/* ------ 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 {
background:none repeat scroll 0 0 #FFF;
border:1px solid #DDD;
box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
float:left;
padding:4px;
}

.flickr_badge_image img {
float:left;
height:52px;
width:52px;
}

#scroll_to_top {
font-size:11px;
color:#FFF;
font-weight:bold;
float:right;
background-position:0 -658px;
margin:5px 0 0 30px;
padding-left:15px;
}



/* ------ Social Media Widget ------ */
.social_icons {
list-style-type:none;
list-style-image:none;
padding-top:4px;
}

.sidebar .social_icons {
list-style-type:none;
list-style-image:none;
padding:8px 0 0 4px;
}

.sidebar .social_icons a {
padding-left:24px;
}

.social_icons a {
padding-top:0px;
padding-bottom:10px;
}

.social_links a:link,.social_links a:active,.social_links a:visited {
font-weight:600;
}

a.rss {
background-position:0 -317px;
}
a.twitter {
background-position:0 -346px;
}

a.facebook {
background-position:0 -372px;
}
a.email {
background-position:0 -398px;
}
a.flickr {
background-position:0 -424px;
}

a.youtube {
background-position:0 -450px;
}

a.linkedin {
background-position:0 -476px;
}

a.foursquare {
background-position:0 -502px;
}

a.delicious {
background-position:0 -528px;
}

a.digg {
background-position:0 -554px;
}

a.google {
background-position:0 -580px;
padding-bottom:2px !important;
}


a.pinterest {
background-position:0 -606px;
}

a.instagram {
background-position:0 -632px;
}


.top-aside .social_icons {
margin:0;
}

.top-aside .social_icons li + li {
margin-left: 5px;
}

.top-aside .one_half + .one_half .social_icons {
float:right;
}

.top-aside .social_icons li {
float:left;
margin-bottom:0;
}

.top-aside .social_icons a {
padding-left:22px;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
padding-bottom:0;
border:none;
}

.top-aside .social_icons a.rss {
background-position: 0 4px !important;
}

.top-aside .social_icons a.twitter {
background-position: 0 -20px !important;
}

.top-aside .social_icons a.facebook {
background-position: 0 -45px !important;
}

.top-aside .social_icons a.email {
	background-position:0 -69px !important;
}

.top-aside .social_icons a.flickr {
background-position: 0 -91px !important;
}

.top-aside .social_icons a.youtube {
background-position: 0 -113px !important;
padding:9px 0 9px 24px !important;
}

.top-aside .social_icons a.linkedin {
background-position: 0 -148px !important;
}

.top-aside .social_icons a.foursquare {
background-position: 0 -171px !important;
}

.top-aside .social_icons a.delicious {
background-position: 0 -196px !important;
}

.top-aside .social_icons a.digg {
	background-position:0 -218px !important;
}

.top-aside .social_icons a.google {
	background-position:0 -241px !important;
}

.top-aside .social_icons a.pinterest {
background-position: -0px -265px !important;
}

.top-aside .social_icons a.instagram {
background-position: -0px -289px !important;
}

.top-aside .social_icons a:hover {
color:#FFF;
}



/* ------ WP-Pagenavi ------ */
.wp-pagenavi {
clear: both;
font-size: 9px;
height: 110px;
letter-spacing: 1.6px;
padding-top: 10px;
text-align: left;
text-transform: uppercase;
margin-top: 25px;
}

.blog_page_content .wp-pagenavi {
margin-top: -20px;
}

.wp-pagenavi a, 
.wp-pagenavi .current {
margin: 0 4px;
padding: 7px 9px;
border-radius: 3px 3px 3px 3px;
}

.wp-pagenavi a {
background-color: #F6F6F6;
border:1px solid #EFEFEF;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#F6F6F6));
background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
background-image:    -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
background-image:     -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
background-image:      -o-linear-gradient(top, #FAFAFA, #F6F6F6);
}

.paged-navigation .next, 
.paged-navigation .prev {
background: none repeat scroll 0 0 transparent;
border: 0 none;
}


.wp-pagenavi a:hover, 
.paged-navigation a:hover {
text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
background: url(images/global/bg-input-gradient.gif) repeat-x scroll -1px -2px #F9F9F9;
border:1px solid #DDD;
color: #666666;
}

.wp-pagenavi .current {
font-weight:400;
}

.gallery-wp-navi .wp-pagenavi {
height: 40px;
letter-spacing: 1.6px;
padding-top: 10px;
text-align: left;
text-transform: uppercase;
margin-top: 20px;
}

.wp-pagenavi .pages {
color:#555;
}



/* ------ Twitter Widget ------ */
#twitter_update_list {
margin-top:-10px;
}

#twitter-link {
font-size:12px;
background:url(images/global/sprite.png) 0 -346px no-repeat;
padding:2px 0 2px 24px;
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(images/global/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;}
#content-container .sidebar-widget #SGM input {
background:url(images/global/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;
}
#content-container .sidebar-widget #SGM input[type="text"] {
margin:0 10px 2px 0;
width:182px;
}

#SGM input.submit {
height:26px !important; 
line-height:25px !important; 
padding:0px 14px !important; 
display:block !important; 
overflow:hidden !important; 
position:relative !important; 
background-repeat:repeat-x !important; 
background-image:url(images/global/main_button_bg_2.jpg) !important; 
background-position:0px 0px !important; 
border:1px solid #e6e6e6 !important; 
-moz-border-radius:14px !important; 
-webkit-border-radius:14px !important; 
border-radius:14px; 
font-family:Tahoma; font-size:11px; color:#808080 !important; 
text-align:center !important; 
text-shadow:1px 1px #ffffff !important;
cursor:pointer;
}

#SGM input.submit {
width:auto !important;
float:right;
margin-right:60px;cursor:pointer;
}


#SGM input.submit:hover {
background-position:0px -26px !important; 
text-decoration:none !important;
border:1px solid #ccc !important;
}


/* ------ Business Hours Widget ------ */
.business-hours p {
margin:0;
padding:3px 5px;
}

.business-hours .odd {
background: #EEE;
}

.business-hours .day {
font-weight: bold;	
}

.business-hours .hours {
float: right;
font-size:12px;
}


/* ------ Contact Details Widget ------ */
.contact_details p {
margin-bottom:3px;
line-height:17px;	
}

.contact_details .address {
margin-bottom:18px;	
}

.contact_details_wrap {
padding:15px;
-webkit-border-radius:3px;
   -moz-border-radius:3px;
		border-radius:3px;
background: none repeat scroll 0 0 #EEE;
    box-shadow: 0 1px 2px #C3C3C3;
}

footer .contact_details_wrap,
footer .business-hours .odd {
background:none;
box-shadow:none;
}


/* ------ 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;
text-shadow: 1px 1px 1px #FFFFFF;
}


/* ------ <pre> styling ------ */
pre, code, tt {
background: #F3F8FC;
border: 2px solid #C7DEEC;
color: #555555;
display: block;
font-size: 13px;
line-height:19px;
font-family: 'andale mono','lucida console',monospace;
margin: 20px 0 40px 0;
overflow: auto;
padding: 20px;
word-wrap: break-word;
}



/*----------------------------------------------------------*/
/* 19. PrettyPhoto Styles
/*----------------------------------------------------------*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.pagination a:link, .pagination a:visited{
color: #717171;
}

.meta, .pagination{
color: #636b73;
}


/*----------------------------------------------------------*/
/* 20. Responsive Media Queries
/*----------------------------------------------------------*/

/* Responsive media queries are located within css/_mobile.css */



/*----------------------------------------------------------*/
/* 21. WooCommerce
/*----------------------------------------------------------*/

/* WooCommerce styles are located within css/_woocommerce.css */



/*----------------------------------------------------------*/
/* 22. Internet Explorer
/*----------------------------------------------------------*/
#ie8 .footer-nav li a,
#ie9 .footer-nav li a,
#ie8 .top-aside ul li a,
#ie9 .top-aside ul li a {
border-right:0;
background:url(images/global/bg-seperator.png) 100% 50% no-repeat;
}
#ie8 footer .social_icons a{
	padding-bottom:0;
}
#ie8 .tt-dropcap-round {
background:url(images/internetExplorer/tt-dropcap-sprite.png) left top no-repeat;
filter:none;
}
#ie8 .tt-dropcap-autumn .tt-dropcap-round {
background-position:0 -11px;
}
#ie8 .tt-dropcap-black-2 .tt-dropcap-round {
background-position:-41px -51px;
}
#ie8 .tt-dropcap-blue-grey .tt-dropcap-round {
background-position:-82px -92px;
}
#ie8 .tt-dropcap-cool-blue .tt-dropcap-round {
background-position:-122px -133px;
}
#ie8 .tt-dropcap-coffee .tt-dropcap-round {
background-position:-162px -174px;
}
#ie8 .tt-dropcap-fire .tt-dropcap-round {
background-position:-202px -214px;
}
#ie8 .tt-dropcap-golden .tt-dropcap-round {
background-position:-242px -254px;
}
#ie8 .tt-dropcap-green-2 .tt-dropcap-round {
background-position:-282px -295px;
}
#ie8 .tt-dropcap-lime-green .tt-dropcap-round {
background-position:-322px -336px;
}
#ie8 .tt-dropcap-periwinkle .tt-dropcap-round {
background-position:0px -104px;
}
#ie8 .tt-dropcap-pink .tt-dropcap-round {
background-position:-41px -144px;
}
#ie8 .tt-dropcap-purple-2 .tt-dropcap-round {
background-position:-81px -184px;
}
#ie8 .tt-dropcap-silver .tt-dropcap-round {
background-position:-122px -224px;
}
#ie8 .tt-dropcap-red-2 .tt-dropcap-round {
background-position:-162px -264px;
}
#ie8 .tt-dropcap-royal-blue .tt-dropcap-round {
background-position:-202px -305px;
}
#ie8 .tt-dropcap-teal-2 .tt-dropcap-round {
background-position:-243px -346px;
}
#ie8 .tt-dropcap-sky-blue .tt-dropcap-round {
background-position:-283px -386px;
}
#ie8 .tt-dropcap-teal-grey .tt-dropcap-round {
background-position:-323px -426px;
}
#ie8 .tt-dropcap-black .tt-dropcap-round {
background-position:-91px 0px;
}
#ie8 .tt-dropcap-grey .tt-dropcap-round {
background-position:-132px -41px;
}
#ie8 .tt-dropcap-blue .tt-dropcap-round {
background-position:-172px -82px;
}
#ie8 .tt-dropcap-green .tt-dropcap-round {
background-position:-212px -123px;
}
#ie8 .tt-dropcap-navy .tt-dropcap-round {
background-position:-252px -163px;
}
#ie8 .tt-dropcap-orange .tt-dropcap-round {
background-position:-292px -203px;
}
#ie8 .tt-dropcap-purple .tt-dropcap-round {
background-position:-332px -244px;
}
#ie8 .tt-dropcap-red .tt-dropcap-round {
background-position:-372px -285px;
}
#ie8 .tt-dropcap-teal .tt-dropcap-round {
background-position:-202px 0px;
}
#ie8 #banner-search {
position:absolute;
right:0;
top:9px;
height:27px;
width:158px;
margin:3px 0 0 0;
background:url(images/internetExplorer/bg-banner-search.png) 0 0 no-repeat;
z-index:400;
}
#ie8 .top-aside .social_icons a,
#ie9 .top-aside .social_icons a {background:url(images/global/sprite.png) no-repeat;}
#ie8 .footer-copyright {background:url(images/internetExplorer/bg-footer-copyright.png) center top no-repeat;}