﻿.nomargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

div {
    /*border-right: solid 5px red;*/
}

.fmleft {
    width: 608px;
    height: 453px;
    float: left;
    object-fit: contain;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
}

.fright {
    width: 195px;
    height: 146px;
    margin-top: 4px;
    margin-left: 4px;
    float: right;
    object-fit: contain;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fright4 {
    width: 130px;
    height: 109px;
    margin-top: 4px;
    margin-left: 4px;
    float: right;
    object-fit: contain;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
}

.lgone {
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    overflow: hidden;
    max-width: 1080px !important;
    padding-left: 26px;
    padding-right: 26px;
}

.htopl {
    float: left;
    width: 45%;
}

.htopr {
    float: right;
    width: 40%;
}

.ptb {
    padding-top: 25px;
    padding-bottom: 25px;
}

.tit {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Istok Web', sans-serif;
    font-size: 36px;
    text-align: center !important;
    font-weight: bold;
    font-style: italic;
    color: rgb(51, 102, 203);
    text-shadow: 0.5px 0.5px 0 #3366cb, -0.5px -0.5px 0 #3366cb;
}

.tcen {
    text-align: center !important;
}

.tright {
    text-align: right !important;
}


.ddiv {
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    overflow: hidden;
    max-width: 1080px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 65px;
    padding-right: 65px;
    text-indent: 20px;
}

.lgone {
    margin-top: 50px !important;
    /*margin-bottom: 50px !important;*/
}

.ti {
    text-indent: 20px;
}

.adiv {
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    overflow: hidden;
    max-width: 1080px !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ldiv {
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    overflow: hidden;
    max-width: 90% !important;
    padding-bottom: 5px;
    padding-top: 5px;
}


.ndiv {
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    overflow: hidden;
    max-width: 1080px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    text-indent: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.rdiv {
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    overflow: hidden;
    max-width: 1080px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    text-indent: 20px;
}

.ldiv {
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    overflow: hidden;
    max-width: 1080px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0px;
}


.dots {
    width: 730px;
    max-width: 94% !important
}


.imgleft {
    width: 50%;
    float: left;
}

.imgright {
    width: 50%;
    float: right;
}

.pl1 {
    padding-left: 25px;
}

.pl2 {
    padding-left: 50px;
}

.pl3 {
    padding-left: 75px;
}

.pl0 {
    padding-left: 0px;
}

.pr1 {
    padding-right: 25px;
}

.pr2 {
    padding-right: 50px;
}

.pr3 {
    padding-right: 75px;
}

.pr0 {
    padding-right: 0px;
}

.pt1 {
    padding-top: 25px;
}

.pt2 {
    padding-top: 50px;
}

.pt3 {
    padding-top: 75px;
}

.pb1 {
    padding-bottom: 25px;
}

.pb2 {
    padding-bottom: 50px;
}

.pb3 {
    padding-bottom: 75px;
}
.w100 {
    width:100%;
}



.tbline {
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    overflow: hidden;
    max-width: 1080px !important;
}

.button {
    border: 1px solid rgba(50,50,50,1);
    border-radius: 3px;
    /*border-bottom: 2px solid darkgray;*/
    /*border-left: none;
    border-right: none;*/
    text-transform: uppercase;
    color: black;
    padding: 1px 3px 1px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 0px;
    transition-duration: 0.1s;
    cursor: pointer;
    width: 30%;
    height: 70px;
    vertical-align: middle !important;
    margin: 3px !important;
    background-image: linear-gradient(rgba(252,253,254,1), rgba(220,235,245,1));
    /*background-image: radial-gradient( circle farthest-corner at 50% 5%, rgba(252,253,254,1) 0%, rgba(220,235,245,1) 100% );*/
}


.morebutton {
    border: 1.5px solid rgba(50,50,50,1);
    border-radius: 5px;
    text-transform: uppercase;
    color: black;
    padding: 5px 7px 5px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    line-height:110%;
    margin: 0px;
    transition-duration: 0.1s;
    cursor: pointer;
    /*width: 30%;
    height: 80px;*/
    vertical-align: middle !important;
    margin: 3px !important;
    background-image: linear-gradient(rgba(172,207,232,1), rgba(132,184,221,1));
    /*background-image: radial-gradient( circle farthest-corner at 50% 5%, rgba(252,253,254,1) 0%, rgba(220,235,245,1) 100% );*/
}


    .button1, .button:hover {
        background-color: white !important;
        color: #008CBA !important;
        background-image: none !important;
    }

.conttext {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000044;
}

.contbott {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 40px;
    width: 800px;
    max-width: 85% !important;
    text-align: right !important;
    color: #000044;
}

.ti380 {
    text-indent: 380px;
}


.imgsqmin {
    border-radius: 5px;
    box-shadow: 1px 1px 5px #888888;
    width: 95%; /*800px      height:600px;  max-width:100%;  */
    border-color: #fadaa9;
    border-style: solid;
    border-width: 0px;
    background-size: cover;
    margin-bottom: 2vh !important;
    padding-top: 20px;
    text-align: left !important;
}

.tomain {
    padding-left: 60px;
    color: rgba(80,80,80,1);
    font-size: 90%;
    line-height:200%;
    text-transform: uppercase;
}


@media only screen and (orientation: portrait) {

    .entry-content > div, .entry-content > pre, .ediv {
        font-size: 4vw;
        text-align: left;
    }

    .conttext {
        padding-right: 2.5%;
    }
}

@media only screen and (max-width: 1080px) {



    .tomain {
        font-size: 4vw;
    }

    .phwide {
        width: 100% !important;
        float: none !important;
    }

    .ti380 {
        text-indent: 50% !important;
    }

    .button {
        font-size: 2.3vw;
        height: 8vw;
    }


    .fmleft {
        width: 99%;
        height: 74vw;
        float: right;
    }

    .fright, .fright4 {
        width: 32vw !important;
        height: 23vw !important;
        margin-left: 0.5vw;
    }

    .lgone {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tit {
        font-size: 4vw;
    }

    .conttext {
        font-size: 2.1vw !important;
    }

    .contbott {
        font-size: 4.4vw;
    }

    .ldiv {
        font-size: 2.5vw !important;
    }

    .rdiv {
        padding-left: 5px;
        padding-right: 0px;
        margin-right: 0px !important;
    }

    .ddiv {
        padding-left: 15px;
        padding-right: 15px;
    }

    .imgright {
        width: 100%;
    }

    .imgleft {
        width: 100%;
    }
}

.ttt {
    width: 95%;
}

table {
    border-collapse: collapse;
    text-indent:0;
}

table, th, td {
    border: 2px solid black;
}

td {
    padding: 5px 5px 5px 15px;
}
