/*   
Theme Name: Gone WordPress Theme
Theme URI: http://themeforest.net/user/Bebel
Description: Gone WordPress Theme by Bebel
Tags: business clean corporate design minimal modern portfolio responsive seo white wordpress theme, custom-menu, full-width-template, theme-options, translation-ready
Author: Bebel
Author URI: http://themeforest.net/user/Bebel
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");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,700);

/* =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;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, "Georgia", "Times New Roman", serif;
	font-weight: bold !important;
}
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;
}
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: 100%;
}

/* 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 */
}

/* 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;
}


/* extra */

.bl_pag {
    margin: -35px 0 35px 0;
    text-align: right;
}


/* =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 {
	background: url(images/search.png) center no-repeat !important;
    float: right;
    margin: -30px 6px 0 0;
	padding: 0;
    position: relative;
    text-indent: -9999px;
	border-radius: 0;
	height: 29px;
	width: 33px;
}

/* =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 */

/* 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: 15px;
	font-weight: normal;
	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;
	background: #fff;
}
.home.page #main { padding-top: 45px; }

/*.page-template-template-blog_01-php .site-main,
.blog .site-main {
	background: url(images/page-bg.png) top left repeat-y;
}*/

.blog.b_fullwidth .site-main {
	background: #fff;
}

.blog.b_fullwidth .bl_pag {
    margin-right: 0;
}

.site-main { position: relative; }
#icon-list {
    left: 100%;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 0;
	background: #fff;
	padding: 7px 10px 7px 7px;
}
#icon-list a { 
	padding: 3px 0;
	display: block;
	color: #999999;
	opacity: 0.5;
	transition: all 0.5s;
}
#icon-list a:hover { 
	opacity: 1;
}

.main {
	padding-bottom:40px;
}
.slogan {
	font-family: Arial, "Georgia", "Times New Roman", serif;
	font-weight: 300;
	font-weight: bold !important;
	font-size: 25px;
	color: #3a3a3a;
	line-height: 58px;
	padding: 5px 0 45px;
}
.slogan p {
	margin: 0;
	line-height: inherit;
	font-family: Arial, "Georgia", "Times New Roman", serif;
	font-weight: bold !important;
	font-size: 25px;
}
hr.line.slogan {
	margin-bottom: 40px;
}

.widget {
    margin-bottom: 17px;
}

/* general styles */
body {
	background: #fff;
	font: 12px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #909090 /* 656565 */;
}

p { line-height: 21px; margin-bottom: 21px; }

strong { color: #909090; }

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;
	min-height: 110px;
}
.site-branding a img {
	display:block;
}

/* navigation styles */

#site-navigation ul {
	float: right;
	margin: 37px 0 0;
}

#site-navigation ul ul:before {
	width: 100%;
	background: url(images/menuarr.png) center no-repeat;
	height: 20px;
	content: '';
	top: -14px;
	left: -60px;
	position: absolute;
	z-index: 5;
}
#site-navigation ul ul.cols3.sub-menu:before {
	top: -15px;
	left: -35px;
}
#site-navigation ul ul {
	position: absolute;
	left: -6px;
	top: 50px;
	z-index: 201;
	margin: 0 0 0 5px;
	padding: 0;
	display: none;	
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	border-top: 3px solid #007db8;
	border-top: none !important;
	overflow: visible;
	transition: none;
}
#site-navigation ul ul ul {
	left: 182px;
	top: -1px;
}
#site-navigation ul li {
	float: left;
	margin:0;
	position: relative;
}
#site-navigation ul ul li {
	text-align: left;
}
#site-navigation ul li a {
	transition: background 0.1s;
}
#site-navigation ul li a {
	text-decoration: none;
	padding: 0 15px;
	display: block;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #666666;
	position: relative;
	z-index: 1;
}
#site-navigation div > ul > li {
	border-right: 1px solid #cdcdcd;
}
#site-navigation div > ul > li:last-child {
	border-right: none;
}
#site-navigation div > ul > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	margin: -6px -1px;
}
#site-navigation ul li:last-child a {
	border: none;
}
#site-navigation div > ul > li > a:hover, #site-navigation div > ul > li.current-menu-item > a, #site-navigation li.current-menu-parent > a {
	color: aqua;
	background: none !important;
	transition: background 1s;
	border-radius: 5px;
}
#site-navigation li.current-menu-parent ul li.current-menu-item a { background: #007db8; color: #fff; }

#site-navigation li.current-menu-parent > a {  }
#site-navigation li.current-menu-parent ul li a {
    background: #fff;
}

#site-navigation ul ul li a {
	text-decoration: none;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
	background: #f8f8f8 !important;
	font-size: 11px;
	text-transform: capitalize;
	margin-left: 0;
	width: 150px;
	padding: 9px 18px;
	background: #f8f8f8 url(images/mmenu.jpg) left top repeat-x !important;
}
#site-navigation ul li.sfHover ul li a:hover, #site-navigation ul ul li a.active {
	box-shadow: none;
	background: #007db8;
	color: #fff;
}

#site-navigation ul li.sfHover ul li a { background: #fff url(images/mmmenu.jpg) bottom center no-repeat; }
#site-navigation ul li.sfHover ul li:last-child a { background: #fff; }

#site-navigation ul li a span {
	display: block;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #999999;
	text-transform: none;
}
#site-navigation ul li a:hover span, #site-navigation ul li.current-menu-item a span, #site-navigation li.current-menu-parent > a span {
	/*color: #fff;*/
}

/* sidebar styles */
#secondary .widget_twitter ul li {
	background: none;
	padding-left: 0;
	border: none;
}
#secondary {
	margin-top: 0;
}

.twelve.columns article.post.hentry .post-right.small-thumbs .entry-content {
	background: url(images/postsbg.png) bottom right no-repeat;
}


#secondary ul {
	list-style: none;
	margin-left: 0;
}
#secondary ul li a, #secondary .site-info a {
	text-decoration: none;
}

#secondary .widget:first-child { margin-top: 0; }

#secondary iframe {
	width: 100%;
	height: auto;
}
#secondary .widget:last-child {
	margin-bottom: 20px;
}
#secondary .widget {
	margin: 14px 0 30px;
}
#secondary .widget p, #secondary .widget span {
	color: #909090;
}
#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-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-title {
	font-size: 15px;
	font-weight: 100;
	line-height: 20px;
}

/* 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;
}

.site-info img {
	float:left; 
	margin: -6px 20px 0 0;
}
.site-info p, .site-info a {
	margin: 0;
	color: #b8b8b8 !important;
}
.site-info a:hover {
	color: #797979 !important;
}

footer#colophon {
	background: #333333;
	padding: 40px 0 0;
	color: rgba(255,255,255,0.6);
	border-top: 1px solid #e0e0e0 !important;
	position: relative;
}

.totop {
	position: absolute;
    right: 22px;
    top: 25px;
	cursor: pointer;
}

footer#colophon a:hover, footer#colophon h3 {
	color: #fff;
}
hr.line.footer {
	margin: 0 -45px 15px;
	border-color: #d9d9d9;
}
footerfooter#colophon a, footerfooter#colophon a:visited {
	color: #e8e8e8;
}
footerfooter#colophon a:hover {
	text-decoration: none;
}
.copyright {
	margin-top: 2px;
}

footer#colophon aside h3 {
	font-size: 14px;
	font-weight: 300;
}

.footer_extra_class {
	background: #fff; 
	height: 50px; 
	margin: 20px -35px -18px; 
	padding: 0 35px;
}

/* blog page styles */
article.hentry {
	margin: 0 0 20px;
	border-bottom: 1px solid #efefef;
	border: none;
}

body.blog article.hentry {
	margin-top: 0;
}

article.hentry .entry-header img {
	width: 100%;
	height: auto;
	display: block;
}

article.hentry .entry-header a {
	margin-bottom: 40px;
}

.blog-post .post-image.variant {
	width: 160px;
	height: 160px;
	float: left;
}
article.hentry footer.entry-meta {
	text-transform: inherit;
	margin: -19px 0 20px;
}
article.hentry footer.entry-meta a:hover {
	color: #3a3a3a;
}
article.hentry .post-left {
	float: left;
	margin-right: 20px;
	display: none;
}
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: Arial, "Georgia", "Times New Roman", serif;
	font-weight: 300;
	font-weight: normal !important;
	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: 550px;
	margin: 0 60px;
	text-align: center;
}
article.hentry .post-right.fullwidth {
	width: 820px;
	margin-top: -70px;
	position: relative;
	z-index: 1;
}
article.hentry .post-right {
	margin-top: -70px;
	position: relative;
	z-index: 1;
}
article.hentry .post-video.fullwidth iframe {
	width: 940px !important;
	height: 290px !important;
}

.single.single-post article.hentry .post-right {
    margin: 0 !important;
    text-align: left;
    width: 100%;
}

article.hentry .post-right.small-thumbs img.avatar.avatar-50 { float: left; border-radius: 50px; margin-bottom: -50px; }

article.hentry .post-right img.avatar.avatar-50 { border: 4px solid #fff; border-radius: 50px; display: inline-block; margin: 0 0 8px; }
article.hentry .post-right.fullwidth img.avatar.avatar-50 { border: 4px solid #fff; border-radius: 50px; display: inline-block; margin: 0 0 8px; }

article.hentry .post-right.small-thumbs h1.entry-title,
article.hentry .post-right.small-thumbs footer.entry-meta {
    margin-left: 60px;
}

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: 500px;
	text-align: left;
	margin: 0;
}
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;
}


a.read-more {
	font-weight: bold;
}

.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;
	text-transform: capitalize;
}
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; font-size: 20px; font-weight: 100; }

article.format-standard .entry-header a,
.our-work > a,
article.front-page header.entry-header {
	position: relative;
	display: block;
}

/* them trixi after meta classes */

article.format-standard .entry-header a,
.our-work > a,
.secondary_flexslider .slides li a,
article.front-page header.entry-header a.hover-class, 
a.hover-class {
	overflow: hidden;
}

article.format-standard .entry-header a img,
.our-work > a img,
.secondary_flexslider .slides li a img,
article.front-page header.entry-header a.hover-class img, 
a.hover-class img { 
	transition: all 0.5s; 
}

article.format-standard .entry-header a:hover img,
.our-work > a:hover img,
.secondary_flexslider .slides li a:hover img,
article.front-page header.entry-header a.hover-class:hover img, 
a.hover-class:hover img,
.h_cl:hover img {
	opacity: 0.5;
	transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

/* social */
ul.social-contact {
	margin: 0 !important;
	float: right;
}
ul.social-contact li {
    display: block;
    float: left;
    margin: 0 0 0 5px !important;
    padding: 0 !important;
	border: none !important
}
ul.social-contact li a {
	width: 18px;
	height: 18px;
	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 -18px;
}

/* 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-size: 22px;
	font-weight: 300;
	margin-bottom: 50px;
	line-height: 32px;
}

#portfolio-wrapper > div, #portfolio-wrapper {
	margin-bottom: 20px;
}

#related-posts { display: none; }

#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;
}

.wpb_wrapper .homepage.flexslider .flex-direction-nav .flex-prev, .wpb_wrapper .homepage.flexslider .flex-direction-nav .flex-next {
	bottom: 20px;
	left: auto;
	top: auto;
}

.wpb_wrapper .homepage.flexslider .flex-control-nav li { margin: 0; float: left; display: block; }
.wpb_wrapper .homepage.flexslider .flex-control-nav li a {
    background: #d0d0d0;
	box-shadow: none;
    cursor: pointer;
	border-radius: 0;
    display: block;
    height: 5px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 163px;
}

.wpb_wrapper .homepage.flexslider .flex-control-nav {
	bottom: -5px;
}

.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: 15px;
}

.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 40px;
    position: relative;
}
.main_flexslider { margin-bottom: 45px; }
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: 0 0 40px;
}
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;
	font-size: 20px;
    font-weight: 100;
}
.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 Arial, "Georgia", "Times New Roman", serif;
}
input[type="search"]#s {
	width: 206px;
	border-radius: 0;
    padding: 7px 3px;
}
input[type="search"]#s:focus {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	border: 1px solid #aaaaaa;
}
#contact-form p {
	line-height: 28px;
}
input#submit[type="submit"], #contact-form input[type="submit"], .button, button, input[type="submit"],
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.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, input[type="submit"]:hover,
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover,
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
	background: gray;
	color: white;
	border: none;
	text-shadow: none;
	box-shadow: none;
}

a.button.button-special {
	background: none !important;
    padding: 0 !important;
    font-size: 12px;
    font-weight: bold;
}
a.button.button-special:hover {
	text-decoration: underline;
}

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-size: 11px;
	font-weight: 100;
	display: block;
}
#contact-form textarea, #commentform textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
}
#contact-form p, #commentform p {
	display: inline-block;
	margin: 0 3% 0 0;
	width:31%;
}
#commentform label {
	margin-bottom: 5px;
}
#contact-form input {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	margin-right: 17px !important;
}
#contact-form input[type="submit"], #commentform input[type="submit"] {
	margin-bottom: 0;
}

#contact-form .cf-textarea {
	margin-right: 0;
	width: 100%;
}

#contact-form .cf-margin {
	margin-right: 0;
}

#contact-form .cf-submit, #contact-form .cf-submit input {
	width: auto;
}

#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: 15px;
    line-height: 32px;
    color: #444444;
	margin-bottom: 26px;
	font-weight: normal;
}
h2.comments-title, h3#reply-title {
	margin-bottom: 20px;
}

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: 1px solid #dedede; 
	margin: 40px -45px; 
	padding: 0 45px;
	overflow: hidden;
}

.home-page #main, .page-id-192.page-template #main,
.page-id-235.page-template #main,
.page-id-386.page-template #main,
.page-id-425.page-template #main,
.page-id-204.page-template #main,
.page-id-263.page-template #main { padding-top: 45px; }

.page-id-192.page-template #content > h1:first-child,
.page-id-235.page-template #content > h1:first-child,
.page-id-386.page-template #content > h1:first-child,
.page-id-425.page-template #content > h1:first-child,
.page-id-204.page-template #content > h1:first-child,
.page-id-263.page-template #content > h1:first-child { display: none; }

.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; }
article.front-page h3 {
	margin: -5px 0 0;
	font-size: 14px;
}
article.front-page h3 a {
	color: #333;
}
article.hentry.front-page .post-left a.post-type {
	display: none;
	height: 45px;
	margin-bottom: 0;
	width: 45px;
}
article.hentry.front-page .post-left a.post-date {
	height: 45px;
	width: 45px;
	font-size: 10px;
	line-height: normal;
}
article.hentry.front-page .post-left a.post-date span {
	font-size: 12px;
	font-weight: 300;
	padding: 6px 0 0;
	text-shadow: 0;
}
article.hentry.front-page .post-right {
	width: 164px;
}

article.hentry.front-page .post-right {
	margin: 0 28px;
	margin-top: -46px;
}

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 a {
	margin-bottom: 15px;
	display: block;
}
article.hentry.front-page .entry-header img {
	margin-bottom: 0;
}
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-size: 14px;
	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-hover { 
    background: rgba(0,0,0,0.65);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	opacity: 0;
	transition: all 0.3s;
}

.page-template-template-portfolio04-php .one-third.our-work:hover .our-work-hover { opacity: 1; }

.our-work .our-work-hover h3 {
    border: none !important;
    color: #ffffff !important;
	background: none !important;
    font-size: 16px;
    margin: 70px 0 2px;
    padding: 0;
}
.our-work .our-work-hover p {
    color: #ECEBEB;
    margin-bottom: 12px;
}
.our-work .our-work-hover a {
    color: #FFFFFF;
    font-weight: bold;
}
.folio_sp_sg {
	color: #000;
	font-size: 16px;
	margin-bottom: 25px;
}
.folio_sp_sg span:nth-child(1) {
	color: #909090;
	font-size: 12px;
	margin-left: 20px;
	font-weight: normal;
}

.folio_sp_sg_a img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.page-template-template-portfolio05-php .our-work h3 {
    border: none !important;
    color: #444444;
	background: none !important;
	text-align: left;
    font-size: 16px;
	font-weight: bold;
    margin: 10px 0 5px;
    padding: 0;
}
.page-template-template-portfolio05-php .our-work h3 a {
    color: #444444;
}
.page-template-template-portfolio05-php .our-work h3 span,
.folio_sp_sg span:nth-child(2) {
	display: inline;
	font-size: 12px;
	color: #ffd200;
	margin-left: 10px;
}
.page-template-template-portfolio05-php .our-work h3 span i {
	margin-right: 1px;
}

.page-template-template-portfolio05-php .our-work a {
	font-weight: bold;
}

.foliospbbg {
	background: url(images/foliospbbg.png) left bottom no-repeat;
}

.l_fsp {
	float:left;
	width:75%;
}
.r_fsp {
	float: right; 
	width: 20%;
	margin: 11px 0 0;
}

.r_fsp span {
	display: block;
	color: #000000;
}
.r_fsp span i {
	margin-right: 5px;
}
.r_fsp span:first-child i {
	margin: 0 7px 0 2px;
}
.our-work h3 a, .home-blog h3 a {
	color: #3a3a3a;
	text-decoration: none;
}
.our-work h3 span {
	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: 0 0 40px;
}
#filters ul li {
	float: left;
	margin: 0;
	list-style: none;
}
#filters ul li a {
	font-size: 12px;
	text-transform: none;
	background: none !important;
	color: #727272;
	text-decoration: none;
	margin-right: 13px;
	display: block;
	transition: all 0.2s;
	font-weight: bold;
}
#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;
	display: none;
}

a.inactive, span.current {
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	border: none !important;
	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: 136px;
	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; 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 20px 1px;
	background: #f9f9f9;
	margin-bottom: 35px;
}

.testimonials {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    padding: 20px 20px 0;
}
.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;
}

/* Mega Menu */
	.menu .cols1, .menu .cols2, .menu .cols3, .menu .cols4, .menu .cols5 {
		position:absolute;
		display:none;
		overflow:auto;
		z-index: 999;
		background: #f8f8f8;
	}
	
	.menu .col1 p, .menu .col2 p, .menu .col3 p, .menu .col4 p, .menu .col5 p, .menu .col6 p { padding: 2px 2px 10px; line-height: normal; }
	.menu .col1 a, .menu .col2 a, .menu .col3 a, .menu .col4 a, .menu .col5 a, .menu .col6 a { border: none !important; padding: 5px 2px; }
	.menu .col1 a:hover, .menu .col2 a:hover, .menu .col3 a:hover, .menu .col4 a:hover, .menu .col5 a:hover, .menu .col6 a:hover { border: none !important; color: #5e82be; background: none; }
	
	.menu .cols1, .menu .col1 {width:160px;}
	.menu .cols2, .menu .col2 {width:320px;}
	.menu .cols3, .menu .col3 {width:480px;}
	.menu .cols4, .menu .col4 {width:640px;}
	.menu .cols5, .menu .col5 {width:800px;}
	.menu > li.floatr > ul.cols1, ul.cols2, ul.cols3, ul.cols4, ul.cols5 {right:0;}
	.menu > li:hover > ul.cols1, ul.cols2, ul.cols3, ul.cols4, ul.cols5 {display:block;}
	.menu .col1, .menu .col2, .menu .col3, .menu .col4, .menu .col5 {float:left;}

	.menu li > ul.cols1,ul.cols2, ul.cols3, ul.cols4,ul.cols5  {
		background-color:#fff;
		border:1px solid #e0e0e0;
		border-top:none;
		left:-1px;
		padding:10px;
	}

	ul.cols1 a:hover, ul.cols2 a:hover, ul.cols3 a:hover, ul.cols4 a:hover, ul.cols5 a:hover {
		background: none;
		border: none;
	}

	ul.cols1 a, ul.cols2 a, ul.cols3 a, ul.cols4 a, ul.cols5 a {
		background: none;
		border: none;
	}

	ul.cols1 p a, ul.cols2 p a, ul.cols3 p a, ul.cols4 p a, ul.cols5 p a {
		padding: 0;
	}

	.menu h4 {
		font-size: 13px;
		color: #888;
		line-height: normal;
		font-weight: normal;
		margin: 5px 10px 5px;
		padding: 6px 0 12px;
		border-bottom: 1px solid #e0e0e0;
		letter-spacing: 0;
	}

	.menu h5 {
		font-size: 12px;
		font-weight: 700;
		margin: 11px 0 9px 20px;
	}
	
	.menu h1, .menu h2, .menu h3, .menu h4, .menu h6 {
		margin: 11px 0 9px 10px;
	}

	/*ul.cols3 {
		display: block !important;
		visibility: visible !important;
	}*/
	
	#site-navigation ul ul.cols3 {
		left: -177px;
		margin: 0;
		padding: 10px;
	}
	
	.menu h5 a {
		padding: 0px;
		font-size: 13px;
		font-weight: 600;
		color: #333333;

	}
	.menu h4 a {
		padding: 0px
	}
	.menu ol {
		list-style:none;
		margin: 7px 10px;
		padding: 0;
		overflow: hidden;
	}

	.menu ol a {
		color: #777;
		font-size: 12px;
		padding: 3px 0;
		line-height: 15px;
	}

	.menu ol a:hover {
		color: #444;
	}
	.menu p {
		font-size: 13px;
		line-height: 20px !important;
		margin: 9px 10px;
		padding: 0;
	}
	.menu p a {
		color: #888;
		text-decoration: underline;
	}
	.menu p a:hover {
		color: #555;
	}
	#site-navigation ul ul li ol li {
		float: none;
	}
	#site-navigation ul ul li ol li a {
		width: 100%;
		padding: 11px 0 9px 10px;
		font-size: 11px;
		font-weight: 700;
		display: block;
		float: none;
		background: url(images/mmenu.jpg) left top repeat-x !important;
	}
	#site-navigation ul ul li ol li a:hover {
		color: #007db8;
	}
	
.breadcrumbs .button.bp-title-button { display: none; }
	
a.button { margin-bottom: 0; }
article.hentry footer.entry-meta { font-size: 11px; line-height: normal; }
/*#secondary, .site-info { font-size: 11px; line-height: normal; }*/

.site-branding a img {
    margin: 35px 0 27px 0;
}

#page { background: none !important; }
#page > div:first-child { margin-bottom: 20px; }

#page > header {
    border-top: 0;
}
body.boxed #page {
    box-shadow: none;
}

#colophon .widget.buddypress div.item {
    margin: 0;
    padding: 2px 0 2px;
}

.widget.buddypress span.activity {
    display: inline;
}

.rev_slider_wrapper { margin-bottom: 40px !important; }
.wpb_revslider_element.wpb_content_element .rev_slider_wrapper { margin-bottom: 0 !important; }

.buddypress hr.line { display: none; }
.buddypress .site-footer hr.line { display: block; }

.bpbg, .bbpress #bbpress-forums .bbp-breadcrumb { 
	background: #f8f8f8; 
	height: 40px;
    margin: 0 -45px 40px;
    padding-left: 0;
}

.woocommerce-page .bpbg { display: none; }
.woocommerce-page #main { padding-top: 45px; }

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart { padding-left:20px; padding-top: 0; }

.bpbg .woocommerce-breadcrumb { margin: 0; line-height: 40px; }

.bbpress #content > h1:first-child { display: none; }

.bpbg ul { overflow: hidden; margin: 0; padding: 0; }
.bpbg ul li, .bbpress #bbpress-forums .bbp-breadcrumb a { float: left; margin: 0 15px 0 0; padding: 0 22px 0 0; list-style: none; line-height: 40px; background: url(images/bp-arrow.png) right center no-repeat; }
.bpbg ul li:last-child { background: none; }
.bpbg ul li:first-child { margin: 0 15px; }

.trail-browse, .sep { display: none; }

#buddypress div.item-list-tabs.activity-type-tabs,
#buddypress div#object-nav.item-list-tabs,
body.forums.buddypress .item-list-tabs, body.groups.buddypress .item-list-tabs,
body.members.buddypress .item-list-tabs { border-bottom: 1px solid #efefef; padding-bottom: 8px; }

#buddypress #subnav.item-list-tabs { border: none; }

#buddypress div.item-list-tabs.activity-type-tabs a, 
#buddypress div.item-list-tabs ul li a, 
#buddypress div.item-list-tabs ul li span{ 
	padding: 5px 0; 
}

#buddypress #object-nav ul li a,
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li[id*=groups-li] a,
#buddypress div.item-list-tabs ul li.selected a, 
#buddypress div.item-list-tabs ul li.current a,
#buddypress .activity-greeting,
#buddypress .item-list-tabs.activity-type-tabs li a { color: rgba(0,0,0,0.5); font-weight: bold; font-size: 13px; background: none; opacity: 1; font-family: Arial, "Georgia", "Times New Roman", serif; font-weight: bold !important; }
#buddypress .item-list-tabs.activity-type-tabs li.selected a,
#buddypress #object-nav ul li.current.selected a,
#buddypress div.item-list-tabs ul li.current.selected a { color: #333333; font-weight: bold; font-size: 13px; background: none; opacity: 1; }
#buddypress .item-list-tabs.activity-type-tabs > ul li,
#buddypress div.item-list-tabs ul li { margin-right: 20px; }
#buddypress div.item-list-tabs ul li a span { border: none; border-radius: 0; background: rgba(0,0,0,0.5); color: #fff; font-weight: bold; font-size: 12px; }

#buddypress div.item-list-tabs ul li a:hover, #buddypress .activity-greeting { color: #333333; }

#buddypress input#aw-whats-new-submit { margin: 0; }

#buddypress div.item-list-tabs ul li a:hover span,
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span { background: #0981b8; }

#buddypress .feed { font-weight: bold; font-size: 11px; }
#buddypress div.item-list-tabs ul li.feed a { 
	background: url(images/rss.png) left center no-repeat; 
	padding-left: 15px !important; 
	color: #333333;
    font-size: 11px;
}

#buddypress #item-header-content { width: 60%; margin-left: 10px !important; }

#buddypress #subnav ul li.last select,
#buddypress #whats-new-post-in-box select {
	border: none; 
	display: inline-block; 
	color: #060606; 
	max-width: 110px !important; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	background: url(images/select_arr.png) right center no-repeat;
	font-size: 12px;
}
#buddypress select#whats-new-post-in { margin-bottom: 0; }



#buddypress #subnav ul li.last label, #buddypress #whats-new-post-in-box { color: #cccccc; font-size: 11px; display: inline; text-transform: lowercase; }


body.forums.buddypress .item-list-tabs,
body.groups.buddypress .item-list-tabs {  }
#forums-dir-search label, #forums-dir-search input,
#search-groups-form label, #search-groups-form input,
#search-members-form label, #search-members-form input,
#buddypress #search-message-form label { display: inline-block; }
#buddypress div.dir-search input[type="text"],
#buddypress input#messages_search { padding: 6px; font-size: 11px; border-radius: 0 !important; font-weight: normal !important; }

#buddypress input#forums_search_submit, #buddypress input#groups_search_submit,
#buddypress input#members_search_submit,
#buddypress input#messages_search_submit { padding: 6px 10px 7px !important; }

#buddypress div.dir-search { margin: 0 0 -83px; }

#buddypress #search-message-form label { float: left; }



#buddypress #message-threads span.activity {
    font-size: 80%;
}

#buddypress div.activity-comments form .ac-textarea {
    background: none;
    border-radius: 3px;
	border: 1px solid #E7E7E7;
    margin-bottom: 10px;
    padding: 8px;
}
#buddypress div.activity-comments form { margin: 0 !important; padding: 0 !important; }
#buddypress .ac-reply-content input[type="submit"] { background: none !important; color: #007CB5; padding: 0 !important; }
#buddypress .ac-reply-content input[type="submit"]:hover { color: rgba(0,0,0,0.75); }

#buddypress div.message-search {
    margin: 0;
}

.activity.bp-user.my-activity.activity-permalink #buddypress #activity-stream { margin-top: -45px; }

footer#colophon .flickr_badge_image {
    background: none;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.home .entry-content { margin-bottom: 0 !important; }

.full_width_post .entry-content .wpb_row hr.line.slogan { margin-bottom: 40px; }
.full_width_post .entry-content .wpb_row h1 {
	font-size: 20px;
    font-weight: 100;
}
.full_width_post .entry-content { margin-bottom: 0 !important; }
.full_width_post .entry-content .wpb_row ul { list-style: none; margin-left: 0; }
.full_width_post .entry-content .wpb_row ul li { line-height: 21px; }
/*.full_width_post .entry-content .wpb_row h3 + ul {margin-bottom: -15px !important;}*/

.single-portfolio .comment-form-comment, .single-portfolio .form-submit { display: block !important; }

header#masthead { 
	background: #fff;
    padding: 0 35px;
    z-index: 201; 
	min-height: 111px;
}
.is-sticky header#masthead {
	box-shadow: 0 2px 2px rgba(0,0,0,0.075);
}

#masthead .line { margin-bottom: 40px; }

.home-folio-style {
	margin-top: 20px; 
}

.wpb_wrapper .home-posts  article.hentry { margin-top: 0; }

.home-posts {
    margin-top: 0;
}


.shortcodes-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	border: 1px solid #e7e7e7;
    background: #fff !important;
}

.wpb_content_element .wpb_tabs_nav li:first-child { 
	border-left: 1px solid #e7e7e7;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active.ui-state-active { border-top: 1px solid #007CB5; }
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active.ui-state-active a, .wpb_content_element .wpb_tabs_nav li a:hover,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a:hover { color: #007CB5; }

.wpb_content_element .wpb_tabs_nav li { 
	background: #fff !important; 
	border: 1px solid #e7e7e7;
	border-bottom: none;
	border-left: none;
}
.wpb_content_element .wpb_tabs_nav li a,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a { 
	color: #909090;
}

.wpb_tabs .wpb_tabs_nav li { margin: 0 !important; }

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header { 
	border-top: 1px dotted #d7d7d7; 
	border-bottom: 1px dotted #d7d7d7; 
	background: #fff !important;
	margin: 0 0 -1px 0 !important;
}

.wpb_toggle, #content h4.wpb_toggle {
    font-size: 12px;
	font-weight: normal;
	border-top: 1px dotted #d7d7d7; 
	border-bottom: 1px dotted #d7d7d7;
	padding-top: 8px;
	padding-bottom: 7px;
	color: #909090;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wpb_toggle:hover, #content h4.wpb_toggle:hover, #content h4.wpb_toggle.wpb_toggle_title_active {
	color: #007CB5;
}

.wpb_separator, .vc_text_separator {
    border-bottom: 1px solid #e6e6e6 !important;
}

#slideshow, #no_slideshow { position: absolute; z-index: -1; }
#slideshow img, #no_slideshow img {
    position: fixed;
    left: 0;
	top: 0;
	width: 100%;
	min-width: 1024px;
	height: auto;
	min-height: 100%;
}

#slideshow img.active {
    opacity: 1;
    z-index: 10;
}
#slideshow img.last-active {
    z-index: 9;
}

.homepage-widget { width: 219px; margin-right: 20px; float: left; }
.homepage-widget:last-child { margin-right: 0; }

.wpcf7 .cleft { width: 35%; float: left; }
.wpcf7 .cright { width: 62%; float: right; }
.wpcf7 .cright p:last-child { overflow: hidden; }
.wpcf7 .cright p:last-child input { float: right; }
.wpcf7 .cright input[type=submit] { margin: 0; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	padding: 12px !important;
}
.wpcf7 textarea { 
	height: 213px;
}

.c_extra_i { overflow: hidden; }
.c_extra_i img { float: left; margin: 15px 0 0; }
.c_extra_i div p { font-size: 14px; color: #666; margin-left: 40px; float: left; }
.c_extra_i div p:nth-child(2) { margin-top: 21px; }
.c_extra_i div p span { font-weight: bold; color: #333; display: block; }

.cwt_styles i { font-size: 30px; margin: 0; display: inline-block; width: 20%; float: left; color: #666666; }
.cwt_styles_inner { display: inline-block; width: 80%; float: right; }
/******************** Buddypress styling, god help us... :) ************************/

#buddypress form { overflow: visible; }
#buddypress form#whats-new-form textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	margin: 0;
}

#buddypress ul.item-list li div.action { right: 30px; top: 18px; }

#buddypress button, 
#buddypress a.button,
#buddypress div.generic-button a,
#buddypress input[type="submit"], 
#buddypress input[type="button"], 
#buddypress input[type="reset"], 
#buddypress ul.button-nav li a, 
#buddypress div.generic-button a, 
#buddypress .comment-reply-link, a.bp-title-button {
    background: #0981b8;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
	font-weight: normal;
	border-radius: 0;
    padding: 6px 10px 4px !important;
    text-align: center;
	text-shadow: none;
	box-shadow: none;
	outline: none;
    text-decoration: none;
}
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress a.button:focus,
#buddypress div.generic-button a:hover,
#buddypress div.generic-button a:focus,
#buddypress input[type=submit]:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover,
#buddypress a.acomment-reply:hover,
#buddypress a.acomment-delete:hover {
	background: none;
	border: none;
	color: rgba(0,0,0,0.75) !important;
	outline: none;
	text-decoration: none;
}

#buddypress a.bp-primary-action:hover span,
#buddypress #reply-title small a:hover span {
	color: rgba(0,0,0,0.75) !important;
}


#buddypress a.bp-primary-action span:hover, #buddypress a.bp-primary-action span:focus {
    color: #fff;
}

#buddypress a.button,
#buddypress div.generic-button a {
	background: none;
	color: #0981b8;
	padding: 0 !important;
	text-align: left;
}



#buddypress a.bp-primary-action span, #buddypress #reply-title small a span { background: none; }
#buddypress a.bp-primary-action:hover span,
#buddypress #reply-title small a:hover span {
	background: rgba(0,0,0,0.15);
}
#buddypress ul.item-list { border: none; }
#buddypress ul.item-list li {
    border: none;
    padding: 0;
	margin: 45px 0;
	font-size: 100% !important;
}

#buddypress .activity-content,
body.activity-permalink #buddypress .activity-list li .activity-content,
#buddypress .activity-comments ul li .acomment-content,
#buddypress #members-dir-list .item,
#buddypress #groups-list .item,
#buddypress #members-list .item { 
	position: relative;
	padding: 17px 25px 17px 47px; 
	background: url(images/bp-arrow02.png) center left no-repeat;
	border-right: 1px solid #dcdcdc;
}
#buddypress .activity-comments ul li {
	border: 0 !important;
}
#buddypress .activity-comments ul li .acomment-content { 
	padding-top: 50px; 
	padding-bottom: 50px;
	margin: -40px 0 -40px 55px;
}
#buddypress .activity-comments ul li .acomment-content p { 
	font-size: 14px;
}
#buddypress .activity-comments ul li .acomment-options, #buddypress .activity-comments ul li .acomment-meta {
	position: relative;
	z-index: 1;
}
#buddypress .activity-comments ul li .acomment-options {
	margin: 0 0 67px 102px;
}
#buddypress .activity-comments ul li .acomment-meta {
	margin: 12px 0 0 102px;
}

.widget.buddypress ul.item-list img.avatar {
    height: 40px;
    width: 40px;
}
.widget.buddypress ul.item-list li {
	clear: both;
}
.widget.buddypress ul.item-list span.activity {
    font-size: 12px;
}

.widget.buddypress div.item-options[id*=list-options] { font-size: 12px; color: #e6e6e6; padding-top: 0; }
.widget.buddypress div.item-options[id*=list-options] a { margin: 0 5px; color: #b5b5b5; }
.widget.buddypress div.item-options[id*=list-options] a:first-child { margin-left: 0; }

.widget.buddypress div.item-options[id*=list-options] a:hover { text-decoration: none; }

#colophon .widget.buddypress ul.item-list li {
    padding: 2px 0 8px !important;
}

#secondary .widget.buddypress ul.item-list li {
    padding: 10px 0 3px !important;
}
#secondary .widget.buddypress ul.item-list li:first-child {
    margin-top: -15px !important;
}

#buddypress div.activity-comments div.acomment-avatar img { width: 40px !important; height: 40px !important; }

#buddypress .activity-list .activity-content,
body.activity-permalink #buddypress .activity-list li .activity-content {
    margin: 0 0 0 70px;
}

#buddypress div.activity-comments ul li > ul {
    margin-left: 55px;
}

#buddypress ul.item-list li div.item-desc {
    color: inherit;
    font-size: 14px;
    margin: 10px 0 0 0;
    width: 70%;
}
#buddypress ul.item-list li div.item-desc p:last-child { margin-bottom: 0; }

#buddypress .activity-content:after,
#buddypress .activity-content:before,
body.activity-permalink #buddypress .activity-list li .activity-content:before,
body.activity-permalink #buddypress .activity-list li .activity-content:after,
#buddypress #members-dir-list .item:after,
#buddypress #members-dir-list .item:before,
#buddypress #groups-list .item:after,
#buddypress #groups-list .item:before,
#buddypress #members-list .item:before,
#buddypress #members-list .item:after,
#buddypress .activity-comments ul li .acomment-content:after,
#buddypress .activity-comments ul li .acomment-content:before {
  content: "";
  background: url(images/bp-tbb.png) top left no-repeat;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  left: 10px;
}

#buddypress div#item-header {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 6px;
    padding-bottom: 20px;
}

#buddypress th, #buddypress td {
    text-align: inherit;
}

#buddypress div.messages-options-nav {
    background: none;
    border-bottom: 1px solid #efefef;
}

#buddypress select#message-type-select { display: inline; margin: 0; width: auto; }

#buddypress ul.acfb-holder li {
    width: 100%;
}

#buddypress #pass1, #buddypress #pass2 { width: 50%; }
#buddypress #pass2 + .submit, #groups-notification-settings + .submit { margin-top: 20px; }

#buddypress #item-body form#whats-new-form {
    margin: 27px 0 -13px;
    padding: 0;
}

#buddypress div.pagination { float: none; }
#buddypress div#pag-top.pagination { margin: -30px 0 0; }
#buddypress ul.item-list li div.item-title, #buddypress ul.item-list li h4 { font-size: 100%; width: 70%; }
#buddypress ul.item-list li div.item-title span { font-size: 14px; }
#buddypress ul.item-list li div.item-title span.activity-read-more { font-size: 12px; }
#buddypress ul.item-list li div.item-title span.activity-read-more a { font-weight: normal !important; }
#buddypress div.pagination .pag-count { margin-left: 0; float: none; }
#buddypress #members-dir-list .item,
#buddypress #groups-list .item,
#buddypress #members-list .item { margin-left: 70px; }
#buddypress #members-list li { overflow: inherit; }

#members-list .action {}

#buddypress .activity-comments ul li .acomment-avatar { margin-top: 25px; float: left; }

#buddypress .activity-content:before,
body.activity-permalink #buddypress .activity-list li .activity-content:before,
#buddypress .activity-comments ul li .acomment-content:before,
#buddypress #members-dir-list .item:before,
#buddypress #groups-list .item:before,
#buddypress #members-list .item:before,
#buddypress #members-list .item :after {
  top: 0;
}

.activity-permalink.buddypress #buddypress ul.item-list li img.avatar { width: 50px; height: 50px; }

#buddypress .activity-avatar { margin-top: 50px; }

#buddypress ul#activity-stream li div.activity-comments ul li div a,
#buddypress ul#activity-stream li div.activity-comments ul li div,
#buddypress ul ul { font-size: 100% !important; }

#buddypress .time-since { background: url(images/bp-bit.png) left center no-repeat; padding-left: 20px; margin-left: 4px; }


body.activity-permalink #buddypress div.activity-comments > ul {
    padding: 0;
}


body.activity-permalink #buddypress div.activity-comments > ul > li {
    padding: 10px 0 0 10px;
}


body.activity-permalink #buddypress div.activity-comments {
    margin-left: 70px;
}

#buddypress .activity-content a, #buddypress .activity-comments a { color: #007cb5; }
#buddypress .activity-content a:hover, #buddypress .activity-comments a:hover { color: rgba(0,0,0,0.75); text-decoration: none; }
#buddypress .activity-header p a:first-child, #buddypress .activity-comments ul li .acomment-meta a:first-child,
#buddypress #members-dir-list .item .item-title a,
#buddypress #groups-list .item .item-title a,
#buddypress #members-list .item .item-title a { font-weight: bold; }
#buddypress .activity-header p a:last-child {}
#buddypress .activity-inner p { font-size: 14px; }

#buddypress .activity-list li.new_forum_post .activity-content .activity-inner, 
#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#buddypress div.profile h4 {
    font-size: 13px;
	margin-bottom: 15px;
}


#buddypress #profile-edit-form ul.button-nav {
    margin: 15px 0 0;
	overflow: hidden;
}
#buddypress #profile-edit-form ul.button-nav li {
	margin: 0;
}
#buddypress #profile-edit-form ul.button-nav li a {
    background: none;
	padding: 0 !important;
	color: #333;
}

#buddypress .field-visibility-settings-notoggle { margin-bottom: 20px; }

#buddypress table.profile-fields {
    width: auto;
}
#buddypress table.profile-fields td {
    width: auto !important;
}
#buddypress table.profile-fields td, #buddypress table.profile-fields tr {
    border: none !important;
}

#buddypress div.activity-meta {
    margin: 0;
}

body.logged-in  #buddypress div.activity-meta { margin: 10px 0 5px; }
body.logged-in  #buddypress .activity.activity_update.activity-item.has-comments { margin-bottom: -45px; }

 #buddypress .activity.activity_update.activity-item.has-comments { padding-bottom: 0; }

#buddypress a.bp-primary-action span {
    color: #007cb5;
}

#buddypress .activity-list li.mini .activity-avatar img.avatar, 
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
    height: 50px;
    margin: 0;
    width: 50px;
}

#buddypress .activity-comments ul li {}

/*#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
    padding: 0;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
}*/
#buddypress div.item-list-tabs ul li[id^=activity] a, #buddypress div.item-list-tabs ul li[id^=activity] span { margin-right: 0; }

/*#buddypress div.item-list-tabs ul li.current a { font-size: 12px; color: #007cb5; }*/
#buddypress div.item-list-tabs ul li a:hover,
#buddypress #object-nav ul li a:hover { color: #007cb5; }

#buddypress h4 {
    font-size: 15px;
    font-weight: 100;
    line-height: 20px;
}

#buddypress #create-group-form .radio { margin-bottom: 15px; }
#buddypress #create-group-form strong { font-weight: normal; }


#buddypress a.bp-secondary-action, #buddypress span.highlight, #buddypress span.activity, #buddypress div#item-header div#item-meta {
    font-size: 100%;
}

#buddypress #item-header #item-header-avatar img { width: 100px; height: 100px; }
#buddypress #item-header #item-header-content {}

#buddypress div#message p { margin: 0; font-size: 12px; }
#buddypress div#message { margin: 15px 0; }

#buddypress #group-create-body input#upload { margin-bottom: 0; }

#buddypress .standard-form input[type="text"], #buddypress .standard-form textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
}

/* new *******************************************************************************************/

#buddypress .standard-form #profile-details-section {
    float: none;
}
#buddypress #signup_form.standard-form div.submit {
    float: none;
}
#buddypress .standard-form #basic-details-section, 
#buddypress .standard-form #blog-details-section, 
#buddypress .standard-form #profile-details-section {
    float: none;
    width: 100%;
}

#buddypress .standard-form textarea, #buddypress .standard-form input[type="text"], #buddypress .standard-form input[type="text"], #buddypress .standard-form input[type="color"], #buddypress .standard-form input[type="date"], #buddypress .standard-form input[type="datetime"], #buddypress .standard-form input[type="datetime-local"], #buddypress .standard-form input[type="email"], #buddypress .standard-form input[type="month"], #buddypress .standard-form input[type="number"], #buddypress .standard-form input[type="range"], #buddypress .standard-form input[type="search"], #buddypress .standard-form input[type="tel"], #buddypress .standard-form input[type="time"], #buddypress .standard-form input[type="url"], #buddypress .standard-form input[type="week"], #buddypress .standard-form select, #buddypress .standard-form input[type="password"], #buddypress .dir-search input[type="search"], #buddypress .dir-search input[type="text"] {
	background: none;
	font-weight: normal !important;
}


#buddypress #signup_form.standard-form input[type="text"], #buddypress #signup_form.standard-form textarea, #buddypress .form-allowed-tags, #buddypress #commentform input[type="text"], #buddypress #commentform textarea {
    width: 50%;
}
#buddypress .standard-form input[type="text"], #buddypress .standard-form textarea {
	width: 50%;
}

#buddypress .standard-form div.submit {
    padding: 0;
}

#buddypress .standard-form p.submit {
    padding: 0;
}

#buddypress table.forum { margin: 45px 0; }

#buddypress thead th { font-size: 13px; text-transform: none; }
#buddypress thead tr th, #buddypress thead tr { border: none; }
#buddypress tr, #buddypress thead { border-bottom: 1px solid #efefef; }
#buddypress tr td, #buddypress tr { background: none !important; }

#buddypress table.forum thead tr { background: none; }


#buddypress #profile-details-section { margin-top: 22px; }

/******************** Pfhoofh, buddypress styling done... ************************/

/************************************* < woo > **********************************************/



.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
    text-shadow: none;
}

p.stars, p.comment-form-rating {
    display: block !important;
    width: 100% !important;
}

.related.products .shop_image,
.page-template-template-fullwidth-php .shop_image { display: none; }
.shop_image { clear: both; display: block; margin-bottom: 40px; }
.shop_image img { width: 100%; vertical-align: middle; }

@media only screen and (min-width: 1049px) {

	body.woocommerce ul.products, body.woocommerce-page ul.products {
		margin: 0 -12px;
	}

	.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
		width: 20%;
	}

	body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
		float: left;
		margin: 0 12px 30px;
		width: 30%;
	}
	body.woocommerce ul.products li.first, body.woocommerce-page ul.products li.first {
		clear: none;
	}
	.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
		font-size: 14px;
		float: left;
		width: 69%;
		margin-bottom: 7px;
	}
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		float: right;
		font-size: 17px;
		font-weight: bold;
		margin-top: 7px;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 65%;
	}

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 208px;
	}
	
	.woocommerce li.product { position: relative; }

	.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price {
		font-size: 17px;
		font-weight: bold;
	}

	.related.products .price { font-size: 12px !important; margin-top: 9px !important; }

}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img,
.woocommerce #content div.product div.images img, 
.woocommerce div.product div.images img, 
.woocommerce-page #content div.product div.images img, 
.woocommerce-page div.product div.images img {
    box-shadow: none !important;
}

/************************************* </ woo > **********************************************/

.breadcrumb-trail.breadcrumbs { line-height: 40px; margin-left: 15px; }

/*.bpbg ul li, .bbpress #bbpress-forums .bbp-breadcrumb a*/ .breadcrumb-trail.breadcrumbs span.trail-begin, .breadcrumb-trail.breadcrumbs > a {
	
	display: inline-block;
	
	margin: 0 15px 0 0; 
	padding: 0 22px 0 0; 
	list-style: none; 
	line-height: 40px; 
	background: url(images/bp-arrow.png) right center no-repeat;
}

ul.posts03, ul.posts02 { overflow: hidden; margin: 0 -10px !important; }

ul.posts03 li, ul.posts02 li { margin-bottom: 35px !important; }

ul.posts02 li div.posts02_post { overflow: hidden; }
ul.posts02 li div.posts02_post a.hover-class { float: left; max-width: 35%; }
ul.posts02 li div.posts02_post a img { vertical-align: middle; }
ul.posts03 li div.posts03_post a.hover-class { display: block; margin-bottom: 8px; }
ul.posts03 li div.posts03_post a img { vertical-align: middle; }
ul.posts02 li div.posts02_post div { float: right; width: 62%; }
ul.posts02 li div.posts02_post div span, ul.posts03 li div.posts03_post div span { font-size: 11px; margin-bottom: 5px; display: block; }
ul.posts03 li div.posts03_post div span a { font-weight: normal; }
ul.posts02 li div.posts02_post div p, ul.posts03 li div.posts03_post div p { margin-bottom: 4px; }
ul.posts02 li div.posts02_post div a, ul.posts03 li div.posts03_post div a { font-weight: bold; }
.full_width_post .entry-content .wpb_row ul.posts02 li div.posts02_post div h1, .full_width_post .entry-content .wpb_row ul.posts03 li div.posts03_post div h1 { font-size: 18px; color: #333333; line-height: normal; margin-bottom: 4px; }

.doc_sharing { margin-bottom: 35px; }
.doc_sharing img { width: 100%; height: auto; margin-bottom: 8px; } 
.doc_sharing div { text-align: center; } 
.full_width_post .entry-content .wpb_row .doc_sharing div h1 { color: #000; font-size: 24px; line-height: normal; margin-bottom: 6px; } 
.doc_sharing div p { margin-bottom: 6px; } 
.doc_sharing div a { font-weight: bold; }

.team_member { overflow: hidden; margin-bottom: 35px; }
.team_member div img { float: left; margin-right: 20px; } 
.team_member div {  } 
.full_width_post .entry-content .wpb_row .team_member div h1 { display: inline-block; color: #000; font-size: 18px; margin-bottom: 8px; } 
.team_member div p { margin-bottom: 8px; } 
.team_member div span { font-size: 11px; color: #007db8; }

div.posts_flexslider { position: relative; margin-bottom: 35px; }
div.posts_flexslider ul.slides li { margin-right: 20px; overflow: hidden; }
div.posts_flexslider ul.slides li a.hover-class { float: left; height: auto; width: 135px; display: block }
div.posts_flexslider ul.slides li a img { vertical-align: middle; }
div.posts_flexslider ul.slides li div div { float: right; width: 50%; }
.full_width_post .entry-content .wpb_row div.posts_flexslider ul.slides li div div h1 { font-size: 14px; line-height: normal; color: #000; }
div.posts_flexslider ul.slides li div div p { font-size:; margin-bottom: 10px; line-height: normal; }

.aote_aw { background: url(images/gone_sep.jpg) bottom left no-repeat; text-align: center; margin-bottom: 35px; }
.aote_aw h1 { font-size: 20px; color: #000; line-height: normal; margin-bottom: 14px; }
.aote_aw p { font-size: 16px; color: #999999; line-height: normal; padding-bottom: 40px; margin: 0; }

.sep_001 { width: 100%; display: block; height: 14px; background: url(images/gone_sep.jpg) top left no-repeat; margin-bottom: 35px; }

.cwt2 { margin-bottom: 35px; }
.cwt2 i { color: #333; text-align: center; display: block; font-size: 60px; margin-bottom: 15px; }
.cwt2 h3 { color: #333; font-size: 18px; text-align: center; display: block; margin-bottom: 15px; }
.cwt2 div { text-align: center; display: block; margin-bottom: 15px; }

.cwt3 { background: #f5f5f5; padding: 20px; }

.cwt3 i { color: #999999; text-align: center; display: block; font-size: 60px; margin-bottom: 15px; }
.cwt3 h3 { color: #999999; font-size: 18px; text-align: center; display: block; margin-bottom: 15px; line-height: normal; }
.cwt3 div { text-align: center; display: block; margin-bottom: 15px; }

.cwt2 .cwt2_bsec, .cwt3 .cwt3_bsec { font-weight: bold; }

.slides > li { overflow: hidden; }

div.posts_flexslider .flex-direction-nav a {
    background: url(images/flex_posts.png) top left no-repeat;
    height: 10px;
	width: 6px;
	margin: -5px 0 0;
	opacity: 1;
}
div.posts_flexslider .flex-direction-nav .flex-prev {
    left: -15px;
}

div.posts_flexslider .flex-direction-nav .flex-next {
    background-position: top right;
	right: -15px;
}

div.car_flexslider ul.slides li div.car_flexslider_slide span {}
div.car_flexslider { position: relative; padding-bottom: 35px; margin-bottom: 35px; }
div.car_flexslider_slide { text-align: center; font-size: 22px; color: #000; line-height: normal; font-style: italic; }
div.car_flexslider_slide p { display: inline; line-height: normal; }
div.car_flexslider_slide span { font-size: 12px; color: #999999; font-style: normal; display: block; margin-top: 12px; }

div.car_flexslider .flex-control-nav {
    bottom: 0;
}

div.car_flexslider .flex-control-paging li a.flex-active {
    background: url(images/flex_car.png) top left no-repeat;
}

div.car_flexslider .flex-control-paging li a {
	background: url(images/flex_car.png) bottom left no-repeat;
    border-radius: 0;
    box-shadow: none;
    height: 7px;
    width: 7px;
}

div.car_flexslider .flex-control-nav li {
    margin: 0 4px;
}

select.select-menu { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	display: none; 
}

#secondary #groups-list li { padding: 10px 0 0; background: none; }

/******************************** bbpress ********************************************/

.bbpress #bbpress-forums { position: relative; }

.bbpress #bbpress-forums .bbp-breadcrumb {
	position: absolute;
	left: 0;
	top: -80px;
	line-height: 40px;
	width: 1030px;
	z-index: 1;
}
.bbpress #bbpress-forums .bbp-breadcrumb-sep { display: none; }
.bbpress #bbpress-forums .bbp-breadcrumb p {
	margin: 0;
	line-height: 40px;
}

.bbpress #secondary { margin-top: 80px; }

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	border: none;
}

#bbpress-forums ul.forum-titles {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

#bbpress-forums li.bbp-header {
    background: none;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

#bbpress-forums li.bbp-body ul:first-child { margin-top: 25px; }

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    padding: 9px;
}


#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background-color: #ffffff;
}

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    clear: both;
}

#bbpress-forums {
    overflow: inherit;
	margin-top: 80px;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-bottom: 1px solid #eeeeee;
	border-top: none;
	padding: 18px 8px 15px;
}

#bbpress-forums ul {
    background: none !important;
}

#bbpress-forums li.bbp-footer {
    background: none;
    border: none;
	display: none;
}

#bbpress-forums .bbp-forum-info .bbp-forum-title,
#bbpress-forums .bbp-topic-title .bbp-topic-permalink {
	font-weight: bold;
	font-size: 14px;
	color: #414141;
}

#bbpress-forums li.bbp-body ul li.bbp-forum-topic-count { background: url(images/tag.png) 6px center no-repeat; }

#bbpress-forums li.bbp-body ul li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body ul li.bbp-forum-reply-count { background: url(images/bbp-comm.png) 6px center no-repeat; }
#bbpress-forums li.bbp-body ul li.bbp-topic-voice-count { background: url(images/bbp-user.png) 6px center no-repeat; }

body.bbpress .bpbg { display: none; }

.bbp-body li.bbp-forum-topic-count, 
.bbp-body li.bbp-topic-voice-count, 
.bbp-body li.bbp-forum-reply-count, 
.bbp-body li.bbp-topic-reply-count {
	font-weight: bold;
	font-size: 14px;
	color: #414141;
}

#bbpress-forums ul ul, #bbpress-forums ul ol, #bbpress-forums ol ol, #bbpress-forums ol ul {
    font-size: 100%;
}

#bbpress-forums .bbp-forum-info {

}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
	font-size: 12px;
}

input#bbp_search_submit::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
	margin-top:-1px; 
	margin-bottom: -2px; 
}

.bbpress #bbpress-forums .bbp-breadcrumb a.bbp-breadcrumb-home { margin-left: 15px; }
#bbp_search_submit { border-radius: 0; border: none; padding: 9px 10px 10px; line-height: normal; }
#bbp_search { 
	border-radius: 0; 
	padding: 7px 3px; 
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 160px !important
}

.sixteen.columns .post-right { width: 840px; }
.entry-content .slogan {  }
.entry-content .line.slogan { padding: 0; }
.single-portfolio .four.our-work.columns.portfolio-item { width: 192px; }
.ps_nav a { margin-right: 10px; }
.ps_nav a:last-child { margin-right: 0; }
#commentform p.comment-form-comment { width: 100%; margin: 0; }