html, body{
    margin: 0;
    height: 100%;
    overflow: auto;
}
.responsive{
    width: 100%;
    height: auto;
}
.center{
    align-items: center;
    justify-content: center;
    display: flex;
}
.bigtitle{
    color: #428bca;
    cursor: pointer;
    transition: all 0.5s;
    text-shadow: 0 0 2px;
}
.bigtitle:hover{
    /*text-decoration: underline;*/
    text-shadow: 0 0 3px;
    /*transform: scale(1.1);*/
}
.title1{
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    font-size: 30px;
    /*color: #428bca;*/
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}
.title2{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 300;
}
.title3{
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    padding-top: 20px;
}
.a3{
    font-size: 16px;
    margin-top: 25px;
    padding-left: 8px;
}
.article{
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.4em;
    /*padding-left: 8px;*/
    font-size: 14px;
    /*width: 110px;*/
}
img{
    transition: all ease-in-out 0.5s;
}
img:hover{
    transform: scale(1.1) ;
}
.article_table{
    padding-bottom: 1px;
    padding-top: 1px;
    line-height: 1.4em;
    /*padding-left: 8px;*/
    font-size: 14px;
}
.mfooter{
    color: #b3b3b3;
    font-size: 12px;
    padding: 0 10px;
    background: #1b1b1b;
    text-align: center;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    /*position: fixed;*/
    /*bottom: 0;*/
    /*width: 100%;*/
}
p{
    margin: 0 0 10px;
}
.magical {
    background-image: linear-gradient(120deg, #677BE5 0%, #754CA3 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in;
    color: #545454;

}
.magical:hover {
     background-size: 100% 30%;
 }
.magic-dropdown{



}
.magic-dropdown:hover{
    background-image: linear-gradient(120deg, #677BE5 0%, #754CA3 100%);
    background-repeat: no-repeat;
    color: #545454;

    /*background: -webkit-linear-gradient(#677BE5, #754CA3);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}
.blue-table{
    /*background: #34495E;*/
    /*color: #fff;*/
    /*min-width: 300px;*/
}
.blue-table td:last-child {
    padding-top: .5em;
    /*padding-bottom: .5em;*/
    color: #bb2021;
}
@media (min-width: 480px) {
    .blue-table th, .blue-table td {
        padding: 0.5em !important;
    }
}
.blue-table tr{
    border-top: 0.5px solid #ddd;
    /*border-color: #46637f;*/
}
.blue-table th, .blue-table td:before {
    /*color: #dd5;*/
}

.b-table{
    background: #34495E;
    color: #fff;
    min-width:500px;
}
.b-table td:last-child {
    padding-top: .5em;
    padding-bottom: .5em;
    /*color: #bb2021;*/
}
@media (min-width: 480px) {
    .b-table th, .b-table td {
        padding: 0.5em !important;
    }
}
.b-table tr{
    border-top: 1px solid #ddd;
    border-color: #46637f;
}
.b-table th, .b-table td:before {
    color: #dd5;
}

.rwd-table {
    margin: 1em 0;
    /*min-width: 300px;*/
}
.rwd-table tr {
    /*border-top: 1px solid #ddd;*/
    border-bottom: 1px solid #eee;
}
.rwd-table th {
    display: none;
}
.rwd-table td {
    display: block;
}
.rwd-table td:first-child {
    padding-top: .25em;
}
.rwd-table td:last-child {
    padding-top: .25em;
    /*padding-bottom: .5em;*/
    font-weight: 500;
}
.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}
@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}
.rwd-table th, .rwd-table td {
    text-align: left;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .1em;
    }
    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
}
.rwd-table {
    /*background: #34495E;*/
    /*color: #fff;*/
    border-radius: .4em;
    overflow: hidden;
}
.rwd-table tr {
    /*border-color: #46637f;*/
}
.rwd-table th, .rwd-table td {
    margin: .5em 1em;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        /*padding: 1em !important;*/
    }
}
.rwd-table th, .rwd-table td:before {
    /*color: #dd5;*/
}

.document {
    width: 90px;
    height: 100px;
    margin: 15px;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: -1px 1px 5px 1px #888;
    cursor: pointer;
}
.document span {
    /*transition-property: border-width;*/
    /*transition-duration: 1s;*/
    /*transition-timing-function: ease-out;*/
    transition: all 1s ease-out;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 15px;
    border-color: #ddd rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) #ddd;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    border-style: solid;
}
.document em {
    position: absolute;
    bottom: 5px;
    right: 7px;
    font-style: none;
    color: rgba(200, 200, 174, 0.5);
    transition: all 1s ease-out;
}
.document:hover span {
    border-width: 20px;
}
.document:hover em{
    transform: translateX(10px);
}
.document.doc {
    background: #38405b;
}
.document.doc span {
    border-color: #ECEEF1  #73798b        #73798b  #ECEEF1;
}
.document.pdf {
    background: #bf4505;
}
.document.pdf span {
    border-color: #ECEEF1  #e78074        #e78074 #ECEEF1;
}
