/*
Theme Name: Big Mind
Theme URI: http://www.bigmind.org
Description: A Mobile Friendly, Minimalist WordPress Theme. Allows for Logo image upload. Tested on WP 3.2.1
Author: brmecham
Author URI: http://www.brmecham.com
Version: 1.0
Tags: gray, white, two-columns, one-column, right-sidebar, fixed-width, flexible-width, threaded-comments, theme-options, microformats, custom-menu
*/

/* =Reset default browser CSS.
-------------------------------------------------------------- */
@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('fonts/helvetica_light/helveticaneuecyr-light-webfont.eot');
    src: url('fonts/helvetica_light/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/helvetica_light/helveticaneuecyr-light-webfont.woff2') format('woff2'),
    url('fonts/helvetica_light/helveticaneuecyr-light-webfont.woff') format('woff'),
    url('fonts/helvetica_light/helveticaneuecyr-light-webfont.ttf') format('truetype'),
    url('fonts/helvetica_light/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, q:before {
	color:#ddd;
	content: '\201C';
	font-size: 72px;
	line-height: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 20px 0 0 -50px;
	float: left;
}

a img {
	border: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global
----------------------------------------------- */
body, input, textarea {
	color: #545454;
	font: 11pt Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	line-height: 1.525;
}
body {
	background: #fff;
	border-top: #831c08 10px solid;
	border-bottom: #303030 15px solid;
	padding: 0 10px;
}
#access, .longmeta, .meta, #footer {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin-bottom: 18px;
	line-height: 1.1em;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.0em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.333em;
}

/* Text elements */
p {
	margin-bottom: 1.333em;
}
ul, ol {
	margin: 0 0 1.333em 2.5em;
}
ul {
	list-style: disc;
}
li {
	padding: 0 0 0.25em 0;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.333em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.333em;
}
strong {
	font-weight: bold;
}
small {
	font-size: 0.8625em;
	line-height: 1.2;
}
cite, em, i {
	font-style: italic;
	font-family: Georgia, "Bitstream Charter", serif;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.333em;
	overflow: auto;
	padding: 0.75em 1.333em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: #ccc 1px dashed;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.333em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Images */
.entry-content img,
.comment-content img,
.widget-container img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.4em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 0.4em;
	max-width: 96%;
	padding: 6px 3px 3px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px 0 2px 5px;
	position: relative;
}
img.post_thumbnail {
    border-radius: 5px;
}
.avatar {
	float: left;
	margin-right: 10px;
    border-radius: 5px;
}
.recent_with_excerpt .avatar, .recent_with_excerpt .post_thumbnail {
	margin: 5px 7px 0;
    border-radius: 3px;
}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Custom Styles */
.hilite {
	padding: 0.6em 0.75em;
	background-color: #ffffcc;
	color: #333;
}
.blacklite {
	padding: 0.6em 0.75em;
	background-color: #4d4d46;
	color: #fff;
}
span.hilite, span.blacklite {
	padding: 0;
}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #8eae6d;
}
.download a {
	color: #657259;
}
.download img {
	margin: 0 0;
}
.download-page p {
	border-bottom: #ccc 1px dashed;
	padding-bottom: 16px;
}

/* Links */
a {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	color: #545454;
	text-decoration: none;
}

/* Structure */
#wrapper {
	min-width: 196px;
	max-width: 916px;
	margin: 0 auto 30px auto;
	padding: 0 22px 18px;
	border: #e4e4e4 1px solid;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 3px 12px #e4e4e4;
  	-webkit-box-shadow: 0px 3px 12px #e4e4e4;
 	box-shadow: 0px 3px 12px #e4e4e4;
}
#wrapper-outer {
	background: transparent url(images/zen-rocks.png) no-repeat top right;
	min-width: 196px;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Header */
#header {
	min-width: 196px;
	max-width: 962px;
	margin: 0 auto 0;
	position: relative;
}
.header-inner {
	padding: 0 0;
}

/* Logo */
.logo {
	display: inline-block;
	float: left;
	width: 75%;
	position: relative;
}
.logo h2 {
	margin: -3px 0 0;
	padding: 0 0 0.125em 0.25em;
	font-size: 2.6em;
	color: #303030;
	display: inline-block;
	float: left;
}
.logo h4 {
	margin: 0;
	padding: 0.125em 0.25em 1.75em 1em;
	font-size: 1.0em;
	color: #888;
	font-style: italic;
}
.logo a {
	border: none;
	text-decoration: none;
	color: #303030;
}
.logo img {
	max-width: 228px;
	height: auto;
	padding-bottom: 10px;
	display: inline-block;
}
.teachings {
	display: inline-block;
	width: 23.25%;
	float: right;
	padding: 28px 0 0;
}
.teachings img {
	max-width: 100%;
	height: auto;
}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	position: relative;
	top: 36px;
	left: -10px;
	display: inline-block;
	float: left;
}

/* =Menu
-------------------------------------------------------------- */
#nav-outer {
	width: 100%;
	float: left;
	background: #fff url(images/nav-bg.png) repeat top center;
	margin: 0;
	padding: 0;
	border: #e5e3e3 solid 1px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
#access {
	min-width: 196px;
	max-width: 916px;
	display: block;
	margin: 0 auto;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 0.5em;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#access a {
	color: #545454;
	display: block;
	line-height: 30px;
    padding: 0;
    text-align: center;
	text-decoration: none;
}
#access .sub-menu a {
    width: 120px!important;
    text-align: left;
    padding: 4px 5px;
}
#access #menu-main-menu li:first-child a {
    width: 67px;
}
#access #menu-main-menu li:nth-child(2) a {
    width: 72px;
}
#access #menu-main-menu li:nth-child(3) a {
    width: 61px;
}
#access #menu-main-menu li:nth-child(4) a {
    width: 66px;
}
#access #menu-main-menu li:nth-child(5) a {
    width: 109px;
}
#access #menu-main-menu li:nth-child(6) a {
    width: 112px;
}
#access #menu-main-menu li:nth-child(7) a {
    width: 156px;
}
#access #menu-main-menu li:nth-child(8) a {
    width: 97px;
}
#access #menu-main-menu li:nth-child(9) a {
    width: 63px;
}
#access #menu-main-menu li:last-child a {
    width: 78px;
}
#access ul ul {
	background: #fff;
	box-shadow: 0px 3px 3px #ccc;
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 140px;
	z-index: 99999;
	padding: 10px 10px;
	border: #e5e3e3 1px solid;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#access ul ul li {
	min-width: 120px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	color: #545454;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	height: auto;
	line-height: 1.2em;
	padding: 4px 5px;
	width: 120px;
	margin: 0 5px;
	border-bottom: 1px dotted #ddd;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	font-weight: bold;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	font-weight: bold;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	font-weight: bold;
}

#access .page-item-12 a, #access .menu-item-2016 a {
	background: url(images/home.png) no-repeat 0% 40%;
	line-height: 30px;
    padding-left: 17px;
    margin-left: 5px;
}

.social {
	display: inline-block;
	float: right;
	margin-right: 11px;
}
#access .social img {
	vertical-align: middle;
}
#access .social a {
	display: inline-block;
	padding: 0 1px 0 0;
	margin: 0;
}

/* Content */
#page {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#content {
	padding: 21px 0 0;
	float: left;
	margin: 0 0 1em 0;
	width: 70%;
}
#content-no-widgets {
	padding: 1em 0 0;
	float: left;
	margin: 0 0 1em 0;
	width: 100%;
}
#sidebar {
	background: #fff;
	float: right;
	width: 28%;
	margin: 21px 0 0 0;
	padding: 0 0 0;
}

/* Post */
.post {
	padding: 0.5em 1em 0 0;
	margin: 0 0 1em;
	overflow: hidden;
}
#content-no-widgets .post {
	padding: 0.5em 0 0 0;
}
.title {
	margin-bottom: 12px;
}
.title a {
	color: #333;
}
.title .authorlink a {
	color: #1982d1;
}
h1.title, h2.title, h3.title {
	margin: 0;
}
.archive h1.title {
	margin-bottom: 36px;
}
.search h3.title {
	padding: 0;
}
.tag h1.title {
	font-size: 1.6em;
}
.home h2.title {
	font-size: 2.2em;
}

.post .meta {
	padding: 0 0;
	color: #888;
}
.longmeta {
	margin: 0 1em 1em 0;
	padding: 2em 0 1em 0;
	line-height: normal;
	font-size: 0.8em;
	color: #787878;
	border-top: #ccc 1px dashed;
	vertical-align: middle;
}
.entrymeta {
	padding: 0 0 0 0;
}
.entry-content {
	margin: 18px 0 18px;
	padding: 15px 30px 15px 30px;
	text-align: justify;
	border: #d3d3d3 1px solid;
    border-radius: 5px;
	background: #fbfbfb;
}
.entry-content:before {
	color:#ddd;
	content:open-quote;
	font-size: 120px;
	line-height: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 42px 16px -10px 0px;
	float: left;
}
.entry-content:after {
	color:#ddd;
	content:close-quote;
	font-size: 72px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: -10px 0 10px 10px;
	float: right;
}
.entry-quote {
	margin: 0 80px 0 0;
	font-style: italic;
	font-size: 0.8em;
}
.longmeta {
	height: auto;
}
.quoteauthor {
	padding: 0;
	margin: 0 0 -1em 2em;
}
.quoteauthor a {
	text-decoration: none;
}
h1.author {
	margin-bottom: 1em;
}
span.authorlink {
	font-size: 0.6em;
}
.authorlink {
	font-style: italic;
}
.authorlink a {
	text-decoration: none;
	font-size: 1.1em;
	font-style: normal;
}
#entry-author-info {
	margin: 0 0 2em;
}
.tags {
	font-size: 8pt;
}
.post .meta .author {
	float: left;
}
.post .meta .date {
	float: right;
}
.post .meta a {
	border: none;
}
.post .entry {
	padding-top: 1em;
}
.post .tags {
	margin: 0;
	padding: 5px 0;
	line-height: normal;
}
.post .links {
	margin: 0 0 18px;
	padding: 0;
	line-height: normal;
	font-size: 0.8em;
}
.post h1 a, .post h2 a  {
	text-decoration: none;
}

/* Print */
.printerfriendly {
	background: url(images/printer.png) no-repeat left 50%;
}
.printbutton {
	margin: 0 5px 0;
}
.comments {
	background: url(images/comment.png) no-repeat left 50%;
	padding-left: 20px;
}
.readmore {
	background: url(images/page.png) no-repeat left 50%;
	padding-left: 1.5em;
}
.home .sticky {
	background: #f0f0f0;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 2em 2em;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin: 0.5em 1em 0.5em 0;
	padding: 0.5em 0 0.5em 0;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 0.5em 0 0.5em;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 1.3em;
	margin: 1em 0;
	padding: 0.5em 0.5em;
	position: relative;
}
.commentlist .alt {
	padding: 8px 10px;
	background: #f6f6f6;
	margin-bottom: 10px;
    border-radius: 5px;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 7px;
	left: 6px;
}
.comment-author {
	padding: 0 0 0 44px;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 44px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 2em 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* Sidebar */
#sidebar {
	font-size: 9pt;
}
#sidebar a {
	text-decoration: none;
	color: #0066cc;
}
#sidebar a:hover {
	color: #545454;
	text-decoration: underline;
}
.widget-container {
	overflow: hidden;
	margin: 0 0 16px 0;
	padding: 1em 1em;
	vertical-align: top;
	border: #ddd 1px solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#text-14 {
	border-top: none !important;
	-webkit-border-radius: none !important;
	-moz-border-radius: none !important;
	border-radius: none !important;
}
#sidebar ul {
	margin: 0 0 0.5em 0;
	list-style: none;
}
#sidebar ul ul {
	list-style: none;
	margin: 0 0 1em 0em;
}
#sidebar ul ul ul {
	margin: 1em 0 0 2em;
}
#sidebar ol {
	margin: 0 0 1em 1.5em;
}
#sidebar ul ul li, #sidebar ol li {
	line-height: 1.4em;
	margin: 0 0 0.5em 0;
}
.widget-title, #sidebar h4 {
	color: #999;
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

#front-page-top-left ul, #front-page-top-right ul {
	margin: 0;
	padding: 0;
}
#front-page-top-left {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 47.5%;
}
#front-page-top-right {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	width: 48.5%;
	float: right;
}
#front-page-top-left img, #front-page-top-right img {
	width: 100%;
	height: auto;
}
#front-page-bottom-left ul, #front-page-bottom-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#front-page-bottom-left {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 47.5%;
	float: left;
}
#front-page-bottom-right {
	display: inline-block;
	width: 47.5%;
	float: right;
	border-left: #d8d8d8 solid 1px;
}
#front-page-bottom-left .widget-container, #front-page-bottom-right .widget-container {
	overflow: hidden;
	margin: 0 0 16px 0;
	padding: 0;
	vertical-align: top;
	border: none;
}
#front-page-bottom-right .widget-container {
	padding: 0 0 0 24px;
}
#front-page-bottom-left .widget-title, #front-page-bottom-right .widget-title {
	font-size: 24px;
	color: #303030;
	text-transform: none;
}

#events-page-widget-one, #events-page-widget-two, #events-page-widget-three {
	width: 33%;
	vertical-align: top;
	display: inline-block;
}
#events-page-widget-one .widget-title, #events-page-widget-two .widget-title, #events-page-widget-three .widget-title {
	color: #404040;
	font-size: 18px;
}
#events-page-widget-one .widget-container, #events-page-widget-two .widget-container, #events-page-widget-three .widget-container {
	border: none;
	margin: 0 0;
	padding: 0 0;
}
#events-page-widget-one ul ul, #events-page-widget-two ul ul, #events-page-widget-three ul ul {
	margin-left: 18px;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

/* Forms */
input, textarea {
	border: #ccc solid 1px;
	padding: 3px;
	margin: 0 0 8px 2px;
}
textarea {
	width: 98%;
}
input[type="submit"] {
	border: #88210d solid 1px;
	background: #88210d;
	color: #fff;
	padding: 3px 5px;
	font-size: 12pt;
	border-radius: 4px;
}
input#s {
	width: 46%;
}
input#searchsubmit {
	width: 21%;
}
select {
	margin: 5px 5px;
	padding: 3px;
}

/* Footer */
#footer-outer {
	width: 100%;
	padding: 0.25em 0 0.25em;
	margin: 0;
}
#footer {
	min-width: 196px;
	max-width: 916px;
	margin: 0 auto;
	font-size: 0.8em;
	color: #a9a9a9;
}
#footer a {
	color: #dadada;
	text-decoration: none;
}
#footer a:hover {
	color: #dadada;
}
.footer-left {
	display: inline-block;
	width: 49%;
	padding: 0;
	margin-bottom: 0.125em;
	line-height: 1.2em;
}
.footer-right {
	display: inline-block;
	text-align: right;
	width: 49%;
	padding: 0;
	margin-bottom: 0.125em;
	line-height: 1.2em;
}
.footer-left p, .footer-right p {
	padding: 0.5em 1em;
}
.clear {
	clear: both;
}
.newsletter-form {
	background-color: #292929;
	color: #bdbcbc;
	margin: -15px -15px -15px -15px;
	padding: 17px 17px 7px;
	line-height: 16px;
	font-size: 12px;
}
.newsletter-form input {
	width: 97%;
	max-width: 360px;
	margin: 4px 0 12px;
}
.newsletter-form input[type="submit"] {
	width: 33%;
	min-width: 80px;
	margin-right: 10px;
	background-color: #5f5f5e;
	border-color: #5f5f5e;
	border-radius: 4px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
.newsletter-form h3 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 14px;
}
.eM-title {
	color: #fff;
}
#eModal-Container {
	background-color: #292929;
}
.newsletter-form2 {
	background-color: #292929;
	color: #bdbcbc;
	margin: -15px;
	padding: 17px 17px 7px;
	line-height: 16px;
	font-size: 12px;
	max-width: 480px;
}
.newsletter-form2 input {
	width: 97%;
	max-width: 300px;
	margin: 4px 0 12px;
}
.newsletter-form2 input[type="submit"] {
	width: 33%;
	min-width: 80px;
	margin-right: 10px;
	background-color: #5f5f5e;
	border-color: #5f5f5e;
	border-radius: 4px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
.newsletter-form2 h3 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 14px;
}
.newsletter-page {
	background-color: #292929;
	color: #bdbcbc;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.newsletter-page input {
	width: 32%;
	min-width: 240px;
	margin: 3px 0 3px;
}
.newsletter-page input[type="submit"] {
	width: 33%;
	min-width: 80px;
	margin-right: 10px;
	background-color: #5f5f5e;
	border-color: #5f5f5e;
	border-radius: 4px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
.newsletter-page h1 {
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 14px;
}
#text-14 {
	margin-top: -25px;
	padding: 17px 10px 0;
	background: url(images/event-widget-bottom.png) no-repeat bottom center;
}
.widget-img-box {
	text-align: center;
	color: #fff;
}
.widget-img-box2 {
	margin: -17px -20px -17px -15px;
	background: #fff;
}
.widget-img-box2 img {
	width: 100%;
}
#sidebar .eventsListWidget {
	background: url(images/event-widget-bg.png) no-repeat top center;
	padding: 90px 28px 20px;
}
#sidebar .eventsListWidget li {
	border-bottom: #d8d8d8 1px solid;
	padding: 5px 0;
}
#sidebar .eventsListWidget .event {
	margin-top: 4px;
}
#sidebar .eventsListWidget .event a {
	color: #6a6a6a;
}
.eventsListWidget .widget-title {
	display: none;
}
.dig-in2 {
	font-size: 2.0em;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dig-in {
	font-size: 2.0em;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: none;
}
.page-template-events-page-php .dig-in {
	display: none;
}

#slider {
	max-width: 614px;
	padding: 10px 9px 2px;
	border: #d8d8d8 1px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: -20px;
}
#slider img {
  max-width: 100%;
}
#tec-content {
	clear: both;
}
#tec-events-calendar-header {
	padding-top: 25px;
}
.tec-calendar-buttons {
	padding-top: 25px;
}
#tec-content .entry-title { font-weight: normal; font-size: 16px; }

#sidebar #text-10 { border-bottom: none; }
.eventsListWidget { border-top: none; }

table td {
	padding: 5px 15px;
}

/* Tabber for Big Mind in World Page */

ul.tabnav {
	background: url(images/big-mind-world.jpg) no-repeat 50% 0;
	width: 100%;
	height: 420px;
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	position: relative;
}
.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	max-width: 210px;
}

.tabnav li a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
	padding: 4px 6px;
	outline: none;
	font-size: 18px;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background: #831c08;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
}
.tabnav li.one {
	position: absolute;
	top: 46px;
	left: 160px;
}
.tabnav li.two {
	position: absolute;
	top: 116px;
	left: 130px;
}
.tabnav li.three {
	position: absolute;
	top: 200px;
	left: 150px;
}
.tabnav li.four {
	position: absolute;
	top: 275px;
	left: 150px;
}
.tabnav li.five {
	position: absolute;
	top: 336px;
	left: 240px;
}
.tabnav li.six {
	position: absolute;
	top: 306px;
	left: 666px;
}
.tabnav li.seven {
	position: absolute;
	top: 246px;
	left: 680px;
}
.tabnav li.eight {
	position: absolute;
	top: 177px;
	left: 696px;
}
.tabnav li.nine {
	position: absolute;
	top: 100px;
	left: 694px;
}
.tabnav li.ten {
	position: absolute;
	top: 24px;
	left: 666px;
}
.tabnav li.eleven {
	position: absolute;
	top: 356px;
	left: 630px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes .window {
	background-color: #fff;
  	position: absolute;
	left:0;
	top:0;
	width:860px;
	height:600px;
	display:none;
	z-index:9999;
}
#boxes h2 {
  padding: 0 20px;
  margin: 10px 0;
}
.windowscroll {
	overflow: scroll;
	width:820px;
  	height:520px;
	padding:20px;
}
#boxes .close {
	float:right;
	position: absolute;
	top: -10px;
	right: -10px;
}
.learn-page {
	margin: -22px 0 20px;
	padding: 0 0 5px;
	background: url(images/dot.png) bottom repeat-x;
}
.learn-page img {
	margin-right: 13px;
}
.page p.read-more {
	padding-bottom: 20px;
	background: url(images/dot.png) bottom repeat-x;
}

ul.lcp_catlist {
	margin-left: 0;
	list-style: none;
}
ul.lcp_catlist a {
	font-size: 18px;
}
.lcp_excerpt {
	margin-top: 12px;
	font-size: 14px;
	padding-bottom: 20px;
	background: url(images/dot.png) bottom repeat-x;
}
.videop-img {
	display: inline-block;
	width: 320px;
	vertical-align: top;
	margin-bottom: 15px;
	float: left;
}
.videop-txt {
	display: inline-block;
	width: 590px;
	vertical-align: top;
	float: right;
	background: url(images/dot.png) bottom repeat-x;
}
.videobox {
	min-height: 180px;
	float: left;
}

ul #menu-in-the-world {
	margin: 0 0;
}
#menu-in-the-world li {
	background: url(images/world-button.png) repeat-x;
	width: 100%;
	height: 47px;
	text-align: center;
	margin: 6px 0;
}
#menu-in-the-world li:hover {
	background: url(images/world-button-focus.png) repeat-x;
	color: #fff;
}
#menu-in-the-world li a {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 0 0;
	line-height: 47px;
	color: #292929;
}
#menu-in-the-world li a:hover {
	color: #fff;
	text-decoration: none;
}

.page-id-4461 #comments {
	display:none;
}

.page-id-4461 a {
	outline:none;
	text-decoration:none;
}

.page-id-4461  h1.title {
	display: none;
}

.giftIdeas-Section {
	position:relative;
	max-width:800px;
	margin:0;
	border:0;
	padding:0;
	background-color:#FFFFFF;
}

.giftIdeas-Div {
	position:relative;
	max-width:800px;
	margin:0;
	border:0;
	padding:0;
}

#giftIdeas-Div-Head {
	position:relative;
	max-width:800px;
	margin:0;
	border:0;
	padding:30px 30px 10px 30px;
	background:url(http://bigmind.org/wp-content/uploads/bigmind-dvd-background.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}

#giftIdeas-Div-Explore {
	position:relative;
	max-width:800px;
	margin:0;
	border:0;
	padding:0;
	background-color: #FFFFFF;
}

#giftIdeas-Div-FirstVolume {
	position:relative;
	width:90%;
	max-width:800px;
	margin:0;
	border:0;
	padding:0 30px 10px 30px;
}

#giftIdeas-Div-BoxSet {
	position:relative;
	max-width:800px;
	margin:20px 0 0 0;
	border:0;
	padding:20px 0 10px 0;
}

#giftIdeas-Div-Video {
	position:relative;
	max-width:800px;
	margin:0;
	border:0;
	border-top:solid 1px #939393;
	border-bottom:solid 1px #939393;
	padding:20px 30px 10px 30px;
}

.giftIdeas-iFrame-Video {
	position:relative;
	width:90%;
	max-width:560px;
	left:50%;
	margin-left:-280px;
}

#giftIdeas-Div-Volumes {
	position:relative;
	max-width:800px;
	margin:0;
	border:0;
	padding:20px 30px 10px 30px;
}

#giftIdeas-Div-Process {
	position:relative;
	max-width:800px;
	margin:20px 0 0 0;
	border:0;
	border-top:solid 1px #939393;
	border-bottom:solid 1px #939393;
	padding:20px 30px 10px 30px;
}

#giftIdeas-Div-Testimonial {
	position:relative;
	max-width:800px;
	margin:0;
	border:0;
	padding:20px 30px 10px 30px;
}

.giftIdeas-Div-Left {
	vertical-align:top;
	position:relative;
	top:0;
	left:0;
	display:inline-block;
	background-color: #FFFFFF;
	width:60%;
	margin:0;
	border:0;
  border-top:solid 16px #FFFFFF;
	border-bottom:solid 16px #FFFFFF;
	padding:10px;
}

.giftIdeas-Div-Right {
	vertical-align:top;
	position:relative;
	display:inline-block;
	background-color: #FFFFFF;
	background:url(http://bigmind.org/wp-content/uploads/photo-300x300.jpg) no-repeat;
	background-size:cover;
	width:200px;
	height:200px;
	margin:0;
	border:0;
	border-top:solid 16px #FFFFFF;
	border-left:solid 16px #FFFFFF;
	padding:0;
}

.giftIdeas-Button {
	background-color:#741a0e;
	outline:none;
	color:#FFFFFF;
	font-size:16px;
	font-weight:300;
	margin:0 0 0 0;
	border:solid 5px #741a0e;
	padding:6px;
}

.giftIdeas-Button:hover {
	background-color:#727272;
	border:solid 5px #727272;
}

.giftIdeas-h2-Large {
	text-transform:uppercase;
	color:#FFFFFF;
	text-shadow: 1px 1px rgba(81,81,81,0.7);
	font-size:47px;
	font-weight:600;
	line-height:0.9;
	margin:-2px 0 0 0;
}

.giftIdeas-h2-Medium {
	text-transform:uppercase;
	color:#FFFFFF;
	text-shadow: 1px 1px rgba(81,81,81,0.7);
	font-weight:600;
	font-size:41px;
	line-height:0.8;
	margin:-2px 0 0 0;
}

.giftIdeas-h2-Small {
	text-transform:uppercase;
	color:#FFFFFF;
	text-shadow: 1px 1px rgba(81,81,81,0.7);
	font-weight:600;
	font-size:27px;
	line-height:0.9;
}

.giftIdeas-h3-Normal {
	margin:0;
	border:0;
	padding:12px 0 0 0;
	color:#FFFFFF;
	text-shadow: 1px 1px rgba(81,81,81,0.7);
	line-height:0.9;
}

.giftIdeas-h3-Italic {
	font-style:italic;
	color:#FFFFFF;
	text-shadow: 1px 1px rgba(81,81,81,0.7);
	line-height:0.9;
}

.giftIdeas-h3-Black {
	font-size:24px;
	line-height:1.425;
	margin:0;
	border:0;
	padding:0;
	display:inline;
}

.giftIdeas-h4 {
	font-size:18px;
	line-height:1.225;
	color:#565555;
	margin:0 0 12px 0;
	border:0;
	padding:0;
}

.giftIdeas-Paragraph {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:1.425;
	margin:0;
	border:0;
	padding:0;
}

.giftIdeas-Table {
	width:90%;
	margin:0;
	border:0;
	padding:0;
}

.giftIdeas-TBody {
	margin:0;
	border:0;
	padding:0;
}

.giftIdeas-tr {
	margin:0;
	border:0;
	padding:0;
}

.giftIdeas-td {
	margin:0;
	border:0;
	padding:0;
}

.giftIdeas-ul{
	line-height:1.225;
	color:#565555;
	margin:0 0 0 24px;
	border:0;
	padding:0 0 12px 0;
}

.giftIdeas-li {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:1.425;
	color:#565555;
	margin:0;
	border:0;
	padding:0;
}

.giftIdeas-ul-none{
	line-height:1.225;
	color:#565555;
	margin:0 0 0 24px;
	border:0;
	padding:0 0 12px 0;
	list-style-type:none;
}

.giftIdeas-li-none, .giftIdeas-li-none em {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:1.425;
	color:#565555;
	margin:0;
	border:0;
	padding:0;
}

.giftIdeas-Blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.425;
	color:#565555;
	margin:0 20px 0 30px;
	border:0;
	padding:0;
}

.giftIdeas-alternative {
	display:none;
}

.giftIdeas-Button-alignright {
	display: inline;
}

body.home.page {
    border: none;
}

.home.page #wrapper-outer {
    background: #e7e7e6;
    max-width: 1273px;
    padding-top: 23px;
}

.home.page #wrapper {
    position: relative;
    padding: 0;
    max-width: 1273px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.home.page .logo h2, .home.page .logo img {
    padding-bottom: 0;
}

.home.page .logo h2 {
    line-height: 0;
}

.home.page .logo .tagline {
    font-family: 'helveticaneuecyrlight';
    font-weight: normal;
    top: 27px;
    left: 1px;
    font-size: 18px;
}

.home.page #header {
    max-width: 1255px;
}

.home.page #nav-outer {
    border: none;
    background: none;
}

.home.page #access {
    float: right;
    max-width: 1273px;
}

.home.page #access a {
    color: #000000;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 12px;
    line-height: 22px;
    padding-bottom: 9px;
}

.home.page #access #menu-main-menu li:first-child a, .home.page #access #menu-main-menu li:nth-child(2) a,
.home.page #access #menu-main-menu li:nth-child(3) a, .home.page #access #menu-main-menu li:nth-child(4) a,
.home.page #access #menu-main-menu li:nth-child(5) a, .home.page #access #menu-main-menu li:nth-child(6) a,
.home.page #access #menu-main-menu li:nth-child(7) a, .home.page #access #menu-main-menu li:nth-child(8) a,
.home.page #access #menu-main-menu li:nth-child(9) a, .home.page #access #menu-main-menu li:nth-child(10) a {
    width: auto;
}

#menu-primary-menu {
    list-style: none;
    margin: 0;
}

#menu-primary-menu li {
    position: relative;
    float: left;
    padding: 0;
}

#menu-primary-menu li ul.sub-menu {
    list-style: none;
    margin: 0;
    left:0
}

.home.page #access .page-item-12 a {
    background: none;
    padding-left: 0;
    margin-left: 0;
    line-height: 22px;
}

.home.page #access li:hover > a, .home.page #access ul ul :hover > a, .home.page #access a:focus,
.home.page #access ul li.current_page_item > a, .home.page #access ul li.current-menu-item > a {
    font-weight: normal;
}

.home.page .social {
    margin-top: 24px;
    margin-right: 15px;
}

.home.page .social a {
    margin: 0 2px;
}

.home.page #content {
    padding: 8px 0 0;
    width: 100%;
    margin-bottom: 0;
}

.home.page #footer-outer {
    display: none;
}

.home.page #sidebar {
    display: none;
}

.home.page #slider {
    max-width: 1273px;
    border: none;
    padding: 0;
}

.home.page .meteor-slides {
    max-height: 600px;
}

.home.page .slides {
    max-height: 600px;
}

.home.page .meteor-buttons {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    bottom: 37px;
}

.home.page .meteor-buttons a {
    background: #ffffff;
    border: none;
    border-radius: 5px;
    height: 9px;
    width: 9px;
    margin: 0 6px 0 0;
}

.home.page .meteor-buttons a.activeSlide {
    background: #0a87ad;
}

.home.page #scroll-menu {
    margin-top: 45px;
}

.home.page #scroll-menu ul {
    margin: 0;
    text-align: center;
}

.home.page #scroll-menu ul li {
    list-style: none;
    display: inline-block;
	padding: 20px 5px;
	/*padding added by Eric*/
}

.home.page #scroll-menu ul li a {
    display: block;
    width: 230px;
    height: 30px;
    padding-top: 78px;
    margin: 0 20px;
    background: url('images/black-ring.jpg') no-repeat top center;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-decoration: none;
}

.home.page #scroll-menu ul li a:hover {
    background: url('images/blue-ring.png') no-repeat top center;
    color: #0a87ad;
}

.home.page .home-page-about {
    width: 100%;
    height: 507px;
    margin-top: 28px;
    background: url('images/home-about.jpg') no-repeat top center;
	background-size:cover;
}

.about-description-text {
    float: right;
    width: 54%;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 34px;
    margin: 52px 40px 0 0;
}

.transparent-button {
    font-family: "helveticaneuecyrlight";
    font-size: 36px;
    text-decoration: none;
}

.transparent-button.white-button {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0 30px;
}

.transparent-button.white-button:hover {
    color: #ffffff;
}

.transparent-button.black-button {
    color: #000000;
    border: 1px solid #000000;
    padding: 10px 50px;
}

.home-page-about .transparent-button.white-button {
    margin: 30px 167px;
    clear: both;
    float: right;
}

.transparent-button.black-button:hover {
    color: #000000;
}

.home.page #section-2, .home.page .left-events-block, .home.page .right-events-block {
    height: 593px;
}

.home.page .left-events-block {
    position: relative;
    width: 50.5%;
    float: left;
    background-color: #ffffff;
}

.home.page .right-events-block {
    width: 49.5%;
    float: right;
    background: url('images/home-events.jpg') no-repeat center center;
}

#sidebar-1 {
    margin-bottom: 40px;
}

#sidebar-1 ul.xoxo, #sidebar-1 ul.upcoming, #sidebar-1 ul.upcoming li {
    margin: 0;
}

#sidebar-1 ul.xoxo .eventsListWidget {
    padding: 0;
    border: none;
}

#sidebar-1 ul.xoxo .eventsListWidget ul li {
    list-style: none;
    padding-bottom: 10px;
}

#sidebar-1 ul.xoxo .eventsListWidget ul li a {
    color: #000000!important;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
}

#sidebar-1 ul.xoxo .eventsListWidget ul li a span {
    font-weight: bold;
}

#sidebar-1 ul.xoxo li.widget-container.widget_text {
    display: none;
}

#section-2 h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 58px;
    color: #000000;
    margin-bottom: 30px;
}

.section-events-content {
    padding: 42px 6% 0 8%;
}

.section-events-content .transparent-button.black-button {
    position: absolute;
    left: 54px;
    top: 470px;
}

.section-events-content-text p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
}

.section-events-content-text p strong {
    margin-top: 10px;
    display: inline-block;
}

.home.page #section-3 {
    background: url('images/videoReplace.jpg') no-repeat center center;
    width: 100%;
    height: 575px;
}

#section-3 .left-videos-block {
    float: left;
    width: 50.5%;
}
.to-video-content::before, .to-youtube-video::before {
  content: url(images/play.png);  
  padding-top:1em;
  padding-right:.3em;
  margin-top:5px;
} 

#section-3 .right-videos-block {
    float: right;
    width: 49.5%;
    background: rgba(0,0,0,0.4);
    height: 100%;
    overflow:auto;
}

.home.page .left-videos-block a {
	padding-top:5px;
}
#section-3 .left-videos-block .video-section-title {
    padding: 44px 0 0 58px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    color: #ffffff;
}

#section-3 .left-videos-block .to-youtube-video {
    display: block;
    margin: 19px 0 0 58px;
    width: 408px;
    height: 53px;
}

#section-3 .left-videos-block .to-video-content {
    display: block;
    margin: 33px 0 0 58px;
    width: 408px;
    height: 53px;
}

#section-3 .right-videos-block .blog-content {
    background-color: #ffffff;
    width: 80%;
    height: 80%;
    margin: 9% 7%;
    padding: 12px 3% 0 3%;
    overflow:auto;
}

.right-videos-block h2 {
    font-size: 24px;
    color: #000000;
}

.right-videos-block .blog-content {
    color: #000000;
    font-size: 14px;
}

.right-videos-block .blog-content .meta {
    margin-bottom: 10px;
    line-height: 14px;
}

.right-videos-block .blog-content h6 {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #545454;
    margin-bottom: 10px;
    margin-top: 5px;
}

.right-videos-block .blog-content .entry {
    color: #000000;
    font-size: 13px;
}

.home .right-videos-block .blog-content h2.title {
    line-height: 20px;
    font-size: 18px;
    margin-top: 25px;
}

.home .right-videos-block .blog-content h2 a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
}

.books-recomended-block {
    text-align: center;
}

.books-recomended-block .book-item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.books-recomended-block .book-item p {
    position: relative;
    height: 315px;
    margin: 40px 35px;
}

.books-recomended-block .book-item p img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.books-recomended-block .book-item .book-cover img:first-child {
    margin-top: 20px;
}

.books-recomended-block .book-item .book-cover img:nth-child(2) {
    margin-top: 32px;
}

.books-recomended-block .book-item a {
    text-decoration: none;
    color: #000000;
}

.books-recomended-block .book-item h2 {
    font: 24px 'helveticaneuecyrlight';
    color: #000000;
    margin: 0 20px;
}

#section-4 .shop-now-link {
    height: 80px;
    margin-bottom: 20px;
}

#section-4 .shop-now-link a {
    float: right;
    margin-right: 5%;
}

#section-5 {
    width: 73%;
    min-height: 310px;
    background: #231f20 url('images/home-subscribe-form.png') no-repeat left bottom;
    color: #ffffff;
    padding-left: 27%;
}

#section-5 h2 {
    color: #ffffff;
    font-family: 'helveticaneuecyrlight';
    margin-top: 33px;
}

.right-contacts-block, .left-contacts-block {
    display: inline-block;
    vertical-align: top;
}

.left-contacts-block {
    width: 600px;
}

.right-contacts-block {
    width: 270px;
    text-align: right;
    font: 18px 'helveticaneuecyrlight';
}

.left-contacts-block h2 {
    font-size: 20px;
}

.left-contacts-block .form-item-contain {
    margin-bottom: 14px;
}

.left-contacts-block input {
    background: #a7a5a6;
    border: none;
    padding: 8px 10px;
    font-family: 'Arial';
    font-size: 15px;
    margin-left: 0;
}

.left-contacts-block input#inf_field_Email,
.left-contacts-block input#inf_field_State,
.left-contacts-block input#inf_field_PostalCode {
    margin-left: 17px;
}

.left-contacts-block input#inf_field_FirstName,
.left-contacts-block input#inf_field_Email,
.left-contacts-block input#inf_field_City,
.left-contacts-block input#inf_field_Country {
    width: 264px;
}

.left-contacts-block input#inf_field_State {
    width: 98px;
}

.left-contacts-block input#inf_field_PostalCode {
    width: 124px;
}

.left-contacts-block input[type=submit] {
    float: right;
    margin-right: 12px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 8px 37px;
    background: none;
    font: 19px 'helveticaneuecyrlight';
    cursor: pointer;
}

.form-item-submit {
    height: 30px;
    margin-top: 10px;
}

.right-contacts-block h2 {
    font-size: 30px;
}

@media screen and (min-width:975px) {
	.giftIdeas-Div {
		left:50%;
		margin-left:-370px;
	}

	#giftIdeas-Div-Head, #giftIdeas-Div-Explore, #giftIdeas-Div-FirstVolume, #giftIdeas-Div-BoxSet, #giftIdeas-Div-Video, #giftIdeas-Div-Volumes, #giftIdeas-Div-Process, #giftIdeas-Div-Testimonial {
		left:50%;
		margin-left:-370px;
	}

	.giftIdeas-Div-Right {
		width:250px;
		height:250px;
		border:0;
		border-top:solid 16px #FFFFFF;
		border-left:solid 40px #FFFFFF;
		border-bottom:solid 32px #FFFFFF;
	}
}

@media screen and (min-width: 945px) and (max-width:974px) {
	.giftIdeas-Div {
		left:50%;
		margin-left:-396px;
	}

	#giftIdeas-Div-Head, #giftIdeas-Div-Explore, #giftIdeas-Div-FirstVolume, #giftIdeas-Div-BoxSet, #giftIdeas-Div-Video, #giftIdeas-Div-Volumes, #giftIdeas-Div-Process, #giftIdeas-Div-Testimonial {
		left:50%;
		margin-left:-396px;
	}

	.giftIdeas-Div-Right {
		width:250px;
		height:250px;
		border:0;
		border-top:solid 16px #FFFFFF;
		border-left:solid 40px #FFFFFF;
		border-bottom:solid 32px #FFFFFF;
	}
}

@media screen and (min-width: 880px) and (max-width:944px) {
	.giftIdeas-Div {
		left:50%;
		margin-left:-396px;
	}

	#giftIdeas-Div-Head, #giftIdeas-Div-Explore, #giftIdeas-Div-FirstVolume, #giftIdeas-Div-BoxSet, #giftIdeas-Div-Video, #giftIdeas-Div-Volumes, #giftIdeas-Div-Process, #giftIdeas-Div-Testimonial {
		left:50%;
		margin-left:-396px;
	}

	.giftIdeas-Div-Right {
		width:250px;
		height:250px;
		border:0;
		border-top:solid 16px #FFFFFF;
		border-left:solid 40px #FFFFFF;
		border-bottom:solid 32px #FFFFFF;
	}
}

@media screen and (min-width:670px) and (max-width:879px) {
	.giftIdeas-Div-Left {
		vertical-align:top;
		position:relative;
		top:0;
		display:inline-block;
		background-color: #FFFFFF;
		width:250px;
		margin:0;
		border:0;
		border-top:solid 16px #FFFFFF;
		border-bottom:solid 16px #FFFFFF;
		padding:10px;
	}

	.giftIdeas-Div-Right {
		vertical-align:top;
		position:relative;
		display:inline-block;
		background-color: #FFFFFF;
		background:url(http://bigmind.org/wp-content/uploads/photo-300x300.jpg) no-repeat;
		background-size:cover;
		width:250px;
		height:250px;
		margin:0 0 0 40px;
		border:0;
		border-top:solid 32px #FFFFFF;
		border-left:solid 40px #FFFFFF;
		padding:0;
	}
	
	.giftIdeas-iFrame-Video {
		position:relative;
		width:90%;
		max-width:560px;
		left:0;
		margin-left:20px;
	}
}

@media screen and (min-width:642px) and (max-width:669px) {
	.giftIdeas-Div-Left {
		vertical-align:top;
		position:relative;
		top:0;
		display:inline-block;
		background-color: #FFFFFF;
		width:250px;
		margin:0;
		border:0;
		border-top:solid 16px #FFFFFF;
		border-bottom:solid 16px #FFFFFF;
		padding:10px;
	}

	.giftIdeas-Div-Right {
		vertical-align:top;
		position:relative;
		display:inline-block;
		background-color: #FFFFFF;
		background:url(http://bigmind.org/wp-content/uploads/photo-300x300.jpg) no-repeat;
		background-size:cover;
		width:250px;
		height:250px;
		margin:0 0 0 40px;
		border:0;
		border-top:solid 32px #FFFFFF;
		border-left:solid 12px #FFFFFF;
		padding:0;
	}
	
.giftIdeas-iFrame-Video {
		position:relative;
		width:90%;
		max-width:560px;
		left:0;
		margin-left:20px;
	}
}

@media screen and (min-width:585px) and (max-width:641px) {
	.giftIdeas-Div-Left {
		vertical-align:top;
		position:relative;
		top:0;
		display:inline-block;
		background-color: #FFFFFF;
		width:250px;
		margin:0;
		border:0;
		border-top:solid 16px #FFFFFF;
		border-bottom:solid 16px #FFFFFF;
		padding:10px;
	}

	.giftIdeas-Div-Right {
		vertical-align:top;
		position:relative;
		display:inline-block;
		background-color: #FFFFFF;
		background:url(http://bigmind.org/wp-content/uploads/photo-300x300.jpg) no-repeat;
		background-size:cover;
		width:180px;
		height:180px;
		margin:0 0 0 40px;
		border:0;
		border-top:solid 48px #FFFFFF;
		border-left:solid 16px #FFFFFF;
		padding:0;
	}
	
.giftIdeas-iFrame-Video {
		position:relative;
		width:90%;
		max-width:560px;
		left:0;
		margin-left:20px;
	}
}

@media screen and (min-width:200px) and (max-width:584px) {
	.giftIdeas-td {
		display:inline;
		margin:0;
		border:0;
		padding:0;
	}

	.giftIdeas-li-none em {
		display:block;
		margin:0 0 10px 0;
	}

	.giftIdeas-li-none {
		line-height:2;
	}

	.giftIdeas-Div-Left {
		width:90%;
		display:block;
		border:0;
	}

	.giftIdeas-Div-Right {
		display:block;
		width:250px;
		height:250px;
		left:50%;
		margin-left:-125px;
		border:0;
		border-top:solid 5px #FFFFFF;
		border-bottom:solid 32px #FFFFFF;
	}

	.giftIdeas-iFrame-Video {
		position:relative;
		width:90%;
		max-width:560px;
		left:0;
		margin-left:20px;
	}
}

/*-----Inline Styles Moved to CSS-----*/
/*-----------Added by Eric------------*/

#section-2 h4 {
	font-size: 18px;
}

#section-3 .blog-content p {
		font-size: 14px;
		padding-left: 30px;
	}

/*---------------------------RESPONSIVE------------------------------*/
/*-----------------------------MEDIA---------------------------------*/
/*----------------------------QUERIES--------------------------------*/
/*--------------------------ADDED BY ERIC----------------------------*/

@media only screen and (min-width: 768px) {
   /* tablets and desktop */

}

@media only screen and (max-width: 767px) {
   /* phones */
	.home.page .meteor-slides {
    	max-height: 367px !important;
	}
	.home.page #scroll-menu {
		display:none;
	}
	#slider .mslide-2 .mslide-slide-text {
		top: 20px;
		left: 20px;
	}
	.slideText h1 {
	  padding:0 !important;
	  margin-bottom:0 !important;
	  font-size:1em !important;
	}
	.slideText h2 {
	  padding:0 !important;
	  margin-bottom:0 !important;

	}
	#slider .mslide-2 .mslide-slide-text h1 span {
		font-size: 1em;
		margin-bottom: 5px;
	}

	#slider .mslide-2 .mslide-slide-text h2 span {
		font-size: .875em;
	}

	#scroll-menu {
		margin-top: 15px;
	}

	#section-1 .about-description-text {
		font-size: 1.1em;	
		line-height: 1 !important;
		margin-left: 20px !important;
		float:right;
	}
.home.page #section-2 {
min-height: 785px;
}
.home.page .right-events-block {
    background: url('images/home-events.jpg') no-repeat -114px center;
    background-size: cover;
}
	.home.page .home-page-about {
		background: url('images/home-about.jpg') no-repeat left top;
		background-size:contain !important;
	}
	.home-page-about .transparent-button.white-button {
	font-size: 1.2em;
	margin: 12px 14px;
	}
	#section-2 pre span {
		font-size: 1.1em;
	}

	#section-2 h4 {
		font-size: 1.1em;
	}

	#section-2 h4 a {
		display: block;
	}

	.home.page .right-events-block {
		background: url('images/home-events.jpg') no-repeat left center;
	}
	#section-2 {
		background-color: white;
	}
	.home.page #section-2 {
		height:125vh;
	}

	#section-3 .left-videos-block .video-section-title {
	    padding: 44px 0 0 58px;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	    font-size: 2em;
	    color: #ffffff;
	}
.home.page #section-3 {
    background-position: center left;
  
}
	#section-3 .title {
		font-size: 1.8em;
	}

	#section-3 .blog-content p {
		padding: 0 10px;
		font-size: 1.2em;
		margin-bottom: 0;
	}
	#section-3 .left-videos-block .to-youtube-video {
    display: block;
    margin: 20px 0 0 10px;
    width: 75%;
    height: auto;
	font-size:2em;
}

#section-3 .left-videos-block .to-video-content {
	display: block;
    margin: 20px 0 0 10px;
    width: 75%;
    height: auto;
	font-size:2em;

}

	#section-4 .shop-now-link {
	    margin-top: 20px;
	}

	#section-4 .shop-now-link a {
	    margin-right: 30%;
	}

	#section-5 {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	#section-5 h2 {
		width: 80%;
		margin: 33px auto;
	}

	#section-5 .left-contacts-block {
	     width: 100%; 
	}

	#section-5 input#inf_field_Email,
	#section-5 input#inf_field_State,
	#section-5 input#inf_field_PostalCode {
    	margin: 0 8px 8px 8px;
	}

	#section-5 .right-contacts-block {
		text-align: center;
		margin: 5px;
	}

	#section-5 input[type=submit] {
		float: none;
		margin: 5px;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
   /* portrait phones */
   .home.page .meteor-slides {
    	max-height: 200px !important;
	}
	.slideText h2 {
	  line-height:1 !important;	
	  font-size: .875em !important;
	  padding:0 !important;
	  margin:0 !important;
	  margin-left: 3em !important;
	}
	.slideText h1 {
	  font-size: 1.1em !important;
	}

	.slideText {
	}
	#slider .mslide-2 .mslide-slide-text {
		top: 20px;
		left: 20px;
	}

	#slider .mslide-2 .mslide-slide-text h1 span {
		font-size: .7em;
		margin-bottom: 3px;
	}

	#slider .mslide-2 .mslide-slide-text h2 span {
		font-size:.775em;
		margin-bottom: 1px;
	}
	/* San louis had a span inside a span */
	#slider .mslide-2 .mslide-slide-text h2 span span {
		font-size:.975em;
		margin-bottom: 1px;
	}


	#scroll-menu {
		margin-top: 15px;
	}

	#section-1 .about-description-text {
		font-size: 1.1em;		
	}

	.home.page .home-page-about {
		background: url('images/home-about.jpg') no-repeat -20px -40px;
		background-size:cover !important;
	}
	#section-1 .about-description-text {
	float:left !important;
	}
	#section-2 pre span {
		font-size: 1.1em;
	}

	#section-2 h4 {
		font-size: 1.1em;
	}

	#section-2 h4 a {
		display: block;
	}

	.home.page .right-events-block {
		background: url('images/home-events.jpg') no-repeat -100px center;
	}

	#section-3 .left-videos-block .video-section-title {
	    padding: 44px 0 0 58px;
	    font-size: 2.5em;
	}
#section-3 .right-videos-block .blog-content {
height:auto;
}
#section-3 .left-videos-block .to-youtube-video {
    display: block;
    margin: 20px 0 0 10px;
    width: 60%;
    height: auto;
	font-size:1.5em;
}

#section-3 .left-videos-block .to-video-content {
	display: block;
    margin: 20px 0 0 10px;
    width: 60%;
    height: auto;
	font-size:1.5em;

}
.left-videos-block {
	margin-top:140px;
}
.home.page .books-recomended-block .book-item {
	width:90%;
}
/*
.home.page .books-recomended-block .book-item h2, .home.page .books-recomended-block .book-item p {
	display:none;
}
.home.page .books-recomended-block .book-item:last-of-type h2 {
	display:block;
}
*/
.home.page #section-3 {
	min-height:775px;
    /*background-position: -25px 163px;*/
    background-size: cover;
}
	#section-3 .title {
		font-size: 1.8em;
	}

	#section-3 .blog-content p {
		padding: 0 10px;
		font-size: 1.2em;
		margin-bottom: 0;
	}

	#section-4 .shop-now-link {
	    margin-top: 20px;
	}

	#section-4 .shop-now-link a {
	    margin-right: 30%;
		font-size:1.2em;
	}

	#section-5 {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	#section-5 h2 {
		width: 80%;
		margin: 33px auto;
	}

	#section-5 .left-contacts-block {
	     width: 100%; 
	}

	#section-5 input#inf_field_Email,
	#section-5 input#inf_field_State,
	#section-5 input#inf_field_PostalCode {
    	margin: 0 8px 8px 8px;
	}

	#section-5 .right-contacts-block {
		text-align: center;
		margin: 5px;
	}

	#section-5 input[type=submit] {
		float: none;
		margin: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1016px) {

	#slider .mslide-2 .mslide-slide-text {
		top: 30px;
		left: 30px;
	}

	#slider .mslide-2 .mslide-slide-text h1 {
		font-size: 2.6em;
		margin-bottom: 5px;
	}

	#slider .mslide-2 .mslide-slide-text h2 {
		font-size: 1.8em;
		margin-bottom: 8px;
	}

	#section-1 .about-description-text {
		font-size: 1.4em;		
	}

	#section-2 pre span {
		font-size: 1.3em;
	}

	#section-2 h4 {
		font-size: 1.2em;
	}

	#section-3 .left-videos-block .video-section-title {
	    padding: 44px 0 0 37px;
	    font-size: 2.3em;
	}

	#section-3 .blog-content p {
		padding: 0 10px;
		font-size: 1.3em;
		margin-bottom: 0;
	}

	#section-4 .shop-now-link {
	    margin-top: 20px;
	}

	#section-4 .shop-now-link a {
	    margin-right: 30%;
	}

	#section-5 {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	#section-5 h2 {
		width: 80%;
		margin: 33px auto;
	}

	#section-5 .left-contacts-block {
	     width: 100%; 
	}

	#section-5 input#inf_field_Email,
	#section-5 input#inf_field_State,
	#section-5 input#inf_field_PostalCode {
    	margin: 0 8px 8px 8px;
	}

	#section-5 .right-contacts-block {
		text-align: center;
		margin: 5px;
	}

	#section-5 input[type=submit] {
		float: none;
		margin: 5px;
	}
}