.linkhome{
    float: left;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    padding: 5px;
    max-width: 140px;
    min-height: 170px;
    min-width: 140px;
    margin: 5px;
    font-weight: bold;
    text-transform: capitalize;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.linkhome img{ max-width: 100px; margin-bottom: 10px !important; margin-top: 5px !important; max-height: 100px;}

.linkhomered{ background: #e65713;}
.linkhomered:hover{background: #ce3a12;}

.linkhomeBordeaus{ background: #f72c11;}
.linkhomeBordeaus:hover{background: #e91f05;}

.linkhomeYallow{ background: #f7b111;}
.linkhomeYallow:hover{background: #e6a104;}

.linkhomeGreen{ background: #24e604;}
.linkhomeGreen:hover{background: #1bbc01;}

.linkhomewater{ background: #1abc9c;}
.linkhomewater:hover{background: #16a085;}

.linkhomeblue{ background: #3498db;}
.linkhomeblue:hover{background: #2980b9;}

.linkhomeorange{ background: #39cac7;}
.linkhomeorange:hover{background: #0bb9b7;}

.linkhomedarkblue{ background: #34495e;}
.linkhomedarkblue:hover{background: #2c3e50;}

.linkhomeviolet{ background: #0089cf;}
.linkhomeviolet:hover{background: #0076b2;}

.linkhomegray{ background: #00486d;}
.linkhomegray:hover{background: #00334d;}

.wellcome{
    text-align: right;
    margin-right: 110px;
    margin-top: 0px;
    padding-top: 75px;
    color: #fff;
    float: right;
}

.wellcome input{
    border: none;
    font-size: 10px !important;
    border-radius: 5px;
    width: 60px;
    height: 25px !important;
    background: #e74c3c !important;
    color: #fff;
    cursor: pointer;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.wellcome input:hover{
    background: #c0392b !important;
}