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

	Theme Name: Organic Photographer
	Theme URI: http://www.organicthemes.com/theme/photographer-theme/
	Description: A minimal theme for photographers
	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.3.1
	Text Domain: organic-photographer
	Domain Path: /languages/
	Tags: photoblogging, light, gray, white, one-column, two-columns, three-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, featured-images, featured-image-header, flexible-header, full-width-template, theme-options, translation-ready, sticky-post

	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.	Social Media
	 7.	Content
	 8.	Pagination
	 9.	Wordpress Gallery
	10. Page Templates
	11.	Portfolio
	12.	Images
	13.	Sidebar
	14.	Widgets
	15. RSS Widget
	16.	Custom Menu Widget
	17.	Calendar Widget
	18. Recent Comments
	19.	Search Form
	20.	Footer
	21. Buttons
	22. Comments
	23. Forms
	24. Tables
	25. CSS3 Styles
	26. WooCommerce
	27. Grid

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

body {
	background-color: #f9f9f9;
	color: #666666;
	color: rgba(0, 0, 0, .6);
	font-size: 0.9em;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	line-height: 2;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	0.	Hyperlinks								*
************************************************/

a img {
	border: none;
	}
a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}
a:focus, a:hover, a:active {
	color: #66CCCC;
	text-decoration: underline;
	outline: none;
	}

/************************************************
*	1.	Global									*
************************************************/

p {
	padding: 12px 0px;
	margin: 0px;
	}
p:empty {
	display: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
ol {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 0px;
	}
ol li {
	list-style-position: inside;
	margin: 0px 0px 0px 10px;
	padding: 4px 0px 4px 0px;
	}
ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 0px;
	}
ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
ul li {
	background: none;
    list-style-position: inside;
    list-style-type: square;
	padding: 0px 0px 0px 10px;
	margin: 4px 0px 4px 0px;
	}
ul ul li {
	padding: 0px 0px 0px 20px;
	}
small {
	font-size: 0.7em;
	}
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;
	white-space: pre-line;
	}
pre code {
	padding: 0px;
	border: none;
	border-radius: 0px;
	}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
blockquote {
	color: #333333;
	font-family: 'Droid Serif', Georgia, Times, serif;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.4;
	margin: 24px 0px;
	padding: 24px;
	border-top: 1px solid #dddddd;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid #dddddd;
	border-bottom: 1px solid rgba(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;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.hide-text {
	text-indent: -9999px;
	}
.hide-img img,
img.hide-img {
	line-height: 0;
	margin-left: -999em;
	padding: 0px;
	}
.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
.text-white {
	color: #ffffff;
	color: rgba(255, 255, 255, .8);
	}
.align-center {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.align-left {
	float: left;
	left: 0;
	}
.align-right {
	float: right;
	right: 0;
	}
.padded {
	padding: 24px;
	}
.complete-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	}
.vertical-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

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

h1, h2, h3 {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	font-family: 'Oswald', 'Helvetica Neue', 'Arimo', Arial, sans-serif;
	line-height: 1.4;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h4, h5, h6 {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
	line-height: 1.4;
	margin: 6px 0px;
	padding: 6px 0px;
	}
h1 {
	font-size: 2.8em;
	font-weight: 300;
	text-transform: uppercase;
	}
h2 {
	font-size: 2.4em;
	font-weight: 300;
	text-transform: uppercase;
	}
h3 {
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
	}
h4 {
	font-size: 1.6em;
	font-weight: normal;
	}
h5 {
	font-size: 1.4em;
	font-weight: normal;
	}
h6 {
	font-size: 1.1em;
	font-weight: normal;
	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,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	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,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #66CCCC;
	text-decoration: none;
	border: none;
	}
.headline {
	font-size: 3em;
	line-height: 1.2;
	}
.headline-small {
	font-size: 2em;
	line-height: 1.2;
	}
.headline-banner {
	color: #ffffff;
	font-size: 4em;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .12);
	width: 100%;
	}
.title {
	font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: none;
	line-height: 1.2;
	margin-top: 0px;
	padding-top: 0px;
	}

/************************************************
*	3.	Header  								*
************************************************/

#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 99;
	}
#custom-header {
	display: block;
	text-align: center;
	line-height: 0;
	}
#logo-title {
	position: relative;
	}
#masthead {
	display: block;
	margin: 0px;
	padding: 36px 0px;
	}
#masthead.text-center {
	padding-bottom: 24px;
	}
#masthead .main-title {
	display: block;
	color: #333333;
	font-size: 2.6em;
	font-family: 'Oswald', 'Helvetica Neue', 'Arimo', Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.6;
	margin: 0px auto 0px;
	padding: 0px;
	}
#masthead .main-description {
	display: block;
	color: #999999;
	color: rgba(0, 0, 0, .4);
	font-size: 1.1em;
	font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
	font-weight: 400;
	text-indent: 2px;
	letter-spacing: 0px;
	line-height: 1.4;
	margin: 0px auto 0px;
	padding: 0px;
	}
#logo {
	display: block;
	width: 100%;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	}
#logo a {
	display: block;
	padding: 0px;
	}
#logo img {
	max-height: 140px;
	}
#logo .logo-text {
	float: left;
	text-align: left;
	text-indent: -9999px;
	}

/************************************************
*	4.	Navigation      						*
************************************************/

#navigation {
	display: block;
	position: relative;
	background: none;
	font-size: 0.9em;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#navigation.vertical-center {
	position: absolute;
	}

/* Mobile Setup */
.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 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
ul.menu ul,
div.menu ul ul {
	background: #ffffff;
	position: absolute;
	top: -9999px;
	width: 200px; /* left offset of submenus need to match (see below) */
	margin: 0px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .12);
	border-radius: 3px;
	}
ul.menu ul,
div.menu ul ul {
	left: 50%;
	margin-left: -100px;
	}
ul.menu ul ul,
div.menu ul ul ul {
	left: auto;
	margin-left: 0px;
	}
ul.menu ul li,
div.menu ul ul li {
	width: 100%;
	margin: 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: 50px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul,
div.menu ul li:hover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul,
div.menu ul li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul,
div.menu ul li li:hover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul,
div.menu ul li li li:hover ul {
	left: 200px; /* 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;
	color: rgba(0, 0, 0, .9);
	}
#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;
	color: rgba(0, 0, 0, .9);
	}
#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;
	color: rgba(0, 0, 0, .5);
	}
#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;
	color: rgba(0, 0, 0, .9);
	}
.menu {
	margin: 0px auto 0px;
	}
.menu a {
	color: #999999;
	color: rgba(0, 0, 0, .5);
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	margin: 0px;
	padding: 0px 12px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	}
.menu a, .menu a:link, .menu a:visited {
	color: #999999;
	color: rgba(0, 0, 0, .5);
	text-shadow: none;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	color: #333333;
	color: rgba(0, 0, 0, .9);
	outline: 0;
	}
.menu li:first-child a {
	border-left: none;
	}
.menu li li a {
	display: block;
	color: #999999;
	color: rgba(0, 0, 0, .5);
	height: auto;
	line-height: 32px;
	margin: 0px 12px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	border-left: none;
	border-top: 1px solid rgba(0, 0, 0, .12);
	}
.menu li li:first-child a {
	border-top: none;
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	color: #333333;
	color: rgba(0, 0, 0, .9);
	outline: 0;
	}
.menu li {
	line-height: 60px;
	margin: 0px;
	}
.menu li li, .menu li ul {
	line-height: 0;
	}

/*** ARROWS **/
.sf-arrows a.sf-with-ul {
	padding-right: 18px;
	}
.sf-arrows ul.sub-menu a.sf-with-ul {
	padding-right: 0px;
	}

/* Down-Facing Arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -1px;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, .4);
	}
.sf-arrows li > .sf-with-ul:focus:after,
.sf-arrows li:hover > .sf-with-ul:after,
.sf-arrows li.sfHover > .sf-with-ul:after {
	border-top-color: rgba(0, 0, 0, .8);
	}

/* Right-Facing Arrows */
.sf-arrows li li .sf-with-ul:after {
	right: 6px;
	margin-top: -3px;
	margin-right: -3px;
	border-top-color: transparent;
	}
.sf-arrows li li .sf-with-ul:after {
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, .4);
	}
.sf-arrows li li > .sf-with-ul:focus:after,
.sf-arrows li li:hover > .sf-with-ul:after,
.sf-arrows li li.sfHover > .sf-with-ul:after {
	border-top-color: transparent;
	border-left-color: rgba(0, 0, 0, .8);
	}

/************************************************
*	5.	Slideshow		      					*
************************************************/

.slideshow-page {
	padding: 48px;
	position: relative;
	}
.slideshow-page .feature-img {
	text-align: center;
	margin: 0px auto 0px;
	overflow: hidden;
	}
.gallery-slideshow {
	position: relative;
	}
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
.flexslider.loading {
	min-height: 420px;
	}
.flexslider .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-bottom: 3px solid #eeeeee;
	border-left: 3px solid #eeeeee;
	border-right: 3px solid #cccccc;
	border-top: 3px solid #cccccc;
	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 ul,
.flexslider li,
.flexslider ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.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 {
	display: block;
	color: #999999;
	color: rgba(0, 0, 0, 0.2) !important;
	position: absolute;
	top: 50%;
	min-width: 48px;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
	margin: -24px 0px 0px 0px;
	opacity: 1;
	cursor: pointer;
	overflow: visible;
	z-index: 9;
	}
.flex-direction-nav li a:hover {
	color: #000000;
	color: rgba(0, 0, 0, 0.9) !important;
	}
.flex-direction-nav li .flex-next {
	right: -72px;
	}
.flex-direction-nav li .flex-prev {
	left: -72px;
	}
.gallery-slideshow .flex-direction-nav li .flex-next {
	right: -48px;
	}
.gallery-slideshow .flex-direction-nav li .flex-prev {
	left: -48px;
	}
.flex-direction-nav a.flex-disabled {
	opacity: 0 !important;
	}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	line-height: 52px;
	left: 0;
	bottom: 0;
	}
.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: #eeeeee;
	width: 6px;
	height: 6px;
	line-height: 0;
	cursor: pointer;
	text-indent: -999em;
	border-radius: 3px;
	}
.flex-control-nav li a:hover {
	background: #999999;
	}
.flex-control-nav li a.flex-active {
	background: #666666;
	cursor: default;
	}

/************************************************
*	6.	Social Media   							*
************************************************/

.social-icons {
	display: block;
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 6px 0px 18px 0px;
	}
.social-icons li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.social-icons li a {
	display: block;
	background: #eeeeee;
	background: rgba(0, 0, 0, .04);
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	min-width: 32px;
	margin: 2px;
	padding: 0px;
	border-radius: 16px;
	transition: all .25s;
	-webkit-transition: all .25s; /* Safari 6 */
	}
.social-icons li a,
.social-icons li a:link,
.social-icons li a:visited {
	color: #999999;
	color: rgba(0, 0, 0, .4);
	}
.social-icons li a:hover,
.social-icons li a:focus,
.social-icons li a:active {
	background: #66CCCC;
	color: #ffffff;
	}
.social-icons li a::before {
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	content: '\f0c1';
	}
.social-icons li a span {
	display: none;
	}

/* Social Media Link Icons */
.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*="mailto:"]::before				{ content: '\f0e0'; }
.social-icons li a[href$="/feed/"]::before				{ content: '\f09e'; }

/************************************************
*	7.	Content		 	        		     	*
************************************************/

.post-date {
	color: #999999;
	font-size: 0.9em;
	font-style: italic;
	margin-top: -12px;
	}
.post-meta {
	display: block;
	line-height: 24px;
	width: 100%;
	margin: 24px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	}
.post-meta p {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	}
.post-meta i {
	color: #CCCCCC;
	font-size: 12px;
	margin-right: 4px;
	position: relative;
	top: 1px;
	}
.meta-text {
	display: inline-block;
	}
.author-avatar {
	float: left;
	display: block;
	width: 20%;
	margin-top: 24px;
	padding-right: 3.6%;
	}
.author-avatar .avatar {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	}
.author-column {
	float: right;
	width: 72%;
	margin-top: 24px;
	padding-left: 4%;
	border-left: 1px solid #DDDDDD;
	}
.archive-column {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 24px 5% 0px 0px;
	}
.archive-column.last {
	padding-right: 0;
	}
.error-404 {
	background: #ffffff;
	margin: 0px auto 0px;
	padding: 48px;
	overflow: hidden;
	}
.sticky {
	position: relative;
	}
.bypostauthor {
	}

/************************************************
*	8.	Pagination 	  		      		     	*
************************************************/

.pagination-holder {
	display: inline-block;
	width: 100%;
	margin-top: 24px;
	}
.pagination {
	display: block;
	width: 100%;
	font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	overflow: hidden;
	z-index: 7;
	}
.pagination .page-numbers {
	float: left;
	background: #ffffff;
	color: #666666;
	min-height: 36px;
	min-width: 36px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #dddddd;
	border-left: 1px solid rgba(0, 0, 0, .12);
	}
.pagination .page-numbers:first-child {
	border-left: none;
	}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	background: #eeeeee;
	min-height: 36px;
	min-width: 36px;
	line-height: 36px;
	padding: 0px;
	}
.pagination .page-numbers.current {
	background: #eeeeee;
	min-height: 36px;
	min-width: 36px;
	line-height: 36px;
	padding: 0px;
	}
.post-navigation {
	display: block;
	margin: 0px;
	padding: 0px;
	}
.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: #000000;
	font-weight: bold;
	margin-left: 0px;
	}
.page-links span {
	margin: 0px 3px;
	}

/************************************************
*	9.	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: 12px;
	}
.gallery-icon img {
	display: block;
	background: #F4F4F4;
	padding: 8px;
	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 0px 2px rgba(0, 0, 0, .12);
	}
.gallery a img:hover {
	background: #66cccc;
	}
.gallery img {
	border: none !important;
	}
.gallery-caption {
	font-size: .9em;
	padding: 0px 10px;
	}

/************************************************
*	10.	Page Templates 			     		    *
************************************************/

.container.blog-full,
.container.portfolio,
.container.shop {
	background: none;
	overflow: visible;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}
.post-area {
	margin: 0px 0px 0px 0px;
	padding: 48px 0px 48px 48px;
	overflow: hidden;
	}
.post-area.right {
	padding: 48px 48px 48px 0px;
	}
.post-area.shop {
	padding: 0px;
	}
.blog-full {
	padding: 0px;
	overflow: visible;
	}
.blog-full .blog-holder {
	background: #ffffff;
	margin: 0px 0px 48px 0px;
	}
.blog-full .blog-holder:last-child {
	margin-bottom: 0px;
	}
.post-area.full-width,
.blog-full .blog-holder .article {
	padding: 64px 14%;
	}
.blog-small .article {
	margin-bottom: 48px;
	}
.blog-full .post-meta {
	padding-bottom: 0px;
	border-bottom: none;
	}
.blog-full #custom-header {
	margin-bottom: 48px;
	}
.landing-page {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.landing-page #logo img {
	max-height: 220px;
	}

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

.portfolio-wrap,
.portfolio-banner {
	margin-left: -12px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
	}
.portfolio .half,
.portfolio .third,
.portfolio .fourth {
	margin: 0px;
	}
.portfolio .half:nth-child(2n+1),
.portfolio .third:nth-child(3n+1),
.portfolio .fourth:nth-child(4n+1) {
	clear: both;
	}
.portfolio .feature-img.banner {
	margin: 0px 12px 12px 12px;
	}
.portfolio-item {
	background: #ffffff;
	margin: 12px;
	padding: 18px;
	}
.portfolio a.feature-img {
	display: inline;
	}
.portfolio img {
	display: block;
	}
.portfolio-item .headline-small.top-margin {
	margin-top: 12px;
	}
.portfolio-item .information {
	padding: 12px;
	}
.portfolio-nav {
	top: 50%;
	width: 100%;
	position: absolute;
	margin: -24px 0px 0px 0px;
	}
.portfolio-nav a {
	display: block;
	color: #999999;
	color: rgba(0, 0, 0, 0.2) !important;
	position: relative;
	min-width: 48px;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
	margin: 0px;
	opacity: 1;
	cursor: pointer;
	overflow: visible;
	z-index: 9;
	}
.portfolio-nav a:hover {
	color: #000000;
	color: rgba(0, 0, 0, 0.9) !important;
	}
.portfolio-nav a span {
	display: none;
	}
.portfolio-nav .previous-post a {
	left: -72px;
	}
.portfolio-nav .next-post a {
	right: -72px;
	}

/************************************************
*	12.	Images  					   		    *
************************************************/

.feature-img, .feature-vid {
	display: block;
	background: #cccccc;
	position: relative;
	text-align: center;
	line-height: 0;
	}
.feature-img.banner {
	background: #ffffff;
	margin-bottom: 24px;
	padding: 24px;
	}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
	}
img, object, embed {
	max-width: 100%;
	margin: 0px auto 0px;
	}
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 {
	margin: 12px auto 12px;
	}
.alignright {
	float: right;
	margin: 12px 0px 12px 24px;
	}
.alignleft {
	float: left;
	margin: 12px 24px 12px 0px;
	}
.wp-caption {
	background: #f9f9f9;
	max-width: 100%;
	text-align: center;
	margin: 12px 0px;
	padding: 0px 0px 6px 0px;
	}
.wp-caption img {
	margin: 0px auto 0px;
	padding: 0px;
	}
.wp-caption .wp-caption-text {
	display: inline;
	font-size: 0.8em;
	line-height: 1.6;
	margin: 0px;
	padding: 12px 0px;
	}
.avatar {
	background: #ffffff;
	border: 1px solid #DDDDDD;
	margin: 12px 24px 12px 0px;
	padding: 4px;
	}
.post-area.full-width .feature-img img,
.post-area.full-width .feature-vid,
.post-area.blog-small .feature-img img,
.post-area.blog-small .feature-vid,
.blog-full .feature-vid {
	display: block;
	text-align: center;
	margin: 12px auto 12px;
	overflow: hidden;
	}

/************************************************
*	13.	Sidebar		 	       			     	*
************************************************/

.sidebar {
	margin: 0px;
	padding: 48px 48px 48px 0px;
	}
.sidebar.left {
	padding: 48px 0px 48px 48px;
	}

/************************************************
*	14.	Widgets									*
************************************************/

.widget {
	margin: 0px;
	padding: 0px 0px 36px 0px;
	list-style-type: none;
	}
.widget:last-child {
	padding-bottom: 0px;
	}
.widget ul, .widget li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.widget li {
	display: block;
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	}
.widget li:last-child {
	border-bottom: none;
	}
.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;
	}

/************************************************
*	15.	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;
	}

/************************************************
*	16.	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: #000000;
	background: none;
	}
.widget ul.menu li a {
	display: block;
	background: none;
	color: #000000;
	height: auto;
	font-size: 1em;
	text-align: left;
	text-transform: none;
	text-decoration: underline;
	text-shadow: none;
	line-height: 2;
	margin: 0px;
	padding: 0px;
	border: none !important;
	}
.widget ul.menu li a:hover {
	color: #66CCCC;
	background: none;
	text-decoration: underline;
	}
.widget ul.menu li {
	float: none;
	display: block;
	background: none !important;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	width: 100%;
	}
.widget ul.menu li:last-child {
	padding-bottom: 6px;
	}
.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;
	-moz-box-shadow: none;
	-webkit-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;
	}

/************************************************
*	17.	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 {
	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;
	}

/************************************************
*	18.	Recent Comments							*
************************************************/

#recentcomments li {
	display: block !important;
	padding: 4px 0px;
	}
#recentcomments .recentcomments a {
	background: none;
	}

/************************************************
*	19.	Search Form								*
************************************************/

#searchform {
	margin: 12px 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	float: left;
	background: #F9F9F9;
	color: #999999;
	width: 68%;
	height: 36px;
	font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
	font-size: 1em;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px !important;
	border: none;
	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);
	}
.sidebar #searchsubmit {
	float: right;
	width: 20%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 32px;
	height: 36px;
	margin: 0px 0px 0px 2.8%;
	padding: 0px 12px;
	cursor: pointer;
	}

/************************************************
*	20.	Footer  								*
************************************************/

#footer {
	margin: 0px;
	padding: 36px 0px 48px;
	}
#footer p {
	color: rgba(0, 0, 0, .4);
	font-size: 0.85em;
	text-align: center;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	21.	Buttons  								*
************************************************/

.btn, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, #wrap .gform_wrapper input.button {
	display: inline-block;
	background: #cccccc;
	color: #666666 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	line-height: 2;
	text-decoration: none !important;
	text-shadow: none;
	margin: 12px 0px;
	padding: 6px 18px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	}
.btn:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, .more-link:hover,
#submit:hover, #comments #respond input#submit:hover, #wrap .gform_wrapper input.button:hover {
	background: #66CCCC;
	color: #ffffff !important;
	border: none;
	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);
	}
a.more-link {
	margin-top: 24px;
	}

/************************************************
*	22.	Comments								*
************************************************/

#author, #email, #url {
	background: #ffffff;
	color: #666666;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#comment {
	background: #ffffff;
	color: #666666;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#comments {
	background: #F9F9F9;
	margin-top: 24px;
	padding: 12px 24px;
	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;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 12px;
	}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #DDDDDD;
	}
.commentlist li:last-child {
	border-bottom: 1px solid #DDDDDD;
	}
.commentlist li ul li {
	padding-left: 24px;
	}
.commentlist li ul li:last-child {
	border-bottom: none;
	}
.commentlist p {
	margin: 12px 0px;
	padding: 0px;
	}
.comment {
	padding: 18px 0px;
	}
#commentform {
	margin: 5px 0px 0px 0px;
	}
#commentform #submit {
	padding: 6px 12px !important;
	}
.commentlist li #respond {
	border-top: 1px solid #DDDDDD;
	}
#respond {
	padding-top: 24px;
	}
#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 {
	margin-top: 0px !important;
	}
p.comment-subscription-form {
	padding: 4px 0px;
	}
p.logged-in-as {
	margin-top: -6px;
	}
.nocomments {
	display: none;
	}
.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;
	}
.reply a, .reply a:visited {
	margin: 0px !important;
	padding: 4px 12px;
	}
.commentmetadata {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 12px;
	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: 'Arimo', 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: #F9F9F9;
	font-family: 'Arimo', 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'] {
	margin-top: 0px;
	}
.container form .form-submit {
	padding: 8px 0px;
	}
select {
	display: block;
	background: #F9F9F9;
	max-width: 98%;
	font-family: 'Arimo', 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. Tables		 							*
************************************************/

table {
	background: #ffffff;
	font-family: 'Arimo', Arial, sans-serif;
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
.widget table {
	margin: 0px;
	}
table thead,
table tfoot {
	border: 1px solid #DDDDDD;
	}
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 #DDDDDD;
	}
table td {
	padding: 5px 2px;
	margin: 0px;
	border: 1px solid #DDDDDD;
	}

/************************************************
*	25. CSS3 Styles								*
************************************************/

a, a:link, a:visited {
	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 0px 6px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0px 0px 6px 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);
	 	}
	}

/************************************************
*	26.	WooCommerce	  		      			   	*
************************************************/

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
	width: 100%;
	}
.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 #review_form_wrapper {
	margin-top: 24px;
	}

/************************************************
*	27.	Grid	 					     	    *
************************************************/

#wrap {
	padding: 0px 24px;
	}
.container {
	background: #ffffff;
	max-width: 1040px;
	margin: 0px auto 0px;
	}
.row {
	width: 100%;
	position: relative;
	max-width: 1040px;
	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;
	}

.half, .third, .fourth, .two-thirds, .three-fourths {
	float: left;
	}

.full,
.single	 		{ width: 100%; }
.half,
.one-half 		{ width: 49.9%; }
.third,
.one-third 		{ width: 33.3%; }
.fourth,
.one-fourth		{ width: 25%; }
.two-thirds 	{ width: 66.6%; }
.three-fourths	{ width: 75%; }

.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; }
#map_canvas img, .map_canvas img {max-width: none !important;}

/* 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; }
