﻿.head-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.head-accblty {
    background-color: #131222;
    padding: 8px 0;
    font-size: 14px
}

.head-menubar {
    height: 30px;
    line-height: 27px;
    background-color: #00446d;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #146eaa;
}

.head-titlePan {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.head-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.head-row {
    margin-right: -15px;
    margin-left: -15px;
    display:inline-block;
}


.head-text1 {
    display: block;
    font-weight: bold;
    line-height: 1.5;
    color: #212529;
}
.head-text2 {
    display: block;
    font-weight: bold;
    line-height: 1.5;
    color: #212529;
}
.head-text3 {
    display: block;
    font-weight: bold;
    line-height: 1.5;
    color: #212529;
}



@media only screen and (max-width:360px) {
    .head-text-large {
        display: none;
        color: black;
        text-align: center
    }

    .head-text-small {
        display: block;
        color: black;
        text-align: center
    }
    .head-img {
        height: 50px;
    }
    .head-header{
        height:200px;
    }
}

@media only screen and (min-width:361px)and (max-width:640px) {
    .head-text-large {
        display: none;
        color: black;
        text-align: center
    }

    .head-text-small {
        display: block;
        color: black;
        text-align: center
    }
    .head-img {
        height: 50px;
    }
    .head-header {
        height: 200px;
    }
}

@media only screen and (min-width:641px) and (max-width:1024px) {
    .head-text-large {
        display: inline-block;
        color: black;
        text-align: center
    }

    .head-text-small {
        display: none;
        color: black;
        text-align: center
    }
    .head-img {
        height: 60px;
    }
    .head-header {
        height: 150px;
    }
}

@media (min-width:1025px) {
    .head-text-large {
        display: inline-block;
        color: black;
        text-align: center
    }

    .head-text-small {
        display: none;
        color: black;
        text-align: center
    }
    .head-img {
        height: 60px;
    }
    .head-header {
        height: 150px;
    }
}

 