@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Michroma:400);
.le-logged-in {
    padding-top:40px;
}

body {
  
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height:22px;
    margin: 0 auto;
}

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

a {
    font-family:'Verdana',sans-serif;
    color:#f39120;
    font-size:14px;
    line-height:20px;
    font-weight:400;
}
a:hover {
    color:#cccccc;
}
p {
    color: #000000;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight:400;
    margin: 0;
}
h1, h1 a, .title1, .title1 a {
    color: #8b0e04;
    font-family:"Raleway", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height:30px;
    margin: 0;
}
h2, h2 a, .title2, .title2 a {
    color: #8b0e04;
    font-family:"Raleway", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height:24px;
    margin: 0;
}
h3, h3 a, .title3, .title3 a {
    color: #e31937;
    font-family:"Raleway", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height:30px;
    margin: 0;
}
h4, h4 a, .title4, .title4 a {
    color: #e31937;
    font-family:"Raleway", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height:24px;
    margin: 0;
}
h5, h5 a, .title5, .title5 a {
    color: #58595b;
    font-family:"Raleway", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height:30px;
    margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #58595b;
    font-family:"Raleway", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height:24px;
    margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}
blockquote {
    border:0px !important;
    padding:0px !important;
}

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


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

.le_form {
    color: #333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}
.le_form_name {
    color: #333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.container input[type="submit"] {
    background:none repeat scroll 0 #58595b;
    border:0;
    border-radius:0px;
    color: #fff;
    cursor: pointer;
    font-family:Raleway, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding:6px 6px 5px;
       -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.75);
}
.container input[type="submit"]:hover {
    background:none repeat scroll 0 0 #e31937;
color: #fff;

    
   -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.75);
}
.container input[type="text"], .container input[type="password"], .container textarea, #search_form_value {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form-control {
    height: inherit !important;
    border-radius: 0 !important;
}
.form-group {
    margin-bottom: 10px !important;
}
.form-header p {
    color: #333333;
    font-size: 16px;
}

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


/*-------------------------SITE CLASSES START----------------------*/
/*--------------------feature Start-----------------------*/
.textOverlay{
    background-color: rgba(0,0,0,.6);
    border: 4px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    width: 650;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    padding: 30px 50px;
    
}
.textOverlay h1, .textOverlay h2{
    text-transform: lowercase;
}
.tOButton a, a.tOButton {
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 15px;
    margin: 0px 15px;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
.textOverlay h2:nth-of-type(2){
    font-size: 24px;
}

/*--------------------feature END-----------------------------*/
hr {
    border-bottom:0px solid #000;
    border-left:0px solid #000;
    border-right:0px solid #000;
    border-top:1px solid #000;
    margin:5px 0px 8px ;
}
.panel {
    border:0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
blockquote {
    border:0px !important;
    margin:0px !important;
    padding:0px !important;
    width:100% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.button a, a.button {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
.button a:hover, a:hover.button {
    color: #ffffff;
    text-decoration: none;
}
.gray-button a, a.gray-button {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #58595b;
    color: #fff;
    font-family:"Raleway";
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
.gray-button a:hover, a:hover.gray-button {
    background-color:#e31937;
    text-decoration:none;
}
.red-button a, a.red-button {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #e31937;
    color: #fff;
    font-family:"Raleway";
    font-size:10px;
    text-decoration:none;
    font-weight:bold;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
.red-button a:hover, a:hover.red-button {
    background-color:#58595b;
    text-decoration:none;
}

.red-button1 a, a.red-button1 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #e31937;
    color: #fff;
    font-family: "Raleway";
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.red-button1 a:hover, a:hover.red-button1 {
    background-color:#58595b;
    text-decoration:none;
}
.button1 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #e31937;
    color: #fff;
    font-family: "Raleway";
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.button1:hover {
    background-color:#58595b;
    text-decoration:none;
}

/*------------------------ Mindbody Button ------------------------*/
.main_course_image{
    float: left !important;
}

.enrollment_in_course_image{
    max-width: 20%;
    width: auto !important;
}
.le_metro_silver_button {
    font-size: 10px !important;
    color: #FFFFFF !important;
    padding: 11px 19px;
	text-align: center;
	margin: 0;
	background: #e31937 !important;
    border: none !important;
    -webkit-border-radius: 0px !important
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
	font-family:  'Raleway', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 17px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
    text-shadow: none !important;
    text-transform: uppercase;
}
.le_metro_silver_button:hover {
    background: #58595b !important;
    text-decoration: none;
	cursor: pointer;
}
.scroll-text {
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
}
.grayBox {
    padding: 15px;
    background-color: #3f4042;
    margin-bottom: 20px;
}
.lightgrayBox {
    padding: 15px;
    background-color: #909193;
    margin-bottom: 20px;
}
.white h5 {
    font-size: 24px;
    color: #ffffff;
}

/*-------------------------SITE CLASSES END------------------------*/
.wrapperwide {
    width: 100%;
}
.wrapper {
    background-color: #ffffff;
}
.subwrapper {
    background-color: #ffffff;
}
.contentWide{
    margin-top: 25px;
}
/*-------------------------HEADER START----------------------------*/
.header {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding-top:15px;
}

#mb_loginelement_existing_clients label {
    font-size:7px;
    display:none;
}
.mb_loginelement_existing_row input[type="text"],
.mb_loginelement_existing_row input[type="password"] {
    width:101px;
   border-radius:0;
   background-color:#adafb1;
   
   -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.75);
  
}
.mb_loginelement_existing_row {
    float:right;
}
.mb_loginelement_existing_label {
    display:none;
}
.mb_loginelement_existingaccount {
    width:100%;
    float:right;
    display:inline-block;
}
.mb_loginelement_newaccount a {
    font-size:11px;
    color:#d3d4d5;
}
::-webkit-input-placeholder {
   color: black;
}

:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

:-ms-input-placeholder {  
   color: black;  
}

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

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

.navigation {
    text-align: center;
}
.navicon {
    background-color: #fff;
    color: #000000;
    display: block;
    height: 35px;
    padding:10px 15px;
    position: relative;
      text-align: right;
}
.navicon:after {
    color: #58595b;
    content: '\2630    Menu';
    font-family:"Raleway", sans-serif;
    font-size: 17px;
    left: 0;
    padding:8px 0px;
    position: absolute;
    text-transform:uppercase;
    right:0;
    top: 0;
}

.navicon:hover {
    cursor: pointer;
}
.menu {
    background-color: #fff;
    color: #333333;
   
    text-align: left;
    display: none;
    width: 90%;
    margin-left:5%;
}
.menu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.menu li {
    list-style-type: none;
    text-decoration: none;
}

.menu li.le_menuitem_level_0 a {
    color: #58585a;
    display: block;
    font-family:"Raleway", sans-serif;
    font-size: 14px;
    padding: 15px 10px;
    text-align:left;
    text-decoration: none;
    text-transform:uppercase;
}
.menu li.le_menuitem_level_0:hover>a {

    color: #222222;
}

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

.menu ul.le_menu_level_1 {
    background-color:#ffffff;
    margin: 0;
    padding: 0;
}
.menu li.le_menuitem_level_1 a {
    display: block;
    padding: 7px 10px;
    color: #e31937;
    font-family:"Raleway", sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight:bold;
}



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

.menu ul.le_menu_level_2 {
    margin: 0;
    padding: 0;
}
.menu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}

/*-------------------------MAIN MENU END---------------------------*/
/*-------------------------Tabs Menu-----------------------------*/
.tabsMenu  {
    display: block;
    width:100%;
    margin:0;
    border-top:none;
    background-color:transparent;
     text-align: center;
    margin-top: 5px;
}
.tabsMenu ul {
    margin: 0;
    padding: 0;
}
.tabsMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
}
.tabsMenu li {
    list-style: none;
}
.tabsMenu li.le_menuitem_level_0 {
    display: inline-block;
}
.tabsMenu li.le_menuitem_level_0>a {
    color: #fff;
    display: block;
    font-family:"Raleway", sans-serif;
    font-size: 14px;
    padding: 8px 20px;
    background-color: #5b5b5b;
    text-align:center;
    text-decoration: none;
    text-transform:uppercase;
    font-weight:normal;
    margin: 7px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow:-1px -1px 3px rgba(0, 0, 0, .4);
    box-shadow: -12px -4px 10px rgba(0, 0, 0, .2);
}
.tabsMenu li.le_menuitem_level_0:hover>a {
    background-color: rgba(91, 91, 91, .6);
    
    
}
/*.stayAndBG{
    background: #58595b;
    position: fixed;
    top: 178px;
    z-index:100;
}
.setHeight{
    height: 390px;
    overflow: hidden;
}*/
.fillArea img{
    width: 100%;

}
.tabsMenu li.anchorage-cycle-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #e31937;
    }
.tabsMenu li.buy-classes-cycle-page a.le_current_link {
    color: #e31937;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e31937;
}
.tabsMenu li.reserve-cycle-page a.le_current_link {
    color: #e31937;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e31937;
}
.tabsMenu li.our-classes-cycle-page a.le_current_link {
    color: #e31937;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e31937;
}
.tabsMenu li.your-first-class-cycle-page a.le_current_link {
    color: #e31937;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e31937;
}
.tabsMenu li.your-first-class-cycle-page a.le_current_link {
    color: #e31937;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e31937;
}
.tabsMenu li.faq-cycle-page a.le_current_link {
    color: #e31937;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e31937;
}
.tabsMenu li.etiquette-cycle-page a.le_current_link {
    color: #e31937;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e31937;
    }
.tabsMenu li.location-cycle-page a.le_current_link {
    color: #e31937;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e31937;
}
/*----------------*/
 /*----------------------------Yoga Active Link Styling Start--------------------*/
     .tabsMenu li.anchorage-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #e31937;
    }
         .tabsMenu li.buy-classes-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #e31937;
    }
     .tabsMenu li.reserve-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #e31937;
    }
     .tabsMenu li.our-classes-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #e31937;
    }
     .tabsMenu li.your-first-class-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #e31937;
    }
     .tabsMenu li.faq-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #e31937;
    }
     .tabsMenu li.etiquette-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #e31937;
    }
     .tabsMenu li.location-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #e31937;
    }
 

/*----------------------------Tabs Menu END-----------------------------------*/


/*-------------------------MAIN START------------------------------*/

.slider img {
      width: 100%;
  min-width: 750px;
  min-height: 300px;
  height: auto;
      border-top:12px solid #f39120;
}
.img-box {
    position:absolute;
    top:40px;
    width:90%;
    margin-left:5%;
    
}
.img-box * {
    color:#fff;
    text-shadow: 2px 2px 0 #000000;
}
.cta-zone {
    border-top:12px solid #f39120;
    background-color:rgba(255,255,255,1);

}
.bx-viewport .htmlSlide {
    padding-bottom:-0px!important;
}
.nopadding {
    padding-left:0px;
    padding-right:0px;
}
.logo-bg-zone {
    background:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/anchorageride/icon-background-logo.png");
    background-repeat:no-repeat;
    background-color:#f3901d;
    background-position:bottom left;
}
.cta {
    margin:20px 0px;
}
.cta img{
    text-align: center;
    margin: auto !important;
}
.headerButton{
    margin: 5px 0px;
}
.yoga-video-left,
.yoga-video-right {
    margin:30px 0px;
}
.social-menu img {
    display:none;
}
.social-menu a:first-child+a+a+a+a{
     font-size: 8px;
  background-color: #e31937;
  font-weight: bold;
  color: #fff;
  font-family: "Raleway";
  text-shadow: none;
  padding: 7px 15px;
  text-decoration: none;
  line-height: 75px;
  vertical-align: middle;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
  position: relative;
  top: -65px;
}
.social-menu a:first-child+a+a+a+a:hover{
        background-color:#8b0e04;
}
.bx-viewport  {
    min-height:300px!important;
}
 .img-box a {
        font-size:12px;
        background-color:#e31937;
        font-weight:bold;
        color:#fff;
        font-family:"Raleway";
        text-shadow:none;
        padding: 7px 12px;
        text-decoration:none;
        vertical-align: middle;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
        display: inline-block;
        margin: 5px 0px;
    }
    .img-box a:hover {
        background-color:#8b0e04;
    }
/*----------------------------------Instructors Start--------------------------*/
.crew-card img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.crew-card > h5 {
    position: absolute;
    top: 0;
    left: 0;
}
.crew-card > h4 {
    position: absolute;
    top: 0;
    left: 0;
}
.crew-card h5 {
    padding: 35px 0 25px 15px;
    color: #f39120 !important;
    font-size: 18px;
    text-transform: uppercase;
    
}
.crew-card h4{
    padding: 35px 0 25px 15px;
    color: #58595b !important;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
}
.crew-card {
    position: relative;
    width: 290px;
    margin: 20px auto 0 auto;
}
.crew-card > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-decoration: none;
}
.crew-card > a:hover {
    text-decoration: none;
}
.crew-card > a + div {
    position: absolute;
    visibility: hidden;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-bottom: 10px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    text-decoration: none;
}
.crew-card > a:hover + div {
    visibility: visible;
    background-color: rgba(48, 49, 51, 0.8);
    opacity: 1;
    z-index: 1000 !important;
}
.crew-card:hover h5 {
    visibility: hidden;
    opacity: 0;
    
}
.crew-card > div > h6 {
    font-size: 15px;
    font-weight: light;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}
.crew-card > div> h6 + h6 {
    padding-top: 40px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    color: #f39120;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
    color: #f39120;
}
.crew-card a {
    text-decoration: none;
}
.instrctrName{
    
}
.staff {
    position: relative;
    margin-bottom: 20px;
}
.staff img {
    width: 100%;
    height: auto;
    opacity: 1;
}
.staff:hover img {
    opacity: .5;
}
.staff h5 {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #58595b !important;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
}
.staff h6 {
    color: #f39120 !important;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
}
.staff p {
    color: #f39120;
}
.staff > .staff-bio {
    position: absolute;
    top: 0;
    bottom;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    text-decoration: none;
    padding: 25px;
    cursor: pointer;
    background: rgba(48,49,51,0.7);
    height: 99% !important;
    width: 100% !important;
}
.staff:hover > .staff-bio {
    opacity: 1;
    cursor: default;
}
.staff a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1000 !important;
    text-decoration: none;
}


/*-------------------------------Instructors END----------------------------*/
.locationOverlay{
    width: 78%;
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    position: absolute;
    top: 0px;
    right:0;
    min-height: 70%;
    z-index: 10;
}
.locationOverlay hr{
    margin: 6px 0px;
}
.locationOverlay h1{
    font-size: 17px;
    line-height: 20px;
}
.locationOverlay p{
    font-size: 11px;
    line-height: 13px;
}
.upForMobile{
    margin-top: -100px;
    z-index: 11;
}

/*-------------------------------------pricing start-------------------------------*/

.priceBlock{
    background-color: rgba(88, 89, 91, .2);
    text-align: center;
    padding: 25px 10px 15px 10px;
    color: #000;
    height: 400px !important;
    border-radius: 2px;
    margin-bottom: 25px;
}
.priceBlock:hover{
    background-color: rgba(88, 89, 91, 1);
    color: #fff;
    height:400px;
}
.numberCircle{
    font-size: 50px;
    line-height: 78px;
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    margin: auto;
    height: 110px;
    width: 110px;
    color: #58595b;
}
.priceBlock .classes{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
}
.priceBlock .price{
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}
.priceBlock .costPer{
    font-size: 15px;
    line-height: 19px;
    color: #aeb0b4;
}
.infoSection{
    margin: 0px 0px 30px 0px;
}
.buttonB a, a.buttonB {
    position: relative;
    display: block;
    margin: 30px;
    padding: 10px 20px;
    background-color: #e31937;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.buttonB a:hover, a:hover.buttonB {
    background-color: #B71325;
    text-decoration: none;
}

/*------------------------------------pricing end----------------------------------*/
    .buy {
        padding:5px;
        border:1px solid black;
        text-align:center;
        font-size:15px;
        font-weight:bold;
        margin:20px 0px;
    }
    .buy h2 {
        color:#fff;
        font-family:"Raleway";
        display:block;
        font-size:22px;
        line-height:50px;
    }
    .buy h1 {
        color:#000;
        font-weight:bold;
        font-family:"Raleway";
        
    }
    
    .buy a {
        display:block;
        color:#fff;
        background-color:#58595b;
        padding:10px;
        font-family:"Raleway";
        font-weight:bold;
        font-size:12px;
        text-decoration:none;
        margin:15px auto;
        width:100px;
    }
    
    .red a:hover,.red h2 {
        background-color:#e31937;
    }
    .orange a:hover ,.orange h2{
        background-color:#f39120;
    }
/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/
.footer {
    padding:20px 0px;
    font-weight:bold;
    
}
.footer a {
    text-decoration:none;
    font-weight:bold;
}
.footer a:hover {
    color:#d18331;
}
.footerwide {
    background-color:#58595b;
}
.footerwide * {
    color:#fff;
    
}
.left-footer,
.right-footer,
.footer-menu{
    text-align:center;
    margin:10px 0px;
}
.social-menu {
    height:0px;
}
.logo {
    padding-top:5px;
    width: 150px;
    height: auto;
}
.mobileAlignFix {
    text-align: center !important;
}
/*-------------------------FOOTER END------------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Extra Small devices (phones ,480px and up) */
@media(min-width: 560px) {
    .belowlink {
        width: 49%;
        display: inline-block;
        float:right;
        text-align:right;
        padding-right:10px;
    }
    .mb_loginelement_newaccount {
        float:right;
        width: 230px;
        position: relative;
        top: -20px;
    }
    .mb_loginelement_newaccount .belowlink:first-child+div:after {
        content: "|";
        font-size: 11px;
        color: #d3d4d5;
        position:absolute;
        padding-left:3px;
    }
    .mb_loginelement_existingaccount {
        width: 282px;
        float: right;
        display: inline-block;
    }
    .mb_loginelement_existing_row {
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: top;
        float: left;
    }
    .mb_loginelement_existingaccount > .mb_loginelement_existing_row > .mb_loginelement_existing_input {
        padding-right:0px;
        padding-left:5px;
    }
    .social-menu a:first-child+a+a+a+a{
        top: -30px;
    }
    .mb_loginelement_newaccount a {
        font-size: 8px;
        color: #d3d4d5;
    }
    .locationOverlay{
        width: 55%;
        background: rgba(255, 255, 255, .8);
        padding: 20px;
        position: absolute;
        top: 0px;
        right:0;
        min-height: 100%;
        z-index: 10;
    }
    .locationOverlay hr{
        margin: 6px 0px;
    }
    .locationOverlay h1{
        font-size: 17px;
        line-height: 20px;
    }
    .locationOverlay p{
        font-size: 13px;
        line-height: 15px;
    }
    .upForMobile{
        margin-top: -20px;
        z-index: 11;
    }
    .mobileAlignFix {
        text-align: right !important;
    }
    .textOverlay{
        width: 500px;
        top: 20%;
        padding: 30px 50px;
    }
    .img-box h2 {
        font-size:26px;
        font-weight:400;
        line-height:35px;
        font-family:"Raleway";
    }
    .img-box h1 {
        font-size:38px;
        font-weight:400;
        line-height:40px;
        font-family:"Raleway";
    }
    .textOverlay h2:nth-of-type(2){
        font-size: 38px;
    }
    .img-box a{
        font-size: 12px;
        padding: 7px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    .headerWide{
        position: fixed;
        z-index: 200;
        width: 100%;
        top: 0;
    }
    .contentWide{
        margin-top: 115px;
    }
    .container input[type="submit"] {
         padding: 6px 10px 5px;
    }
    .social-menu a:first-child+a+a+a+a {
        font-size:10px;
        top:-12px;
    }
    .social-menu {
        height: 30px;
        position: relative;
        top: -15px;
    }
        .left-footer,
    .footer-menu {
            text-align:left;
        }
    .right-footer{
        text-align:right;
    }
        .social-menu img {
        display:inline-block;
    }
    .textOverlay{
        width: 650px;
        padding: 20px 30px;
    }
    .textOverlay h2:nth-of-type(2){
        font-size: 38px;
    }
    .img-box {
        position:absolute;
        top:25%;
        width:600px;
        left:50%;
        margin-left:-300px;
        
    }
    .img-box h2 {
        font-size:26px;
        font-weight:400;
        line-height:30px;
        font-family:"Raleway";
    }
    .img-box h1 {
        font-size:38px;
        font-weight:400;
        line-height:40px;
        font-family:"Raleway";
    }
    .img-box a{
        font-size: 18px;
        padding: 7px 12px;
        margin: 0px;
    }
    .le_plugin_bxSlider {
        margin-top:0px;
    }
   
    .yoga-video-left,
    .yoga-video-right{
        width:85%;
    }
    .yoga-video-left {
        float:right;
        padding-right:10px;
    }
    .yoga-video-right {
        float:left;
        padding-left:10px;
    }
    .mb_loginelement_newaccount a {
      font-size: 11px;
      color: #d3d4d5;
    }
    .mb_loginelement_newaccount {
        width:300px;
    }
    .locationOverlay{
        width: 40%;
        background: rgba(255, 255, 255, .8);
        padding: 50px;
        position: absolute;
        top: -22px;
        right:0;
        min-height: 120%;
        z-index: 10;
    }
    .locationOverlay hr{
        margin: 10px 0px;
    }
    .locationOverlay h1{
        font-size: 24px;
        line-height: 30px;
    }
    .upForMobile{
        margin-top: 20px;
        z-index: 11;
    }
    .priceBlock{
        height: 340px;
    }
    
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
   .logo {
        text-align: left;
        position:absolute;
    }
    .navigation {
        text-align: right;
        padding-top: 8px;
    }
       .navigation {
        text-align: center;
        margin-top:0px;
    }
    .navicon {
        display: none;
    }
    .menu  {
        display: block;
        width:100%;
        margin:0;
        border-top:none;
        background-color:transparent;
          text-align: right;
    }
    .menu ul {
        margin: 0;
        padding: 0;
    }
    .menu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .menu li {
        list-style: none;
    }
    .menu li.le_menuitem_level_0 {
        display: inline-block;
   }
    .menu li.le_menuitem_level_0>a {
        color: #58585a;
        display: block;
        font-family:"Raleway", sans-serif;
        font-size: 14px;
        padding: 15px 10px;
        text-align:left;
        text-decoration: none;
        text-transform:uppercase;
        font-weight:bold;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .33s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .menu li.le_menuitem_level_0:hover>a {
        border-bottom:9px solid #f39120;
        padding-bottom:6px;
        color:#f39120;
    }
/*--------1ST LEVEL SUBMENU-------*/
    .menu ul.le_menu_level_1 {
        background-color:rgba(88,89,91,0.8);
        display: none;
        margin: 0 auto 0 auto;
        padding: 2px 0 0 0;
        position: absolute;
        text-align: left;
        z-index: 100;
        float:right;
        min-width:170px;
    }
    .menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        display: block;
    }
    .menu li.le_menuitem_level_1 a {
        color: #fff;
        display: block;
        font-family: "Raleway", sans-serif;
        font-size: 11px;
        padding: 4px 8px;
        text-align:left;
        text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .menu li.le_menuitem_level_1 a:hover {

        color: #c5813d;
    }
 /*--------2ND LEVEL SUBMENU-------*/
    .menu .le_menu_level_2_container {
        float: right;
        margin-top: -35px;
        padding: 0;
    }
    .menu ul.le_menu_level_2 {
        position: absolute;
        z-index: 100;
        display: none;
        margin: 0;
        padding: 0;
        background-color: #777777;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
        text-align: left;
    }
    .menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
        display: block;
    }
    .dropdown ul {
        display: block;
    }
        /*-------------------------Tabs Menu-----------------------------*/
    .tabsMenu  {
        display: block;
        width:100%;
        margin:0;
        border-top:none;
        background-color:transparent;
         text-align: center;
        margin-top: -108px;
    }
    .tabsMenu ul {
        margin: 0;
        padding: 0;
    }
    .tabsMenu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .tabsMenu li {
        list-style: none;
    }
    .tabsMenu li.le_menuitem_level_0 {
        display: inline-block;
    }
    .tabsMenu li.le_menuitem_level_0>a {
        color: #fff;
        display: block;
        font-family:"Raleway", sans-serif;
        font-size: 14px;
        padding: 20px 15px;
        background-color: rgba(91, 91, 91, .5);
        text-align:center;
        text-decoration: none;
        text-transform:uppercase;
        font-weight:normal;
        margin: 0 3px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .33s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-shadow:-1px -1px 3px rgba(0, 0, 0, .4);
        box-shadow: -12px -4px 10px rgba(0, 0, 0, .2);
    }
    .tabsMenu li.le_menuitem_level_0:hover>a {
        background-color: rgba(91, 91, 91, .2);
        
        
    }
    /*----------------------------Cycle Active Link Styling Start--------------------*/
    .tabsMenu li.anchorage-cycle-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
    .tabsMenu li.buy-classes-cycle-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
    .tabsMenu li.reserve-cycle-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
    .tabsMenu li.our-classes-cycle-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
    .tabsMenu li.your-first-class-cycle-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
    .tabsMenu li.your-first-class-cycle-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
    .tabsMenu li.faq-cycle-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
    .tabsMenu li.etiquette-cycle-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
    .tabsMenu li.location-cycle-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
        /*----------------------------Cycle Active Link Styling END--------------------*/
 /*----------------------------Yoga Active Link Styling Start--------------------*/
     .tabsMenu li.anchorage-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
         .tabsMenu li.buy-classes-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
     .tabsMenu li.reserve-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
     .tabsMenu li.our-classes-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
     .tabsMenu li.your-first-class-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
     .tabsMenu li.faq-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
    .tabsMenu li.etiquette-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
     .tabsMenu li.location-yoga-page a.le_current_link {
        color: #e31937;
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
 
 
         /*----------------------------Yoga Active Link Styling END--------------------*/
    .stayAndBG{
        background: #58595b;
        position: fixed;
        top: 178px;
        z-index:100;
    }
    .setHeight{
        height: 390px;
        overflow: hidden;
    }
    .fillArea img{
        min-width: 120%;
        max-width: 121%;
    }
    
    /*----------------------------Tabs Menu END-----------------------------------*/
    .locationOverlay{
        width: 38%;
        background: rgba(255, 255, 255, .8);
        padding: 50px;
        position: absolute;
        top: 0px;
        right:0;
        min-height: 100%;
    }
    .locationOverlay hr{
        margin: 25px 0px;
    }
    .textOverlay{
        width: 650;
        top: 20%;
        padding: 30px 50px;
    }
    .textOverlay{
        width: 650;
        padding: 30px 50px;
    }
    .img-box {
        position:absolute;
        top:24%;
        width:600px;
        left:50%;
        margin-left:-300px;
        
    }
    .img-box h1{
        font-size: 48px;
        line-height: 55px;
    }
    .img-box h2{
        font-size: 37px;
        line-height: 45px;
    }
    .img-box h2:nth-of-type(2){
        font-size: 48px;
        line-height: 55px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .tabsMenu  {

        margin-top: -60px;
    }
    .locationOverlay{
        width: 30%;
        background: rgba(255, 255, 255, .8);
        padding: 50px;
        position: absolute;
        top: 0px;
        right:0;
        min-height: 100%;
    }
       .priceBlock{
        height: auto;
    }
    .textOverlay{
        width: 650;
        top: 30%;
        padding: 30px 50px;
    }
}

/*-------------------------MEDIA QUERIES END-----------------------*/


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


/*-------------------------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-------------------------------*/
/*-------------------------IE 8 Fixes-------------------------------*/
.lt-ie9 .col-md-1, 
.lt-ie9 .col-md-2, 
.lt-ie9 .col-md-3, 
.lt-ie9 .col-md-4, 
.lt-ie9 .col-md-5, 
.lt-ie9 .col-md-6, 
.lt-ie9 .col-md-7, 
.lt-ie9 .col-md-8, 
.lt-ie9 .col-md-9, 
.lt-ie9 .col-md-10, 
.lt-ie9 .col-md-11, 
.lt-ie9 .col-md-12 {
    float: left;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}
.lt-ie9 .col-md-12 {
    width: 100%;
}
.lt-ie9 .col-md-11 {
    width: 91.66666667%;
}
.lt-ie9 .col-md-10 {
    width: 83.33333333%;
}
.lt-ie9 .col-md-9 {
    width: 75%;
}
.lt-ie9 .col-md-8 {
    width: 66.66666667%;
}
.lt-ie9 .col-md-7 {
    width: 58.33333333%;
}
.lt-ie9 .col-md-6 {
    width: 50%;
}
.lt-ie9 .col-md-5 {
    width: 41.66666667%;
}
.lt-ie9 .col-md-4 {
    width: 33.33333333%;
}
.lt-ie9 .col-md-3 {
    width: 25%;
}
.lt-ie9 .col-md-2 {
    width: 16.66666667%;
}
.lt-ie9 .col-md-1 {
    width: 8.33333333%;
}

.lt-ie9 .left-footer,
.lt-ie9 .footer-menu {
        text-align:left;
    }
.lt-ie9 .right-footer{
    text-align:right;
}
.lt-ie9 .social-menu img {
    display:inline-block;
}
.lt-ie9 .navigation {
        text-align: center;
        margin-top:0px;
    }
.lt-ie9 .navicon {
        display: none;
    }
.lt-ie9 .menu  {
        display: block;
        width:100%;
        margin:0;
        border-top:none;
        background-color:transparent;
    }
.lt-ie9 .menu ul {
        margin: 0;
        padding: 0;
    }
.lt-ie9 .menu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
.lt-ie9 .menu li {
        list-style: none;
    }
.lt-ie9 .menu li.le_menuitem_level_0 {
        display: inline-block;
   }
.lt-ie9 .menu li.le_menuitem_level_0>a {
        color: #58585a;
        display: block;
        font-family:"Raleway", sans-serif;
        font-size: 14px;
        padding: 15px 10px;
        text-align:left;
        text-decoration: none;
        text-transform:uppercase;
        font-weight:bold;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .33s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
.lt-ie9 .menu li.le_menuitem_level_0:hover>a {
        border-bottom:9px solid #f39120;
        padding-bottom:6px;
        color:#f39120;
    }
/*--------1ST LEVEL SUBMENU-------*/
.lt-ie9 .menu ul.le_menu_level_1 {
        background-color:rgba(88,89,91,0.8);
        display: none;
        margin: 0 auto 0 auto;
        padding: 2px 0 0 0;
        position: absolute;
        text-align: left;
        z-index: 100;
        float:right;
        min-width:170px;
    }
.lt-ie9 .menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        display: block;
    }
.lt-ie9 .menu li.le_menuitem_level_1 a {
        color: #fff;
        display: block;
        font-family: "Raleway", sans-serif;
        font-size: 11px;
        padding: 4px 8px;
        text-align:left;
        text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
.lt-ie9 .menu li.le_menuitem_level_1 a:hover {

        color: #c5813d;
    }
 /*--------2ND LEVEL SUBMENU-------*/
.lt-ie9 .menu .le_menu_level_2_container {
        float: right;
        margin-top: -35px;
        padding: 0;
    }
.lt-ie9  .menu ul.le_menu_level_2 {
        position: absolute;
        z-index: 100;
        display: none;
        margin: 0;
        padding: 0;
        background-color: #777777;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
        text-align: left;
    }
.lt-ie9 .menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
        display: block;
    }
.lt-ie9  .dropdown ul {
        display: block;
    }
.lt-ie9 .img-box {
        position:absolute;
        top:50px;
        width:600px;
        left:50%;
        margin-left:-300px;
        
    }
.lt-ie9 .img-box h2 {
        font-size:48px;
        font-weight:400;
        line-height:60px;
        font-family:"Raleway
";
    }
.lt-ie9 .img-box h1 {
        font-size:60px;
        font-weight:400;
        line-height:75px;
        font-family:"Raleway
";
    }
.lt-ie9 .le_plugin_bxSlider {
        margin-top:0px;
    }
   
.lt-ie9  .yoga-video-left,
.lt-ie9 .yoga-video-right{
    width:85%;
}
.lt-ie9 .yoga-video-left {
    float:right;
    padding-right:10px;
}
.lt-ie9 .yoga-video-right {
    float:left;
    padding-left:10px;
}


.lt-ie9 .logo {
        text-align: left;
    }
.lt-ie9 .navigation {
        text-align: right;
    }
.lt-ie9 .mb_loginelement_existingaccount {
      width: 285px;
      float: right;
      display: inline-block;
    }
.lt-ie9 .mb_loginelement_existing_row {
      display: inline-block;
      margin-bottom: 5px;
      vertical-align: top;
      float: left;
}
.lt-ie9 .belowlink {
      width: 49%;
  display: inline-block;
  float:right;
  text-align:right;
  padding-right:10px;
}
.lt-ie9 .mb_loginelement_newaccount {
   float:right;
   width: 290px;
  position: relative;
  top: -20px;
}
.lt-ie9 .mb_loginelement_newaccount .belowlink:first-child+div:after {
    content: "|";
    font-size: 11px;
  color: #d3d4d5;
  position:absolute;
  padding-left:3px;
}

.lt-ie9 .cta-zone {
    border-top:12px solid #8b0e04;
    background-color:rgba(255,255,255,1);
    background:transparent;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff8C,endColorstr=#ffffff8C); 
       zoom: 1;
}

/*-------------------------IE 8 Fixes END-------------------------------*/

/* ------------------------- Stations CSS Fixes ------------------------- */
/* Mobile Fix */
@media (max-width: 768px) { 
    .iconName {
        font-size: 12px !important;
    }
    .stationIds {
        font-size: 14px !important;
    }
    #layoutHolder h3 {
        font-size: 16px !important;
    }
}
.edit-region-icon { 
    display: none; 
}