@charset "UTF-8"; /* this needs to be here // at the very top */

/*

Theme Name: sheriffderek Starter theme 2013
Author: sheriffderek
Author URI: http://derekthomaswood.com
Version: 1.0
License: GNU General Public License
License URI: license.txt

*/



/* =Reset
-------------------------------------------------------------- */

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;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	/*background: #fff;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
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, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;

	font-size: 16px;
	font-size: 1.6em;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	/*clear: both;*/
}
hr {
	/*background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;*/
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	/*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
	/*color: rgba(0, 0, 0, .8);*/
	color:white;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
/*	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow:         inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height: 10em!important;
}


.gform_wrapper span.gform_description {
font-size: 1.4em;
}

/**
 * Gravity form styles
 */
#gform_fields_2 li{
  list-style: none;
}

/* Links */
a {
	color: #4a90b7;
}
a:visited {
	/*color: #f01;*/
}
a:hover,
a:focus,
a:active {
	color: #7bcdfb;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.logo {
	display: block;
	width: 100%;
	max-width: 400px;
}

.full {
	width: 100%;
	max-width: 300px;
}

.logo img {
	display: block;
	width: 100%;
	float: left
}

.full-width{
  width: 100% !important;
}

/* MICRO CLEAR FIX */

.contain:before,
.contain:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.contain:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.contain {
    *zoom: 1;
}


.pad {
	padding: 1em;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text], body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], body .gform_wrapper .gform_body .gform_fields .gfield input[type=number], body .gform_wrapper .gform_body .gform_fields .gfield input[type=password], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {

height: 32px;
}



input[type="radio"] {
	margin: .5em;
}





html,
body {
	cursor: default;
}

code {
	cursor: text;
}

/*
textarea and input[type="text"] already receive
"cursor: text" via browsers' base stylesheets
*/

a,
label,
button,
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}









.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



.error {
	color: red;
}

/*
================================================
	STYLES
================================================
*/



/* variables */

/*

lightc 	#5ab1df

medc    #4a90b7

darkc   #266c84;






	/*=============================
		Global
	==============================*/

	/* == border-box == */
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		padding: 0; margin: 0;

		position: relative;
	}
	/*==================*/

	/*text highlighting*/
	::-moz-selection { 	background: transparent; color: #7bcdfb; text-shadow: none; }
	::selection { 		background: transparent; color: #7bcdfb; text-shadow: none; }

	/*img highlighting */
	img::-moz-selection {background-color: transparent;}
	img::selection {background-color: transparent;}




/*=======================================================
|	➦ SMALL
========================================================*/
@media (min-width: 000px) and (min-height: 000px) {/*▽▽▽*/


	.small-only {
		display: block;
	}

	.big-only {
		display: none;
	}

.justify {
	text-align: justify;
}

	/*
	================================
		GLOBAL
	==============================*/

	body {
		font-family: arial, sans-serif;
		font-size: 70.5%;
		letter-spacing: .1em;
		font-family: "myriad-pro",sans-serif;


	}

	.inner-wrapper {
		width: 100%;
		margin: 0 auto;

	}

	h1, h2, h3, h4, h5, p, li, a {
		font-weight: 100;
		font-family: 'myriad-pro';
		color: #333;
	}

	h2 {
		font-size: 2em;
		line-height: 1.2em;
		color: #b8b8b8;
		font-weight: 300;
	}

	h3 {
		font-size: 1.8em;
		margin-bottom: .3em;
		color: #333;
	}

	h4 {
		font-size: 1.4em;
		padding: 1em 0;
		color: #aaa;
		font-weight: 300;
	}

	h5 {
		font-size: 1.2em;
		color: #333;
		margin-bottom: 1em;
	}

	h6 {
		font-size: 1em;
		color: #b8b8b8;
		margin-bottom: .5em;
	}

	.schedule-wrapper h5{
		font-size: 1.4em;
		font-weight: medium;
		margin-bottom: .5em;
	}

	.source {
		font-size: 1.4em;
		font-weight: medium;
		font-style: italic;
	}

	p {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	.schedule-wrapper p {
		margin-bottom: 0;
	}

	a {
		text-decoration: none;
	}

	p a {
		color: #4a90b7;
	}

	h4 a {
		color: #4a90b7;
	}

	p a:hover {
		color: #7bcdfb;
	}


	input[type=submit] {
		font-size: 1.4em!important;
		text-indent: .5em!important;
		border-radius: 0!important;
		font-weight: normal!important;
		-webkit-border-radius: 0!important;
		border: 0;
	}

	input[type=text] {
		font-size: 1.4em!important;
		text-indent: .5em!important;
		border-radius: 0!important;
		-webkit-border-radius: 0!important;
	}

	input[type=email] {
		text-indent: .5em!important;
		font-size: 1.4em!important;
		border-radius: 0!important;
		-webkit-border-radius: 0!important;
	}

	input[type=tel] {
		text-indent: .5em!important;
		font-size: 1.4em!important;
		border-radius: 0!important;
		-webkit-border-radius: 0!important;
	}

	textarea {
		text-indent: .5em!important;
		font-size: 1.4em!important;
		border-radius: 0!important;
		-webkit-border-radius: 0!important;
	}

	.video{
		display: block;
		background-color: #333;
		margin-bottom: 1em;
	}

	.video-wrapper {
		margin-bottom: 6em;
	}

	.main-content section ul {
		list-style: circle;
		margin-bottom: 3.2em;
		/*border: 1px solid red;*/

	}

	.main-content section ul li {
		font-size: 1.2em;
	}

	.big-yoga-button{
  	padding-top: 10px !important;
  	padding-bottom: 10px !important;
	}
	.yoga-button, .big-yoga-button, button, html input[type="button"], input[type="reset"], input[type="submit"] {
		display: block;
		float: left;
		padding: .5em 1em;
		color: white;
		color: rgba(255,255,255,.9);
		font-size: 1.6em;
		background-color: #4a90b7;
		border-bottom: .3em solid #266c84;
		text-align: center;
		font-weight: 100!important;
		padding: 5px 20px;
		width: auto;
	}



	.big-yoga-button, button, html input[type="button"], input[type="reset"], input[type="submit"] {

		font-size: 1.8em;
		margin-bottom: 1em;
		font-weight: 300;
	}


	.yoga-button:hover,
	.big-yoga-button:hover {
		color: white;
		background-color: #5ab1df;
	}

	.content-block {
		margin-bottom: 2em;
	}

	.block {
		margin-bottom: 1.8em;
	}

	.first-paragraph:first-letter {
		font-size: 30px;
		line-height: 1em;
	}

	h3.gform_title {
		display: none;
	}

	.pad {
		padding: 1em;
	}

	.regular-size img {
		width: 140px!important;
	}





	.email-form-wrapper .gform_wrapper .top_label .gfield_label {
		display: none;
	}

	.email-form-wrapper .gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input {
		margin: 0;
		display: block;
		float: left;
		width: 100%;
		height: 40px;
		background: #4a90b7;
		border-radius: 0;
		-webkit-border-radius: 0;
		color: white;
		color: rgba(255,255,255,.7);
		text-shadow: none;
		font-size: 14px!important;
		line-height: 28px;
		font-weight: 400!important;
		width:auto;

	}

	.email-form-wrapper .gform_wrapper form {
		width: 100%;
		float: left;
		padding: 0!important;
		margin: 0!important;
	}

	.email-form-wrapper .gform_wrapper .top_label input.medium {
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		min-width: 100%;
		height: 23px;
		border-radius: 0;
		-webkit-border-radius: 0;

		background-color: orange;
	}

.email-form-wrapper .gform_wrapper .gform_footer {
	/*display: none;*/

}


.dark p {
	color: rgba(255,255,255,.5);
}
	/*
	================================
		STRUCTURE
	==============================*/


	.main-wrapper {
		/*background-color: purple;*/
	}


	/* HEADER
	==============================*/

	.main-header {
		width: 100%;
		float: left;
		padding: 1em 1em;
	}

		.logo {
			display: block;
			width: 100%;
			float: left;
			padding: 1em 0;
			max-width: 36em;
		}

		.logo img {
			display: block;
			width: 100%;
			height: auto;
		}

		.email-form-wrapper {
			width: 100%;
			float: left;
			text-align: center;
			padding: 0; margin: 0;
			padding: 1em;
		}

		.email-form-wrapper .inner-wrapper span {
			display: inline-block;
			width: 300px;
		}


.back-to-top-button {
	display: block;
	width: 100%;
	float: left;
/* 	border: 1px solid red; */
	font-size: 2em;
}

.back-to-top-button span {
	float: right;
	color: #266c84;
}




	/* MOBILE NAV BUTTON
	==============================*/

	.mobile-nav-button {
		display: block;
		width: 100%;
		float: left;
		padding: .5em;
		padding: .5em;
		font-size: 2em;
		color: rgba(255,255,255,.5);
		border: 0;
		border-radius: 0;
		-webkit-border-radius: 0;

		margin-bottom: 0;

		background-color: #4a90b7;
		border-bottom: .3em solid #266c84;
	}

		.mobile-nav-button:hover {
/*
			color: #fff;
			background-color: #333;
			border-bottom: .3em solid #111;
*/
		}

		.mobile-nav-button span {
			float: right;
		}


	.upside-down {
	border-top: .3em solid #266c84;
	border-bottom: 0em solid #266c84;
	}



	/* MAIN NAVIGATION
	==============================*/

	.main-nav {
		width: 100%;
		float: left;
		display: none;
		padding: 0 1em;
	}

.box-button {
  display: block;
  float: right;
  width: 30px;
  height:30px;
  border: 0;
  margin: 0;
  margin-right: 0em;
  padding: 0;
  background: none;
  cursor: pointer;
}

.box-button:hover .bar {
  background-color: #069;
}

.bar {
  width: 100%;
  float: left;
  height: 20%;
  margin-bottom: 20%;
  background-color: #266c84;
}

.bar:last-of-type {
  margin-bottom: 0%;
}



	/* MAIN CONTENT
	==============================
	==============================
	============================== */

	.main-content {
		width: 100%;
		float: left;

		padding: 2em 1em 3em;
		/*background-color: #fff;*/

		/*min-height: 20em;*/
		/*border: 1px solid red;*/
	}

.page-head {
	width: 100%;
	float: left;
	font-size: 2.4em;
	margin-bottom: .5em;
	line-height: 1.2em;
	color: #b8b8b8;
	font-weight: 300;

	/*background-color: red;*/
}

.big-column {
	width: 100%;
	float: left;
	margin-right: 3%;
	/*background-color: blue;*/
}

.big-column li a, .big-column p a {
	color: #4a90b7;
	/*border-bottom: 1px solid;*/
	margin-bottom: 2em;
}

.big-column ul {
	margin-left: 1.8em;
}

.big-column li {
	margin-bottom: .5em;
}



.small-column {
	display: none;

	/*border: 1px solid red;*/
}

		/* HOME */

		.slider {
			width: 100%;
			float: left;
		}

			.slider-inner-wrapper {
				max-width: 960px;
				margin: 0 auto;
			}

		.home-training-wrapper {
			width: 100%;
			float: left;
		}

			.home-training-block {
				width: 100%;
				float: left;
			}

			.home-training-block img {
				display: block;
				width: 100%;
				height: auto;
				/*max-width: 320px;*/
			}

		.home-book-wrapper {
			width: 100%;
			float: left;
		}

			.book-sale-block {
				width: 100%;
				float: left;
				margin-bottom: 4em;

				/*padding: 1em;*/
			}

			.book-sale-block img {
				display: block;
				float: left;
				border: 1px solid rgba(0,0,0,.3);
				margin-bottom: 1em;

				/*border: 1px solid rgba(0,0,0,.3);*/
			}

			.book-info-wrapper {
				float: left;
			}

				.book-sale-block p {
					padding-right:3em;
				}

				.book-sale-block a {
					/*font-size: 1.8em;*/
				}



	.single-main-column .inner,
	.single-sub-column .inner {
		width: 100%;
		padding: 2em;
		float: left;
	}



	/* CALENDAR */

	.calendar-list {
		list-style: none;
		margin: 0;
	}

	.calendar-list a {
		width: 100%;
		float: left;
		margin-bottom: 3em;
	}

	.calendar-list a img {
		width: 100%;
		height: auto;
		display: block;
	}



		/* SCHEDULE */

		.schedule-wrapper {
			/*padding: 3em;*/

		}

			.schedule-list {
				list-style: none;
				margin: 0;
			}

				.schedule-list a {
					width: 100%;
					float: left;
					padding: 1em;
					margin-bottom: 3em;
				}

				.schedule-list a:nth-of-type(even) {
					background-color: #eee;
				}

					.schedule-list img {
						display: none;
					}





		.about-top {
			display: none;
		}


	/* SCHEDULE-SINGLE */

	.events img:first-of-type {
		width: 100%;
		float: left;
		margin-bottom: 2em;
		/*max-width: 400px;*/
	}



	.single-sub-column {
		width: 100%;
		float: left;
	}

	.single-main-column {
		width: 100%;
		float: left;
	}



	.single-sub-column img {
		width: 100%;
		float: left;
	}

		.big-title {
			background-color: #4a90b7;
			padding: 1em;
			margin-bottom: 2.5em;

		}

		.big-title h2 {
			color: #fff;
			font-size: 2em;

		}




	.single-main-column ul {
		background-color: #eee;
		list-style-position: inside;
		margin: 0;

		padding: 2em;
		padding-left: 3em;
	}

	.single-main-column li {
		margin-bottom: .5em;
	}




		/* FACULTY */

		.faculty-wrapper {
			width: 100%;
			float: left;

/* 			border: 1px solid red; */
		}

		.faculty-list {
			list-style: none;
			margin: 0;
		}

		.faculty-list li {
			width: 100%;
			float: left;
			margin-bottom: 5em;
		}

		.faculty-list li img {
			width: 100%;
			height: auto;
			margin-bottom: 1em;
			margin-right: 1em;
			border: 1px solid rgba(0,0,0,.2);

			/*background-color: red;*/
		}

		.faculty-info-wrapper {
			/*border: 1px solid red;*/

		}

		.faculty-info-wrapper h4{
			padding-top:0em;
			color:#000;
			padding-bottom:.3em;

		}

		.faculty-info-wrapper h5{
			margin-bottom: .5em;
		}

		/* NEWS */

		.news-box {
			width: 100%;
			overflow: hidden;
			margin-bottom: 4em;
			border: .1em solid rgba(0,0,0,.2);
		}

		.news-box img {
			display: block;
			width: 100%;
			float: left;
		}

		.news-box .inner {
			padding: 1em;
		}

		.read-more {
			display: none;
			position: absolute;
			right: 1em;
			bottom: 1em;
			padding: .5em .8em;
			font-size: 1.4em;
			color: white;
			background-color: #4a90b7;
			border-bottom: .3em solid #266c84;
		}

		.read-more:hover {
			background-color: #5ab1df;
			z-index: 2;
			color: white;
		}

		.news-box a:hover {
			color: black;
		}

		.fade-out {
			position: absolute;
			width: 100%;
			right: 0;
			bottom: 0;
			left: 0;
			height: 0px;

		}

		.hero-image {
			display: block;
			width: 100%;
			height: auto;
			margin-bottom: 1em;
		}

		.single-news-article {
			width: 100%;
			float: left;
		}




.gform_submit_button_1 {
	font-size: 400px!important;
}





		/* STORE */

		.product-wrapper {
			width: 100%;
			float: left;

/* 			border: 1px solid red; */
		}

		.product-list {
		width: 100%;
		float: left;
			list-style: none;
			margin: 0;
		}

			.product-list li {
				display: block;
				float: left;
				/*background-color: red;*/
				margin-bottom: 5em;
				/*padding: 1em;*/
			}

				.product-image-wrapper {
					width: 100%;
					float: left;
					padding-top: 1em;

					/*background-color: yellow;*/
				}

					.product-image-wrapper img {
						display: block;
						float: left;
						margin-bottom: 0em;
						width: 100%;
						max-width: 240px;
						border: 1px solid rgba(0,0,0,.2);
					}

					.product-wrapper li .yoga-button {
						float: left;
						clear: left;
						width: 100%;
						text-align: center;
						margin-bottom: 1em;
						max-width: 240px;
					}

				.product-image-wrapper .share-wrapper{
					width: 100%;
					float: left;
					/*background-color: red;*/
				}

				.product-image-wrapper .share-wrapper a{
					color: #39f;
					/*background-color: red;*/
				}

				.product-info-wrapper {
					width: 100%;
					float: left;
					/*background-color: orange;*/
				}

		.image-and-button {
/* 			border: 1px solid red; */
			float: left;
		}

		.image-and-button .yoga-button {
			width: 100%;
			max-width: 20em;
		}

	.address-wrapper {
		text-align: center;
	}



	/* SUB NAVIGATION
	==============================*/

	.sub-nav {
		display: block;
		width: 100%;
		float: left;
	}

		.sub-nav ul {
			list-style: none;
			margin: 0;
		}

			.sub-nav ul li {

			}

				.sub-nav a {
					display: block;
					width: 100%;
					float: left;
					padding: .2em .5em;
					font-size: 1.6em;
					color: #333;

					border-bottom:  .1em solid rgba(0,0,0,.2);
				}

				.sub-nav a:hover {
					color: #fff;
					background-color: #7bcdfb;
				}

				.sub-nav a span {
					float: right;
				}

							.sub-nav ul ul {
/* 								display: none; */
							}

							.sub-nav ul ul a {
								background-color: rgba(0,0,0,.1);
								border-bottom:  .1em solid rgba(0,0,0,.2);

							}

							.sub-nav ul ul a:before {
								content: "- ";
							}



	/* BUFFER
	==============================*/

	.footer-buffer {
		width: 100%;
		float: left;
		/*background-color: rgba(0,0,0,.15);*/
	}



	/* MAIN FOOTER
	==============================*/

	.main-footer {
		width: 100%;
		float: left;
		padding: 2em 1em 2em;
		    padding: 1em;
    background: #eaf2f4;
    background: -moz-linear-gradient(top, #eaf2f4 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf2f4), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #eaf2f4 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #eaf2f4 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #eaf2f4 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #eaf2f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf2f4', endColorstr='#ffffff',GradientType=0 );
    margin: 0;
  	}

		.footer-nav {
			display: none;
		}

		.social-wrapper {

			text-align: center;
		}

			.social-wrapper a {
				display: inline-block;
				font-size: 2.5em;
				margin-right: .1em;

				color: #4a90b7;
			}

			.social-wrapper a:last-of-type {
				margin-right: 0em;
			}

			.social-wrapper a:hover {
				color: #7bcdfb;
			}

			.social-wrapper a:active {
				color: #333;
			}

		.mantra {
			text-align: center;
			font-size: 1.2em;
			margin-bottom: 1em;
		}

		.ugly-text {
			display: block;
			text-align: center;
			font-size: .8em;
			margin-bottom: .3em;
		}

		.copyright {
			text-align: center;
			font-size: 1em;
			line-height: 1.3em;
			color: rgba(0,0,0,.3);
		}

		.copyright a {
			color: rgba(0,0,0,.3);
			  -webkit-transition: all .1s linear;
           -moz-transition: all .1s linear;
             -o-transition: all .1s linear;
                transition: all .1s linear;
		}

		.copyright a:hover {
			color: rgba(0,0,0,.5);
			font-size: 1.4em;
		}

		.copyright:hover a {
			color: orange;
		}




		.deposit-big-column {
			width: 100%;
			float: left;
			margin-bottom: 3em;
			/*border: 1px solid red;*/
		}

		.deposit-small-column {
			width: 100%;
			float: left;
			/*border: 1px solid red;*/
		}

		.light {
			background-color: #eee;
		}

		.light h4 {
			color: #333;
		}

		.dark {
			background-color: #333;

		}






/*


body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-size: 14px;
	padding: .2em;
	background-color: #eee;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom: 1em;

}



.gform_wrapper_4 .gfield input[type=email] {
	margin: 0;
	padding: 0;
	background: red!important;
	height: 40px!important;
}

.gform_wrapper .gform_footer {
	margin: 0!important;
	padding: 0!important;

}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	padding: 1em !important;
}

.gallery-wrapup {
	width: 100%;
	float: left;
}
.gallery-wrapup a {
	display: block;
	width: 100%;
	float: left;
	background-color: #eee;
	margin-bottom: 5em;
	border: 1px solid rgba(0,0,0,.02);
}

.gallery-wrapup a img {
	width: 100%;
	float: left;
}

*/




.center-form {
	width: 100%;
	float: left;

}

.w {
	display: block;
	width: 90%;
	max-width: 30em;
	margin: 0 auto;

/* 	border: 2px solid red; */

	margin-bottom: 2em;
	overflow: hidden;
}

.w form {
  display: block;
  float: left;
  width: 100%;

/*   border: 1px solid red; */
  padding: .1em;
}

.w label {
  display: block;
  width: 100%;
  float: left;
  font-size: 1.4em;
}

.w input[type=email] {
  display: block;
  float: left;
  width: 70%;
  margin: 0;
  padding: 0;
  height: 32px;
  text-indent: 5px;
}

.w input[type=submit] {
  display: block;
  float: left;
  width: 30%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: #4a90b7;
  border: none;
  color: white;
  height: 32px;
}

.w input[type=submit]:hover {
  background: #5ab1df;
}


/*

.form-wrapper {
	width: 100%;
	float: left;
	padding: .5em;
	background-color: lime;
}

.gform_wrapper {
	width: 100%;
	float: left;
	font-size: 1.4em;
	background-color: orange;
}

.gform_wrapper input[type=text] {

}

.gfield_label h3 {
	color: red;

}

.gform_wrapper label {

}

.gform_wrapper textarea {
	min-height: 10em;
}

.gfield {
	width: 100%;
	float: left;
	border: 1px solid red;
}

.gfield input {
	border: 1px solid blue;
}

.gfield span label {
	background-color: red;
	margin-left: 1em;
}

#input_2_3_1 {
	width: 100%;

}

#input_2_3_2 {
	width: 100%;
}

#input_2_3_3 {
	width: 100%;
}

#field_4_1 {
	width: 100%;
}

#gform_submit_button_4 {
	display: block;
	width: 100%;
}


.gform_heading {
	width: 100%;
	float: left;
	background-color: lightblue;
}

.gform_body input[type="radio"] {
	width: 3em;
	height: 3em;
}

.gform_title {

}

.gform_description {
	width: 100%;
	float: left;
	display: block;
	font-size: 1.4em;
	padding-bottom: 2em;
}

.gform_body {

}

.main-content section .gform_body ul, .gform_wrapper ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}

.gform_body ul li {

}

.gfield_required {
	color: red;
}

.gform_footer {
	width: 100%;
	float: left;
	background-color: red;


}


*/




.email-wrapper2 {

}

.email-wrapper2 .join-email{
	width: 300px;
	padding: 1em;
	float: left;
	left: 50%;
	margin-left: -150px;
}


.retew {


	margin: 0!important;
	padding: 0!important;

}



#gform_wrapper_4 {
	width: 100%;
	float: left;
	/*border: 1px solid red;*/
} /* wrapper */

#gform_4 {
	border: 1px solid blue;
	overflow: hidden;
} /* form */

#gform_4 .gform_heading {
	border: 1px solid orange;
	height: 10px;
	display: none;
}

#gform_4 .gform_title {

}

#gform_4 .gform_description {

}

#gform_4 .gform_body {
	float: left;
	clear: none!important;
	width: 30%;
	border: 1px solid orange;
}

#gform_4 #gform_fields_4 {
	text-align: center;
	list-style: none;

} /* ul */

#gform_4 #gform_fields_4 .gfield {
	width: 100%;
	float: left;
	/*border: 1px solid red;*/
	margin: 0!important;
	padding: 0!important;
	display: inline;

} /* li */

#input_4_2 {
	width: 100%;
}

#input_4_2 .gfield_label {
	display: none;
	height: 0!important;
	width: 0!important;
	overflow: hidden;
}

#gform_4 .gform_footer {
	position: relative;
	border: 1px solid green;
	float: left;
	width: 30%;
	display: inline-block;

	margin: 0!important;
	padding: 0!important;
}

.gform_submit_button_4 {
	width: 100%!important;
	width: 100%;
	min-width: 100%;
	float: left;
	display: inline-block;
}



/* $label */

label.gfield_label {
	font-size: 1.5em;
}



.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
font-size: 13px!important;

}


}/*△△△END△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/










div#cc_form_1 {
	padding: 0!important;
}















/*=======================================================
|	➦ MINI
========================================================*/
@media (min-width: 450px) and (min-height: 000px) {/*▽▽▽*/

		.main-content {
			/*padding-top: 3em;*/
		}

		h2 {
			font-size: 2em;
			padding: 0;
			font-weight: light;
		}

		.home-training-block {
			width: 49%;
			margin-right: 2%;
		}

		.home-training-block:nth-of-type(n+2) {
			margin-right: 0;
		}

		.home-training-block:last-of-type {
			display: none;
		}

		.book-sale-block img {
			margin-right: 2em;
			width: 30%;
		}

		.book-info-wrapper {
			width: auto;
			float: left;
			clear: none;
			width: 65%;
		}


		.logo {
			padding: 2em 0;
		}


		/* CALENDAR */

		.calendar-list li {
			display: block;
			width: 49%;
			margin-right: 2%;
		}

		.calendar-list li:nth-of-type(2n+2) {
			margin-right: 0;

		}

		.blox {
			display: block;
		}



		/* STORE */

		.product-wrapper {

		}

			.product-wrapper li img {

			}

			.product-wrapper li .yoga-button {

			}

		.product-info-wrapper {

		}

.keep {
	width: 100%;
	float: left;
}


			.social-wrapper a {
				font-size: 3.4em;
			}


.calendar-list a {
	width: 49%;
	margin-right: 2%;
}

.calendar-list a:nth-of-type(2n+2) {
	margin-right: 0;
}

}/*△△△END△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/




















.testimonial img {
	max-width: 320px;
}

















/*=======================================================
|	➦ MED
========================================================*/
@media (min-width: 740px) and (min-height: 000px) {/*▽▽▽*/


.single-news-article img {
	max-width: 400px;
}

.single-news-article h3, .single-news-article p {
	max-width: 600px;
}

.deposit-small-column input[type=text] {
	width: 100%;
}

	/* == weighted footer == */

		html {
		  height: 100%;
		}

		body {
		  height: 100%;

		}

		.main-wrapper {
		  min-height: 100%;
		  margin: 0 auto -19em;

		  overflow: hidden;
/* 		  overflow: auto; */
		}

		.main-footer, .footer-buffer {
		  height: 19em;
		  /* this needs to be equal to the negative margin on the .wrapper */
		}

	/* --------------------- */


		.logo {
			padding: 2.5em 0;
		}


.small-column .big-yoga-button {
	width: 100%;
}

.pay {
	min-width: 100%;

}

.testimonial-block {
width: 100%;
float: left;
	border-left: 1px solid #eee;
	padding-left: 2em;
	margin-bottom: 2em;
	margin-top: 2em;
}

		/* HOME */



		/* CALENDAR */

		.calendar-list {

		}

		.calendar-list a {
			width: 32%;
			margin-right: 2%;
		}

		.calendar-list a:nth-of-type(2n+2) {
			margin-right: 2%;

		}

		.calendar-list a:nth-of-type(3n+3) {
			margin-right: 0%;

		}





		/* SCHEDULE */

		.schedule-wrapper img {
			display: block;
			float: left;
			margin-right: 1em;
			margin-bottom: 1em;

			/*border: 1px solid red;*/
		}

			.event-list {
				float: left;

/* 				border: 1px solid red; */
			}

			.event-list li {
				padding: 1em;
				border: 1px solid #eee;
			}

			.event-list li:nth-of-type(even) {
				background-color: #eee;
			}


	.single-sub-column {
		display: block;
		width: 30%;
		float: right;
	}

	.single-main-column {
		width: 70%;
		float: right;
	}


		/* FACULTY */

		.faculty-list li img {
			display: block;
			float: left;
			width: 33%;
			margin-right: 2%;
			margin-bottom: 1em;
		}

		.faculty-info-wrapper {
			float: left;
			width: 65%;
		}

		/* ABOUT */

		.about-top {
			display: block;
			width: 100%;
			float: left;
			margin-bottom: 5em;
		}

		.about-top img {
			display: block;
			width: 33%;
			height: auto;
			float: left;
			margin-right: .5%;
		}

		.about-top img:last-of-type {
			margin-right: 0;
		}


		/* STORE */

		.product-wrapper {
			width: 100%;

			/*background-color: black;*/
			/*border: 1px solid red;*/
		}

		.product-list li {
			/*border: 1px solid red;*/
			display: block;
			float: left;
			width: 100%;
			/*width: 100%;*/
		}

		.product-image-wrapper {
			width: 30%;
			padding-right: 3%;
		}

			.product-image-wrapper img {
				width: 100%;
				height: auto;
				float: none;

			}

			.product-wrapper li .yoga-button {

				width: 100%;
			}

		.product-info-wrapper {
			float: right;
			width: 70%;
		}


		/* NEWS */

		.news-box {
			width: 48%;
			margin-right: 2%;
			float: left;
			height: 33em;
		}

		.news-box:nth-of-type(2n+2) {
			margin-right: 0;
		}

		.read-more {
			display: block;
/* 			-webkit-box-shadow: 0px 0px 40px 30px #fff; */
/* 	  					box-shadow: 0px 0px 40px 30px #fff; */
		}

		.fade-out {
			-webkit-box-shadow: 0px 0px 100px 40px #fff;
	  					box-shadow: 0px 0px 100px 40px #fff;
		}






		.deposit-big-column {
			width: 65%;
			margin-right: 5%;
		}

		.deposit-small-column {
			width: 30%;

		}


			.social-wrapper a {
				font-size: 2.5em;
			}

		.big-column {
			width: 60%;
			float: left;
			margin-right: 10%;
		}

		.small-column {
			display: block;
			width: 30%;
			/*background-color: #eee;*/
			float: left;
			/*margin-top: 6.5em;*/
		}

			.small-column img {
				display: block;
				float: left;
				width: 100%;
				height: auto;
				margin-bottom: .5em;
			}

			.small-column img:last-of-type {
				margin-bottom: 0;
			}


.video {
/* 	background-color: purple; */
}


.gallery-wrapup a {
	width: 32%;
	margin-right: 2%
}

.gallery-wrapup a:nth-of-type(2n+2) {
	margin-right: 2%;
}

.gallery-wrapup a:nth-of-type(3n+3) {
	margin-right: 0;
}





.email-form-wrapper {
	display: block;
	background-color: red;
	padding: 0;
}

}/*△△△END△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/














/*=======================================================
|	➦ LARGE
========================================================*/
@media (min-width: 960px) and (min-height: 000px) {/*▽▽▽*/




	.small-only {
		display: none;
	}

	.big-only {
		display: block;
	}

	.w {
		width: 100%;
	}



}/*△△△END△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/











/*=======================================================
|	➦ LARGE
========================================================*/
@media (min-width: 960px) and (min-height: 000px) {/*▽▽▽*/





	body {

	}

	.h2 {
		font-size: 5em;
	}

	.main-header {
		padding: 1em;
		padding: 3.5em 0;
	}


.main-nav {
	padding: 0;
	/*border: 1px solid red;*/
}

	.inner-wrapper {
		margin: 0 auto;
		max-width: 960px;
		padding: 0;
	}

	.main-header h1 a {
		width: 50%;
		font-size: 5em;
		padding: .5em 0em;
		margin: 0;
	}

	.email-form-wrapper {

	}

	.page-head {
		padding: 2em 0;
	}

	.main-nav {
		float: left;
		width: 100%;
		display: block;
		margin-bottom: 0;
/* 		background-color: red; */
	}

	.main-nav .inner-wrapper {
		width: 960px;

	}

		.main-nav .menu {
		    display: block;
		    list-style: none;
		    margin: 0;
		  }

		  .main-nav .menu > li {
		    display: block;
/* 		    margin: 0px 10px; */
		    float: left;

		    border-right: 1px solid #ccc;
		    /* border-bottom: 1px solid rgba(0,0,0,0); */
		  }

			    .main-nav .menu > li:last-of-type {
			      border-right: 0px solid black;
			      width: auto;
			    }

	      .main-nav .menu > li > a {
	        display: block;
	        width: auto;
	        -webkit-transition: background-color .3s linear;
	           -moz-transition: background-color .3s linear;
	             -o-transition: background-color .3s linear;
	                transition: background-color .3s linear;
	       	font-size: 1.4em;
	        padding: .5em 1.63em;

	        color: #333;
	        text-align: center;
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 50%, #eeeeee 100%, #eeeeee 100%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#ffffff), color-stop(100%,#eeeeee), color-stop(100%,#eeeeee), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );


	      }

	      .main-nav .menu > li > a:last-of-type {
				padding: .5em 1.60em;

	      }

	      .main-nav .menu > li > a:hover {

background: #effcff;
background: -moz-linear-gradient(top,  #effcff 0%, #ffffff 50%, #effcff 100%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#effcff), color-stop(50%,#ffffff), color-stop(100%,#effcff), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #effcff 0%,#ffffff 50%,#effcff 100%,#eeeeee 100%);
background: -o-linear-gradient(top,  #effcff 0%,#ffffff 50%,#effcff 100%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #effcff 0%,#ffffff 50%,#effcff 100%,#eeeeee 100%);
background: linear-gradient(to bottom,  #effcff 0%,#ffffff 50%,#effcff 100%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effcff', endColorstr='#eeeeee',GradientType=0 );

		    }

    .main-nav .sub-menu {
      position: absolute;
      width: 100%;
      margin: 0;
      height: 0;
      overflow: hidden;
      z-index: 2;
    }

      .main-nav .sub-menu > li {
        display: block;
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
				border: 0;
				border: .1em solid #d9d9d9;
				border-bottom: 0;
      }

      .main-nav .sub-menu > li:last-of-type {
      	border-bottom: .1em solid #d9d9d9;


      }

          .main-nav .sub-menu li a {
            display: block;
            width: 100%;
            float: left;
            font-size: 1.2em;
            padding: .5em 0;
            text-align: center;
            color: black;
            background-color: #ececec;

		        -webkit-transition: background-color .1s linear;
		           -moz-transition: background-color .1s linear;
		             -o-transition: background-color .1s linear;
		                transition: background-color .1s linear;
		    		border: 0;




          }

      .main-nav .sub-menu {
      	height: 0em;
      }

		.main-nav .menu > li > .sub-menu {
	      height: 0em;
	    }


	    .main-nav .menu > li:hover > .sub-menu {
	      height: auto;
	      z-index: 999;
	    }

	    .main-nav .sub-menu li {
		    display: block;
		    width: 100%;
		    float: left;
		    padding: 0;
		    margin: 0;
	    }

	    .main-nav .sub-menu li a {
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 50%, #eeeeee 100%, #eeeeee 100%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#ffffff), color-stop(100%,#eeeeee), color-stop(100%,#eeeeee), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );

	    }

		.main-nav .sub-menu li a:hover {
background: #effcff;
background: -moz-linear-gradient(top,  #effcff 0%, #ffffff 50%, #effcff 100%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#effcff), color-stop(50%,#ffffff), color-stop(100%,#effcff), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #effcff 0%,#ffffff 50%,#effcff 100%,#eeeeee 100%);
background: -o-linear-gradient(top,  #effcff 0%,#ffffff 50%,#effcff 100%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #effcff 0%,#ffffff 50%,#effcff 100%,#eeeeee 100%);
background: linear-gradient(to bottom,  #effcff 0%,#ffffff 50%,#effcff 100%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effcff', endColorstr='#eeeeee',GradientType=0 );

		}

		.main-nav .sub-menu li a:hover {
			/*background-color: lightblue;*/

		}

	/* MAIN CONTENT
	==============================*/

	.main-content {
		width: 100%;
		float: left;
		padding-bottom: 10em;
	}

		.big-column {
			width: 60%;
			float: left;
			margin-right: 10%;
		}

		.small-column {
			display: block;
			width: 30%;
			/*background-color: #eee;*/
			float: left;
			/*margin-top: 6.5em;*/
		}

			.small-column img {

			}

	.single-sub-column {
		display: block;
		width: 30%;
		float: right;
	}

	.single-main-column {
		width: 70%;
		float: right;
	}

	.single-sub-column {
		display: block;
		width: 30%;
		float: right;
	}

	.big-title {
		height: 200px;
		max-height: 200px;
		margin-bottom: 0em;
		padding-top: 4em;
		padding-left: 2em;
	}

	.big-title h2 {
		color: #fff;
		padding: 0;
		font-size: 3em;
		width: 100%;
	}

	.single-top-image {
		height: 200px;
		/*background-color: red;*/
		overflow: hidden;

	}

	.single-top-image img {
		height: 100%;
		width: auto;
		margin-left: -20%;
	}

	.single-main-column {
		width: 70%;
		float: right;
	}

	.single-main-column .inner,
	.single-sub-column .inner {
		width: 100%;
		padding: 2em;
		float: left;
	}

	.single-sub-column .big-yoga-button {
		float: left;
	}



	.dark p {
		color: #eee;
	}


		/* HOME */

		.slider {
			margin-top: 3em;
		}

		.home-training-block {
			/*border: 1px solid black;*/
			width: 32.33%;
			margin-right: 1.5%;
			/*border: 1px solid red;*/
		}

		.home-training-block:nth-of-type(n+2) {
			/*border: 1px solid red;*/
			margin-right: 1.5%;
		}

		.home-training-block:last-of-type {
			display: block;
			margin-right: 0%;
		}

			.book-sale-block {
				width: 49%;
				margin-right: 2%;
			}

			.book-sale-block img {
				/*border: 1px solid red;*/
				width: 30%;
				float: left;
				margin-right: 5%;
			}

			.book-sale-block:last-of-type {
				margin-right: 0;
			}

			.book-info-wrapper {
				width: 65%;
				float: left;
				/*border: 1px solid red;*/
			}

			.book-sale-block a {

			}




		/* ABOUT */







		/* SCHEDULE */

		.schedule-list img{
			float: left;
			width: 34%;
			padding-right: 2em;
		}

		.schedule-info-wrapper {
			float: left;
			clear: none;
			width: 65%;
		}


		/* FACULTY */

		.faculty-list {
			list-style: none;
		}





		/* NEWS */

		.news-box {
			width: 32%;
			margin-right: 2%;
		}

		.news-box:nth-of-type(2n+2) {
			margin-right: 2%;

		}

		.news-box:nth-of-type(3n+3) {
			margin-right: 0;

		}


		.sub-nav, .mobile-nav-button {
			display: none;
		}


		.footer-nav {
			display: block;
			text-align: center;
		}

		.footer-nav .menu {
			list-style: none;
			margin: 0;
			margin-bottom: .8em;
			margin-top: .5em;
		}

		.footer-nav .menu > li {
			display: inline;
			margin-right: 1em;
			font-size: 1.4em;
		}

		.footer-nav .menu > li:last-of-type {
			margin-right: 0;

		}

		.footer-nav .menu a {
			/*display: inline-block;*/
			/*color: red;*/

		}

		.footer-nav .sub-menu {
			display: none;
		}



.gallery-wrapup a {
	margin-bottom: 2%
}




.email-form-wrapper {
	float: right;
}



.email-form-wrapper input[type=text] {
	width: 70%;
}

.gform_submit_button_4 {
	width: 30%;
	background-color: red;
}

.gform_submit_button_4:hover {
	background-color: red;
}



/*
.form-wrapper {
	width: 100%;
	float: left;
	padding: .5em;
	background-color: lime;
}

.gform_wrapper {
	width: 100%;
	float: left;
	font-size: 1.4em;
	background-color: orange;
}

.gform_wrapper input[type=text] {

}

.gfield_label h3 {
	color: red;

}

.gform_wrapper label {

}

.gform_wrapper textarea {
	min-height: 10em;
}

.gfield {
	width: 70%;
	float: left;
	border: 1px solid red;
}

.gfield input {
	border: 1px solid blue;
}

.gfield span label {
	background-color: red;
	margin-left: 1em;
}

#input_2_3_1 {
	width: 100%;

}

#input_2_3_2 {
	width: 100%;
}

#input_2_3_3 {
	width: 100%;
}

#field_4_1 {
	width: 100%;
}

#gform_submit_button_4  {
	display: block;
	max-width: 30%;
	float: left;
}


.gform_heading {
	width: 100%;
	float: left;
	background-color: lightblue;
}

.gform_body input[type="radio"] {
	width: 3em;
	height: 3em;
}

.gform_title {

}

.gform_description {
	width: 100%;
	float: left;
	display: block;
	font-size: 1.4em;
	padding-bottom: 2em;
}

.gform_body {

}

.main-content section .gform_body ul, .gform_wrapper ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}

.gform_body ul li {

}

.gfield_required {
	color: red;
}

.gform_footer {
	width: 100%;
	float: left;
	background-color: red;


}


#gform_submit_button_4 {
	display: block;
	width: 30%;
}
*/



}/*△△△END△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/


/*=======================================================
|	➦ 3
========================================================*/
@media (min-width: 000px) and (min-height: 000px) {/*▽▽▽*/



}/*△△△END△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△*/



/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.center-text {
	text-align: center;
}

hgroup {
/*
	width: 50%;
	float: left;
	max-width: 30em;
*/
/* 	border: 1px solid blue; */
}

.email-wrapper {
	width: 30em;
	float: right;
	padding-top: 1em;
	padding: 0;
	margin: 0;
	padding-top: 1em;

/* 	border: 1px solid red; */
	overflow: hidden;
}

.join-email {
	width: 100%;
	float: right;
	border: 1px solid yellow;
}

.join-email input[type=text] {
	display: inline;
	width: 70%;
	float: left;
	padding: 0; margin: 0;

	height: 32px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid red;
}

.subscribe-input {
	border: 1px solid blue;
}

.subscribe-button {
	border: 1px solid green;
}

.join-email input[type=submit] {
	display: inline;
	padding: 0; margin: 0;

	height: 32px;
	font-size: 1.4em;
	font-weight: 300;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	outline: 0;
	border: 1px solid green;
}

.join-email input[type=submit]:hover {
	background-color: #5ab1df;
}

div#cc_form_1 label {
	margin-bottom: .5em;
}

#gform_wrapper_5 {
	display: block!important;
	float: left!important;
	background-color: red!important;
	width: 300px!important;

}

#gform_wrapper_5 #gform_5 {
	border: 2px solid orange;
}

#gform_wrapper_5 #gform_5 .gform_heading {
	display: none;
}

#gform_wrapper_5 #gform_5 .gform_footer .top_label {
	display: none;
}

#gform_wrapper_5 #gform_5 .gform_body {
	width: 50%;
}


#gform_wrapper_5 #gform_5 .gform_footer {
	width: 50%;
}







* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.row{
  width: 100%;
  clear:both;
}

.columns, .column{
  float:left;
  padding: 0px 15px; /* gutter */
}

/* line 468, ../sass/app/_foundation.scss */
.container {
  padding: 0 20px;
}

/* line 472, ../sass/app/_foundation.scss */
.row {
  width: 100%;
  /*max-width: 980px;
  min-width: 727px;*/
  margin: 0 auto;
}
/* line 477, ../sass/app/_foundation.scss */
.row .row {
  min-width: 0;
}

/* To fix the grid into a certain size, set max-width to width */
/* line 484, ../sass/app/_foundation.scss */
.column, .columns {
  margin-left: 4.4%;
  float: left;
  min-height: 1px;
  position: relative;
}

/* line 491, ../sass/app/_foundation.scss */
.column:first-child, .columns:first-child {
  margin-left: 0;
}

/* line 496, ../sass/app/_foundation.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
/* line 499, ../sass/app/_foundation.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

/* line 505, ../sass/app/_foundation.scss */
.row .one {
  width: 4.3%;
}
/* line 508, ../sass/app/_foundation.scss */
.row .two {
  width: 13%;
}
/* line 511, ../sass/app/_foundation.scss */
.row .three {
  width: 21.679%;
}
/* line 514, ../sass/app/_foundation.scss */
.row .four,
.one-third,
.one-thirds {
  width: 30.37%;
}
/* line 517, ../sass/app/_foundation.scss */
.row .five {
  width: 39.1%;
}
/* line 520, ../sass/app/_foundation.scss */
.row .six {
  width: 47.8%;
}
/* line 523, ../sass/app/_foundation.scss */
.row .seven {
  width: 56.5%;
}
/* line 526, ../sass/app/_foundation.scss */
.row .eight,
.two-thirds {
  width: 65.2%;
}
/* line 529, ../sass/app/_foundation.scss */
.row .nine {
  width: 73.9%;
}
/* line 532, ../sass/app/_foundation.scss */
.row .ten {
  width: 82.6%;
}
/* line 535, ../sass/app/_foundation.scss */
.row .eleven {
  width: 91.3%;
}
/* line 538, ../sass/app/_foundation.scss */
.row .twelve {
  width: 100%;
}

.main-nav ul li a {
    font-size: 13px !important;
}
