@import url(https://fonts.googleapis.com/css?family=Khula:400,700);

body {
    color: #65666a;
    font-family: 'Khula', sans-serif;
    font-size: 14px;
    line-height:17px;
    margin: 0 auto;
    background-color:#fff;
    font-weight: 400;
}

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

a {
    color: #f37735;
    text-decoration: none;
}
a:hover {
    color: #e15b14;
}
a img {
    border: 0;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    color: #65666a;
    font-family: 'Khula', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight:400;
    margin: 0;
}
h1, h1 a, .title1, .title1 a {
    color: #f37735;
    font-family: 'Khula', sans-serif;
    font-size: 30px;
    font-weight:400;
    margin: 0;
    line-height: 35px;
}
h2, h2 a, .title2, .title2 a {
    color: #f37735;
    font-family: 'Khula', sans-serif;
    font-size: 27px;
    font-weight:400;
    margin: 0;
}
h3, h3 a, .title3, .title3 a {
    color: #f37735;
    font-family: 'Khula', sans-serif;
    font-size: 24px;
    font-weight:400;
    margin: 0;
}
h4, h4 a, .title4, .title4 a {
    color: #f37735;
    font-family: 'Khula', sans-serif;
    font-size: 20px;
    font-weight:400;
    margin: 0;
}
h5, h5 a, .title5, .title5 a {
    color: #f37735;
    font-family: 'Khula', sans-serif;
    font-size: 18px;
    font-weight:400;
    margin: 0;
    line-height: 25px;
}
h6, h6 a, .title6, .title6 a {
    color: #f37735;
    font-family: 'Khula', sans-serif;
    font-size: 16px;
    font-weight:400;
    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: 'Khula', sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}
.le_form_name {
    color: #333333;
    font-family: 'Khula', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.container input[type="submit"] {
    background: #65666a;
    color: #ffffff;
    border:none;
    cursor: pointer;
    font-family: 'Khula', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding:8px 10px 4px 10px;
}
.container input[type="submit"]:hover {
    background: #373738;
    color: #ffffff;
    cursor: pointer;
}
.container input[type="text"], .container input[type="password"], .container textarea, #search_form_value {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    font-family: 'Khula', sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100% !important;
}
.form-control {
    height: inherit !important;
    border-radius: 0 !important;
}
.form-group {
    margin-bottom: 10px !important;
}
.form-header p {
    color: #333333;
    font-size: 16px;
}
.required input[type="text"], .required input[type="password"], .required textarea, #search_form_value {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    font-family: 'Khula', sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100% !important;
}

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


/*-------------------------SITE CLASSES START----------------------*/

.bio {
    position: relative;
    margin: 10px 0;
}
.bio img {
    width: 100%;
    height: auto;
}
.bioOrange {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
    width: 80%;
    height: 20%;
    padding: 15px 5px;
    background: rgba(101,102,106,0.8);
}
.bioOrange h5 a {
    color: #ffffff;
    padding-left: 15px;
}
.box {
    margin-bottom: 25px;
    border: 1px solid #c3c3c3;
    padding: 15px;
}
.box:before {
    position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	top: -18px;
    left: 0;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/savannahpoweryoga1/trinagle2.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	z-index: 100 !important;
}
.button a, a.button ,.mb_schedule .le_metro_silver_button {
    position: relative;
    display: inline-block;
    margin-bottom: 10px !important;
    padding: 7px 15px;
    background-color: #65666a;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#65666a;
    border:none;
    color:#fff;
    text-shadow:none;
}
.button a:hover, a:hover.button,.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#383839;
}
.cta {
    border: 2px solid #ffffff;
    padding: 20px 0 15px 0;
}
.cta p a {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}
.cta:hover {
    border:none;
    background-image:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/savannahpoweryoga1/icon_rollover.png');
    background-position:50%;
    background-repeat:no-repeat;
    background-color:#e75d14;
    border: 2px solid #ffffff;
    padding: 20px 0 15px 0;
}
.cta2 {
    position:relative;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;
    margin: 10px 0;
}
.cta2 img {
    width: 100%;
    height: auto;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s; 
}
.cta2:hover img {
    opacity:.3;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;      
}
.cta2 h4 a {
	font-size: 28px;
    color: #ffffff;
    text-shadow: 1px 0px 2px rgba(131, 129, 129, 1);
    top: 45%;
    text-align: center !important;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
}
.cta2:hover {
    background: #f37735;
    text-decoration:none;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;      
}
.cta2:after {
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;
}
.class_name {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.expand {
}
.expand h4 {
    position: relative;
    cursor: pointer;
    color: #f37735;
    padding: 15px 5px 10px 5px;
    font-size: 20px;
    letter-spacing: .5px;
    background-color: #eeeeee;
    margin-bottom: 20px;
}
.expand p {
    padding-bottom:15px;   
    padding-left:20px;
    margin-top: 15px;
}
.expand h4:before {
    content: "+";
    margin-right: 10px;
    color: #f37735;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h4.active {
    color: #65666a;
}
.expand h4.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h4:hover {
    cursor: pointer;
    color: #65666a;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.grayborder {
    border: 2px solid #c5c4c4;
    margin-bottom: 20px;
}
.graybox {
    background-color: #eeeeee;
    padding: 30px 20px 10px 20px;
}
.graybox2 {
    background-color: #eeeeee;
    padding: 0 20px 20px 20px;
}
.graybox3 {
    padding: 20px;
}
.graybox3 h4 {
    line-height: 25px;
}
.graybox3 h3 {
    line-height: 40px;
    color: #65666a;
}
.graybox3 h5 {
    font-size: 16px;
}
.graybox3:hover {
    background-color: #f6f5f5;
}
#le_mb_list_schedule {
    padding: 0 !important;
    width: 100% !important;
}
.master_date {
    height: 60px;
}
.mb_listview_date {
    text-transform: uppercase;
}
.mb_instructor_bio {
    margin-top: 20px;
}
.mb_staff_image {
    margin-left: 20px;
}
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #eeeeee !important;
}
#le_mb_list_schedule .row_date, #le_mb_list_schedule .row_class, #le_mb_list_schedule .row_staff, #le_mb_list_schedule .row_button {
    vertical-align: top;
    padding-top: 10px;
}
#le_mb_list_schedule .le_metro_silver_button {
    display: inline-block;
}
.orangebutton {
    background-color: #f37735;
    padding: 6px 15px 2px 15px;
    color: #ffffff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	align: center;
}
.orangebutton:hover, .orangebutton:hover a {
    background-color: #e15b14;
    cursor: pointer;
}
.orangebutton a {
    color: #ffffff !important;
    text-decoration: none;
}
.orangebutton2 {
    background-color: #f37735;
    padding: 7px 18px 1px 18px;
    color: #ffffff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	align: center;
	font-size: 15px;
	margin-top: -7px !important;
	position: absolute;
}
.orangebutton2:hover, .orangebutton2:hover a {
    background-color: #e15b14;
    cursor: pointer;
}
.orangebutton2 a {
    color: #ffffff !important;
    text-decoration: none;
}
.orangebutton3 {
    background-color: #f37735;
    padding: 7px 15px 3px 15px;
    color: #ffffff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	align: center;
	margin: -5px 0;
}
.orangebutton3:hover, .orangebutton3:hover a {
    background-color: #e15b14;
    cursor: pointer;
}
.orangebutton3 a {
    color: #ffffff !important;
    text-decoration: none;
}
.orangebox {
    background-color: #f37735;
    padding: 15px 10px 10px 10px;
}
.orangebox h4 {
    color: #ffffff;
}
.slider img {
    width: 100% !important;
    height: auto !important;
    margin-top: -10px;
    z-index: -1 !important;
}
.slider h1 {
    top: 15%;
    position: absolute;
    height: auto;
    left: 10%;
    width: 325px;
}
.slider p {
    top: 23%;
    position: absolute;
    height: auto;
    left: 10%;
    width: 325px;
}
.title_class { 
    padding-left: 7.5%!important;
}
.title_staff {
    padding-left: 8.8%!important;
}
.tiny.capacity {
    margin-top: 10px;
}
/*-------------------------LOGIN PAGE------------------------*/
#existing_clients label {
    text-align: left !important;
}
#new_clients label {
    text-align: left !important;
}
.mb_login_new_label {
    text-align: left !important;
}
.password_info {
    margin-left: 0 !important;
}
#existing_clients {
    width: 40% !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
/*-------------------------LOGIN END------------------------*/
/*-------------------------SITE CLASSES END------------------------*/

.wrapperwide {
    width: 100%;
}
.wrapper {
    background-color: #ffffff;
}
.subwrapper {
    background-color: #ffffff;
}
.se_siteBranding {
    padding-top: 10px;
}
.contentWide2 {
    background: rgba(243,119,53,0.7);
    padding: 20px 0;
    margin-top: -152px;
    z-index: 10 !important;
    position: absolute;
    width: 100%;
}
.ContentWide3 {
    margin-top: 55px;
}
.SubContentWide {
    margin-top: 75px !important;
}
.footerWide {
    background-color: #65666a;
    margin-top: 40px;
    padding: 25px 0;
}
.footerWide h5 {
    font-size: 30px;
    color: #ffffff;
}
.footerWide p {
    color: #ffffff;
}
.footerWide p a {
    color: #ffffff;
}
.footer3 {
    border: 1px solid #ffffff;
    margin: 25px 0;
}
.subfeatureWide {
    margin-top: 100px !important;
}
/*-------------------------HEADER START----------------------------*/
.nopadding {
    padding-left:0px;
    padding-right:0px;
}
.header {
    position: relative;
    background-color: #fff;
    height: 70px;
    width: 100%;
    z-index: 200;
}
.header1 {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 3px;
}
/*-------------------------HEADER END------------------------------*/

.le-edit-open .top-area {
    margin-top:200px;
} 

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

.navigation {
    position: relative;
}
.navicon {
    position: absolute;
    margin-top: -25px;
    padding-bottom: 30px;
    float: right;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
    color: #000000;
    float: right;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
    margin-top: 10px;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 10px 0 10px 0;
	text-align: right;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 5px 15px;
	color: #65666a;
    font-family: 'Khula', sans-serif;
	font-size: 14px;
	line-height: 15px;
	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: #f37735;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 15px 5px 5px;
	color: #ffffff; 
    font-family: 'Khula', sans-serif;
	font-size: 15px;
	line-height: 15px;
	background: rgba(243,119,53,0.7);
	text-transform: uppercase;
	width: 150px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #65666a;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
/*-------------------------MAIN MENU END---------------------------*/

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

/* Small devices (tablets, 768px and up) */
@media (min-width: 300px) and (max-width: 360px) {
    .cta p a {
        font-size: 12px;
        color: #ffffff;
        text-align: center;
    }
    .slider h1 {
        display: none;
    }
    .slider p {
        display: none;
    }
    .footerWide h5 {
        font-size: 13px;
        color: #ffffff;
    }
    .orangebutton {
        font-size: 10px !important;
        padding: 6px 5px 2px 5px;
    }
    .orangebutton2 {
        background-color: #f37735;
        padding: 0px 15px 0px 15px !important;
        color: #ffffff;
        border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	display: block;
    	align: center;
    	margin-top: 0px !important;
    	position: absolute;
    }
    .orangebutton2 a {
        font-size: 10px !important;
    }
    .footer1 {
        margin-bottom: 40px;
    }
    .footer4 {
        margin-bottom: 20px;
    }
    .footer5 {
        margin-bottom: 20px;
    }
    .header1 {
        text-align: left !important;
    }
    .header1 img {
        width: 20px;
        height: auto;
    }
    .le_mb_wrapper {
        padding-top: 35px !important;
    }
}
@media (min-width: 360px) and (max-width: 420px) {
    .orangebutton2 {
        background-color: #f37735;
        padding: 0px 15px 0px 15px !important;
        color: #ffffff;
        border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	display: block !important;
    	align: center;
    	margin-top: 0px !important;
    	position: absolute;
    }
    .le_mb_wrapper {
        padding-top: 35px !important;
    }
}
@media (min-width: 360px) and (max-width: 500px) {
    .cta p a {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
    .slider h1 {
        display: none;
    }
    .slider p {
        display: none;
    }
    .footerWide h5 {
        font-size: 14px;
        color: #ffffff;
    }
    .orangebutton2 {
        background-color: #f37735;
        padding: 0px 15px 0px 15px !important;
        color: #ffffff;
        border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	display: inline-block !important;
    	align: center;
    	margin-top: 0px !important;
    	position: absolute;
    }
    .orangebutton2 a {
        font-size: 12px !important;
    }
    .footer1 {
        margin-bottom: 25px;
    }
    .footer4 {
        margin-bottom: 20px;
    }
    .footer5 {
        margin-bottom: 20px;
    }
    .header1 {
        text-align: left !important;
    }
    .le_mb_wrapper {
        padding-top: 35px !important;
    }
}
@media (min-width: 500px) and (max-width: 630px) {
    .footerWide h5 {
        font-size: 17px;
        color: #ffffff;
    }
    .footer1 {
        margin-bottom: 20px;
    }
    .footer4 {
        margin-bottom: 20px;
    }
    .footer5 {
        margin-bottom: 20px;
    }
    .le_mb_wrapper {
        padding-top: 35px !important;
    }
}
@media (min-width: 630px) and (max-width: 767px) {
    .footerWide h5 {
        font-size: 22px;
        color: #ffffff;
    }
    .footer1 {
        margin-bottom: 20px;
    }
    .footer4 {
        margin-bottom: 20px;
    }
    .footer5 {
        margin-bottom: 20px;
    }
    .le_mb_wrapper {
        padding-top: 35px !important;
    }
}
@media (max-width: 767px) {
    .MainMenu {
        background: rgba(243,119,53,1);
    }
    .MainMenu li.le_menuitem_level_0 a {
        color: #ffffff;
        text-align: left !important;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #65666a;
    }
    .MainMenu li.le_menuitem_level_1 a {
        color: #dcddde;
        background: rgba(243,119,53,0.0);
        text-align: left !important;
        padding-left: 30px;
    }
    .se_siteBranding {
        text-align: center;
    }
    .header1 {
        text-align: center;
    }
    .contentWide2 {
        margin-top: 0;
        position: relative;
        background-color: #f37735;
    }
    .cta {
        margin:5px 0;
    }
    .master_date {
        height: 80px !important;
    }
    .slider h1 {
        top: 12%;
        position: absolute;
        height: auto;
        left: 10%;
        width: 325px;
    }
    .slider p {
        top: 25%;
        position: absolute;
        height: auto;
        left: 10%;
        width: 325px;
        color: #ffffff;
        text-shadow: 1px 0px 2px rgba(131, 129, 129, 1);
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: right;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 5px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        padding: 10px 12px;
        color: #65666a;
        font-family: 'Khula', sans-serif;
        font-size: 13px;
        line-height: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #f37735;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 5px 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: 7px;
    	color: #ffffff; 
        font-family: 'Khula', sans-serif;
    	font-size: 14px;
    	line-height: 15px;
    	background: rgba(243,119,53,0.7);
    	text-transform: uppercase;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #65666a;
        background-image: none;
    }
    .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: 5px 0;
        background-color: #e9e9e9;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .dropdown ul {
        dipslay: block;
    }
    .footer2 {
        text-align: right;
    }
    .footer6 {
        text-align: right;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 10px;
        font-size: 11px;
    }
    .footerWide h5 {
        font-size: 24px;
        color: #ffffff;
    }
    .cta p a {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
    .slider h1 {
        top: 8%;
        position: absolute;
        height: auto;
        left: 10%;
        width: 325px;
    }
    .slider p {
        top: 21%;
        position: absolute;
        height: auto;
        left: 10%;
        width: 325px;
    }
    .se_siteBranding {
        text-align: center;
    }
    .header1 {
        text-align: center;
    }
    .footerWide h5 {
        font-size: 20px;
        color: #ffffff;
    }
    .master_date {
        height: 70px !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px){
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 8px;
        font-size: 11px;
    }
    .footerWide h5 {
        font-size: 24px;
        color: #ffffff;
    }
    .master_date {
        height: 60px !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navigation {
        
    }
    .login-form .le_form_name {
        display:block;
        font-size:14px;
        color:#716658;
    }
    .logo img {
        position:absolute;
        top:25px;
    }
   .small-container {
        width:950px;
    }
    .master_date {
        height: 40px !important;
    }
}

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


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

.anythingSlider-default {
    margin-bottom: 0px !important;
    padding: 0 !important;
}
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;
}
.wrapper img {
    vertical-align: middle;
}
.wrapper table {
    border-spacing: 0 !important;
}

/*-------------------------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;
}
.edit-region-icon {
    display:none;
}
/*-------------------------CLEAR END-------------------------------*/