.construction{
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.construction div[class*="col-md"]{
    padding: 0px;
}

.construction .page{
    display: table;
    position: relative;
    width: 100%;
}

.construction .frame{
    overflow: hidden;
    float: left;
    border-bottom: 10px solid #FFFFFF;
    border-right: 10px solid #FFFFFF;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.construction .frame img{
    height: 200%;
    margin-left: -15%;
    margin-top: -30%;
}

.construction .page:nth-child(odd) a:nth-child(1) .frame,
.construction .page:nth-child(odd) a:nth-child(2) .frame,
.construction .page:nth-child(even) a:nth-child(2) .frame,
.construction .page:nth-child(even) a:nth-child(3) .frame{
    width: 33.333%;
    height: 240px;
}

.construction .page:nth-child(odd) a:nth-child(3) .frame img,
.construction .page:nth-child(even) a:nth-child(4) .frame img{
    width: 150%;
    height: auto;
    margin-top: -30%;
}

.construction .page:nth-child(odd) a:nth-child(3) .frame,
.construction .page:nth-child(even) a:nth-child(4) .frame{
    width: 66.666%;
    height: 240px;
}

.construction .page:nth-child(odd) a:nth-child(4) .frame{
    width: 33.333%;
    position: absolute;
    right: 0;
    height: 480px;
}

.construction .page:nth-child(even) a:nth-child(1) .frame{
    width: 33.333%;
    height: 480px;
}

.construction .page:nth-child(odd) a:nth-child(4) .frame img,
.construction .page:nth-child(even) a:nth-child(1) .frame img{
    width: auto;
    height: 150%;
    margin-left: -50%;
    margin-top: -25%;
    position: absolute;
}

.construction .frame:hover, .construction .frame.active{
    background: rgba(0,0,0,0.9);
}

.construction .frame:hover img, .construction .frame.active img{
    opacity: 0.1;
}

.construction .caption{
    opacity: 0;
    position: absolute;
    text-align: center;
    right: 10%;
    left: 10%;
    top: 38%;
    transition: all 0.5s ease-in-out;
}

.construction .page:nth-child(odd) a:nth-child(1) .frame .caption,
.construction .page:nth-child(odd) a:nth-child(2) .frame .caption,
.construction .page:nth-child(even) a:nth-child(2) .frame .caption,
.construction .page:nth-child(even) a:nth-child(3) .frame .caption{
    top: 20%;
}

.construction .page:nth-child(odd) a:nth-child(3) .frame .caption,
.construction .page:nth-child(even) a:nth-child(4) .frame .caption{
    top: 20%;
}

.construction .frame:hover .caption, .construction .active .caption{
    opacity: 1;
}

.construction .caption h2{
    font-size: 150%;
    color: rgba(255,242,0,1);
    line-height: 170%;
}

.construction .caption .btn-default{
    font-size: 100%;
    color: rgba(255,242,0,1);
    border: 1px solid rgba(255,242,0,1);
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Sintony', 'Arial', 'sans-serif';
    background: transparent;
    padding-left: 10%;
    padding-right: 10%;
    letter-spacing: 1.3px;
    transition: all 0.3s ease-in-out;
}

.construction .caption .btn-default:hover,
.construction .caption .btn-default:focus,
.construction .caption .btn-default:active{
    color: rgba(0,0,0,1);
    border: 1px solid rgba(0,0,0,1);
    background: rgba(255,242,0,1);
}

.modal-body{
    font-size: 12px;
}

.restricted-area{
    color: #000000;
    padding: 25px !important;
    padding-top: 50px !important;
    font-size: 12px;
}

.restricted-area a i{
    width: auto !important;
}

.restricted-area ul li a{
    padding: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    display: block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.restricted-area ul li:last-child a{
    border-bottom: 1px solid rgba(0,0,0,0);
}

.restricted-area ul li a:hover, .restricted-area ul li.active a{
    border-left: 3px solid rgba(255,242,0,1);
}

.restricted-area ul li a:hover,
.restricted-area ul li a:hover i,
.restricted-area ul li.active a,
.restricted-area ul li.active a i{
    background: rgba(0,0,0,0.8);
    color: #FFFFFF !important;
}

div[class*="restricted-area-item-"]{
    display: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid rgba(0,0,0,0.15);
}

.table>tbody>tr>td>i,
.table>tbody>tr>th>i{
    opacity: 0.3;
}

.table>thead>tr>th {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

#realized > div > h1, #inprogress > div > h1{
    display: none;
}
