/* ======================
====Powered by Nitage====
========================*/

.poweredByNTG {
    line-height: 0;
    text-align: right;
}

.poweredByNTG a {
    display: inline-block;
    margin:0;
    line-height: 0;
}

/* ====================
========GENERALE=======
=======================*/

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.clearboth {
    clear: both;
}

.ntg_button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ntg_button a {
    background-color: #d32428;
    display:  block;
    padding: 15px 10px;
    color: #ffffff;
    max-width: 180px;
    font-size:  15px;
    font-weight: 500;
    text-align:  center;
}

.ntg_button.button-center a {
    margin: 0 auto;
}

.ntg_button.button-right a {
    margin: 0 0 0 auto;
}

.ntg_button a:hover {
    color: #ffffff;
    background-color: #355cb8;
}

.site-inner {
    background: #000;
}