body {
    margin: 0 auto;
	color: #e7e7e7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
    background-color: #0a2337;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/theyogiunderground/newbkrd_mobile.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
a {
	color: #61b097;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1, h1 a {
	color: #fdc45d;
	font-family: 'Amatic SC', cursive;
	font-size: 34px;
	font-weight: 700;
	margin: 0;
}
h2, h2 a {
	color: #e7e7e7;
	font-family: 'Amatic SC', cursive;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}
h3, h3 a {
	color: #fdc45d;
	font-family: 'Fredericka the Great', cursive;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
}
h4, h4 a {
	color: #c45379;
	font-family: 'Fredericka the Great', cursive;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
}
h5, h5 a {
	color: #61b097;
	font-family: 'Fredericka the Great', cursive;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
}
h6, h6 a {
	color: #c45379;
	font-family: 'Fredericka the Great', cursive;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
}
p, ul, ol {
	color: #e7e7e7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: 300;
	margin: 0;
}
hr {}
.bluebox {
    padding: 20px 10px;
    margin-bottom: 10px;
	background: rgba(4,27,49,.55);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.bluebox a:hover {
    text-decoration: none;
}
.wrapper {
	width: 100%;
}
.wrapper img {
    max-width: 100%;
    height: auto;
}

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

.le_form {
	color: #e7e7e7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}
.le_form_name {
	color: #e7e7e7;
	font-family: 'Amatic SC', cursive;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}
.le_form_submit input[type="submit"] {
	background-color: #aabec4;
	padding: 5px 20px;
	border: 1px solid #aabec4;
	text-align: center;
	color: #041d33;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: 300;
}
.le_form_submit input[type="submit"]:hover {
	cursor: pointer;
    color: #a5babd;
	background-color: #041d33;
}
.le_form input[type="text"] {
	background-color: #041d33;
	border: 1px solid #60828d;
	padding: 5px;
	color: #a5babd;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.le_form textarea {
	background-color: #041d33;
	border: 1px solid #60828d;
	padding: 5px;
	color: #a5babd;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.footerform .le_form_row_field_1 {
    float: left;
    width: 180px;
}
.footerform input[type="text"] {
    width: 160px;
}

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


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

.mobileheader {
	padding: 10px 10px;
	text-align: center;
}
.mobileheaderleft {
    float: left;
    width: 65%;
}
.mobileheaderright {
    float: right;
    width: 35%;
}
.logo {
	padding: 10px 0 10px 10px;
}

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


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

.MobileMenu {
	padding: 10px 0;
}
.MobileMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.MobileMenu a {
	display: block;
    color: #b9b9b7;
	font-family: 'Amatic SC', cursive;
	font-size: 28px;
	padding: 5px 10px;
	margin: 0 0 5px 0;
	text-decoration: none;
	text-align: left;
	background: rgba(4,27,49,.55);
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.MobileMenu a:hover {
    color: #5ba791;
}
.MobileMenu a:active {
	position: relative;
	top: 1px;
}

.back {
	padding: 10px 0;
}
.back a {
    display: block;
    color: #b9b9b7;
	font-family: 'Amatic SC', cursive;
	font-size: 28px;
	padding: 5px 10px;
	margin: 0 0 5px 0;
	text-decoration: none;
	text-align: left;
	background: rgba(4,27,49,.55);
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.back a:hover {
    color: #5ba791;
}
.back a:active {
	position: relative;
	top: 1px;
}

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


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

.mobilecontent {
	padding: 10px 10px;
}
.mcontent {
	margin-bottom: 10px;
}

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


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

.mobilefooter {
	padding: 20px 10px;
	text-align: center;
}
.mobilefooter p, .mobilefooter a {
    color: #e7e7e7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}
.mfooter1 {}
.mfooter2 {}
.le_view_full {
    margin-top: 10px;
}
.le_view_full a {
    color: #e7e7e7;
	font-family: 'Amatic SC', cursive;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}
.le_view_full a:hover {
	text-decoration: underline;
}

/*-------------------------FOOTER 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---------------------*/