header{
    border-bottom: 2px solid #d0d0d0;
}
.head {
    background: #000000;
    height: 40px;
    color: #fff;
}
.social {
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px;
}
.search {
    position: relative;
    padding: 0 10px;
}
.search input[type="text"] {
    background-color: #343434;
    font-size: 1.2em;
    font-weight: 300;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    border-color: rgb( 97, 97, 98);
    border-radius: 2px;
    width: 220px;
    height: 25px;
    padding: 3px 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search input[type="submit"] {
    height: 24px;
    width: 24px;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -205px 0px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    width: 30px;
    cursor: pointer;
    background-color: transparent;
    margin-left: -30px;
}
.nav{
    height: 50px;
}
nav a{
    padding: 0px 7px 0px 7px;
    font-size: 1.3em;
    text-decoration: none;
    color: #3e3e3e;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav a.active, nav a:hover{
    color: #0AA9EE;
}
nav a.active{
    font-weight: 600;
}