@font-face {
    font-family: 'BrooklynSport';
    src: url("fonts/BrooklynSportBook.woff2") format("woff2");
  }

body {
    background: url("images/background.jpg");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div#Shell_Header {
    height: 180px;
    background: white;
    margin: 0 auto;
    max-width: 1200px;
}
.navbar-default{
    font-size: 14.9996px;
    height:42px;
    letter-spacing:0.37799px;
    font-family: 'Oswald', sans-serif;
    border: none;
    border-top: 2px solid #ffffff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPÃ¢â‚¬Â¦B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#002a5c),color-stop(24%,#002a5c),color-stop(76%,#001125),color-stop(100%,#001125));
    background-image: -moz-linear-gradient(top,#002a5c 0%,#002a5c 24%,#001125 76%,#001125 100%);
    background-image: -webkit-linear-gradient(top,#002a5c 0%,#002a5c 24%,#001125 76%,#001125 100%);
    background-image: linear-gradient(to bottom,#002a5c 0%,#002a5c 24%,#001125 76%,#001125 100%);
    -webkit-box-shadow: 0px 1px 0px #dedede inset;
    box-shadow: 0px 1px 0px #dedede inset;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 80px;
    margin-bottom: 30px;
}

.footer {
    position: relative;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

div#navMenu ul li:first-child {
    padding-left: 72px;
}
div#navMenu ul li:last-child {
    float: right;
}
div#headerBottom {
    margin: 0 auto;
    position: relative;
    background: black;
    top: 2px;
    height: 120px;
}
div#navMenu ul li {
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

.navbar-default li a, .navbar-default li a {
    padding: 0px 11px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: .0252em;
    border: 1px solid transparent;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

div#logo {
    position: absolute;
    width: 245px;
    z-index: 100;
    left: 2%;
    top: -6px;
    height: 120px;
}
div#logoImage {
    background: transparent url("images/logo.svg") 25px center no-repeat;
    width: 245px;
    background-size: 190px auto;
    height: 120px;
}

.header-right{
    float: right;
    /* display: inline-block; */
}

.headerSearch{
    max-width: 1180px;
}

.header-right>ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

.header-right>ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 3px;
}

.m-team-icons{
    display: inline-block;
    list-style: none;
}

.m-social-icons {
    background: #262626;
}
.headerIcons>ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}
.headerIcons>ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 3px;
}

.headerIcons{
    float:right;
}

.main_nav {
    display: inline-block;
    position: relative;
    float: right;
    z-index: 500;
    height: 40px;
    margin: 0;
    padding: 0;
}
.main_nav ul {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 5px 0 30px 0;
    list-style: none;
    color: #4f4f4f;
    text-decoration: none;
    font: normal 15px/160% "expert_sans",sans-serif;
}
.main_nav ul li {
    position: relative;
    display: block;
    float: left;
    height: 80px;
    margin: 0;
    text-decoration: none;
    padding: 0 19px;
}
.main_nav a, .main_nav a:visited {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: left;
    position: relative;
    font-family: "BrooklynSport",tahoma,sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding-top: 35px;
}

@media screen and (min-width: 1025px){
.m-select-dropdown__properties {
    float: right;
    margin-left: 1px;
}
}

@media screen and (min-width: 1170px){
    .headerSearch{
    padding: 0 15px 0 130px;
}
}
@media screen and (min-width: 990px) {
    .headerSearch {
        padding: 0 10px;
    }
}

.m-select-dropdown__properties {
    font: 500 11px/43px "BrooklynSport",tahoma,sans-serif;
    text-transform: uppercase;
    padding: 0 65px 0 15px;
    display: block;
    cursor: pointer;
    letter-spacing: 0.15em;
    overflow: hidden;
    color: #fff;
    height: 40px;
    background: #262626;
}
.m-select-dropdown__properties span:hover{
color:#FFC72A;
}

.m-team-icons__title {
    color: #6a6a6a;
    font: 600 11px/40px "BrooklynSport",tahoma,sans-serif;
    text-transform: uppercase;
}

.m-team-icon__linets a:hover, .m-team-icon__linets a:visited:hover {
    background-image: url(../images/logo-linets-color.png);
}
.m-team-icon__linets a, .m-team-icon__linets a:visited {
    background: transparent url(../images/logo-linets-gray.png) center center no-repeat;
    background-size: 33px 32px;
}
.m-team-icon a, .m-team-icon a:visited {
    width: 33px;
    height: 40px;
    display: block;
}

.m-social-icons svg path {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    fill: #4f4f4f;
}

.m-social-icons li svg path:hover {
    fill: #FFC72A;
}

.m-social-icons svg {
    height: 100%;
}

.sponsors {
    background: white;
    height: 110px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 20px;
}

.sponsors .sponsors_left {
    float: left;
    width: calc(100% - 330px);
    position: relative;
}

.sponsors .sponsors_right {
    float: right;
    width: 330px;
    position: relative;
}

.owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.owl-carousel .owl-item {
    float: left;
}

.sponsors .sponsor_item {
    width: 80px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
}

.l-footer__left {
    float: left;
    width: 235px;
    background-color: #FFF;
    padding-left: 15px;
    min-height: 453px;
}

.footer .logo {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
}

.footer .logo span, .footer .logo a, .footer .logo a:visited {
    text-indent: -5000px;
    height: 100%;
    background-size: 209px 98px;
    background-position: 5px center;
    display: block;
    /* background: transparent url("images/logoBalck.svg") 25px center no-repeat; */
    background-image: url(images/logoBalck.svg);
    background-repeat: no-repeat
}

@media screen and (min-width: 1170px){
.m-venue-info .venue-info {
    padding-bottom: 15px;
}
}
.m-venue-info .venue-info {
    padding-right: 35px;
}

.column {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.m-venue-info .venue-info address.m-address {
    float: left;
    background: transparent url(../images/icon-location.svg) 8px top no-repeat;
}
.m-venue-info .venue-info address {
    font: 500 15px/120% "BrooklynSport",tahoma,sans-serif;
    letter-spacing: 0.025em;
    padding-left: 35px;
    margin-bottom: 15px;
}

address , tr td {
    margin: 0 0 30px;
    padding: 0;
    color: #4f4f4f;
    font: normal 15px/160% "expert_sans",sans-serif;
}

.global-footer p{
    margin: 0 0 30px;
    padding: 0;
    color: #4f4f4f;
    font: normal 15px/160% "expert_sans",sans-serif;
}

.m-venue-info .venue-info address.m-phone {
    float: left;
    background: transparent url(../images/icon-phone.svg) 8px top no-repeat;
    min-height: 25px;
    line-height: 22px;
    margin-top: 10px;
}

.m-social-icons-footer {
    padding-left: 8px;
}

.m-social-icons-footer h4 {
    font-size: 13px;
    color: #4f4f4f;
    margin-bottom: 15px;
    letter-spacing: 0.07em;
    font-weight: bold;
}

.m-social-icons-footer h4, .m-module-entry__teaser h2, .m-module-entry__teaser h3, .m-module-entry__teaser h4, .m-module-entry__teaser h5, .m-module-entry__teaser h6, .faq dt p, .m-social-icons-footer h5, .m-social-icons-footer .h5, .m-social-icons-footer h6, .h6 {
    position:relative;
    margin: 0;
    padding: 0;
    color: #262626;
    font: 600 16px/150% "BrooklynSport",tahoma,sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.m-social-icons-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul, ol {
    margin: 0;
    padding: 5px 0 30px 0;
    list-style: none;
    color: #4f4f4f;
    font: normal 15px/160% "expert_sans",sans-serif;
}

.m-social-icons-footer li {
    float: left;
    margin: 0;
    padding: 0;
}

.l-footer__right {
    float: left;
    width: 909px;
    border-left: 1px solid #e4e4e4;
    padding: 60px 0 40px 40px;
    background-color: #FFF;
}

.l-footer__right ul li a{
    text-decoration: none;
}

.m-social-icons-footer a, .m-social-icons-footer a:visited {
    display: block;
    padding: 0 26px 0 0;
}

.m-select-dropdown__properties:after {
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    background: transparent url(../images/arrow-down-white.svg) center center no-repeat;
    width: 11px;
    height: 35%;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.main_nav>ul>li:hover>a, .main_nav>ul>li>a.active {
    color: #FFC72A;
    padding-bottom: 6px;
    border-bottom: 2px solid #FFC72A;
}

.footer .nav-desktop {
    width: 100%;
    position: relative;
    z-index: 99;
    float: left;
}

.sponsors .sponsor_item img {
    max-width: 100%;
    position: relative;
    top: 50%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.sponsors .sponsor_item img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

@media screen and (min-width: 1170px){
.footer .nav-desktop {
    padding: 0 0 40px;
    display: block;
}
}

@media screen and (min-width: 1170px){
.footer .nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
}

@media screen and (min-width: 1170px){
.footer .nav-desktop ul li {
    margin: 0;
    width: calc(100% / 5);
    float: left;
}
}
.footer .nav-desktop ul li {
    padding: 0;
}



.footer .nav-desktop ul .parent-page a, .footer .nav-desktop ul .parent-page a:visited {
    color: #4f4f4f;
    text-transform: uppercase;
    font: 700 15px/120% "BrooklynSport",tahoma,sans-serif;
    letter-spacing: 0.08em;
    margin-bottom: 11px;
    padding: 0;
    height: 36px;
}
.footer .nav-desktop ul a, .footer .nav-desktop ul a:visited {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 128%;
    padding: 6px 0;
}

.footer .nav-desktop ul a:hover, .footer .nav-desktop ul a.active, .footer .nav-desktop ul a:visited:hover, .footer .nav-desktop ul a:visited.active {
    text-decoration: none;
    color: #FFC72A;
}

@media screen and (min-width: 1170px){
.footer .nav-desktop ul li>span, .footer .nav-desktop ul li a {
    display: block;
}
}

.global-footer p {
    width: 100%;
    max-width: 1170px;
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 15px 0 0;
    font-size: 12px;
}
.global-footer a{
    color:#4f4f4f;
}

.global-footer a:hover{
    color:#FFC72A;
}

.global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    position: relative;
    display: block;
    float: right;
    margin: 0;
    color: #4f4f4f;
    font-family: 'helvetica';
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0;
}
.global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
    color: #4f4f4f;
}

.global-footer a#carbonhouse span.house, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.house {
    color: #4f4f4f;
}

.global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}


.global-footer p a, .global-footer p a:visited {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    text-decoration: none;
}
/*
a, a:visited {
    color: black;
    border: none;
    outline: none;
    text-decoration: none;
}

a {
    background: transparent;
} */

.global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:visited:hover {
    color: #FFC72A;
    text-decoration: none;
}

.global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:visited:hover span {
    color: #FFC72A;
}

.clearfix {
    zoom: 1;
}

.m-social-icons-footer a:hover, .m-social-icons-footer a:focus, .m-social-icons-footer a:visited:hover, .m-social-icons-footer a:visited:focus {
    color: #FFC72A;
}

.m-social-icons-footer a:hover svg path, .m-social-icons-footer a:visited:hover svg path {
    fill: #FFC72A;
}

.clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
}

#Shell_Header div #bphf-top {
    margin-bottom: 30px !important;
}

.navbar-default li a:hover, .navbar-default li a:focus {
    border: 1px solid rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 0px #dedede inset;
    box-shadow: 0px 1px 0px #dedede inset;
    text-decoration: none;
    text-shadow: rgba(0,0,0,0.3) -1px -1px 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPÃ¢â‚¬Â¦B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fcfdff),color-stop(3%,#fdc111),color-stop(24%,#fdc111),color-stop(30%,#f9bd0f),color-stop(38%,#f1b612),color-stop(68%,#c39013),color-stop(92%,#976a17),color-stop(97%,#8f6114),color-stop(100%,#8a5e17));
    background-image: -moz-linear-gradient(top,#fcfdff 0%,#fdc111 3%,#fdc111 24%,#f9bd0f 30%,#f1b612 38%,#c39013 68%,#976a17 92%,#8f6114 97%,#8a5e17 100%);
    background-image: -webkit-linear-gradient(top,#fcfdff 0%,#fdc111 3%,#fdc111 24%,#f9bd0f 30%,#f1b612 38%,#c39013 68%,#976a17 92%,#8f6114 97%,#8a5e17 100%);
    background-image: linear-gradient(to bottom,#fcfdff 0%,#fdc111 3%,#fdc111 24%,#f9bd0f 30%,#f1b612 38%,#c39013 68%,#976a17 92%,#8f6114 97%,#8a5e17 100%;
    }


