
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

ul, li{
    margin: 0;
    padding: 0;
}

.main-container {
    /*width: 100%;*/
    /*max-width: 1200px;*/
    margin: auto;
    /*margin-top: 43px;*/

    width: 100%;
    height: 100%;
    max-width: 1200px;
    /*margin:  43px auto;*/
    /*margin-top: 43px;*/
    position: relative;
}

body {
    overflow: auto;

    min-height: 100%;

    font-smoothing: antialiased;
    font-family: Arial, SansSerif;
    background: #000;

    background: url(../images/black-grill5b.png);
    /*background-size: 5%;*/
    /*overflow: hidden;*/
}


.content {
    /*margin: 0 auto;*/
    /*width: 960px;*/
    line-height: 6vw;
    font-size: 4vw;
    width: 100%;
    max-width: 800px;
    margin: 0;
    /*margin: 10vw;*/
}



.clear {
    clear: both;
}


.header-layout
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /*height: 50px;*/
    /*overflow: hidden;*/

    z-index: 9999;
}

header {
//    height: 44px;
    width: 100%;
    max-width: 1200px;

    margin: auto;
    /*overflow: hidden;*/

    /*background: #ff0000;*/
    /*box-shadow: 0px 0px 3px 3px rgba(255,0,0, 1.5);*/
    box-shadow: 0px 0px 4px 4px rgba(0,0,0, .7);

    background: url(../images/brushed-steel-header.jpg);
    background-size: 100% 50px;

    /*border-top: 1px solid #fff;*/
    /*border-left: 1px solid #fff;*/
    /*border-right: 1px solid #888;*/
    /*border-bottom: 1px solid rgba(255,255,255, .7)*/

    border: outset 2px #fff;

    text-decoration: none;
    font-size: 30px;
    line-height: 38px;

    text-align: center;

    font-weight: normal;
    font-family: Arial, Helvetica, SansSerif;
    letter-spacing: 4px;
    text-shadow: 1px 1px 1px #fff;
    color: #000;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    /*display: none;*/
}

header img
{
    position: absolute;
    left: 4px;
    top: 4px;
    height: 30px;
}

nav {
    width: 100%;
    max-width: 1200px;

    margin: auto;

    transition: margin 1000ms;

    /*background: rgba(255,0,0, 1.6);*/

    /*box-shadow: 0px 0px 4px 4px rgba(0,0,0, .7);*/
}

nav ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    margin: 0 auto;
    list-style: none;

    background: rgba(0,0,0, .7);
    height: 25px;
    width: 385px;

    /*margin-top: 10px;*/

    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;

}

nav li {
    /*margin-top: 9px;*/
    margin: 0;
    float: left;
    /*padding: 2px 18px 2px 2px;*/
    padding: 2px 14px 2px 0px;
    /*background: rgba(255,0,0, .5);*/
}

nav li a {
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    font-size: 16px;
}

nav li a.active {
    color: #fff;
    opacity: 1;
    /*border-bottom: 2px solid #fff;*/
}

nav li a:hover {
    color: #fff;
    opacity: 1;
}




#sampleMovie
{
    position: absolute;
    top: 0px;
    /*left: -400px;*/

    /*left: 0px;*/
    /*width: 800px;*/

    /*left: 0px;*/
    /*width: 100%;*/

    /*max-width: 820px;*/
}

@media all and (orientation:portrait)
{
    #sampleMovie {
        left: -400px;
    }
}

@media all and (orientation:landscape)
{
    #sampleMovie {
        left: 0;
    }
}

/*#slide1 {*/
    /*background: url('../images/3d-atm-blur-darkened2.jpg');*/
    /*width: 100%;*/
    /*color: #fff;*/
    /*!*height: 600px;*!*/
    /*margin: 0;*/
    /*!*padding: 200px 0 260px 0;*!*/
    /*background-size: 100%;*/
    /*!*background-size: 100%;*!*/
/*}*/

/*#slide2 {*/
    /*background-color: #fff;*/
    /*color: #333333;*/
    /*height: 100px;*/
    /*margin: 0 auto;*/
    /*overflow: hidden;*/
    /*padding: 200px 0;*/
/*}*/

/*#slide3 {*/
    /*background: url(../images/shutterstock_126141395.jpg) 50% 0 no-repeat fixed;*/
    /*color: #fff;*/
    /*height: 600px;*/
    /*padding: 170px 0 0 0;*/
    /*background-size: cover;*/
/*}*/

/*#slide4 {*/
    /*background-color: #fff;*/
    /*color: #333333;*/
    /*height: 50px;*/
    /*padding: 200px 0;*/
/*}*/

/*#slide5 {*/
    /*background: url(../images/hand-getting-money.png) 50% 0 no-repeat fixed;*/
    /*background-size: cover;*/
    /*!*height: 200px;*!*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*!*margin: 0 auto;*!*/
    /*!*padding: 250px 0;*!*/
    /*margin: 0;*/
    /*passing: 0;*/
    /*color: #fff;*/
/*}*/



.box-layout
{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: auto;
    overflow-y: hidden;
    overflow-x: hidden;

    border-left: 1px solid #555;
    border-right: 1px solid #555;
    border-right: 1px solid #555;

    box-shadow: 1px 1px 4px 6px rgba(0,0,0, .5);

    background: #000;
}

.video-layout
{
    width: 100%;
    height: 100%;
    /*max-width: 800px;*/
    max-width: 1200px;
    margin: auto;
    overflow: hidden;

    position: relative;

    background: #000;
    border-left: 1px solid rgba(255,255,255, .3);
    border-right: 1px solid rgba(255,255,255, .3);
}

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

    /*height: 400px;*/
    flex-direction: column;
}

.slide .top.copy
{
    font-size: 6vw;
    line-height: 8vw;

    color: yellow;
    text-shadow: 3px 3px 5px rgba(0,0,0, .7);
}

.slide .bottom.copy
{
    font-size: 8vw;
    line-height: 10vw;

    color: white;
    text-shadow: 3px 3px 5px rgba(0,0,0, .7);
}


/* Cycle */

#cycler {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#cycler img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    z-index: 1;
    width: 100%;
    height: 100%;
}

#cycler img.active {
    z-index: 3
}

.services
{
    /*border: 1px solid #000;*/
    /*border-radius: 14px;*/
    /*padding: 2px;*/
    /*margin: 4px;*/
    width: 100%;

    border-top: 1px solid #000;
    border-bottom: 1px solid #000;

    box-shadow: 0px 0px 3px 5px rgba(0,0,0, .4);

    padding-bottom: 20px;
}

.services h2
{
    color: #333;
    text-shadow: 2px 2px 2px rgba(0,0,0, .2);
    margin: 30px 0 10px 0;
    padding: 0;
    letter-spacing: 4px;
}

/*.services h2*/
/*{*/
    /*color: #333;*/
    /*text-shadow: 2px 2px 2px rgba(0,0,0, .2);*/
    /*margin: 30px 0 10px 0;*/
    /*padding: 0;*/
    /*font-size: 28px;*/
    /*letter-spacing: 4px;*/

    /*font-size: 4vw;*/
    /*line-height: 5vw;*/
/*}*/

.services .service-row
{
    width: 100%;
}

.services .service
{
    /*float: left;*/

    width: 100%;
    /*height: 70%;*/
    border: 1px solid rgba(0,0,0, 1.1);
    border-radius: 6px;
    /*padding: .5rem;*/

    background: rgba(0,0,0, .1);
    /*background: url(../images/black-grill5b.png);*/
    /*background-size: 20%;*/

    /*box-shadow: inset 1px 2px 3px 3px rgba(0,0,0, .3);*/
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0, .3);

    margin: 30px 0 10px 0;

    /*margin: 30px 4px 10px 4px;*/
}

.services .service p {
    margin: 1.5rem .5rem 1rem .5rem;
}

.services .service h3 {
    border: 1px solid rgba(255,255,255, 1.5);
    border-radius: 50%;
    padding: 10px 4px 10px 4px;
    width: 50%;
    margin: -25px auto;
    background: #000;
    color: #fff;
    box-shadow: 1px 1px 1px 3px rgba(0,0,0, .3);
    font-size: .9rem;
    font-weight: normal;
}

/*@media screen and (min-width: 20rem) {*/
    /*.services .service h3 {*/
        /*font-size: 1.2rem;*/
    /*}*/
/*}*/


/*.services .service .title {*/
    /*border: 1px solid rgba(255,255,255, 1.5);*/
    /*border-radius: 50%;*/
    /*padding: 10px 4px 10px 4px;*/
    /*width: 50%;*/
    /*margin: -25px auto;*/
    /*background: #000;*/
    /*color: #fff;*/
    /*box-shadow: 1px 1px 1px 3px rgba(0,0,0, .3);*/
/*}*/

/*.services .service .description*/
/*{*/
    /*padding: 35px 4px 8px 8px;*/
/*}*/


.about-us{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .7);
    display: flex;
    flex-direction: column;
}

.about-us p
{
    color: #fff;
}


.about-us h2
{
    text-shadow: 2px 2px 2px rgba(0,0,0, 1.2);
    color: #ffff00;
    letter-spacing: 4px;
}


.referrals{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 0px 1px 2px 4px rgba(0,0,0, .7);

    background: #fff; display: flex; align-items: center; justify-content: center;

}

/*.referrals p*/
/*{*/
    /*color: #fff;*/
/*}*/


.referrals h2 {
    color: #333;
    text-shadow: 2px 2px 2px rgba(0,0,0, .2);
    margin: 30px 0 10px 0;
    padding: 0;
    letter-spacing: 4px;
}

.referrals .text-wrapper
{
    background: rgba(0,0,0, .1);
    margin: 20px;
    padding: 0 20px 0 20px;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: inset 0px 0px 3px 3px rgba(0,0,0, .4);
}

/*.about-us-description, .about-us-info, .about-us-title*/
/*{*/
    /*margin: auto;*/
    /*color: #fff;*/
    /*font-size: 2.5vw;*/
    /*line-height: 4vw;*/
    /*text-shadow: 2px 2px 2px rgba(0,0,0, 1.2);*/
/*}*/

/*.about-us-info, .about-us-title*/
/*{*/
    /*font-size: 4vw;*/
    /*line-height: 5vw;*/
/*}*/

/*.about-us-title*/
/*{*/
    /*letter-spacing: 4px;*/

    /*line-height: 110px;*/

    /*height: 110px;*/
    /*background: red;*/
    /*color: yellow;*/

    /*!*font-weight: bold;*!*/
/*}*/

.about-us-info a
{
    color: yellow;
    text-decoration: none;
}

.about-us-description, .about-us-info i{
    margin-right: 20px;
    color: #fff;
}

@media only screen and (max-width: 800px) {
    .about-us-description, .about-us-info, .about-us-title
    {
        font-size: 6vw;
        line-height: 10vw;
        /*font-weight: normal;*/
    }

}


/*.referral-title*/
/*{*/
    /*color: #333;*/
    /*text-shadow: 2px 2px 2px rgba(0,0,0, .2);*/
    /*margin: 30px auto;*/
    /*padding: 0;*/
    /*font-size: 6vw;*/
    /*font-size: 28px;*/
    /*letter-spacing: 4px;*/
/*}*/

.referral-title h2
{
    color: #333;
    text-shadow: 2px 2px 2px rgba(0,0,0, .2);
    margin: 30px 0 10px 0;
    padding: 0;
    font-size: 28px;
    letter-spacing: 4px;
}

.referral-description
{
    color: #777;
    /*text-shadow: 2px 2px 2px rgba(0,0,0, .2);*/
    /*margin: auto;*/
    padding: 0;
    font-size: 4vw;
    line-height: 5vw;
    margin: 0 20px 20px 20px;

    border: 1px solid rgba(0,0,0, 1.1);
    border-radius: 6px;
    padding: 2vw;
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0, .3);

    background: rgba(0,0,0, .1);
}


@media only screen and (max-width: 800px) {
    .referral-description
    {
        font-size: 6vw;
        line-height: 8vw;
        /*font-weight: normal;*/
    }

}

.contact-us
{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .7);
    display: flex;
    flex-direction: column;
}

.contact-us h2
{
    text-shadow: 2px 2px 2px rgba(0,0,0, 1.2);
    color: #ffff00;
    letter-spacing: 4px;
}

.contact-form
{
    margin: 20px 4vw 0px 4vw;
}

.contact-form .input-wrapper
{
    background: rgba(255,255,255, .4);
    padding: 3px 10px 5px 10px;
    margin: 0 0 10px 0;
    box-shadow: inset 1px 1px 2px 3px #000;
    border: 1px solid #fff;
    border-radius: 8px;
}

.contact-form .input-wrapper input, .contact-form .input-wrapper textarea
{
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    /*font-size: 2vw;*/
    /*line-height: 3vw;*/
    color: #fff;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
}

.contact-form .input-wrapper input::placeholder, .contact-form .input-wrapper textarea::placeholder {
    color: rgba(255,255,255, .4);
    font-size: .8rem;
    text-shadow: none;
}

.contact-form button
{
    width: 100%;
    /*height: 30px;*/
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 30px;
    border-radius: 8px;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
    border-width: 3px;

    background: #eee;

    box-shadow: 0px 0px 3px 3px rgba(0,0,0, .4);
}

.copy a, .copy a:active{
    color: yellow;
}