@font-face {
    font-family: "RobotoSlab-Regular";
    src: url("../fonts/Roboto/RobotoSlab-Regular.eot");
    src: url("../fonts/Roboto/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto/RobotoSlab-Regular.woff") format("woff"),
        url("../fonts/Roboto/RobotoSlab-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    font-family: "RobotoSlab-Regular", sans-serif;
    background-image: url(../img/background-image.jpeg);
}

p {
    text-indent: 50px;
}

.tes-body {
    width: 1460px;
    min-height: 1000px;
    margin: 50px auto;
    padding: 40px;
    background-color: rgba(255, 255, 255, .5);
}

.tes-hat {
    background-color: rgba(41, 128, 185, 1);
    width: auto;
    height: 200px;
    display: flex;
    justify-content: center;
    box-shadow: 3px 3px 3px .5px rgba(0, 0, 0, .25);
}

.tes-hat h1 {
    width: 829.23px;
    padding: 60.5px 0 60.5px 60px;
    font-size: 60px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
}

.tes-hat img {
    height: 180px;
    margin: 10px 10px 10px 40px;
}

.tes-menu {
    margin: 20px 0;
    background-color: rgba(41, 128, 185, 1);
    display: flex;
    justify-content: center;
    box-shadow: 3px 3px 3px .5px rgba(0, 0, 0, .25);
}

.tes-menu a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(236, 240, 241, .5);
    transition: background .3s ease-in;
    letter-spacing: .5px;
}

.tes-menu a:first-child {
    border-left: 1px solid rgba(236, 240, 241, .5);
}

.tes-menu a:last-child {
    border-right: 1px solid rgba(236, 240, 241, .5);
}

.tes-menu a:hover {
    background: rgba(52, 152, 219, 1);
    box-shadow: 1px 5px 10px -5px #000000;
}

.tes-middle {
    width: auto;
    min-height: 500px;
    display: flex;
}

.tes-content {
    width: 1050px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 3px 3px 3px .5px rgba(0, 0, 0, .25);
}

.tes-content p {
    text-align: justify;
}

.tes-content .imgcenter {
    text-align: center;
    text-indent: 0;
}

.tes-content .zms a {
    display: block;
    text-indent: 65px;
    text-decoration: none;
    padding: 5px;
    color: black;
    transition: background .3s ease-in;
}

.tes-content .zms a:hover {
    background: rgba(52, 152, 219, .5);
}

.imgbook {
    margin-top: 100px;
    margin-bottom: 50px;
}

.tes-content ul {
    list-style-position: outside;
    margin-left: 70px;
}

.txtrt {
    text-align: right;
}

.tes-content {
    font-size: 20px;
}

.tes-content a {
    font-size: 20px;
}

.tes-sidebar {
    width: 310px;
    margin-left: 20px;
}

.tes-sidebar form {
    width: auto;
    height: 0px;
    padding: 0px;
    background-color: rgba(41, 128, 185, 1);
    /*box-shadow: 3px 3px 3px .5px rgba(0, 0, 0, .25);*/
    margin-bottom: 0px;
}

.tes-sidebar form input {
    width: 180px;
    height: 0px;
    padding: 0px;
    float: left;
    background-color: rgba(236, 240, 241, 1);
}

.tes-sidebar form input:focus {
    outline: 0;
    background-color: rgba(255, 255, 255, 1);
    /*box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;*/
}

.tes-sidebar form button {
    /*position: relative;*/
    float: left;
    /*cursor: pointer;*/
    height: 0px;
    width: 0px;
    background-color: rgba(211, 84, 0, 0);
    color: rgba(255, 255, 255, 0);
    line-height: 0px;
    text-transform: uppercase;
}

/*.tes-sidebar form button:hover {
    background-color: rgba(230, 126, 34, 1);
}

.tes-sidebar form button::before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d35400 transparent;
    top: 7px;
    left: -8px;
}

.tes-sidebar form button:hover::before {
    border-right-color: rgba(230, 126, 34, 1);
}*/

.tes-div-parent {
    box-shadow: 3px 3px 3px .5px rgba(0, 0, 0, .25);
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0);
}

.tes-navlabel {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(41, 128, 185, 1);
    display: block;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.tes-navinput {
    width: 0;
    height: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
}

.tes-navinput:checked + .tes-child {
    display: block;
    transition: display .3s ease-in;
}

.tes-child {
    display: none;
    border: 1px solid rgba(41, 128, 185, 1);
    box-shadow: none;
    background-color: rgba(241, 242, 246, 1);
}

.tes-child a {
    display: block;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    padding: 2.5px 5px;
    border-bottom: 1px solid rgba(41, 128, 185, 1);
    transition: background .2s ease-in;
}

.tes-child a:last-child {
    border: 0;
}

.tes-child a:hover {
    background: rgba(116, 185, 255, .3);
    box-shadow: 0 0 2px rgba(9, 132, 227, .7) inset;
}

.tes-footer {
    width: auto;
    height: 150px;
    background-color: rgba(41, 128, 185, 1);
    box-shadow: 3px 3px 3px .5px rgba(0, 0, 0, .25);
    margin-top: 20px;
}

.tes-footer div {
    margin: 0 50px;
    border-bottom: 1px solid rgba(236, 240, 241, .5);
    display: flex;
    justify-content: center;
}

.tes-footer div a {
    color: rgba(255, 255, 255, 1);
    margin: 10px 0;
    padding: 13px 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.tes-footer div a:hover {
    transform: scale(1.2);
}










