@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body {
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #1a1a1b;
}
* {
    -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;
}

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

a {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #f89a1d;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0;
}
p {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #1a1a1b;
}
h1, h1 a, .title1, .title1 a {
    margin: 0;
    font-family: 'Varela Round', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    color: #2e2e2e;
}
h2, h2 a, .title2, .title2 a {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #1a1a1b;
}
h3, h3 a, .title3, .title3 a {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #1a1a1b;
}
h4, h4 a, .title4, .title4 a {
    margin: 0;
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #1a1a1b;
}
h5, h5 a, .title5, .title5 a {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #2e2e2e;
}
h6, h6 a, .title6, .title6 a {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #9c9c9c;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}
blockquote {
    border: 0 !important;
    padding: 0 !important;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
    color: #fff;
}


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


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

.le_form {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
.le_form_name {
    margin: 0 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.container input[type="submit"] {
    margin: 0;
    padding: 6px 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    background-color: #f89a1d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.container input[type="submit"]:hover {
    border: 0;
    background-color: #d27800;
    text-decoration: none;
    color: #fff;
}
.container input[type="text"],
.container input[type="password"],
.container textarea,
#search_form_value {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    border-radius: 4px;
}
.form-control {
    height: inherit !important;
    border-radius: 0 !important;
}
.form-group {
    margin-bottom: 10px !important;
}
.form-header p {
    color: #000;
    font-size: 16px;
}

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


/*-------------------------SITE CLASSES START----------------------*/
hr {
    border-bottom: 0 solid #CDCDCD;
    border-left: 0 solid #CDCDCD;
    border-right: 0 solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    margin: 5px 0 8px !important;
}
.panel {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
blockquote {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
}
.se_button a,
a.se_button {
    margin-bottom: 1px;
    padding: 15px;
    font-size: 14px;
    font-weight: none;
    font-style: inherit;
    text-decoration: none;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
    background-color: #2C56C3;
    color: #00467f;
}
.se_button a:hover,
a.se_button:hover {
    background-color: #ccc;
    text-decoration: none;
    color: #00467f;
}
.se_cta,
.se_cta a {
    background-color: #2C56C3;
    border: 0 solid transparent;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: #00467f;
}
.se_cta:hover, .se_cta a:hover {
    background-color: #ccc;
    color: #00467f;
}
.se_social a {
    font-size: 30px;
    text-decoration: none;
    color: #2C56C3;
}
.se_social a:hover {
    text-decoration: none;
    color: #ccc;
}
.button a,
a.button {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #2C56C3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #013056;
}
.button a:after,
a.button:after {
    /*content: '';*/
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #013056;
    border-bottom: 7px solid transparent;
}
.button a:hover,
a:hover.button {
    text-decoration: none;
    color: #fff;
}
.relative {
    position: relative;
}
.responsive img,
img.responsive {
    width: 100% !important;
    height: auto;
}
.responsive iframe,
.responsive object,
.responsive embed {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.content.insidepage .row.container > div {
    min-height: 0;
}
.le-edit-open .content.insidepage .row.container > div {
    min-height: 0;
}
.margin-top10 {
    margin-top: 10px;
}
.margin-top20 {
    margin-top: 20px;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}
.hide-element {
    display: none !important;
}
.row {
    margin: 0 auto;
    padding: 0;
}
.blackBox {
    background: #0d0d0d;
    padding: 10px;
}
.blackBox h4 {
    color: #fff;
    font-weight: 400;
}
.blueBar {
    background: #019acd;
    padding: 10px; 
}
.blueBar h2, .blueBar h3 {
    color: #fff;
}
.outlineBox {
    border-left: 1px solid #0d0d0d;
    border-right: 1px solid #0d0d0d;
    border-bottom: 1px solid #0d0d0d;
    padding: 10px;
    margin-bottom: 20px;
}
.specForm {
    margin:auto;
    width:960px;
}
.specForm .fsPage {
    float:left;
    width:820px;
}
.specForm label {
    color:#000;
}
.specForm input.fsField {
    border:solid 0px #000;
    padding:2px 5px !important;
    width:330px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.specForm .fsRow {
    float:left;
    padding-right:10px;
    width:400px;
}
.specForm .fsSubmit {
    float: left;
    margin:-2px 0px 0px 0px;
    width: 120px;
}
.specForm a {
    display:none;
}
.newsletter a {
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #f89a1d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.newsletter a:hover {
    background-color: #d27800;
    text-decoration: none;
    color: #fff;
}

/*-------------------------SITE CLASSES END------------------------*/

/*-------------------------MB CLASSES START------------------------*/
.mb_listview_date {
    text-transform: uppercase;
}
.master_date, .mbHeaderBar { 
    background: #232323;
    color: #fff;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 18px !important;
    
}
.le_metro_silver_button, .le_metro_silver_button a, .le_metro_silver_button_week, .le_metro_silver_button_week a {
    font-size: 14px !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    padding: 5px 10px !important;
    text-shadow: none !important;
    background: #f89a1d !important;
    text-transform: uppercase;
}
.le_metro_silver_button:hover, .le_metro_silver_button_week:hover {
    color: #ffffff !important;
    background: #d27800!important;   
}
.mb_schedule {
    background: #fff !important;
    border: 2px solid #000 !important;
}
.row_date {
    padding-left: 20px !important;
}
.row_class {
    width: 20% !important;
}
/*-------------------------MB CLASSES END------------------------*/

/*-------------------------HEADER START----------------------------*/

.header {
    position: relative;
    z-index: 100;
    padding: 0;
}
.header-top {
    padding: 8px 0 5px 0;
    background-color: #f89a1d;
}
.header-top .social-icons {
    text-align: right;
}
.main-logo img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.header-bottom {
    padding-top: 10px;
    background: #fdfdfd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fdfdfd 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdfdfd 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdfdfd 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfdfd 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdfdfd 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}
.head-signup {
    padding-top: 20px;
    text-align: center;
}
.head-signup a {
    display: inline-block;
    padding-left: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/YoungchefsacademyBatonRouge/young-chefs-academy-microsite/icon-arrow1_10.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #4d4f4f;
}
.head-signup a
{
 

    -webkit-animation: slide 1s linear infinite;
       -moz-animation: slide 1s linear;
            animation: slide 1s linear infinite;
}


@-webkit-keyframes slide
{
    0%   {background-position: 0 50%;}
    50% {background-position: 6px 50%;}
    100% {background-position: 0px 50%;}
}

@-moz-keyframes slide
{
    0%   {background-position: 0 50%;}
    50% {background-position: 6px 50%;}
    100% {background-position: 0px 50%;}
}

@keyframes slide
{
    0%   {background-position: 0 50%;}
    50% {background-position: 6px 50%;}
    100% {background-position: 0px 50%;}
}
.head-signup a:hover {
    background-position: 5px 50%;
    text-decoration: none;
}
.head-locations {
    display: block !important;
    text-align: center;
}
.head-locations ul {
    margin: 0;
    padding: 0;
}
.head-locations ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
}
/*.head-locations {*/
/*    padding-top: 5px;*/
/*}*/
.head-locations li {
    list-style: none;
}
.head-locations li.le_menuitem_level_0 {
    display: inline-block;
    margin-left: 5px;
}
.head-locations li.le_menuitem_level_0 > a {
    display: block;
    width: 228px;
    position: relative;
    padding: 11px 130px 11px 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;

    border-left:2px solid #494a4a;
    border-top:2px solid #494a4a;
    border-right:2px solid #494a4a;
    border-bottom:2px solid #494a4a;
    
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #494a4a;
}
.head-locations li.le_menuitem_level_0:first-child > a:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/YoungchefsacademyBatonRouge/young-chefs-academy-microsite/icon-arrow2_17.png);
    position: absolute;
    top: 10px;
    right: 13px;
}
.head-locations li.le_menuitem_level_0 > a:hover,
.head-locations li.le_menuitem_level_0 > a.le_current_link {
    background-color: #fff;
    text-decoration: none;
    color: #494a4a;
}
.head-locations ul.le_menu_level_1 {
    display: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid #494a4a;
    border-bottom: 2px solid #494a4a;
    border-right: 2px solid #494a4a;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    z-index: 800;
    width: 228px;
}
.head-locations li.le_menuitem_level_1 > a {
    display: block;
    padding: 4px 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    min-width: 220px;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    color: #494a4a;
}
.head-locations li.le_menuitem_level_1 > a:hover,
.head-locations li.le_menuitem_level_1 > a.le_current_link {
    background: #f89a1d;
    color: #fff;
}
.header-right {
    padding: 0;
}
.no-border>a{
    border-bottom:none!important;
}

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


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

.main-nav {
    padding: 12px 0 0 0;
}
.navigation {
    text-align: center;
}
.navicon {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    position: relative;
    text-align: left;
    background-color: #f89a1d;
    color: #000;
}
.navicon:after {
    content: '\2630    MENU';
    position: absolute;
    top: 0;
    right: 0;
    left: 15px;
    padding: 8px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.navicon:hover:after {
    color: #4D4F4F;
}
.navicon:hover {
    cursor: pointer;
}
.main-menu {
    display: none;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #000;
}
.main-menu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.main-menu li {
    list-style-type: none;
    text-decoration: none;
}
.main-menu li.le_menuitem_level_0 > a {
    display: block;
    padding: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    color: #fff;
}
.main-menu li.le_menuitem_level_0:first-child > a {
    background-color: #e60e64;
}
.main-menu li.le_menuitem_level_0:first-child + li > a {
    background-color: #019acd;
}
.main-menu li.le_menuitem_level_0:first-child + li + li > a {
    background-color: #98cd6a;
}
.main-menu li.le_menuitem_level_0:first-child + li + li + li > a {
    background-color: #f89a1d;
}
.main-menu li.le_menuitem_level_0:first-child + li + li + li + li > a {
    background-color: #a776b3;
}
.main-menu li.le_menuitem_level_0 > a:hover,
.main-menu li.le_menuitem_level_0 > a.le_current_link {
    color: #4D4F4F;
}

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

.main-menu ul.le_menu_level_1 {
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.main-menu li.le_menuitem_level_1 a {
    display: block;
    padding: 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #000;
}
.main-menu li.le_menuitem_level_1 a:hover,
.main-menu li.le_menuitem_level_1 a.le_current_link {
    color: #db8203;
}

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

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

/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------ACCOUNT MENU START-------------------------*/

.account-nav {
    padding: 24px 0 0 0;
}
.navigation {
    text-align: center;
}
.account-nav .navicon {
    display: block;
    width: 160px;
    height: 30px;
    padding: 10px 0;
    margin-right: 20px;
    position: relative;
    float: right;
    text-align: left;
    background-color: #ededed;
    color: #000;
}
.account-nav .navicon:after {
    content: '\2630    MY ACCOUNT';
    position: absolute;
    top: 0;
    right: 0;
    left: 15px;
    padding: 5px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.account-nav .navicon:hover:after {
    color: #4D4F4F;
}
.account-nav .navicon:hover {
    cursor: pointer;
}
.account-menu {
    display: none;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #000;
}
.account-menu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
}
.account-menu li {
    list-style-type: none;
    text-decoration: none;
}
.account-menu li.le_menuitem_level_0 > a {
    display: block;
    padding: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    background-color: #ededed;
    color: #000;
}
.account-menu li.le_menuitem_level_0 > a:hover,
.account-menu li.le_menuitem_level_0 > a.le_current_link {
    color: #4D4F4F;
}

/*-------------------------ACCOUNT MENU END---------------------------*/


/*------------ SIDE MENU START ---------------------*/

.sideMenu ul {
    list-style-type: none !important;
    padding: 0 !important;
}
.sideMenu li.le_menuitem_level_0 a {
    display: block;
    border-left: 5px solid #f89a1d;
    color:#f89a1d;
    padding: 10px 10px;
    margin: 0 !important;
    font-size: 20px;
    text-transform: uppercase;
}
.sideMenu li.le_menuitem_level_0 a:hover {
    background: #f89a1d;
    text-decoration: none;
    color: #ffffff !important;
}
/*------------ SIDE MENU END ---------------------*/

/*-------------------------MICROSITE MENU START-------------------------*/

.microsite-nav {
    padding: 24px 0 0 0;
}
.navigation {
    text-align: center;
}
.microsite-nav .navicon:hover:after {
    color: #4D4F4F;
}
.microsite-nav .navicon:hover {
    cursor: pointer;
}
.microsite-menu {
    width: 100%;
    padding: 0;
    text-align: center;
    color: #000;
}
/*.microsite-menu ul.le_menu_level_0 {*/
/*    margin: 0 0 40px 0;*/
/*    padding: 0;*/
/*}*/
.microsite-menu li {
    list-style-type: none;
    text-decoration: none;
}
/*.microsite-menu li.le_menuitem_level_0 {*/
/*    margin-bottom: 10px;*/
/*}*/
/*.microsite-menu li.le_menuitem_level_0 > a {*/
/*    display: block;*/
/*    padding: 7px 5px;*/
/*    font-family: 'Raleway', sans-serif;*/
/*    font-size: 15px;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    text-shadow: 2px 2px #000000;*/
/*    background-color: rgba(0, 0, 0, 0.2);*/
/*    color: #fff;*/
/*    -webkit-padding-start: 0px!important;*/
/*}*/
.microsite-menu li.le_menuitem_level_0 > a:hover,
.microsite-menu li.le_menuitem_level_0 > a.le_current_link {
    background-color: #f7991d;
}
.microsite-menu ul.le_menu_level_0 {
    padding-left: 0px;
}

/*-------------------------MICROSITE MENU END---------------------------*/

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

.standard-btn a {
    display: inline-block;
    padding: 10px 13px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #f89a1d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.standard-btn a:hover {
    background-color: #d27800;
    text-decoration: none;
    color: #fff;
}
.standard-btn.purple a {
    background-color: #a776b3;
}
.standard-btn.purple a:hover {
    background-color: #84578f;
}
.social-icons a {
    display: inline-block;
    margin-right: 20px;
}
.container1 {
    position: relative;
    padding: 15px 0;
    background-color: #2e2e2e;
}
.container1:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 4px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzE3MTcxIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yMiIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MiUiIHN0b3AtY29sb3I9IiM3MTcxNzEiIHN0b3Atb3BhY2l0eT0iMC4xMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(45deg,  rgba(113,113,113,0.3) 0%, rgba(255,255,255,0.22) 26%, rgba(113,113,113,0.11) 62%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(113,113,113,0.3)), color-stop(26%,rgba(255,255,255,0.22)), color-stop(62%,rgba(113,113,113,0.11)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(113,113,113,0.3) 0%,rgba(255,255,255,0.22) 26%,rgba(113,113,113,0.11) 62%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(113,113,113,0.3) 0%,rgba(255,255,255,0.22) 26%,rgba(113,113,113,0.11) 62%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(113,113,113,0.3) 0%,rgba(255,255,255,0.22) 26%,rgba(113,113,113,0.11) 62%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(113,113,113,0.3) 0%,rgba(255,255,255,0.22) 26%,rgba(113,113,113,0.11) 62%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d717171', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.container2 {
    padding: 20px 0;
    background: rgb(237,237,237); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.container2.microsite {
    padding-bottom: 70px;
}
.info-area-img {
    width: 290px;
    margin: 0 auto;
    border: 7px solid #fff;
    box-shadow: 2px 2px 9px -5px #000;
}
.info-area {
    width: 290px;
    margin: 15px auto 0 auto;
    padding: 40px 25px 35px 25px;
    background-color: #231f20;
}
.info-area p {
    font-size: 23px;
    line-height: 1.3;
}
.info-area p>a {
    font-size:13px;
}
.info-area h1 {
    font-size: 23px;
    line-height: 1.3;
}
.info-area p:last-of-type {
    font-size: 18px;
}
.info-area p > a {
    display: inline-block;
    margin-right: 5px;
}
.info-area p + a,
.info-area p + a + a, .info-area p + a + a + a {
    display: block;
    margin-top: 40px;
    padding: 10px 13px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #f89a1d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.info-area p + a + a {
    margin-top: 20px;
    background-color: #a776b3;
}
.info-area p + a + a + a {
    margin-top: 2px;
    background-color: #019ACD;
}
.info-area p + a:hover {
    background-color: #d27800;
    text-decoration: none;
    color: #fff;
}
.info-area p + a + a:hover {
    background-color: #84578f;
    text-decoration: none;
    color: #fff;
}
.info-area p + a + a + a:hover {
    background-color: #007096;
    text-decoration: none;
    color: #fff;
}
.services-title {
    padding-top: 30px;
}
.services-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.circle-btn {
    position: relative;
    border-radius: 50%;
    background-color: #f89a1d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.circle-btn.pink {
    background-color: #e60e64;
}
.circle-btn.blue {
    background-color: #019acd;
}
.circle-btn.green {
    background-color: #98cd6a;
}
.circle-btn.orange {
    background-color: #f89a1d;
}
.circle-btn.purple {
    background-color: #a776b3;
}
.circle-small {
    width: 260px;
    height: 260px;
}
.circle-big {
    width: 290px;
    height: 290px;
}
.circle-btn img {
    position: relative;
    margin: 0 auto;
    display: block;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 5px -2px #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.circle-btn img + a {
    display: inline-block;
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
    text-shadow: none;
    font-size: 16px;
    color: #1a1a1b;
}
.circle-small img {
    width: 230px;
    height: 230px;
    top: 15px;
}
.circle-big img {
    width: 256px;
    height: 256px;
    top: 17px;
}
.circle-btn a {
    position: absolute;
    z-index: 200;
    padding-top: 40%;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-shadow: 2px 2px 3px #444;
    border-radius: 50%;
    color: #fff;
}
.circle-btn a:hover {
    text-decoration: none;
}
.circle-btn.special {
    width: 290px;
    height: 290px;
    margin: 25px auto 0 auto;
}
.circle-btn.special img {
    width: 256px;
    height: 256px;
    margin: 0 auto;
    top: 17px;
}
.learn-more {
    padding: 20px 0 30px 0;
    text-align: center;
}
.learn-more a {
    display: inline-block;
    padding: 0;
    text-align: center;
    text-shadow: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1b;
}
.circle-btn.special p {
    position: absolute;
    z-index: 200;
    width: 256px;
    height: 256px;
    top: 17px;
    left: 17px;
    padding-top: 40%;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-shadow: 2px 2px 3px #444;
    border-radius: 50%;
    color: #fff;
}
.circle-btn.special p:hover {
    text-decoration: none;
}
.circle-btn.special p:hover + img {
    width: 276px;
    height: 276px;
    top: 7px;
}
.circle-small a {
    width: 230px;
    height: 230px;
    top: 15px;
    left: 15px;
}
.circle-big a {
    width: 256px;
    height: 256px;
    top: 17px;
    left: 17px;
}
.circle-small a:hover + img {
    width: 250px;
    height: 250px;
    top: 5px;
}
.circle-big a:hover + img {
    width: 276px;
    height: 276px;
    top: 7px;
}
.cta-area {
    margin: 25px auto 0 auto;
}
.container3 {
    position: relative;
    overflow: hidden;
}
.container3:after {
    content: "\2002";
    background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/YoungchefsacademyBatonRouge/young-chefs-academy-microsite/site-calloutpattern.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.area3 {
    position: relative;
    padding-right: 0;
    background-color: #019acd;
}
.home-blue-area {
    position: relative;
    z-index: 400;
    max-height: 400px;
    overflow-y: auto;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 17px;
}
.home-blue-area h2 {
    font-size: 23px;
}
.home-blue-area p {
    font-size: 18px;
}
.area4 {
    position: relative;
    padding-right: 0;
    background-color: #a776b3;
}
.home-purple-area {
    position: relative;
    z-index: 400;
    max-height: 400px;
    overflow-y: auto;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 35px;
}
.home-purple-area p {
    font-size: 23px;
    font-size: 400;
}
.container1a {
    padding: 25px 0 30px 0;
}
.content.wrapperpage .container2 {
    padding: 25px 0;
}

/*-------------------------MAIN END--------------------------------*/


/*-------------------------SLIDER START------------------------------*/
.slider-container {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/YoungchefsacademyBatonRouge/young-chefs-academy-microsite/site-featurebkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
}
.slider-container2 {
    padding: 15px 0 0 0;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzE3MTcxIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yMiIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MiUiIHN0b3AtY29sb3I9IiM3MTcxNzEiIHN0b3Atb3BhY2l0eT0iMC4xMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(45deg,  rgba(113,113,113,0.3) 0%, rgba(255,255,255,0.22) 26%, rgba(113,113,113,0.11) 62%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(113,113,113,0.3)), color-stop(26%,rgba(255,255,255,0.22)), color-stop(62%,rgba(113,113,113,0.11)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(113,113,113,0.3) 0%,rgba(255,255,255,0.22) 26%,rgba(113,113,113,0.11) 62%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(113,113,113,0.3) 0%,rgba(255,255,255,0.22) 26%,rgba(113,113,113,0.11) 62%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(113,113,113,0.3) 0%,rgba(255,255,255,0.22) 26%,rgba(113,113,113,0.11) 62%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(113,113,113,0.3) 0%,rgba(255,255,255,0.22) 26%,rgba(113,113,113,0.11) 62%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d717171', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.slider-container2.insidepage {
    padding: 15px 0;
}


/*-------------------------SLIDER END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footer {
    padding: 45px 0 15px 0;
    background-color: #2e2e2e;
}
.footer p {
    color: #fff;
}
.footer h3 {
    color: #fff
}
.footer-menu-label h3 {
    color: #fff;
}
.footer-menu ul {
    padding: 15px 0 0 0;
    margin: 0;
    list-style: none;
}
.footer-menu a {
    display: inline-block;
    padding: 3px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.footer-contact h3 {
    color: #fff;
}
.footer-contact.social-icons a {
    margin-top: 15px;
}
.footer-contact h6 {
    padding-top: 25px;
    font-size: 14px;
    color: #fff;
}
.footer-contact p {
    padding-top: 15px;
    font-size: 14px;
    color: #fff;
    word-wrap: break-word;
}
.footer-contact p a {
    color: #fff;
}
.franchise-area {
    padding-top: 60px;
}
.franchise-area h3 {
    color: #fff;
}
.franchise-area p {
    padding-top: 20px;
    font-size: 14px;
    color: #fff;
}
.franchise-area a {
    display: inline-block;
    padding-top: 23px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.facebook-feed {
    padding-top: 30px;
}
.facebook-feed iframe {
    width: 290px;
    height: 250px !important;
    background-color: #fff;
}
.footer-menu2 ul {
    padding: 30px 0 0 0;
    margin: 0;
    list-style: none;
}
.footer-menu2 {
    text-align: right;
}
.footer-menu2 li {
    display: inline-block;
}
.footer-menu2 a {
    position: relative;
    display: inline-block;
    padding: 2px 9px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.footer-menu2 li:first-child + li a:after {
    content: "\2002";
    display: block;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 2px;
    border-right: 1px solid #fff;
}
.footer-menu2 li:first-child + li a:before {
    content: "\2002";
    display: block;
    height: 80%;
    position: absolute;
    left: -10px;
    bottom: 2px;
    border-right: 1px solid #fff;
}
.footer-menu2 li:first-child + li + li a {
    padding-right: 0;
}
.copyright {
    padding-top: 45px;
}
.copyright p {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
}
/*-------------------------FOOTER END------------------------------*/


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

/* 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) {
    .info-area p>a {
    font-size:16px;
}
    .header-bottom {
        padding-bottom: 0px;
    }
    .head-signup {
        padding-top: 0;
        text-align: right;
    }
    .head-locations {
        text-align: right;
    }
    .main-logo {
        padding-top: 15px;
    }
    .button a, a.button {
        border: 2px solid #ffffff;
    }
    .main-nav {
        padding-right: 15px;
    }
    .navicon {
        width: 105px;
        text-align: right;
        padding-right: 15px;
        float: left;
    }
    .navicon:after {
        left: auto;
        right: 15px;
    }
    .main-menu {
        width: 70%;
        position: absolute;
        right: 15px;
        z-index: 750;
    }
    .main-menu li.le_menuitem_level_0:first-child {
        border-top: 0;
    }
    .main-menu li.le_menuitem_level_0 > a {
        background-color: #ededed;
    }
    .main-menu ul.le_menu_level_0 {
        padding: 0;
        border: 1px solid #494a4a;
    }
     .location-title h2 {
        line-height: 24px;
        text-align: center;
        font-size: 48px;
        color: #ffffff;
        margin-top: 50px;
    }
    .account-nav {
        padding: 0;
    }
    .account-nav .navicon {
        margin-right: 15px;
    }
    .account-menu {
        position: absolute;
        z-index: 300;
        width: 30%;
        right: 15px;
    }
    .slider-container2 {
        padding: 25px 0 0 0;
    }
    .info-area-img {
        width: 100%;
        margin: 0 auto;
        border: 7px solid #fff;
        box-shadow: 2px 2px 9px -5px #000;
    }
    .info-area {
        width: 100%;
        margin: 15px auto 0 auto;
        padding: 40px 25px 35px 25px;
        background-color: #231f20;
    }
    .info-area p + a, 
    .info-area p + a + a,
    .info-area p + a + a + a{
        width: 310px;
    }
    .services-title h2:before {
        content: "\2002";
        display: block;
        position: absolute;
        top: 50%;
        z-index: 300;
        height: 2px;
        width: 35%;
        background-color: #000;
    }
    .services-title h2:after {
        content: "\2002";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 300;
        height: 2px;
        width: 35%;
        background-color: #000;
    }
    .footer {
        padding: 20px 0;
    }
    .circle-big {
        width: 355px;
        height: 355px;
    }
    .circle-big img {
        width: 315px;
        height: 315px;
        top: 20px;
    }
    .circle-big a {
        width: 315px;
        height: 315px;
        top: 20px;
        left: 20px;
    }
    .circle-btn.special {
        width: 355px;
        height: 355px;
    }
    .circle-btn.special img {
        width: 315px;
        height: 315px;
        top: 20px;
    }
    .circle-btn.special p {
        width: 315px;
        height: 315px;
        top: 20px;
        left: 20px;
    }
    .circle-btn.special p:hover + img {
        width: 345px;
        height: 345px;
        top: 5px;
    }
    .circle-big a:hover + img {
        width: 345px;
        height: 345px;
        top: 5px;
    }
    .home-blue-area {
        max-height: 230px;
        padding-top: 45px;
        padding-bottom: 80px;
    }
    .home-blue-area img {
        float: left;
        margin-right: 30px;
    }
    .home-purple-area {
        max-height: 230px;
        padding-top: 35px;
        padding-bottom: 80px;
    }
    .area3:before {
        content: " ";
        position: absolute;
        display: block;
        width: 2000%;
        height: 100%;
        z-index: -1;
        top: 0px;
        bottom: 0px;
        left: 0;
        background-color: #0183af;
    }
    .area3:after {
        content: " ";
        position: absolute;
        display: block;
        width: 2000%;
        height: 100%;
        z-index: -1;
        top: 0px;
        bottom: 0px;
        right: 0;
        background-color: #0183af;
    }
    .area4:before {
        content: " ";
        position: absolute;
        display: block;
        width: 2000%;
        height: 100%;
        z-index: -1;
        top: 0px;
        bottom: 0px;
        left: 0;
        background-color: #8b5f96;
    }
    .area4:after {
        content: " ";
        position: absolute;
        display: block;
        width: 2000%;
        height: 100%;
        z-index: -1;
        top: 0px;
        bottom: 0px;
        right: 0;
        background-color: #8b5f96;
    }
    .footer {
        padding-top: 45px;
    }
    .footer-contact {
        min-height: 250px;
    }
    .facebook-feed {
        padding-top: 60px;
        text-align: right;
    }
    .facebook-feed iframe {
        width: 290px;
    }
    .copyright {
        padding-top: 70px;
    }
    .footer-menu2 {
        padding-top: 30px;
    }
    .footer-menu2 ul {
        padding-top: 0;
    }
    .slider-container2.insidepage {
        padding: 30px 0 25px 0;
        padding-bottom: 2px solid #fff;
    }
    .insidepage-title {
        position: relative;
    }
    .insidepage-title:after {
        content: "\2002";
        display: block;
        position: absolute;
        z-index: 40;
        bottom: -27px;
        width: 100%;
        height: 200px;
        box-shadow: 0px 31px 26px -43px #000;
    }
    .microsite-menu ul.le_menu_level_0 {
        text-align: left;
    }
    .microsite-menu li.le_menuitem_level_0 {
        margin-right: 8px;
        display: inline-block;
    }
    .microsite-menu li.le_menuitem_level_0:last-child {
        margin-right: 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .microsite-menu li.le_menuitem_level_0 > a {
    display: block;
    padding: 7px 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px #000000;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    -webkit-padding-start: 0px!important;
    }
    .navigation {
        margin-top: 0;
        text-align: center;
    }
    .navicon {
        display: none;
    }
    .locnavicon:before {
        display: none;
    }
    .locnavicon:after {
        display: none;
    }
    .locnavicon {
        display: none;
    }
    .main-menu {
        width: 100%;
        /*display: block !important;*/
        position: inherit;
        right: auto;
        text-align: right;
    }
    .main-menu ul {
        margin: 0;
        padding: 0;
    }
    .main-menu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
        border: 0;
    }
    .main-menu li {
        list-style: none;
    }
    .main-menu li.le_menuitem_level_0 {
        display: inline-block;
    }
    .main-menu li.le_menuitem_level_0 > a {
        display: block;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #fff;
    }
    .main-menu li.le_menuitem_level_0 > a:hover,
    .main-menu li.le_menuitem_level_0 > a.le_current_link {
        background-color: trasparent;
        text-decoration: none;
        color: #1a1a1b;
    }
    .main-menu ul.le_menu_level_1 {
        display: none;
        margin: 0;
        padding: 2px 0 0 0;
        position: absolute;
        text-align: left;
        white-space: nowrap;
        z-index: 100;
    }
    .main-menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        display: block;
    }
    .main-menu li.le_menuitem_level_1 > a {
        display: block;
        padding: 4px 8px;
        font-size: 14px;
        text-align: left;
        text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        color: #000;
    }
    .main-menu li.le_menuitem_level_1 > a:hover,
    .main-menu li.le_menuitem_level_1 > a.le_current_link {
        color: #000;
    }
    .main-menu .le_menu_level_2_container {
        float: right;
        margin-top: -35px;
        padding: 0;
    }
    .main-menu ul.le_menu_level_2 {
        position: absolute;
        z-index: 100;
        display: none;
        margin: 0;
        padding: 0;
        background-color: #777777;
        text-align: left;
    }
    .main-menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
        display: block;
    }
    .dropdown ul {
        display: block;
    }
    .account-nav .navigation {
        margin-top: 0;
        text-align: right;
        padding-right: 15px;
    }
    .account-nav .navicon {
        display: none;
    }
    .account-menu {
        width: 100%;
        display: block !important;
        position: inherit;
        right: auto;
        text-align: right;
    }
    .account-menu ul {
        margin: 0;
        padding: 0;
    }
    .account-menu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
        border: 0;
    }
    .account-menu li {
        list-style: none;
    }
    .account-menu li.le_menuitem_level_0 {
        display: inline-block;
    }
    .account-menu li.le_menuitem_level_0 > a {
        display: block;
        padding: 7px 15px;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #000;
    }
    .account-menu li.le_menuitem_level_0 > a:hover,
    .account-menu li.le_menuitem_level_0 > a.le_current_link {
        background-color: trasparent;
        text-decoration: none;
        color: #1a1a1b;
    }
    .account-menu ul.le_menu_level_1 {
        display: none;
        margin: 0;
        padding: 2px 0 0 0;
        position: absolute;
        text-align: left;
        white-space: nowrap;
        z-index: 100;
    }
    .account-menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        display: block;
    }
    .slider-container2 {
        border-top: 1px solid #fff;
        padding: 25px 0 0 0;
    }
    .info-area {
        margin: 0;
    }
    .info-area p + a, 
    .info-area p + a + a {
        width: 100%;
    }
    .services-title {
        padding-top: 80px;
    }
    .services-title h2:before {
        width: 38%;
    }
    .services-title h2:after {
        width: 38%;
    }
    .circle-big.cta-area {
        margin-top: 30px;
    }
    .circle-small.cta-area {
        margin-top: 80px;
    }
    .circle-btn.special img {
        margin: 0 auto;
    }
    .home-blue-area {
        max-height: 400px;
        padding-top: 70px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 90px;
    }
    .home-purple-area {
        max-height: 400px;
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
    }
    .area3 {
        min-height: 400px;
        padding-right: 0;
    }
    .area4 {
        min-height: 400px;
        padding-right: 0;
    }
    .area3:before {
        display: none;
    }
    .area4:after {
        display: none;
    }
    .footer {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .footer-contact {
        padding-top: 20px;
    }
    .footer-contact p a {
        font-size: 13px;
    }
    .footer-menu-label {
        padding-top: 20px;
    }
    .franchise-area {
        padding-top: 20px;
    }
    .facebook-feed {
        padding-top: 0;
    }
    .facebook-feed iframe {
        width: 100%;
        padding-top: 0;
    }
    .footer-menu2 {
        padding-top: 30px;
    }
    .copyright {
        padding-top: 60px;
    }
    .copyright p {
        padding-top: 10px;
    }
    .footer1 {
        padding-right: 0;
    }
    .footer2 {
        padding-left: 0;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .facebook-feed iframe {
        width: 290px;
    }
    .services-title h2:before {
        width: 40%;
    }
    .services-title h2:after {
        width: 40%;
    }
    .circle-btn.special:first-child {
        float: none;
        margin-left: auto;
        margin-top: 40px;
    }
    .circle-btn.special:first-child + .circle-btn.special {
        float: none;
        margin-right: auto;
    }
}

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


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

.anythingSlider-default {
    margin-bottom: 0 !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;
}
#auroraContentContainer .relative-eater {
    height: 40px;
}
#le_mb_loginsignup .mb_login_existing_row + .mb_login_existing_row + .mb_login_existing_row .mb_login_existing_label {
    display: none;
}

/*-------------------------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;
}
/*-------------------------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 .navigation {
    margin-top: 0;
    text-align: center;
}
.lt-ie9 .navicon {
    display: none;
}
.lt-ie9 .main-menu {
    width: 100%;
    display: block !important;
    position: inherit;
    right: auto;
    text-align: right;
}
.lt-ie9 .main-menu ul {
    margin: 0;
    padding: 0;
}
.lt-ie9 .main-menu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
    border: 0;
}
.lt-ie9 .main-menu li {
    list-style: none;
}
.lt-ie9 .main-menu li.le_menuitem_level_0 {
    display: inline-block;
}
.lt-ie9 .main-menu li.le_menuitem_level_0 > a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}
.lt-ie9 .main-menu li.le_menuitem_level_0 > a:hover,
.lt-ie9 .main-menu li.le_menuitem_level_0 > a.le_current_link {
    background-color: trasparent;
    text-decoration: none;
    color: #1a1a1b;
}
.main-menu ul.le_menu_level_1 {
    display: none;
    margin: 0;
    padding: 2px 0 0 0;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    z-index: 100;
}
.lt-ie9 .main-menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    display: block;
}
.lt-ie9 .main-menu li.le_menuitem_level_1 > a {
    display: block;
    padding: 4px 8px;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    color: #000;
}
.lt-ie9 .main-menu li.le_menuitem_level_1 > a:hover,
.lt-ie9 .main-menu li.le_menuitem_level_1 > a.le_current_link {
    color: #000;
}
.lt-ie9 .main-menu .le_menu_level_2_container {
    float: right;
    margin-top: -35px;
    padding: 0;
}
.lt-ie9 .main-menu ul.le_menu_level_2 {
    position: absolute;
    z-index: 100;
    display: none;
    margin: 0;
    padding: 0;
    background-color: #777777;
    text-align: left;
}
.lt-ie9 .main-menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    display: block;
}
.lt-ie9 .dropdown ul {
    display: block;
}
.lt-ie9 .slider-container2 {
    border-top: 1px solid #fff;
    padding: 25px 0 0 0;
}
.lt-ie9 .circle-big.cta-area {
    margin-top: 50px;
}
.lt-ie9 .circle-small.cta-area {
    margin-top: 80px;
}
.lt-ie9 .home-blue-area {
    padding-top: 70px;
    padding-bottom: 90px;
}
.lt-ie9 .home-purple-area {
    padding-top: 60px;
    padding-bottom: 60px;
}
.lt-ie9 .area3:after {
    content: " ";
    position: absolute;
    display: block;
    width: 2000%;
    height: 100%;
    z-index: -1;
    top: 0px;
    bottom: 0px;
    right: 0;
    background-color: #0183af;
}
.lt-ie9 .area4:before {
    content: " ";
    position: absolute;
    display: block;
    width: 2000%;
    height: 100%;
    z-index: -1;
    top: 0px;
    bottom: 0px;
    left: 0;
    background-color: #8b5f96;
}
.lt-ie9 .area3:before {
    display: none;
}
.lt-ie9 .area4:after {
    display: none;
}
.lt-ie9 .footer {
    padding-top: 20px;
    padding-bottom: 10px;
}
.lt-ie9 .footer-contact {
    padding-top: 20px;
}
.lt-ie9 .footer-menu-label {
    padding-top: 20px;
}
.lt-ie9 .franchise-area {
    padding-top: 20px;
}
.lt-ie9 .facebook-feed {
    padding-top: 0;
    text-align: right;
}
.lt-ie9 .facebook-feed iframe {
    width: 290px;
    padding-top: 0;
}
.lt-ie9 .footer-menu2 {
    padding-top: 0;
}
.lt-ie9 .copyright {
    padding-top: 60px;
}
.lt-ie9 .copyright p {
    padding-top: 10px;
}
.lt-ie9 .footer1 {
    padding-right: 0;
}
.lt-ie9 .footer2 {
    padding-left: 0;
}
.lt-ie9 .facebook-feed iframe {
    width: 290px;
}
.lt-ie9 .col-md-push-4 {
    left: 33.33333333%;
}
.lt-ie9 .col-md-pull-8 {
    right: 66.66666667%;
}
.lt-ie9 .insidepage-title {
        position: relative;
    }
.lt-ie9 .insidepage-title:after {
    content: "\2002";
    display: block;
    position: absolute;
    z-index: 40;
    bottom: -27px;
    width: 100%;
    height: 200px;
    box-shadow: 0px 31px 26px -43px #000;
}
.lt-ie9 .header-bottom {
    padding-bottom: 30px;
}
.lt-ie9 .head-signup {
    padding-top: 0;
    text-align: right;
}
.lt-ie9 .head-locations {
    text-align: right;
}
.lt-ie9 .main-logo {
    padding-top: 15px;
}
.lt-ie9 .header2 {
    padding-right: 0;
}
.lt-ie9 .header-top {
    padding-bottom: 10px;
}
.lt-ie9 .container {
    width: 1170px;
}
.lt-ie9 .home-blue-area img {
    float: left;
    margin-right: 30px;
}
.lt-ie9 .home-blue-area {
    max-height: 400px;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 90px;
}
.lt-ie9 .home-purple-area {
    max-height: 400px;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
}
.lt-ie9 .area3 {
    min-height: 400px;
    padding-right: 0;
}
.lt-ie9 .area4 {
    min-height: 400px;
    padding-right: 0;
}
.lt-ie9 .circle-btn.special {
    width: 355px;
    height: 355px;
}
.lt-ie9 .circle-btn.special img {
    width: 315px;
    height: 315px;
    top: 20px;
}
.lt-ie9 .circle-btn.special p {
    width: 315px;
    height: 315px;
    top: 20px;
    left: 20px;
}
.lt-ie9 .circle-btn.special p:hover + img {
    width: 345px;
    height: 345px;
    top: 5px;
}
.lt-ie9 .circle-btn.special:first-child {
    float: none;
    margin-left: auto;
    margin-top: 40px;
}
.lt-ie9 .circle-btn.special:first-child + .circle-btn.special {
    float: none;
    margin-right: auto;
}
.lt-ie9 .col-lg-4 {
    width: 33.33333333%;
}
.lt-ie9 .services-title h2:before {
    content: "\2002";
    display: block;
    position: absolute;
    top: 50%;
    z-index: 300;
    height: 2px;
    width: 40%;
    background-color: #000;
}
.lt-ie9 .services-title h2:after {
    content: "\2002";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 300;
    height: 2px;
    width: 40%;
    background-color: #000;
}
.lt-ie9 .info-area-img {
    width: 100%;
    margin: 0 auto;
}
.lt-ie9 .info-area {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 40px 25px 35px 25px;
    background-color: #231f20;
}
.lt-ie9 .info-area p + a, 
.lt-ie9 .info-area p + a + a {
    width: 310px;
}
.lt-ie9 .account-nav .navigation {
    margin-top: 0;
    text-align: right;
    padding-right: 15px;
}
.lt-ie9 .account-nav .navicon {
    display: none;
}
.lt-ie9 .account-menu {
    width: 100%;
    display: block !important;
    position: inherit;
    right: auto;
    text-align: right;
}
.lt-ie9 .account-menu ul {
    margin: 0;
    padding: 0;
}
.lt-ie9 .account-menu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
    border: 0;
}
.lt-ie9 .account-menu li {
    list-style: none;
}
.lt-ie9 .account-menu li.le_menuitem_level_0 {
    display: inline-block;
}
.lt-ie9 .account-menu li.le_menuitem_level_0 > a {
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #000;
}
.lt-ie9 .account-menu li.le_menuitem_level_0 > a:hover,
.lt-ie9 .account-menu li.le_menuitem_level_0 > a.le_current_link {
    background-color: trasparent;
    text-decoration: none;
    color: #1a1a1b;
}
.lt-ie9 .account-menu ul.le_menu_level_1 {
    display: none;
    margin: 0;
    padding: 2px 0 0 0;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    z-index: 100;
}
.lt-ie9 .account-menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    display: block;
}
.lt-ie9 .microsite-menu ul.le_menu_level_0 {
    text-align: left;
}
.lt-ie9 .microsite-menu li.le_menuitem_level_0 {
    margin-right: 8px;
    display: inline-block;
}
.lt-ie9 .microsite-menu li.le_menuitem_level_0:last-child {
    margin-right: 0;
}

/*-------------------------IE 8 Fixes END-------------------------------*/
.location a {
    display: block;
    font-size: 17px;
    background: #f89a1d;
    padding: 5px;
    color: #fff;
    margin-bottom: 0px !important; 
}
.main-menu li.le_menuitem_level_0:first-child + li + li + li > a {
    background-color: #f4dc42;
}
.center {
    text-align: center;
}
.headerbg {
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/aarontestyoungchefs/Version5.jpg");
    background-repeat: no-repeat;
    background-position: top; 
}
.head-locations li.le_menuitem_level_0 > a {
    padding: 3px 130px 1px 8px;
}
.location-head {
    margin-top: -3px;
}
.head-locations li.le_menuitem_level_0:first-child > a:after {
    top: 3px;
}
/*.head-locations  {*/
/*    padding-top: 12px;*/
/*}*/
.head-signup {
    display: none;
}
.microsite-menu li.le_menuitem_level_0 {
    margin-right: 0px;
    padding: 5px
}
.corp-nav {
    position: absolute;
    width: 100%;
    z-index: 200
}
.corp-menu {
    display: none;
    margin-left: 150px
}
.main-menu {
    display: none;
}
.menu_element {
    overflow: initial!important;
}
.corpNavBTN {
    float: right;
    margin-top: 17px;
    width: 210px;
    height: 20px;
}
.corpNavBTN:after {
    content: '\2630   CORPORATE MENU';
    position: absolute;
    padding: 8px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: -24px;
}
.main-nav {
    padding: 0px 0 0 0;
}
.location {
    margin-bottom: 0px;
}
@media (max-width: 992px) {
    .fullcorpnav, .microsite-menu {
        display: none;
    }
    /*.head-locations {*/
    /*    margin-top: 20px!important;*/
    /*}*/
    .manualsocial {
        /*margin-top: 25px;*/
        width: 100px;
        float: right;

    }
    .head-locations {
        display: block !important;
        text-align: center;
        float: left;
    }
    .locnavicon {
        display: block;
        width: 100%;
        height: 40px;
        padding: 10px 0;
        position: relative;
        text-align: left;
        background-color: #f89a1d;
        color: #000;
    }
    .locnavicon:after {
        content: '\2630   LOCATION MENU';
        position: absolute;
        top: 0;
        right: 0;
        left: 15px;
        padding: 8px 0;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }
    .locnavicon:hover:after {
        color: #4D4F4F;
    }
    .locnavicon:hover {
        cursor: pointer;
    }
    .microsite-menu li.le_menuitem_level_0 {
    background: #ffffff;
    }
    .microsite-menu li.le_menuitem_level_0 > a {
    display: block;
    padding: 7px 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000000;
    -webkit-padding-start: 0px !important;
    }
}
@media (max-width: 768px) {
    .head-locations {
        margin-top: 5px;
        padding-top: 0px!important;
        padding-left: 55px;
    }

    .location {
        right: 50px;
    }
    /*.manualsocial {*/
    /*    margin-top: 20px;*/
    /*}*/
    .location-title h2 {
        line-height: 24px;
        text-align: center;
        font-size: 20px;
        color: #ffffff;
    }
}
@media (max-width: 480px) {
    /*.manualsocial {*/
    /*    padding-bottom: 20px;*/
    /*}*/
}
@media (min-width: 768px) {
    .head-locations ul.le_menu_level_0 {
        padding: 0;
        /*margin-top: -12px;*/
        margin-bottom: 0px;
    }  
}

/*-------------------------CLEAR END-------------------------------*/
/*-------------------------CLEAR END-------------------------------*/

#error_notice {
display: none !important;
}
.slidefix {
    position:relative;
    z-index:1000;
}

.edit-region-icon {
    display: none;
}