/* Contact & Social networks topbar */
/*-----------------------------------------------------*/
#header-contact {
    background-color: #000;
}
ul.social-network, ul.contact-details {
    border:none;
    margin:0;
    padding:0;
}
ul.social-network li, ul.contact-details li {
    border:none;
    margin:0;
}
ul.social-network li i, ul.contact-details li i {
    margin:0;
}
ul.social-network li i, ul.contact-details li a {
    color: #fff;
}
ul.contact-details li {
    /*display:inline;*/
    margin: 0 5px;
    border: 0 solid #000;
    padding: 5px 0 0;
    /*width: 32px;*/
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #fff;
}
ul.contact-details {
    list-style: none;
    margin: 5px 0 10px 5px;
    float: left;
}

ul.contact-details li a {
    border: 0 solid #000;
    color: #fff;
}

ul.social-network li {
    /*display:inline;*/
    /*margin: 0 5px;*/
    border: 0 solid #000;
    padding: 0 0 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #fff;
}

ul.social-network li a {
    border: 0px solid #2D2D2D;
    color: #000;
}

ul.social-network {
    list-style: none;
    margin: 5px 0 10px -25px;
    float: right;
}

/* Header buttons band */
/*-----------------------------------------------------*/
#header_top_buttons {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    /*border: 1px solid red;*/
}
#header_buttons_contblog
{
    flex-direction: column;
}

.header-button a {
    color: #000;
    text-decoration: none;
}

.header-button a:hover {
    color: #fff;
}

#header-agent {
    line-height: 1;  
    color: #000;
}
#header-agent:hover {
    color: #fff;
}
#header-dashboard{

}
.slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5px 0;
}
.slider{
    height: 25px;
    overflow: hidden;
}
.slider div {
    height: 25px;
    margin-bottom: 0;
    padding: 0 0 0 0;
    text-align: center;
    box-sizing: border-box;
}
.slider-text1 {
    animation: slide 5s linear infinite;
}
.slider-text2 {
}
.slider-text3 {
}
@keyframes slide {
    0% {margin-top:-80px;}/* slider and slider div height plus margin bottom 3 times*/
    5% {margin-top:-55px;}/* slider and slider div height plus margin bottom 2 times*/
    33% {margin-top:-55px;}/* slider and slider div height plus margin bottom 2 times*/
    38% {margin-top:-30px;}/* slider and slider div height plus margin bottom */
    66% {margin-top:-30px;}/* slider and slider div height plus margin bottom */
    71% {margin-top:-5px;}
    100% {margin-top:-5px;}
}

#mobile-buttons
{
    display: flex;
    flex-flow: column;
    max-width: 270px;
    margin: 0 auto 25px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .not-mobile
    {
        display: none !important;
    }
    .header-button {
        min-width: 270px;
        max-width: 270px;
        padding: .25rem;
        margin-bottom: 15px;
    }
    .header-button > a 
    {
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #mobile-buttons
    {
        display: none;
        margin-bottom: 30px;
    }
    #header_buttons_contblog
    {
        flex-direction: row;
    }
    .header-button {
        box-sizing: border-box;
        padding: 5px 10px;
        text-align: center;
        font-size: 1.0rem;
        border-radius: 10px;
        line-height: 1;
    }
}

/* Special size */
@media (min-width: 900px) {
    #header_top_buttons {
        flex-direction: row;
        justify-content: space-between;
        /*border: 1px solid green;*/
    }
    .header-button {
        font-size: 1.25rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}