@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);
body {
    margin: 0 auto;
    color: #242424;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	letter-spacing: .02em;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

a {
	color: #f36f21;
	text-decoration: none;
}
a:hover {
    color: #f36f21;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #242424;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin: 0;
	letter-spacing: .02em;
}
h1, h1 a, .title1, .title1 a {
	color: #242424;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .06em;
}
h2, h2 a, .title2, .title2 a {
	color: #f36f21;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .05em;
}
h3, h3 a, .title3, .title3 a {
	color: #242424;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	letter-spacing: .04em;
}
h4, h4 a, .title4, .title4 a {
	color: #fbab18;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	letter-spacing: .04em;
}
h5, h5 a, .title5, .title5 a {
	color: #F36F21;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	letter-spacing: .04em;
}
h6, h6 a, .title6, .title6 a {
    color: #f36f21;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	letter-spacing: .04em;
}
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: #242424;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #242424;
    font-family: 'Lato', 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: #FBAB18;
	border: 0;
	text-align: center;
	color: #3d3d3d;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
    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;
	color: #FBAB18;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px 5px 3px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'Lato', 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;
}
.homeContact input[type="text"], .homeContact input[type="password"], .homeContact textarea, #search_form_value {
    padding: 10px 5px 13px;
    background-color: #3d3d3d;
    border: 1px solid #3d3d3d;
}
.homeContact .form-group {
    margin-bottom: 0px !important;
}

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

hr {
    border: 0;
    height: 1px;
    background-color: #000000;
}
.row {
    margin: 0px -15px;
}
.row2 {
    margin: 40px -15px;
}
.row3 {
    margin: 0px -45px;
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.color1 h3 {
    color: #fbab18;
    font-size: 13px;
}
.color2 h3 {
    color: #f36f21;
    font-size: 13px;
}
.color1 a, a.color1 {
    background-color: #fbab18 !important;
}
.color2 a, a.color2 {
    background-color: #f36f21 !important;
}
.CustomColor3 {
    background: #f1f1f1;
    padding: 0px 20px;
}
.horizontalRow1 hr {
    background-color: #fbab18;
}
.horizontalRow2 hr {
    background-color: #f36f21;
}
.nopadding {
    padding: 0px;
}
.orangebox, .orangebox2, .greybox {
    padding: 15px;
    text-align: center;
}
.orangebox p, .orangebox2 p, .orangebox a, .orangebox2 a {
    color: #f1f1f1;
}
.orangebox {
    background: #f36f21;
}
.orangebox2 {
    background: #fbab18;
}
.greybox {
    background: #f1f1f1;
}
.greybox .button1, .greybox .button2 {
    border: 2px solid #7e7e7e;
}
.greybox .button1:hover, .greybox .button2:hover {
    color: #F36F21;
    border: 2px solid #3d3d3d;
}



/* Style Editor
----------------------------------------------------------------------------------------------------*/
.button2 {
    background: #e7e7e7;
}
.se_button a, a.se_button {
	display: inline-block;
    margin-bottom: 10px;
	padding: 5px 20px;
	color: #3d3d3d;
	-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;
}
.fullwidthButton a, a.fullwidthButton {
    display: block;
    text-align: center;
    background: #3d3d3d;
    color: #f1f1f1;
}

.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}
.button1 {
    background-color: none;
    border: 2px solid #f1f1f1;
    color: #f1f1f1;
    margin-top: 15px;
    -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px!important;
	border-radius: 0px !important;
}
.button1:hover {
    background: #3d3d3d;
    border: 2px solid #3d3d3d;
    color: #f1f1f1;
}



.se_cta a, a.se_cta {
	display: block;
    margin-bottom: 20px;
	padding: 12px;
    border: 5px solid #000000;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #000000;
	text-align: center;
}
.se_cta a:hover, a:hover.se_cta {
    color: #cc3300;
	border-color: #cc3300;
    text-decoration: none;
}
.se_siteBranding img {
    width: 200px;
    height: auto;
}
.se_siteBranding a {
    display: inline-block;
	color: #000000;
	font-family: 'Lato', 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;
}

.daySchedule #le_mb_list_schedule {
    background: rgba(134,134,134,.7);
    position: absolute;
    z-index: 4;
    top: 53%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    height: 300px;
    overflow: scroll;
}
.daySchedule h2 {
    margin: 15px 0px -41px 0px;
    position: relative;
    z-index: 6;
    text-transform: uppercase;
    font-size: 24px;
}
.daySchedule.sahali h2, .daySchedule.sahali a {
    color: #FBAB18;
}
.daySchedule .mb_listview_date {
    display: none;
}
.daySchedule .mb_schedule {
    margin-top: -35px;
}
.title_date {
    width: 30%;
}
.row_date {
    width: 30%;
}
.daySchedule .master_date, .daySchedule .row_date {
    font-size: 13px !important;
    background: transparent;
    color: #f1f1f1;
}
.daySchedule .master_date {
    border-bottom: 1px solid #e7e7e7 !important;    
}


.fullschedule .title_date {
    width: 27%;
}
.fullschedule .row_date {
    font-size: 14px;
}
.fullschedule .master_date {
    font-size: 13px !important;
    background: #f1f1f1;
    border-bottom: 1px solid #7e7e7e !important;
    height: 36px !important;
    text-transform: uppercase;
}
.fullschedule .sched_loc_name {
    display: none;
}
.fullschedule .schedule_date_range {
    font-size: 14px;
}
.fullschedule #forward_sched, .fullschedule #back_sched {
    font-size: 14px;
}
.fullschedule.sahali .schedule_date_range, .fullschedule.sahali #forward_sched, .fullschedule.sahali #back_sched, .fullschedule.sahali .mb_schedule a {
    color: #FBAB18 !important;
}




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

.wrapper {
	width: 100%;
	overflow: hidden;
}

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

.header {
	padding: 5px 30px 15px;
}

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

.navigation {
    position: relative;
    padding: 0 30px;
    margin-top: 45px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 10px 35px;
    text-transform: uppercase;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    font-size: 30px;
    color: #000000;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.MainMenu li, .menu_element 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: #000000;
    font-family: 'Lato', sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #f36f21;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	color: #000000;
    font-family: 'Lato', sans-serif;
	font-size: 22px;
	line-height: 24px;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #f36f21;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 10px 20px;
}
.dropdown ul {
    display: none;
}



/* My Account
----------------------------------------------------------------------------------------------------*/
.menu_element {
    display: block;
    text-align: right;
}
.menu_element ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
}
.menu_element li.le_menuitem_level_0 {
	display: inline-block;
}
.menu_element li.le_menuitem_level_0 a {
	display: block;
	padding: 10px 6px;
	color: #242424;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.menu_element li.le_menuitem_level_0 a:hover {
	color: #f36f21;
}
.menu_element ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
    margin: 0;
	padding: 0;
	text-align: left;
	border-right: 1px solid #F36F21;
	border-left: 1px solid #F36F21;
}
.menu_element li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.menu_element li.le_menuitem_level_1 a {
	display: block;
    padding: 5px 10px;
    color: #242424;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-decoration: none;
    background-color: #fff;
    min-width: 160px;
}
.menu_element li.le_menuitem_level_1 a:hover {
	color: #ffffff;
	background-color: #f36f21;
}





/* Slider
----------------------------------------------------------------------------------------------------*/
.se_slider {
    background: #ff6c00;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.se_slider h3 {
    color: #f1f1f1;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.se_slider .button1 {
    color: #f1f1f1;
    font-size: 26px;
}
.bx-wrapper img {
    width: 100%;
    opacity: 0.3;
}
.bx-viewport .htmlSlide {
    padding-bottom: 0px !important;
}





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

.homeContent {
	padding: 60px 0px;
	background-color: #f1f1f1;
}
.homeContentInner {
    width: 280px;
}
#scheduleImg {
    background: #3d3d3d;
    padding: 0px;
    height: 430px;
    overflow: hidden;
}
#scheduleImg img {
    display: none;
}


/* Email Newsletter
----------------------------------------------------------------------------------------------------*/
.subscribe {
    padding: 20px 0px;
    text-align: center;
    background: #f99e00; /* Old browsers */
    background: -moz-linear-gradient(top,  #f99e00 0%, #f36f21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99e00), color-stop(100%,#f36f21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f99e00 0%,#f36f21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f99e00 0%,#f36f21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f99e00 0%,#f36f21 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f99e00 0%,#f36f21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99e00', endColorstr='#f36f21',GradientType=0 ); /* IE6-9 */
}

.submitRow {
    margin: -20px 0px 0px !important;
}
.newsletter input[type="text"] {
    background: #f36f21;
    border: 1px solid #f99e00;
    text-align: center;
}

.newsletter .le_form {
    font-size: 20px;
}



/* Inside Content
----------------------------------------------------------------------------------------------------*/
.insideTitle {
    padding: 20px 0px;
    text-align: center;
    background: #f99e00; /* Old browsers */
    background: -moz-linear-gradient(top,  #f99e00 0%, #f36f21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99e00), color-stop(100%,#f36f21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f99e00 0%,#f36f21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f99e00 0%,#f36f21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f99e00 0%,#f36f21 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f99e00 0%,#f36f21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99e00', endColorstr='#f36f21',GradientType=0 ); /* IE6-9 */
}
.insideTitle h1 {
    color: #fff;
}
.insideContent1 {
    padding: 80px 15px;
}
.featured {
    margin-top: 100px;
    margin-bottom: 25px;
}
.fullWidth {
    padding: 0px;
    margin: 10px -15px;
    background: #666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666 0%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666 0%,#333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666 0%,#333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666 0%,#333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666 0%,#333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#333',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
}

#parallax-section1 {
    background-position: 50% 0px;
    height: 300px;
    margin: 0px auto;
    width: 100%;
    position: relative;
}
#parallax-section1 img, #parallax-section2 img {
    
}
#parallax-section2 {
    background-position: 50% 0px;
    height: 300px;
    margin: 0px auto;
    width: 100%;
    position: relative;
}
.contactForm {
    width: 280px;
    margin: auto;
    float: none;
}


/* CTAs
----------------------------------------------------------------------------------------------------*/
.ctaImg img {
    opacity: .3;
    width: 100%;
    height: auto;
}
.ctaText p, .ctaText a {
    color: #f1f1f1;
}
.ctaText {
    position: absolute;
    z-index: 4;
    padding: 0px 30px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
    color: #f1f1f1;
}
#cta1, #cta2, #cta3, #cta4 {
    position: relative;
    padding: 0px;
    margin: 0px auto;
    color: #f1f1f1;
}
#cta1 {
    background: #f26b21;
}
#cta2 {
    background: #faaa19;
}
#cta3 {
    background: #f5861f;
}
#cta4 {
    background: #f26b21;
}




/* Home Testimonials
----------------------------------------------------------------------------------------------------*/

.testimonials {
	padding: 60px 0px;
	background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Kamloopshotyoga1/bg-testimonials2.png) no-repeat fixed center center / cover transparent;
}
#D3cpWidget {
    width: 100%;
    background: rgba(255,255,255,0.5);
}
.d3cp_feature_wrap {
    width: 100%;
}
.d3cp_feature_wrap .d3cp_review_box {
    width: 100%;
}
.d3cp_feature_wrap .d3cp_review_main {
    width: 90%;
}
.d3cp_review_main {
    width: 90%;
}

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

.footer {
	padding: 80px 0px;
	background-color: #202020; 
	color: #f1f1f1;
	line-height: 24px;
}
.footer p {
	line-height: 24px;
	color: #f1f1f1;
}
.footer2 {
	padding: 30px;
	background-color: #303030; 
	color: #9a9a9a;
}
.footer2 p { 
	color: #9a9a9a;
}

/* 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;
    }
    .navigation {
        padding: 0px;
    }
    .MainMenu {
        display: block;
        text-align: right;
    }
    .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: #242424;
    	font-family: 'Lato', sans-serif;
    	font-size: 13px;
    	text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #f36f21;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 0;
    	text-align: left;
    	border-right: 1px solid #F36F21;
    	border-left: 1px solid #F36F21;
    }
    .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: #242424;
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        text-decoration: none;
        background-color: #fff;
        min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #ffffff;
    	background-color: #f36f21;
    }
    .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;
    }
    
    
    #cta1, #cta2, #cta3, #cta4 {
        position: relative;
        width: 50%;
        padding: 0px;
        margin: 0px;
    }
    
    .row {
        margin: 0px -15px;
    }
    .row2 {
        margin: 40px -2px;
    }
    .row3 {
        margin: 0px -32px;
    }
    .daySchedule #le_mb_list_schedule {
        height: 400px;
    }
    .featured {
        margin-top: 100px;
        margin-bottom: 25px;
    }
    
    /* Home Content
    ----------------------------------------------------------------------------------------------------*/
    
    .homeContentInner {
        width: 750px;
    }
    #scheduleImg {
        height: 507px;
    }
    #scheduleImg img {
        width: 100%;
        height: auto;
        opacity: .3;
        display: initial;
    }
    .ctaText {
        line-height: 18px;
    }
    
    .horizontalRow1 hr {
        margin-top: -8px;
        margin-bottom: 30px;
    }
    .horizontalRow2 hr {
        margin-top: -8px;
        margin-bottom: 30px;
    }
    
    
    /* Waiver Form
    ----------------------------------------------------------------------------------------------------*/
    .waiver .name .form-group, .waiver .half {
        width: 45%;
        float: left;
    }
    .waiver .name .form-group:first-child, .waiver .first.half {
        margin-right: 10%;
    }
    .waiver .threecolumn {
        width: 30%;
        float: left;
    }
    .waiver .firsttwo.threecolumn {
        margin-right: 5%;
    }
    
    
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .headerLeft {
        text-align: left;
    }
    .headerRight {
        text-align: right;
    }
    .footerLeft {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px;
    	font-size: 16px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 15px;
    }
    
     /* Home Content
    ----------------------------------------------------------------------------------------------------*/
    .homeContentInner {
        width: 970px;
    }
    #scheduleImg {
        height: 333px;
    }
    .daySchedule #le_mb_list_schedule {
        height: 245px;
    }
    .ctaText {
        line-height: initial;
    }
    
    .color1 h3 {
        font-size: 20px;
    }
    .color2 h3 {
        font-size: 20px;
    }
    .horizontalRow1 hr {
        margin-top: -12px;
        margin-bottom: 50px;
    }
    .horizontalRow2 hr {
        margin-top: -12px;
        margin-bottom: 50px;
    }
    
    .d3cp_feature_wrap .d3cp_review_box {
        width: 70%;
    }
    
    #cta1, #cta2, #cta3, #cta4 {
        width: 23%;
        margin: 0px 1%;
    }
    
    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 20px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 20px;
    }
    .daySchedule #le_mb_list_schedule {
        height: 300px;
    }
    
     /* Home Content
    ----------------------------------------------------------------------------------------------------*/
    .homeContentInner {
        width: 1170px;
    }
    #scheduleImg {
        height: 380px;
    }
    
    
    
    
}

/* 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;
}
.descriptions .class_row {
    padding: 25px;
    border-bottom: 1px solid #F36F21;
    margin-bottom: 25px !important;
    background: #f1f1f1;
}
.class_row:last-child {
    border-bottom: none;
}
#class_info .class_name {
    text-transform: capitalize;
}
.class_row .class_name {
    font-size: 20px;
    text-transform: uppercase;
}

.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;
}
.showing {
    display: none;
}



.waiver .boxoutline {
    border: 5px solid #3d3d3d;
    text-align: center;
    padding-bottom: 15px;
    margin: 20px 0px;
}













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





/*-----------------Modal Box-----------------------------------------*/
.btn-primary img {
    width: 150px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.btn-primary:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.btn-primary h2 {
    font-size: 16px;
    margin: 15px 0px;
}
.btn-primary {
    width: 100%;
    color: #FFF;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    padding: 10px 0px;
}
.btn-primary:hover {
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    padding: 10px 0px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    padding: 10px 0px;
}

.modal-title {
    font-weight: 400;
}
.instructors .modal-content {
    border-radius: 3px;
    font-family: 'Questrial', sans-serif;
    padding: 0px 50px 50px;
}

.modal-picture {
    width: 29%;
    float: left;
    margin-right: 15px;
}
.modal-picture img {
    width: 100%;
}
.modal-text {
}

.modal-header {
    border-bottom: 0px solid #E5E5E5;
}