﻿:root {
    --color-one: #154992;
    --color-two: #f58220;
    --color-yellow: #FFC55A;
    --color-background: #EEE;
}



body {
    padding: 0px;
    margin: 0px;
    background-color: var(--color-background);
}

img{
    max-width:100%;
}

a{
    text-decoration:none;
    color:#454545;
    
}

    a.special-link
    {
        color:var(--color-two);
    }
    a.special-link:hover {
        color: var(--color-yellow);
    }

    .center {
        text-align: center !important;
    }


.page-top{
    background-color:#FFF;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    padding:10px 0px;
    z-index:1000;
    color:#FFF;
    border-bottom:3px solid var(--color-one);
    color:var(--color-two);
}

.page-top a{
    color:var(--color-two) !important;
}

    .page-top .nav-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-top .icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }






    .page-top .top-logo{
        height:80px;
    }


/* #region*/


.menu-box {
    background-color: rgba(255,255,255,0.85);
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    width: 80%;
    max-width: 300px;
    color: #FFF;
    transition-duration: 0.4s;
}

.menu-box-bg {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    
}


.menu-box a {
    color: var(--color-two) !important;
    display: inline-block;
    padding: 0px 10px;
    font-size: 14pt;
    font-weight: 100;
    margin-right: 15px;
    border-bottom: 1px solid var(--color-one);
    width: calc(100% - 30px);
    line-height: 50px;
}

    .menu-box a:last-child {
        border-bottom: none !important;
    }


    .menu-box a:hover {
        color: var(--color-one) !important;
    }


/* #endregion*/


@media(max-width: 768px) {
    .page-top .icon {
        display: none;
    }

    .page-top h1 {
        font-size: 24pt;
    }
    
}


.inside-top
{
    height:100px;
}



.top-level-one {
    background-color: #454545;
    color: #fff;
    font-size: small;
    padding: 5px 0px;
}


.price-box {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}



.tgju-widget {
    border: none !important;
    background-color:green;
}

.tgju-widget-item
{
    padding-top:5px !important;
    padding-bottom:5px !important;
}
.tgju-copyright-fix
{
    bottom:-3px !important;
}
.tgju-copyright {
    display: none !important;
}


.top-level-two
{
    padding:10px 0px;
    border-bottom:5px solid #454545;
}
    .top-level-two .r {
        display: flex;
        justify-content: space-between;
    }

        .top-level-two .r h1 {
            font-size: 32pt;
            font-family: var(--font-top);
            padding: 10px 0px;
            margin: 0px;
            display: inline-block;
            color: #000;
            margin-right: 10px;
            font-weight: normal !important;
            text-shadow: 0px 0px 8px #444;
            transform:translate(0px ,5px);
        }

    .top-level-two .text {
        align-content: center;
        text-align:justify-all;
        font-size:smaller;
    }


@media(max-width: 768px) {
    .top-level-two .r {
        flex-direction:column;
    }

    .top-level-two .r h1 {
        font-size: 24pt;
    }

    .top-level-two .text {
        display:none;
    }
}


.bottom {
    background-image: linear-gradient(#222, #444);
    padding: 50px 0px;
    color: #FFF;
    font-size: smaller !important;
    
}

.bottom h2{
    font-family:var(--font-caption);
    font-size:larger;
}

.bottom .menu a {
    display:inline-block;
    background-color:#DDD;
    padding:5px 10px;
    margin:5px;
    color:#454545;
}

    .bottom a {
        color:#FFF;
    }

.default-gallery-item {
    background-position: center center;
    background-size: cover;
    display:flex;
    align-items:end;
    justify-content:center;
}

.default-gallery-item a{
     background-color:rgba(255,255,255,0.75);
     padding:10px;
     margin-bottom:30px;
     font-size:smaller;
     display:inline-block;

}

    .default-gallery-item .text h2 {
        font-family:var(--font-caption);
        font-size:14pt;
        color:var(--color-one) !important;
    }

@media(max-width: 768px) {
    .default-gallery-item {
        min-height: 250px;
        margin-bottom:30px;
    }
}

img.default-certificate
{
    border-radius:4px;
    border:2px solid #fff;
}




.default-top-activity {
    z-index: 999;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 300px;
}

.default-top-activity .b {
    display: flex;
    justify-content:stretch;
}



    .default-top-activity a {
        border:1px solid #FFF;
        border-left:none;
        font-family:var(--font-caption);
        font-size:larger;
        /*height: 250px;*/
        width: 100%;
        background-size: cover;
        background-position: center;
        display:flex;
        align-items:center;
        justify-content:center;
        background-color:rgba(255,255,255,0.8);
    }

    .default-top-activity a:last-child {
        border-left: 1px solid #FFF;
    }

    .default-top-activity a span {
        color: var(--color-one);
        width:100%;
        display:inline-block;
        padding:10px 0px;
        text-align:center;
    }


        .default-top-activity a:hover span {
            background-color: #FFF;
        }


@media(max-width: 768px) {
    .default-top-activity .b {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .default-top-activity a {
        border: 1px solid #FFF !important;
        /*height: 150px;*/
        width: 50%;
    }
}















.default-about {
    overflow: hidden;
    height: 125px;
    line-height: 150%;
    text-overflow: ellipsis;
    text-align: justify;
}


.default-certificate .bg {
    position: fixed;
    background-color: rgba(0,0,0,0.65);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
}

.default-certificate img {
    max-width:90%;
    max-height:90%;
    border-radius:30px;
    padding:5px;
    background-color:#FFF;
    box-shadow:0px 0px 10px #000;
}

.default-slogan-text{
    text-align:center;
    color:#fff;
    font-family:var(--font-caption);
    font-size:48pt;
    text-shadow:0px 0px 5px #000;
}



.section {
    background-position: center;
    background-size: cover;
}


    .section .body {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,0.75);
        color:#FFF;
        height: 100%;
    }


    .section h3 {
        font-family: var(--font-caption);
        display:inline-block;
        width: 100%;
        padding:0px 20px;
        margin:0px;
        margin-bottom:50px;
        text-align:center;
        color:#FFF;
    }


        .section h3:before {
            content: "";
            border-right: 1px solid #FFF;
            padding-left: 15px;
            margin-right:15px;
        }
        .section h3:after {
            content: "";
            border-left: 1px solid #FFF;
            padding-right: 15px;
            margin-left:15px;
        }



    .section a h3:hover {
        color:var(--color-yellow);
    }

    .section .text {
        text-align:justify;
        line-height:200%;

    }



.page-show .image-box {
    height: 400px;
    background-position-x:center;
    background-attachment:fixed;
    background-size:cover;
    align-content:center;
    text-align:center;
}


.page-show .image-box h1 {
    font-family:var(--font-caption);
    background-color:rgba(255,255,255,0.5);
    padding:10px 0px;
    font-size:24pt;
    font-weight:100;
}


.page-show .text {
    padding:20px;
    margin-top:20px;
    background-color:#FFF;
    line-height:200%;
    border-radius:4px;
    box-shadow:0px 0px 5px #DDD;
    text-align:justify;
}

.content-list .caption
{
    text-align:center;
    padding:50px 0px;
    background-color:#FFF;
    font-family:var(--font-caption);
    font-size:56px;
    color:#454545;
}


.content-list .item {
    background-color: #FFF;
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #DDD;
    border-radius: 4px;
}

    .content-list .item img {
        border-radius: 4px;
        transition-duration: 0.3s;
        margin-bottom:10px;
    }

        .content-list .item img:hover {
            box-shadow:0px 0px 5px #888;
        }


.content-show {
    background-color: #FFF;
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #DDD;
    border-radius: 4px;
}

    .content-show img {
        border:1px solid #454545;
        transition-duration:2s;
    }


.content-show h2 {
    margin:20px 0px;
}

.content-show .desc{
    background-color: #F7F7F7;
    margin: 10px 30px;
    padding: 20px;
    border: 1px solid #DDD;
    border-radius: 4px;
    text-align:justify;
}

    .content-show .text {
        text-align:justify;
        line-height:200%;
        padding:0px 30px;
    }


.paging-box {
    margin-top: 10px;
    padding: 10px;
    text-align:center;
    direction:ltr;
}

.paging-box .item{
    background-color:#FFF !important;
    padding:0px !important;
    margin:3px !important;
    display:inline-block;
    width:40px;
    line-height:40px;
    border: 1px solid #DDD !important;
    border-radius:4px;
    color:#454545;
}
    .paging-box .item:hover {
        background-color: #ddd !important;
        color: #454545 !important;
    }


    .paging-box .active {
        background-color: #888 !important;
        color: #FFF;
        border: 1px solid #888 !important;
    }


.share-links {
    display: inline-block;
    border-top: 1px dashed #454545;
    border-bottom: 1px dashed #454545;
    padding:5px 20px;
    margin-bottom:10px;
}

.tag-item{
    display:inline-block;
    background-color:#ddd;
    color:#454545;
    line-height:30px;
    border-radius:20px;
    padding:0px 10px;
    margin:0px 2px;
}

    .tag-item:before {
        font-family: 'FontAwesome';
        content: "\f292";
        margin-left:5px;
    }

.logo-partner
{
    display:inline-block;
    background-color:#FFF;
    padding:10px;
    border-radius:10px;
    width:100%;
    text-align:center;
}

.logo-partner img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition-duration: 0.4s;
}

.logo-partner img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}




.box {
    border-radius: 4px;
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 20px;
    transition-duration:0.5s;
    
}

.box img{
    border-radius:4px;
}

    .box h2 {
        font-family:var(--font-caption);
        font-size:16pt;
        font-weight:100;
        margin:10px 0px;
    }

    .box:hover
    {
        transform:scale(1.02);
    }



.scroll-to-top {
    background-image: url('../img/scroll-to-top.png');
    background-color:rgba(255,255,255,0.5);
    background-size:cover;
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
    width:60px;
    height:60px;

}