@font-face {
    font-family: Gabriola;
    src: url('../font/Gabriola.woff');
}

@font-face {
    font-family: GreatVibes;
    src: url('../font/GreatVibes.otf');
}

@font-face {
    font-family: Parisienne;
    src: url('../font/Parisienne.ttf');
}

.font-gabriola{
    font-family: Gabriola;
}

.font-greatvibes{
    font-family: GreatVibes;
}

.font-parisienne{
    font-family: Parisienne;
}


body {
    /*background-image: url('../image/ornament/bg.png');*/


    background-color: #000000;
    color: #d7902b;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}


/* ICON BAR */

.icon-bar {
    width: 100%;
    background-color: #000000;
    overflow: auto;

    position: fixed;
    bottom: 0;
}

.icon-bar a {
    float: left;
    width: 25%;
    text-align: center;
    padding: 1px 0;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 32px;
}

.icon-bar a:hover {
    background-color: #000000;
}

.active {
    background-color: #000000;
}

/* ORNAMENT */

#content-holder {
    min-height: 94vh;
    top:-48px;
    position: relative;
}

.page-holder .topleft {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
}

.page-holder .topright {
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 0px;
}

.page-holder .bottomleft {
    z-index: -1;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.page-holder .bottomright {
    z-index: -1;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.home-middle {
    width: 100%;
    height: 280px;
    /*background-image: url("../image/ornament/home-middle.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* BUTTON */

.btn-custom {
    color: #fff;
    background-color: #d7902b;
    border-color: #d7902b
}

.btn-custom:hover {
    color: #fff;
    background-color: #d7902b;
    border-color: #d7902b
}

.btn-custom:focus, .btn-custom.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
}

.btn-custom.disabled, .btn-custom:disabled {
    color: #fff;
    background-color: #d7902b;
    border-color: #d7902b
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active, .show > .btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #d7902b;
    border-color: #d7902b
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus, .show > .btn-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
}

.btn-outline-custom {
    color: #d7902b;
    background-color: transparent;
    background-image: none;
    border-color: #d7902b
}

.btn-outline-custom:hover {
    color: #d7902b;
    background-color: transparent;
    border-color: #d7902b
}

.btn-outline-custom:focus, .btn-outline-custom.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}

.btn-outline-custom.disabled, .btn-outline-custom:disabled {
    color: #d7902b;
    background-color: transparent
}

.btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active, .show > .btn-outline-custom.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #d7902b
}

.btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}


/* POPUP */

.modal.show .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}


/* BOX */

.box-border {
    border: 1px solid #d7902b;
    border-radius: 15px 50px;
    /*box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);*/
}

.box-shadow {
    border: 1px solid #d7902b;
    border-radius: 15px 15px;
    /*box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);*/
}



/* TESTIMONIAL */

.testimonial-quote {
    font-size: 12px;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: white;
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    /*text-shadow: 0 1px white;*/
    /*z-index: 600;*/
}

.testimonial-quote blockquote * {
    /*box-sizing: border-box;*/
}

.testimonial-quote blockquote p {
    color: white;
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: rgba(160, 160, 160, 0.38);
    font-size: 7.5em;
    font-weight: 700;
    opacity: .75;
    position: absolute;
    top: -.4em;
    left: -.2em;
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote cite {
    color: white;
    /*display: block;*/
    font-size: .8em;
}

.testimonial-quote cite span {
    color: #c0c0c0;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white;
}

.testimonial-quote {
    /*position: relative;*/
}

.testimonial-quote .quote-container {
    padding-left: 160px;
}

.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px;
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right;
}


/* TIMELINE */

ul.timeline {
    list-style-type: none;
    position: relative;
    z-index: -1;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: #000000;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #d7902b;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/* MUSIC BOX */
.music-box {
    position: fixed;
    width: 300px;
    height: 160px;
    z-index: 120;
    bottom: 30px;
    right: 30px;
}

@media (max-width: 991px) {
    .music-box {
        width: 50px;
        height: 150px;
        right: auto;
        right:10px;
        top:10px;
    }
}

.music-box .music-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.music-box .music-holder iframe {
    width: 100%;
    height: 100%;
}

.music-box button {
    background: rgba(248, 246, 246, 0.85);
    width: 50px;
    line-height: 37px;
    font-size: 18px;
    font-size: 1rem;
    color: #68192b;
    border: 0px solid #e6e6e6;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.music-box button i{
    font-size: 20px;
}

@media (max-width: 991px) {
    .music-box button {
        right: 0;
        left: auto;
    }
}

.music-box .toggle-music-box {
    top: -50px;
    visibility: visible;
    opacity: 1;

}


.music {
    padding: 0;
    background: none !important;
    border: none !important;
    position: relative;
    top: 100px;
    left: 180px;
}

.music:focus {
    outline: none;
}


/*FONT COLOR*/
.color-primary{
    color: #d7902b;
}

.color-black{
    color: #484848;
}