/*   Tobi Fairley Design
Theme URI: http://tobifairley.com
Description: A Central Theme for the Tobi Fairley Web Properties
Author: Thomas Wallace
Author URI: http://thomaswallace.net
Version: 2.0
*/


/*------------------Typography--------------------*/   

#page-content a, #page-content a:link, #page-content a:visited {
	text-decoration: underline;
	color: #050F61;
}
#page-content a:hover {
	text-decoration: none;
}
a.read-more {
	color: #050f60;
	font-size: 14px;
	font-weight: bold;
}
.read-more:after {
	content: " \00bb";
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Arial', Helvetica, sans-serif;
	font-size-adjust: 0.44;
	font-weight: normal;
	font-style: normal;
}
p, li, dt, dd, blockquote {
	font-size: 16px;
	line-height: 1.4;
}
#page-content h1, #page-content h1 a, #page-content h1 a:visited {
	color: #656565;
	font-size: 32px;
	text-decoration: none;
}
#page-content h1 a:hover {
	color: #050F61;
	text-decoration: underline;
}
body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	padding-top: 60px;
	color: #333333;
}
.navbar-inner {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-bottom-color: #FFFFFF;
}
#content h2 {
	font-size: 28px;
}
#content h3 {
	font-size: 24px;
}

body #content .btn-group a:link, body #content .btn-group a:visited{
	color: #252525;
}

body .dropdown-menu>li>a:hover, body .dropdown-menu>li>a:focus, body .dropdown-submenu:hover>a, body .dropdown-submenu:focus>a {
	color: #ffffff;
	text-decoration: none;
	background-color: #ccc;
	background-image: -moz-linear-gradient(top, #ccc, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#ccc));
	background-image: -webkit-linear-gradient(top, #ccc, #ccc);
	background-image: -o-linear-gradient(top, #ccc, #ccc);
	background-image: linear-gradient(to bottom, #ccc, #ccc);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ccc', GradientType=0)
}
/*------------------End Typography--------------------*/   


.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #050f60;
	background-image: -moz-linear-gradient(top, #05044C, #050f60);
	background-image: -ms-linear-gradient(top, #05044C, #050f60);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#05044C), to(#050f60));
	background-image: -webkit-linear-gradient(top, #05044C, #050f60);
	background-image: -o-linear-gradient(top, #05044C, #050f60);
	background-image: linear-gradient(top, #05044C, #050f60);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter:progid:dximagetransform.microsoft.gradient(startColorstr='#05044C', endColorstr='#FFFFFF', GradientType=0);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #76FFF5;
	border-bottom-color: #76FFF5;
}
.navbar .brand {
	display: block;
	float: left;
	height: 38px;
	width: 182px;
	padding: 0px;
	background-image: url(img/global/navbar-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navbar .nav > li > a {
	color: #fff;
	float: none;
	line-height: 19px;
	text-decoration: none;
	text-shadow: none;
	font-size: 11px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	letter-spacing: .2em;
}
.navbar .nav > li {
	background-image: url(img/global/nav-rule.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.navbar .nav > li:nth-last-child(-n+2) {
	background-image: none;
}
.navbar .nav > li > a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
	background-color: #F2F2F2;
	color: #000050;
	text-decoration: underline;
}
.navbar-search .search-query {
	border-radius: 8px 8px 8px 8px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 16px;
	margin-top: 3px;
	margin-left: 10px;
}
.navbar-search input {
	background-color: #FFFFFF;
	border: 1px solid #76FFF5;
}
/*------------------End Header Styles--------------------*/

/*------------------Landing Tiles--------------------*/
body.home {
	background-color: #F6F6F6;
}
.home section#masthead {
	margin-bottom: 20px;
	padding-top: 40px;
}
#landing-tiles .thumbnails {
	margin-left: 0px;
	text-align: center;
}
#landing-tiles .thumbnail h3 {
	margin-left: 0px;
	font-size: 18px;
	color: #7A7A7A;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 24px;
}
#landing-tiles .thumbnail p {
	margin-left: 0px;
	color: #9E9E9E;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 18px;
	padding-left: 18px;
	margin-bottom: 0px;
	font-size: 14px;
}
#landing-tiles .thumbnail {
	border: 1px solid #DBDBDB;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	display: block;
	line-height: 20px;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
	background-color: #FFF;
}
#landing-tiles a:hover {
	text-decoration: none;
	background-color: #F7F7F7;
}
#copyright h6 {
	color: #9E9E9E;
	text-align: center;
	padding: 20px;
}
/*------------------Internal Page Styles--------------------*/

body {
	background-color: #f2f2f2;
}
body #page-header {
	background-color: #FFF;
}
body #masthead .row {
	margin-top: -20px;
}
body section#masthead {
	margin-bottom: 0px;
}
body section#masthead .span9 img {
	margin-top: 24px;
}
#content {
	margin-top: 40px;
}
#content #carousel, .featured-image {
	border: 1px solid #cfcfcf;
	background-color: #FFF;
	padding: 6px;
}
#content #carousel .carousel {
	margin-bottom: 0px
}
div.featured-image {
	margin-bottom: 20px;
}
address {
	padding: 10px;
}
address h4 {
	color: #050f60;
	font-weight: bold;
}
.alignright {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	max-width: 50%;
}
.alignleft {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	max-width: 50%;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*------------------Portfolio Styles--------------------*/

.portfolio {
}
select#page_id {
	margin-bottom: 0px;
	margin-left: 5px;
}
label.portfolio-label {
	line-height: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #050f60;
	display: inline-block;
	position: relative;
	top: -2px;
}
#hover-cap-4col .thumbnail {
	position: relative;
	overflow: hidden;
}
.portfolio .caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	color: #fff !important;
}
.portfolio .thumbnail .caption {
	margin: 0px;
	padding: 0px;
}
.portfolio .caption h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thumbnails.gallery-columns-4 li:nth-child(4n+1) {
	margin-left: 0px;
}

/*------------------Inbox Interiors Styles--------------------*/

.ib-nav ul.thumbnails{
	margin-left: 0px;
}

.ib-nav ul.thumbnails > li{
	margin-bottom: 0px;
}


/*------------------Press Styles--------------------*/

.press .thumbnail>img {
	display: block;
	max-width: 100%;
	max-height: 193px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
.press .thumbnails li {
	background-color: #FFF;
	padding: 8px;
}
.press .thumbnail {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #fff;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #fff;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.055);
	display: block;
	line-height: 20px;
	transition-delay: 0s;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: ease-in-out;
	border: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.press a.thumbnail:hover, a.thumbnail:focus {
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #CCC;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #CCC;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #CCC;
}
/*------------------Tobi TV Styles--------------------*/

.tobi-tv .thumbnail {
	background-color: #FFF;
}
.tobi-tv a.thumbnail:hover, .tobi-tv a.thumbnail:focus {
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #CCC;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #CCC;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #CCC;
}
body #page-content .tobi-tv a:link {
	text-decoration: none;
	color: #050f60;
	min-height:290px;
}
#page-content .tobi-tv h4 {
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 2px;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
}
.tobi-tv a img {
	border: none;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.tobi-tv a:hover img {
	opacity: .75;
	filter: alpha(opacity = 75); /* for IE */
}
.arve-maxwidth-wrapper {
	width: 100%;
}
.arve-embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	margin-bottom: 20px;
	height: 0;
	overflow: hidden;
}
.arve-inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.arve-thumb-wrapper { /* Background image is applied with inline CSS */
	background-position: center center;
	background-size: cover;
	background-color: #000;
	width: 300px;
	height: 180px;
	position: relative;
	margin-bottom: 20px;
	behavior: url(http://dev.tobifairley.com/core/wp-content/plugins/advanced-responsive-video-embedder/js/backgroundsize.min.htc); /* IE polyfill for background size */
}
.arve-maxwidth-wrapper.alignright, .arve-wrapper.alignright {
	margin-left: 20px;
}
.arve-maxwidth-wrapper.alignleft, .arve-wrapper.alignleft {
	margin-right: 20px;
}
.arve-play-background {
	background: transparent url(http://dev.tobifairley.com/core/wp-content/plugins/advanced-responsive-video-embedder/img/play.png) no-repeat center center;
}
.arve-hidden {
	display: none;
}
.arve-hidden-obj {
	width: 100%;
	height: 100%;
}
.arve-fakethumb {
	background-color: transparent;
}




/*------------------Colophon Styles--------------------*/

#colophon {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 100px;
}
#colophon h2 {
	line-height: 20px;
	margin-top: 20px;
}
#colophon h2 a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #050f60;
}
#colophon ul {
	color: #00B300;
	list-style-type: none;
	font-size: 15px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#colophon ul li {
}
#colophon ul li a {
	color: #999999;
	line-height: 18px;
	display: block;
	font-size: 13px;
}
#colophon p {
	line-height: 21px;
}
#colophon .menu .sub-menu {
	display: none;
}
#colophon .menu li:first-child a {
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 8px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #050f60;
}
/*------------------Interior Design Page Styles--------------------*/

#interior-design-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 40px;
	padding-bottom: 20px;
	text-decoration: none;
}
#interior-design-nav ul li {
	display: block;
	float: left;
	width: 25%;
	height: auto
}
#interior-design-nav ul li a {
	padding-right: 8px;
	padding-left: 8px;
	display: block;
}
#interior-design-nav ul li a img {
	border: 1px solid #cfcfcf;
}
#interior-design-nav ul li a img {
	border: none;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#interior-design-nav ul li a:hover img {
	opacity: .75;
	filter: alpha(opacity = 75); /* for IE */
}
/*------------------Inbox Interiors Page Styles--------------------*/

table.inbox-interiors {
	width: 99%;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
}
table.inbox-interiors td {
	padding: 8px;
}
.inbox-cta p a {
	text-align: center;
	color: #050f60;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
/*------------------Consulting Page Styles--------------------*/

table.mastermind {
	width: 99%;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.mastermind td {
	padding: 8px;
}
table.mastermind.table-striped tr th {
	background-color: #050f60;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	color: #FFF;
}
table.mastermind tr td:first-child {
	text-align: left;
}

.bubble-wrap{
	background-color: #FFF;
	padding: 20px;
	border-radius:16px;
}

.bubble-wrap h4{
	font-weight: bold;
	color: #39b3b9;
}


/*------------------Sidebar Styles--------------------*/
.widget {
	background-color: #fff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.widget h2 {
	color: #050f60;
	font-style: italic;
	font-size: 24px;
	font-weight: normal;
}

.page-template-page-interior-design-php .widget.testimonials h2 {
	color: #00CE00;
}

.page-template-page-consulting-php .widget.testimonials h2 {
	color: #3DC9CA;
}

.widget p {
	font-size: 16px;
	color: #656565;
}
.widget a.read-more {
	color: #050f60;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
.widget a.read-more:hover {
	text-decoration: underline;
}
.widget a img {
	border: none;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: opacity .2s ease-in-out;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	height: 100%;
	width: 100%;
}
.widget a:hover img {
	opacity: .75;
	filter: alpha(opacity = 75); /* for IE */
	height: 100%;
	width: 100%;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.widget .img-polaroid {
	background-color: #FFFFFF;
	border: 1px solid rgba(204,204,204,0.9);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 4px;
}
.widget.social-tools {
	padding-top: 10px;
}
.social-tools ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.social-tools ul li {
	display: block;
	float: left;
}
.social-tools ul li.last {
	margin-right: 0px;
}
.social-tools ul li img {
}
.social-tools ul li a {
	float: left;
	display: block;
}
.widget.blog-cta {
	padding-top: 20px;
}
.widget.featured-content, .widget.widget_nav_menu {
	padding-top: 20px;
	background-image: url(img/widget-assets/pattern-tile-widget.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.widget.featured-content a:hover {
	text-decoration: none;
}
.widget.testimonials {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	margin-bottom: 45px;
}
.widget blockquote {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	color: #999999;
	font-weight: normal;
	font-size: 15px;
}
.widget blockquote p {
	font-size: 15px;
}
.widget cite {
	font-weight: bold;
}
.widget.testimonials footer {
	background-image: url(img/widget-assets/quote-box.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 40px;
	width: 200px;
	bottom: 0px;
	margin-bottom: -40px;
}
#secondary .widget.widget_nav_menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#secondary .widget.widget_nav_menu ul ul {
	padding-top: 0px;
}
#secondary .widget.widget_nav_menu li {
}
#secondary .widget.widget_nav_menu li a, #secondary .widget.widget_nav_menu .current_page_item ul li a {
	font-size: 16px;
	color: #050f60;
	padding-left: 15px;
	display: block;
	line-height: 40px;
	margin-bottom: 8px;
	border: 1px solid #E7E5E8;
	background-color: #FFF;
}
#secondary .widget.widget_nav_menu li a:hover, #secondary .widget.widget_nav_menu .current_page_item ul li a:hover {
	border-left-width: 4px;
	border-left-style: solid;
	padding-left: 13px;
	border-left-color: #EBEAEC;
	background-color: #F7F7F7;
}
#secondary .widget.widget_nav_menu .current_page_item a {
	border-left-width: 4px;
	border-left-style: solid;
	padding-left: 12px;
	border-left-color: #050f60;
	background-color: #F7F7F7;
}
.rpwe-block ul {
	list-style: none!important;
	margin-left: 0!important;
	padding-left: 0!important;
}
.rpwe-block li {
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.rpwe-block a {
	display: inline!important;
	text-decoration: underline;
	font-size: 16px!important;
	color: #050f60;
}
#secondary .rpwe_widget h2 {
	color: #F5CA00;
}
.rpwe-block h3 {
	background: none!important;
	clear: none;
	margin-bottom: 0!important;
	font-size: 16px!important;
	line-height: 1.2em;
}
.rpwe-thumb {
	border: 1px solid #EEE!important;
	box-shadow: none!important;
	margin: 2px 10px 2px 0;
	padding: 3px!important;
}
.rpwe-summary {
	font-size: 12px;
}
.rpwe-time {
	color: #bbb;
	font-size: 11px;
}
.rpwe-alignleft {
	display: inline;
	float: left;
}
.rpwe-alignright {
	display: inline;
	float: right;
}
.rpwe-alignnone {
	display: block;
	float: none;
}
.rpwe-clearfix:before, .rpwe-clearfix:after {
	content: "";
	display: table;
}
.rpwe-clearfix:after {
	clear: both;
}
.rpwe-clearfix {
	zoom: 1;
}
.page-id-14 .span6 h3 {
	line-height: 1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#page-content .span6 a.btn, body #page-content a.btn {
	color: #FFF;
	text-decoration: none;
}
/*---Color Codes Active Sub Menu Item---*/

#secondary #nav_menu-2.widget.widget_nav_menu .current_page_item a {
	border-left-color: #00BC00;
}
#secondary #nav_menu-2.widget.widget_nav_menu .current_page_item ul li a {
	border-left-color: #EBEAEC;
}
#secondary #nav_menu-2 h2 {
	color: #00BC00;
}
#secondary #nav_menu-3.widget.widget_nav_menu .current_page_item a {
	border-left-color: #3DC9CA;
}
#secondary #nav_menu-3.widget.widget_nav_menu .current_page_item ul li a {
	border-left-color: #EBEAEC;
}
#secondary #nav_menu-3 h2 {
	color: #3DC9CA;
}
#secondary #nav_menu-4.widget.widget_nav_menu .current_page_item a {
	border-left-color: #F5CA00;
}
#secondary #nav_menu-4.widget.widget_nav_menu .current_page_item ul li a {
	border-left-color: #EBEAEC;
}
#secondary #nav_menu-4 h2 {
	color: #F5CA00;
}
/*---HIDES Sub Menus on Child Pages---*/

.widget_nav_menu .sub-menu {
	display: none;
}
#secondary .widget.widget_nav_menu li ul.sub-menu li a, #secondary .widget.widget_nav_menu ul.sub-menu li.current_page_item a {
	padding-left: 24px;
}
#secondary .widget.widget_nav_menu li ul.sub-menu li.current_page_item a:hover {
	padding-left: 24px;
}
#secondary .widget.widget_nav_menu li ul.sub-menu li a:hover {
	padding-left: 21px;
}
#secondary .widget_nav_menu .page-item-29 ul.sub-menu, #secondary .widget_nav_menu .page-item-32 ul.sub-menu {
	display: block;
}
/*---HIDES Nav Menus on Parent Pages---*/

.page-id-6 #nav_menu-2 {
	display: none;
}
.page-id-23 #nav_menu-3 {
	display: none;
}

.page-template-page-consulting-php .infusion-form{
	background-color:#3DC9CA}

.infusion-form {
	background-color: #3B607E;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.infusion-form h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 0px;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 1em;
}

.infusion-form label{
	display: inline;
}
.infusion-form ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
}
.infusion-form ul li {
	line-height: 20px;
	padding: 6px;
}
.infusion-form ul li.alt {
	background-color: #f7f7f7;
}

.infusion-form ul li.alt p {
	font-size: 14px;
}

.hide-widget-title h2{
	display: none;
}

.page-template-page-consulting-php .infusion-form-widget form, .single-format-audio .infusion-form-widget form{
	background-color: #3DC9CA;}

.page-template-page-interior-design-php .infusion-form-widget form{
	background-color: #00CE00;}

.page-template-page-events-php .infusion-form-widget form{
	background-color: #F5CA00;}
	
.page-id-27 .infusion-form-widget form, .single-tobitv .infusion-form-widget form{
	background-color: #F93E6D;}

.infusion-form-widget form {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.infusion-form-widget form .gform_description {
	color: #FFF;
	font-weight: normal;
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 0px;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 1em;
	display: block;
}

.infusion-form-widget .gform_wrapper .top_label .gfield_label{
	font-weight: normal;
}
.infusion-form-widget ul.gform_fields {
	display: block;
	list-style-type: none;
	padding: 5px;
	background-color: #FFF;
	margin: 0px;
}

.infusion-form-widget .gform_body{
	background-color: #FFF;
	padding: 5px;
}
.infusion-form ul li {
	line-height: 20px;
	padding: 6px;
}
.infusion-form-widget ul li:nth-child(odd) {
	background-color: #f7f7f7;
}

.infusion-form ul li.alt p {
	font-size: 14px;
}

.infusion-form-widget .gform_wrapper .gform_footer{
	padding: 0px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.page-id-1408 #loginform{
	padding: 8px;
	border-radius: 6px;
	border: 1px solid #CCC;
	width: 220px;
	background-color: #E6E5E7;
	display: block;
	margin-top: 20px;
}

/*------------------Countdown--------------------*/
.countdown{position:relative;
  max-width:870px;}

.clock {
  font-family:Arial;
  color:#fff;
  display:block;
  height:50px;
  position:absolute;
  top:23%;
  left:-.5%;
  width:10.91954%;
  height:83.3333333%;
  text-align:center;
  font-size:3.8em;
  line-height:1.2em;
}


/*------------------MQ Overides--------------------*/


@media(min-width:768px) and (max-width:979px) {
#masthead .span9 img {
	max-width: 528px;
}
.social-tools ul li {
	display: block;
	float: left;
	width: 33px;
	margin-right: 4px;
}
#landing-tiles .thumbnail .caption {
	min-height: 150px;
}

.clock {
	top:25%;
  font-size:2.8em;
}

}
 @media(min-width:980px) and (max-width:1200px) {
.clock {
  font-size:3.4em;
}


#landing-tiles .thumbnail p {
	min-height: 80px;
}
.navbar .nav > li > a {
	padding-right: 13px;
	padding-left: 13px;
}
#global-nav {
	background-image: url(img/sprites/marrakech-tile-72.png);
	background-position: center top;
	height: 72px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
#global-nav .span12 {
	margin-left: 0px;
}
#global-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#global-nav li {
	display: block;
	height: 72px;
	width: 157px;
	float: left;
}
#global-nav li#nav-tobi-tv {
	width: 155px;
}
#global-nav li a {
	display: block;
	height: 72px;
	background-image: url(img/sprites/nav-940.jpg);
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#global-nav li#nav-interior-design a {
	background-position: 0px 0px;
}
#global-nav li#nav-consulting a {
	background-position: -157px 0px;
}
#global-nav li#nav-tobi-u a {
	background-position: -313px 0px;
}
#global-nav li#nav-tobi-fairley-home a {
	background-position: -470px 0px;
}
#global-nav li#nav-tobi-tv a {
	background-position: -627px 0px;
}
#global-nav li#nav-tobis-blog a {
	background-position: -783px 0px;
}
#global-nav li#nav-interior-design a:hover {
	background-position: 0px -79px;
}
#global-nav li#nav-consulting a:hover {
	background-position: -157px -79px;
}
#global-nav li#nav-tobi-u a:hover {
	background-position: -313px -79px;
}
#global-nav li#nav-tobi-fairley-home a:hover {
	background-position: -470px -79px;
}
#global-nav li#nav-tobi-tv a:hover {
	background-position: -627px -79px;
}
#global-nav li#nav-tobis-blog a:hover {
	background-position: -783px -79px;
}
body.parent-pageid-6 #global-nav li#nav-interior-design a, body.page-id-6 #global-nav li#nav-interior-design a {
	background-position: 0px -79px;
}
body.parent-pageid-23 #global-nav li#nav-consulting a, body.page-id-23 #global-nav li#nav-consulting a, body.page-id-1408  #global-nav li#nav-consulting a {
	background-position: -157px -79px;
}
body.parent-pageid-14 #global-nav li#nav-tobi-u a, body.page-id-14 #global-nav li#nav-tobi-u a {
	background-position: -313px -79px;
}
body.page-id-1399 #global-nav li#nav-tobi-fairley-home a {
	background-position: -470px -79px;
}
body.parent-pageid-27 #global-nav li#nav-tobi-tv a, body.page-id-27 #global-nav li#nav-tobi-tv a, body.single-tobitv #global-nav li#nav-tobi-tv a {
	background-position: -627px -79px;
}
#global-nav li#nav-tobis-blog.active a {
	background-position: -783px -79px;
}
}
 @media(max-width:980px) {
body {
	padding-top: 0px;
}
body #page-header {
	padding-top: 20px;
	margin-top: -20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
body .navbar .nav > li {
	background-image: none;
}
#global-nav .span12 {
	margin-left: 0px;
}
#global-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#global-nav li {
	display: block;
	height: 57px;
	width: 31.4%;
	margin-right: 1.4%;
	margin-bottom: 1.5%;
	float: left;
	background-color: #ccc;
	padding: .25%;
}
#global-nav li#nav-tobi-u, #global-nav li#nav-tobi-u {
	margin-right: 0;
}
#global-nav li a {
	display: block;
	height: 57px;
	background-image: url(img/sprites/nav-700.jpg);
	background-position: center top;
	text-indent: -9999px;
	overflow: hidden;
}
#global-nav li#nav-interior-design a {
	background-position: center 0px;
}
#global-nav li#nav-consulting a {
	background-position: center -120px;
}
#global-nav li#nav-tobi-u a {
	background-position: center -240px;
}
#global-nav li#nav-tobi-fairley-home a {
	background-position: center -360px;
}
#global-nav li#nav-tobi-tv a {
	background-position: center -480px;
}
#global-nav li#nav-tobis-blog a {
	background-position: center -600px;
}
#global-nav li#nav-interior-design a:hover {
	background-position: center -60px;
}
#global-nav li#nav-consulting a:hover {
	background-position: center -180px;
}
#global-nav li#nav-tobi-u a:hover {
	background-position: center -300px;
}
#global-nav li#nav-tobi-fairley-home a:hover {
	background-position: center -420px;
}
#global-nav li#nav-tobi-tv a:hover {
	background-position: center -540px;
}
#global-nav li#nav-tobis-blog a:hover {
	background-position: center -660px;
}
body.parent-pageid-6 #global-nav li#nav-interior-design a, body.page-id-6 #global-nav li#nav-interior-design a {
	background-position: center -60px;
}
body.parent-pageid-23 #global-nav li#nav-consulting a, body.page-id-23 #global-nav li#nav-consulting a, body.page-id-1408  #global-nav li#nav-consulting a {
	background-position: center -180px;
}
body.parent-pageid-14 #global-nav li#nav-tobi-u a, body.page-id-14 #global-nav li#nav-tobi-u a {
	background-position: center -300px;
}
body.page-id-1399 #global-nav li#nav-tobi-fairley-home a {
	background-position: center -420px;
}
body.parent-pageid-27 #global-nav li#nav-tobi-tv a, body.page-id-27 #global-nav li#nav-tobi-tv a, body.single-tobitv #global-nav li#nav-tobi-tv a {
	background-position: center -540px;
}
#global-nav li#nav-tobis-blog.active a {
	background-position: center -660px;
}
}
 @media(max-width:767px) {
#masthead .span3 {
	display: none
}
body #page-header {
	background-color: #f2f2f2;
	border-bottom-style: none;
}
#masthead .span9 {
	padding-right: 1.4%;
	display: block;
	margin-bottom: 20px;
}
}
 @media(max-width:690px) {
.clock {
	top:40%;
  font-size:1.8em;
}

#global-nav li {
	display: block;
	height: 57px;
	width: 48.4%;
	margin-right: 1.4%;
	margin-bottom: 1.5%;
	float: left;
	background-color: #ccc;
	padding: .25%;
}
#global-nav li#nav-tobi-u, #global-nav li#nav-tobi-fairley-home, #global-nav li#nav-tobis-blog {
	margin-right: 0;
}
#global-nav li#nav-consulting {
	margin-right: 1.4%;
}

#colophon {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
		
}
 @media(max-width:440px) {
.clock {
	top:45%;
  font-size:1.4em;
}


#global-nav li {
	display: block;
	height: 57px;
	width: 99%;
	margin-right: 0;
	margin-bottom: 1.5%;
	float: none;
	background-color: #ccc;
	padding: .50%;
}
#global-nav li#nav-consulting, #global-nav li#nav-tobi-fairley-home, #global-nav li#nav-tobis-blog {
	margin-right: 0;
}
#global-nav li#nav-tobi-u, #global-nav li#nav-tobi-u {
	margin-right: 0;
}
#interior-design-nav ul li {
	display: block;
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#interior-design-nav ul li:nth-child(even) {
	margin-right: 0%;
}
}
 @media(min-width:980px) {
body {
	padding-top: 40px;
}
body #page-header {
	padding-top: 20px;
}
.social-tools ul li {
	display: block;
	float: left;
	width: 45px;
	margin-right: 8px;
}
}
 @media(min-width:1200px) {
body .navbar .nav > li > a {
	letter-spacing: .4em;
	padding-right: 15px;
	padding-left: 15px;
}
/*------------------Global Nav--------------------*/

#global-nav {
	background-image: url(img/sprites/marrakech-tile-92.png);
	background-position: center top;
	height: 90px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
#global-nav .span12 {
	margin-left: 0px;
}
#global-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#global-nav li {
	display: block;
	height: 90px;
	width: 195px;
	float: left;
}
#global-nav li a {
	display: block;
	height: 90px;
	background-image: url(img/sprites/nav-1200.jpg);
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#global-nav li#nav-interior-design a {
	background-position: 0px 0px;
}
#global-nav li#nav-consulting a {
	background-position: -195px 0px;
}
#global-nav li#nav-tobi-u a {
	background-position: -390px 0px;
}
#global-nav li#nav-tobi-fairley-home a {
	background-position: -585px 0px;
}
#global-nav li#nav-tobi-tv a {
	background-position: -780px 0px;
}
#global-nav li#nav-tobis-blog a {
	background-position: -975px 0px;
}
#global-nav li#nav-interior-design a:hover {
	background-position: 0px -98px;
}
#global-nav li#nav-consulting a:hover {
	background-position: -195px -98px;
}
#global-nav li#nav-tobi-u a:hover {
	background-position: -390px -98px;
}
#global-nav li#nav-tobi-fairley-home a:hover {
	background-position: -585px -98px;
}
#global-nav li#nav-tobi-tv a:hover {
	background-position: -780px -98px;
}
#global-nav li#nav-tobis-blog a:hover {
	background-position: -975px -98px;
}
body.parent-pageid-6 #global-nav li#nav-interior-design a, body.page-id-6 #global-nav li#nav-interior-design a {
	background-position: 0px -98px;
}
body.parent-pageid-23 #global-nav li#nav-consulting a, body.page-id-23 #global-nav li#nav-consulting a, body.page-id-1408  #global-nav li#nav-consulting a{
	background-position: -195px -98px;
}
body.parent-pageid-14 #global-nav li#nav-tobi-u a, body.page-id-14 #global-nav li#nav-tobi-u a {
	background-position: -390px -98px;
}
#global-nav li#nav-tobi-fairley-home.active a {
	background-position: -585px -98px;
}

body.page-id-1399 #global-nav li#nav-tobi-fairley-home a{
	background-position: -585px -98px;
}

body.parent-pageid-27 #global-nav li#nav-tobi-tv a, body.page-id-27 #global-nav li#nav-tobi-tv a, body.single-tobitv #global-nav li#nav-tobi-tv a {
	background-position: -780px -98px;
}
#global-nav li#nav-tobis-blog.active a {
	background-position: -975px -98px;
}
.social-tools ul li {
	width: 58px;
	margin-right: 8px;
}
}
