@import url(//fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Josefin+Slab:400,700);
@import url(//fonts.googleapis.com/css?family=Pacifico);
@import url(//fonts.googleapis.com/css?family=Oxygen);

body {
	background-color: #ffffff;
	color: #373838;
	/*font-family: 'Josefin Slab', serif;*/
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	margin: 0 auto;
}

/*-------------------------FONT STYLING START----------------------*/

a {
	color: #ef8230;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight:normal;
	letter-spacing:1px;
	line-height: 20px;
	margin: 0;
}
h1, h1 a {
	color: #2c2c2c;
	font-family: 'Quicksand', sans-serif;
	font-size: 48px;
	font-weight: normal;
	letter-spacing:1px;
	line-height:52px;
	margin: 0;
}
h2, h2 a {
	color: #66989d;
	font-family: 'Quicksand', sans-serif;
	font-size: 48px;
	font-weight: normal;
	letter-spacing:1px;
	line-height:52px;
	margin: 0;
}
h3, h3 a {
	color: #2c2c2c;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing:1px;
	line-height:34px;
	margin: 0;
}
h4, h4 a {
	color: #66989d;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height:34px;
	margin: 0;
}
h5, h5 a {
	color: #726f6e;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing:1px;
	line-height:22px;
	margin: 0;
}
h6, h6 a {
	color: #66989d;
	font-family: 'Pacifico', cursive;
	font-size: 36px;
	font-weight: normal;
	letter-spacing:1px;
	line-height:40px;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
	color: #373838;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.le_form_name {
	color: #2c2c2c;
	font-family: 'Quicksand', sans-serif;
	font-size: 26px;
	line-height:30px;
	margin: 0 0 10px 0;
}
.wrapper input[type="submit"] {
	background-color: #85d4da;
	border: 0px solid #cccccc;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	text-transform:uppercase;
}
.wrapper input[type="submit"]:hover {
	background-color: #66989d;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #373838;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	margin: 0;
	line-height: 20px;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

hr {

}
.account-button a {
	background-color: #85d4da;
	border: 0px solid #cccccc;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 7px 15px 5px 15px;
	text-align: center;
	text-decoration:none;
	text-transform:uppercase;
}
.account-button a:hover {
	background-color: #66989d;
	cursor: pointer;
	text-decoration:none;
}
.cta-hover {
	height:300px;
}
.cta-hover a {
	background-color:rgba(79,86,82,0);
	border:solid 10px rgba(55,56,56,0);
	color:rgba(255,255,255,0);
	display:block;
	height:90px;
	padding:160px 20px 10px;
	position:relative;
	top:-280px;
	z-index:2;
	-webkit-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
}
.cta-hover a:hover {
	background-color:rgba(79,86,82,0.66);
	border:solid 10px rgba(55,56,56,1);
	color:rgba(255,255,255,1);
	display:block;
	height:90px;
	padding:160px 20px 10px;
	position:relative;
	top:-280px;
	z-index:2;
}
.blue-area {
	background-color:#85d4da;
	border:solid 8px #93d7dc;
	color:#ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
	margin:7px;
	padding:25px 15px;
	-moz-box-shadow:0px 0 0px 7px #aadce0;
	-webkit-box-shadow:0px 0 0px 7px #aadce0;
	box-shadow:0px 0 0px 7px #aadce0;
}
.blue-area p {
	color:#ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
}
.blue-area h1, .blue-area h2, .blue-area h3, .blue-area h4, .blue-area h5, .blue-area h6 {
	color:#ffffff;
	font-family: 'Quicksand', sans-serif;
}
.blue-area hr {
	border-bottom:solid 1px #ffffff;
	border-left:solid 0px #ffffff;
	border-right:solid 0px #ffffff;
	border-top:solid 0px #ffffff;
}
.pad-content {
	padding:0px 25px;
}
.specEnroll .start_end {
    display:none;
}
.specEnroll .description {
    display:inline !important;
}
.specEnroll a.morelink {
    display:none !important;
}
.specBlog h1.blog_post_listing_title a, h1.blog_post_listing_title a, .blog_post_title_section h1.blog_post_title {
    color: #66989d;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height:34px;
	margin: 0;
}

/*-------------------------SITE CLASSES END------------------------*/

.wrapper img {
	max-width: 100%;
	height: auto;
}

/*-------------------------HEADER START----------------------------*/

.mobileheader {
	padding: 10px 0;
	text-align: center;
}
.logo {
	padding:0px 10px 15px 0px;
	text-align:left;
}

/*-------------------------HEADER END------------------------------*/


/*-------------------------MENU START------------------------------*/

.MobileMenu {
	background-color:#373838;
	color:#ffffff;
	padding:4px 0px;
}
.MobileMenu ul.le_menu_level_0 {
	margin: 0;
	padding: 0;
}
.MobileMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MobileMenu .le_menu_level_container {
	position: relative;
}
.MobileMenu li.le_menuitem_level_0 a {
	background-image: url('../jaiyogaarts/jai-yoga-arts/mobile-menu-icon.png');
	background-position: 10px 50%;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 10px 10px 50px;
	text-decoration: none;
	text-transform:uppercase;
}
.MobileMenu li.le_menuitem_level_0 a:hover {
	color: #ffffff;
}

/*--------1ST LEVEL SUBMENU-------*/

.MobileMenu ul.le_menu_level_1 {
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.MobileMenu li.le_menuitem_level_1 a {
	background-color: #373838;
	background-image: none;
	color: #ffffff;
	display: block;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 10px;
	text-decoration: none;
}
.MobileMenu li.le_menuitem_level_1 a:hover {
	color: #ffffff;
}

/*--------2ND LEVEL SUBMENU-------*/

.MobileMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MobileMenu li.le_menuitem_level_2 a {
	padding: 10px 10px 10px 20px;
}

/*-------------------------MENU END--------------------------------*/


/*-------------------------CONTENT START---------------------------*/

.mobilecontent {
	background-color:#ffffff;
	padding: 20px 0px;
}
.mcontent {
	padding: 0 20px;
	margin-bottom: 10px;
}
.blueBar {
	background-color:#ace2e6;
	height:8px;
}
.mobileBlueBar {
	background-color:#85d4da;
	color:#628b90;
	padding:10px 15px;
	text-align:center;
}

/*-------------------------CONTENT END-----------------------------*/


/*-------------------------FOOTER START----------------------------*/

.mobilefooter {
	background-color: #373838;
	color:#ffffff;
	padding: 20px 0;
	text-align: center;
}
.mobilefootertwo {
	background-color:#373838;
	border-top:solid 5px #434343;
	color:#ffffff;
	padding: 20px 0;
	text-align: center;
}
.mfooter {
	padding: 0 10px;
}
.mobilefooter p, .mobilefooter a, .mobilefootertwo p, .mobilefootertwo a {
	color: #ffffff;
	font-size: 12px;
}
.le_view_full {
	padding: 0 10px;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------RESETS START------------------*/

.anythingSlider-default {
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}

/*-------------------------RESETS END--------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*----------------------CLEAR END---------------------*/