﻿.centerFloating {
    width: 90%;
    margin: auto;
}

.centerinfoDiv {
    width: 100%;
    background-color: rgba(119,119,119,0.9);
    float: left;
    border-radius: 3px;
    color: #E9BF8C;
    margin-top: 40px;
    text-align: center;
    overflow: auto;
}

.bodyDiv {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    display: flex;
}

.floatingInfo {
    float: left;
    color: #777777;
    width: 12%;
    font-size: large;
    text-align: center;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

    .floatingInfo img {
        width: 50%;
    }

.resizeFloating {
    float: none;
    width: 100%;
    color: #777777;
    text-align: center;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

    .resizeFloating img {
        width: 30%;
    }