.clear-both {
    clear: both;
}

.wrap {
    background: white;
    margin: auto;
    background: #EEF3FA;
}


.row-wrap {

}

.row {
    width: 1140px;
    background: white;
    margin: 0 auto;
}

@media all and (max-width: 1000px) {
    .row {
        width: auto;
    }
}


.row:after {
    display: table;
    content: " ";
}

.row-fill {
    background-color: white;
    width: 100%;
    height: 50px;
}

.image-table {
    width: 100%;
}

.cell-40 {
    width: 40%;
}

.cell-50 {
    width: 50%;
}

.cell-100 {
    width: 100%;
}

.cell-50, .cell-30, .cell-100 {
    float: left;
}

.profile-widget div.block {
    margin: 10px 0 0 0;
}

.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px;
}

.height-60 {
    height: 60px;
}

.height-70 {
    height: 70px;
}

.width-250 {
    width: 250px !important;
}



.width-500 {
    width: 500px !important;
}


.width-700 {
    width: 700px !important;
}


.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* ======== Table =========*/

.html {
    display: table
}

.html-table div.tr {
    display: table-row;
}

.html-table div.td {
    display: table-cell;
    vertical-align: top;
}

