﻿/* CSS Document */
@import url("bootstrap.css");

* {
    font-family: 'Helvetica';
}

body, html {
    height: 100%;
}

.container1 {
    background-image: url("../img/VectorSmartObject-5.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.headerow {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: url(../img/Vector%20Smart%20Object-1.png) no-repeat top right #fff;
}

.contentrow {
    background: #fff;
    border-radius: 15px;
}

.imgBox {
    background: #fff;
    width: min-content;
    padding: 15px;
    border-radius: 8px;
}

.whatsnew {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 12px;
    text-align: center;
    color: #fff;
}

.boxhead {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
/*ul li {display: inline;color: #fff;padding: 20px;border-right: 1px solid #fff;padding-top: 2px;padding-bottom: 2px;text-shadow: 1px 1px 13px #000;font-weight: bold;}*/
ul li a {
    border-right: 1px solid #fff;
    padding: 0px 20px !important;
    text-shadow: 1px 1px 13px #000;
}

ul li:last-child a {
    border: none;
}

ul li {
    padding: 10px 0px !important;
    text-shadow: 1px 1px 13px #000;
}

.blue {
    color: #299ed1 !important;
    font-family: 'Helvetica';
}

.black {
    color: #000;
    font-family: 'Helvetica';
}

.font-size13 {
    font-size: 13px;
}


.linkemail {
    color: #000;
    text-decoration: underline;
}

    .linkemail:hover {
        color: #299ed1;
    }


.position-relativeCus {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bg-blue {
    background-image: url(../img/VectorSmartObject-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: left;
    height: 100%
}


.height-72px {
    height: 72px;
}


.bottom-0px {
    bottom: 0px;
    left: 0;
    right: 0;
}

.colorGray {
    color: #7f7f7f !important;
}

.marginBot90px {
    margin-bottom: 59px;
}

.marginBot205 {
    margin-bottom: 205px;
}

.marginBot112px {
    margin-bottom: 112px;
}


.clear-both {
    clear: both;
}

u {
    border-bottom: 2px solid;
    text-decoration: none;
}



.posRelav {
    position: relative;
    z-index: 1111;
}

@media only screen and (max-width: 990px) {
    .position-relativeCus {
        position: unset;
    }

    .marginBot90px {
        margin-bottom: 0px;
    }

    .marginBot205 {
        margin-bottom: 50px;
    }

    .marginBot112px {
        margin-bottom: 130px;
    }

    .bg-nav {
        background-color: #fff;
    }

    ul li a {
        border-bottom: 1px solid #7f7f7f61;
        padding: 0px 20px 10px 0px !important;
        text-shadow: 0px 0px 0px #0000;
        color: #7f7f7f !important;
    }

        ul li a:hover {
            color: #299ed1 !important;
        }

    ul li {
        padding: 10px 20px !important;
    }

    .bottom-0px {
        top: 50px;
        left: 0;
        right: 0;
        bottom: unset;
        position: absolute !important;
    }

    .bg-blue {
        background-color: #279dd9;
        background-image: unset;
        height: 85%;
    }

    .bg-body {
        background-image: url(../img/footer-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        /* background-attachment: fixed; */
        height: 10rem;
        background-position: left;
    }
}


.width-200px {
    width: 200px;
}

@media only screen and (max-width: 768px) {
    .mScr768-179px {
        margin-top: 0px;
    }

    .mScr768-350px {
        margin-top: 350px;
    }

    .mScr768-319px {
        margin-top: 319px;
    }
}

@media only screen and (max-width: 480px) {
    .bg-blue {
        height: 140%;
    }
    .mScr768-179px {
        margin-top: 0px;
    } 
    .width-200px {
        width: 180px;
        margin: 25px 0px 10px 0px;
        padding-bottom: 0 !important;
    }
}


.sidetab-anchor {
    position: absolute;
    bottom: 130px;
    width: 130px;
    height: 200px;
}