﻿body {
    /*background-image: url('../img/preview.jpg');*/
    /*background-image: url('../img/bg.jpg');*/
    background: #f5f5f5;
}

.wrapper {
    /*background: #fff;*/
    /*padding: 20px 20px 0 20px;*/
    margin-top: 10px;
    /*box-shadow: 0px -1px 11px rgba(0,0,0,.6);*/
}

/*first landing page*/
.wrapper2 {
    /*background: #fff;*/
    /*padding: 20px 20px 0 20px;*/
    margin-top: 1%;
    /*box-shadow: 0px -1px 11px rgba(0,0,0,.6);*/
}

.treasurymarquee {
    width: 100%;
    float: left;
    padding: 40px 0;
    margin-top: -30px;
}

.box2 {
    position: relative;
    /*position: absolute;
    right: 14px;
    left: 14px;*/
    background: url('../img/treasury/box2-bg.jpg') center no-repeat !important;
    background-position: 100%;
    /*background: rgba(0, 0, 0, 0.61);*/
    padding: 14px 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    height: 100%;
}

.boxinner {
    /*margin: 90px 0 95px 0;*/
    padding: 20px;
}

ul.list-treasury {
}

    ul.list-treasury li {
        margin-left: 40px;
    }

        ul.list-treasury li img {
            border: 2px solid #FFF;
            box-shadow: 0px 1px 3px #000;
        }

h1.fontbig {
      color: #FFAA31 !important;
    font-size: 45px !important;
    /* padding-top: 10px !important; */
    margin: 10px 0;
}

h2.fontbig {
    font-size: 40px !important;
    font-family: 'Parisienne-Regular';
    padding: 15px 0 !important;
    color: #fff !important;
}

.boxinner p {
    color: #EFEFEE !important;
}
/*==========
sidebar
===========*/
/*=======
about me
========*/

.about-me-widget.widget {
    padding: 13px 10px;
    margin-bottom: 35px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 0px 5px #ccc;
}

.widget {
    padding: 37px 30px;
    margin-bottom: 35px;
    background-color: #fff;
    border: 1px solid #eee;
}

.about-me-widget {
    /*background: url("../../images/me-cover.jpg") no-repeat;
    background-size: 100%;*/
    background-color: #fff;
    z-index: 2;
}

.about-me-img {
    position: relative;
    z-index: 2;
}

.about-me-content {
    padding-top: 0%;
}

    .about-me-content h3 {
        font-size: 28px;
        letter-spacing: 0.5px;
        font-family: 'Crimson Text', serif !important;
        font-weight: 600;
        color: #CE9525;
        padding-bottom: 0px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    }

    .about-me-content p {
    }

        .about-me-content p a {
            text-decoration: underline;
        }

.img-me {
    border: 5px solid #fff;
    border-radius: 50%;
}

.social-share {
    padding: 0px 0 0;
    margin-bottom: 10px;
}

    .social-share ul li a i {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 15px;
        border-radius: 50%;
        margin: 3px;
        border: 1px solid #e5e5e5;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        color: #C2C2C2;
    }

.widget .social-share ul li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 21px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #111111;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #000;
    /*box-shadow: 1px 2px 1px #ddd;*/
    background: #fff;
}

.social-share ul li a i:hover {
    background: #CE9525;
    color: #FFF;
    border-color: #CE9525;
}

.marquee {
}

    .marquee p {
        color: #9B6700 !important;
        font-size: 12px;
    }

.border img {
    margin: 0 auto;
    padding-bottom: 8px;
}
/*.facebook {
    color: #fff !important;
    background: #1a46ad;
}

.twitter {
    color: #fff !important;
    background: #55acee;
}

.utube {
    color: #fff !important;
    background: #fb3131;
}

.skype {
    color: #fff !important;
    background: #4397d7;
}

.email {
    color: #fff !important;
    background: #e8732f;
}*/
/*-----background------*/
.bg-red {
    background: #00BFF3;
    width: 100%;
    float: left;
    padding: 40px 0;
}

.white {
    color: #fff !important;
}

.golden {
    color: #A36F0A;
}

.size {
    font-size: 12px !important;
}

hr {
    max-width: 50%;
    border-color: #f05f40;
    border-width: 1px;
    margin-bottom: 12px !important;
}

    hr.light {
        margin-top: 4px;
        border-color: #CE9525;
    }


.g20 img {
    padding: 20px 0;
    margin: 0 auto;
}

.next {
    padding: 20px 0;
}

a.link {
    background: #C3A05C;
    padding: 10px;
    margin: 10px 0;
}

    a.link:hover {
        background: #000;
    }


.topimage {
    position: relative;
    width: 100%;
    float: left;
}

    .topimage img {
        width: 100%;
        float: left;
        /*min-height: 400px;
        max-height: 100%;*/
        height: 100%;
    }

.box {
    position: relative;
    /*position: absolute;
    right: 14px;
    left: 14px;*/
    background: url('../img/box-bg.jpg') center no-repeat;
    background-position: 100%;
    /*background: rgba(0, 0, 0, 0.61);*/
    padding: 84px 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    height: 100%;
}


    .box h1 {
        font-size: 40px;
        color: #FFBA33 !important;
        text-transform: uppercase;
        color: #FFFFFF;
        /*background: #CE9525;
        padding: 10px;*/
        margin: 7px 0 39px 0;
    }

    .box h2 {
        padding: 35px 0;
        font-size: 35px;
    }

    .box h3 {
        padding: 10px 0;
        font-size: 31px;
        background: rgba(0, 0, 0, 0.42);
    }

    .box h4 {
        padding: 10px 0;
    }

    .box h5 {
        font-size: 17px;
        padding: 14px 0;
    }


/*.boxoverlay {
       position: absolute;
    right: 14px;
    left: 14px;
    background-position: 100%;
    background: rgba(0, 0, 0, 0.61);
    padding: 45px 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    height: 100%;
    top: 0;
}*/

a.white {
    color: #fff !important;
}

    a.white:hover {
        text-decoration: underline;
        color: #F0B136 !important;
    }

ul.list-top {
    width: 100%;
    float: left;
    padding: 24px 0;
}

    ul.list-top li {
        width: 100%;
        float: left;
        margin: 10px 0;
    }

        ul.list-top li:before {
            font-family: FontAwesome;
            content: "\f18e";
            font-size: 17px;
            padding-right: 10px;
            color: #fff;
        }

        ul.list-top li a {
            color: #fff !important;
            font-size: 23px;
            font-weight: 600;
        }

            ul.list-top li a:hover {
                cursor: pointer;
                color: #CE9525 !important;
            }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 14px;
    padding: 4px 7px;
    background: #E3A52A;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.blogbox {
    width: 100%;
    float: left;
    background: #FFFFFF;
    box-shadow: 2px 3px 6px #ddd;
    padding: 26px;
}

    .blogbox h2 {
        color: #CE9525;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.19);
        border-top: 1px dashed #C2C2C2;
        padding: 7px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .blogbox h6 {
        margin: 13px 0 !important;
    }

        .blogbox h6 a {
            transition: ease-in .4s;
        }

            .blogbox h6 a:hover {
                color: #f05f40;
                text-decoration: none !important;
                border-bottom: 1px solid #CE9525;
                padding-bottom: 2px;
                padding-left: 2px;
            }



.wellbox p {
    margin: 10px 0;
    color: #E5E5E5 !important;
}

    .wellbox p a {
        color: #E5E5E5 !important;
        text-decoration: underline;
    }

        .wellbox p a:hover {
            color: #f05f40 !important;
        }

.wellbox h6 {
    margin: 15px 0;
    color: #E5E5E5 !important;
    text-transform: uppercase !important;
}

    .wellbox h6 a {
        color: #E5E5E5 !important;
    }

a.fff {
    color: #fff !important;
    text-decoration: underline !important;
}

    a.fff:hover {
        color: #f05f40 !important;
    }

.imgbox1 {
    width: 100%;
    float: left;
    background-image: url('../img/blog/celestial.jpg');
    color: #E5E5E5 !important;
}

.imgbox2 {
    width: 100%;
    float: left;
    color: #E5E5E5 !important;
    background-image: url('../img/blog/terrestrial.jpg');
}

.imgbox3 {
    width: 100%;
    float: left;
    color: #E5E5E5 !important;
    background-image: url('../img/blog/bailout.jpg');
}

.imgbox4 {
    width: 100%;
    float: left;
    color: #E5E5E5 !important;
    background-image: url('../img/blog/faith.jpg');
}

.imgbox5 {
    width: 100%;
    float: left;
    color: #E5E5E5 !important;
    background-image: url('../img/blog/asset.jpg');
}

.imgbox6 {
    width: 100%;
    float: left;
    color: #E5E5E5 !important;
    background-image: url('../img/blog/global.jpg');
}

.imgbox7 {
    width: 100%;
    float: left;
    color: #E5E5E5 !important;
    background-image: url('../img/blog/knowledge.jpg');
}

.imgbox8 {
    width: 100%;
    float: left;
    color: #E5E5E5 !important;
    background-image: url('../img/blog/background.jpg');
}


ul.readmorelist {
}

    ul.readmorelist li {
        margin-bottom: 10px;
        font-size: 15px;
    }

        ul.readmorelist li:before {
            content: "\f0da ";
            font-family: FontAwesome;
            padding-right: 10px;
            color: #CE9525;
        }

.margintb {
    margin: 12px 0;
}

.marginlft {
    margin-left: 15px;
}

.red {
    color: #ff0000;
}

.italic {
    font-style: italic;
}
