/* Code to change page width START */
.WaPlaceHolder { max-width: 95%; }
/* Code to change page width END */


/*Login gadget color */

.WaGadgetLoginButton .loginContainer.loginContainer .loginLink {
    
    background: white;
    color: #c3460d;
   
}
.WaGadgetLoginButton .loginContainer.loginContainer .loginLink:hover {
    background: white;
    color: #c3460d;
}
.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink {
   
    background: white;
    color: #c3460d;
    
}
.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover, .WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink.hover {
    background: white;
    color: #c3460d;
}

/*Change color on mobile menu*/

.WaGadgetMobilePanel .mobilePanel { background: #c3460d; color: white; }



/*Slider Background Transparent*/
.camera_wrap {
    background: transparent;
}
/*changes color of row on calendar*/

.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] a, .WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] span {
    background: #cb6015;}


.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .stickyMenu.active {
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #608d4c;
    border-bottom: 1px solid #608d4c;
    box-sizing: border-box
}
.WaGadgetEventsStateList h3.sectionTitle {
color: #608d4c;
}
.WaGadgetLoginButton .loginContainer.loginContainer .loginLink {
background: #608d4c;
}
.h1, h1 {
color: #608d4c;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel {
    margin: 0;
    padding: 12px 0;
    background: #608d4c;
    border-top: 1px solid #608d4c;
    font-weight: bold;
    text-align: left;
    list-style: none
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul ul {
    padding: 0;
    background: #608d4c;
    font-weight: normal;
    text-transform: none;
    list-style: none
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul ul li>.item>a {
    position: relative;
    display: block;
    margin: 0;
    padding: 4px 16px 4px 24px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none
}.WaGadgetMobilePanel .mobilePanel .menuInner ul ul ul {
    background: #608d4c
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul ul ul .item a {
    padding: 4px 16px 4px 32px;
    color: #ffffff;
    font-weight: normal;
    text-transform: none
}
.WaGadgetMobilePanel .mobilePanel .loginInner {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 40000;
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    background: #608d4c;
    border-top: 1px solid #608d4c;
    color: white;
    font-size: 14px;
    text-align: right
}
.WaGadgetMobilePanel .mobilePanel .loginInner .loginContainerForm [class$='TextBox'] input[class$='TextBoxControl'] {
    box-sizing: border-box;
    width: 288px;
    height: 32px;
    margin: 0;
    padding: 5px 12px;
    background: #608d4c;
    border: 1px solid white;
    color: white;
    font-size: 16px;
    line-height: 1.38
}
.WaGadgetMobilePanel .mobilePanel .loginInner .loginContainerForm .loginActionRememberMe label:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px 6px 0 0;
    background: #608d4c;
    border: 1px solid white;
    font-family: 'WA-theme-icons';
    font-size: 14px;
    line-height: 15px;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    content: ''
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li.sel>.item>a {
    color: #da7b2c
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul ul li.sel>.item>a {
    color: #da7b2c
}



