@charset "UTF-8";
@font-face {
    font-family: Encode-Sans-Family;
    src: url(../fonts/Encode-Sans-Family/EncodeSansNormal-400-Regular.ttf);
}
@font-face {
    font-family: uni-Sans;
    src: url(../fonts/Uni-Sans/Fontfabric-UniSansRegular.otf);
}
@font-face {
    font-family: Open-Sans-Family;
    src: url(../fonts/Open-Sans-Family/Open-Sans-regular.ttf);
}
p{
	font-family:Open-Sans,Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 200;
	margin-left: 3px;
}
#text-center{
	position: absolute;
    bottom: 0;
    height: 100px;
    max-width: 910px;
	text-align: center;
	padding-bottom: 50px;
}
.page-headerlogo {
  padding-bottom: 9px;
  margin: 20px 0 0px;
  margin-top: 23px;
  margin-left: 128px;
  position: absolute;
  top: 0;
  z-index: 0;
  padding-left: 5px;
}
.page-header img{
  margin-left: 100px;
  margin-top: -4px;
}
.son-wrapper{
	width: 100% !important;
	min-width: 380px;
	height: 90px;
	background-color: #4b2e83;
	position: absolute;
	z-index: 0;
	opacity: .9;
	margin-right: 0px !important;
}
.w-logo{
	width: 120px;
	height: 81px;
	margin-top: 0px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 15;
}
.w-logo img{
	width: 104px; 
	height: 70px;
	margin-top: 10px;
	margin-left: 5px;
}
.styleText{
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.styleContainer{
	background-color:#e8e3d3;
	padding-top: 40px; 
	padding-bottom: 40px;	
}
.iconImage img:hover{
	opacity: 0.7;
}
.title{
	font-family: "optima", Helvetica, Arial, sans-serif;
}
.title a{
	color: #4b2e83;	
}
.active{
	color: #f39109 !important;	
}
#lightBoxBg{
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000000 ;
	opacity: .7;
	margin-top: 0px;
	position: fixed;
	top: 0;
	bottom: 0px !important;
}
#grayBoxBg{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000 ;
	opacity: 0;
	margin-top: 0px;
	position: fixed;
	top: 0;
}
.subLink{
	margin-left: 30px; 
	font-size: 14px;
	padding: .4em !important;
}
.wLogoWhite{
	background-image: url(w.png);
	width: 120px;
	height: 81px;   
}
.wLogoWhite:hover{
	background-image: url(w-gold.png); 
	-webkit-transition: background-image .2s ease-in-out;
       -o-transition: background-image .2s ease-in-out;
          transition: background-image .2s ease-in-out;
}
@media screen and (max-width: 768px) {
.navbar-collapse{background-color: #B5B5B5;}
.navbar-collapse ul li{border-bottom: 1px #fff solid;}
}