#header-blocks-new {
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 720px;
}

div.headerAddres {
    width: 290px;
    float: left;
    height: 50px;
    margin: 0 auto;
}

div.headerAddres p {
    font-size: 13px;
    color: #acacac;
    line-height: 23px;
}

div.socialButton-new {
    position: relative;
    width: 150px;
    float: left;
    left: 65px;
    height: 50px;
    margin: 0 auto;
}

.socialButton-new a {
    float: left;
    width: 25%;
    min-width: 33px;
    min-height: 33px;
    text-align: center;
}

div.socialButton-new a img {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

div.headerTelephone-new {
    text-align: right;
    right: 5px;
    height: 50px;
    margin: 0 auto;
}

.phone_new {
    width: auto;
    display: table;
    float: right;
	    margin-right: 20px;
}

.phone_new  a {
    font-size: 16px;
    font-weight: bold;
	text-decoration: none;
    color: #acacac;
}

.phone_new  a  span{
	color: #9c9c9c;
}

.call-head-new {
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    text-transform: lowercase;
    display: table;
    margin: 5px auto;
}

.call-head-new a{
	color:#4d5154;
	text-decoration:none;
}

.avatar {
    position: absolute;
    right: 15px;
    top: 10px;
}

.avatar img {
    border-radius: 50px;	
}

@media (max-width: 1250px){
    .avatar {
    position: absolute;
    right: 0px;
    top: 10px;
    }
    .avatar img {
        width:50px;
    }
}


@media (max-width: 1120px){
.text_box {
    width: 96% !important;
    display:table;
}
.contentt {
    width: 100%;
}
.avatar {
    top:0;
}
.avatar img {
    width:30px;
}
.socialButtonAndTelephone-new {
    width: 100% !important;
    margin-top: 15px;
}
.socialButton-new a {
    padding: 0 !important;
    margin: 0 !important;
    width: 20% !important;
}
.socialButton-new img {
    width: 100% !important;
    height: auto !important;
    margin: 0 2%;
    max-width:33px;
}
.socialButton-new {
    width: 25% !important;
    float: left !important;
    margin: 0px 0 0 15%!important;
    left:0 !important;
}
.headerTelephone-new {
    position: relative !important;
    float: right !important;
    width: 25% !important;
}
.headerAddres {
    position:relative !important;
    float: left !important;
    width: 35% !important;
}
.headerAddres p {
    font-size: 11px !important;
}
div#branding img {
    width: 100% !important;
    height: auto !important;
    min-width: 190px;
    max-width: 224px;
}
div#branding {
    width: 25% !important;
    margin-top: 5px;
}
}
@media (max-width: 980px){
    #header-blocks-new {
            width:70%;
    } 
    .headerAddres {
        width:240px !important;
    }
    .socialButton-new {
        margin-left:2% !important;
    }
    .socialButton-new {
        width:140px !important;
    }
    .headerTelephone-new a {
        font-size: 15px !important;
      
}

@media (max-width: 768px){
div#branding {
    width: 25% !important;
    margin: 0 auto;
    float: none;
    display: table;
}
#header-blocks {
    width: 100% !important;
    margin-bottom: 20px;
}
#header-blocks-new {
    width: 100%;
}
.socialButton-new img {
    width: 100% !important;
    height: auto !important;
    margin: 0px auto;
    min-width: 37px;
    max-width: 37px;
}
.headerTelephone-new {
    margin: 0 auto !important;
    clear:both !important;
    float:none !important;
    width:150px !important
}
.headerAddres {
    width: 240px !important;
    margin: 0 auto !important;
    clear:both !important;
    float:none !important;
    text-align:center;
}
.avatar {
    top:15px;
    right:15px;
}
.avatar img {
    width:70px;
}
.socialButton-new a {
    width: 25% !important;
}
.socialButton-new a.logout {
    margin: 0px 4% !important;
}
    
.socialButton-new {
    width: 200px !important;
    margin: 0 auto !important;
    clear:both !important;
    float:none !important;
    text-align:center;
}
}
