/*
Theme Name: Shaunti.com, based on Office
Theme URI: http://www.wpexplorer.com
Description: WordPress theme by <a href="http://www.wpexplorer.com">WPExplorer.com</a>, modified by Andrew Meredith
Author: WPExplorer, Andrew Meredith
Author URI: http://themeforest.net/user/WPExplorer
Version: 1.93
*/

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,#footer-left, #footer-middle, #footer-right
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
/*
blockquote:before, blockquote:after,
q:before, q:after {
	content: '"';
}
*/
q {
	quotes: '"' '"';
}

.endorser { font-style: italic; }
.endorser:before { content: "\2014\0020"; }

a img {
	border: 0;
}
/*
::-moz-selection {
	background: #fd7f61;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #fd7f61;
	color: #fff;
	text-shadow: none;
}
*/

/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

aside {
	font-style: italic;
	letter-spacing: 0.1em;
}

/*jetback wpstats smiley hide*/
#wpstats{
	display: none;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
	background-color: #d9d9d9;
	background-image: url("images/bg.png");
	background-repeat: repeat;
	margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}
a {
    text-decoration: none;
    color: #ec651b;
}
a[href]:hover {
    text-decoration: underline;
}
p {
	margin: 0 0 1em;
}
hr{
	outline: none;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	background: none;
	border: none;
	height: 1px;
	border-top: double #ddd;
	clear: both;
}
img{
	max-width: 100%;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
pre {
	background: #fff url("images/pre-bg.png") repeat;
	margin: 30px 0px;
	padding: 25px 20px;
	line-height: 25px;
	border: 1px solid #ddd;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word; 
}
address{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}

blockquote{
	background-color: #F4E7D0;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 1px;
}
.clear { clear: both }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }


#breadcrumbs{
	/*height: 17px;*/
	line-height: 17px;
	font-size: 13px;
	color: #444;
	padding-left: 15px;
	background: url("images/breadcrumbs-arrow.png") left top no-repeat;
}
#breadcrumbs a{color:#fff !important;text-decoration:underline;}
.breadcrumbs-title{
	margin-right: 5px;
}

.google-map{
	overflow: hidden;
}


/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/

#wrap{
	margin: 0 auto;
	width: 970px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	position: relative;
}
.container{
	background: #fff url("images/grid_noise.png");
	padding: 0 25px 25px;
}
#wrap > .container { margin-top: 10px;position:relative; }

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    line-height: 1.5em;
	font-weight: bold;
}
h1 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.2em;
}
h2 { font-size: 16px }
h3 { font-size: 14px }
h4 { font-size: 13px; }
h2,
h3,
h4,
h5,
h6 {
    margin-top: 35px;
    margin-bottom: 25px;
}
h1 a,
h2 a,
h3 a,
h4 a { color: #333 }
h2 a[href]:hover,
h3 a[href]:hover,
h4 a[href]:hover { color: #fb491f; text-decoration: none; }

.single-title{ margin-bottom: 5px; }

/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption{}

/*by post author*/
.bypostauthor{}

/*aligns*/
.aligncenter{
	display:block;
	margin:0 auto;
}
.alignright{
	float:right;
	margin:0 0 10px 20px;
}
.alignleft{
	float:left; 
	margin:0 20px 10px 0;
}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{ max-width: 100% !important; }
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
	max-width: 100$;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
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;
}

/*img attachment*/
#img-attch-page{
	text-align: center;
	overflow: hidden;
}
#img-attch-page img{
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	border: 5px solid #d4d4d4; /*for IE*/
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-color: rgba(0,0,0, 0.08);
	-webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
}
#img-attch-page a[href]:hover img{
	border-color: #fc7251;
}

#img-attach-page-content{
	text-align: center;
	margin-top: 25px;
}

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
#page-heading,
h2.tribe-events-cal-title {
	position: relative;
	margin-bottom: 25px;
	margin-left: -25px;
	/*border-bottom: double #ddd;*/
	z-index: 2;
	padding: 20px 25px 20px 25px !important;
	width: 920px;
	background-color: #FFC571;
}

h2.tribe-events-cal-title {
	margin-top: 8px !important;
}

/*
#wrap:before {
    position:absolute;
    background:#FFC571;
    width:100%;
    content:"";
    top:0;
    left:0;
    height:150px;
    z-index: 1;
}
.error404 #wrap > .container:before {
   background-color: transparent !important;
}
*/

#page-heading h1,
#page-heading h2{
	font-size: 24px;
	color: #fff;
	margin: 0px !important;
}

.heading{
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #fff;
	background: url("images/heading-bg.png") center center repeat-x;
}

.heading h2{
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
}
.heading span{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background: #422016;
	padding: 0 20px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.heading a span{
	transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
}
.heading a,
.heading a[href]:hover{
	color: #fff;
}
.heading a[href]:hover span{
	background: #3bb4bf;
}


/*-------------------------------------------------*
/* = Top Menu
/*-------------------------------------------------*/

#top-bar{
	margin: 0;
	height: 45px;
	line-height: 45px;
	width: 100%;
	background: #444 url("images/top-bar-bg.png");
	overflow: hidden;
	margin-bottom: -44px;
}
.top-bar-fixed{
	position: fixed;
	top: 0px;
	z-index: 999;
	margin-bottom: 0;
}

#top-bar-inner{
	position: relative;
	margin: 0 auto;
	width: 970px;
	font-size: 11px;
}

#top-bar-inner ul.top-menu{
	margin: 0;
}
#top-bar-inner ul.top-menu a{
	height: 45px;
	line-height: 45px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	color: #bbb;
	background: url("images/menu-dash.png") right center no-repeat;
	text-decoration: none;
}
#top-bar-inner ul.top-menu a[href]:hover{
	color: #fff;
}
#top-bar-inner ul.top-menu li:last-child a{
	margin: 0;
	padding: 0;
	background: none;
}

/*callout*/

a#top-bar-callout{
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #3bb4bf;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}
a#top-bar-callout:hover{
	text-decoration: none;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/
#header {
	/*margin-top: 44px;*/
	/*background: #fff url("images/grid_noise.png");*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
	width: 970px;
	padding: 25px;
/*	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
*/}
/*header styles*/
#header.header-style-two{
	margin-bottom: 0px;
	border-bottom: none;
}
#header.header-style-three{
	margin-top: 74px;
	margin-bottom: 0px;
	border-bottom: none;
}
#header.header-style-four{
	margin-top: 74px;
	margin-bottom: 30px;
}
		
/*logo*/
#logo{
	float: left;
    height: 172px;
}
#logo a{
    display: block;
    position: relative;
	left: -130px;
	width: 450px;
    height: 192px;
    background: url('images/logo-full.png') left top no-repeat scroll;
    text-indent: -9999px;
}

#logo h1,
#logo h2{
	font-size: 32px;
	margin: 0 !important;
	line-height: 1em !important;
}


/*header aside - added in Version 1.9*/
#header-aside{
	float: right;
}
#header-phone{
	text-align: right;
	font-weight: bold;
}

#header-aside #searchbar{
	float: right;
	min-width: 210px;
	margin-top: 80px;
	margin-bottom: 0;
	width: 100%;
}

/*social*/
#social {
	margin-top: 135px;
	list-style: none;
	text-align: right;
	margin-right: -7px;
}
#social li {
    display: inline-block;
    margin-right: 7px;
}
#social a {
	display: block;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#social a img{
	display: block;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#social a[href]:hover img{
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*tipsy*/
.tipsy {
    padding: 5px;
    font-size: 11px;
	letter-spacing: 1px;
    background-repeat: no-repeat;
	font-family: 'Helvetica Neue', Arial;
    background-image: url("images/tipsy.gif");
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: #000;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-south {
	background-position: bottom center;
}

/*-------------------------------------------------*
/* =  Navigation
/*-------------------------------------------------*/
#navigation{
	background-color: #2b2b2b;
	height: auto;
	min-height: 50px;
	width: 970px;
	position: relative;
	z-index: 5;
}

#navigation:before {
    content:url('images/colorbar.png');
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
}


.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
    z-index: 200;
}
.sf-menu a {
    display: block;
    position: relative;
	background-color: #2b2b2b;
	transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0px;
    top: 50px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 1px;
}
/*** navigation skin ***/
.sf-menu {
    float: left;
	border-right: 1px solid #3c3c3c;
	border-right: 1px solid rgba(255,255,255, 0.08);
}
.sf-menu a {
	font-size: 12px;
	height: 49px;
	line-height: 50px;
	font-weight: bold;
    color: #fff;
	padding: 0 12px;
    text-decoration: none;
	border-left: 1px solid #3c3c3c;
	border-left: 1px solid rgba(255,255,255, 0.08);
	border-right: 1px solid #111;
	border-right: 1px solid rgba(0,0,0, 0.7);
    /* letter-spacing: .1em; */
}
.sf-menu li:first-child a{
	border-left: none;
}
.sf-menu a[href]:hover{
	background-color: #444;
}
.sf-menu a{
}
#navigation .current-menu-item > a{
	background-color: #3bb4bf;
}
.sf-menu li.sfHover > a{
	background-color: #444;
}

/*Subs*/
.sf-menu ul{
	font-size: 12px;
	background: #2b2b2b;
	padding: 0px;
	border-top: 1px solid #111;
	border-top: 1px solid rgba(0,0,0, 0.7);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.sf-menu ul a{
	margin: 0px;
	padding: 12px 10px;
	height: auto;
	line-height: 1.3em !important;
	color: #999;
	border-left: none;
	border-right: none;
	border-top: 1px solid #3c3c3c;
	border-top: 1px solid rgba(255,255,255, 0.08);
	border-bottom: 1px solid #111;
	border-bottom: 1px solid rgba(0,0,0, 0.7);
}
.sf-menu ul a[href]:hover{
	color: #fff;
	background-color: #444;
}
.sf-menu ul li:last-child > a{
	border-bottom: none;
}
.sf-menu ul ul a{
	border-bottom: 1px solid #111;
	border-bottom: 1px solid rgba(0,0,0, 0.7);
}
.sf-menu ul ul li:last-child a{
	border-bottom: none !important;
}

.sf-menu ul ul,
.sf-menu ul ul li:first-child a{
	border-top: none;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: .9em;
    min-width: 1px;
}
.sf-sub-indicator {
    position: absolute;
    display: block;
	top: 50%;
	margin-top: -6px;
    right: .75em;
    width: 12px;
    height: 12px;
    text-indent: -999em;
    overflow: hidden;
	background: url('images/nav-down-white.png');
	opacity: 0.8;
}
a:focus >.sf-sub-indicator,
a[href]:hover >.sf-sub-indicator,
a:active >.sf-sub-indicator,
li:hover >a >.sf-sub-indicator,
li.sfHover >a >.sf-sub-indicator {
	opacity: 1;
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	top: 50%;
	margin-top: -6px;
	background: url('images/nav-right-white.png');
	opacity: 0.8;
}
.sf-menu ul a:focus >.sf-sub-indicator,
.sf-menu ul a[href]:hover >.sf-sub-indicator,
.sf-menu ul a:active >.sf-sub-indicator,
.sf-menu ul li:hover >a >.sf-sub-indicator,
.sf-menu ul li.sfHover >a >.sf-sub-indicator {
	opacity: 1;
}

/*no text menu items*/
.sf-menu .no-text > a{
	text-indent: -9999px;
	background-position: center center !important;
}

/*menu icons*/
.sf-menu .icon-bolt > a,
.sf-menu .icon-pig > a,
.sf-menu .icon-briefcase > a,
.sf-menu .icon-camera > a,
.sf-menu .icon-film > a,
.sf-menu .icon-gear > a,
.sf-menu .icon-grid > a,
.sf-menu .icon-home > a,
.sf-menu .icon-mail > a,
.sf-menu .icon-pencil > a,
.sf-menu .icon-photo > a,
.sf-menu .icon-graph > a,
.sf-menu .icon-lab > a,
.sf-menu .icon-map > a,
.sf-menu .icon-cloud > a,
.sf-menu .icon-cart > a,
.sf-menu .icon-flag > a,
.sf-menu .icon-bulb > a,
.sf-menu .icon-date > a,
.sf-menu .icon-brush > a,
.sf-menu .icon-megaphone > a,
.sf-menu .icon-support > a,
.sf-menu .icon-person > a,
.sf-menu .icon-bubble > a,
.sf-menu .icon-rss > a,
.sf-menu .icon-link > a{
	background-position: 18px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}
.sf-menu .icon-bolt > a{
	background-image: url("images/menu-icon/icon-bolt.png");
}
.sf-menu .icon-briefcase > a{
	background-image: url("images/menu-icon/icon-briefcase.png");
}
.sf-menu .icon-camera > a{
	background-image: url("images/menu-icon/icon-camera.png");
}
.sf-menu .icon-film > a{
	background-image: url("images/menu-icon/icon-film.png");
}
.sf-menu .icon-gear > a{
	background-image: url("images/menu-icon/icon-gear.png");;
}
.sf-menu .icon-grid > a{
	background-image: url("images/menu-icon/icon-grid.png");
}
.sf-menu .icon-home > a{
	background-image: url("images/menu-icon/icon-home.png");
}
.sf-menu .icon-mail > a{
	background-image: url("images/menu-icon/icon-mail.png");
}
.sf-menu .icon-pencil > a{
	background-image: url("images/menu-icon/icon-pencil.png");
}
.sf-menu .icon-photo > a{
	background-image: url("images/menu-icon/icon-photo.png");
}
.sf-menu .icon-graph > a{
	background-image: url("images/menu-icon/icon-graph.png");
}
.sf-menu .icon-lab > a{
	background-image: url("images/menu-icon/icon-lab.png");
}
.sf-menu .icon-map > a{
	background-image: url("images/menu-icon/icon-map.png");
}
.sf-menu .icon-cloud > a{
	background-image: url("images/menu-icon/icon-cloud.png");
}
.sf-menu .icon-cart > a{
	background-image: url("images/menu-icon/icon-cart.png");
}
.sf-menu .icon-flag > a{
	background-image: url("images/menu-icon/icon-flag.png");
}
.sf-menu .icon-date > a{
	background-image: url("images/menu-icon/icon-date.png");
}
.sf-menu .icon-bulb > a{
	background-image: url("images/menu-icon/icon-bulb.png");
}
.sf-menu .icon-brush > a{
	background-image: url("images/menu-icon/icon-brush.png");
}
.sf-menu .icon-megaphone > a{
	background-image: url("images/menu-icon/icon-megaphone.png");
}
.sf-menu .icon-support > a{
	background-image: url("images/menu-icon/icon-support.png");
}
.sf-menu .icon-person > a{
	background-image: url("images/menu-icon/icon-person.png");
}
.sf-menu .icon-bubble > a{
	background-image: url("images/menu-icon/icon-bubble.png");
}
.sf-menu .icon-pig > a{
	background-image: url("images/menu-icon/icon-pig.png");
}
.sf-menu .icon-rss > a{
	background-image: url("images/menu-icon/icon-rss.png");
}
.sf-menu .icon-link > a{
	background-image: url("images/menu-icon/icon-link.png");
}


/*-----------------------------------------------------------------------------------*/
/* = Home
/*-----------------------------------------------------------------------------------*/

.home-wrap{
	margin-bottom: -25px;
}

/*tagline*/
#home-tagline{
	color: #000;
	margin-top: 40px;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 1.6em;
	text-align: center;
}

#home-tagline a{
	border-bottom: 1px dotted #eb6b1e;
}
#home-tagline a[href]:hover{
	text-decoration: none;
}

/*static video*/
.home-video{
	margin: -25px -25px 25px;
}

/*static page*/
#home-static-page{
	margin-bottom: 25px;
}


/*highlights*/
#home-highlights{
	margin-bottom: 5px;
	margin-right: -20px;
}
#home-highlights .heading{
	margin-right: 20px;
}

.hp-highlight{
	float: left;
	width: 285px;
	margin-right: 20px;
	/*margin-bottom: 20px;*/
}

.highlight-fifth {
	clear: both;
}


.hp-highlight p:last-child{
	margin-bottom: 0px;
}
.hp-highlight h3{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	color: #000;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.hp-highlight-img{
	display: block;
	margin: 0 auto;
}


/*home book*/
#home-projects {
	margin-bottom: 51px;
}
#home-projects-responsive{
	margin-bottom: 25px;
}


/*book carousel*/
#home-book-carousel-wrp{
	position: relative;
	margin: 0 auto;
	width: 750px;
	min-height: 320px;
	padding-right: 8px
}
/*#home-book-carousel-wrp{ padding-left: 23px; }*/
#home-book-carousel-wrp .book-item {
	margin-right: 25px !important;
	min-height: 320px;
}
#home-book-carousel{
	position: relative;
}
	
#carousel-pagination{
	position: absolute;
	bottom: -20px;
	left: 50%;
}
#carousel-pagination a{
	height: 6px;
	width: 25px;
	display: inline-block;
	margin-right: 5px;
	text-indent:  -9999px;
	background: #d9d9d9;
	background: rgba(192,192,192, 0.35);
}
#carousel-pagination a.selected{
	background: #3bb4bf;
}

.disabled{
}
#carousel-prev,
#carousel-next{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	height: 54px;
	width: 53px;
	cursor: pointer;
}
#carousel-prev{
	left: -90px;
	background: url("images/carousel-prev.png");
}
#carousel-next{
	right: -90px;
	background: url("images/carousel-next.png");
}
#carousel-prev:hover{
	background-position: 0 -54px;
}
#carousel-next:hover{
	background-position: 0 -54px;
}

/*home blog*/
#home-blog{
	margin-right: -25px;
}
#home-blog .heading{
	margin-right: 25px;
}
.home-entry{
	float: left;
	width: 290px;
	margin-right: 25px;
	margin-bottom: 25px;
	font-size: 100%;
}

.home-entry img{
	max-width: 100%;
	margin-bottom: 10px;
	border: 5px solid #d4d4d4; /*for IE*/
	border-color: rgba(0,0,0, 0.08);
	-webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
}
.home-entry a[href]:hover img{
	border-color: #fc7251;
}
.home-entry h3{
	/*font-size: 13px;*/
	margin: 0 0 5px;
}

/*-----------------------------------------------------------------------------------*/
/* = Image Slider
/*-----------------------------------------------------------------------------------*/


/* FlexSlider necessary styles */
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none; /* Hide the slides before the JS is loaded. Avoids image jumping */
	text-align: center;
	background: white;
}
.testimonial-slide {
	background-color: transparent !important;	
}
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.flexslider iframe {
	max-width: 100%;
}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}


/*slider wrap */
#slider-wrap{
	width: 970px;
	min-height: 100px;
	position: relative;
	margin: 0 -25px 25px;
	background:url("images/loader.gif") no-repeat 50% 50%;
	border-bottom: 6px solid #ddd;
	border-bottom: 6px solid rgba(0,0,0, 0.1);
	z-index: 2;
}

/*homepage specific*/
#full-slides img{
	display: block;
	margin: 0;
	padding: 0;
}
#full-slides .slides_container {
	width: 970px;
	display: none;
}
#full-slides .slides_container .slide,
#full-slides .slides_container .video-slide div {
	display:block;
	width: 970px;
}
#full-slides .caption{
	font-size: 14px;
	position: absolute;
	max-width: 360px;
	height: auto;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	color: #fff;
	padding: 20px 25px;
	-moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}
#full-slides .caption h2,
#full-slides .caption h3{
	font-size: 1.500em; /* 21px / 14px */
	color: #fff;
	margin: 0;
}
#full-slides .caption p{
	color: #999;
	font-size: 12px;
}
#full-slides .caption a{
	color: #fd7f61;
}
#full-slides .caption a[href]:hover{
	color: #fda894;
	text-decoration: none !important;
}

#full-slides .prev,
#full-slides .next{
	display: block !important;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index:90;
	transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
}
#full-slides .prev{
	right: 30px;
	background: #422016 url("images/sliders/arrow-left.png") center center no-repeat;
}
#full-slides .next{
	background: #422016 url("images/sliders/arrow-right.png") center center no-repeat;
}
#full-slides .prev:hover,
#full-slides .next:hover{
	background-color: #3bb4bf;
}

/*-----------------------------------------------------------------------------------*
/* = book
/*-----------------------------------------------------------------------------------*/
#book-wrap{
	width: 940px;
	position: relative;
	overflow: hidden;
	margin-bottom: -20px;
	margin-right: -20px;
}

#book-description{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: double #ddd;
}
#book-description p:last-child{
	margin: 0;
}

#book-bycat-description{ }
#book-bycat-description p:last-child{
	margin: 0;
}

#book-by-category-wrap .book-category{
	margin-right: -20px;
}
#book-by-category-wrap .book-category .heading{
	margin-right: 20px;
}
	
#book-wrap ul{
	margin: 0px;
	list-style: none;
}

.no-margin{
	margin-right: 0px !important;
}
.no-border{
	border-right: 0px !important;
}

ul.filter{
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 0px;
	list-style: none;
	color: #999;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}
ul.filter li{
	float: left;
	margin-right: 10px;
	padding-right: 16px;
	background: url("images/asterisk.png") right center no-repeat;
}
ul.filter a{
	color: #999;
	padding-bottom: 3px;
	text-decoration: none;
}
ul.filter li:last-child{
	margin: 0;
	padding: 0;
	background: 0;
}

ul.filter a[href]:hover,
ul.filter a.active{
	color: #333;
}
ul.filter a.active{
	border-bottom: 3px solid #fd7f61;
}

.single-book dl{
	margin: 2em 0;
	padding: 0;
}
.single-book dt{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 5em;
	font-weight: bold;
}
.single-book dd{
	border-left: 1px solid #000;
	margin: -0.5em 0 0 6em;
	padding: 0 0 .5em .5em;
}


/*book items*/
.book-item{
	overflow: hidden;
	position: relative;
	float: left;
	width: 175px;
    height: 330px;
	margin-right: 12px;
	margin-bottom: 20px;
	max-width: 100%;
	max-height: 100%;
}
.smallscreen .book-item {
    height: auto;
    margin-right: 10px !important;
}
.book-item a{
	display: block;
/*	background: #222; */
	text-decoration: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.book-item img{
	display: block;
}
.book-item h3{
	text-align: center;
	margin: 5px 0;
	background: #422016;
	color: #fff;
	padding: 5px;
	font-size: 14px;
}

/*single book*/
#single-book{
}
#single-book-left{
	float: left;
	width: 590px;
}

#single-book-left h1{
	font-size: 18px;
	line-height: 1em;
}
#single-book-meta{
	font-size: 11px;
	margin-bottom: 20px;
	/*background: #fff url("images/line-bg.png");*/
    /*border: 1px solid #ddd;*/
    line-height: 26px;
    padding: 26px 20px 23px;
    color: #666;
    /*box-shadow: 0 2px 2px rgba(0,0,0, .08);*/
    float: left;
    width: 34%;
	
}

#single-book-meta li {
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
	display: block;
}
#single-book-meta li:last-child { margin-bottom: none; }

#single-book-meta li a, .book-button, .book-button a {
	width: 80%;
	height: 100%;
	display: inline-block;
	margin-right: 10px;
	padding: 8px 20px;
	/*color: #3bb4bf;*/
    color: #422016;
	font-size: 110%;
	font-weight: bold;
	/*background-color: #eee;*/
	background-color: #FFC571;
	border-radius: 8px;
	opacity: 0.5 !important;
}

#single-book-meta li a:hover, .book-button, .book-button a:hover {
	/*opacity: 0.5;*/
    opacity: 1;
	text-decoration: none !important;
}

.book-button, .book-button a {
	width: 25% !important;
}

.book-video {
	margin-top: 40px;
}

#single-book-meta span{
	font-size: 12px;
	margin-right: 5px;
	font-weight: bold;
}
#single-book-meta a[href]:hover{}


/* book images/slider*/
#single-book-right{
	float: right;
	width: 300px;
	text-align: center;
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
#single-book-right img{
	border: 5px solid #ddd;
	border-color: rgba(0,0,0, 0.12);
}
#single-book-right img:last-child{
	margin-bottom: 0px;
}
#book-slides-wrap{
	position: relative;
	min-height: 100px;
	background:url("images/loader.gif") no-repeat 50% 50%;
}
#book-slides-wrap .flex-control-nav{
	margin-top: 15px;
}
#book-slides-wrap .flex-control-nav li{
	float: left;
}
#book-slides-wrap .flex-control-nav a{
	cursor: pointer;
	font-size: 11px;
    line-height: 23px;
    height: 23px;
    width: 23px;
    text-align: center;
    margin-right: 7px;
    display: block;
    float: left;
	background: url("images/pagination-bg.png") repeat-x;
	color: #666;
	border: 1px solid #ababab;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
#book-slides-wrap .flex-control-nav a[href]:hover{
    text-decoration: none;
	background: #fff url("images/pagination-bg-hover.png") repeat-x;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#book-slides-wrap .flex-control-nav a.active{
	background: #ccc url("images/pagination-bg-active.png") repeat-x;
}


/*related projects*/
#single-book-related{
	margin-top: 25px;
}
#single-book-related .book-item{
	margin-bottom: 0px;
}

/*book next/prev*/

#single-book-nav{
	font-size: 12px;
	margin-top: 25px;
	padding-top: 25px;
	border-top: double #ddd;
}

#single-book-nav a[href]:hover{
	font-style: italic;
}
#single-book-nav .column-last{
	float: right;
	text-align: right;
}


/*full book*/
.full-book #single-book-left{
	width: 260px;
}
.full-book #single-book-meta{
	margin: 11px 0 0;
	
}
#full-book-content{
	float: right;
	width: 635px;
}
.full-book.meta-disable #full-book-content{
	float: none;
	width: 100% !important;
}

/*book grid*/
#book-grid{
	margin-bottom: 20px;
	border-bottom: double #ddd;
}

/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.post{
	float: left;
	width: 660px;
}
.full-width{
	float: none !important;
	width: 100% !important;
}
.loop-entry{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
    position: relative;
    z-index: 100;
}
.page-template-template-resources-php .loop-entry:before {
    content: attr(data-type) !important;
    position:absolute;
    top:0;
    right:0;
    z-index:200;
    background-color: #422016;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    display:block;
    opacity: 0.5;
    text-transform:uppercase;
    pointer-events:none;
    border-bottom-left-radius:10%;
    max-width: 15%;
}
/*.page-template-template-resources-php .loop-entry > div:first-child{padding-top: 20px;}*/
.loop-entry:last-child{
	border: none;
	margin: 0;
	padding: 0;
}
.loop-entry-left{
	float: left;
	width: 100px;
}
.loop-entry-left img {
    border-bottom-right-radius: 12%;
}
.loop-entry-right{
	float: right;
	width: 520px;
    /*padding-top:0px !important;*/
}

.page-template-template-resources-php .loop-entry h2 > a {display:inline-block;width: 100%;height:100%}
.page-template-template-resources-php .loop-entry h2 span {display:inline-block; max-width: 80%;}

.loop-entry-thumbnail{
	margin-bottom: 25px;
}
.loop-entry-thumbnail img{
	width: 100%;
	display: block;
	margin: 0px;
	border-bottom: 5px solid #ddd;
	border-color: rgba(0,0,0, 0.15);
	transition: border 0.4s ease;
    -webkit-transition: border 0.4s ease;
    -o-transition: border 0.4s ease;
    -moz-transition: border 0.4s ease;
}
.loop-entry-thumbnail a[href]:hover img{
	border-color: #fc7251;
}
.loop-entry h2{
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 16px;
}

.entry { }
.single .entry img{ max-width: 100%; }
.entry ul,
.entry ol {
    margin-left: 30px;
    margin-bottom: 10px;
	list-style: inherit;
}
.entry ol{
	list-style: decimal;
}

/*thumbnail*/
.post-thumbnail{
	margin-bottom: 20px;
}
.post-thumbnail img{
	width: 100%;
	border-bottom: 4px solid #ddd;
	border-bottom: 5px solid #ddd;
	border-color: rgba(0,0,0, 0.15);
}

/*post meta*/
.post-meta{
	width: 100px;
	float: left;
	background: #2b2b2b;
	background: rgba(0,0,0, 0.8);
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
}

.post-date{
	margin: -10px -10px 0;
	padding: 3px 10px;
	background: #e28d6c;
	color: #fff;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.post-meta ul{
	margin: 0;
	list-style: none;
}
.post-author,
.post-cat{
	font-size: 11px;
	text-align: left;
	color: #ccc;
	font-style: italic;
}

.post-author a,
.post-cat a{
	font-weight: bold;
	color: #a1a1a1;
	text-decoration: none;
}
.post-author a[href]:hover,
.post-cat a[href]:hover{
	color: #fff;
}



/*post tags*/
.post-tags {
    margin-top: 25px;
    font-size: 12px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word; 
}
.post-tags h4{
	margin: 0 0 10px;
}
.post-tags a {
	background: url("images/asterisk.png") right no-repeat;
	padding-right: 15px;
	margin-right: 8px;
}
.post-tags a:last-child{
	background: none;
	margin: 0;
	padding: 0;
}


/*-----------------------------------------------------------------------------------*
/* = Speaking (was Services)
/*-----------------------------------------------------------------------------------*/

#services-wrap{ }

#services-description{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: double #ddd;
}
#services-description p:last-child{
	margin: 0;
}

#service-tabs{
	float: left;
	width: 240px;
}
#service-tabs ul.subtopics {
    margin-top: -10px;
    margin-bottom: 10px;
    display: none;
}
#service-tabs ul.subtopics.active, #service-tabs li.active ul.subtopics {display: block;}

#service-tabs ul.subtopics li a {
    margin-bottom: 5px;
    margin-left: 20px;
    padding: 5px;
    text-indent: 5px;
}

#service-content{
	float: right;
	width: 655px;
	margin-top: -5px; /*fixes small line-height issue so content matches tabs*/
}
#service-content h2{
	font-size: 21px;
}

#service-tabs li{
	list-style: none;
}
#service-tabs a,
#menu-media a {
	font-weight: bold;
	color: #422016 !important;
	display: block;
  background: #fed69c;
	padding: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	text-shadow: 3px 3px 3px #ffc571;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#service-tabs a span,
#menu-media a span {
	margin-right: 10px;
}
#service-tabs a[href]:hover,
#menu-media a[href]:hover {
	background: #FFC571;
}
#service-tabs li.active > a,
#menu-media li.current-menu-item > a {
	background:#FFC571;
	color: #fff;
	text-shadow: none;
}
ul.video-list {
    list-style-type: none;
    margin-left: none;
}
#service-content h2:first-child{
	margin-top: 0px;
}

.media-filters {
	float: left;
	line-height: 25px;
	/*height: 25px;*/
	margin-top: 25px;
	padding-top: 15px;
	width: 635px;
	max-width: 100%;
}
.media-filters > * { 
    display: inline;
}
.media-filters ul {
    list-style-type: none;
    margin-left: 20px;
}
.media-filters ul li {
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
    /* margin-left: 5px; */
}
.media-filters a {
    text-decoration: none !important;
    color: #fff;
    background-color: #422016;
    /* background-position: 8px 5px; 
    background-repeat: no-repeat;
    padding: 5px 8px 5px 30px;
    */
    padding: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -transition: background 0.3s ease-in-out;
    margin-left: 5px;
}
.media-filters a:hover, .media-filters a.active {
    background-color: teal;
}
/* Icons for media filter
.media-filters a.article { background-image: url('images/icons/article.png'); }
.media-filters a.video {  background-image: url('images/icons/video.png'); }
.media-filters a.audio { background-image: url('images/icons/audio.png'); }
.media-filters a.pdf { background-image: url('images/icons/pdf.png'); }
.media-filters a.link { background-image: url('images/icons/link.png'); }
*/

/*-----------------------------------------------------------------------------------*
/* = FAQ's
/*-----------------------------------------------------------------------------------*/

#faqs-cats{
	margin-bottom: 25px;
	text-align: center;
	width: 100%;
	height: 25px;
}
#faqs-cats li{
	display: inline-block;
	margin-right: 5px;
}
#faqs-cats a{
	position: relative;
	display: block;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #111;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
#faqs-cats a[href]:hover,
#faqs-cats .active{
	background: #3bb4bf;
	color: #fff;
}

#faqs-cats .active:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -6px;
	width: 0px; 
	height: 0px; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #3bb4bf;
	font-size: 0px;
	line-height: 0px;
}

#faqs-wrap,
.faqs-container{
	width: 920px;
	overflow: hidden;
	height: auto;
}
.faq-item{
	margin-bottom: 20px;
}
.faq-item ul {
	list-style-type: disc;
}
.faq-title{
	cursor: pointer;
	background-color: #eee;
	background-image: url("images/minus.png");
	background-position: 98% center;
	background-repeat: no-repeat;
	margin: 0;
	font-size: 14px;
	color: #666;
	border: 1px solid #ddd;
	text-shadow: 0 0 1px #fff;
}

.faq-title:hover{
	background-color: #e6e6e6;
	color: #333;
}
.faq-title.active{
	background-image: url("images/plus.png");
	background-color: #e6e6e6;
	border-bottom: none;
	color: #333;
}

.faq-title span{
	display: block;
	padding: 15px;
	/*
    padding-left: 60px;
	background: url("images/question.png") 10px center no-repeat;
    */
}

.faq-content{
	display: none;
	padding: 20px;
    /*
	padding-left: 60px;
	background: #fff url("images/answer.png") 10px 18px no-repeat;
    */
    background-color: white;
	border: 1px solid #ddd;
}

.faq-content p:last-child{
	margin: 0;
}

/*-----------------------------------------------------------------------------------*
/* = Testimonials - Post Type
/*-----------------------------------------------------------------------------------*/

#testimonials-description{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: double #ddd;
}
#testimonials-description p:last-child{
	margin-bottom: 0;
}

.testimonial-item{
	margin-bottom: 25px;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
    position: relative;
	padding: 15px;
	margin-bottom: 10px;
    border: 1px solid #ddd;
    color: #777;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
	line-height: 1.6em;
    font-style: italic;
	text-align: center;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.testimonial p:last-child{
	margin: 0;
}
.testimonial:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
	margin-left: -10px;
    height: 10px;
    width: 20px;
    background: url("images/testimonial-arrow.png") no-repeat;
    display: block;
}
.testimonial p:last-child {
	margin-bottom: 0px;
}
.testimonial-author {
	text-align: center;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-style: normal;
    color: #444;
}


/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
.page-pagination{
	margin-top: 20px;
}
.page-pagination a,
.page-pagination span{
	font-size: 11px;
    line-height: 23px;
    height: 23px;
    width: 23px;
    text-align: center;
    margin-right: 7px;
    display: block;
    float: left;
	background: url("images/pagination-bg.png") repeat-x;
	color: #666;
	border: 1px solid #ababab;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.page-pagination a[href]:hover{
    text-decoration: none;
	background: #fff url("images/pagination-bg-hover.png") repeat-x;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.page-pagination span.current{
	background: #ccc url("images/pagination-bg-active.png") repeat-x;
}

/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
#comments{
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
    padding: 15px 15px 0;
	margin-left: 65px;
	margin-bottom: 30px;
	background: #ffffff;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.comment-body p{
	margin-bottom: 15px !important;
}
.comment-body:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url("images/comment-arrow.png") no-repeat;
}
.comment-body:hover{
}
.reply{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.comment-reply-link {
	font-size: 10px;
}
.comment-reply-link:hover{
}
.comment-body:hover .reply{
	display: block;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -65px;
	height: 40px;
	width: 40px;
	padding: 2px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.comment-author {
	font-weight: bold;
    color: #000;
}
.says { display: none }
.comment-meta{
	margin-bottom: 10px;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a[href]:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	font-size: 11px;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	width: 45%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	padding: 10px 5px;
	margin-top: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff; 
}
#commentform textarea {
    display: block;
	padding: 10px;
	width: 100%;
	color: #666;
	margin-top: 10px;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #bdbdbd !important;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}
#commentSubmit {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 20px;
	outline: none;
	padding: 0px !important;
}

/*WP JetPack*/
.comment-subscription-form{
	font-size: 12px;
}
.comment-subscription-form input{
	float: left;
	margin-right: 5px;
}



/*-----------------------------------------------------------------------------------*/
/* = Form Styling
/*-----------------------------------------------------------------------------------*/
input[type="text"],
input[type="password"] {
	margin-top: 5px;
}
input[type="text"],
input[type="password"],
textarea {
    color: #999;
    padding: 7px;
   	border: 1px solid #ddd;
    background: #fff;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #bdbdbd !important;
	color: #444;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}
/*contact form 7 specific*/
.wpcf7-form{
}
.wpcf7 input[type="text"] {
	width: 250px;
}
.wpcf7 textarea {
    width: 95%;
	margin-top: 5px;
}
.wpcf7-form p {
	margin: 0;
	margin-bottom: 20px;
	font-weight: bold;
	}
.wpcf7-submit{
	margin-top: -5px;
}

div.wpcf7-validation-errors,
.wpcf7-not-valid-tip { 
	text-shadow: none;
	border: transparent !important;
	background: #f9cd00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px !important;
	font-weight: bold;
	color: #9C6533;
	text-shadow: 1px 1px 1px rgba(255,255,255, 0.4);
	text-align: center;
	margin: 0 !important;
} 
div.wpcf7-validation-errors{
	width: 95%;
	padding: 10px 5px !important;
}

.wpcf7-not-valid-tip {
	display: block;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	background: #FFF780 !important;
	font-size: 12px !important;
	margin-top: 8px !important;
	width: 40% !important;
}
span.wpcf7-not-valid-tip{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 11px;
	background: #ff5454 !important;
	border-color: #ff5454;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 10px;
	font-size: 11px;
	background: #59a80f !important;
	border-color: #59a80f;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input, textarea, select { max-width: 100%; }

/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
	width: 235px;
	float: right;
}
.sidebar-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sidebar-box h4 {
    margin-top: 0px !important;
    margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: double #ddd;
}
.sidebar-box h4 span{
}
.sidebar-box ul {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
}
.sidebar-box li{
	margin-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*/
/* = Gallery
/*-----------------------------------------------------------------------------------*/
.gallery-wrap{
	margin-right: -20px;
}
.gallery-photo {
	float: left;
	width: 215px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.gallery-photo img{
	border: 5px solid #ddd;
	border-color: rgba(192,192,192, 0.4);
	display: block;
	-webkit-transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    -ms-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}
.gallery-photo a[href]:hover img{
	border-color: #3bb4bf;
}


/*-----------------------------------------------------------------------------------*/
/* = Staff
/*-----------------------------------------------------------------------------------*/

#staff-description{
	padding-bottom: 25px;
	border-bottom: double #ddd;
}
#staff-description p:last-child{
	margin: 0;
}
#staff-wrap{
	margin-top: 25px;
	margin-right: -25px;
}
.staff-member{
	position: relative;
	width: 100px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 4px;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 4;
}
.staff-img img{
	display: block;
}
.staff-meta{
	display: none;
	position: absolute;
	width: 120px;
	top: -30px;
	left: 50%;
	margin-left: -70px;
	background: #222;
	color: #999;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.4);
	box-shadow: 0 0 7px rgba(0,0,0,.4);
	z-index: 4;
}
.staff-meta{
	font-size: 11px;
}
.staff-meta h3{
	margin: 0px;
	font-size: 13px;
	color: #fff;
}
.staff-meta:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -10px;
	width: 0px; 
	height: 0px; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #222;
	font-size: 0px;
	line-height: 0px;
}

/*staff posts*/
.staff-post img:first-child{
	border: 5px solid #d4d4d4; /*for IE*/
	border-color: rgba(192,192,192, 0.3);
}

/*-----------------------------------------------------------------------------------*/
/* = Widgets
/*-----------------------------------------------------------------------------------*/

/*recent posts*/
.widget_recent_entries li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.widget_recent_entries a[href]:hover{
	text-decoration: hover;
}

#footer .widget_recent_entries li{
	border-color: #323232;
}

/*tagcloud*/
.tagcloud a,
.ctc a {
	float: left;
	text-shadow: none;
	font-size: 12px !important;
	line-height: 1em !important;
	display: block;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
    margin-right: 5px;
	margin-bottom: 7px;
    padding: 6px 8px 6px 15px;
	line-height: 1.3em;
    background: #eee url("images/tagcircle.png") 5px center no-repeat;
	border: 1px solid #ddd;
	/*rounded corners*/
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tagcloud a[href]:hover,
.ctc a[href]:hover {
	background-color: #f9f9f9;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


#footer .tagcloud a {
	text-shadow: none;
	color: #fff !important;
    background-color: #777;
	background-image: none;
	border: none;
	padding: 6px 8px;
}
#footer .tagcloud a[href]:hover{
	color: #000 !important;
	background-color: #3BB4BF !important;
	text-decoration: none;
}

/*calendar*/
#sidebar #wp-calendar { width: 100%; }
#sidebar #wp-calendar caption { color: #888; text-align: center; }
#sidebar #wp-calendar tbody { color: #666; }
#sidebar #wp-calendar td, th { border: none; height: 25px; text-align:center; vertical-align: middle; }
#sidebar #wp-calendar tbody td:hover{ background: #7adde8; opacity: 0.8; }
#sidebar #wp-calendar tbody td.pad:hover{ background-color: transparent; }
#sidebar #wp-calendar thead tr { background-color: #888; color: #ddd; font-weight: bold !important; }
#sidebar #wp-calendar tbody tr:nth-child(odd) { background-color: #transparent; }
#sidebar #wp-calendar tbody tr:nth-child(even) { background-color: #eee; }
#sidebar #wp-calendar tbody a { color: #ef4034 !important; }

#footer #wp-calendar caption { color: #888; }
#footer #wp-calendar tbody { color: #666; }
#footer #wp-calendar tbody td { background: #333; border: 1px solid #000;}
#footer #wp-calendar tbody td:hover{ background: #555; color: #fff; }
#footer #wp-calendar tbody a { color: #fff !important; }


/*subscribe*/
#subscribe-blog #subscribe-field{
	margin-top: 5px;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#subscribe-blog input{
	width: 100px !important;
}
#subscribe-blog #subscribe-field:focus{ }
#subscribe-blog input[type="submit"] {
	cursor: pointer;
	padding: 5px;
	font-size: 11px;
    background: #ffd964 url("images/yellow-btn.png");
    border: 1px solid #F9B653;
    color: #9C6533 !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#subscribe-blog input[type="submit"]:hover{
	opacity: 0.90;
}

#sidebar #subscribe-blog{
	font-size: 12px;
}
#sidebar #subscribe-blog #subscribe-field{
	font-size: 11px;
	width: 100% !important;
	padding: 10px 5px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer #subscribe-blog #subscribe-field{
	background: #444;
	border: 1px solid #2b2b2b;
}
#footer #subscribe-blog #subscribe-field:focus{
	background-color: #555;
	color: #fff;
}

/*twitter*/
.widget_twitter h4{
	background: url("images/twitter-widget-icon.png") right top no-repeat;
}
ul.tweets li{
	margin-bottom: 10px;
}
#sidebar .tweets a{
	color: #444;
	font-weight: bold;
	-webkit-transition:all 0.2s ease-in-out; 
	-moz-transition:all 0.2s ease-in-out;
	 -o-transition:all 0.2s ease-in-out;
	 transition:all 0.2s ease-in-out;
}
#sidebar .tweets a[href]:hover{
	text-decoration: none;
	text-shadow: none;
	color: #000;
	background: #f0b910;
}


/*testimonial widget*/
.widget_office_testimonials h4{
	position: relative;
}
#testimonials-slider{
	position: relative;
}
#testimonials-slider .flex-control-nav{
	position: absolute;
	right: 0px;
	top: -50px;
	height: 8px;
}
#testimonials-slider .flex-control-nav li{
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
}
#testimonials-slider .flex-control-nav a{
	cursor: pointer;
	height: 8px;
	width: 8px;
	display: inline-block;
	margin: 0;
	margin-left: 5px;
	background: #999;
	text-indent: -9999px;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
#footer #testimonials-slider .flex-control-nav a{
	background: #666;
}
#testimonials-slider .flex-control-nav a.active{
	background: #000;
}
#footer #testimonials-slider .flex-control-nav a.active{
	background: #fff;
}
.testimonial-content {
    position: relative;
	padding: 15px 15px 20px;
    border: 1px solid #ddd;
    color: #444;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'PT Serif', Georgia;
    font-size: 12px;
    font-style: italic;
}
.testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
	margin-left: -10px;
    height: 10px;
    width: 20px;
    background: url("images/testimonial-arrow.png") no-repeat;
    display: block;
}
.testimonial-content p:last-child {
	margin-bottom: 0px;
}
.testimonial-by {
	margin: 10px 0;
	text-align: center;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-style: normal;
    color: #444;
}

#footer .testimonial-by {
	border: none !important;
	color: #fff;
}
#footer .testimonial-content{
	background-color: #008d96;
	border-color: #003236;
	color: #fff;
}
#footer .testimonial-content:after {
	background: url("images/testimonial-arrow-dark.png") no-repeat;
}


.footer-widget{
	margin-bottom: 20px;
}

#footer #searchbar{
	margin: 0;
}


/*flickr & recent work*/
.office-flickr-widget,
.widget-recent-book{
	margin-right: -5px !important;
}
.widget-recent-book li{
	margin: 0;
	padding: 0 !important;
	border: none;
	list-style: none;
}
.office-flickr-widget a,
.widget-recent-book a{
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #ddd;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.office-flickr-widget a[href]:hover,
.widget-recent-book a[href]:hover{
	border-color: #ff7944;
}
.office-flickr-widget img,
.widget-recent-book img{
	display: block;
	width: 45px;
	height: 45px;
}

#footer .office-flickr-widget,
#footer .widget-recent-book{
	margin-right: -8px !important;
}
#footer .office-flickr-widget a,
#footer .widget-recent-book a{
	width: 54px;
	height: 54px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#footer .office-flickr-widget a,
#footer .widget-recent-book a{
	border-color: #222;
}
#footer .office-flickr-widget a[href]:hover,
#footer .widget-recent-book a[href]:hover{
	border-color: #ff7944;
}
#footer .office-flickr-widget img,
#footer .widget-recent-book img{
	display: block;
	width: 54px;
	height: 54px;
}

/*-----------------------------------------------------------------------------------*
/* = Footer
/*-----------------------------------------------------------------------------------*/
#footer{
	position: relative;
	padding: 0 25px;
	background-color: #422016;
	/*background-image:  url("images/footer-bg.png");*/
	color: #7f7f7f;
	font-size: 12px;
	min-height: 5px;
}
#footer a{
	color: #ccc;
	text-decoration: none;
}
#footer a[href]:hover{
	color: #fff;
}

#footer  ul{
	margin-left: 0px !important;
}

/*footer widgets*/
#footer-widget-wrap{ }
#footer-left,
#footer-middle,
#footer-right{
	float: left;
	width: 260px;
	margin-top: 25px;
}
#footer-middle{
	margin-left: 40px;
	margin-right: 40px;
}

.footer-widget{
	color: #7f7f7f;
	margin-bottom: 25px;
}
.footer-widget h4{
	color: #fff;
	font-size: 13px;
	padding-bottom: 15px;
	margin: 0 0 15px;
	border-bottom: double #444;
}

.footer-widget li{
	padding: 5px 0;
}

/*footer bottom*/
#footer-bottom{
	margin: 10px auto;
	width: 970px;
	font-size: 11px
}
#footer-bottom a{
	color: #666;
}
#footer-bottom a[href]:hover{
	color: #333;
}
#copyright {
	float: left;
	width: 400px;
    font-size: 10px;
	color:#666;
}
#footer-menu{
	width: 550px;
	float: right;
	font-size: 10px;
	text-align: right;
}
#footer-menu li{
	display: inline;
}
#footer-menu a{
	margin-right: 5px;
	padding-right: 10px;
	text-decoration: none;
	background: url("images/square.png") right center no-repeat;
}
#footer-menu li:last-child a{
	margin: 0;
	padding: 0;
	background: none;
}

#toplink{
	display: none;
	position: absolute;
	bottom: 0px;
	right: -60px;
	text-indent: -9999px;
	height: 40px;
	width: 40px;
	background: #666 url("images/arrow-up.png") center center no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#toplink:hover{
	background-color: #000;
}

/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 100%;
	margin-bottom: -10px;
}
#search {
	font-size: 11px;
    position: relative;
    width: 100%;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 1px solid #ddd;
	color: #666;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#search:focus {
}
#searchsubmit {
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -7px;
    background: url("images/search.png") no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
	cursor: pointer;
}

.search-entry{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.search-entry h2{
	margin: 0 0 20px;
}
.search-book-thumb{
	max-width: 45%;
	float: left;
	margin-right: 20px;
	padding: 4px;
	border: 1px solid #ddd;
}
.search-book-thumb img{
	margin: 0px;
	padding: 0px;
	display: block;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.search-book-thumb:hover img{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*-----------------------------------------------------------------------------------*/
/* = Shortcodes
/*-----------------------------------------------------------------------------------*/

/*hr*/
hr.none{ border: none; outline: none; height: 1px; background: none; }
hr.double-line{ }
hr.dotted-line{ border: none; border-top: 1px dotted #ccc; }
hr.solid-line{  border: none; border-top: 1px solid #ccc; }
hr.dashed-line{  border: none; border-top: 1px dashed #ccc; }

/*lists*/
.check ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/check.png'); }
.bullets-gray ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-gray.png'); }
.bullets-black ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-black.png'); }
.bullets-blue ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-blue.png'); }
.bullets-red ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-red.png'); }
.bullets-purple ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-purple.png'); }

/*alerts*/
.alert-red,
.alert-yellow,
.alert-green,
.alert-blue {
	font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0;
	color: #666; /*IE fail fix*/
	color: rgba(0,0,0, .6);
	text-shadow: 0px 0px 1px rgba(255,255,255, 0.3);
	display: block;
	padding: 20px;
	text-align: center;
	border: 1px solid rgba(0,0,0, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert-red.alignright,
.alert-yellow.alignright,
.alert-green.alignright,
.alert-blue.alignright{
	float: right;
	width: 50%;
	margin: 0 0 10px 20px;
}
.alert-red.alignleft,
.alert-yellow.alignleft,
.alert-green.alignleft,
.alert-blue.alignleft{
	float: left;
	width: 50%;
	margin: 0 20px 10px 0;
}
.alert-red p:last-child,
.alert-yellow p:last-child,
.alert-green p:last-child,
.alert-blue p:last-child{
	margin-bottom: 0;
}

.alert-title{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: rgba(0,0,0, .7);
}

.alert-red {
	background: #ef7b7a;
}
.alert-yellow {
	background-color: #f6d570;
}
.alert-green {
	background: #bfd887;
}
.alert-blue {
	background: #b7d3ee;
}

/*buttons*/
.button { margin-right: 5px }
.button,
.button span {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button {
    white-space: nowrap;
    nowhitespace: afterproperty;
    line-height: 1em;
    position: relative;
    outline: none;
    overflow: visible;
    /* removes extra side padding in IE */
	cursor: pointer;
	nowhitespace: afterproperty;
	border:1px solid #999; /* IE */
	border:rgba(0,0,0,.1) 1px solid;
	/* Saf4+,Chrome,FF3.6 */
	border-bottom:rgba(0,0,0,.3) 1px solid;
	nowhitespace: afterproperty;
	background:-moz-linear-gradient(center top,rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);/* FF3.6 */
	background:-webkit-gradient(linear,center bottom,center top,from(rgba(0,0,0,.1)),to(rgba(255,255,255,.1)));/* Saf4+,Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	margin-bottom:10px;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:11px;
	min-height:34px;
	text-decoration: none;
}
.button.full,
.button.full span { display: block }
.button:hover,
.button.hover { opacity: 0.8 }
.button:active,
.button.active { top: 1px }
.button span {
    position: relative;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    border-top: rgba(255,255,255,.4) 1px solid;
    padding: 0.8em 1.3em;
    line-height: 1.3em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
.button.black { background-color: #333 }
.button.gray { background-color: #666 }
.button.light-gray {
    background-color: #D5D2D2;
    text-shadow: 1px 1px 0px #FFF;
}
.button.light-gray span {
    color: #444;
    text-shadow: 1px 1px 0px #e7e7e7;
    border-top: rgba(255,255,255,.6) 1px solid;
}
.button.red { background-color: #D4363A }
/* .button.orange { background-color: #3bb4bf } */
.button.blue { background-color: #025D8C }
.button.pink { background-color: #e22092 }
.button.green { background-color: #86b662 }
.button.rosy { background-color: #FE4365 }
.button.brown { background-color: #7B5C5D }
.button.purple { background-color: #66435F }
.button.gold { background-color: #febd4c }


/*toggle*/
.toggle-wrap{
	margin: 10px 0;
}
h3.trigger {
	margin: 0px;
}
h3.trigger a {
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
	outline: 0 !important;
    font-weight: 400;
	font-size: 12px;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
    margin-bottom: 0px;
    margin-top: 5px;
    text-indent: 25px;
	background-color: #fff;
	background-image: url("images/plus.png");
	background-position: 10px center;
	background-repeat: no-repeat;
}
h3.trigger a[href]:hover,
h3.active a{
	background-color: #f5f5f5;
}

h3.active a {
	background-image: url("images/minus.png");
}
 
h3.active a[href]:hover {
}

.toggle_container {
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
    border: 1px solid #ddd;
	border-top: 0px;
}

/*accordion*/
.accordion h3 {
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
    margin-bottom: 0px;
    margin-top: 5px;
}
.accordion h3 a {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    outline: 0 !important;
    font-weight: 400;
    text-indent: 10px;
}
.ui-state-focus { outline: none; }
.accordion h3 a[href]:hover,
.accordion .ui-state-active a {
    text-shadow: none;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.accordion .ui-accordion-content {
    padding: 20px;
	background: #fff;
    border: 1px solid #ddd;
	border-top: 0px;
}
.accordion .ui-accordion-content p:last-child { margin: 0px }

/*columns*/
.one-half,
.two-columns { width: 48% }
.one-third,
.three-columns { width: 30.66% }
.one-two-third { width: 65.33% }
.one-fourth,
.four-columns { width: 22% }
.one-three-fourths { width: 74% }
.one-fifth { width: 16.8% }
.one-sixth { width: 13.33% }

.two-columns,
.three-columns,
.four-columns ,
.one-two-third,
.one-three-fourths,
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.one-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.column-last { margin-right: 0px }
.column-first { margin-left: 0px }

.column-last:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

/*tabs*/
.tab-shortcode{ }
.tab-shortcode ul.ui-tabs-nav {
		display: block;
		margin: 0 !important;
		padding: 0;
		border-bottom: solid 1px #ddd;
		margin-left: 1px !important;
		}
.tab-shortcode	ul.ui-tabs-nav li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0;
}
.tab-shortcode	ul.ui-tabs-nav li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		color: #666;
		background: #f5f5f5;
		font-size: 12px;
}
.tab-shortcode	ul.ui-tabs-nav .ui-state-active a {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;
	}
.tab-shortcode ul.ui-tabs-nav li:first-child .ui-state-active a {
		margin-left: 0; }
.tab-shortcode ul.ui-tabs-nav li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
}
.tab-shortcode ul.ui-tabs-nav li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;
}
		
.tab-shortcode .tab_content{
		background: #fff;
		padding: 20px;
		border-left: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
}

/* Clearfixing tabs for beautiful stacking */
ul.tab-shortcode:before,
ul.tab-shortcode:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
ul.tab-shortcode:after {
  clear: both; }
ul.tab-shortcode {
  zoom: 1; }
  
.ui-tabs-hide {  
	display: none;  
}
	
	
/* Pricing Tables*/
.pricing-table{
	width: 100%;
	margin: 25px 0;
}

.pricing-table li:last-child .pricing-content {
	border-right: 1px solid #e0e0e0;
}

.pricing{
	float: left;
	text-align: center;
}
.pricing-table{
	list-style: none !important;
	margin: 0 !important;
}
.pricing-table ul{
	list-style: none;
}

.pricing-content,
.pricing-header,
.pricing-button{
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.pricing:hover .pricing-content,
.featured-pricing:hover .pricing-header,
.featured-pricing:hover .pricing-button{
	background: #fffbc4;
	
}

.pricing-third{
	width: 33%;
}
.pricing-fourth{
	width: 25%;
}
.pricing-fifth{
	width: 20%;
}

.pricing-header {
	padding: 20px;
	border: 1px solid transparent;
	border-bottom: 0px;
}
.featured-pricing .pricing-header{
	border-color: #e0e0e0;
	background: #fff;
	margin-right: -1px;
}

.pricing-header h4 {
	font-size: 19px;
	font-weight: bold;
	color: #aaa;
	margin: 0px;
}
.featured-pricing .pricing-header h4{
	font-size: 21px;
	color: #000;
}

.price {
	font-weight: bold;
	font-size: 16px;
	color: #49ae3b;
	margin: 0px;
}
.featured-pricing .price{
	color: #e65940 !important;
}

.pricing-content{
	background: #fff;
	border: 1px solid #e0e0e0;
	border-right: 0px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.pricing-content ul{
	margin: 0;
	padding: 0;
}
.pricing-content li{
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
}
.pricing-content li:last-child{
	border-bottom: 0px;
}

.pricing-button{
	padding: 20px;
}
.pricing-button .button {
	margin: 0px;
}

.featured-pricing .pricing-button{
	background: #fff;
	border: 1px solid #e0e0e0;
	border-top: 0px;
	margin-right: -1px;
}

/*-----------------------------------------------------------------------------------*/
/* = Clean button
/*-----------------------------------------------------------------------------------*/	
input[type="clean-button"],
.wpcf7-submit,
#commentSubmit {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type="clean-button"]:hover,
.wpcf7-submit:hover,
#commentSubmit:hover {
    color: #222;
    background: #ddd; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
input[type="clean-button"]:active,
.wpcf7-submit:active,
#commentSubmit:active {
    border: 1px solid #666;
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
}
input[type="clean-button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}


/*-----------------------------------------------------------------------------------*
/* Sitemap
/*-----------------------------------------------------------------------------------*/

.sitemap-container ul{
	margin-bottom: 25px;
}

#sitemap-wrap h2{
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.sitemap-container li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	border-bottom-color: rgba(192,192,192, 0.2);
}

.sitemap-container ul li:first-child{
	padding-top: 5px;
	border-top: 1px solid #eee;
	border-top-color: rgba(192,192,192, 0.2);
}

.sitemap-container a{
}
.sitemap-container a[href]:hover{
	color: #000;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*
/* = Gallery - WP Shortcode
/*-----------------------------------------------------------------------------------*/

.gallery-item img{
	border: 5px solid #ddd !important;
	border-color: rgaba(192,192,192, 0.4) !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*-----------------------------------------------------------------------------------*
/* 404 Page
/*-----------------------------------------------------------------------------------*/
#error-page-title{
	font-size: 300px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #D5D5D5;
	background: none;
	line-height: 1em;
	border: none;
}
#error-page-text{
	margin-top: -60px;
	text-align: center;
	font-size: 14px;
	color: #999;
}

/*-----------------------------------------------------------------------------------*
/* Media Section
/*-----------------------------------------------------------------------------------*/
.media .mbutton {
  padding: 45px 20px;
  width: 130px;
  margin-bottom:20px;
  text-align:center;
  display: block;
  float: left;
  margin-right: 10px;
  border: none;
  color: white;
  background-color: #48b5bf;
  font-weight: bold;
  font-size: 24px;
  /*line-height: 15px;*/
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  letter-spacing: 0.1em;
}
body.page-id-1278 .media .mbutton {
	min-width: 256px;
}
.media .mbutton:last-child{
    margin-right: 0;
}
.media .mbutton:hover {
  box-shadow: 1px 0px 2px #999999;
}
.media .mbutton:nth-child(1){background-color:#3db4bc}.media .mbutton:nth-child(1):hover{background-color:rgb(19.022%, 56.13%, 58.625%)}.media .mbutton:nth-child(2){background-color:#e38a62}.media .mbutton:nth-child(2):hover{background-color:rgb(85.993%, 41.469%, 21.458%)}.media .mbutton:nth-child(3){background-color:#c2d778}.media .mbutton:nth-child(3):hover{background-color:rgb(69.107%, 79.742%, 31.63%)}.media .mbutton:nth-child(4){background-color:#ffc66c}.media .mbutton:nth-child(4):hover{background-color:rgb(100%, 69.892%, 22.353%)}.media .mbutton:nth-child(5){background-color:#5460ac}.media .mbutton:nth-child(5):hover{background-color:rgb(26.27%, 30.068%, 54.122%)}.media .mbutton:nth-child(6){background-color:#cd2c32}.media .mbutton:nth-child(6):hover{background-color:rgb(63.926%, 13.721%, 15.592%)}
#menu-media li{
	list-style: none;
}

/*-----------------------------------------------------------------------------------*
/* Events/Calendar tweaks
/*-----------------------------------------------------------------------------------*/
h2.tribe-events-cal-title {
	color: #fff !important;
	margin-top: 12px !important;
	z-index: 5;
	top: -50px !important;
}

/*-----------------------------------------------------------------------------------*
/* SimpleModal
/*-----------------------------------------------------------------------------------*/
#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:580px; 
  width:820px; 
  background-color:#fff; 
  border:3px solid #ccc;
  padding: 0 20px 20px 20px;
}

#simplemodal-container header {
  margin: 0  0 20px -20px;
  width: 490px;
  height: 40px;
  background-color: #3bb4bf;
}

#simplemodal-container header > * {
  font-size: 28px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  text-align: center;
}

#simplemodal-container a.modalCloseImg {
  background:url('images/x.png') no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-15px;
  right:-18px;
  cursor:pointer;
}

.nodisplay { display: none; }
.mobileonly { display: none; }
.single .single-hide { display:none; }
.loading { background:url("images/loader.gif") no-repeat 50% 50%; }

.fluid-width-video-wrapper { float:left; }

.textwidget input,
.textwidget textarea {
  max-width: 100%;
}

#related-research ul {
	list-style-type: disc;
	margin-left: 20px;
}
#related-research ul li + li {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #eee;
}

/*-----------------------------------------------------------------------------------*
/* Updates
/*-----------------------------------------------------------------------------------*/

/*Version 1.5*/
.page-featured-img{ width: 100%; }

/*Version 1.6*/
#staff-by-department .staff-category{
	margin-right: -25px;
	margin-bottom: -25px;
}

/*Version 1.9*/
a#top-bar-callout{
	font-size: 14px;
}

/*Version 1.93*/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.small-video-frame  {
  width: 120px;
  height: 100px;
  float: left;
  background-color: #FFC571;
  border-radius: 8px;
  color: #000;
  text-align: center;
  margin: 10px;
  padding: 10px;
}

.small-video-frame a {

  color: #000;
  text-decoration: none;
  text-align: center;

}

.small-video-frame img {
  border-radius: 8px;
}

.video-frame  {
  width: 200px;
  height: 200px;
  float: left;
  background-color: #FFC571;
  border-radius: 8px;
  color: #000;
  text-align: center;
  margin: 10px;
  padding: 10px;
}

.video-frame a {

  color: #000;
  text-decoration: none;
  text-align: center;

}

.video-frame img {
  border-radius: 8px;
}

.popup-video  {
  width: 780px;
  height: 560px;
}

.tab-content {
    display: none;
}

.tabs-menu li a {
  color: #422016 !important;
  display: block;
  background: #fed69c;
  padding: 5px;
  margin-bottom: 20px;
  text-decoration: none;
  text-shadow: 3px 3px 3px #ffc571;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tabs-menu .active a {
  background: #FFC571;
}

.tabs-menu {
  margin:0;
  padding:0;
  float:left;
  width:300px;
  margin-right: 20px;
}

#menu-new-speaking-events {

}

#menu-new-speaking-events li {
	font-weight: bold;
	font-size: 18px;
	color: #5460ac;
}

#menu-new-speaking-events li a {
	font-weight: bold;
	font-size: 14px;
	color: #5460ac;
}



#menu-new-speaking-topics li {
	list-style-type: circle;
	color: #e38a62;
}

#menu-new-speaking-topics li a {
	list-style-type: circle;
	color: #e38a62;
}

.tribe-events-list-widget ol li {
    background: #eee none repeat scroll 0 0;
    list-style: outside none none;
    margin-bottom: 30px;
    padding: 10px;
}