@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Michroma);
body {
    margin: 0 auto;
    color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	background-color: #000000;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eightysixrpm/Bkdg-BlkDiagStripes.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

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

a {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	margin: 0;
}
h1, h1 a {
	color: #000000;
	font-family: 'Michroma', sans-serif;
    font-size: 36px;
    font-weight: 400;
	margin: 0;
}
h2, h2 a {
	color: #000000;
	font-family: 'Michroma', sans-serif;
    font-size: 24px;
    font-weight: 400;
	margin: 0;
}
h3, h3 a {
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 300;
	margin: 0;
}
h4, h4 a {
	color: #000000;
	font-family: 'Michroma', sans-serif;
    font-size: 18px;
    font-weight: 400;
	margin: 0;
}
h5, h5 a {
	color: #000000;
	font-family: 'Michroma', sans-serif;
    font-size: 13px;
    font-weight: 400;
	margin: 0;
}
h6, h6 a {
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
	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: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	margin: 0;
}
.le_form_name {
	color: #000000;
	font-family: 'Michroma', sans-serif;
    font-size: 18px;
    font-weight: 400;
	margin: 0;
}
.wrapper input[type="submit"] {
	padding: 4px 15px 6px 15px;
	background-color: #ff9900;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #ffffff;
	font-family: 'Michroma', sans-serif;
    font-size: 14px;
	margin: 0;
    line-height: 18px;
}
.wrapper input[type="submit"]:hover {
	color: #000000;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	margin: 0;
	line-height: 18px;
}
.form-control {
    height: inherit !important;
    border-radius: 0 !important;
}
.form-group {
    margin-bottom: 10px !important;
}

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


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

hr {}
.bluebutton a, a.bluebutton {
	display: inline-block;
	padding: 6px 12px 8px 12px;
	background-color: #0099cc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #ffffff;
	font-family: 'Michroma', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.bluebutton a:hover, a:hover.bluebutton {
	color: #000000;
    text-decoration: none;
}
.cta {
    margin-bottom: 20px;
    padding: 20px;
	background-color: #000000;
    text-align: center;
}
.cta p, cta a {
    color: #ffffff;
}
.cta h2 {
    color: #ff9900;
}
.i-will {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eightysixrpm/img-iwillicon.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.orangebutton a, a.orangebutton {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ff9900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.35);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.35);
	box-shadow: 5px 5px 10px rgba(0,0,0,.35);
	color: #ffffff;
	font-family: 'Michroma', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
.orangebutton a:hover, a:hover.orangebutton {
    color: #000000;
    text-decoration: none;
}
.orangebutton-full a, a.orangebutton-full {
    display: block;
    text-align: center;
}
.quotebox {
	position: relative;
    margin-bottom: 40px;
	padding: 30px;
	background-color: #ffcc99;
}
.quotebox:after {
	position: absolute;
	content: '';
	bottom: -20px;
	left: 100px;
	width: 0;
	height: 0;
	border-top: 20px solid #ffcc99;
	border-right: 40px solid transparent;
}
.shadow img {
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.35);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.35);
	box-shadow: 5px 5px 10px rgba(0,0,0,.35);
}
.slider h3 {
    color: #ffffff;
}

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

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

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

.mobileheader {
	padding: 30px 0;
	text-align: center;
}
.logo {
	padding: 10px 10px;
}
.mheader1 {
    padding: 0 10px;
}

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


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

.MobileMenu {
    padding: 0;
    background-color: #0099cc;
}
.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 {
	display: block;
    padding: 13px 10px 13px 45px;
	color: #ffffff;
    font-family: 'Michroma', sans-serif;
	font-size: 18px;
    line-height: 18px;
	text-decoration: none;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eightysixrpm/icon-navicon.png');
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.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 {
    display: block;
    padding: 10px;
	color: #ffffff;
    font-family: 'Lato', sans-serif;
	font-size: 17px;
    line-height: 18px;
	text-decoration: none;
    background-image: none;
    background-color: #22afe1;
}
.MobileMenu li.le_menuitem_level_1 a:hover {
    color: #000000;
}

/*--------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;
    background-color: #32bef0;
}

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


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

.mobilecontent {
	padding: 10px 0;
    background-color: #ffffff;
}
.mcontentwide {
    padding: 0;
}
.mcontent {
    padding: 0 10px;
	margin-bottom: 10px;
}

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


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

.mobilefooter {
	padding: 20px 0;
    background-color: #0099cc;
	text-align: center;
}
.mobilefooter p {
	color: #ffffff;
	text-transform: uppercase;
}
.mobilefooter a {
    color: #ffffff;
}
.mobilefooter a:hover {
	color: #000000;
	text-decoration: none;
}
.mfooter1 {
    padding: 0 10px;
}
.mfooter2 {
    padding: 0 10px;
}
.le_view_full {
    margin-top: 5px;
    padding: 0 10px;
}

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


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

table {
	border-spacing: 0 !important;
}
.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;
}

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