header.main-header {
    position: relative;
    top: auto;
    left: auto;
    background-color: #ffffff;
}

header.main-header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.vc-container.vc-sticky {
    padding-top: 65px;
}


#phonnumber {
    position: absolute;
    width: 100%;
}

.phone-container {
    position: relative;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    text-align: right;
}

.phone-container a {
    background: url("../img/patch_BGR.png") no-repeat top left;
    background-size: 100% 100%;
    color: #ffffff;
    font-family: 'Roboto Slab';
    letter-spacing: 1px;
    padding: 2px 10px 4px 10px;
    margin-top: 5px;
    margin-right: 5px;
}
.phone-container a:after{
    display: none;
  
}
.phone-container a:hover {
    /*background-color: #424242;*/
    color: #ffffff;
  
}

.sticky-menu-container {
    position: absolute;
    background-color: transparent;
    /*top: 209px;*/
    right: 10px;
    bottom: 20px;
    /*z-index: 9999;*/
    z-index: 100;
}

.sticky-menu-container.vc-sticky {
    position: fixed;
    /*top: 67px;*/
    /*top: 100px;*/
    top: 136px;
}

.sticky-menu-container a {
    display: block;
    text-align: center;
    padding: 16px;
    color: rgb(214, 214, 214);
    /*font-size: 20px; */
}

.sticky-menu-container a:hover {
    
}


@media (max-width:767px){
    .phone-container {
        width: 100%;
    }
    .sticky-menu-container {
        /*top: 307px;*/
        top: 25px;
    }
}


@media (min-width:768px) and (max-width:991px){
    .phone-container {
        width: 750px;
    }
    .sticky-menu-container {
        /*top: 167px;*/
        /*top: 200px;*/
    }
}


@media (min-width:992px) and (max-width:1199px){
    .sticky-menu-container {
        /*top: 220px;*/
        /*top: 145px;*/
    }
}

@media (min-width:1200px){
    .phone-container {
        width: 1170px;
    }
    
    .sticky-menu-container {
        /*top: 240px;*/
    }
    
}
.thrustyou {
  float: right;
  }


