/********************************************************************************************************************

	Theme Name: Fresh
	Theme URI: http://www.organicthemes.com/themes/fresh-theme/
	Description: A beautifully minimal WordPress blogging theme.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Version: 3.2.1
	Tags: art, artwork, blog, design, photoblogging, photography, portfolio, clean, contemporary, elegant, light, minimal, modern, professional, simple, gray, white, one-column, two-columns, three-columns, right-sidebar, fluid-layout, responsive-width, custom-background, custom-header, custom-menu, featured-images, featured-image-header, flexible-header, full-width-template, theme-options, translation-ready, infinite-scroll, post-slider, sticky-post
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 1. 	Global
	 2.	Hyperlinks		
	 3.	Headings
	 4.	Header
	 5.	Navigation
	 6.	Slideshow
	 7. 	Buttons
	 8.	Content
	 9.	Social Buttons
	10.	Post Formats
	11.	WordPress Gallery
	12.	Images
	13.	Numbered Pagination
	14.	Widgets
	15.	Custom Menu Widget
	16.	Calendar Widget
	17.	RSS Widget
	18. 	Profile Widget
	19.	Search Form
	20. 	Footer
	21.	Comments
	22. 	WooCommerce
	23. 	Tables
	24.	Forms
	25. 	CSS3 Styles
	26. 	Grid
	  
*******************************************************************************************************************/

body {
	background: #f4f4f4;
	color: #666666;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.8;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	1.	Global									*
************************************************/

p {
	padding: 12px 0px;
	margin: 0px;
	}
p:empty {
	display: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}	
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
ol, ul {
	list-style: none;
	margin: 12px 0px;
	padding: 0px;
	}
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: 'Roboto Slab', Georgia, Times, serif;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.4;
	margin: 20px 0px;
	padding: 20px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
code, pre {
	color: #666666;
	background: #F9F9F9;
	font-family: Courier, Verdana, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.4;
	margin: 12px 0px;
	padding: 6px 8px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	}
code {
	display: inline;
	white-space: normal;
	}
pre {
	display: block;
	}
pre code {
	padding: 0px;
	border: none;
	border-radius: 0px;
	}
img {
	-ms-interpolation-mode: bicubic;
	}
img, object, embed {
	height: auto;
	max-width: 100%;
	margin: 0px auto 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.text-left { 
	text-align: left; 
	}
.text-right { 
	text-align: right; 
	}
.text-center { 
	text-align: center; 
	}
.align-center {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.align-left {
	float: left;
	text-align: left;
	}
.align-right {
	float: right;
	text-align: right;
	}
	
/************************************************
*	2.	Hyperlinks								*
************************************************/

a {
	color: #33cc66;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #339966;
	text-decoration: underline;
	outline: none;
	}
a img {
	border: none;
	}

/************************************************
*	3.	Headings  								*
************************************************/

h1 {
	color: #333333;
	font-size: 1.8em;
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h2 {
	color: #333333;
	font-size: 1.7em;
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h3 {
	color: #333333;
	font-size: 1.6em;
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h4 {
	color: #333333;
	font-size: 1.4em;
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h5 {
	color: #333333;
	font-size: 1.2em;
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-style: normal;
	padding: 4px 0px 4px 0px;
	margin: 4px 0px 4px 0px;
	}
h6 {
	color: #333333;
	font-size: 1.1em;
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-style: normal;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px 6px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000000;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #339966;
	text-decoration: none;
	border: none;
	}
.title {
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
	}
.headline,
.page-title {
	font-size: 2.2em;
	font-family: 'Roboto Slab'; 'Montserrat';
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	4.	Header  								*
************************************************/

#header {
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 36px;
	padding: 0px;
	}
#header #logo {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	line-height: 0;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	z-index: 8;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
#header #logo img {
	max-height: 140px;
	}
#header #logo .logo-text {
	float: left;
	text-indent: -999em;
	}
#header #masthead {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding: 0px;
	z-index: 8;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
#header .site-title {
	display: block;
	font-family: 'Lily Script One';
	font-size: 4.6em;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.2;
	padding: 0px;
	margin: 0px;
	}
#header .site-title a {
	color: #ffffff;
	color: rgba(255, 255, 255, .8);
	}
#header .site-title a:hover {
	color: #ffffff;
	}
#header .site-description {
	display: block;
	color: #999999;
	color: rgba(255, 255, 255, .6);
	font-family: 'Helvetica Neue';
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#custom-header {
	display: block;
	position: relative;
	min-height: 150px;
	background-color: #121212;
	background-position: center 40px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: -40px 0px 0px 0px;
	padding: 0px;
	box-shadow: inset 0px 0px 24px rgba(0, 0, 0, .6);
	}
#custom-header.non-active {
	background: #33ba7e;
	box-shadow: none;
	}
	
/************************************************
*	5.	Navigation     							*
************************************************/

#navigation {
	display: block;
	background: #222222;
	color: #666666;
	width: 100%;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px auto 0px;
	padding: 0px;
	position: fixed;
	top: 0;
	z-index: 9;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
	}
.logged-in.admin-bar #navigation {
	margin-top: 28px;
	}
.menu-toggle {
	display: none;
	cursor: pointer;
	}
.main-small-navigation ul.mobile-menu {
	display: none;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 160px; /* left offset of submenus need to match (see below) */
	}
.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 {
	float: left;
	display: inline-block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 40px; /* 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: 160px; /* 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: 160px; /* 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 {
	background: #000000;
	color: #FFFFFF;
	}
#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 {
	background: #000000;
	color: #FFFFFF;
	}
#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 {
	background: #222222;
	color: #888888;
	}
#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 {
	background: #000000;
	color: #FFFFFF;
	}
#navigation .menu .current_page_item .sub-menu a,
#navigation .menu .current_page_ancestor .sub-menu a,
#navigation .menu .current-menu-item .sub-menu a,
#navigation .menu .current-cat .sub-menu a {
	background: #222222;
	color: #888888;
	}
#navigation .menu .current_page_item .sub-menu a:hover,
#navigation .menu .current_page_ancestor .sub-menu a:hover,
#navigation .menu .current-menu-item .sub-menu a:hover,
#navigation .menu .current-cat .sub-menu a:hover {
	background: #000000;
	color: #FFFFFF;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a {
	color: #888888;
	background: #242424;
	line-height: 40px;
	text-decoration: none;
	letter-spacing: 0.1px;
	margin: 0px;
	padding: 0px 12px;
	}
.menu li li a {
	display: block;
	color: #888888;
	background: #222222;
	margin: 0px;
	padding: 0px 10px;
	line-height: 36px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	letter-spacing: 0px;
	}
.menu li {
	background: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #121212;
	}
.menu li:last-child {
	border-right: 1px solid #121212;
	}
.menu li li, .menu li li li {
	background: none;
	margin: 0px;
	padding: 0px;
	border-left: none;
	border-right: none;
	}
.menu li li:last-child {
	border-right: none;
	}
.menu li:hover, .menu li.sfHover {
	margin: 0px;
	padding: 0px;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	background: #000000;
	color: #FFFFFF;
	outline: 0;
	}
.menu li li:hover, .menu li li.sfHover {
	margin: 0px;
	padding: 0px;
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:	#000000;
	color: #FFFFFF;
	border: none;
	outline: 0;
	}
	
/*** ARROWS **/
.sf-arrows .sf-with-ul {
	padding-right: 2em;
	}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -1px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 3px solid transparent;
	border-top-color: #DDDDDD; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255, 255, 255, .5);
	}
.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: white; /* 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: #DDDDDD; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255, 255, 255, .5);
	}
.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: white;
	}
	
/************************************************
*	6.	Slideshow 							    *
************************************************/

.slideshow {
	float: left;
	display: inline;
	background: #000000;
	width: 100%;
	height: 100%;
	margin-bottom: 24px;
	padding: 0px;
	border-radius: 2px;
	}
.slideshow.gallery-slideshow {
	float: none;
	display: block;
	margin: 0px;
	border-radius: 2px 2px 0px 0px;
	}
.slideshow ul, .slideshow li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.slideshow .title {
	font-size: 1.1em;
	line-height: 1.6;
	margin: 0px;
	padding: 2px 4px;
	}
.slideshow .title a {
	color: #999999;
	}
.slideshow .title a:hover {
	color: #FFFFFF;
	}
.slideshow .feature-img img, 
.slideshow .feature-vid {
	margin: 0px;
	}
.slideshow .loading {
	background: #000000;
	min-height: 380px;
	border-radius: 2px;
	}
.slideshow .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-bottom: 3px solid rgba(255, 255, 255, 0.6);
	border-left: 3px solid rgba(255, 255, 255, 0.6);
	border-right: 3px solid rgba(255, 255, 255, 0.2);
	border-top: 3px solid rgba(255, 255, 255, 0.2);
	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;
	}
.slide-info {
	margin-top: 12px;
	}
.flexslider {
	margin: 0; 
	padding: 12px;
	position: relative;
	overflow: hidden;
	}
.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: "\0020"; 
	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 .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 {
	background: rgba(0,0,0,.3); 
	color: #FFFFFF;
	width: 96%; 
	padding: 2%; 
	margin: 0; 
	position: absolute; 
	left: 0;
	bottom: 0;  
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3); 
	}

/* Direction Nav */
.flex-direction-nav { 
	height: 0;
	}
.flex-direction-nav li a {
	width: 36px; 
	height: 36px;
	line-height: 36px;
	margin: -18px 0px 0px 0px; 
	display: block;  
	opacity: 0.2;
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	overflow: visible;
	z-index: 8;
	}
.flex-direction-nav .flex-next {
	background: #000000;
	right: 24px;
	text-align: center;
	border-radius: 50%
	}
.flex-direction-nav .flex-prev {
	background: #000000;
	left: 24px;
	text-align: center;
	border-radius: 50%;
	}
.flex-direction-nav .flex-next i,
.flex-direction-nav .flex-prev i {
	color: #999999;
	}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	background-color: #33cc66;
	text-decoration: none !important;
	}
.flex-direction-nav .flex-prev:hover i,
.flex-direction-nav .flex-next:hover i {
	color: #FFFFFF;
	}
.flex-direction-nav a.flex-disabled {
	opacity: 0 !important;
	}

/* Control Nav */
.flex-control-nav {
	display: none;
	width: 100%; 
	position: absolute; 
	bottom: 130px; 
	text-align: center;
	z-index: 9;
	}
.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 {
	width: 8px; 
	height: 8px; 
	display: block; 
	background: #CCCCCC; 
	cursor: pointer; 
	text-indent: -999em;
	border-radius: 4px;
	}
.flex-control-nav li a:hover {
	background: #666666;
	}
.flex-control-nav li a.flex-active {
	background: #333333; 
	cursor: default;
	}
	
/************************************************
*	7.	Buttons  								*
************************************************/

.btn, .reply a, #searchsubmit, #prevLink a, #nextLink a,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button {
	display: inline-block;
	background: #000000;
	color: #CCCCCC;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
	line-height: 2;
	text-shadow: none;
	margin: 12px 0px;
	padding: 4px 12px;
	cursor: pointer;
	border-radius: 2px;
	border: none;
	-webkit-appearance: none;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
.btn:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, 
#submit:hover, #comments #respond input#submit:hover, .container .gform_wrapper input.button:hover {
	color: #FFFFFF;
	background: #33cc66;
	text-decoration: none;
	border: none;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
	
/************************************************
*	8.	Content	 					  		    * 
************************************************/

.callout-text {
	display: block;
	background: #e4e4e4;
	background: rgba(0, 0, 0, 0.08);
	text-align: center;
	padding: 36px 0px;
	}
.callout-text h2 {
	color: #333333;
	color: rgba(0, 0, 0, 0.7);
	font-family: 'Montserrat';
	font-size: 2.8em;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: -6px 0px 0px 0px;
	padding: 0px;
	}
.callout-text h4 {
	color: #999999;
	color: rgba(0, 0, 0, 0.3);
	font-size: 1.6em;
	line-height: 1.4;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	}
.single-content, .main-blog .type-post,
.archive-result, .post-comments, .error-404 {
	background: #FFFFFF;
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0px 0px 24px 0px;
	padding: 0px;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	}
.single-content .headline {
	padding-bottom: 12px;
	}
.article {
	padding: 36px;
	position: relative;
	overflow: hidden;
	}
.article h2:first-child + p,
.article h2:first-child + div + p {
	padding-top: 24px;
	}
.article h2:first-child + div {
	margin-top: 24px;
	}
.post-column {
	float: left;
	width: 70px;
	position: absolute;
	left: -70px;
	margin-top: 30px;
	}
.post-meta {
	display: inline-block;
	width: 100%;
	font-size: 0.8em;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 12px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	}
.post-meta .align-left, 
.post-meta .align-right {
	width: 50%;
	}
.post-meta p {
	padding: 0px;
	}
.archive-result .post-meta {
	display: block;
	background: #f9f9f9;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 12px 18px;
	border-bottom: none;
	overflow: hidden;
	}
.date-box {
	min-width: 70px;
	margin-bottom: 12px;
	padding: 0px;
	}
.date-box .post-date {
	background: #000000;
	color: #CCCCCC;
	font-size: 0.8em;
	text-align: center;
	padding: 6px 0px;
	border-radius: 2px 0px 0px 0px;
	}
.date-box .post-date i {
	color: #888888;
	font-size: 14px;
	margin-right: 2px;
	}
.date-box .format-icon {
	background: #ffffff;
	padding: 0px;
	border-radius: 0px 0px 0px 2px;
	}
.date-box .format-icon i {
	color: #cccccc;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 12px 0px;
	}
.archive-column {
	float: left;
	width: 30%;
	font-size: 0.9em;
	margin: 0px;
	padding-right: 5%;
	}
.archive-column.last {
	padding-right: 0;
	}
.author-column {
	float: right;
	width: 80%;
	margin-top: 20px;
	padding-left: 4%;
	border-left: 1px solid rgba(0,0,0, .08);
	}
.author-avatar {
	float: left;
	display: block;
	width: 10%;
	margin-top: 24px;
	padding-right: 5.6%;
	}
.author-avatar .avatar {
	display: block;
	background: #000000;
	margin: 0px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	}
.more-link {
	display: block;
	color: #33cc66;
	margin-top: 12px;
	text-decoration: underline;
	}
.more-link:hover {
	text-decoration: none;
	}
.wp-audio-shortcode {
	margin: 12px 0px;
	}
.sticky {
	position: relative;
	}
.bypostauthor {
	}
	
/************************************************
*	9.	Social Buttons 				     	    * 
************************************************/

.social-icons {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.social-icons div {
	float: right;
	list-style: none;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #121212;
	}
.social-icons div:first-child {
	border-right: 1px solid #121212;
	}
.social-icons a {
	display: block;
	font-size: 14px;
	text-align: center;
	min-width: 36px;
	padding: 0px;
	}
.social-icons a i {
	color: #999999;
	}
.social-icons a:hover {
	background: #000000;
	}
.social-icons a:hover i {
	color: #ffffff;
	}
.social {
	display: block;
	margin: 0px;
	}
ul.social {
	background: #FFFFFF;
	text-align: center;
	padding: 6px 0px 0px 0px;
	border-right: 1px solid #EEEEEE;
	border-radius: 2px 0px 0px 2px;
	}
ul.social li {
	list-style: none;
	display: block;
	text-align: center;
	margin: 4px;
	padding: 0px;
	}
.like-btn, .plus-btn, .tweet-btn, .pin-btn {
	float: none;
	display: block;
	margin-bottom: 6px;
	padding: 0px;
	overflow: hidden;
	}
.like-btn iframe {
	max-width: none;
	}
ul.social.small {
	display: block;
	height: 22px;
	margin: 12px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	border-top: 1px solid #eeeeee;
	border-right: none;
	}
.like-btn.small, 
.plus-btn.small, 
.tweet-btn.small, 
.pin-btn.small  {
	float: left;
	display: inline-block;
	text-align: left;
	line-height: 0;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	}
.tweet-btn.small {
	width: 90px;
	}
.like-btn.small {
	width: 92px;
	}
.plus-btn.small {
	width: 72px;
	}
.pin-btn.small {
	width: 54px;
	}
	
/************************************************
*	10.	Post Formats 				     	    * 
************************************************/

.blog-page .info-holder {
	position: relative;
	z-index: 8;
	}
.blog-page .format-standard .post-meta {
	display: block;
	background: #f9f9f9;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 12px 18px;
	border-bottom: none;
	overflow: hidden;
	}
.blog-page .format-quote {
	background: #000000;
	}
.blog-page .format-quote .quote-text {
	color: #999999;
	font-family: 'Roboto Slab', Georgia, Times, serif;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.4;
	}
.blog-page .format-quote .quote-author {
	color: #666666;
	font-style: italic;
	}
.blog-page .format-quote .quote-author:before {
	content: '— ';
	}
.blog-page .format-quote .background-icon {
	font-size: 140px;
	position: absolute;
	top: -70px;
	right: -10px;
	z-index: 1;
	}
.blog-page .format-quote .background-icon i {
	color: #242424;
	color: rgba(255, 255, 255, .12);
	}
.blog-page .format-status .article {
	background: #fcffe0;
	font-size: 1.2em;
	}
.blog-page .format-status .background-icon {
	font-size: 280px;
	position: absolute;
	top: -240px;
	right: -80px;
	z-index: 1;
	}
.blog-page .format-status .background-icon i {
	color: #ffffff;
	color: rgba(0, 0, 0, .03);
	}
.blog-page .format-link .headline {
	background: #000000;
	padding: 24px 30px;
	border-radius: 2px 2px 0px 0px;
	}
.blog-page .format-link .headline a {
	color: #999999;
	}
.blog-page .format-link .headline a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
.blog-page .format-image .feature-img,
.blog-page .format-image .feature-vid {
	display: block;
	background: #000000;
	line-height: 1;
	margin: 0px;
	padding: 12px 12px 0px 12px;
	border-radius: 2px 2px 0px 0px;
	}
.blog-page .format-image .caption {
	display: block;
	background: #000000;
	color: #FFFFFF;
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0px;
	padding: 12px 0px;
	border-radius: 0px 0px 2px 2px;
	}
.blog-page .format-image .caption span {
	padding: 0px 18px;
	}
.blog-page .format-image .feature-img img,
.blog-page .format-image .feature-vid,
.blog-page .format-video .feature-img img,
.blog-page .format-video .feature-vid {
	margin: 0px auto 0px;
	}
.blog-page .format-gallery .slideshow,
.type-page .slideshow {
	float: none;
	display: block;
	margin-bottom: 0px;
	}
	
/************************************************
*	11.	WordPress Gallery					    *
************************************************/

.gallery-caption {
	font-size: 0.8em;
	padding: 0px 10px;
	}
.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: #F4F4F4;
	padding: 6px;
	border: 1px solid #DDDDDD;
	transition: background .25s;
	-moz-transition: background .25s;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
	}
.gallery a:hover {
	background: #33cc66;
	}
.gallery img {
	border: none !important;
	}
.gallery-caption {
	font-size: .9em;
	padding: 0px 10px;
	}

/************************************************
*	12.	Images  					     	    * 
************************************************/

img.hide-img {
	margin-left: -999em;
	padding: 0px;
	}
img.centered {
	display: block;
	margin: 6px auto 6px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 6px 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 {
	margin: 6px auto 6px;
	}
.alignright {
	float: right;
	margin: 6px 0px 6px 24px;
	}
.alignleft {
	float: left;
	margin: 6px 24px 6px 0px;
	}
.wp-caption {
	background: #f9f9f9;
	max-width: 100%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 8px 6px;
	border: 1px solid rgba(0,0,0, .08);
	}
.wp-caption img {
	max-width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	}
.wp-caption p.wp-caption-text {
	display: inline;
	font-size: 0.85em;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	}
.feature-img,
.feature-vid {
	display: block;
	text-align: center;
	line-height: 0;
	margin: 0px;
	overflow: hidden;
	}
.feature-img {
	border-radius: 2px 2px 0px 0px;
	}
.feature-img img {
	display: block;
	}
.feature-img.banner-post {
	background: #000000;
	padding: 12px;
	border-radius: 2px 2px 0px 0px;
	}
.feature-img.banner-page {
	background: #000000;
	padding: 0px;
	}
.feature-img.banner-post img,
.feature-img.banner-page img {
	display: block;
	text-align: center;
	margin: 0px auto 0px;
	}
.article .feature-img,
.article .feature-vid {
	margin: 24px 0px 12px 0px;
	border-radius: 0px;
	}
.avatar {
	background: #000000;
	margin-right: 20px;
	padding: 6px;
	border-radius: 2px;
	}
i.fa {
	color: #cccccc;
	}
	
/************************************************
*	13.	Numbered Pagination 			     	* 
************************************************/

.pagination {
	float: left;
	display: block;
	width: 100%;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin: 0px;
	padding: 12px 0px;
	position: relative;
	z-index: 8;
	}
.pagination .page-numbers {
	display: inline-block;
	background: #F9F9F9;  
	color: #666666; 
	min-height: 24px;
	min-width: 24px;
	text-decoration: none;
	margin: 0px 2px;
	padding: 0px;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	background: #EEEEEE;
	min-height: 24px;
	min-width: 24px;
	line-height: 24px;
	padding: 0px; 
	border-radius: 2px;
	}
.pagination .page-numbers.current {
	display: inline-block;
	background: #EEEEEE;  
	min-height: 24px;
	min-width: 24px;
	line-height: 24px; 
	padding: 0px;
	border-radius: 2px;
	}
.post-navigation {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.previous-post {
	float: left;
	font-size: 0.9em;
	}
.next-post {
	float: right;
	font-size: 0.9em;
	}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
	}
.page-links .link-label {
	color: #000000;
	font-weight: bold;
	margin-left: 0px;
	}
.page-links span {
	margin: 0px 3px;
	}
	
/************************************************
*	14.	Widgets									*
************************************************/

.widget {
	background: #ffffff;
	margin-bottom: 24px;
	padding: 24px;
	overflow: hidden;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	border-radius: 2px;
	}
.widget ul, .widget li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.widget li {
	display: block;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	border-top: 1px solid rgba(0,0,0, .08);
	}
.widget li:last-child {
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(0,0,0, .08);
	}
.widget li li {
	padding-left: 12px;
	}
.widget li li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	}
.widget li a {
	margin: 0px;
	padding: 0px;
	}
.textwidget {
	margin: 0px;
	padding: 0px;
	}
.textwidget p {
	padding: 8px 0px !important;
	}
.tagcloud {
	line-height: 1.2;
	margin-top: 12px;
	}
.widget_search .title {
	margin-bottom: 12px;
	}
.widget_archive ul li a:before, 
.widget_categories ul li a:before, 
.widget_pages ul li a:before, 
.widget_meta ul li a:before,
.widget_recent_entries ul li a:before {
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #cccccc;
	content: '';
	margin-right: 6px;
	}
	
/************************************************
*	15.	Custom Menu Widget						*
************************************************/

.widget ul.menu {
	float: none;
	text-align: left;
	}
.widget ul.menu .current_page_item a, 
.widget ul.menu .current-menu-item a {
	color: #339966;
	background: none;
	}
.widget ul.menu li a {
	display: block;
	background: none;
	color: #33cc66;
	height: auto;
	font-size: 1em;
	text-transform: none;
	text-shadow: none;
	line-height: 2;
	margin: 0px;
	padding: 0px;
	}
.widget ul.menu li a:hover {
	color: #339966;
	background: none;
	text-decoration: underline;
	}
.widget ul.menu li {
	float: none;
	display: block;
	background: none !important;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	border-left: none;
	}
.widget ul.menu li:last-child {
	padding-bottom: 6px;
	border-right: none;
	}
.widget ul.menu li span {
	top: 1px;
	right: 0px;
	}
.widget ul.menu li ul.sub-menu {
	background: none !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: static;
	z-index: 9;
	box-shadow: none;
	}
.widget ul.menu li ul.sub-menu span {
	display: none;
	}
.widget ul.menu li ul.sub-menu li a {
	padding-left: 12px;
	}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	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, .08);
	color: #000000;
	font-weight: bold;
	}
#wp-calendar a {
	margin: 0px;
	}
#wp-calendar caption {
	background: #242424;
	color: #999999;
	font-size: 16px;
	margin-top: 12px;
	padding: 6px 0px;
	}
#wp-calendar caption:before {
	font-family: 'FontAwesome';
	color: #666666;
	content: '';
	margin-right: 8px;
	}
#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.	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;
	}
	
/************************************************
*	18.	Profile Widget							*
************************************************/

.widget.fresh-profile-widget {
	padding: 0px;
	}
.fresh-profile-widget .title {
	padding: 12px 24px;
	}
.fresh-profile-widget .profile-pic {
	display: none;
	}
.fresh-profile-widget .profile-widget-img {
	display: block;
	line-height: 0;
	margin: 0px;
	}
.fresh-profile-widget .profile-widget-bio {
	padding: 24px;
	}
.fresh-profile-widget .profile-widget-social {
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, .08);
	}
.fresh-profile-widget .profile-widget-social li {
	display: inline-block;
	margin: 12px 4px;
	padding: 0px;
	border: none !important;
	}
.fresh-profile-widget .profile-widget-social li a {
	display: block;
	background: #f9f9f9;
	min-height: 32px;
	min-width: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	border-radius: 16px;
	}
.fresh-profile-widget .profile-widget-social li a:hover {
	background: #000000;
	}
.fresh-profile-widget .profile-widget-social li a i {
	color: #999999;
	}
.fresh-profile-widget .profile-widget-social li a:hover i {
	color: #ffffff;
	}

/************************************************
*	19.	Search Form								*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#searchform .search-field,
#searchform #s {
	float: left;
	background: #F9F9F9;
	color: #999999;
	width: 64%;
	height: 36px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 1em;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 3% !important;
	border: 1px inset rgba(0, 0, 0, .08);
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
#searchsubmit {
	float: right;
	width: 20%;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	text-align: center;
	line-height: 32px;
	height: 36px;
	margin: 0px 0px 0px 2%;
	padding: 0px 3%;
	cursor: pointer;
	}
	
/************************************************
*	20.	Footer  								*
************************************************/

#footer {
	color: #666666;
	height: 60px;
	margin: 0px;
	padding-top: 20px;
	overflow: hidden;
	}
#footer .columns, 
#footer .column {
	background: #000000;
	height: 60px;
	border-radius: 2px 2px 0px 0px;
	}
#footer .one.column {
	width: 7.6%;
	margin-left: 1%;
	}
#footer .copyright {
	display: block;
	padding: 12px 24px;
	overflow: hidden;
	}
#footer .footer-logo {
	display: block;
	padding-top: 6px;
	}
#footer p {
	font-size: 0.8em;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	}
#footer a {
	color: #999999;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
#back-top {
	height: 60px;
	text-align: center;
	margin: 0 auto 0;
	padding: 0px;
	}
#back-top p {
	font-size: 1em;
	}
#back-top i {
	display: block;
	color: #666666;
	font-size: 24px;
	position: relative;
	bottom: -6px;
	}
#back-top a {
	text-decoration: none !important;
	}
#back-top a:hover i {
	color: #ffffff;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
	
/************************************************
*	21.	Comments								*
************************************************/

#author, #email, #url {
	display: block;
	background: #F9F9F9;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	margin: 4px 20px 4px 0px;
	padding: 8px;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
#comment {
	background: #F9F9F9;
	width: 97.2%;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	margin: 6px 0px;
	padding: 8px;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
#comments {
	margin: 0px;
	padding: 0px;
	}
#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: #000000;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	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, .08);
	}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	}
.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;
	overflow: hidden;
	}
#commentform {
	margin: 5px 0px 0px 0px;
	}
#commentform #submit {
	font-size: 1em;
	padding: 6px 12px !important;
	}
#commentform textarea {
	width: 96% !important;
	padding: 2% !important;
	}
.commentlist li #respond {
	border-top: 1px solid rgba(0, 0, 0, .08);
	}
#respond {
	padding-top: 20px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#cancel-comment-reply-link {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
	}
.form-submit #submit {
	margin-top: 0px !important;
	}
p.logged-in-as {
	margin-top: -6px;
	}
.nocomments {
	display: none;
	}
.edit-link {
	float: right;
	margin-top: 12px;
	}
.reply {
	float: left;
	margin: 6px 0px;
	}
.reply a, .reply a:visited {
	margin: 0px !important;
	padding: 4px 12px !important;
	}
.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;
	}

/************************************************
*	22.	WooCommerce								*
************************************************/

.woocommerce a.button:hover {
	color: #000000 !important;
	}
.woocommerce a.added_to_cart, 
.woocommerce-page a.added_to_cart {
	display: block !important;
	}
.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {
	font-weight: 400;
	letter-spacing: 0;
	}
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price {
	margin-bottom: 12px !important;
	}
.woocommerce .woocommerce-ordering select, 
.woocommerce-page .woocommerce-ordering select {
	margin-right: 0px;
	}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	margin: 0px;
	padding: 0px !important;
	}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 30.6% !important;
	}
	
/************************************************
*	23. Tables		 							*
************************************************/

table {
	background: #FFFFFF;
	font-family: 'Helvetica Neue', Arial, 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 2px;
	border: 1px solid #E4E4E4;
	}
table td {
	padding: 5px 2px;
	margin: 0px;
	border: 1px solid #E4E4E4;
	}

/************************************************
*	24.	Forms									*
************************************************/

.container .ginput_complex .ginput_right br,
.container .gform_footer br {
	display: none;
	}
.container form {
	display: block;
	}
.container form ul li {
	list-style: none;
	padding: 0px;
	}
.container form legend {
	font-weight: bold;
	padding-top: 10px;
	}
.container form label {
	margin-top: 6px;
	}
.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,
.container form select {
	display: block;
	background: #F9F9F9;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	margin: 4px 12px 4px 0px;
	padding: 8px 4px;
	border: 1px inset rgba(0, 0, 0, .08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	}
.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: 42%;
	}
.container form textarea {
	width: 96% !important;
	}
.container form input[type='checkbox'],
.container form input[type='radio'] {
	margin-left: 0px;
	margin-right: 6px;
	}
.container form input[type='submit'] {
	margin-top: 0px;
	height: 36px;
	}
select {
	display: block;
	background: #F9F9F9;
	max-width: 98%;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	margin: 4px 12px 4px 0px;
	padding: 8px 4px !important;
	border: 1px inset rgba(0, 0, 0, .08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	}

/************************************************
*	25.	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: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.radius-top {
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	}
.radius-bottom {
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-khtml-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	}
.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);
	 	}
	}

/************************************************
*	26.	Grid	 					   		    * 
************************************************/

.container { 
	margin: 0px auto 0px;
	padding: 0px;
	}
.row { 
	width: 100%; 
	max-width: 980px; 
	min-width: 727px; 
	margin: 0 auto; 
	}

.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 .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; }
	
img { -ms-interpolation-mode: bicubic; }
 
/* 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; }