/********************************************************************************************************************
	Theme Name: Organic Magazine
	Theme URI: http://www.organicthemes.com/themes/magazine-theme/
	Description: The Organic Magazine Theme is designed and developed by Organic Themes.
	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: 4.7.3
	Text Domain: organic-magazine
	Domain Path: /languages/
	Tags: two-columns, custom-header, custom-background, threaded-comments, translation-ready, custom-menu, theme-options, featured-image-header, featured-images, full-width-template, pagination, blog-template

	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

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

	Table of Contents:

	1.	Global
	2. 	Hyperlinks
	3.	Headings
	4.	Header
	5.	Navigation
	6.	Slideshow
	7.	Homepage
	8.	Content
	9.	Archives
	10.	Wordpress Gallery
	11.	Images
	12.	Social Media
	13.	Ajax Pagination
	14.	Pagination
	15.	Sidebar
	16.	Sidebar Widgets
	17.	Text Widget
	18.	Recent Comments Widget
	19.	Custom Menu Widget
	20.	Calendar Widget
	21.	Search Form
	22.	Footer Widgets
	23.	Footer
	24.	Comments
	25.	Forms
	26. Buttons
	27.	Responsive Framework
	28. CSS3 Animations

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

body {
	background-color: #F9F9F9;
	color: #666666;
	font-size: 0.9em;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 28px;
	margin: 0px auto 0px;
	padding: 0px;
	}

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

p {
	padding: 8px 0px;
	margin: 0px;
	}
em {
	font-style: italic;
	}
blockquote {
	color: #999999;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.8em;
	line-height: 36px;
	margin: 10px 25px 10px 25px;
	padding: 0px 20px 0px 20px;
	border-left: 2px dotted #DDDDDD;
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
img, object, embed {
	max-width: 100%;
	margin: 0px auto 0px;
	}
img {
	height: auto;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 6px 0px;
	padding: 6px 0px;
	}
strong {
	font-weight: bold;
	}
small {
	font-size: 0.7em;
	}
code {
	color: #666666;
	background: #F9F9F9;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px dashed #DDDDDD;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}

/************************************************
*	2.	Hyperlinks								*
************************************************/

a, a:visited {
	color: #000000;
	text-decoration: none;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
a:focus, a:hover, a:active {
	color: #33CCCC;
	text-decoration: none;
	outline: none;
	}
a img {
	border: none;
	}
#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;
	}

/************************************************
*	3.	Headings  								*
************************************************/

h1 {
	color: #333333;
	font-size: 2.8em;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: 300;
	letter-spacing: -0.4px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 1.2;
	}
h2 {
	color: #333333;
	font-size: 2.4em;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: 300;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 1.2;
	}
h3 {
	color: #333333;
	font-size: 1.8em;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: 300;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 1.4;
	}
h4 {
	color: #333333;
	font-size: 1.2em;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 1.4;
	}
h5 {
	color: #333333;
	font-size: 1.1em;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 1.4;
	}
h6 {
	color: #333333;
	font-size: 1em;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	margin: 4px 0px 12px 0px;
	padding: 4px 0px 2px 0px;
	line-height: 1.6;
	border-bottom: 1px solid #DDDDDD;
	}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited,
h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color: #333333;
	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: #33CCCC;
	text-decoration: none;
	border: none;
	}
h3 small {
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
	}
.headline {
	font-size: 3em;
	line-height: 1.2;
	letter-spacing: -0.6px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	}
.headline.smaller {
	font-size: 2em;
	line-height: 1.3;
	margin: 2px 0px;
	padding: 2px 0px;
	}
.headline.page {
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

/************************************************
*	4.	Header  								*
************************************************/

#header {
	margin: 0px;
	padding: 0px;
	}
#header #masthead {
	display: block;
	width: 100%;
	padding-bottom: 40px;
	}
#header .site-title {
	padding: 0px;
	margin: 0px;
	}
#header .site-title a {
	float: left;
	display: inline-block;
	max-width: 42%;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 64px;
	margin-right: -1px;
	padding-right: 3%;
	border-right: 1px solid #DDDDDD;
	}
#header h1.site-title,
#header h4.site-title {
	font-size: 2.4em;
	}
#header .site-description {
	display: block;
	color: #999999;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 28px;
	margin: 0px;
	padding-left: 3%;
	overflow: hidden;
	border-left: 1px solid #DDDDDD;
	}
#custom-header {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	text-indent: -999em;
	line-height: 0;
	overflow: hidden;
	z-index: 8;
	}

/************************************************
*	5.	Navigation 								*
************************************************/

#navigation {
	display: block;
	background: #000000;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 9;
	}
.menu-toggle {
	display: none;
	cursor: pointer;
	}
.main-small-navigation ul.mobile-menu {
	display: none;
	}
.searchnav {
	float: right;
	background: #222222 url(images/search_icon.png) no-repeat left center;
	width: 10%;
	font-size: 11px;
	line-height: 40px;
	height: 40px;
	padding-left: 30px;
	}
.searchnav #s {
	float: none;
	display: inline;
	background: none;
	width: 100%;
	height: 40px;
	text-indent: 0px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: 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 ***/
.menu .current_page_item a,
.menu .current_page_ancestor a,
.menu .current-menu-item a,
.menu .current-cat a {
	background: #333333;
	color: #FFFFFF;
	}
.menu li .current_page_item a, .menu li .current_page_item a:hover,
.menu li .current-menu-item a, .menu li .current-menu-item a:hover,
.menu li .current-cat a, .menu li .current-cat a:hover {
	background: #333333;
	color: #FFFFFF;
	}
.menu {
	float: left;
	margin: 0px;
	padding: 0px;
	}
.menu a {
	color: #999999;
	background: none;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: light;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 12px;
	letter-spacing: 0.2px;
	line-height: 40px;
	}
.menu li li a {
	display: block;
	background: #333333;
	color: #BBBBBB;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	letter-spacing: 0px;
	}
.menu li, .menu li li, .menu li li li {
	background: none;
	margin: 0px;
	padding: 0px;
	}
.menu li:hover, .menu li.sfHover {
	margin: 0px;
	padding: 0px;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	background:	#333333;
	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:	#444444;
	color: #FFFFFF;
	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 {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 0px;
	}
.slideshow ul,
.slideshow li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.slideshow br {
	display: none;
	}
.slideshow .featureimg,
.slideshow .featurevid {
	margin: 0px;
	padding: 0px;
	}
.slideshow .four.columns {
	width: 32.37%;
	margin-left: 2.4%;
	}
.slideshow .article {
	padding-top: 0px;
	}
.slideshow .loading {
	background: #ffffff;
	min-height: 320px;
	}
.slideshow .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.12);
	border-left: 3px solid rgba(0, 0, 0, 0.12);
	border-right: 3px solid rgba(0, 0, 0, 0.4);
	border-top: 3px solid rgba(0, 0, 0, 0.4);
	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: 9;
	}
.flexslider {
	margin: 0;
	padding: 0;
	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 {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 9;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.slideshow-page .flex-direction-nav li .flex-next {
	left: auto;
	right: 20px;
	margin-left: 0;
	}
.slideshow-page .flex-direction-nav li .flex-prev {
	left: 20px;
	}
.flex-direction-nav li .flex-next {
	background: #000000 url(images/next_btn.png) no-repeat;
	background-position: 0px;
	left: 65.2%;
	margin-left: -40px;
	}
.flex-direction-nav li .flex-prev {
	background: #000000 url(images/prev_btn.png) no-repeat;
	left: 10px;
	}
.flex-direction-nav li .flex-prev:hover {
	background-position: -30px 0px;
	}
.flex-direction-nav li .flex-prev:hover,
.flex-direction-nav li .flex-next:hover {
	background-color: #33CCCC;
	}
.flex-direction-nav li .flex-next:hover {
	background-position: -30px 0px;
	}
.flex-direction-nav a.flex-disabled {
	opacity: 0 !important;
	}

/* Control Nav */
.slideshow-page .flex-control-nav {
	bottom: 20px;
	right: 20px;
	}
.flex-control-nav {
	position: absolute;
	bottom: 4px;
	right: 0px;
	text-align: center;
	line-height: 20px;
	}
.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: #999999;
	width: 6px;
	height: 6px;
	line-height: 0;
	cursor: pointer;
	text-indent: -999em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.flex-control-nav li a:hover {
	background: #000000;
	}
.flex-control-nav li a.flex-active {
	background: #000000;
	cursor: default;
	}

/************************************************
*	7.	Homepage 				     		    *
************************************************/

#homepage {
	margin: 0px;
	padding: 0px;
	}
#homepage .title {
	display: inline-block;
	width: 100%;
	margin: 40px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	border-top: 4px solid #EEEEEE;
	}
#homepage .holder.single {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	}
#homepage .holder.single .postdata {
	float: left;
	width: 14%;
	font-size: 0.7em;
	line-height: 18px;
	margin-right: 2%;
	}
#homepage .holder.single .postdata .label {
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	}
#homepage .holder.single .article {
	float: left;
	width: 84%;
	padding-top: 20px;
	border-top: 4px solid #EEEEEE;
	}
#homepage .holder.double {
	float: left;
	display: block;
	width: 50%;
	margin: 0px;
	padding: 0px;
	}
#homepage .holder.double:nth-child(2n+1) {
	clear: both;
	}
#homepage .holder.double .article {
	padding: 20px 20px 20px 0px;
	overflow: hidden;
	}
#homepage .holder.double:nth-child(2n+2) .article {
	padding: 20px 0px 20px 0px;
	}
#homepage .pagination {
	display: none;
	}

/************************************************
*	8.	Content 				     		    *
************************************************/

#content {
	margin-top: 40px;
	}
.post {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	.home .post.second {
		float: left;
	}
.postauthor {
	color: #999999;
	font-size: 0.8em;
	margin: -32px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
.postmeta {
	font-size: 0.8em;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}
.article ol {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 0px;
	}
.article ol li {
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0px 0px 0px 20px;
	padding: 4px 0px 4px 0px;
	}
.article ul {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 0px;
	}
.article ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.article ul li {
    background: none;
    list-style-position: inside;
    list-style-type: square;
    margin: 0px 0px 0px 20px;
    padding: 4px 0px 4px 0px;
	}
.article ul ul li {
	background: none;
	margin: 0px 0px 0px 20px;
	padding: 4px 0px 4px 0px;
	}
.datebox {
	display: inline-block;
	background: #222222;
	color: #CCCCCC;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	width: 60px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.datebox .month {
	background: #000000;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #333333;
	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;
	}
.datebox .day {
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	}
.text-date {
	font-weight: normal;
	margin-top: -4px;
	margin-bottom: 8px;
	}
.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
.sticky {
	}
.half {
	float: left;
	width: 48%;
	}
.half.first {
	margin-right: 4%;
	}

/************************************************
*	9.	Archives							    *
************************************************/

.article.archive {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 4px solid #EEEEEE;
	}
.article.archive .featureimg,
.article.archive .featurevid {
	margin-top: 20px;
	margin-bottom: 10px;
	}
.article.blog {
	margin-bottom: 40px;
	}

/************************************************
*	10.	WordPress Gallery					    *
************************************************/

.gallery {
	margin: auto;
	padding: 0px;
	}
.gallery-item {
	margin: 5px 0px;
	}
.gallery-caption {
	font-size: 0.7em;
	line-height: 20px;
	padding: 0px 8px;
	}
.gallery img {
	background: #F9F9F9;
	border: none !important;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.gallery img:hover {
	background: #333333;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

/************************************************
*	11.	Images and Video			     	    *
************************************************/

.banner {
	margin: 0px;
	padding: 0px;
	}
.banner img {
	display: block;
	text-align: center;
	margin: 20px auto 0px;
	padding: 0px;
	}
.featureimg, .featurevid {
	display: block;
	line-height: 0;
	max-width: 100%;
	margin-bottom: 20px;
	}
.featurevid iframe,
.featurevid object,
.featurevid embed {
	margin: 0px;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 10px 0px 10px 20px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 10px 20px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 20px;
	}
.alignleft {
	float: left;
	margin: 10px 20px 10px 0px;
	}
.wp-caption {
	background-color: #F9F9F9;
	width: auto !important;
	text-align: center;
	padding: 8px 8px 0px 8px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 2px #DDDDDD;
	-moz-box-shadow: 0px 0px 2px #DDDDDD;
	-webkit-box-shadow: 0px 0px 2px #DDDDDD;
	}
.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: none;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 6px 6px 6px;
	font-size: 0.7em;
	line-height: 20px;
	}
.avatar {
	background: #F9F9F9;
	border: 1px solid #DDDDDD;
	margin: 10px 10px 10px 0px;
	padding: 4px;
	}

/************************************************
*	12.	Social Media   							*
************************************************/

.social {
	display: inline-block;
	width: 100%;
	margin: 30px 0px;
	padding: 0px;
	}
.social iframe {
	margin: 0px !important;
	}
#homepage .social {
	float: left;
	display: block;
	width: 100%;
	margin: 10px 0px;
	padding: 10px 0px;
	}
#content .tweet_btn, #content .like_btn, #content .plus_btn {
	float: left;
	display: inline-block;
	line-height: 0;
	width: 92px;
	height: 24px;
	margin-right: 6px;
	padding: 0px;
	}
#homepage .tweet_btn, #homepage .like_btn, #homepage .plus_btn {
	float: none;
	display: block;
	margin-bottom: 14px;
	padding: 0px;
	}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
	}

/************************************************
*	13.	Ajax Pagination 	   			     	*
************************************************/

#pbd-alp-load-posts {
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#pbd-alp-load-posts a:link,
#pbd-alp-load-posts a:visited {
	display: inline-block;
	background: #F9F9F9;
	color: #999999 !important;
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#pbd-alp-load-posts a:hover {
	background: #333333;
	color: #FFFFFF !important;
	}

/************************************************
*	14.	Pagination 						     	*
************************************************/

.pagination {
	float: left;
	display: block;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
	}
.pagination a {
	display: inline-block;
	background: #F9F9F9;
	color: #999999;
	height: 24px;
	line-height: 24px;
	margin-right: 4px;
	padding: 0px 8px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.pagination a:hover,
.pagination a:active {
	background: #333333;
	color: #FFFFFF !important;
	border: none;
	}
.pagination .current {
	display: inline-block;
	background: #333333;
	color: #FFFFFF !important;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	margin-right: 4px;
	padding: 0px 8px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.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;
	}
#prevLink {
	float: left;
	padding: 0px;
	margin: 0px;
	}
#nextLink {
	float: right;
	padding: 0px;
	margin: 0px;
	}

/************************************************
*	15.	Sidebar 	        			     	*
************************************************/

.sidebar.right,
.sidebar.left {
	background: #F9F9F9;
	font-size: 0.8em;
	margin: 0px;
	padding: 15px;
	overflow: hidden;
	}

/************************************************
*	16.	Sidebar Widgets							*
************************************************/

.sidebar .widget {
	float: left;
	list-style:none;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	}
.sidebar .widget:first-child {
	padding-top: 0px;
	border-top: none;
	}
.sidebar .widget:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	}
.sidebar .widget h4 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	}
.sidebar .widget li {
	list-style-type: none;
	}
.sidebar .widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.sidebar .widget ul ul {
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	}
.sidebar .widget li {
	display: block;
	background: none;
	margin: 0px;
	padding: 6px 0px;
	overflow: hidden;
	border-top: 1px solid #DDDDDD;
	}
.sidebar .widget li a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
.sidebar .widget li a:hover {
	display: block;
	color: #33CCCC;
	text-decoration: none;
	}
.tagcloud {
	margin: 10px 0px 0px 0px;
	}
.widget .post-date {
	color: #999999;
	font-size: 0.9em;
	position: relative;
	top: -4px;
	}

/************************************************
*	17.	Text Widget 	        		     	*
************************************************/

.textwidget {
	margin: 0px;
	}
.textwidget p {
	padding: 6px 0px 6px 0px;
	}
.sidebar .textwidget a {
	color: #33CCCC;
	background: none;
	padding: 0px;
	text-decoration: none;
	}
.sidebar .textwidget a:hover {
	text-decoration: underline;
	}

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

#recentcomments li {
	display: block;
	padding: 6px 0px;
	border-top: 1px solid #DDDDDD;
	}
.footerwidgets #recentcomments li {
	border-top: 1px solid #151515;
	}
#recentcomments li a {
	border-top: none;
	}

/************************************************
*	19.	Custom Menu Widget						*
************************************************/

.widget ul.menu {
	float: none;
	background: none;
	width: 100%;
	}
.sidebar ul.menu .current_page_item a,
.sidebar ul.menu .current-menu-item a {
	background: none !important;
	color: #33CCCC;
	border-right: none;
	}
.footerwidgets ul.menu .current_page_item a {
	background: none !important;
	color: #33CCCC;
	border-right: none;
	}
.sidebar ul.menu li a,
.sidebar ul.menu li li a {
	background: none;
	color: #333333;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 28px;
	text-transform: none;
	letter-spacing: 0px;
	border-right: none;
	}
.footerwidgets ul.menu li a {
	background: #333333;
	color: #CCCCCC;
	text-shadow: none;
	letter-spacing: 0px;
	border-right: none;
	}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li li a:hover {
	background: none;
	color: #33CCCC;
	}
.footerwidgets ul.menu li a:hover {
	background: none;
	color: #FFFFFF;
	}
.widget ul.menu li {
	float: none;
	display: block;
	margin: 0px;
	padding: 6px 0px;
	width: auto;
	}
.widget ul.menu li span {
	top: 8px;
	right: 0;
	}
.widget ul.menu li ul.sub-menu {
	width: auto;
	top: 6px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 9;
	}
.widget ul.menu li ul.sub-menu span {
	display: none;
	}
.sidebar ul.menu li ul.sub-menu li a {
	background: none;
	width: 100%;
	margin: 0px;
	}
.footerwidgets ul.menu li ul.sub-menu li a {
	background: none;
	width: 100%;
	margin: 0px;
	}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
	}

/************************************************
*	20.	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 0px 0px !important;
	text-align: right;
	}
.footerwidgets #calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px 10px 10px 10px;
	}
.footerwidgets #wp-calendar {
	color: #CCCCCC;
	}

/************************************************
*	21.	Search Form								*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	float: left;
	background: #FFFFFF url(images/search_icon.png) no-repeat left center;
	color: #999999;
	width: 61%;
	height: 36px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2% 0px 10%;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.two.columns #s {
	width: 72%;
	padding-left: 28%;
	padding-right: 0;
	}
#searchsubmit {
	float: right;
	background: #333333;
	width: 24%;
	height: 36px;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	margin: 0px 0px 0px 3%;
	padding: 6px 12px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
.two.columns #searchsubmit {
	float: left;
	width: 80%;
	margin-top: 10px;
	margin-left: 0px;
	}
#searchsubmit:hover {
	background: #33CCCC;
	color: #FFFFFF;
	border: none;
	}

/************************************************
*	22.	Footer Widgets							*
************************************************/

.footerwidgets {
	display: block;
	background: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 22px;
	max-width: 980px;
	margin: 0px auto 0px;
	padding: 0px 60px;
	}
.footerwidgets .widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
.footerwidgets h4 {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 26px;
	padding-top: 20px;
	}
.footerwidgets p {
	color: #999999;
	}
.footerwidgets a,
.footerwidgets a:link,
.footerwidgets a:visited {
	color: #BBBBBB;
	}
.footerwidgets a:hover,
.footerwidgets a:active,
.footerwidgets a:focus {
	color: #FFFFFF;
	}
.footerwidgets ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerwidgets ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerwidgets ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerwidgets ul li a {
	display: block;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #151515;
	}
.footerwidgets ul li a:hover {
	color: #FFFFFF;
	}
.footerwidgets .textwidget {
	color: #CCCCCC;
	}

/************************************************
*	23.	Footer  								*
************************************************/

.footer {
	background: #111111;
	font-family: Helvetica, Arial, sans-serif;
	max-width: 980px;
	height: 60px;
	color: #666666;
	margin: 0px auto 0px;
	padding: 10px 60px;
	border-top: 1px solid #222222;
	}
.footer p {
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	}
.footer a {
	color: #999999;
	}
.footer a:hover {
	color: #FFFFFF;
	}
.footerleft {
	float: left;
	display: block;
	margin: 12px 0px 0px 0px;
	}
.footerright {
	float: right;
	display: block;
	margin: 18px 0px 0px 0px;
	}

/************************************************
*	24.	Comments								*
************************************************/

#submit, #comments #respond input#submit {
	background: #333333;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow: none;
	text-decoration: none;
	margin: 0px;
	padding: 4px 12px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#author, #email, #url {
	background: #F9F9F9;
	font-family: Helvetica, Arial, sans-serif;
	margin: 4px 20px 4px 0px;
	padding: 6px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#comment {
	background: #F9F9F9;
	width: 96%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 6px 0px;
	padding: 6px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#comments {
	margin: 0px;
	padding: 0px;
	}
.commentlist {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.commentlist ul, .commentlist ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.commentlist li {
	margin-top: 20px;
	padding: 0px;
	clear: both;
	}
.commentlist li li {
	padding-left: 20px;
	}
.comment .comment-content {
	display: block;
	background: #F9F9F9;
	width: 78%;
	padding: 12px 2%;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.bypostauthor .comment-content {
	background: #EDF3F7;
	}
.comment-meta {
	float: left;
	display: inline-block;
	width: 16%;
	margin-right: 2%;
	padding: 0px;
	}
.comment-author {
	font-size: 0.7em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 12px;
	}
.comment .avatar {
	display: block;
	background: #F9F9F9;
	margin: 0px auto 6px;
	padding: 0px;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.comment-edit-link {
	float: right;
	display: inline-block;
	font-size: 0.7em;
	line-height: 1;
	margin-top: 20px;
	padding: 0px;
	}
.comment-awaiting-moderation {
	font-weight: bold;
	}
.reply a, .reply a:visited {
	float: left;
	display: inline-block;
	background: #333333;
	color: #999999 !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	margin-top: 6px;
	padding: 2px 12px;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.reply a:hover {
	background: #33CCCC;
	color: #FFFFFF !important;
	text-decoration: none;
	}
#respond {
	width: 100%;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	}
.comment #respond {
	margin-bottom: 40px;
	}
.logged-in-as {
	font-size: 0.8em;
	margin-top: -12px;
	}
#cancel-comment-reply-link {
	display: block;
	}
#comments #respond input#submit {
	float: left;
	display: block;
	margin: 0px;
	padding: 8px 20px;
	cursor: pointer;
	border: none;
	}
#comments #respond input#submit:hover {
	background: #33CCCC;
	color: #FFFFFF;
	}
.nocomments {
	display: none;
	}
.form-allowed-tags {
	display: none;
	}

/************************************************
*	25. Forms									*
************************************************/

.container .ginput_complex .ginput_right br,
.container .gform_footer br {
	display: none;
	}
.container form {
	display: block;
	overflow: hidden;
	}
.container form ul li {
	list-style: none;
	margin: 0px;
	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 solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	-webkit-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;
	}
.container form select {
	margin-right: 0px;
	}
.woocommerce .quantity input.qty {
	margin: 0px;
	}

/************************************************
*	26.	Buttons  								*
************************************************/

.btn, a.button, .reply a, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button {
	display: inline-block;
	background-color: #F9F9F9;
	color: #666666 !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	line-height: 2.2;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-decoration: none !important;
	margin-right: 6px;
	padding: 2px 16px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .6);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.10)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	}
.btn:hover, .reply a:hover, #prevLink a:hover, #nextLink a:hover, .more-link:hover,
#submit:hover, #comments #respond input#submit:hover, .container .gform_wrapper input.button:hover {
	background-color: #EEEEEE;
	color: #333333 !important;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	border: 1px solid #F9F9F9;
	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);
	}
.more-link {
	margin-top: 12px;
	}

/************************************************
*	27.	Responsive Framework	     		    *
************************************************/

.container {
	background: #FFFFFF;
	max-width: 980px;
	margin: 20px auto 0px;
	padding: 60px;
	box-shadow: 0px 0px 1px #AAAAAA;
	-moz-box-shadow: 0px 0px 1px #AAAAAA;
	-webkit-box-shadow: 0px 0px 1px #AAAAAA;
	}
.row {
	width: 100%;
	max-width: 980px;
	min-width: 727px;
	margin: 0 auto;
	}
	/* To fix the grid into a certain size, set max-width to width */
.row .row {
	min-width: 0;
	}
.column, .columns {
	margin-left: 4.4%;
	float: left;
	min-height: 1px;
	position: relative;
	}
.column:first-child, .columns:first-child {
	margin-left: 0;
	}
[class*="column"] + [class*="column"]:last-child {
	float: right;
	}

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

.row .centered { float: none; margin: 0 auto; }

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

/************************************************
*	28.	CSS3 Animations		     		    *
************************************************/

@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);
	 	}
	}
