#banner {
	opacity: 0.6;
	margin-top: 106px;
/*	width: 100%;
	height: 420px;
	background-size: cover;
    background-repeat: no-repeat;*/
}
#banner img {
	width: 100%;
	height: auto;
}
#banner.no_opacity {
	opacity: 1
}
#banner.no_banner {
	height: 1px;
}
.container.header_main {
	position: fixed;
	height: 106px;
	top: 0px;
    width: 100%;
    z-index: 10;
}
body.neutral .container.header_main {
    /*background-color: #F9F4F2; */
	background-color: #f9f4f2ba;
}
body.black .container.header_main {
    background-color: #060b0db8;
}

.logo_main {
    padding-top: 23px;
    padding-bottom: 22px;
    padding-left: 63px;
    float: left;
    display: inline-block;
    vertical-align: middle;
}

.logo_main img {
	width: 185px!important;
	
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

p.logo_byline {
	display: none;
    margin: 0px;
    color: #E5E5E5 !important;
  /*  font-family: 'Open Sans', sans-serif !important;*/
	font-family: "Montserrat", sans-serif;
	
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.navbar_main {
	max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
}
.navbar_main ul {
	text-align: right;
	max-width: 1062px;
	margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
	padding: 42px 50px 0 0;
	
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.navbar_main ul li {
	display: inline-block;
	padding: 3px 0 0 73px;
}
.navbar_main ul li a {
	color: #707070;
	padding-bottom: 5px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
.navbar_main ul li a:hover {
    color: #EC108D;
    text-decoration: none;
}