/*Header background and opacity*/
.header-wrapper {background-color: black; background-color: rgba(0, 0, 0, 0.7); *filter: alpha(opacity = 70); box-shadow: 0 1px 20px rgba(0, 0, 0, 0.50); }
.fixed-width .header-wrapper {background-color: black; background-color: rgba(0, 0, 0, 1); *filter: alpha(opacity = 100); box-shadow: none;}

/*Menu background and opacity - must be identical to header background. Added values - border*/
.sf-menu li li {background: black; background: rgba(0, 0, 0, 0.7); *filter: alpha(opacity = 70); border: 1px solid rgba(0, 0, 0, 0.2); border-top: none;}
.cosmo-icons ul li a  {color: white;}
.cosmo-icons ul li.active a { background: black; background: rgba(255, 255, 255, 0.20); }
.sf-menu li.active li a {background: none; } /*Needed to override the above styles*/
.sf-sub-indicator {background: url(../images/arrows-white.png) no-repeat no-repeat -11px -104px; }

/*Slider caption background - must be identical to header background**/
.caption {background-color: black; background-color: rgba(0, 0, 0, 0.7); *filter: alpha(opacity = 70);}
#headertxt #firstline { color: white; }
#headertxt #secondline { color: white; }

/*Quick news - must be identical to header background*/
.cosmo-qnews-label, .cosmo-qnews-wrapper {background: black; background-color: rgba(0, 0, 0, 0.9); *filter: alpha(opacity = 90);}
.cosmo-qnews-close { color: #CB3939;}
.cosmo-qnews-label a { color: white; }
.cosmo-qnews-content { color: white; }





/*Different colors layout - white*/
.custom-white .header-wrapper {background-color: white; background-color: rgba(255, 255, 255, 1); *filter: alpha(opacity = 100); box-shadow: none; }

.custom-white .sf-menu li li {background-color: white; background-color: rgba(255, 255, 255, 0.7); }
.custom-white .cosmo-icons ul li a { color: #3F4950; }
.custom-white .cosmo-icons ul li.active a { background: black; background: rgba(0, 0, 0, 0.03); }
.custom-white .sf-sub-indicator {background: url(../images/arrows-black.png) no-repeat -11px -104px; }

.custom-white .caption {background-color: white; background-color: rgba(255, 255, 255, 0.7); }
.custom-white #headertxt #firstline { color: #3F4950; }
.custom-white #headertxt #secondline { color: #3F4950; }

.custom-white .cosmo-qnews-label, .custom-white .cosmo-qnews-wrapper {background: white; background-color: rgba(255, 255, 255, 0.9);}
.custom-white .cosmo-qnews-close { color: #CB3939;}
.custom-white .cosmo-qnews-label a { color: #3F4950; }
.custom-white .cosmo-qnews-content { color: #3F4950; }