/******************************************************************************************************************* 

	Theme Name: Profile
	Theme URL: http://www.organicthemes.com/
	Description: A theme designed for showcasing personal profiles.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 2.2.1
	Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, translation-ready, 
	custom-menu (optional), theme-options, featured-image-header, featured-images, full-width-template, 
	pagination, blog-template
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 0.	Hyperlinks
	 1.	Global		
	 2.	Headings
	 3.	Header
	 4.	Navigation
	 5.	Slideshow
	 6.	Homepage
	 7.	Social Media
	 8.	Content
	 9.	Pagination
	10.	Wordpress Gallery
	11.	Portfolio
	12.	Images
	13.	Sidebar
	14.	Widgets
	15.	Custom Menu Widget
	16.	Calendar Widget
	17.	Recent Comments
	18. RSS Widget
	19.	Search Form
	20.	Footer
	21. Buttons
	22. Comments
	23. Forms
	24. CSS3 Styles
	25. Tables
	26. Grid
	  
*******************************************************************************************************************/

body {
	color: #666666;
	background-color: #222222;
	font-size: 1em;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.8;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	0.	Hyperlinks								*
************************************************/

a img {
	border: none;
	}
a, a:link, a:visited {
	color: #33ccff;
	font-weight: bold;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #99cc33;
	text-decoration: underline;
	outline: none;
	}
	
/************************************************
*	1.	Global									*
************************************************/

p {
	padding: 12px 0px;
	margin: 0px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}	
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: rgba(0, 0, 0, .12);
	background-color: rgba(0, 0, 0, .12);
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
ol, ul {
	list-style: none;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ul li {
    list-style: inside;
    list-style-type: square;
    margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ul ol li, ul ol ul ol li {
    list-style-type: decimal;
	}
ol ul li, ol ul ol ul li {
    list-style-type: square;
	}
blockquote {
	color: #333333;
	font-family: 'Merriweather', Georgia, Times, serif;
	font-size: 1.4em;
	line-height: 1.6;
	margin: 12px 0px;
	padding: 18px 0px;
	border-top: 1px solid #dddddd;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid #dddddd;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
code {
	display: block;
	color: #333333;
	background: #EEEEEE;
	font-size: 0.9em;
	margin: 12px 0px;
	padding: 6px 10px;
	font-family: Verdana, Tahoma, Verdana;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
img, object, embed {
	max-width: 100%;
	}
img, object, embed {
	height: auto;
	margin: 0px auto 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.borderless {
	border: none !important;
	}
.text-left { 
	text-align: left; 
	}
.text-right { 
	text-align: right; 
	}
.text-center { 
	text-align: center; 
	}
.align-right { 
	float: right;
	}
.align-left { 
	float: left;
	}
.align-center { 
	float: none;
	margin: 0px auto 0px;
	}

/************************************************
*	2.	Headings								*
************************************************/

h1, h2, h3,
h4, h5, h6 {
	color: #333333;
	color: rgba(0, 0, 0, 0.8);
	font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 600;
	line-height: 1.4;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h1 {
	font-size: 2.2em;
	letter-spacing: -1.4px;
	}
h2 {
	font-size: 2em;
	letter-spacing: -1.2px;
	}
h3 {
	font-size: 1.8em;
	letter-spacing: -0.8px;
	}
h4 {
	font-size: 1.4em;
	}
h5 {
	font-size: 1.2em;
	}
h6 {
	font-size: 1.1em;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
h1 a, h2 a, h3 a, 
h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, 
h4 a:link, h5 a:link, h6 a:link {
	color: #333333;
	font-weight: 600;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover, 
h4 a:hover, h5 a:hover, h6 a:hover {
	color: #33ccff;
	text-decoration: none;
	border: none;
	}
.headline {
	font-size: 3.2em;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
.headline a  {
	font-weight: 600;
	}
.headline.small {
	font-size: 2.2em;
	}
.headline.img-headline {
	color: #ffffff;
	position: absolute;
	top: 50%;
	width: 88%;
	font-size: 4em;
	font-weight: 700;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.24);
	padding: 0px 6%;
	border-bottom: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
.title {
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-transform: none;
	margin-bottom: 12px;
	}
	
/************************************************
*	3.	Header  								*
************************************************/

#header {
	margin: 0px;
	padding: 0px;
	line-height: 0;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
#header.home-header {
	min-height: 420px;
	background-attachment: fixed;
	background-position: top center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	}
#header.home-header.empty-header {
	min-height: 520px;
	}
#header.home-header #header-info {
	top: 50%;
	left: 50%;
	bottom: -260px;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	}
#header-info {
	position: relative;
	z-index: 9;
	}
#header #logo {
	display: block;
	text-align: center;
	line-height: 0;
	margin: 24px 0px 0px 0px;
	padding: 0px;
	}
#header #logo a {
	display: block;
	}
#header #logo img {
	max-height: 160px;
	}
#header #logo .logo-text {
	float: left;
	text-align: left;
	text-indent: -9999px;
	}
#header #masthead {
	display: block;
	width: 100%;
	text-align: center;
	padding: 72px 0px;
	}
#header .site-title {
	display: block;
	font-family: 'Raleway';
	font-size: 3.8em;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.24);
	text-transform: none;
	letter-spacing: -3px;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	}
#header .site-title a {
	color: #FFFFFF !important;
	font-weight: 700;
	}
#header .site-description {
	display: block;
	color: #FFFFFF;
	font-family: 'Droid Serif';
	font-size: 2em;
	font-weight: 700;
	font-style: italic;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.24);
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	}
#custom-header {
	margin-left: -9999px;
	}
	
/************************************************
*	4.	Navigation      						*
************************************************/

#navigation {
	display: block;
	position: relative;
	background: #FFFFFF;
	font-size: 0.9em;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2px;
	margin: 0px auto 0px;
	padding: 0px;
	z-index: 9;
	}
#navigation.home-nav {
	background: none;
	}
#navigation.mobile-nav {
	display: none;
	}
.menu-toggle {
	display: none;
	cursor: pointer;
	}
.main-small-navigation ul.mobile-menu {
	display: none;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0px;
	padding: 0px;
	list-style:	none;
	}
.menu {
	display: inline-block;
	background: #FFFFFF;
	text-align: center;
	padding: 0px 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, 
ul.menu ul {
	background: #FFFFFF;
	position: absolute;
	top: -9999px;
	width: 180px; /* left offset of submenus need to match (see below) */
	margin: 0px;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	}
.menu ul ul ul, 
ul.menu ul ul {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
ul.menu ul, ul.sub-menu {
	left: 50%;
	margin-left: -90px;
	}
.menu ul ul ul, ul.menu ul ul {
	margin: 0px;
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	display: inline-block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	top: 56px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 190px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 190px; /* match ul width */
	top: 0;
	}
	
/*** SKIN ***/
#navigation .menu .current_page_item a,
#navigation .menu .current_page_ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu .current-cat a {
	color: #333333;
	}
#navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
#navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
#navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover {
	color: #333333;
	}
#navigation .menu .current_page_item ul li a,
#navigation .menu .current-menu-item ul li a,
#navigation .menu .current-menu-ancestor ul li a,
#navigation .menu .current_page_ancestor ul li a,
#navigation .menu .current-cat ul li a {
	color: #999999;
	}
#navigation .menu .current_page_item ul li a:hover,
#navigation .menu .current-menu-item ul li a:hover,
#navigation .menu .current-menu-ancestor ul li a:hover,
#navigation .menu .current_page_ancestor ul li a:hover,
#navigation .menu .current-menu-ancestor ul .current_page_item a,
#navigation .menu .current_page_ancestor ul .current-menu-item a,
#navigation .menu .current-cat ul li a:hover {
	color: #333333;
	}
.menu {
	margin-bottom: 0;
	}
.menu .home a {
	border-left: none;
	}
.menu a {
	color: #999999;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	margin: 0px;
	padding: 0px 12px;
	border-left: 1px solid #CCCCCC;
	}
.menu a, .menu a:link, .menu a:visited {
	color: #999999;
	text-shadow: none;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	color: #333333;
	outline: 0;
	}
.menu li:first-child a {
	border-left: none;
	border-top: none;
	}
.menu li li a {
	display: block;
	color: #999999;
	height: auto;
	line-height: 36px;
	margin: 0px 12px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	border-left: none;
	border-top: 1px solid rgba(0, 0, 0, .12);
	}
.menu ul.sub-menu li:first-child a {
	border-top: none;
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	color: #333333;
	outline: 0;
	}
.menu li {
	line-height: 60px;
	margin: 0px;
	}
.menu li li, .menu li ul {
	line-height: 0;
	}
.menu li:hover, .menu li.sfHover {
	outline: 0;
	}
.menu li li:hover, .menu li li.sfHover {
	outline: 0;
	} 
	
/*** ARROWS ***/
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	width: 0px; 
	height: 0px;
	left: 50%;
	top: 36px;
	text-shadow: none;
	text-indent: -9999px;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFFFFF;
	}
.sf-arrows .sub-menu .sf-with-ul:after {
	top: 12px;
	right: -24px;
	left: auto; 
	margin-left: 0px;
	border: 8px solid transparent;
	border-color: transparent;
	border-left-color: #FFFFFF;
	}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #FFFFFF; /* IE8 fallback colour */
	}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -3px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #FFFFFF;
	}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #FFFFFF;
	}
  
/************************************************
*	5.	Slideshow		      					*
************************************************/

#slideshow {
	position: relative;
	line-height: 0;
	padding: 64px 12px 0px 12px;
	position: relative;
	overflow: hidden;
	}
#slideshow ul, #slideshow li, #slideshow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#slideshow .screen {
	line-height: 0;
	}
#slideshow .feature-img,
#slideshow .feature-vid {
	padding: 0px;
	}
#slideshow.slideshow-page {
	background: #ffffff;
	margin-top: 48px;
	padding: 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
#slideshow.slideshow-page .flexslider {
	position: relative;
	top: auto;
	width: 100%;
	max-width: none;
	max-height: none;
	padding: 0px;
	}
#slideshow .loading {
	min-height: 480px;
	}
#slideshow.slideshow-page .loading {
	background: #242424;
	}
#slideshow .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-bottom: 3px solid rgba(255, 255, 255, 0.24);
	border-left: 3px solid rgba(255, 255, 255, 0.24);
	border-right: 3px solid rgba(255, 255, 255, 0.5);
	border-top: 3px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	height: 32px;
	width: 32px;
	-webkit-animation: spin .6s infinite linear;
	-moz-animation: spin .6s infinite linear;
	-ms-animation: spin .6s infinite linear;
	-o-animation: spin .6s infinite linear;
	animation: spin .6s infinite linear;
	z-index: 999;
	}
.flexslider {
	position: absolute;
	top: 7.58%;
	width: 90%;
	max-width: 882px;
	max-height: 498px;
	margin: 0px auto 0px; 
	padding: 0px 5.1%;
	}
.flexslider .slides {
	position: relative;
	overflow: hidden;
	zoom: 1;
	}
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	}
.flexslider .slides img {
	width: 100%; 
	display: block;
	}
.flex-pauseplay span {
	text-transform: capitalize;
	}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	}
html[xmlns] .slides {
	display: block;
	}
* html .slides {
	height: 1%;
	}

/* No JavaScript Fallback */
.no-js .flexslider .slides > li:first-child {
	display: none;
	}

/* Caption style */
.flex-caption {
	background: none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
	}
.flex-caption {
	width: 96%; 
	padding: 2%; 
	margin: 0; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	background: rgba(0,0,0,.3); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.3); 
	font-size: 14px; 
	line-height: 18px;
	}

/* Direction Nav */
.flex-direction-nav { 
	height: 0;
	z-index: 9;
	}
.flex-direction-nav li a {
	background-size: 160px 80px;
	background-repeat: no-repeat;
	width: 80px; 
	height: 80px; 
	margin: -40px 0 0; 
	display: block;  
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -999em;
	}
.flex-direction-nav li .flex-next {
	background-image: url(images/next_btn.png);
	background-position: -80px 0px;
	right: -80px;
	}
.slideshow-page .flex-direction-nav li .flex-next {
	right: 0px;
	}
.flex-direction-nav li .flex-prev {
	background-image: url(images/prev_btn.png);
	left: -80px;
	}
.slideshow-page .flex-direction-nav li .flex-prev {
	left: 0px;
	}
.flex-direction-nav li .flex-next,
.flex-direction-nav li .flex-prev {
	transition: background 0s, color 0s;
	-moz-transition: background 0s, color 0s;
	-webkit-transition: background 0s, color 0s;
	-o-transition: background 0s, color 0s;
	}
.flex-direction-nav li .flex-prev:hover {
	background-position: -80px 0px;
	}
.flex-direction-nav li .flex-next:hover {
	background-position: 0px 0px;
	}
.flex-direction-nav li .disabled {
	opacity: .3; 
	filter: alpha(opacity=30); 
	cursor: default;
	}

/* Control Nav */
#slideshow.slideshow-page .flex-control-nav {
	bottom: 0;
	}
.flex-control-nav {
	width: 100%; 
	position: absolute; 
	text-align: center;
	line-height: 50px;
	left: 0;
	bottom: -44px; 
	}
.flex-control-nav li {
	display: inline-block;
	margin: 0px; 
	padding: 4px !important;
	zoom: 1; 
	*display: inline;
	}
.flex-control-nav li:first-child {
	margin: 0;
	}
.flex-control-nav li a {
	display: block; 
	background: #333333; 
	width: 6px; 
	height: 6px; 
	line-height: 0;
	cursor: pointer; 
	text-indent: -999em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.flex-control-nav li a:hover {
	background: #666666;
	}
.flex-control-nav li a.flex-active {
	background: #FFFFFF; 
	cursor: default;
	} 

/************************************************
*	6.	Homepage	 	        		     	* 
************************************************/

#homepage {
	background: #f4f4f4;
	padding: 24px 24px 48px 24px;
	}
#homepage .featured-page .profile-img {
	display: inline-block;
	background-color: #f4f4f4;
	position: absolute;
	top: -180px;
	left: 50%;
	margin: 0px;
	padding: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	}
#homepage .featured-page .feature-img {
	height: 280px;
	width: 280px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
#homepage .featured-page .has-profile {
	margin-top: 140px;
	}

/************************************************
*	7.	Social Media   							*
************************************************/

#tweets {
	display: block;
	text-align: center;
	margin: 24px auto 24px;
	position: relative;
	}
#tweets .tweet {
	display: block;
	padding-top: 0px;
	border-bottom: 1px solid #DDDDDD;
	}
#tweets .timePosted {
	float: right;
	color: #999999;
	font-size: 1em;
	font-style: italic;
	text-align: right;
	padding-bottom: 0px;
	}
#tweets .timePosted:before {
	content: '— ';
	}
#tweets .interact {
	float: left;
	padding-bottom: 0px;
	}
#tweets .interact a {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #DDDDDD;
	}
#tweets .interact a:last-child {
	border-right: none;
	}
.twitter-feed {
	display: inline-block;
	background: #FFFFFF;
	font-size: 0.9em;
	text-align: left;
	margin: 0px;
	padding: 12px 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
.twitter-arrow {
	position: absolute;
	width: 0px; 
	height: 0px;
	left: 50%;
	top: -10px;
	text-shadow: none;
	text-indent: -9999px;
	margin-left: -12px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #FFFFFF;
	}
.social {
	float: right;
	display: block;
	text-align: left;
	}
.tweet-btn, .like-btn, .plus-btn {
	float: right;
	display: inline-block;
	line-height: 0;
	margin: 4px 0px;
	padding: 0px;
	}
.tweet-btn {
	width: 90px;
	}
.like-btn {
	width: 92px;
	}
.plus-btn {
	width: 72px;
	}
.social-icons {
	list-style: none;
	text-align: center;
	margin: 24px 0px;
	padding: 12px 0px;
	}
.social-icons li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.social-icons li a {
	display: block;
	color: #999999 !important;
	font-size: 20px;
	font-weight: normal;
	line-height: 38px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin: 6px;
	padding: 0px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.social-icons li a:hover {
	background: #FFFFFF;
	color: #333333 !important;
	border: 1px solid #FFFFFF;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.social-icons li a::before {
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	content: '\f0c1';
	}
.social-icons li a span {
	display: none;
	}
.social-icons li a[href*="facebook.com"]::before		{ content: '\f09a'; }
.social-icons li a[href*="twitter.com"]::before 		{ content: '\f099'; }
.social-icons li a[href*="plus.google.com"]::before 	{ content: '\f0d5'; }
.social-icons li a[href*="linkedin.com"]::before	 	{ content: '\f0e1'; }
.social-icons li a[href*="github.com"]::before		 	{ content: '\f113'; }
.social-icons li a[href*="dribbble.com"]::before		{ content: '\f17d'; }
.social-icons li a[href*="foursquare.com"]::before		{ content: '\f180'; }
.social-icons li a[href*="pinterest.com"]::before		{ content: '\f0d2'; }
.social-icons li a[href*="wordpress.com"]::before		{ content: '\f19a'; }
.social-icons li a[href*="youtube.com"]::before			{ content: '\f16a'; }
.social-icons li a[href*="vine.co"]::before				{ content: '\f1ca'; }
.social-icons li a[href*="instagram.com"]::before		{ content: '\f16d'; }
.social-icons li a[href*="stackexchange.com"]::before	{ content: '\f18d'; }
.social-icons li a[href*="behance.net"]::before			{ content: '\f1b4'; }
.social-icons li a[href*="deviantart.com"]::before		{ content: '\f1bd'; }
.social-icons li a[href*="flickr.com"]::before			{ content: '\f16e'; }
.social-icons li a[href*="soundcloud.com"]::before		{ content: '\f1be'; }
.social-icons li a[href*="tumblr.com"]::before			{ content: '\f173'; }
.social-icons li a[href*="twitch.tv"]::before			{ content: '\f1e8'; }
.social-icons li a[href*="yelp.com"]::before			{ content: '\f1e9'; }
.social-icons li a[href*="mailto:"]::before				{ content: '\f0e0'; }
.social-icons li a[href$="/feed/"]::before				{ content: '\f09e'; }

/* Custom Menu Widget Icons */
.widget_nav_menu li a::before {
	font-family: 'FontAwesome';
	font-weight: normal;
	content: '\f0c1';
	margin-right: 8px;
	}
.widget_nav_menu li a[href*="facebook.com"]::before			{ content: '\f09a'; }
.widget_nav_menu li a[href*="twitter.com"]::before 			{ content: '\f099'; }
.widget_nav_menu li a[href*="plus.google.com"]::before 		{ content: '\f0d5'; }
.widget_nav_menu li a[href*="linkedin.com"]::before	 		{ content: '\f0e1'; }
.widget_nav_menu li a[href*="github.com"]::before		 	{ content: '\f113'; }
.widget_nav_menu li a[href*="dribbble.com"]::before			{ content: '\f17d'; }
.widget_nav_menu li a[href*="foursquare.com"]::before		{ content: '\f180'; }
.widget_nav_menu li a[href*="pinterest.com"]::before		{ content: '\f0d2'; }
.widget_nav_menu li a[href*="wordpress.com"]::before		{ content: '\f19a'; }
.widget_nav_menu li a[href*="youtube.com"]::before			{ content: '\f16a'; }
.widget_nav_menu li a[href*="vine.co"]::before				{ content: '\f1ca'; }
.widget_nav_menu li a[href*="instagram.com"]::before		{ content: '\f16d'; }
.widget_nav_menu li a[href*="stackexchange.com"]::before	{ content: '\f18d'; }
.widget_nav_menu li a[href*="behance.net"]::before			{ content: '\f1b4'; }
.widget_nav_menu li a[href*="deviantart.com"]::before		{ content: '\f1bd'; }
.widget_nav_menu li a[href*="flickr.com"]::before			{ content: '\f16e'; }
.widget_nav_menu li a[href*="soundcloud.com"]::before		{ content: '\f1be'; }
.widget_nav_menu li a[href*="tumblr.com"]::before			{ content: '\f173'; }
.widget_nav_menu li a[href*="twitch.tv"]::before			{ content: '\f1e8'; }
.widget_nav_menu li a[href*="yelp.com"]::before				{ content: '\f1e9'; }
.widget_nav_menu li a[href*="mailto:"]::before				{ content: '\f0e0'; }
.widget_nav_menu li a[href$="/feed/"]::before				{ content: '\f09e'; }
	
/************************************************
*	8.	Content		 	        		     	* 
************************************************/

.blog-holder {
	margin: 0px auto 0px;
	padding: 24px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
.article {
	display: block;
	margin: 0px auto 0px;
	padding: 0px;
	}
.postarea {
	margin: 0px;
	padding: 48px 0px;
	}
.postarea.archive {
	background: #FFFFFF;
	margin: 48px 0px;
	padding: 36px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.postarea.blog {
	background: #FFFFFF;
	margin: 48px 0px;
	padding: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.postarea.blog .blog-holder {
	padding: 36px;
	}
.post-date {
	color: #999999;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 0.8em;
	margin-top: -6px;
	}
.post-date a {
	color: #666666;
	font-weight: normal;
	}
.post-date span:nth-child(2n) {
	border-left: 1px solid #dddddd;
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	}
.post-date .fa {
	margin-right: 2px;
	}
.blog-holder .headline {
	padding-bottom: 24px;
	}
.blog-holder .post-date {
	margin-top: -32px;
	}
.blog-holder .post-date span {
	background: #FFFFFF;
	position: relative;
	top: -4px;
	padding: 0px 12px;
	}
.post-meta {
	display: inline-block;
	width: 100%;
	font-size: 0.9em;
	line-height: 24px;
	margin: 24px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
.post-meta p {
	margin: 0px;
	padding: 0px;
	}
.post-meta i {
	color: #999999;
	font-size: 12px;
	margin-right: 2px;
	position: relative;
	}
.avatar {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, .12);
	margin: 10px 20px 10px 0px;
	padding: 4px;
	}
.author-avatar {
	float: left;
	display: block;
	width: 20%;
	margin-top: 20px;
	padding-right: 3.6%;
	}
.author-avatar .avatar {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	}
.author-column {
	float: right;
	width: 72%;
	margin-top: 20px;
	padding-left: 4%;
	border-left: 1px solid rgba(0, 0, 0, .12);
	}
.archive-column {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 20px 5% 0px 0px;
	}
.archive-column.last {
	padding-right: 0;
	}
.archive-column h6 {
	font-weight: 600;
	margin: 12px 0px;
	}
.error-404 {
	background: #FFFFFF;
	margin: 0px;
	padding: 40px;
	overflow: hidden;
	}
	
/************************************************
*	9.	Pagination 	  		      		     	* 
************************************************/

.pagination {
	display: block;
	width: 100%;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	margin: 0px;
	padding: 24px 0px;
	position: relative;
	z-index: 9;
	}
.pagination.archive {
	margin-top: -24px;
	margin-bottom: 24px;
	}
.pagination .page-numbers {
	display: inline-block;
	background: #FFFFFF;  
	color: #666666; 
	height: 32px;
	width: 32px;
	text-decoration: none;
	margin: 0px 2px;
	padding: 0px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	background: #999999; 
	color: #FFFFFF;
	height: 32px;
	width: 32px;
	line-height: 32px;
	padding: 0px; 
	border-radius: 18px;
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	}
.pagination .page-numbers.current {
	display: inline-block;
	background: #999999; 
	color: #FFFFFF; 
	height: 32px;
	width: 32px;
	line-height: 32px; 
	padding: 0px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	}
.post-navigation {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.previous-post {
	float: left;
	font-size: 0.9em;
	margin-top: 24px;
	}
.next-post {
	float: right;
	font-size: 0.9em;
	margin-top: 24px;
	}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
	}
.page-links .link-label {
	color: #333333;
	font-weight: bold;
	margin-left: 0px;
	}
.page-links span {
	margin: 0px 3px;
	}
	
/************************************************
*	10.	WordPress Gallery					    *
************************************************/

.gallery {
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
.gallery-item {
	margin: 0px
	}
.gallery-icon {
	line-height: 0;
	margin: 6px;
	}
.gallery-icon a {
	display: block;
	background: #FFFFFF;
	padding: 6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: background .25s;
	-moz-transition: background .25s;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
	}
.gallery-icon a:hover {
	background: #242424;
	}
.gallery img {
	border: none !important;
	}
.gallery-caption {
	font-size: .9em;
	padding: 0px 10px;
	}

/************************************************
*	11.	Portfolio  				     		    * 
************************************************/

.portfolio-wrap {
	margin-left: -12px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
	}
#portfolio-filter {
	text-align: center;
	margin: 0px 12px 12px 12px;
	padding: 0px;
	}
#portfolio-filter li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#portfolio-filter li a {
	display: inline-block;
	background: #FFFFFF;
	text-decoration: none;
	margin: 0px 12px 0px 0px;
	padding: 8px 12px;
	}
#portfolio-filter li a:hover,
#portfolio-filter li a:focus,
#portfolio-filter li a:active {
	background: #99cc00;
	color: #FFFFFF !important;
	}
#portfolio-filter li:last-child a {
	margin-right: 0px;
	}
#portfolio-list {
	margin: 0px;
	padding: 0px;
	}
.portfolio .portfolio-item {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.portfolio .post-holder {
	background: #FFFFFF;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.portfolio-item.single .post-holder {
	margin: 12px;
	}
.portfolio-half .post-holder,
.portfolio-third .post-holder {
	margin: 12px;
	padding: 0px;
	}
.portfolio-item .feature-img,
.portfolio-item .feature-vid {
	padding: 0px;
	}
.portfolio-half .excerpt,
.portfolio-third .excerpt {
	display: block;
	padding: 24px;
	}
.portfolio-half .portfolio-item,
.portfolio-third .portfolio-item {
	float: left;
	}
.portfolio-item.single .excerpt {
	padding: 36px;
	}
.portfolio-item.single .more-link {
	margin-bottom: 0px;
	}

/*---------- Isotope Animations ----------*/
.isotope,
.isotope .isotope-item {
  	/* change duration value to whatever you like */
	-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;
	}
	
/************************************************
*	12.	Images  					   		    * 
************************************************/

.feature-img, 
.feature-vid {
	display: block;
	text-align: center;
	line-height: 0;
	margin: 0px auto 0px;
	padding: 12px 0px;
	overflow: hidden;
	}
.feature-img.page,
.feature-img.post,
.feature-vid.post {
	background: #ffffff;
	padding: 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.feature-img.page {
	margin: 48px auto 0px;
	}
.feature-img.post,
.feature-vid.post { 
	margin: 24px auto 24px;
	}
.feature-img.blog-img {
	background: #f4f4f4;
	background: rgba(0, 0, 0, 0.06);
	margin: 12px auto 12px;
	padding: 12px;
	}
.feature-img.cover-img {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.feature-img.cover-img img {
	margin-left: -9999px;
	}
.banner {
	width: 100%;
	position: relative;
	max-height: 540px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.banner img {
	margin-left: -9999px;
	}
img.aligncenter {
	display: block;
	margin: 12px auto 12px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 12px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 12px 0px 12px 24px;
	display: inline;
	}
img.alignleft {
	display: inline;
	padding: 0px;
	margin: 12px 24px 12px 0px;
	}
.aligncenter {
	display: block;
	margin: 12px auto 12px;
	}
.alignright {
	float: right;
	margin: 12px 0px 12px 24px;
	}
.alignleft {
	float: left;
	margin: 12px 24px 12px 0px;
	}
.wp-caption {
	background: #f4f4f4;
	background: rgba(0, 0, 0, 0.04);
	max-width: 96%;
	text-align: center;
	padding: 12px;
	margin-bottom: 12px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.wp-caption img {
	padding: 0px;
	}
.wp-caption img[class*="wp-image-"] {
	display: block;
	width: 100%;
	}
.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.8;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	}
	
/************************************************
*	13.	Sidebar		 	       			     	* 
************************************************/

.sidebar {
	background: #FFFFFF;
	font-size: 0.9em;
	margin: 48px 0px;
	padding: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
	
/************************************************
*	14.	Widgets									*
************************************************/

.widget {
	margin: 0px;
	padding: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
.widget:last-child {
	border-bottom: none;
	}
.widget ul {
	margin: 0px;
	padding: 0px;
	}
.widget ul li {
	display: block;
	background: none;
	line-height: 2;
	margin: 8px 0px;
	padding: 0px;
	overflow: hidden;
	}
.widget ul li a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
.widget ul li a:hover {
	text-decoration: none;
	}
.widget ul ul {
	margin: 0px;
	}
.textwidget p {
	margin: 0px;
	padding: 8px 0px;
	}
.tagcloud {
	line-height: 1.2;
	}
.tagcloud a {
	font-weight: normal;
	}
	
/************************************************
*	15.	Custom Menu Widget						*
************************************************/

.sidebar ul.menu {
	float: none;
	background: none;
	width: 100%;
	}
.sidebar ul.menu .current_page_item a, 
.sidebar ul.menu .current-menu-item a {
	background-color: none;
	color: #33ccff;
	border: none;
	}
.sidebar ul.menu li a, 
.sidebar ul.menu li a:link {
	display: block;
	background: none;
	color: #000000;
	height: auto;
	text-align: left;
	text-shadow: none;
	letter-spacing: 0px;
	line-height: 1.8;
	margin: 0px;
	padding: 4px 0px;
	border: none;
	}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li a:active,
.sidebar ul.menu li a:focus {
	color: #99cc33;
	margin: 0px;
	padding: 4px 0px;
	}
.sidebar ul.menu li {
	float: none;
	display: block;
	background: none !important;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.sidebar ul.menu li ul.sub-menu {
	background: none;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 9;
	}
.sidebar ul.menu li span {
	display: none;
	}
.sidebar ul.menu li ul.sub-menu span {
	display: none;
	}
.sidebar ul.menu li ul.sub-menu li ul.sub-menu {
	display: none;
	}

/************************************************
*	16.	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar #today {
	background: #f4f4f4;
	background: rgba(0, 0, 0, 0.08);
	color: #000000;
	font-weight: bold;
	}
#wp-calendar a {
	margin: 0px;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 0px;
	text-align: left;
	padding-left: 12px;
	}
#wp-calendar #next a {
	float: right;
	margin: 0px;
	text-align: right;
	padding-right: 12px;
	}
	
/************************************************
*	17.	Recent Comments							*
************************************************/

#recentcomments li {
	display: block !important;
	padding: 4px 0px;
	}
#recentcomments .recentcomments a {
	background: none;
	}
	
/************************************************
*	18.	RSS Widget								*
************************************************/

.widget h6 a.rsswidget {
	display: inline;
	}
.widget a.rsswidget {
	display: block;
	}
.widget .rss-date {
	display: block;
	font-size: 0.8em;
	margin-bottom: 12px;
	}
	
/************************************************
*	19.	Search Form								*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#searchform #s,
#searchform .search-field {
	float: left;
	background: #F9F9F9;
	color: #999999;
	width: 68%;
	height: 36px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px !important;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
.sidebar .widget_search {
	background: none;
	overflow: hidden;
	}
.sidebar #searchsubmit {
	float: right;
	width: 20%;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 32px;
	height: 36px;
	margin: 0px 0px 0px 2.8%;
	padding: 0px 12px;
	cursor: pointer;
	}
	
/************************************************
*	20.	Footer  								*
************************************************/

#footer {
	background: #222222;
	margin: 0px;
	padding: 48px 0px;
	}
#footer a {
	color: #666666;
	}
#footer a:hover {
	color: #FFFFFF;
	}
.footer {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 12px 0px;
	}
.footer p {
	font-size: 0.85em;
	color: #999999;
	font-weight: normal;
	line-height: 2;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	21.	Buttons  								*
************************************************/

.btn, a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button {
	display: inline-block;
	position: relative;
	top: -2px;
	background-color: #f9f9f9;
	color: #666666 !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin: 12px 0px;
	padding: 6px 18px;
	border-radius: 3px;
	border: none;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	}
.btn:hover, a.button:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, .more-link:hover,
#submit:hover, #comments #respond input#submit:hover, .container .gform_wrapper input.button:hover {
	top: 0px;
	background-color: #de6540;
	color: #FFFFFF !important;
	text-decoration: none;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, .15);
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	cursor: pointer;
	}
a.more-link {
	margin: 24px 0px 0px 0px;
	}
	
/************************************************
*	22.	Comments								*
************************************************/

#author, #email, #url {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}
#comment {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}
#comments {
	background: rgba(0, 0, 05, .03);
	margin-top: 24px;
	padding: 12px 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#comments-title {
	font-size: 2em;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 8px 0px;
	}
#reply-title {
	margin: 0px;
	padding: 0px;
	}
.commentlist li .avatar {
	float: right;
	background: #FFFFFF;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid rgba(0, 0, 0, .12);
	}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
.commentlist li ul li {
	padding-left: 24px;
	}
.commentlist li ul li:last-child {
	border-bottom: none;
	}
.commentlist p {
	margin: 10px 0px;
	padding: 0px;
	}
.comment {
	padding: 18px 0px;
	}
#commentform {
	margin: 5px 0px 0px 0px;
	}
#commentform textarea {
	width: 96% !important;
	padding: 2%;
	}
.commentlist li #respond {
	border-top: 1px solid rgba(0, 0, 0, .12);
	}
#respond {
	padding-top: 12px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#cancel-comment-reply-link {
	display: block;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
	}
.form-submit #submit {
	font-size: 1em;
	line-height: 1.8;
	}
p.logged-in-as {
	margin-top: -6px;
	}
.comment-edit-link {
	float: right;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1;
	margin-top: -18px;
	padding: 0px;
	}
.reply {
	margin: 0px;
	padding: 6px 0px;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.form-allowed-tags {
	display: none;
	}
.thread-alt, .thread-even {
	margin: 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	23. Forms									*
************************************************/

/* Gravity Forms */

.container .ginput_complex .ginput_right br,
.container .gform_footer br {
	display: none;
	}
.container .ginput_full {
	display: block;
	overflow: hidden;
	}
.container .ginput_full input {
	width: 95% !important;
	}
.container .ginput_left,
.container .ginput_right {
	float: left;
	width: 50%;
	}
.container .ginput_left input,
.container .ginput_right input {
	width: 90% !important;
	}
.container .gform_wrapper select {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1em;
	}
.container .gform_footer.top_label {
	padding-top: 0px;
	}
.container .gform_wrapper .gfield_checkbox li input[type="checkbox"], 
.container .gform_wrapper .gfield_radio li input[type="radio"], 
.container .gform_wrapper .gfield_checkbox li input {
	margin-top: 6px;
	}
	
/* General Form Styles */

.container form {
	display: block;
	}
.container form div {
	display: block;
	margin-bottom: 8px;
	overflow: hidden;
	}
.container form span {
	margin-bottom: 8px;
	overflow: hidden;
	}
.container form span.required {
	display: inline;
	}
.container form li,
.container form ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.container form legend {
	font-weight: bold;
	padding-top: 10px;
	}
.container form label {
	margin-top: 6px;
	}
.container form li > label {
	font-weight: bold;
	}
.container form li li > label {
	font-weight: normal;
	}
.container form span label {
	font-size: 0.8em;
	}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'],
.container form textarea {
	display: block;
	background: #ffffff;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	margin: 4px 12px 4px 0px;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'] {
	width: 40%;
	}
.container form textarea {
	width: 96%;
	}
.container form input[type='checkbox'],
.container form input[type='radio'] {
	margin-left: 0px;
	margin-right: 6px;
	}
.container form input[type='submit'] {
	font-size: 1em;
	margin-top: 0px;
	}
.container form .form-submit {
	padding: 8px 0px;
	}
select {
	display: block;
	background: #ffffff;
	max-width: 98%;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	margin: 4px 12px 4px 0px;
	padding: 8px 4px !important;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}

/************************************************
*	24.	CSS3 Styles								*
************************************************/

a, a:link {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
#submit, #searchsubmit {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
.shadow {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	}
.radius-full {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.radius-top {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	}
.radius-bottom {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
@keyframes "spin" {
	 from {
	    -webkit-transform: rotate(0deg);
	   	-moz-transform: rotate(0deg);
	   	-o-transform: rotate(0deg);
	   	-ms-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	    -webkit-transform: rotate(359deg);
	   	-moz-transform: rotate(359deg);
	   	-o-transform: rotate(359deg);
	   	-ms-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-moz-keyframes spin {
	 from {
	   	-moz-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-moz-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-webkit-keyframes "spin" {
	 from {
	   	-webkit-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-webkit-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-ms-keyframes "spin" {
	 from {
	   	-ms-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-ms-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-o-keyframes "spin" {
	 from {
	  	 -o-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-o-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
	
/************************************************
*	25. Tables		 							*
************************************************/

table {
	background: #FFFFFF;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
.widget table {
	margin: 0px;
	}
table thead,
table tfoot {
	border: 1px solid #E4E4E4;
	}
table thead th,
table tfoot td {
	border: none;
	}
table th {
	background: #EEEEEE;
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 8px 4px;
	border: 1px solid #E4E4E4;
	}
table td {
	padding: 5px 2px;
	margin: 0px;
	border: 1px solid #E4E4E4;
	}
	
/************************************************
*	26.	Grid	 					     	    * 
************************************************/

#wrap { 
	padding: 0px;
	}
.container { 
	background: #F4F4F4;
	margin: 0px auto 0px;
	padding: 0px 24px;
	}
.container.home { 
	background: #FFFFFF;
	padding: 0px;
	}
.row { 
	width: 100%; 
	max-width: 1024px; 
	min-width: 727px; 
	margin: 0 auto; 
	}
	/* To fix the grid into a certain size, set max-width to width */
.row .row { 
	min-width: 0; 
	}
.column, .columns { 
	margin-left: 4.4%; 
	float: left; 
	min-height: 1px; 
	position: relative; 
	}
.column:first-child, .columns:first-child { 
	margin-left: 0; 
	}
[class*="column"] + [class*="column"]:last-child { 
	float: right; 
	}
	
.row .single 	{ width: 100%; }
.row .half 		{ width: 49.9%; }
.row .third 	{ width: 33.3%; }
.row .fourth 	{ width: 25%; }

.row .one 		{ width: 4.3%; }
.row .two 		{ width: 13%; }
.row .three 	{ width: 21.679%; }
.row .four 		{ width: 30.37%; }
.row .five 		{ width: 39.1%; }
.row .six 		{ width: 47.8%; }
.row .seven 	{ width: 56.5%; }
.row .eight 	{ width: 65.2%; }
.row .nine 		{ width: 73.9%; }
.row .ten 		{ width: 82.6%; }
.row .eleven 	{ width: 91.3%; }
.row .twelve 	{ width: 100%; }

.row .centered { float: none; margin: 0 auto; }
 
/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }