@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);

.overflowFix .bx-viewport {
    overflow: visible !important;
}

body {
    margin: 0 auto;
    color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	letter-spacing: .05em;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: #237eb7;
	text-decoration: none;
}
a:hover {
    color: #237eb7;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #3d3d3d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	margin: 0;
	letter-spacing: .05em;
}
h1, h1 a, .title1, .title1 a {
	color: #237eb7;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #237eb7;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #3d3d3d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #3d3d3d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #3d3d3d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #3d3d3d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	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: #3d3d3d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #3d3d3d;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
    padding: 5px 15px;
	background-color: #3d3d3d;
	border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
    line-height: 18px;
	margin: 0;
    text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #3d3d3d;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px 5px 3px 5px;
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
	color: #3d3d3d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
    line-height: 18px;
	margin: 0;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}

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

hr {
    border: 0;
    height: 1px;
    background-color: #237eb7;
}
.le_bin {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
    background: rgba(255,255,255,.8);
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.greybox {
    background: #f1f1f1;
    padding: 20px;
    margin: 15px 0px;
}
.greybox input[type="text"], .greybox input[type="password"], .greybox textarea, #search_form_value {
    background-color: #fff;
    border: 1px solid #CCC;
}
.htmlSlidr {
    position:relative;
}
.htmlSlidr p {
    position:absolute;
    bottom:30px;
    right:20px;
    font-size: 40px;
    color: #ffffff;
    text-shadow: 2px 2px 2px #333;    
}
/*======================================================
 HERO
======================================================*/
.hero {
  margin-bottom: 30px;
  position: relative;
  clear:both;
}
.hero img {
  /*width: 100%;
  height: auto;*/
  display:block;
  margin:auto;
}

.inside-hero{
    max-width:1920px;
    margin:auto;
    background-position:center;
    background-repeat:repeat;
    /*
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    */
    }

.inside-hero #le_Header-Banner p{
    margin:0;
    }
    .hero{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
      }


/* 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: #3d3d3d;
    text-decoration: none;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}
.se_cta {
    width: 100%;
    height: auto;
    margin: 15px auto;
    float: none;
    padding-top: 10px;
}
.se_cta a, a.se_cta {
	display: block;
    margin-bottom: 10px;
	color: #3d3d3d;
	text-align: center;
}
.se_cta a:hover, a:hover.se_cta, .se_cta:hover {
    color: #237eb7;
    text-decoration: none;
    background: #e7e7e7;
}
.se_siteBranding img {
    width: 100%;
    height: auto;
}
.se_siteBranding a {
    display: inline-block;
	color: #3d3d3d;
	font-family: 'Roboto Condensed', 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;
}
.se_social a {
    color: #000000;
    font-size: 33px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_social a:hover {
    color: #cc3300;
    text-decoration: none;
}
#reviews a {
    color: #f1f1f1;
}
.public-review {
    background: rgba(114, 155, 36, .7);
    margin: 10px 0px;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.enrollment_box {
    border-top: 1px solid #237EB7 !important;
    background: #f1f1f1;
}
.signup_class {
    margin-left: 0% !important;
    margin-top: 20px;
}

.lessons {
    padding:15px 0 0 0;
    border:1px solid #c1c1c1;
    margin-bottom:20px;
}
.lessons img {
    padding-top:10px;
}
.lessons:hover h2 a {
    color:#c1c1c1;
}
.lessons:hover img {
    opacity:.7;
    -webkit-opacity:.7;
    -moz-opacity:.7;
}
td, th {
    padding: 10px;
}
#new_clients {
    display: none !important;
}

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

.wrapper {
	width: 100%;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.topBar {
    background: #237eb7;
    padding: 5px 0px;
    color: #f1f1f1;
}
.topBar a {
    color: #f1f1f1;
}
.topBar a:hover {
    color: #000000;
    text-decoration: none;
}
.header {
	padding: 20px 30px 20px 30px;
}
.headerLeft {
    min-height: 1px;
    text-align: center;
}
.headerRight {
    text-align: center;
}

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

.navigation {
    position: relative;
    padding: 0 30px;
}
.navicon {
    position: relative;
    line-height: 80px;
    height: 45px;
    padding: 10px 35px;
    text-transform: uppercase;
    margin-top: 40px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    font-size: 30px;
    color: #3d3d3d;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
    margin-top: 15px;
}
.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: 3px 0;
	color: #3d3d3d;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 26px;
	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: #3d3d3d;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	color: #3d3d3d;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 24px;
	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_1 a:hover {
	color: #cc3300;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 10px 20px;
}
.dropdown ul {
    display: none;
}

/* Content
----------------------------------------------------------------------------------------------------*/
.content1 p, .content3 p, .content5 p {
	color: #f1f1f1;
}
.content1 {
    position: relative;
	padding: 60px 0px;
	background-color: #237eb7;
	color: #f1f1f1;
}
.content1 h1, .content1 h1 a, .content1 h2, .content1 h2 a, .content1 h3, .content1 h3 a, .content1 h4, .content1 h4 a, .content1 h5, .content1 h5 a, .content1 h6, .content1 h6 a {
    color: #f1f1f1;
}
.content2 {
    position: relative;
	padding: 60px 0px;
}
.content3 {
    color: #f1f1f1;
    position: relative;
	padding: 60px 0px;
	background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/musicmattersschool/pgbackground1.jpg) no-repeat fixed center center / cover;
}
.content3 h1, .content3 h1 a, .content3 h2, .content3 h2 a, .content3 h3, .content3 h3 a, .content3 h4, .content3 h4 a, .content3 h5, .content3 h5 a, .content3 h6, .content3 h6 a {
    color: #f1f1f1;
}
.content4 {
    position: relative;
	padding: 60px 0px;
}
.content5 {
    color: #f1f1f1;
    position: relative;
	padding: 60px 0px;
	background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/musicmattersschool/pgbg-green.jpg) no-repeat fixed center center / cover;
}
.content5 h1, .content5 h1 a, .content5 h2, .content5 h2 a, .content5 h3, .content5 h3 a, .content5 h4, .content5 h4 a, .content5 h5, .content5 h5 a, .content5 h6, .content5 h6 a {
    color: #f1f1f1;
}
.content12 {
    margin-top: -400px;
    font-size: 60px;
    color: #ffffff;
    text-shadow: 2px 2px 2px #333;
    z-index: 1 !important;
    position: absolute;
}
.content12 p {
    font-size: 60px;
    color: #ffffff;
}


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

.footer {
	padding: 30px;
	background-color: #237eb7; 
	color: #f1f1f1;
}
.footer p {
	color: #f1f1f1;
}
.footer a {
	color: #f1f1f1;
}

/* 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: 580px) {
    .navicon {
        line-height: 50px;
        height: 45px;
    }
}
@media (max-width: 768px) {
    .content12 {
        display: none;
    }
    .header1 {
        text-align: center;
        left: 0;
        right: 0;
    }
    .header2 {
        text-align: center;
        left: 0;
        right: 0;
    }
    .header3 {
        text-align: center;
        left: 0;
        right: 0;
        margin-bottom: 10px;
    }
    .footerLeft {
        text-align: center;
        left: 0;
        right: 0;
    }
    .footerRight {
        text-align: center;
        left: 0;
        right: 0;
    }
}
@media (min-width: 768px) { 
    .se_cta {
        width: 33.3333%;
        margin: initial;
        float: left;
    }
    .hero img{
    width:100%;
    height:auto;
    }
    .header2 {
        text-align: right;
        left: 0;
        right: 0;
    }
    .header3 {
        text-align: right;
        left: 0;
        right: 0;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navicon {
        display: none;
    }
    .navigation {
        position: relative;
        padding: 0px;
    }
    .MainMenu {
        display: block;
        text-align: right;
        margin-top: 45px;
    }
    .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 6px;
    	color: #3d3d3d;
    	font-family: 'Roboto Condensed', sans-serif;
    	font-size: 11px;
    	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: #3d3d3d;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        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: #3d3d3d;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #000000;
        min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #ffffff;
    	background-color: #cc3300;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .dropdown ul {
        display: block;
    }
    .headerLeft {
        text-align: left;
    }
    .headerRight {
        text-align: right;
    }
    .footerLeft {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
}

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

/* 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;
}
.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-------------------------------*/