@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
    margin: 0 auto;
    color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    margin: 0 0;
}
/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
    color:red;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 0;

}
h1, h1 a, .title1, .title1 a {
	color: #4d716b;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #4d716b;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight:  bold;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #a8c1bd;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #a8c1bd;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:  bold;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #4d716b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:  bold;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #4d716b;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight:  bold;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

/* Form Styling
----------------------------------------------------------------------------------------------------*/

.le_form {
    color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #cc3300;
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
::-webkit-input-placeholder {
   color: #000;
}

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

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

:-ms-input-placeholder {  
   color: #000;  
}
.wrapper input[type="submit"] {
    padding: 5px 40px;
	background-color: #4d716b;
	border: 0;
    text-align: center;
	color: #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-size: 17px;
    line-height: 18px;
    font-weight:bold;
	margin: 0;
    text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-shadow: inset 3px 4px 1px -2px rgba(50, 50, 50, 1);
    -moz-box-shadow:    inset 3px 4px 1px -2px rgba(50, 50, 50, 1);
    box-shadow:         inset 3px 4px 1px -2px rgba(50, 50, 50, 1);

}
.wrapper input[type="submit"]:hover {
	background-color: #81aba7;
	cursor: pointer;

}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px 5px 3px 5px;
	background-color: #ffffff;
	border:none;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size: 14px;
    line-height: 18px;
    
	margin: 0;
	height: 30px;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}
body .password_message {
    width: 300px!important;
}
#left_div,#right_div,.label_index, .input {
    width:50%!important;
}
#right_div .label_index, #right_div .input {
    float:left;
}
.button {
    padding: 5px 40px!important;
    background: #4d716b!important;
    border: 0!important;
    text-align: center!important;
    color: #ffffff!important;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 17px!important;
    line-height: 18px!important;
    font-weight: bold!important;
    margin: 0!important;
    text-transform: uppercase!important;
    -webkit-transition: all .2s ease!important;
    -moz-transition: all .2s ease!important;
    transition: all .2s ease!important;
    box-shadow: none!important;
   
    border-radius: 0px!important;
}
.label_index {
    padding: 10px 8px 0 0!important;
}
.label {
    color:#000!important;
}

/* Site Classes
----------------------------------------------------------------------------------------------------*/

hr {
    border: 0;
    height: 1px;
    background-color: #000000;
}
.le_bin {
    background-color: #ffffff;
    background: rgba(255,255,255,.8);
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

/* Style Editor
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
	display: inline-block;
    margin-bottom: 10px;
	padding: 5px 20px;
	background-color: #cc3300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_button a:hover, a:hover.se_button {
	background-color: #000000;
    text-decoration: none;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
    display: inline-block;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 55px;
	font-weight: 400;
	word-break: break-word;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_siteBranding a .le_logo_text {
    display: block;
    padding: 5px 20px;
	border: 5px solid #000000;
}
.social {
    text-align:center;
}
.social a {
    padding:5px;
    position: relative;
	top: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	display:inline-block;
	height:72px;
}
.social a:hover {
   top:-5px;
}
.se_tagline {
    margin-top: 10px !important;
    color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header {
    width:100%;
	padding-top:10px;
}
#le_HeaderRight {
    text-align: right;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/
.navbar {
    margin-left: -1%;

}
.nav-triangle {
    top: 40px;
    position: absolute;
    margin: 0 auto;
    width: 0;
    height: 0;
    overflow: hidden;
}
.nav-triangle div {
    width: 0;
    height: 0;
    margin-left: -10px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.nav-left-triangle {
    left: 0px;
    padding-bottom: 1%;
    padding-left: 1%;
}
.nav-left-triangle div {
    border-right: 10px solid rgba(255,255,255,0.3);
}
.nav-right-triangle {
    right: 0px;
    padding-bottom: 1%;
    padding-left: 1%;
}
.nav-right-triangle div {
    border-left: 10px solid rgba(255,255,255,0.3);
    margin-left: -9px;
}
.navicon .menu-label {
    color: #fff;
    line-height: 50px;
    margin-right: 15px;
    font-size: 24px;
}
.navbar {
    position: relative;
    bottom: 0;
    margin-bottom: 0px;
    min-height: 0;
    border: none;
    border-radius: 0;
}
.navbar-toggle-wrapper {
    display: none;
}
.navbar-toggle {
    display: block;
    z-index: 1;
    margin-right: 30px;
    float: right;
    position: relative;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.main-menu {
    display: block;
    padding: 80px 0 0 10px;
    text-align: center;
    border-radius: 0;
}

.main-menu ul {
    margin: 0px;
    margin-bottom:0px;
    margin-right:4px;
    padding: 0;
    float:right;
}

.main-menu ul ul {
    margin-top: 0px;
}

.main-menu li {
    list-style: none;
}

.main-menu > ul > li,


.main-menu > ul > li > div > ul {
    margin-top: 0px;
}

.main-menu > ul > li {
    display: inline-block;
}

.main-menu li a {
        display: block;
    	padding: 15px 21px;
        color:#000;
    	font-family: 'Open Sans', sans-serif;
    	font-size: 13px;
    	text-decoration: none;
    	font-weight:bold;
    	text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
        position: relative;
    
}

.main-menu ul ul li a {
    padding: 10px;
}



.main-menu > ul > li> a:hover {
   	color: #ffffff;
   	background-color:#a8c1bd;
}

.main-menu ul ul {
    position: absolute;
    z-index: 3;
    display: none;
    text-align: left;
    top: 128px;
    background-color: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
}



.main-menu ul ul a {       
    color: #fff;  
    min-width: 100px;
    font-size: 10px;
    font-family: "Open Sans";
    font-weight: bold;
    text-transform: uppercase;
    
}

.main-menu ul ul a:hover {
    color: #a8c1bd;
    background-color:none;
}
 
.main-menu ul ul ul {
    float: right;
    margin-top: -35px;
    padding: 0;
}

.main-menu ul,
.main-menu li,
.main-menu a,
.navbar-toggle,
.navbar-toggle .icon-bar {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.row_button {
    min-width: 80px;
    
}


/* ------------------------------------------
  MAIN MENU MEDIA QUERIE
  --------------------------------------------- */
 @media only screen and (min-width : 768px){ 
    .main-menu li:hover > div > ul {
        display: block;
    }
}
@media only screen and (max-width : 1070px){ 

      html .row {
        width:100%;
    }
}
@media only screen and (max-width : 768px){ 
     .img-box {
         margin-left:auto;
         margin-right:auto;
    }
    .header > .row > [class*="col-"] {
        
        float:left;
        width:100%;
        padding:0px;
    }
    
    .main-menu ul {
        float: left;
    }
    
    .navbar {
        display: block;
        padding: 0;
        position: relative; 
        margin: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 40px;
    }

    .navbar-toggle-wrapper {
        display: block;
        float: left;
        position: relative;
        width: 100%;
        background-color:#4d716b;
    }
    
    .nav-triangle {
        display: none;
    }

   

    .navbar-toggle:hover .icon-bar {
        background-color: #ffcc99;
    }
    
    .main-menu {
        display: none;
        float: none;
        padding: 0;
        position: relative;
        width: 100%;
        float: left;
    }
    
    .main-menu > ul,
    .main-menu ul ul {
    	display: block;
    	position: relative;
    	margin: 0;
    	width: 100%;
    	top:0px;
    
    	
    }
  
    
    .main-menu li {
    	margin: 0px;
    	display: block;
    	text-align: left;
    }
    
    .main-menu li ul{
    	background: none;
    }
    
    .main-menu li a {
    	padding-left: 5px;
    }
    
    .main-menu li a:hover {
        background: none;
    }
    
    .main-menu > ul > li {
        height: auto;
    }
    
    .main-menu ul li a {
        font-family: 'Syncopate', sans-serif;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }
     
    
    .main-menu ul ul li a {
        display: hidden;
        text-align: left;
        padding-left:10px;
        color:#000;
    }
    
    .main-menu > ul > li > a {
    	border-top: 1px solid #fff;
    }
    .main-menu > ul > li:first-child > a {
    	border-top: none;
    }
    
    .main-menu li,
    .main-menu a,
    .main-menu ul ul a {
    	-webkit-transition: none;
        -moz-transition: none;
        transition: none;
        width: 100%;
        color: #959595;
        font-size:12px;

    }
    
    .main-menu a:hover {
        color: #00508f;
       
    }
    
    .main-menu ul ul {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .main-menu li > div {
        float: none;
        margin: 0;
    }
    
    .main-menu > ul > li > div > ul {
        margin-top: 0px;
        display:none;
    }
    
    
    
    .main-menu li ul ul li > a {
        padding-left: 45px;
        
    }
    
    .main-menu li,
    .main-menu a {
        height: auto;
    }
    
    .row .navigation {
        padding:0px;
    }
   .main-menu li {
       text-align:left;
       line-height:18px;
   }
   .le_menuitem_level_1 a {
       text-align:center;
   }

    .container .cta-container {
        padding:50px 20px;
    }
    .se_siteBranding {
        text-align:center;
    }
   
}
@media only screen and (max-width : 768px) {
    h2 a {
        font-size:16px;
    }
    .wrapper .container {
        padding:0px;
    }
    .footer-menu ul .le_menuitem_level_0 a {
        font-size:14px;
    }
    .footer .footer-menu .menu_element {
        width:305px;
    }
    .le_form_container .le_form input:first-child+input+input+div {
        width:100%;
        position:relative;
    }
    .le_form_container .le_form input:first-child+input+input+div+div {
        width:100%;
        position:relative;
    }
    #le_Form .newsletter-form .form-group {
        float: left;
        padding: 2px 10px 2px 0px;
    }


    .row .first-cta {
        padding-top:300px;
    }
 
    .wrapper .cta-container {
        padding-top:250px;
    }
    .slider {
        display:block !important;
        position:relative;
        top:0px;
        z-index:1;
    }
    body .img-box {
        top:10px;
      
    }
}

@media only screen and (max-width : 992px) {
    body .footer #le_footerLeft {
        text-align:center;
    }
    body .footer #le_footerLeft2 {
        text-align:center;
    }
    body .footer #le_footerRight2 {
        text-align:center;
    }
    body .cta {
        padding:10px 10px;
        display:block;
        width:100%;
        margin:0px auto;
    }
    body .call-to-action {
        padding: 10px 5px;
    }
    .inside-cta {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width : 500px) {

    .max-width #le_content4 .img-box h1 {
        font-size:26px;
    }
     .max-width #le_content4 .img-box h3 {
        font-size:11px;
    }
    body .wrapper .cta-container {
        padding-top: 15px;
    }
    .row .call-to-action {
        padding: 20px 5px;
    }
    .cta-container .row  .first-cta {
       padding-top:180px;
    }
   .img-box h1 {
        font-size:36px;
    }
    .img-box h4 a {
        font-size:12px !important;
    }
       body .img-box {
        width: 100%;
        height: 155px;
        left: 0%;
  
        padding: 20px 0px;
      
    }
}


/* Content
----------------------------------------------------------------------------------------------------*/


/* Footer
----------------------------------------------------------------------------------------------------*/



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


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

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

#blog_post_listing a{
    color:#000;
    font-size:24px;
}
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;
}
.staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}
.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-------------------------------*/
.row{ 
    width:940px;
    margin-left:auto;
    margin-right:auto;
    
}
.row >div {
    min-height:0px;
}
.expand h4:hover {
    color: #ed1c24;
    cursor: pointer;
}
.expand {
    margin-bottom: 10px;
}
.cta {
    cursor: pointer;
    border: 5px solid #4d716b;
    min-height: 150px;
    height: 150px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: table-cell;
    width: 328px;
    vertical-align: middle;
    overflow: hidden;
}
.cta:hover {
    background-color:#fff;
    border:4px solid #fff;
}
.cta:hover * {
    color:red;
}
#le_content {
    padding:50px 0px;
}
.social-link {
    padding:15px 36px;
    width:1px;
    height:1px;
    margin:0px 10px;
}
#le_content3 {
    padding:30px 0px;
}
input-placeholder {
    color: #000;
}
*::-webkit-input-placeholder {
    color: #000;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color:#000;
}
*:input:-moz-placeholder {
    /* FF 19+ */
    color: #000;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}
.img-box {
    height:1px;
}
.img-box {
    width: 455px;
    height: 1px;
    text-align: center;
    position: absolute;
    top: -265px;
    z-index: 2;
    right:20px;
    background-color: rgba(0, 0, 0, 0.7);
    height: 224px;
    vertical-align: middle;
    -moz-border-radius: 235px / 117px;
    -webkit-border-radius: 235px / 117px;
    border-radius: 235px / 117px;
    padding: 45px 0px;
    border: 7px solid #4d716b;
}
.img-box * {
    color:#fff;
}
.img-box h1 {
    font-size:36px;
}
.img-box h3 {
    font-size:18px;
}
#le_footerRight {
    text-align:right;
}
#le_footerRight2 {
    text-align:right;
}
.le_logo {
    height:150px;
   
}
.le_logo img {
 padding:15px 5px;
}
 .row_button>a {
        min-width:71px;
        display:-moz-inline-box;
        display:inline-block;
        
}
@media only screen and (max-width : 768px){    
  #existing_clients {
      width:100%!important;
  }
  #new_clients {
      width:100%!important;
  }
}

   
.header-text{
    height:0px;
}
.header-text h1 {
    font-size:92px;
    color:#fff;
    position:relative;
    top:-95px;
}
.slider {
    border-bottom:20px solid #4d716b ;
}
.slider .anythingSlider-default {
    padding:0px;
}
.non-height {
    height:0px;
}
.cta-container {
    background:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/bikramyogafana/graphic-gray-concrete-background.jpg");
    background-size:100%;
    padding-top: 50px;
}
.call-to-action {
    padding:50px 5px;
}
.newsletter-form {
    padding-top:20px;
}
.newsletter-form h1 {
    color:  #000;
	font-family: 'Audiowide', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
.newsletter-form form {
   height:70px;
}
.newsletter-form #form-1-control-field_1, .newsletter-form #form-1-control-field_4 {
    float:left;
    width:100%;
    height:30px!important;
    -webkit-box-shadow: inset 3px 4px 1px -2px rgba(50, 50, 50, 1);
    -moz-box-shadow:    inset 3px 4px 1px -2px rgba(50, 50, 50, 1);
    box-shadow:         inset 3px 4px 1px -2px rgba(50, 50, 50, 1);
}
.newsletter-form #form-1-control-field_2 {
    float:left;
    width:100%;
    height:30px!important;
    -webkit-box-shadow: inset 3px 4px 1px -2px rgba(50, 50, 50, 1);
    -moz-box-shadow:    inset 3px 4px 1px -2px rgba(50, 50, 50, 1);
    box-shadow:         inset 3px 4px 1px -2px rgba(50, 50, 50, 1);
}
.newsletter-form .form-group {
    float:left;
    padding:10px 10px 10px 0px;
}
.le_form input:first-child+input+input+div {
    width:42%;
    position:relative;
}
.le_form input:first-child+input+input+div+div {
    width:42%;
  position:relative;
}
.le_form input:first-child+input+input+div+div+div{
    width:14%;
}
.le_form input:first-child+input+input+div+div+div+div{
    width:10%;
}
.form-container {
    background-color:#9db8b5;
}
.se_footer * {
    color:#fff;
}
.se_footer {
    background-color:#000;
    padding:20px 15px;
}
.max-width {
    padding:0px;
}
.signup-form h5 {
    color:#fff;
}
.new-background {
    padding:20px 0px;
    background-image:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/bikramyogafana/graphic-gray-concrete-background.jpg");
}
.inside-cta {
    padding-top:30px;
}
.inside-cta h2 { 
    font-size:26px;
}
.inside-cta h1 { 
    font-size:19px;
}
.inside-page-text {
    background-color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    padding:15px;
    margin:0px 0px 25px 0px;
}
.inside-page-text .label, .inside-page-text .label_index, .inside-page-text .font {
    font-family:'Open Sans', sans-serif;
}
.inside-page-text .input input {
    border:solid 1px #000000;
}
.timeplan-table {
    border:3px solid #4d716b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.inside-page-text .timeplanTable td, .timeplan-table .timeplanTable td {
    border:4px solid #4d716b;
    padding:20px;
}
.inside-page-text2 {
    background-color:#fff;
    padding:15px;
}
.white * {
    color:#fff;
}
.le_form .form-group > label {
    display:none;
}
body #login div {
    width:360px;
}
.gray-background {
    background-image:url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/bikramyogafana/graphic-gray-concrete-background.jpg);
    padding:20px 0px;
}
@media only screen and (max-width : 390px) {
    .social a  {
        width:20%;
    }
    .row .img-box> h1 {
        font-size:22px;
    }
     .le_content> h2 {
        font-size:25px;
    }
    .footer-menu ul .le_menuitem_level_0 a {
        font-size:10px;
    }
    .content .cta-container {
        background-image:none;
        padding: 20px 0px;
    }
    .footer  p {
        font-size:10px;
    }
    .footer .footer-menu {
        padding-bottom:5px;
    }
    .wrapper .footer {
        padding:5px;
    }
    .row .cta {
        padding:0px 0px;
    }
    .container div.cta-container {
        background: none;
        padding: 15px 20px;
    }
    .footer .footer-menu .menu_element {
        width:243px;
    }
 
    .img-box h1 {
        font-size:24px !important;
    }
    .img-box h4 {
        font-size:12px !important;
    }
    .non-height {
        height:auto;
    }
}
    
/*-------------------------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 .img-box {
    width:360px;
    height:180px;
    padding:40px 15px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C8000000', endColorstr='#C8000000'); /* IE */
}
.lt-ie9 .main-menu LI A {
    padding:5px 7px;
}