

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
    background: #000000;
    margin: 0;
    padding: 0;
}









.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Aligner-item {

}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
}


@media only screen and (min-width : 10px) and (max-width : 1200px) {

    #loader {
        background: #000000;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 50000;
    }

    #loader div {
        color: #BEA67C;
        text-align: center;

        background: none;
        width: 150px;

        font-size: 1.8em;


    }


    #loader i {
        color: #BEA67C;
        left: 50%;
        margin: -24px 0 0 -24px;
        position: absolute;
        top: 50%;
    }

    .stlMenu1 {
        width: 90%;
        max-width: 600px;
        margin: auto;

    }

    .stlBtn1 {
        background-color:#000000;
        border:2px solid #ffffff;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:12px;
        padding:10px 30px;
        text-decoration:none;
        width: 100px;
        text-align: center;
        font-family: 'Montserrat', sans-serif; font-weight: 700;

    }
    .stlBtn1:hover {
        background-color:#000000;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn1:focus {
        background-color:#000000;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn1:active {
        position:relative;
        top:1px;
        color: #ffffff;
        text-decoration: none;
    }


    .stlBtn1Sel {
        background-color:#ffffff;
        border:2px solid #ffffff;
        display:inline-block;
        cursor:pointer;
        color:#000000;
        font-family:Arial;
        font-size:12px;
        padding:10px 30px;
        text-decoration:none;
        width: 100px;
        text-align: center;
        font-family: 'Montserrat', sans-serif; font-weight: 700;
    }
    .stlBtn1Sel:hover {
        background-color:#ffffff;
        color: #000000;
        text-decoration: none;
    }
    .stlBtn1Sel:focus {
        background-color:#ffffff;
        color: #000000;
        text-decoration: none;
    }
    .stlBtn1Sel:active {
        position:relative;
        top:1px;
        color: #000000;
        text-decoration: none;
    }


    .stlBtn2 {
        background-color:#000000;
        border:2px solid #ffffff;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:12px;
        padding:10px 30px;
        text-decoration:none;
        width: 210px;
        text-align: center;
        font-family: 'Montserrat', sans-serif; font-weight: 700;
    }
    .stlBtn2:hover {
        background-color:#000000;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn2:focus {
        background-color:#000000;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn2:active {
        position:relative;
        top:1px;
        color: #ffffff;
        text-decoration: none;
    }

    .stlBtn3 {
        background-color:#b9a77f;
        border:0px solid #ffffff;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:12px;
        padding:10px 30px;
        text-decoration:none;
        width: 100%;
        text-align: center;
        font-family: 'Montserrat', sans-serif; font-weight: 700;
    }
    .stlBtn3:hover {
        background-color:#b9a77f;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn3:focus {
        background-color:#b9a77f;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn3:active {
        position:relative;
        top:1px;
        color: #ffffff;
        text-decoration: none;
    }


    .stlBtn4 {
        background-color:transparent;
        border:2px solid #ffffff;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:12px;
        padding:10px 30px;
        text-decoration:none;
        width: 210px;
        text-align: center;
        font-family: 'Montserrat', sans-serif; font-weight: 700;
    }
    .stlBtn4:hover {
        background-color:transparent;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn4:focus {
        background-color:transparent;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn4:active {
        position:relative;
        top:1px;
        color: #ffffff;
        text-decoration: none;
    }



    .stlBottom1 {

        position: absolute;
        z-index: 12;
        bottom: 0;
        width: 100%;
        height: 30px;


    }

    .stlBottom1b {


        width: 100%;
        height: 30px;


        background: url(../img/bkgBottom.jpg) no-repeat center center ;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        position: fixed;
        bottom: 0;



    }

    .stlBottom2{
        width: 90%;
        padding-top: 7px;
        margin: auto;


    }

    .stlBottom3{
        width: 50%;
        float: left;
        text-align: left;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif; font-weight: 400;
        font-size: 10px;
    }

    .stlBottom4{
        width: 50%;
        float: left;
        text-align: right;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif; font-weight: 400;
        font-size: 10px;
    }


    .stlIntro1Bkg {
        /*
         background: url(../img/bkgIntro.jpg) no-repeat center center fixed;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: cover;
         */
    }

    .w3-input {
        padding: 8px;
        display: block;
        border: none;
        border-bottom: 1px solid #fff;
        width: 100%;
        background: #000000;
        color: #fff;
        text-align: center;
    }

    .w3-border {
        border: 1px solid #ccc !important;
    }

}
@media only screen and (min-width : 1201px) and (max-width : 5000px) {

    #loader {
        background: #000000;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 50000;
    }

    #loader div {
        color: #BEA67C;
        text-align: center;

        background: none;
        width: 150px;

        font-size: 1.8em;


    }


    #loader i {
        color: #BEA67C;
        left: 50%;
        margin: -24px 0 0 -24px;
        position: absolute;
        top: 50%;
    }


    .stlMenu1 {
        width: 90%;
        margin: auto;

    }

    .stlBtn1 {
        background-color:#000000;
        border:2px solid #ffffff;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-size:1.2vw;
        padding:10px 30px;
        text-decoration:none;
        width: 100%;
        text-align: center;
        font-family: 'Montserrat', sans-serif; font-weight: 700;
    }
    .stlBtn1:hover {
        background-color:#000000;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn1:focus {
        background-color:#000000;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn1:active {
        position:relative;
        top:1px;
        color: #ffffff;
        text-decoration: none;
    }


    .stlBtn1Sel {
        background-color:#ffffff;
        border:2px solid #ffffff;
        display:inline-block;
        cursor:pointer;
        color:#000000;
        font-size:1.2vw;
        padding:10px 30px;
        text-decoration:none;
        width: 100%;
        text-align: center;
        font-family: 'Montserrat', sans-serif; font-weight: 700;
    }
    .stlBtn1Sel:hover {
        background-color:#ffffff;
        color: #000000;
        text-decoration: none;
    }
    .stlBtn1Sel:focus {
        background-color:#ffffff;
        color: #000000;
        text-decoration: none;
    }
    .stlBtn1Sel:active {
        position:relative;
        top:1px;
        color: #000000;
        text-decoration: none;
    }


    .stlBtn2 {
        background-color:#000000;
        border:2px solid #ffffff;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-size:1.2vw;
        padding:10px 30px;
        text-decoration:none;
        width: 100%;
        text-align: center;
        font-family: 'Montserrat', sans-serif; font-weight: 700;
    }
    .stlBtn2:hover {
        background-color:#000000;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn2:focus {
        background-color:#000000;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn2:active {
        position:relative;
        top:1px;
        color: #ffffff;
        text-decoration: none;
    }

    .stlBtn3 {
        background-color:#b9a77f;
        border:0px solid #ffffff;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:1.2vw;
        padding:10px 30px;
        text-decoration:none;
        width: 100%;
        text-align: center;
        font-family: 'Montserrat', sans-serif; font-weight: 700;
    }
    .stlBtn3:hover {
        background-color:#b9a77f;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn3:focus {
        background-color:#b9a77f;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn3:active {
        position:relative;
        top:1px;
        color: #ffffff;
        text-decoration: none;
    }


    .stlBtn4 {
        background-color:transparent;
        border:2px solid #ffffff;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-size:1.2vw;
        padding:10px 30px;
        text-decoration:none;
        width: 100%;
        text-align: center;
        font-family: 'Montserrat', sans-serif; font-weight: 700;
    }
    .stlBtn4:hover {
        background-color:transparent;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn4:focus {
        background-color:transparent;
        color: #ffffff;
        text-decoration: none;
    }
    .stlBtn4:active {
        position:relative;
        top:1px;
        color: #ffffff;
        text-decoration: none;
    }


    .stlBottom1 {

        position: absolute;
        z-index: 12;
        bottom: 0;
        width: 100%;
        height: 30px;


    }

    .stlBottom1b {


        width: 100%;
        height: 4stlBottom1b0px;


        background: url(../img/bkgBottom.jpg) no-repeat center center ;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        position: fixed;
        bottom: 0;
    }

    .stlBottom2{
        width: 90%;
        margin: auto;
        padding-top: 12px;

    }

    .stlBottom3{
        width: 50%;
        float: left;
        text-align: left;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif; font-weight: 400;
        font-size: 1.1vw;
    }

    .stlBottom4{
        width: 50%;
        float: left;
        text-align: right;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif; font-weight: 400;
        font-size: 1.1vw;
    }


    .stlIntro1Bkg {
        /*
         background: url(../img/bkgIntro.jpg) no-repeat center center fixed;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: cover;
         */
    }

    .w3-input {
        padding: 8px;
        display: block;
        border: none;
        border-bottom: 1px solid #fff;
        width: 100%;
        background: #000000;
        color: #fff;
        text-align: center;
        height: 70px;
        font-size: 1.2vw;
    }

    .w3-border {
        border: 1px solid #ccc !important;
    }

}
#myVideo{
    position: fixed;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    /*background-image:  our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: 3;
}

#myVideo2{
    position: fixed;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    /*background-image:  our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: 5;
}

/*

<iframe src="http://localhost/index.html" width="4096px" height="2160px" frameborder="0"></iframe>

*/



















.content1_100{
    width: 100%;
    background: url(../img/bkgContent2.jpg) no-repeat center top ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

















