﻿.header-courtesy {
    height: 26px;
    background-color: #525252;
    color: #939393;
    font-size: 10px;
    font-family: 'Interstate Light';
}

.header-courtesy a {
    font-family: 'Interstate Light';
}

.header-courtesy-social {
    float: right;
    margin-top: 1px;
}

.header-courtesy-social ul {
    list-style: none;
    list-style-type: none;
}

.header-courtesy-social ul li {
    float: left;
    margin-left: 15px;
    height: 15px;
    cursor: pointer;
}

.header-courtesy-social-twitter {
    background-image: url('/media/images/menu-footer-2015/header_twitter.png');
    background-repeat: no-repeat;
    width: 16px;
    margin-top: 5px;
}

.header-courtesy-social-twitter:hover {
    background-image: url('/media/images/menu-footer-2015/header_twitter_hl.png');
}

.header-courtesy-social-instagram {
    background-image: url('/media/images/menu-footer-2015/header_instagram.png');
    background-repeat: no-repeat;
    width: 14px;
    margin-top: 5px;
}

.header-courtesy-social-instagram:hover {
    background-image: url('/media/images/menu-footer-2015/header_instagram_hl.png');
}

.header-courtesy-social-facebook {
    background-image: url('/media/images/menu-footer-2015/header_facebook.png');
    background-repeat: no-repeat;
    width: 7px;
    margin-top: 5px;
}

.header-courtesy-social-facebook:hover {
    background-image: url('/media/images/menu-footer-2015/header_facebook_hl.png');
}

.header-courtesy-login-container, .header-courtesy-loggedin-container {
    float: right;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 0px;
    border-right: 1px solid #7B7979;
    border-left: 1px solid #7B7979;
    font-size: 12px;
    font-family: 'Interstate';
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.header-courtesy-loggedin-container .header-courtesy-login-links-container {
    display: none;
}

.header-courtesy-loggedin-container:hover {
    background-color: #fff;
}

.header-courtesy-loggedin-container:hover a.login {
    color: black;
}

.header-courtesy-loggedin-container:hover .header-courtesy-login-links-container {
    display: block;
    background-color: #fff;
    -moz-box-shadow: -3px 3px 3px 0px #dedede;
    -webkit-box-shadow: -3px 3px 3px 0px #dedede;
    box-shadow: -3px 3px 3px 0px #dedede;
    margin-left: -11px;
    margin-right: -50px;
    padding: 0px 5px 10px 10px;
    border-bottom: solid 1px #C8C8C8;
    border-left: solid 1px #C8C8C8;
    width: 450px;
}

.header-courtesy-login, .header-courtesy-loggedin {
    float: right;
    line-height: 26px;
}

.header-courtesy-loggedin a.login {
    display: block;
    min-width: 75px;
}

.header-courtesy-loggedin a.login, .header-courtesy-login a.login {
    font-family: 'Interstate';
    font-weight: bold;
}

.header-courtesy-login a, .header-courtesy-loggedin a {
    color: #939393;
    text-decoration: none;
}

.header-courtesy-login a:hover, .header-courtesy-loggedin a:hover {
    color: #fff;
    text-decoration: none;
}

.header-courtesy-login-links-container {
    position: absolute;
}

.header-courtesy-login-links-container ul {
    list-style-type: none;
    padding: 5px 0px 0px 0px;
    text-align: left;
}

.header-courtesy-login-links-container ul li a {
    font-size: 12px;
    line-height: 16px;
    color: #525252;
    font-family: 'Interstate Light';
    text-decoration: none;
    font-weight: normal;
}

.header-courtesy-login-links-container ul li a:hover {
    color: #24ABE2;
}

.login-active {
    background-color: #fff;
}

.login-active a.login {
    color: black;
}

.header-courtesy-search-icon-container {
    float: right;
    width: 34px;
    height: 100%;
}

.header-courtesy-search-icon-container.active {
    background-color: #D5D5D5;
}

.header-courtesy-search-icon {
    /*float: right;*/
    background-image: url('/media/images/menu-footer-2015/search.png');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin-top: 7px;
    /*margin-right: 10px;*/
    margin-left: 10px;
    cursor: pointer;
}

.header-courtesy-search-icon:hover {
    text-decoration: none;
    color: #fff;
    background-image: url('/media/images/menu-footer-2015/search_hl.png');
}

.header-courtesy-search {
    float: right;
    padding: 0px 10px 0px 0px;
    background-color: #D5D5D5;
    height: 26px;
    color: #fff;
}

.header-courtesy-search input {
    background-color: #d5d5d5;
    border: none;
    color: #939393;
    /*margin-left: 5px;*/
    font-size: 12px;
    font-family: 'Interstate';
    font-weight: bold;
    margin-top: 4px;
}

.header-courtesy-search input::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Interstate';
    font-weight: bold;
}

.header-courtesy-search input:-moz-placeholder { /* Firefox 18- */
    color: #fff; 
    font-family: 'Interstate';
    font-weight: bold; 
}

.header-courtesy-search input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff; 
    font-family: 'Interstate';
    font-weight: bold; 
}

.header-courtesy-search input:-ms-input-placeholder {  
    color: #fff; 
    font-family: 'Interstate';
    font-weight: bold;
}

.header-courtesy-search-cancel-container {
    float: right;
    padding-right: 10px;
    background-color: #D5D5D5;
    height: 26px;
}

.header-courtesy-search-cancel {
    background-image: url('/media/images/menu-footer-2015/close.png');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin-top: 7px;
    cursor: pointer;
}
.header-courtesy-search-cancel:hover{background-image: url('/media/images/menu-footer-2015/close_hl.png');}
.header-main {
    height: 100px;
    background-color: #fff;
    font-size: 14px;
    color: #525252;
    font-family: 'Interstate Black';
}
/*old id = header-main*/
.header-logo {
    float: left;
}

.nav-main {
    z-index: 500;
}

.nav-main ul {
    list-style: none;
    list-style-type: none;
}

.nav-main ul li.menu-item {
    float: left;
    margin-left: 40px;
}

.nav-main ul li.background {
    float: left;
}

.nav-main ul li a {
    font-size: 14px;
    color: #525252;
    font-family: 'Interstate Black';
    line-height: 100px;
    text-decoration: none;
}

.nav-main ul li:hover > a {
    color: #24ABE2;
}

#menu-main {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.nav-main ul li div.menu-overlay {
    /*display: none;*/
    background: -webkit-linear-gradient(rgba(0,0,0,0.95), rgba(0,0,0,0.15)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.95), rgba(0,0,0,0.15)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.95), rgba(0,0,0,0.15)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.95), rgba(0,0,0,0.15)); /* Standard syntax (must be last) */
    position: fixed;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -25;
    visibility:hidden;
    opacity:0;
    -webkit-transition: visibility 0.2s linear, opacity 0.5s linear;
    -moz-transition: visibility 0.2s linear, opacity 0.5s linear;
    -o-transition: visibility 0.2s linear, opacity 0.5s linear;
    transition: visibility 0.2s linear, opacity 0.5s linear;
}

div.menu {
    /*display: none;*/

}

.nav-main ul li div.menu {
    /*display: none;*/
    /*z-index: -1200;*/
    
}

.nav-main ul li div.menu img.down-arrow {
    display: none;
    position: absolute;
    top: 0px;
}

.nav-main ul li div.menu {
    position: absolute;
    top: 126px;
    /*margin-top: 40px;*/
    z-index: -1200;
    visibility:hidden;
   /* -webkit-transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    transition: top 0.3s linear;*/
}

.nav-main ul li div.menu ul {
    margin-top: 40px;
    overflow:hidden;
    max-height:0;
    opacity: 0;
    -webkit-transition:max-height 0.5s ease-out, opacity 0.4s linear;
    -moz-transition:max-height 0.5s ease-out, opacity 0.4s linear;
    -o-transition:max-height 0.5s ease-out, opacity 0.4s linear;
    transition:max-height 0.5s ease-out, opacity 0.4s linear;
}

.nav-main ul li.menu-item:hover ~ li div.menu-overlay {
    /*display: block;*/
    visibility:visible;
    opacity: 1;
    z-index: -25;
    /*background-color: rgba(0,0,0,0.85);*/
    
    -webkit-transition: visibility 0.5s linear, opacity 0.4s linear;
    -moz-transition: visibility 0.5s linear, opacity 0.4s linear;
    -o-transition: visibility 0.5s linear, opacity 0.4s linear;
    transition: visibility 0.5s linear, opacity 0.4s linear;
}

.nav-main ul li.menu-item:hover div.menu img.down-arrow {
    display: block;
}

.nav-main ul li.menu-item:hover div.menu ul li img {
    display: inline;
}

.nav-main ul li.menu-item:hover div.menu {
    display: block;
    z-index: -5;
}

.nav-main ul li.menu-item:hover div.menu {
    /*top: 126px;*/
    z-index: -1;
    visibility:visible;
}

.nav-main ul li:hover div.menu ul {
    max-height:500px;
    opacity: 1;
}

.nav-main ul li.menu-item:hover div.menu ul {
    z-index: -1;
    /*opacity: 1;*/
}

.nav-main ul li.menu-item ul li {
    float: none;
    margin-left: 0px;
}

.nav-main ul li ul li a {
    font-size: 20px;
    line-height: 36px;
    font-family: 'Interstate Light';
    color: #fff;
}

.footer-container {
    background-color: #fff;
    height: 90px;
    padding: 20px 20px 0px 20px;
}

.footer-container a {
    text-decoration: none;
}

.footer-container a:hover {
    color: #24ABE2;
}

.footer-container-left {
    float: left;
    width: 60%;
}

.footer-container-left-main {
    font-size: 14px;
    font-family: ' Georgia';
    font-style: italic;
    color: #000;
    line-height: 26px;
}

.footer-container-left-secondary, .footer-container-left-secondary a {
    font-size: 11px;
    font-family: ' Georgia';
    color: #7B7979;
}

.footer-container-right {
    float: right;
    width: 37%;
    font-size: 11px;
    font-family: 'Interstate Light';
    color: #7B7979;
    text-align: right;
}

.footer-container-right-sponsor {
    float: right;
    margin-right: 20px;
    line-height: 26px;
}

.footer-container-right-sponsor-img {
    float: right;
    /*margin-right: 40px;*/
    line-height: 26px;
    padding-top: 5px;
}

.footer-container-right-social {
    float: right;
    line-height: 26px;
}

.footer-container-right-social ul {
    list-style: none;
    list-style-type: none;
}

.footer-container-right-social ul li {
    float: left;
    margin-left: 10px;
    width: 12px;
    height: 15px;
    cursor: pointer;
}

.footer-container-right-social-twitter {
    background-image: url('/media/images/menu-footer-2015/twitter.gif');
    background-repeat: no-repeat;
    margin-top: 9px;
}

.footer-container-right-social-twitter:hover {
    background-image: url('/media/images/menu-footer-2015/twitter-blue.gif');
}

.footer-container-right-social-instagram {
    background-image: url('/media/images/menu-footer-2015/instagram.gif');
    background-repeat: no-repeat;
    margin-top: 8px;
}

.footer-container-right-social-instagram:hover {
    background-image: url('/media/images/menu-footer-2015/instagram-blue.gif');
}

.footer-container-right-social-facebook {
    background-image: url('/media/images/menu-footer-2015/facebook.gif');
    background-repeat: no-repeat;
    margin-top: 5px;
}

.footer-container-right-social-facebook:hover {
    background-image: url('/media/images/menu-footer-2015/facebook-blue.gif');
}

.footer-container-right-social-linkedin {
    background-image: url('/media/images/menu-footer-2015/linkedin.gif');
    background-repeat: no-repeat;
    margin-top: 8px;
}

.footer-container-right-social-linkedin:hover {
    background-image: url('/media/images/menu-footer-2015/linkedin-blue.gif');
}

.header-logo-small {
    display: none;
}
/*@media screen and (max-width: 950px) {
    .header-logo {
        display: none;
    }
    .header-logo-small {
    display: block;
     float: left;
    }
}*/
@media screen and (max-width: 770px) {
    .header-logo {
        display: none;
    }

    .header-logo-small {
        display: block;
        float: left;
    }

   /* .nav-main ul li.menu-item {
        margin-left: 40px;
    }*/
}

@media screen and (min-width: 1030px) {
	
    .nav-main ul li.menu-item {
        margin-left: 50px;
    }
}

@media screen and (min-width: 1200px) {
	
   #menu-main {
        width: 750px;
    }
}

