#header {    
    height: 100px;
    margin: 0px 0px 20px 0px;
}

#logo {
    color: #2b2b36;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #000;
    -webkit-text-shadow: 0px 0px 0px #000;
    -moz-text-shadow: 0px 0px 0px #000;
    width: 380px;
}
#logo-img {
    display: inline-block;
    height: 64px;
    margin-right: 15px;    
    vertical-align: top;
    width: 37px;
}
#logo-title {
    display: inline-block;
    font-size: 52px;
    margin: 18px 0px 0px 0px;
    vertical-align: bottom;
}
#logo-slogan {
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    margin: 5px 0px 0px 173px
}

.header-right {
    display: block;
    float: right;
    margin: 40px 0px 0px 0px;
}
.social {
    color: #2b2b36;
    display: inline-block;
    margin-right: 30px;
    margin-top: 5px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #000;
    -webkit-text-shadow: 0px 0px 0px #000;
    -moz-text-shadow: 0px 0px 0px #000;
    vertical-align: top;            
}
.social > a {
    background-position: center -2px !important;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    height: 32px;
    margin: 0 5px;
    transition: background-position 0.3s ease-in 0s;
    width: 32px;
}
.social > a:hover {
    background-position: center -38px !important;
}

.contacts {
    display: inline-block;
    text-align: right;
    vertical-align: top;
}
.phone {
    font-size: 36px;
    font-weight: 500;
    margin: 5px 0px 15px 0px;
}
.callme {
    padding: 5px 0 5px 35px;    
}
.callme:hover {    
    text-decoration: none;
}
.callme .decor {
    font-size: 18px;
    font-weight: 500;   
}