body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #565756;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
p {
	color: #565756;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
a {
	color: #565756;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
a:hover {
	color:  #000000;
	text-decoration: none;
}
a img {
    border: 0px;  
}
ul {
    padding: 0px 0px 0px 15px;
}
h1, h1 a { 
	color: #28140d;
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h2, h2 a {
    color: #000000;
    font-family: "Oxygen",sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    padding: 0px 0px 5px;
    margin: 0px 0px 15px;
    text-decoration: none;
    border-bottom: 1px solid #e7e7e7;
}
h3, h3 a {
	color: #000000;
    font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
h4, h4 a {
	color: #565756;
    font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h5, h5 a {
	color: #fccc68;
    font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h6, h6 a {
	color: #FFFFFF;
    font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 54px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

hr {
	
}

/*---------------------------Buttons CSS START---------------------------*/
.se_button.button1 {
    color: #fff !important;
    line-height: 34px;
    background: #000000;
    border: 1px solid #423e3e;
	padding: 2px 40px;
	line-height: 50px;
	text-transform: uppercase;
}
.se_button.button1:hover {
    border: 1px solid #000000;
    background: #423e3e;
}
.se_button.button2 {
    color: #fff !important;
    line-height: 34px;
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
	padding: 2px 40px;
	line-height: 50px;
	text-transform: uppercase;
}
.se_button.button2:hover {
    border: 1px solid #3d3d3d;
    background: #565756;
}

/*---------------------------Custom CSS START---------------------------*/

#left {
	float: left;
}
#right {
	float: right;
}
.row{
}
.pricing {
    margin: 20px 0px;
    padding: 10px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.pricing p {
    font-size: 13px;
}
.pricing h2 {
    margin: 0px 0px 10px;
    line-height: 25px;
}



/*---------------------------Header START---------------------------*/
#headerWide1  {
	width: auto;
	background: #423e3e;
}
#headerWide2 {
	width: auto;
}
#headerLeft {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#headerLeft a {
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
}
#headerLeft a:hover {
    color: #ffffff;
}
#headerRight {
	text-align: center;
	/*padding: 25px 0px 20px;*/
}
.logo {
	padding: 20px 0px;
	background-repeat: no-repeat;
	position: relative;
	border: 0px;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
}





/*  FeatureContent START
-------------------------------------------------------------------------*/

#feature1 {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asuchakspin/bg-feature_copy.png') no-repeat scroll center transparent;
    height: 45px;
    padding: 13px 0px 0px;
    text-align: center;
    margin: 15px 0px 0px;
}
#feature1:hover {
	background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asuchakspin/bg-feature-rollover.png) no-repeat scroll center transparent;
}
#feature1 img {
    
}
#feature1 a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
#feature1 a:hover {
    color: #565756;
    font-size: 20px;
    text-transform: uppercase;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/

.navigation {
    position: relative;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 9px 35px;
    text-transform: uppercase;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'Oxygen', sans-serif;
    top: 0;
    left: 0;
    font-size: 30px;
    color: #212121;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 5px 0;
	color: #000;
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
	line-height: 26px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
Min-width:160px;
 font-weight: bold;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #423e3e;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0 !important;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 10px;
	color: #423e3e;
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
	line-height: 22px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
     font-weight: normal;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #000;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 20px;
}
.dropdown ul {
    display: none;
}




/*---------------------------Slider START----------------------*/
.sliderWide {
	width: 100%;
	background: #fff;
}
.slider {
}
.slidertextContainer {
    position: relative;
    width: 960px;
    margin: auto;
}
.slidertext {
    position: relative;
    width: 340px;
    margin: 75px auto 0px;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    padding: 20px 30px 20px;
    float: right;
}
.slidertext p {
    color: #565756;
}
.slidertext a {
    color: #fff;
    line-height: 34px;
    background: #565756;
    border: 1px solid #565756;
	padding: 2px 40px;
	text-transform: uppercase;
}
.slidertext a:hover {
    border: 1px solid #fff;
}
.slidertext h2 {
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #565756;
}



/* MainContent START
----------------------------------------------------------------------------*/
.container {
    
}
.row {
    margin: 0px ;
}
#contentWide {
	position: relative;
	border-top: 2px solid #423e3e;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contentWide1 {
	position: relative;
	background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asuchakspin/bg-white-texture.png);
	padding-top: px;
	padding-bottom: 30px;
}
#contentWide2 {
	position: relative;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asuchakspin/bg-dark-bikes.jpg') no-repeat fixed 0% 0% / cover transparent;	padding-top: 80px;
	padding-bottom: 80px;
	color: #FFFFFF;
}
#contentWide3 {
	position: relative;
	background: #423e3e;
	padding: 10px 0px 25px;
}
#hoverbox {
    margin: auto !important;
    width: 300px;
    float: none;
}
#signupLeft {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
}
#signupRight {
    text-align: center;
}
#signupRight a {
    color: #fff;
    background: #3d3d3d;
    padding: 3px 20px;
}
#content1 {
    text-align: center;
    margin: 40px 0px;
    width: 100%;
}
#content1 h2 {
    font-size: 50px;
    line-height: 50px;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    border-bottom: 0px solid #E7E7E7;
}
#content2.col-md-4 {
	height: 137px;
	margin: 0px auto 10px;
	text-align: center;
	overflow: hidden;
	padding: 0px;
}
#content2 .textbox {
    position:absolute;
    top:0;
    left:0;
    width:300px;
    height:150px;
    margin-left:-300px;
}
#content2:hover .textbox {
    margin-left:0;
    background: rgba(191, 32, 47, .9);
}
#content2 img {
    margin-left:0;
}
#content2:hover img {

}
.text {
    padding: 35px 28px 0px;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
}
#content2 img, .textbox {
    -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
}
#pagetitle.row {
    margin-bottom: 30px;
}
#back, #forward, .sched_loc_name h2 a {
    border-bottom: 0px !important;
}
.master_date {
    border-bottom: 0px solid !important;
    background: #f5f5f5;
}


/*---------------------------MainContent END------------------------*/


/*---------------------------Footer START---------------------------*/
#footerWide {
	margin: 10px 0px 30px;
}
#footerWide h3{
    line-height: 55px;
}
#footerWide h4 span{color:#000000;}
#footerLeft {
    
}
#footerCenter {
	
}
#footerRight {
}
#footerRight img {
    width: 40px;
    height: auto;
}
/*---------------------------Footer END-----------------------------*/


/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        text-align: center;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	display: block;
    	padding: 10px 5px;
    	color: #000;
	    font-family: 'Oxygen', sans-serif;
    	font-size: 13px;
    	text-decoration: none;
    	text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #423e3e;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	min-width: 160px;
        margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
        padding: 5px 10px;
    	color: #423e3e;
    	font-family: 'Oxygen', sans-serif;
    	font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
        background-color: #e4e4e4;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #565756;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	margin-top: -32px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	min-width: 160px;
        margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    
    
    
    
    #headerRight {
        padding: 7px 0px 0px;
    }
    .col-md-1 {
        width: 130px;
        float: left;
    }
    #headerRight {
        float: right;
        text-align: right;
    }
    #headerLeft a {
        padding: 5px 13px;
        background: transparent;
        line-height: 35px;
        text-transform: uppercase;
        color: #ffffff;
    }
    #headerLeft a:hover {
        background: transparent;
        color: #ffffff;
    }
    #footerLeft {
        width: 30%;
        margin-right: 10px;
        float: left;
    }
    #footerCenter {
    	width: 30%;
        margin-right: 10px;
        float: left;
    }
    #footerRight {
        float: right;
        width: 30%;
        text-align: right;
    }
    
    
    
    
    
    #new_clients {
        min-width: 300px;
    }
    #new_clients label {
        text-align: left !important;
    }
    #existing_clients {
        min-width: 300px;
    }
    #existing_clients label {
        text-align: left !important;
    }
    .mb_login_existing_label {
         text-align: left !important;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .footerLeft {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0 10px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 12px;
        font-size: 15px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
    
    #feature1 {
        margin: -24px 0px 0px;
    }
    #content1 {
        text-align: center;
        margin: 40px auto;
        width: 940px;
        float: none;
    }
    #hoverbox {
        margin: auto !important;
        width: 930px;
        float: none;
    }
    #content2.col-md-4 {
        margin: 0px 5px 10px;
        width: 300px;
    }
    #contentWide3 {
        padding: 15px 0px 20px;
    }
    #signupLeft {
        color: #fff;
        font-size: 19px;
        text-transform: uppercase;
        line-height: 50px;
        text-align: left;
        margin-top: 5px;
    }
    #signupRight {
        text-align: right;
        margin-top: 20px;
        float: right;
    }
    #signupRight a {
        color: #FFF;
        background: none repeat scroll 0% 0% #3D3D3D;
        padding: 10px 40px;
        font-size: 18px;
        text-transform: uppercase;
    }
    
    
    
    #footerLeft {
        float: left;
        margin-right: 80px;
    }
    #footerCenter {
    	
    }
    #footerRight {
        float: right;
    }
    
    #footerRight img {
        width: 56px;
    }
    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
    .MainMenu ul.le_menu_level_1 {
        margin: 0 20px;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 30px;
    	font-size: 22px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
}

/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}
.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}
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;
}
img {
    max-width: 100%;
    height: auto;
}
.textfield {
    width: 200px !important;
    height: inherit !important;
}
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* Clear
----------------------------------------------------------------------------------------------------*/

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






  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  


/*-----------------EXPAND-----------------------------------------*/
.expand {
    margin-bottom: 15px;
}
.expand p {
    margin-left: 23px;
}
.expand h4 {
    position: relative; 
    margin-bottom: 5px;
}
.expand h4:before {
    content: "+";
    margin-right: 10px;
    color: #000000;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h4.active {
    color: #000000;
}
.expand h4.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h4:hover {
    cursor: pointer;
    color: #2e373e;
}

/*-----------------END EXPAND覧覧覧覧覧覧覧覧覧*/

.title_staff {
    padding-left: 9.5% !important;
}