﻿/* =Header
-------------------------------------------------------------- */
header {
    width: 100%;
    height: 115px;/*185px;*/
    /*overflow: hidden;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #222;
    /*-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;*/
}

header h1#logo {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/**/
header img {
    /*height: 60px;*/
    /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}

@media (min-width: 768px) {
    .header-logo { margin-top: 10px; }
}

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

header nav a {
    line-height: 150px;
    margin-left: 20px;
    color: #9fdbfc;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover {
    color: white;
}
    */

@media (min-width: 768px) {
	header.smaller {
		height: 75px;
	}

	header.smaller .header-logo {
		margin-top: 5px;
		height: 60px;
		/*-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;*/
		transform: scale(0.9);
	}

	header.smaller #header-navbar-nav-bottom-lg {
		margin-top: 10px;
	}

	header .secondary-menu { display: block; }
	header.smaller .secondary-menu { display: none; }

	header.smaller .primary-menu { margin-top: -60px; }

	header.smaller h1#logo {
		width: 150px;
		height: 75px;
		line-height: 75px;
		font-size: 30px;
	}

	header.smaller nav a {
		line-height: 75px;
	}
}

/*#txtSiteSearch {
    width: 0;
}
#txtSiteSearch:focus {
    width: 100%;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}*/

.lr-left, .lr-right { display: inline-block!important; }
.lr-left { padding-right: 5px!important; }
.lr-right { padding-left: 5px!important; }
.d-img { margin-top: 3px; margin-right: -8px; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (min-width: 768px) {
    /* =Header
    -------------------------------------------------------------- */
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }

    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }

    header nav a {
        line-height: 50px;
        margin: 0 10px;
    }

    header.smaller {
        height: 75px;
    }

    header.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }

    header.smaller nav {
        height: 35px;
    }

    header.smaller nav a {
        line-height: 35px;
    }
}