/*
Theme Name:         Heather Rorison Dentistry
Theme URI:          http://heatherrorisondentistry.com/
Description:        Custom theme for Heather Rorison Dentistry
Version:            1.1
Author:             Modry Design Studio	
Author URI:         http://modrydesign.com/

License: 			GNU General Public License version 3.0
License URI:		http://www.gnu.org/licenses/gpl-3.0.html


*/



/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; } /* color: #222; */
body { margin: 0; font-size: 1em; line-height: 1.4; }

a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

*:focus {outline: none;}
.clear { clear: both; height: 0px; }







/* CSS Transitions
---------------------------------------------------------- */
a,
h4.wpb_toggle {
	transition: color 0.2s linear, background-color 0.2s linear;
    -moz-transition: color 0.2s linear, background-color 0.2s linear;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear;
}

.wpb_content_wrapper .post-thumb,
.flickr_badge_image {
	transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;
    -webkit-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
}

/* Styles that elements share between each other, like same
   font or accent color
---------------------------------------------------------- */
a {
	color: inherit;
	border-bottom: 1px dotted #FF6333;
	text-decoration: none;
}
.site_nav .main-nav a:hover,
.site_nav .main-nav li.current-menu-item > a {
	color: #FF6333;
}
a:hover,
.wpb_carousel .prev:hover, .wpb_carousel .next:hover {
	color: #FF6333;
	text-decoration: none;
}

.site_nav a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a.wpb_button_a,
#page-nav a,
a.wpb_flickr_stream,
a.twitter_follow_button,
#content-info a,
.post-thumb a,
header.comment-author a,
.portfolio_categories a,
.gallery-icon a { border: none; }


.hidden { display: none; }

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

img { height: auto; }

img.alignright,
img.alignleft,
img.aligncenter,
.wpb_content_wrapper .post-thumb,
.gallery img,
.wpb_gallery .wpb_flexslider,
.wpb_image_grid img,
.wp-caption,
.wpb_top_slider li > img,
.wpb_top_slider li > iframe,
.wpb_video_widget iframe,
.wpb_gmaps_widget .wpb_map_wraper { /* ,.single .wpb_content_wrapper .post-thumb:hover*/
	border-bottom: 3px double #EFEFEF;
	padding-bottom: 1px;
}
.wpb_content_wrapper .post-thumb:hover,
.portfolio_type_classic .portfolio_thumb:hover .post-thumb {
	border-color: #FF6333;
}

img.alignright,
img.alignleft,
img.aligncenter,
.gallery img {
	margin-bottom: 5px;
}

img.alignright,
.wp-caption.alignright {
	margin-left: 10px;
}
img.alignleft,
.wp-caption.alignleft {
	margin-right: 10px;
}

img.aligncenter {
}

img.size-full { height: auto; }
#main img { max-width: 100%; }

.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
	
	background: #efefef;
}
	.wp-caption img {
		margin-top: 5px;
		height: auto;
	}
	.wp-caption .wp-caption-text {
		font-size: 10px;
		margin: 5px 0;
	}

.sticky {}
.bypostauthor {}

b, strong { color: #111111; }

img.square_icon,
img.round_icon {
	border: none;
	background: #EFEFEF;
	padding: 10px;
	position: relative;
	top: 3px;
	float: left;
	margin: 0 15px 6px 0 !important;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
	img.round_icon,
	img.round_img {
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}
	
	img.round_img {
		background: #EFEFEF;
		padding: 20px;
	}
	
	img.square_icon,
	img.round_icon,
	img.round_img {
		-webkit-box-shadow:1px 1px 5px rgba(17, 17, 17, 0.05) inset;
		     -o-box-shadow:1px 1px 5px rgba(17, 17, 17, 0.05) inset;
		   -moz-box-shadow:1px 1px 5px rgba(17, 17, 17, 0.05) inset;
		        box-shadow:1px 1px 5px rgba(17, 17, 17, 0.05) inset;
	}

img.alignright.round_img,
img.alignleft.round_img,
img.aligncenter.round_img {
	border-bottom: none;
}

/* Helpers
---------------------------------------------------------- */
.no_bottom_margin {
	margin-bottom: 0 !important;
}
.bottom_margin_5 { margin-bottom: 5px !important; }
.bottom_margin_10 { margin-bottom: 10px !important; }
.bottom_margin_15 { margin-bottom: 15px !important; }
.bottom_margin_20 { margin-bottom: 20px !important; }
.bottom_margin_25 { margin-bottom: 25px !important; }
.bottom_margin_30 { margin-bottom: 30px !important; }

/* [gallery] shortcode styles - Thanks to wpengineer
---------------------------------------------------------- */
.gallery {
    margin: auto;
    /* gallery clearing*/
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0px;
    text-align: center;
}
.gallery .gallery-item a:hover { background: none; }
.gallery img {
	height: auto;
	margin-top: 0;
	margin-bottom: 10px;
}
.gallery .gallery-caption {
    margin-left: 0;
    font-size: 11px;
}
.gallery br { clear: both; }

/* available Columns */
.col-2 { width: 50%; }
.col-3 { width: 33.333%; }
.col-4 { width: 25%; }
.col-5 { width: 20%; }
.col-6 { width: 16.666%; }
.col-7 { width: 14.285%; }
.col-8 { width: 12.5%; }
.col-9 { width: 11.111%; }





::-moz-selection { background: #FF6333; color: #fff; text-shadow: none; }
::selection { background: #FF6333; color: #fff; text-shadow: none; }

html, html a {
    -webkit-font-smoothing: antialiased !important;
}

html,
body {
	margin: 0;
}

body {
	background-color: #F9F9F9;
	background-image: url(images/patterns/3.png);
}
/*.single-portfolio #content {
	position: relative;
	top: -60px;
}*/

body,
p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #757575;
}

p {
	margin: 0 0 15px 0;
}

.site_nav {
	background: #111111;
	border-bottom: 3px solid #FF6333;
}
	.admin-bar .site_nav .brand {
	}
	.site_nav .brand {
		display: block;
		float: none;
		padding: 0;
		margin-left: 30px;
	}
		.site_nav .brand:hover {
			background: none;
		}

.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#wrap,
#content {
}

#content {
	background: #FFFFFF;
	
	border-bottom: 5px solid #FF6333;
	border-top: 5px solid #FF6333;
	
	width: auto;
	
	-webkit-box-shadow:0 0 30px rgba(0,0,0, 0.1);
	     -o-box-shadow:0 0 30px rgba(0,0,0, 0.1);
	   -moz-box-shadow:0 0 30px rgba(0,0,0, 0.1);
	        box-shadow:0 0 30px rgba(0,0,0, 0.1);
}
	.hidden_title #content {
		margin-top: 60px;
	}

#wrap {
	padding: 0;
}

body.page-template-page-portfolio-php,
body.tax-portfolio_category {
}

.page-template-page-portfolio-php #main,
.tax-portfolio_category #main {
}
/*.page-template-page-portfolio-php #wrap,
.tax-portfolio_category #wrap,
#main {
}*/

#main,
#sidebar {

}
.wpb_content_wrapper {
	padding: 35px 30px;
}
.wpb_content_wrapper {
	padding-bottom: 0;
}
.vc_span8 .wpb_content_wrapper {
	padding-right: 7px;
}



h1,
h2,
h3,
h4,
h5,
h6,
.sub_title,
.heading_font {
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #111111;
	font-family: 'Vollkorn';
}

h3,
h4,
h5,
h6 {
	margin-bottom: 5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

.page-header.vc_row-fluid {
	width: auto;
}
.page-header {
	margin: 0;
	padding: 60px 30px 40px;
	font-size: 15px;
	line-height: 18px;
}
	.page-header h1 {
		font-weight: normal;
		margin: 0;
		
		float: left;
				
		background-color: rgba(255, 99, 51, 0.9);
	    color: #FFFFFF;
	    text-shadow: #111111 0px 1px 0px;
		text-shadow: rgba(17,17,17, 0.3) 0px 1px 0px;
		
	    font-size: 45px;
	    line-height: 45px;
	    padding: 15px 15px 10px;
	}
		.page-header h1,
		.p_caption,
		.rounded_corners {
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
			        border-radius: 3px;
		}
	
	.p_caption {
		margin-bottom: 0;
		margin-top: 2px;
		
		float: left;
		clear: both;
		
		background-color: rgba(250, 250, 250, 0.9);
	    color: #111111;
	    font-size: 15px;
	    line-height: 17px;
	    padding: 10px 15px;
	}

.single .page-header,
.post header h1,
.post header h2 {
/*	font-size: 20px;
	line-height: 22px;*/
}
.wpb_teaser_grid h2.post-title a,
header h2 a {
}

h1 {
	font-size: 24px;
	line-height: 26px;
}

h2 {
	font-size: 17px;
	line-height: 19px;
}

h3,
.wpb_teaser_grid h2.post-title,
.sub_title
/*,
.widget-title,
.wpb_heading,
.portfolio > header > h2 */{
	
	font-size: 15px;
	line-height: 17px;
}
	h3,
	.wpb_teaser_grid h2.post-title,
	#content h4.wpb_toggle,
	.widget-title,
	.wpb_heading,
	.portfolio > header > h2,
	#content .wpb_twitter_widget ul.tweet_list li, .wpb_twitter_widget ul.tweet_list li {
	}
	
	.sub_title {
		position: relative;
		top: -7px;
		margin-bottom: 6px;
	}

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

h5 {
	font-size: 13px;
	line-height: 14px;
}

h6 {
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #FF6333;
}

ul, ol {
	margin: 0 0 15px 0;
}
	ol {
		margin-left: 0;
	}
	
ul li,
ol li {
	list-style-position: inside;
	line-height: 14px;
}


.wpb_text_column ul,
.entry-content > ul,
.wpb_content_wrapper > ul,

.wpb_text_column ol,
.entry-content > ol,
.wpb_content_wrapper > ol {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
	.wpb_text_column ol,
	.entry-content > ol,
	.wpb_content_wrapper > ol {
		padding-left: 1.4em;
	}
		.wpb_text_column ol li,
		.entry-content > ol li,
		.wpb_content_wrapper > ol li {
			list-style: decimal;
		}

.wpb_text_column ul li:before,
.entry-content > ul li:before,
.wpb_content_wrapper > ul li:before { 
    content: "";
    border-color: transparent #FF6333;
    border-style: solid;
    border-width: 3px 0px 3px 3px;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}



dd {
	margin-left: 30px;
}

blockquote {
	border-left: 1px solid;
    display: inline-block;
    margin: 10px 0 10px;
    padding: 0 0 0 15px;
}
	blockquote p {
		font-style: italic;
	}

code {
	display: block;
	margin: 30px 25px;
}

.wpb_content_wrapper table {
	border: 1px solid #EFEFEF;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 15px 0;
	text-align: left;
	padding: 0 5px;
}
.wpb_content_wrapper table .even { background: #ddd; }
.wpb_content_wrapper tr { border-bottom: 1px solid #EFEFEF; }
.wpb_content_wrapper th,
.wpb_content_wrapper td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
	

/* Navigation
---------------------------------------------------------- */
.wpb_navbar-inner #mobile_nav_toggle { display: none; }

#nav-main {
	margin: 0;
	padding-left:100px;
}

.wpb_navbar-inner .container {
	position: relative;
	padding: 10px 0 10px;
}

.site_nav .main-nav li {
	line-height: 18px;
	position: relative;
}
.wpb_navbar-inner .container-fluid {
	padding: 0;
}

.site_nav .main-nav > li {
	float: left;
	margin-right: 25px;
}
	
	/* Primary navigation */
	.site_nav .main-nav > li > a {
		color: #FFFFFF;
		text-shadow: none;
		display: block;
		padding: 3px 0 3px 0;
	}
	.site_nav .main-nav a:hover,
	.site_nav .second-nav a:hover {
		text-decoration: none;
		background: none;
	}
	
	
/* Sub navigation
---------------------------------------------------------- */
.site_nav .sub-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	background: #FFFFFF;
	min-width: 160px;
	max-width: 200px;
}

.site_nav ul li:hover > .sub-menu {
	display: block;
}

.site_nav .sub-menu {
	border: none;
	border-top: 5px solid #FF6333;

	padding: 0;
	margin: 0;
	left: -10px;
	/*top: 20px;*/
	max-width: 200px;
	
	-webkit-box-shadow:4px 4px 0 0 rgba(35, 35, 35, 0.1);
	     -o-box-shadow:4px 4px 0 0 rgba(35, 35, 35, 0.1);
	   -moz-box-shadow:4px 4px 0 0 rgba(35, 35, 35, 0.1);
	        box-shadow:4px 4px 0 0 rgba(35, 35, 35, 0.1);
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
	.site_nav .sub-menu .sub-menu {
		left: 160px;
		top: 0px;
	}

	.site_nav .sub-menu li {
		border-bottom: 1px solid #EFEFEF;
	}
	
	.site_nav .sub-menu a,
	.site_nav li.current-menu-item li a {
		display: block;
		color: inherit; /*#7b7b77*/
		font-size: 11px;
		font-weight: normal;
		line-height: 16px;
		padding: 8px 10px;
		white-space: inherit;
	}
		.site_nav .sub-menu li.current-menu-item a {
			background: none;
		}
	
	.site_nav .sub-menu .sub-menu {
		top: -5px;
	}



/* Social navigation
---------------------------------------------------------- */
#nav-social li {
	-moz-transition: background-color 0.3s ease-in, background-position 0.3s ease-in;
	-webkit-transition: background-color 0.3s ease-in, background-position 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in, background-position 0.3s ease-in;
	transition: background-color 0.3s ease-in, background-position 0.3s ease-in;
}

#nav-social {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
	#nav-social ul { float: right; }
	#nav-social li {
		float: left;
		margin-left: 1px;
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		font-size: 1px;
		text-indent: -50px;
		background-image: url(images/social_icons.png);
		background-position: top left;
	}
		#nav-social li a {
			display: block;
			width: 30px;
			height: 30px;
		}
	
	#nav-social li.twitter {
		background-position: 0 0;
	}
		#nav-social li.twitter:hover {
			background-color: #32ccfe;
			background-position: 30px 0;
		}
		
	#nav-social li.vimeo {
		background-position: 0px 120px;
	}
		#nav-social li.vimeo:hover {
			background-color: #71C0F4;
			background-position: 30px 120px;
		}
		
	#nav-social li.dribbble {
		background-position: 0px 60px;
	}
		#nav-social li.dribbble:hover {
			background-color: #EA4C89;
			background-position: 30px 60px;
		}
		
	#nav-social li.facebook {
		background-position: 0px 150px;
	}
		#nav-social li.facebook:hover {
			background-color: #3B5998;
			background-position: 30px 150px;
		}
		
	#nav-social li.youtube {
		background-position: 0px 30px;
	}
		#nav-social li.youtube:hover {
			background-color: #D01717;
			background-position: 30px 30px;
		}
		
	#nav-social li.flickr {
		background-position: 0px 90px;
	}
		#nav-social li.flickr:hover {
			background-color: #FF0084;
			background-position: 30px 90px;
		}

/* Post format icons
---------------------------------------------------------- */
.post > header .post-format,
.portfolio > header .post-format,
.comments-balloon {
	color: #FFFFFF;
	background-color: #FF6333;
	background-repeat: no-repeat;
	background-position: center center;
	width: 31px;
	height: 31px;
	display: block;
	
	position: absolute;
	left: -60px;
	top: 0px;
	
	text-align: center;
}
	.post > header .post-format,
	.portfolio > header .post-format {
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px 3px 0px 0px;
		        border-radius: 3px 3px 0px 0px;
	}

.format-standard > header .post-format,
.format-aside > header .post-format {
	background-image: url(images/post_formats/post.png);
}

.format-gallery > header .post-format {
	background-image: url(images/post_formats/gallery.png);
}
.format-link > header .post-format {
	background-image: url(images/post_formats/link.png);
}
.format-image > header .post-format {
	background-image: url(images/post_formats/image.png);
}
.format-quote > header .post-format {
	background-image: url(images/post_formats/quote.png);
}
.format-video > header .post-format,
.portfolio > header .post-format.video_project_format {
	background-image: url(images/post_formats/video.png);
}

article.format-quote h1.entry-title {
	font-size: 20px;
	text-align: center;
	line-height: 22px;
	margin-bottom: 5px;
}
.quote-author {
	display: block;
	text-align: center;
	font-size: 11px;
}

/* Index / Blog
---------------------------------------------------------- */
.more-link {
	font-size: 11px;
}
	.more-link:hover {
		color: #111111;
	}
	
article.post,
.search-results .wpb_content_wrapper article {
	margin: 0 0 35px 0;
	padding-bottom: 25px;
	border-bottom: 3px double #EFEFEF;
}
	.single article.post,
	.wpb_content_wrapper > article:last-child {
		border: none;
		padding-bottom: 0;
	}
	
	.search-results article.post-teaser > header > h2 {
		text-align: left;
	}
	
article header {
	position: relative;
}
article.post > header,
article.post > .entry-content,
.format-quote .entry-title {
	margin-left: 60px;
}

.single-post article.post footer {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 60px;
}
	.single-post article.post footer p,
	.more-link,
	.quote-author,
	.single-portfolio-details span,
	.sub_title,
	label {
		color: #999999;
	}
	.post-teaser footer {
		margin: 30px 0 0 60px;
	}

.post_categories {
	font-size: 11px;
	margin-bottom: 0;
}

article.post .post-thumb {
	margin: 0 0 25px 0;
}
article .post-thumb iframe {
	display: block;
	max-width: 100%;
}

.post-thumb img {
	display: block;
	height: auto;
	max-width: 100%;
}

body article.post > header > time {
	text-decoration: none;
	background: #EFEFEF;
	font-size: 8px;
	width: 31px;
	top: 31px;
	left: -60px;
	line-height: 8px;
	padding: 4px 0;
	right: auto;
	text-align: center;
}

p.tags {
	font-size: 11px;
	background: url(images/tag.png) left 5px no-repeat;
	padding-left: 20px;
	margin: 0;
}
	.single p.tags {
		margin-bottom: 5px;
	}

/* Pagination
---------------------------------------------------------- */
.portfolio_type_classic #page-nav,
.portfolio_type_thumbs #page-nav,

.portfolio_type_thumbs #page-nav,
.tax-portfolio_category #page-nav {
	margin-bottom: 35px;
}
.portfolio_type_thumbs #page-nav,
.tax-portfolio_category #page-nav {
	padding-top: 15px;
	margin-left: 30px;
}

.portfolio_type_thumbs #page-nav {
	margin-bottom: 35px;
	margin-top: 20px;
}

#page-nav {
	clear: both;
}
	.single #page-nav {
		margin-bottom: 30px;
	}
	#page-nav p {
		font-size: 11px;
		margin-bottom: 0;
	}
	
	#page-nav span,
	#page-nav a {
		display: inline-block;
		width: 15px;
		height: 15px;
		font-size: 9px;
		line-height: 15px;
		color: #FFFFFF;
		background: #FF6333;
		text-align: center;
		
		margin: 0 0 0 0;
		
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
	}
	#page-nav a {
		color: inherit;
		background: #EFEFEF;
	}
		#page-nav a:hover {
		}
		#page-nav a span {
			color: inherit;
			background: none;
		}
	
	#page-nav span.pages {
		color: inherit;
		background: none;
		width: auto;
		height: auto;
		text-align: left;
		padding-right: 15px;
		-webkit-border-radius: 0px;
		   -moz-border-radius: 0px;
		        border-radius: 0px;
	}
	#page-nav .last-page {
		margin: 0 15px 0 0;
	}


/* Comments
---------------------------------------------------------- */
.comments-balloon {
	background-image: url(images/post_formats/comment.png); 
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
	li.comment .comments-balloon {
		left: 13px;
		top: 10px;
	}

section#comments,
div#respond {
	position: relative;
	margin-left: 60px;
}
div#respond {
	position: relative;
}

section#comments > h3,
div#respond > h3 {
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
	section#comments > h3 span,
	div#respond > h3 span {
	}

ol.commentlist {
	margin: 0;
}
	ol.commentlist li {
		list-style: none;
		margin-bottom: 10px;
	}
	ol.commentlist li article { position: relative; }
	
		ol.commentlist li:last-child {
			margin-bottom: 0;
		}
	
	header.comment-author {
		float: none;
		width: auto;
		margin-bottom: 5px;
	}
	
	ol.commentlist .avatar-wrap {
		position: absolute;
		left: -50px;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
	}
	ol.commentlist .avatar {
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
	}
	ol.commentlist .comment-author cite.fn {
		font-size: 11px;
		font-style: normal;
	}
	
	ol.commentlist .comment-author time a,
	ol.commentlist .comment-edit-link,
	ol.commentlist .comment-reply-link {
		font-size: 10px;
	}
	ol.commentlist .comment-author time a {
	}
		ol.commentlist .comment-author time a:hover,
		ol.commentlist .comment-reply-link:hover {
		}
	
	/*ol.commentlist section.comment,*/
	li.comment article,
	li.comment #respond {
		background: url(images/patterns/2.png);
		padding: 10px 13px 10px 40px;
	}
	
	ol.commentlist .comment-reply-link {
		display: none;
		bottom: 5px;
	    position: absolute;
	    right: 10px;
	}
		ol.commentlist li.comment article:hover > .comment-reply-link {
			display: inline;
		}
	
	ol.commentlist li ul.children {
		position: relative;
		top: -1px;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	ol.commentlist li ul.children li {
		margin-bottom: -1px;
		position: relative;
	}
	ol.commentlist li ul.children li section.comment {
		background: none;
	}
		
	li.comment #respond {
		margin: 10px 0 10px 20px;
	}
		li.comment #respond {
			padding-left: 13px;
		}
		
		li.comment div#respond > h3 {
			margin: 5px 0 15px 42px;
		}
		li.comment div#respond > h3 span {
		}
	.cancel-comment-reply,
	#cancel-comment-reply-link {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	#cancel-comment-reply-link {
		outline: none;
		display: block;
		height: 20px;
		width: 20px;
		background: #FF6333 url(images/close.png) no-repeat center center;
		
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
		
		font-size: 1px;
		font-size: 0px;
	}
	
	p.comment-author,
	p.comment-email,
	p.comment-url,
	p.comment-comment {
		margin-bottom: 10px;
		float: left;
		width: 170px;
	}
		p.comment-author, p.comment-email { margin-right: 10px; }
		
		li.comment p.comment-author,
		li.comment p.comment-email,
		li.comment p.comment-url {
			float: none;
		}
		
	p.comment-comment {
		width: 100%;
	}
		/*.comment-comment textarea {
			width: 97%;
		}
			.depth-1 .comment-comment textarea {
				width: 455px;
			}
			.depth-2 .comment-comment textarea {
				width: 435px;
			}
			.depth-3 .comment-comment textarea {
				width: 415px;
			}
			.depth-4 .comment-comment textarea {
				width: 395px;
			}*/
		
	.comment-submit {
		margin-bottom: 0px;
		clear: both;
	}


.trackback header.vcard,
.pingback header.vcard { display: none; }

/* Forms
---------------------------------------------------------- */
input, textarea {
	-webkit-box-shadow:0px 0px 0;
	     -o-box-shadow:0px 0px 0;
	   -moz-box-shadow:0px 0px 0;
	        box-shadow:0px 0px 0;
}
input, textarea, select, .uneditable-input {
	border: 1px solid #EFEFEF;
	padding: 8px 7px 7px 7px;
	
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-box-shadow:1px 1px 5px rgba(17, 17, 17, 0.05) inset;
	     -o-box-shadow:1px 1px 5px rgba(17, 17, 17, 0.05) inset;
	   -moz-box-shadow:1px 1px 5px rgba(17, 17, 17, 0.05) inset;
	        box-shadow:1px 1px 5px rgba(17, 17, 17, 0.05) inset;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
	button, input[type="button"], input[type="reset"], input[type="submit"] {
		width: auto;
	}
	
label {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 13px;
}

#content .wpcf7-form .vc_row-fluid p {
	margin-bottom: 10px;
}
.wpcf7-textarea {
	width: 100%;
}


/* Password protected
---------------------------------------------------------- */
#password_protected_form label { display: none; }
#password_protected_form .password_protected_input {
	width: 99%;
	margin-bottom: 20px;
}

/* Portfolio page
---------------------------------------------------------- */
.page-template-page-portfolio-php #portfolio_top_loader,
.tax-portfolio_category #portfolio_top_loader { position: absolute; z-index: 99; padding: 35px 30px; }


.portfolio_type_thumbs .portfolio_thumb {
	position: relative;
	margin-left: 0;
}
.portfolio_type_thumbs .portfolio_thumb img {
	/* IE 8 */ /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	/* IE 5-7 */ /*filter: alpha(opacity=1);
/*	opacity: 0.0001275;*/
}

.portfolio_type_thumbs .portfolio_thumb.vc_span6 { width: 49.999%; }
.portfolio_type_thumbs .portfolio_thumb.vc_span4 { width: 33.3%; }
.portfolio_type_thumbs .portfolio_thumb.vc_span3 { width: 25%; }

	.portfolio_type_thumbs .portfolio_thumb header,
	.single-portfolio .portfolio_thumb header {
		position: absolute;
		top: 0;
		left: 0;
		background: #ffffff;
		background: rgba(255,255,255, 0.9);
		
		width: 100%;
		height: 100%;
		
		cursor: pointer;
		
		display: none;
	}
	.portfolio_type_thumbs .portfolio_thumb .post-thumb {
		margin: 0;
		overflow: hidden;
	}
		.portfolio_type_thumbs .portfolio_thumb .post-thumb img {
			margin: 0;
		}
	.portfolio_type_thumbs .portfolio_thumb header h2,
	.portfolio_categories {
		margin: 0 0 2px 0;
		background: none;
		padding: 0 40px;
		text-align: center;
	}
	
	.portfolio > header time {
		color: #FFFFFF;
		background-color: #FF6333;
		background-repeat: no-repeat;
		background-position: center center;
		width: 45px;
		height: 45px;
		display: block;
		
		position: absolute;
		left: -63px;
		top: 10px;
		
		text-align: center;
		
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}
	.portfolio > header time .p_month {
		font-size: 12px;
		position: relative;
		top: 5px;
	}
	.portfolio > header time .p_date {
		font-size: 15px;
		display: block;
		position: relative;
		top: 2px;
	}
	
	.portfolio_type_thumbs .portfolio_thumb header h2 {
		margin-top: 65px;
	}
	
	/*.portfolio_type_classic {
		margin-left: -2.5641%;
	}*/
	.portfolio_type_classic .portfolio_thumb,
	.portfolio_type_classic .portfolio_thumb:first-child {
		margin-left: 20px;
		margin-bottom: 30px;
	}
	.portfolio_type_classic .portfolio_thumb.vc_span6 { width: 439px; }
	.portfolio_type_classic .portfolio_thumb.vc_span4 { width: 286px; }
	.portfolio_type_classic .portfolio_thumb.vc_span3 { width: 209px; }
	.portfolio_type_classic .portfolio_thumb:hover {
		background: url(images/patterns/2.png);
	}
	
	
	.portfolio_type_classic .portfolio_isotope {
		/*width: 918px;*/
		margin-left: -20px;
	}
	
	.portfolio_categories a,
	article.post > header > time {
		font-size: 11px;
	}
		.portfolio_categories a:hover {
			text-decoration: none;
			background: none;
		}
		
	.portfolio > header .post-format {
		background-image: url(images/post_formats/image.png);
	}

/* Portoflio single page
---------------------------------------------------------- */
.entry-content {
	clear: both;
}
#portfolio_top_loader {
	display: block;
	height: 20px;
	width: 20px;
	background: url(images/loading.gif) no-repeat center center;
}

.single-portfolio article header {
	position: relative;
}
.single-portfolio .portfolio_categories,
article.post > header > time {
	position: absolute;
}

	/* Portfolio slider
	---------------------------------------------------------- */
	.project_media {
		margin-bottom: 35px;
	}
	#wrap .wpb_top_slider {
		margin: 0;
	}
	.wpb_top_slider ul, .wpb_top_slider ul li {
		margin: 0;
		list-style: none;
	}
		body .portfolio_media_attached_images ul li {
			padding-bottom: 1px;
			margin-bottom: 25px;
		}
			body .wpb_top_slider ul li:last-child {
				margin-bottom: 0;
			}
	
	.wpb_top_slider ul li iframe {
		display: block;
		width: 100%;
		height: 385px;
	}
	.wpb_top_slider ul.two_plus_slides li iframe { margin-bottom: 35px; }
	.portfolio_media_attached_images ul.two_plus_slides li iframe { margin-bottom: 0px; }
	
		.wpb_top_slider .wpb_flexslider {
			border: none;
			padding: 0;
		}
		.wpb_top_slider .flexslider .slides img {
			min-width: 100%;
		}
		
	/** Portfolio captions */
	div.img_caption {
		text-align: center;
		padding: 5px 15px;
		font-size: 11px;
	}
		
	
	/** single-portfolio-details **/
	
	.portfolio_category,
	.portfolio_client,
	.portfolio_date {
		font-size: 11px;
		margin-bottom: 1px;
		padding: 5px;
		float: left;
		clear: both;
		background: url(images/patterns/2.png);
	}
	.portfolio_url {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.portfolio_date {
		margin-bottom: 20px;
	}
	
	.single-portfolio-details span {
	}
	
	
	
	.wpb_related_projects {
		background: url(images/patterns/2.png);
		clear: both;
		padding-top: 20px;
		padding-bottom: 15px;
	}
		.wpb_related_projects > h3 {
			margin-bottom: 10px;
		}
	
	.other_projects_footer {
		width: 915px;
		margin-left: -15px;
	}
	
	.other_projects_footer .portfolio_thumb {
		position: relative;
		margin-left: 15px !important;
		width: 137px;
		margin-bottom: 15px;
	}
	
	.other_projects_footer .post-thumb {
		border: none;
		padding: 0 1px 1px 0;
		margin-bottom: 0;
	}
	.other_projects_footer .portfolio_thumb header h2 {
		font-size: 13px;
		line-height: 15px;
	}
	.other_projects_footer .portfolio_thumb header h2,
	.other_projects_footer .portfolio_categories {
		padding-left: 15px;
		padding-right: 15px;
	}

	


/* Footer
---------------------------------------------------------- */
footer#content-info {
	margin-top: 20px;
}
footer#content-info,
footer#content-info p {
	font-size: 11px;
}
.wpb_copyright_message {
	margin: 0 30px 0 30px;
}

/* Password protected
---------------------------------------------------------- */
#password_protected_form br { display: none; }



/* Sidebar
---------------------------------------------------------- */
aside#sidebar {
}
.wpb_sidebar_wrapper {
	margin: 35px 30px 15px 0;
}
	.wpb_sidebar_wrapper,
	.wpb_sidebar_wrapper p {
		font-size: 11px;
		line-height: 16px;
	}
article.widget {
	margin-bottom: 20px;
	background: url(images/patterns/2.png);
	padding: 20px 15px 20px 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-title {
	margin-bottom: 10px;
}
.widget-title span {
}

#sidebar ul {
	padding: 0;
	margin: 0;
}
	#sidebar ul.children {
		margin-left: 15px;
		list-style: none;
	}
	#sidebar li {
		background: #FFFFFF;
	    line-height: 16px;
	    margin-bottom: 1px;
	    padding: 5px 6px;
	}


.flickr_sidebar .widget-title,
.widget_search .widget-title,
.wpb_video_widget .widget-title { margin-bottom: 15px; }

.flickr_sidebar .flickr_stream_wrap {
	margin-bottom: 0;
}

/* Search widget
---------------------------------------------------------- */
.widget_search { }

#searchsubmit {
	background-image: url(images/search.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px 12px;
	position: absolute;
	right: 4px;
	top: 4px;
}
.chrome #searchsubmit,
.safari #searchsubmit {
	padding: 6px 12px;
}

.widget_search #s {
	padding: 10px 34px 8px 7px;
}
.widget_search label { display: none; }

.widget_search form,
.widget_search fieldset {
	position: relative;
	margin: 0;
}

/* Widget custom menu
---------------------------------------------------------- */
.widget .sub-menu {
	margin-left: 10px;	
	margin-bottom: 0;
}
.widget_nav_menu li {
	list-style: none;
}

/* Calendar widget
---------------------------------------------------------- */
#calendar_wrap {
	width: 90%;
	margin: 0 auto;
}
.widget_calendar caption { 
    margin-bottom: 5px; 
    text-align: center;
}
.widget_calendar table { width: 100% }
.widget_calendar #next { text-align: right; }
.widget_calendar #prev { text-align: left; }


/* Flickr
---------------------------------------------------------- */
#sidebar .flickr_badge_image {
	width: 60px;
	height: 60px;
	float: none;
	margin: 0 5px 10px 5px;
	display: inline-block;
}
article.flickr_sidebar,
article.twitter_sidebar {
	text-align: center;
	padding-bottom: 10px;
}
	article.flickr_sidebar .flickr_badge_image {
		border-color: #FFFFFF;
	}

.flickr_sidebar .widget-title,
.twitter_sidebar .widget-title { text-align: left; }

p.flickr_stream_wrap a,
.wpb_twitter_widget .twitter_follow_button {
	font-size: 11px;
}

/* Video widget
---------------------------------------------------------- */
.wpb_video_widget iframe {
	max-width: 100%;
}
.wpb_video_widget .wpb_video_description {
	margin-top: 15px;
}
.wpb_video_widget .wpb_video_description p:last-child {
  margin-bottom: 0;
}

/* Twitter widget
---------------------------------------------------------- */
#content .wpb_twitter_widget ul.tweet_list li,
.wpb_twitter_widget ul.tweet_list li {
	border-bottom: 1px dotted #EFEFEF;
	padding-bottom: 10px;
}
.wpb_twitter_widget .twitter_follow_button {
	background-image: url(images/twitter_bird.png);
}

/* WPBSequencer
---------------------------------------------------------- */
body .sequence_wrap .controls {
	bottom: 6px;
	right: 6px;
}
body .sequence_wrap .controls li {
	background: #111111;
	
	border-radius: 3px;
	height: 17px;
	width: 17px;
	
	transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
}
	body .sequence_wrap .controls li:hover {
		background: #FF6333;
	}
	
	body .sequence_wrap .controls li [class^="icon-"],
	body .sequence_wrap .controls li [class*=" icon-"] {
		width: 17px;
		height: 17px;
		display: block;
	}
	body .sequence_wrap .controls li.prev .icon-backward {
		background-image: url("images/arr_l.png");
	}
	body .sequence_wrap .controls li.next .icon-forward {
		background-image: url("images/arr_r.png");
	}
	body .sequence_wrap .controls li .icon-play {
		background-image: url("images/play.png");
	}
	body .sequence_wrap .controls li .icon-pause {
		background-image: url("images/pause.png");
	}

/* Visual Composer styles
---------------------------------------------------------- */
.pp_pic_holder a { border: none; }
.center-column {
	text-align: center;
}

.vc_row-fluid [class*="vc_span"] { min-height: 5px; }

.wpb_text_column, .wpb_tabs, .wpb_tour, .wpb_call_to_action, .wpb_gmaps_widget, .wpb_accordion, .wpb_gallery, .wpb_separator, .last_toggle_el_margin, .wpb_video_widget, ul.wpb_thumbnails-fluid > li, .wpb_single_image,

.wpb_twitter_widget, .wpb_flickr_widget, /*.vc_row-fluid*/

.error404 .alert,
.blog #page-nav, .category #page-nav, .search-results #page-nav,
section#comments, div#respond {
	margin-bottom: 30px;
}
	/*.last_toggle_el_margin,
	.wpb_wrapper > div.last_toggle_el_margin:last-child {
		margin-bottom: 20px;
	}*/

.wpb_teaser_grid {
	margin-bottom: 20px;
}

ul.wpb_thumbnails-fluid > li { margin-bottom: 15px; }
.wpb_carousel ul.wpb_thumbnails-fluid > [class*="vc_span"] {
	margin-right: 15px;
}

.wpb_thumbnails-fluid .post-thumb,
div.post-thumb {
	margin-bottom: 15px;
	text-align: center;
}
.grid_layout-thumbnail .wpb_thumbnails-fluid .post-thumb {
	margin-bottom: 0;
}

.wpb_carousel ul.wpb_thumbnails-fluid .post-thumb {
	-webkit-box-shadow:none;
	     -o-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
}
.wpb_carousel .prev {
	right: 18px;
}
.wpb_carousel .prev, .wpb_carousel .next {
	line-height: 16px;
}


.wpb_gallery .flex-direction-nav, .wpb_gallery .nivo-directionNav {
	opacity: 1;
}
.wpb_gallery_slides .flex-direction-nav li a,
.wpb_carousel .prev,
.wpb_gallery_slides .flex-direction-nav li .flex-next,
.wpb_carousel .next {
	background-color: #111111;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 1px;
	
	padding: 0;
	
	width: 17px;
	height: 17px;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
	.wpb_gallery_slides .flex-direction-nav li a:hover,
	.wpb_carousel .prev:hover,
	.wpb_gallery_slides .flex-direction-nav li .flex-next:hover,
	.wpb_carousel .next:hover {
		background-color: #FF6333;
	}
	
.wpb_gallery_slides .flex-direction-nav li a,
.wpb_carousel .prev {
	background-image: url(images/arr_l.png);
}

.wpb_gallery_slides .flex-direction-nav li .flex-next,
.wpb_carousel .next {
	background-image: url(images/arr_r.png);
}




.wpb_separator,
.vc_text_separator {
	border-bottom: 3px double #EFEFEF;
}
	#main.vc_span8 > .wpb_content_wrapper > .wpb_separator,
	#main.vc_span8 > .wpb_content_wrapper > .vc_text_separator {
		padding-right: 0;
	}
	.column_container > .wpb_wrapper > .vc_text_separator,
	.column_container > .wpb_wrapper > .wpb_separator {
		padding: 0;
		left: 0;
	}
	
	.column_container > .wpb_wrapper > .separator_align_left div { left: 0;	}
	.column_container > .wpb_wrapper > .separator_align_right div { right: 0; }

.wpb_separator {
	margin-bottom: 30px;
}

.vc_text_separator {
	margin-bottom: 15px;
}
	.vc_text_separator div {
		font-size: 10px;
		line-height: 15px;
		background: #ffffff url(images/patterns/2.png);
		color: #111111;
		
		padding: 3px 15px;
		
		top: auto;
		bottom: -15px;
	}

.alert p { color: #C09853; }
.alert-info p { color: #3A87AD; }
.alert-success p { color: #468847; }
.alert-error p, .alert-danger p { color: #B94A48; }

#content .wpb_twitter_widget ul.tweet_list,
.wpb_twitter_widget ul.tweet_list {
	padding: 0;
}
.wpb_twitter_widget .tweet_time { display: none; }

.wpb_tour_tabs_wrapper .wpb_tab > .vc_row-fluid:last-child > .wpb_content_element:last-child,
.wpb_accordion_wrapper .ui-accordion-content > .vc_row-fluid:last-child > .wpb_content_element:last-child,

.wpb_tour_tabs_wrapper .wpb_tab > .last_toggle_el_margin:last-child { margin-bottom: 0; }

/*.wpb_tour_tabs_wrapper .wpb_content_element,
.wpb_accordion_wrapper .wpb_content_element,
.wpb_tour_tabs_wrapper .last_toggle_el_margin,
.wpb_accordion_wrapper .last_toggle_el_margin { margin-bottom: 15px; }
*/

div.flexslider {
	border: none;
	background: none;
	border-radius: 0;
	margin-bottom: 0;
	
	-webkit-box-shadow:none;
	     -o-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
}
.flex-viewport {
}
.wpb_gallery_slides .flex-direction-nav {
		position: absolute;
		left: auto;
		bottom: 8px;
		right: 7px;
		
		height: auto;
	}
		.wpb_gallery_slides ul.flex-direction-nav li {
			display: block;
			float: left;
			margin: 0 0 0 1px;
		}

		.wpb_gallery_slides .flex-direction-nav li a {			
			position: static;
			margin: 0;
			/* IE 5-7 */ filter: alpha(opacity=100);
			opacity: 1;
		}
		

.wpb_gallery .wpb_gallery_slides .nivo-controlNav a,
.wpb_gallery .wpb_gallery_slides .flex-control-nav a {
	background: #111111;
	width: 4px;
	height: 4px;
	margin-left: 3px;
}

.wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active,
.wpb_gallery .wpb_gallery_slides .flex-control-nav a.active,
.wpb_gallery .wpb_gallery_slides .nivo-controlNav a:hover,
.wpb_gallery .wpb_gallery_slides .flex-control-nav a:hover,
.wpb_gallery .wpb_gallery_slides .nivo-controlNav a.flex-active,
.wpb_gallery .wpb_gallery_slides .flex-control-nav a.flex-active {
	background: #FF6333;
}

.nivo-controlNav,
.wpb_flexslider .flex-control-nav {
	line-height: 1px;
	bottom: 13px;
	left: auto;
	right: 50px;;
	top: auto;
}


/* Posts slider
---------------------------------------------------------- */
.wpb_flexslider .flex-caption {
	padding: 15px 0;
	font-size: 11px;
	background: none;
}
.flex-caption .more-link { display: none; }

/* Image slider
---------------------------------------------------------- */
.wpb_image_grid_ul { margin-bottom: 0; overflow: visible !important; }
.wpb_image_grid_ul .isotope-item {
	margin: 0 -1px -1px 0;
	max-width: 100%;
}
.wpb_image_grid_ul a { border: none; }
.wpb_image_grid_ul a:hover { background-color: none; }

/*** Teaser grid ***/
.wpb_teaser_grid h2.post-title,
.portfolio > header > h2 {
	text-align: center;
	border: none;
	padding-bottom: 0;
}
	.wpb_teaser_grid h2.post-title a {
	}

.columns_count_1.grid_layout-title_text .post-title {
	text-align: left;
	margin-bottom: 5px;
}

.portfolio_isotope article p {
	text-align: center;
}

/** Blog teaser grid with 1 column - Thumbnail + Title + Text ***/

.columns_count_1_thumbnail_title_text.wpb_teaser_grid_post div.post-thumb {
	position: absolute;
	width: 72px;
	border: 5px solid #EFEFEF;
	padding: 0;
}
	.columns_count_1_thumbnail_title_text.wpb_teaser_grid_post div.post-thumb:hover {
		border-color: #FF6333;
	}

.columns_count_1_thumbnail_title_text.wpb_teaser_grid_post .entry-content,
.columns_count_1_thumbnail_title_text.wpb_teaser_grid_post h2.post-title {
	margin-left: 100px;
	width: auto;
	text-align: left;
}
.columns_count_1_thumbnail_title_text.wpb_teaser_grid_post h2.post-title {
	margin-bottom: 5px;
}
.columns_count_1_thumbnail_title_text.wpb_teaser_grid_post li {
	min-height: 82px;
}


/*** Toggle / FAQ ***/
.wpb_toggle,
#content h4.wpb_toggle {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	background: #F9F9F9 url(images/toggle_open.gif) no-repeat 10px 15px;
	padding: 11px 20px 10px 30px;
	font-family: inherit;
	font-size: 13px;
	margin-bottom: 0;
}
	.wpb_toggle_title_active,
	#content h4.wpb_toggle_title_active,
	
	.wpb_toggle:hover,
	#content .wpb_toggle:hover {		
		background: inherit url(images/toggle_close.gif) no-repeat 10px 15px;
		border-left: 1px solid #FF6333;
		border-right: 1px solid #FF6333;
		
		-webkit-box-shadow:1px 1px 3px rgba(17, 17, 17, 0.05) inset;
		     -o-box-shadow:1px 1px 3px rgba(17, 17, 17, 0.05) inset;
		   -moz-box-shadow:1px 1px 3px rgba(17, 17, 17, 0.05) inset;
		        box-shadow:1px 1px 3px rgba(17, 17, 17, 0.05) inset;
	}
		/*.wpb_toggle:hover,
		#content .wpb_toggle:hover {
			background-color: #F9F9F9;
		}*/
		
		body .wpb_toggle_title_active,
		body #content h4.wpb_toggle_title_active,
		body .wpb_toggle_title_active:hover,
		body #content .wpb_toggle_title_active:hover {
			background-color: transparent;
		}
	
	.wpb_toggle_content {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 3px 20px 15px 30px;
		background: none;
		
		border-top: none;
		border-bottom: none;
		
		border-left: 1px solid #FF6333;
		border-right: 1px solid #FF6333;
	}
		.wpb_toggle_content,
		.wpb_toggle_content p {
			font-size: 11px;
			line-height: 16px;
		}

.last_toggle_el_margin {
	border-top: 1px solid #EFEFEF;
}

/*** Google maps ***/
.wpb_gmaps_widget .wpb_map_wraper {
	padding: 0 0 1px 0;
	background: none;
}

/*** Call to action box ***/
.wpb_call_to_action {
	background: url(images/patterns/2.png);
	padding: 30px 30px 30px 25px;
	border: none;
	border-left: 5px solid #FF6333;
	-webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
	.wpb_call_to_action .wpb_button {
		text-transform: uppercase;
		padding: 7px 15px 5px;
	}

.page-template-page-full-php .wpb_call_to_action {
	width: 100%;
	position: relative;
	left: -30px;
}

/*** Flickr **/
.flickr_badge_image {
	border: 5px solid #EFEFEF;
	-webkit-box-shadow:none;
	     -o-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
}
	.flickr_badge_image:hover,
	article.flickr_sidebar .flickr_badge_image:hover {
		border-color: #FF6333;
	}
	
/*** wpb_heading extra margins ***/
.wpb_content_element .wpb_flickr_heading,
.wpb_teaser_grid .wpb_teaser_grid_heading,
.wpb_content_element .wpb_gmaps_heading,
.wpb_content_element .wpb_video_heading {
	margin-bottom: 15px;
}

/* Portfolio category filter
---------------------------------------------------------- */
.wpb_teaser_grid ul.categories_filter,
ul.wpb_categories_filter {
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
}
	.wpb_teaser_grid ul.categories_filter li:before,
	ul.wpb_categories_filter li:before {
		border: none;
	}

.portfolio_with_filter.portfolio_type_thumbs .wpb_categories_filter {
	margin-top: 35px;
	margin-left: 30px;
	margin-right: 30px;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
	margin: 0 6px 5px 0;
}
	.wpb_teaser_grid .categories_filter li a,
	.wpb_categories_filter li a {
		font-size: 10px;
		background: #EFEFEF;
		padding: 1px 5px;
		
		-webkit-border-radius: 3px 3px 3px 3px;
		   -moz-border-radius: 3px 3px 3px 3px;
		        border-radius: 3px 3px 3px 3px;
	}
		.wpb_teaser_grid .categories_filter li.active a,
		.wpb_categories_filter li.active a,
		.wpb_teaser_grid .categories_filter li a:hover,
		.wpb_categories_filter li a:hover {
			border: none;
			background: #FF6333;
			color: #FFFFFF;
		}


/** UI tabs ***/
.wpb_content_element > .wpb_tour_tabs_wrapper > ul.clearfix {
	margin: 0;
}
	.wpb_content_element > .wpb_tour_tabs_wrapper > ul.clearfix > li {
		list-style: none;
		display: inline;
	}

	.wpb_content_element .ui-tabs .ui-tabs-nav li,
	.wpb_content_element .ui-accordion .ui-accordion-header {
		background-position: 1px 1px;
	}
	

body .wpb_content_element .ui-tabs .ui-tabs-nav li a {
	padding: 9px 15px 9px 15px;
}

.wpb_content_element .ui-accordion .ui-accordion-header,
body .wpb_content_element .ui-tabs .ui-tabs-nav li a,
.wpb_content_element .ui-accordion .ui-accordion-header a:hover {
	font-size: 13px;
	color: #111111;
}

.wpb_content_element .ui-tabs .ui-tabs-nav li,
.wpb_tabs .ui-tabs .ui-tabs-panel,
.wpb_content_element .ui-accordion .ui-accordion-header,
.wpb_content_element .ui-accordion .ui-accordion-content {
	background: #F9F9F9;
	border: 1px solid #EFEFEF; /* !important;*/
}
	.wpb_content_element .ui-tabs .ui-tabs-nav li:hover,
	.wpb_content_element .ui-accordion .ui-accordion-header:hover {
		background: #F9F9F9;
		border-top: 1px solid #FF6333 !important;
	}

.wpb_tabs .ui-tabs .ui-tabs-panel {
	padding: 15px;
}

.wpb_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: #ffffff;
}
	.wpb_content_element .ui-accordion .ui-state-active {
		border-bottom: none !important;
	}
	.wpb_content_element .ui-accordion .ui-state-active span.ui-icon {
		background-image: url(images/toggle_close.gif);
	}
	
	.wpb_content_element .ui-accordion .ui-accordion-content {
		padding: 3px 20px 15px 30px;
		margin: 0 0 2px 0;
	}
	body .wpb_content_element .ui-accordion .ui-state-active,
	.wpb_content_element .ui-accordion .ui-accordion-content-active,
	body .wpb_tour .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
	.wpb_tabs .ui-tabs .ui-tabs-panel,
	.wpb_content_element .ui-accordion .ui-state-active.ui-accordion-header:hover {
		background: transparent;
	}

	.wpb_content_element .ui-tabs .ui-tabs-nav li {
		margin: 0 1px 0 0;
	}
	.wpb_tabs.wpb_content_element .ui-tabs .ui-tabs-nav li {
		border-bottom: none !important;
	}
	.wpb_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
		padding-bottom: 1px;
	}
	.wpb_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
	.wpb_tour .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
	.wpb_content_element .ui-accordion h3.ui-state-active {
		border-top-color: #FF6333 !important;
		
		-webkit-box-shadow:1px 3px 3px rgba(17, 17, 17, 0.05) inset;
		     -o-box-shadow:1px 3px 3px rgba(17, 17, 17, 0.05) inset;
		   -moz-box-shadow:1px 3px 3px rgba(17, 17, 17, 0.05) inset;
		        box-shadow:1px 3px 3px rgba(17, 17, 17, 0.05) inset;
	}
	.wpb_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
		margin-bottom: -1px;
	}
	
	.wpb_tabs .ui-tabs .ui-tabs-nav {
		border-bottom: 1px solid #EFEFEF;
	}
	.wpb_tabs .ui-tabs .ui-tabs-panel,
	.wpb_content_element .ui-accordion .ui-accordion-content {
		border-top: 0 !important;
	}
	
	body .wpb_tour .ui-tabs .ui-tabs-nav li a {
		padding: 9px 20px 9px 30px;
		background: url("images/toggle_open.gif") no-repeat 10px 12px;
	}
		body .wpb_tour .ui-tabs .ui-tabs-nav li.ui-state-active a,
		.wpb_content_element .ui-accordion .ui-accordion-header:hover .ui-icon,
		body .wpb_tour .ui-tabs .ui-tabs-nav li:hover a {
			background-image: url("images/toggle_close.gif");
		}
		
		
	.wpb_content_element .ui-accordion .ui-accordion-header .ui-icon {
	    background: url("images/toggle_open.gif") no-repeat left center;
	    left: 10px;
	    top: 10px;
	}
	.wpb_content_element .ui-accordion-icons .ui-accordion-header a {
		padding: 9px 20px 9px 30px;
	}
	
	.wpb_tour .ui-tabs .ui-tabs-nav li {
		margin-bottom: 1px;
	}
	div.ui-accordion .ui-accordion-content {
		margin-bottom: 4px;
	}
	
	.wpb_tour_next_prev_nav span {
		padding-top: 15px;
		width: auto;
	}
	.wpb_tour_next_prev_nav span.wpb_next_slide {
		margin-left: 15px;
	}


/* Contact Form7 styles
---------------------------------------------------------- */
.wpcf7-submit {
	margin-top: 5px;
}
span.wpcf7-form-control-wrap {
	display: block;
	margin-top: 4px;
}
span.wpcf7-not-valid-tip {
	position: static;
	width: auto;
	display: block;
	color: #ff0000;
	background: no-repeat;
	border: none;
	font-size: 11px;
}
div.wpcf7-validation-errors {
	display: none !important;
}
div.wpcf7-mail-sent-ok {
	padding: 8px 14px 8px 14px;
	margin: 0;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #d6e9c6;
	background-color: #dff0d8;
	color: #468847;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/* Bootstrap override
---------------------------------------------------------- */
a.btn,
input.btn,
.btn-primary,
.form-submit #submit,
.wpb_carousel .prev, .wpb_carousel .next,
#mobile_nav_toggle {
  padding: 7px 15px 6px;;/*4px 7px 4px;*/
  
  -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
  
  color: #FFFFFF;
  
  background: none;
  border: none;
  background-color: #FF6333;
  *background-color: #FF6333;
}
	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary.active,
	.btn-primary.disabled,
	.btn-primary[disabled],
	.form-submit #submit:hover,
	
	#cancel-comment-reply-link:hover,
	#page-nav a:hover {
	  background-color: #DF491B;
	  *background-color: #DF491B;
	}

.btn-warning {
  background: none;
  background-color: #FAA732;
  *background-color: #FAA732;
}
.btn-danger {
  background: none;
  background-color: #DA4F49;
  *background-color: #DA4F49;
}
.btn-success {
  background: none;
  background-color: #5BB75B;
  *background-color: #5BB75B;
}
.btn-info {
  background: none;
  background-color: #49afcd;
  *background-color: #2f96b4;
}
.btn-inverse {
  background: none;
  background-color: #414141;
  *background-color: #222222;
}


.wpb_button,
.form-submit #submit {
	font-size: 11px;
	
	background-image: none;
    
    border-width: 0px;
	padding: 7px 15px 6px;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	        
	-webkit-box-shadow:none;
	     -o-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;

	transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    
	transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
}

	.wpb_button_a:hover {
		background: none;
		background-color: none;
	}
	
		.wpb_button i.icon {
			position: relative;
			top: -2px;
		}

.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
}
.btn-small,
.form-submit #submit {
    font-size: 11px;
    line-height: 12px;
    padding: 5px 9px;
}
.btn-large {
    font-size: 15px;
    line-height: normal;
    padding: 10px 20px 9px;
}
	.btn-large i.icon { height: 16px; }

input:focus,
textarea:focus {
  border-color: #FF6333;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/**
* VVV
*/

.wpb_navbar-inner nav li {
    list-style: none;
}

.widget-inner > ul {
    list-style: none;
}

header h2 a.image {
    display: block;
    float: left;
}


/*** Slider ***/
.wpb_sequence a {
	border-bottom: none;
}
	.wpb_sequence a:hover {
		color: inherit;
		text-decoration: none;
	}