/* @override 
	http://acvhealing.netprophets.com.au/wp-content/themes/blackgreen/style.css?ver=3.5.2
	http://acvhealing.netprophets.com.au/wp-content/themes/blackgreen/style.css?ver=3.6
	http://acvhealing.com.au/wp-content/themes/blackgreen/style.css?ver=3.9.2
	http://acvhealing.com.au/wp-content/themes/blackgreen/style.css?ver=4.1.1 */

/*   
Theme Name: Black&Green Theme
Theme URI: http://silviuandrei.eu
Description: Black&Green WordPress Theme by Silviu Andrei
Tags: business clean corporate design minimal modern portfolio responsive seo white wordpress theme, custom-menu, full-width-template, theme-options, translation-ready
Author: Silviu Andrei
Author URI: http://silviuandrei.eu
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
*/

/* =Imports
-------------------------------------------------------------- */

@import url("stylesheets/base.css");
@import url("stylesheets/skeleton.css");

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;color: #000;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.home .margins01{
	padding: 0 !important;margin:-30px 0 0 0 !important;
}
/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* THEME STYLES */

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

/* general styles */
h1, h2, h3, h4, h5, h6 {
	color: #444444;
	font-weight: 600;
	padding: 0;
	margin-bottom:10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 {
	font-weight:600;
	font-size: 22px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 22px;

}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 16px;
}
h6 {
	font-size: 10px;
	line-height: 14px;
}

code, pre {
	font: 12px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	display: block;
	background: #f5f5f5 url(images/pre.png) repeat;
	border: 1px solid #ccc;
	padding: 18px 20px 18px 20px;
	margin: 0 0 18px;
	line-height: 19.2px;
	overflow: auto;
	overflow-Y: hidden;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote {
	font-style: italic; 
	border-left: 1px solid #ebebeb; 
	margin: 20px 0; 
	padding: 0 20px; 
	font-size: 14px;
}

/* BG */

/* main content styles */
#main {
	padding: 0 0 40px 0;
}
em strong, strong em, li strong{
	color: #006666;
}
.main {
	padding-bottom:40px;
}
.slogan {

	font-weight: 600;
	font-size: 24px;
	color: #006666;
	text-transform: uppercase;
	line-height: 58px;
	padding: 15px 0;
}
.slogan p {
	margin: 0;
	line-height: inherit;
}
h3.qa-faq-title a{
	color: #006666;
	font-size: 0.9em;
}
.home .slogan{
	display: none;
}
hr.line.slogan {
	margin-bottom: 15px;
}

.widget {
    margin-bottom: 17px;
}

/* general styles */
body {
	background: #fff;
	font: 13px/17px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333 /* 656565 */;
}

p{ line-height: 19px; margin-bottom: 12px; font-size: 1.1em;
}
li{ line-height: 19px;  font-size: 1.1em;
}
strong { color: #000; }

a {
	text-decoration: none;
	transition: all 0.2s;
}
a:hover {
	text-decoration: underline;
}

a.button { text-decoration: none; color: #fff !important; }

hr.line {
	margin:0;
	padding:0;
	border-width: 1px 0 0;
	border-color: #efefef;
	border-style: solid;
	background: none;
}
hr.dotted-hr {
	margin:0;
	padding:0;
	border-width: 1px 0 0;
	border-color: #d7d7d7;
	border-style: dotted;
	background: none;
}
.light_gray {
	color: #d7d7d7;
}

/* header styles */

#page > header {
	border-top: 5px solid #3a3a3a;
	min-height: 85px;
}
.site-branding a img {
	display:block;width: 400px;
}

/* navigation styles */

#site-navigation ul {
	float: right;
	text-align: center;
	margin: -5px 0 0;
}
#site-navigation ul ul {
	position: absolute;
	left: 0;
	top: 92px;
	z-index: 100;
	margin: 0 0 0 2px;
	padding: 0;
	display: none;	
	box-shadow: 2.5px 2.5px 5px rgba(0,0,0,0.2);
}
#site-navigation ul ul ul {
	left: 182px;
	top: -1px;
}
#site-navigation ul li {
	float: left;
	text-align: center;
	margin:0;
	position: relative;
}
#site-navigation ul ul li {
	text-align: left;
	border-top: 1px solid #fff;
}
#site-navigation ul li a {
	transition: background 0.1s;
}
#site-navigation ul li a {
	text-decoration: none;
	padding:30px 6px 44px;
	display: block;
	
	font-weight: 700;
	font-size: 12px;
	color: #3a3a3a;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin-left: 2px;
}
#site-navigation ul ul li a {
	text-decoration: none;
	
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
	margin-left: 0;
	width: 150px;
	padding: 9px 18px;
}
#site-navigation ul li > a:hover, #site-navigation ul li.current-menu-item > a, #site-navigation .current-menu-parent a {
background:#8327F6 !important;
	color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#site-navigation ul li.sfHover ul li a:hover, #site-navigation ul ul li a.active {
	box-shadow: none;
background:#8327F6 !important;}
#site-navigation ul li a:hover span, #site-navigation ul li.current-menu-item a span, #site-navigation ul li.sfHover a, #site-navigation ul li.sfHover a span, #site-navigation .current-menu-parent a span {
	color: #fff;
}
#site-navigation ul li a span {
	display: block;
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-size: 11px;
	color: #aeaeae;
	text-transform: none;
}

/* sidebar styles */
#secondary .widget_twitter ul li {
	background: none;
	padding-left: 0;
	border: none;
}
#secondary {
	margin-top: 20px;
}
#secondary ul {
	list-style: none;
	margin-left: 0;
}
#secondary ul li a, #secondary .site-info a {
	text-decoration: none;
}

#secondary iframe {
	width: 100%;
	height: auto;
}
#secondary .widget:last-child {
	margin-bottom: 20px;
}
#secondary .widget {
	margin: 14px 0 30px;
}

#secondary .widget ul, #secondary .widget ul li {
	margin: 0;
}

#secondary .widget .video-shortcode {
	margin-top: 15px;
}
#secondary .widget .video-shortcode iframe {
	display: block;
}
#secondary .widget .popular-posts li {
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	margin-top: 15px;
}
#secondary .widget .popular-posts li p {
	margin: 4px 0 0;
	font-size: 10px;
	font-family: 'Open Sans';
	font-weight: 600;
}
#secondary .widget .popular-posts li p a {
	text-decoration: none;
	color: #3a3a3a;
}
#secondary .widget .popular-posts li span {
	font-size: 10px;
	text-transform: uppercase;
}
#secondary .widget .popular-posts li a.pp-image {
	float: left;
	margin: 0 15px 15px 0;
}
#secondary .widget .popular-posts li a.pp-image img {
	display: block;
}
#secondary .widget li, .list-styles li, #secondary .widget .blog-categories li, #secondary .widget .blog-archives li {
	border-bottom: 1px dotted #d7d7d7;
	padding: 5px 0 6px;
	background: url(images/arrow.png) top left no-repeat;
	padding-left: 15px;
}
.list-styles li:last-child, #secondary .widget .blog-categories li:last-child, #secondary .widget .blog-archives li:last-child {
	border-bottom: none;
}
#secondary .widget li a, .list-styles li a, #secondary .widget .blog-categories li a, #secondary .widget .blog-archives li a {
	color: #909090;
	text-decoration: none;
}
#secondary .widget h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 300;
}

/* footer styles */
aside.widget ul {
	margin: -5px 0 0;
}

footer#colophon ul {
	list-style: none;
	margin-left: 0;
}

footer#colophon ul li {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    padding: 5px 0 6px;
}

footer#colophon ul li a, footer#colophon .site-info a {
	text-decoration: none;
}
footer#colophon {
	background: #333333;
	padding: 40px 0 18px;
	color: rgba(255,255,255,0.6);
}
footer#colophon a:hover, footer#colophon h3 {
	color: #fff;
}
hr.line.footer {
	margin: 20px 0 15px;
	border-color: #4f4f4f;
}
footerfooter#colophon a, footerfooter#colophon a:visited {
	color: #e8e8e8;
}
footerfooter#colophon a:hover {
	text-decoration: none;
}
.copyright {
	margin-top: 2px;
}

footer#colophon aside h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 300;
}

/* blog page styles */
article.hentry {
	margin: 25px 0 40px;
	border-bottom: 1px solid #efefef;
}
.home article.hentry{
	margin-top: 0;
}
article.hentry .entry-header img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 40px;
}
.blog-post .post-image.variant {
	width: 160px;
	height: 160px;
	float: left;
}
article.hentry footer.entry-meta {
	text-transform: uppercase;
	margin: -10px 0 20px;
}
article.hentry footer.entry-meta a:hover {
	color: #3a3a3a;
}
article.hentry .post-left {
	float: left;
	margin-right: 20px;
}
article.hentry .post-left a.post-date {
	width: 80px;
	height: 80px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
article.hentry .post-left a.post-date span {
	display: block;
	font-size: 40px;
	font-family: 'Open Sans';
	font-weight: 300;
	padding: 20px 0 14px;
}
article.hentry .post-left a.post-type {
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 40px;
}
article.hentry .post-right {
	float: right;
	width: 600px;
}
article.hentry .post-right.fullwidth {
	width: 840px;
}
article.hentry .post-video.fullwidth iframe {
	width: 940px !important;
	height: 290px !important;
}


article.hentry .entry-header.small-thumbs {
	width: 160px;
	height: 160px;
	float: left;
}
article.hentry .entry-header.small-thumbs a img {
	width: 100%;
	height: auto;
}
article.hentry .post-right.small-thumbs {
	width: 440px;
}
article.hentry .post-video.small-thumbs iframe {
	width: 160px;
	height: 160px;
}
article.hentry .post-audio.small-thumbs iframe {
	width: 160px;
	height: 160px;
}


article.hentry .post-right h1 a {
	text-decoration: none;
	color: #444444;
}
.twelve .blog-post .post-right.variant {
	width: 440px;
}
.sixteen .blog-post .post-right {
	float: right;
	width: 840px;
}
.blog-post .post-title a {
	color: #3a3a3a;
	text-decoration: none;
}
.blog-post a.read-more:hover {
	text-decoration: none;
	color: #656565;
}

.blog-post .post-content p {
	margin-bottom: 15px;
}

/* wp specific */
.site-description {
	display: none;
}
h1.site-title {
	font-size: 25px;
	line-height: 100%;
	margin: 32px 0 33px;
	
}
h1.site-title.footer {
	margin: 0 0 5px 0;
}
h1.site-title a {
	display: inline-block;
}

article.hentry h1.entry-title { margin: -8px 0 20px; line-height: 32px; }

article.format-standard .entry-header a,
.our-work > a,
article.front-page header.entry-header {
	position: relative;
	display: block;
}
.footer-description{
	font-weight: bold;font-style: italic;
}
/* them trixi after meta classes */

article.format-standard .entry-header a:after,
.our-work > a:after,
.secondary_flexslider .slides li a:after,
article.front-page header.entry-header  a.hover-class:after, a.hover-class:after {
	background: rgba(0, 0, 0, 0.7) url(images/overlay-icon-01.png) center no-repeat;
    cursor: pointer;
    display: block;
	opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
	content:"";
    top: 0;
    width: 100%;
    z-index: 5;
	transition: all 0.2s;
}
article.format-standard .entry-header a:hover:after,
.our-work > a:hover:after,
.secondary_flexslider .slides li a:hover:after,
article.front-page header.entry-header a.hover-class:hover:after, a.hover-class:hover:after {
	opacity: 1;
}

/* social */
ul.social-contact {
	margin: -10px -10px -15px 0;
	float: right;
}
ul.social-contact li {
    display: block;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
	border: none !important
}
ul.social-contact li a {
	width: 40px;
	height: 40px;
	display: block;
	transition: all 0.2s;
}
ul.social-contact li a.twitter {
	background: url("images/social2/twitter.png") no-repeat;
}
ul.social-contact li a.facebook {
	background: url("images/social2/facebook.png") no-repeat;
}
ul.social-contact li a.dribbble {
	background: url("images/social2/dribbble.png") no-repeat;
}

ul.social-contact li a.youtube {
	background: url("images/social2/youtube.png") no-repeat;
}

ul.social-contact li a.linkedin {
	background: url("images/social2/linkedin.png") no-repeat;
}

ul.social-contact li a.google {
	background: url("images/social2/google.png") no-repeat;
}

ul.social-contact li a:hover {
	background-position: 0 -40px;
}

/* coments styles */
#comments ol.comment-list li {}


#comments ol.comment-list {
	border-bottom: 1px dotted #e7e7e7;
	list-style: none;
	margin: 0 0 30px;
}
#comments ol.comment-list li {
	margin-bottom: 34px;
}
#comments ol.comment-list > li:last-child {
	margin-bottom: 40px;
}
.vcard img, #author-info img {
	float: left;
	margin: 0 20px 10px 0;
}
#author-info h3 {
	margin-bottom: 30px;
	line-height: 32px;
}
#author-info {
	border-bottom: 1px solid #efefef;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
#comments ol.comment-list li .comment-content, #comments ol.comment-list li footer { margin-left: 100px; }
#comments ol.comment-list li .comment-content:after { clear: none; }

#comments ol.comment-list li .comment-content, .author-bio {
	background: url(images/comment-arrow.png) left center no-repeat;
	margin-left: 90px;
	padding: 0 0 0 11px;
}
#comments ol.comment-list li .comment-content p, .author-bio p {
	background: #fcfcfc;
	border: 1px solid #e7e7e7;
	border-left: none;
	padding: 9px 20px 10px;
	line-height: 20px;
	margin: 0;
}
#comments ol.comment-list li footer {
	margin: 10px 0 0 100px;
	background: url(images/comment-bg.jpg) left bottom no-repeat;
	padding-bottom: 10px;
	
	font-size: 10px;
	color: #909090;
	text-transform: uppercase;
}
#comments ol.comment-list li footer span.author {
	color: #3a3a3a;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
#comments ol.comment-list li .reply {
	float: right;
	margin: 0;
}

ul.children {
	margin: 34px 0 0 100px;
	list-style: none;
}

/* other styles */
article.hentry .post-left a.post-type {
	background: url(images/post-type01.png) center no-repeat;
}
article.hentry .post-left a.post-type.video {
	background: url(images/post-type02.png) center no-repeat;
}
article.hentry .post-left a.post-type.audio {
	background: url(images/post-type03.png) center no-repeat;
}
article.hentry .post-left a.post-type.link {
	background: url(images/post-type04.png) center no-repeat;
}
article.hentry .post-left a.post-type.quote {
	background: url(images/post-type05.png) center no-repeat;
}
article.hentry .post-left a.post-type.gallery {
	background: url(images/post-type06.png) center no-repeat;
}
.our-team .social a, .our-team .social a img {
	display: inline-block;
}
.our-team .social a img {
	margin-right: 4px;
}
.our-team .social {
	position: absolute;
	bottom: 6px;
	left: 6px;
	background: rgba(0,0,0,0.2);
	padding: 13px 10px 5px 10px;
	opacity: 0;
	transition: opacity 0.2s;
}
.our-team:hover .social {
	opacity: 1;
}
.our-team-rel { position: relative; }
.our-team .our-team-rel > img {
	width: 288px;
	display: block;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px;
}
.our-team span {
	padding: 15px 0;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
.our-team span strong {
	display: block;
	color: #3a3a3a;
}
.our-team p {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 15px;
}

.callout-header {
	font-family: 'Open Sans';
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 50px;
	line-height: 32px;
}

#portfolio-wrapper > div, #portfolio-wrapper {
	margin-bottom: 20px;
}
#related-posts ul {
	list-style: none;
	margin: 25px 0;
}
#related-posts ul li {
	padding: 2px 0 2px 10px;
	background: url(images/arrow-small.png) center left no-repeat;
}
#related-posts ul li a {
	text-decoration: none;
}
#related-posts ul li a span {
	font-size: 10px;
	color: rgba(0,0,0,0.25);
}
.slide-caption {
	position: absolute;
	padding: 20px;
	margin: 0 0 20px 20px;
	background: rgba(0,0,0,0.5);
	width: 30%;
	bottom: 0;
}
.slide-caption h3 {
	color: #fff;
}
.slide-caption p {
	margin: 0;
	color: #cecece;
}
.flex-direction-nav a {
    bottom: 10px;
    cursor: pointer;
    display: block;
    height: 35px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    width: 35px;
    z-index: 10;
}
.homepage.flexslider .flex-direction-nav a {
	right: 20px;
	bottom: 20px;
}
.homepage.flexslider .flex-direction-nav .flex-prev {
	right: 56px;
}
.flex-direction-nav .flex-prev {
    background: url("images/slider-control-left.png") no-repeat scroll center center rgba(0, 0, 0, 0.5);
	right: 46px;
}
.flex-direction-nav .flex-next {
    background: url("images/slider-control-right.png") no-repeat scroll center center rgba(0, 0, 0, 0.5);
}
header.page-header h1.page-title {
	font-size: 11px;
	text-transform: uppercase;
	margin: -43px 0 42px;
}

.post-video iframe, .post-audio iframe {
	display: block;
	margin-bottom: 40px;
}

.post-link {
	margin: -23px 0 23px;
	color: rgba(0,0,0,0.35);
}

h2.entry-quote {
    font-size: 20px;
	margin: -8px 0 20px;
}
h2.entry-quote a {
	color: #444444;
	text-decoration: none;
}
h2.entry-quote p {
	line-height: 30px;
	margin: 0;
}
h2.entry-quote span.quote-source {
	display: block;
}
h2.entry-quote span.quote-source a {
	font-size: 12px;
	color: #B2B2B6;
}

.flexslider {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0px;
    position: relative;
}
.main_flexslider { margin-bottom: 0px; }
article.hentry .entry-header .flexslider ul li a img {
	margin-bottom: 0;
}

footer#colophon .widget_twitter ul li {
	border: none;
}
.widget_twitter b {
	display: block;
	margin-top: 5px;
	font-weight: normal;
}
.widget_twitter b a {
	color: #606060;
	font-size: 10px;
}

.widget_flickr #flickr_tab {
	margin: 0 -4px 12px;
}
.widget_flickr h3 {
	margin-bottom: 15px;
}
.widget_flickr div a img {
	float: left;
	width: 68px;
	height: 68px;
	margin: 0px 4px 8px;
	opacity: 0.8;
	transition: opacity 0.2s;
}
.widget_flickr div a:hover img {
	opacity: 1;
}

#content.site-content article:last-child {
	margin-bottom: 0;
	border: none;
}
article.hentry .entry-content {
	margin: 25px 0 40px;
}
.home article.hentry .entry-content{
	margin-top: 0 !important;
}
article.hentry .entry-content > *:last-child {
	margin-bottom: 0;
}

/* pages */
article.hentry.page {
    border: none;
}

/* single folio page */
.folio-items-container img { width: 100%; height: auto; }
.folio-items-container a.fancybox, .folio-items-container a.fancybox img { display: block; }
.folio-items-container .folio-content { margin: 40px 0; }
.folio-items-container .folio-content *:last-child { margin-bottom: 0; }
.folio-items-container iframe { display: block; }
.work-showcase { position: relative; }
.work-related { margin: 0 -10px 40px; }
.work-related > h3 { margin: -10px 0 25px  10px; }
.projects-header {
	margin: 5px 0 10px 0;
	border-top: 1px solid rgba(0,0,0,0.01);
	border-bottom: 1px solid rgba(0,0,0,0.05); 
	background: rgba(0,0,0,0.01); 
	padding: 5px 9px 7px 0;
}
.projects-sidebar {
	margin-bottom: 40px;
}
.projects-sidebar ul li {
	line-height: 21px;
}

/* inputs, forms, buttons */
form { overflow: hidden; }
input[type="text"], input[type="email"], input[type="search"], textarea {
	border: 1px solid #e7e7e7;
	background: #fcfcfc;
	color: #909090;
	font: 11px/17px 'Open Sans';
}
input[type="search"]#s {
	width: 210px;
	padding: 6px 4px;
}
#contact-form p {
	line-height: 28px;
}
input#submit[type="submit"], #contact-form input[type="submit"], .button, button {
	background: green;
	color: white;
	border: none;
	font-size: 11px;
	padding: 8px 10px;
	text-shadow: none;
	transition: all 0.2s;
	box-shadow: none;
}
input#submit[type="submit"]:hover, #contact-form input[type="submit"]:hover, .button:hover, button:hover {
	background: gray;
	color: white;
	border: none;
	text-shadow: none;
	box-shadow: none;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	margin: 0 0 20px;
}
#contact-form input[type="text"], #contact-form input[type="password"], #contact-form input[type="email"] {
	margin: 0 0 14px;
}
#commentform { margin-bottom: 40px; }

/* contact form styles */
#contact-form label {
	font-family: 'Open Sans';
	font-size: 11px;
	font-weight: 100;
	display: block;
}
#contact-form textarea, #commentform textarea {
	width: 690px;
}
#contact-form p, #commentform p {
	display: inline-block;
	margin: 0 17px 0 0;
}
#commentform label {
	margin-bottom: 5px;
}
#contact-form input[type="submit"], #commentform input[type="submit"] {
	margin-bottom: 0;
}
#contact-form input, #contact-form textarea, #commentform input, #commentform textarea {
	padding: 6px 4px;
}
#googlemaps { margin: 0 0 29px; }

h3.gmap-header, h2.comments-title, h3#reply-title {
    font-size: 16px;
    line-height: 32px;
    color: #3a3a3a;
	margin-bottom: 26px;
}
h2.comments-title, h3#reply-title {
	margin-bottom: 30px;
}

p.comment-notes, p.form-allowed-tags { display: none !important; }
p.comment-form-url { margin-right: 0 !important; }
.required { color: #909090; }

/* homepage posts widget */
.home-columns button { margin: 0; }
.home-folio-style {
	background: #f3f3f3; 
	border-top: 1px solid #dedede; 
	border-bottom: 5px solid #eaeaea; 
	margin: 40px -45px; 
	padding: 0 45px;
	overflow: hidden;
}

.home-posts, .home-folio, .home-columns { margin: 40px -10px; }
.home-clients { margin: 40px 0; }
.home-posts article { margin-top: 0; margin-bottom: 0; border: none; }
#cta{
margin: 0px 0 0px 0;
}
#cta li{
	list-style: none;display: inline;float: left;width: 223px;height: 106px;margin-right: 15px;margin-bottom: 20px;position: relative;
}
#hwim-6{
	position: relative;
}
#cta li span,#hwim-6 p{
	color: #fff;font-family: "Proxima Nova", sans-serif;font-weight: normal;font-size: 18px;position: absolute;top: 45px;z-index: 999;left: 20px;
}
#cta li a{
	text-decoration: none !important;
}
#cta li p{
	font-size: 16px;
}
.lastli{
	margin: 0 !important;
}
.home .addtoany_share_save_container{
	display: none;
}
.entry-content a img, .entry-content img{
max-width: 100% !important;
}

#secondcontent{
	float: left;clear: both !;
}
#secondcontent h2,#secondcontent h3{
	margin-top: 20px;
}
article.front-page h3 {
	margin: -5px 0 0;
	text-transform: uppercase;
	font-size: 14px;
}
article.hentry.front-page .post-left a.post-type {
	display: block;
	height: 45px;
	margin-bottom: 0;
	width: 45px;
}
article.hentry.front-page .post-left a.post-date {
	height: 45px;
	width: 45px;
	font-size: 10px;
}
article.hentry.front-page .post-left a.post-date span {
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 300;
	padding: 5px 0 0;
}
article.hentry.front-page .post-right {
	width: 165px;
}
article.hentry.front-page .post-left {
	margin-right: 10px;
}
article.front-page .flexslider {
	margin: 0 0 15px;
}
article.front-page iframe {
	width: 100%;
	height: 110px;
	margin: 0 0 15px;
	display: block;
}
article.hentry.front-page .entry-header img {
	margin-bottom: 15px;
}
article.hentry.front-page .post-link {
	margin: -2px 0 8px;
}
article.hentry.front-page .entry-quote {
	font-size: 14px;
	line-height: 18px;
	margin-top: -4px;
}

/* our work */
.our-work img {
	width: 100%;
	display: block;
}
.our-work h3 {
	font-family: 'Open Sans';
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	padding: 12px 0;
	border-bottom: 1px solid #dfdfdf;
	border-top: 2px solid #dfdfdf;
	transition: all 0.2s;
	margin-bottom: 0;
}
.our-work h3 a, .home-blog h3 a {
	color: #3a3a3a;
	text-decoration: none;
}
.our-work h3 span {
	font-family: 'Open Sans';
	font-style: italic;
	text-transform: none;
	font-size: 11px;
	display: block;
	color: #aeaeae;
}
.our-work h3:hover {
	background: #f8f8f8;
}
.home-folio-style .our-work h3 { background: #f8f8f8; }

/* folio filters */
#filters ul {
	overflow: hidden;
	margin: 25px 0 40px;
}
#filters ul li {
	float: left;
	margin: 0;
	list-style: none;
}
#filters ul li a {
	font-size: 14px;
	text-transform: uppercase;
	background: #f8f8f8;
	color: #aeaeae;
	padding: 8px 16px;
	text-decoration: none;
	margin-right: 10px;
	display: block;
	transition: all 0.2s;
}
#filters ul li a:hover, #filters ul li a.selected {
	color: #fff;
}

/* widgets */

.widget_tag_cloud a:visited {
	color: #999999;
}
.widget_tag_cloud a {
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.05);
	text-decoration: none;
    font-size: 11px !important;
    line-height: 20px;
    color: #999999;
    margin: 0 5px 7px 0px;
    -webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	        box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.widget_tag_cloud a:hover {
    border-color: rgba(0,0,0,0.05);
    color: #ffffff !important;
}

#wp-calendar { width: 100% }

#wp-calendar tr { border-bottom: none; }

#wp-calendar th, #wp-calendar td { font-size: 11px; }

#wp-calendar caption {
	padding: 0 10px;
	text-align: right;
	margin: -5px 0 5px 0;
}

#wp-calendar thead th {
	padding: 5px 10px;
	font-weight: 300;
	border-top: 1px solid #f5f5f5;
	border-bottom: none;
}

#wp-calendar tbody { color: #aaa }

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px 8px;
}

#wp-calendar tbody td:hover { background: #fff }

#wp-calendar tbody .pad { background: none }

#wp-calendar tfoot #next {
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-top: 5px;
}

#wp-calendar tfoot #prev {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}

/* client list */
.client-list { margin: 0; }
.client-list li {
	list-style: none;
	margin: 0 -1px 0 0;
	border: 1px solid #e5e5e5; 
	float: left;
}
.client-list li img { 
	width:187px; 
	height: auto;
	display: block;
}

/* 404 */
.error404 h1.h1-404 {
	line-height: 100%; 
	font-size: 100px; 
	font-weight: bold; 
	padding: 100px 0 0;
}
.error404 p.p-404 {
	font-size: 20px; 
	line-height: 100%;
}
.error404 a.button {
	padding: 15px 20px; 
	font-size: 14px; 
	margin-bottom: 200px;
}

/* pagination styles */
.allpages {
	margin: 0 10px 0 100px;
	text-transform: uppercase;
}

a.inactive, span.current {
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	padding: 10px 15px 9px;
	margin-right: 5px;
	color: #909090 !important;
	text-decoration: none;
	font-size: 10px;
}
span.current, a.inactive:hover {
	background: #f8f8f8;
}

/**** Isotope CSS3 transitions ****/
.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:      -o-transform, 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;
}

/* shortcodes */
.list-styles.bigger-arrow li {
    background: url("images/big-arrow.png") no-repeat scroll left top transparent;
}
.list-styles.arrow-twice li {
    background: url("images/arrow-twice.png") no-repeat scroll left top transparent;
}
.list-styles.big-arrow li {
    background: url("images/arrow-big.png") no-repeat scroll left top transparent;
}
.list-styles.squared li {
    background: url("images/square.png") no-repeat scroll left top transparent;
}
.list-styles.dotted li {
    background: url("images/dotted.png") no-repeat scroll left top transparent;
}
.list-styles, .list-styles li {
	margin:0;
	list-style: none;
}

ul.tabs-nav {
	margin: 0;
	overflow: hidden;
}
ul.tabs-nav li { float: left; margin: 0; list-style: none; }
ul.tabs-nav li a { 
	text-transform:uppercase; 
	font-size: 12px; 
	text-decoration: none; 
	width: 120px;
	padding: 8px 0 9px;
	text-align: center;
	display: block;
	border: 1px solid #e7e7e7;
	margin-right: -1px;
	color: #909090;
}
ul.tabs-nav li.active a {
	border-bottom: 1px solid #fff;
	padding-top: 7px;
}
div.tabs-container {
	padding: 23px 25px 25px;
	border: 1px solid #e7e7e7;
	margin-top: -1px;
}
div.tabs-container div {}
.tab-content *:last-child {
	margin-bottom: 0;
}

.acc-container {
	padding: 0 0 0 25px;
	border-bottom: 1px dotted #D7D7D7;
}
.acc-trigger {
	display: block;
	padding: 9px 0 9px 25px;
	border-bottom: 1px dotted #D7D7D7;
	background: url("images/acc-style.jpg") left center no-repeat;
}
.acc-trigger a { text-decoration: none; color: #909090 !important; }
.acc-trigger.active {
	background: url("images/acc-style02.jpg") left center no-repeat;
	border-bottom: 1px dotted #fff;;
}

.price-box { 
	width:180px; 
	float: left;
	margin: 10px -1px 0 0;
	position: relative;
}
.price-box .button { 
	margin: 0;
}
.price-box li { 
	border: 1px solid #fff; 
	margin-bottom: -1px; 
	text-align: center;  
	padding: 11px 0;
	font-size: 12px;
	list-style: none;
}
.price-box li button { margin:0; }
.price-box.featured { 
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	z-index: 5;
	margin-top: 0px;
}
.price-box.featured li:last-child {
	padding: 25px 0;
}
.price-box.featured li:first-child {
	padding: 16px 0;
}
.price-box li:last-child {
	padding: 20px 0;
}
.price-box li:nth-child(odd) {
	background: #f5f5f5;
}
.price-box li:nth-child(even) {
	background: #fafafa;
}
.price-box.items li:nth-child(odd) {
	background: #f5f5f5;
}
.price-box.items li:nth-child(even) {
	background: #fafafa;
}
.price-box.items {
	margin-top: 140px;
	width: 225px;
}
.price-box.items li, .price-box.items li:nth-child(1), .price-box.items li:nth-child(2) {
	color: #909090;
	text-transform: none;
	text-align: left;
	padding: 11px 0 11px 20px;
}
.price-box li:nth-child(1), .price-box li:nth-child(2) {
	background: #6a6a6a;
	color: #fff;
}
.price-box li:nth-child(1) { text-transform: uppercase; }
.price-box li:nth-child(2) h3 { font-size: 34px; color: #fff; position: relative; font-weight: 300; font-family: 'Open Sans'; margin: 5px 0 0; line-height: 24px; }
.price-box li:nth-child(2) h3 sup { font-size: 14px; position: relative; top:-12px; }
.price-box li:nth-child(2) span { font-size: 12px; display: block; margin: 6px 0 7px; }

table {
    margin: 0 0 20px;
    padding: 0 5px;
    text-align: left;
	border-collapse: collapse;
    border-spacing: 0;
}

tr:nth-child(even) { background: #f4f4f4 }
tr:nth-child(odd) { background: #ffffff }

tr { border-bottom: 1px solid #dcdcdc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	font-size:12px;
	
}

thead th{
	font-size:14px;
	text-transform: uppercase;
	color:#707070;
	border:none;
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;
	padding:10px 5px;
}

.dropcap {
	font-size: 55px;
	float: left;
    height: 35px;
	margin: 15px 5px 0 0;
	display: inline-block;
}

.text-style-color-marker {
	color: #fff;
}
.text-style-dark-marker {
	background: #000;
	color: #fff;
}
.text-style-underline {
	border-bottom: 1px solid #dddddd;
}

.blockquote {

	padding: 20px;
	background: #f9f9f9;
}

.testimonials {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    padding: 20px;
}
.testimonials-bg {
    background: url("images/testimonials-bg.png") no-repeat;
    display: block;
    height: 30px;
    margin-top: -1px;
    width: 200px;
}
.testimonials-author {
    display: block;
    float: right;
    margin-bottom: 20px;
    margin-top: -23px;
}
.testimonials-author span {
    color: #909090;
}

.alert-success {
	text-align: center;
	background: #e3fbd9 url("images/alert-success.png") 15px center no-repeat;
	border: 1px solid #c4f1ac;
	line-height: 38px;
	color: #86b278;
	position: relative;
	margin-bottom: 1px;
}
.alert-info {
	text-align: center;
	background: #e7fbfc url("images/alert-info.png") 15px center no-repeat;
	border: 1px solid #b0e9f0;
	line-height: 38px;
	color: #6d89b6;
	position: relative;
	margin-bottom: 1px;
}
.alert-warning {
	text-align: center;
	background: #f8f7db url("images/alert-warning.png") 15px center no-repeat;
	border: 1px solid #f2e05a;
	line-height: 38px;
	color: #d8a92d;
	position: relative;
	margin-bottom: 1px;
}
.alert-error {
	text-align: center;
	background: #fdebeb url("images/alert-error.png") 15px center no-repeat;
	border: 1px solid #fbbab8;
	line-height: 38px;
	color: #d45959;
	position: relative;
	margin-bottom: 1px;
}
.alert-notice {
	text-align: center;
	background: #fff url("images/alert-notice.png") 15px center no-repeat;
	border: 1px solid #cccccc;
	line-height: 38px;
	color: #9a9999;
	position: relative;
	margin-bottom: 1px;
}
.alert-success span,
.alert-info span,
.alert-warning span,
.alert-error span,
.alert-notice span {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 12px;
	top: 13px;
	background: #e3fbd9 url("images/close.png") no-repeat;
	cursor: pointer;
}
nav select{
	width: 80%;margin: 20px 0 0 0;
	}
@media only screen and (min-width: 480px) {
/* == INTERMEDIATE: Menu == */
#navigation-wrapper, nav ul a, nav ul {

}
nav ul {
}
nav a, .next-post a{
float:left;
margin-bottom:0;
}
nav li:first-child a{
margin-left:0;
}
nav li:last-child  a{
margin-right:0;
}

/* == INTERMEDIATE: IE Fixes == */
nav ul li{
display:inline;
}
}
nav{
width:100%;
float:left;

margin-bottom:9px;
}
nav select {
display: none;
}


@media (max-width: 960px) {
nav ul     {
display: none;
}
header div.nine{
	float: left;clear: both;width: 100% !important;text-align: center;
}
#cta li{
	width: 175px;
}
#cta li img{
	width: 175px;
}
#cta li span,#hwim-6 p{
	color: #fff;font-family: "Proxima Nova", sans-serif;font-weight: normal;font-size: 16px;position: absolute;top: 35px;z-index: 999;left: 16px;
}

nav select {
display: inline-block;
}
}
#facebook{
	float: right;margin: 0px 0;position: relative;top:30px;
}