/*


*/

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
p {
    line-height: 1.33em;
    color: #7E7E7E;
}
h1 {
    color: #EEEEEE;
}
body{
font-size: 14px;
}

.demo{
        background-color: black !important;
        background-image:url(img/tut.jpg) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        /*color:#FFF;font-family:Arial, Helvetica, sans-serif;*/
        min-height:100%;}


.send-h5 {
        color: white;
}
.gold-input {
}
.gold-input-text {

}
#contact {
        background-color: transparent !important;
}
.container {
        background-color: transparent !important;
}
.card-panel {
        background-color: transparent !important;

}
#loader-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        /* background-color:  #030303; */
}
#loader {
        display: block;
        position: relative;
        left: 10%;
        top: 30%;
        width: 500px;
        height: 150px;
        margin: 0 auto;
        /**/
        /*background-color: #2b273d;*/
        /*margin: -75px 0 0 -75px;*/
        /*    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;*/
        /*-webkit-animation: spin 2s linear infinite;*/ /* Chrome, Opera 15+, Safari 5+ */
        /*animation: spin 2s linear infinite;*/ /* Chrome, Firefox 16+, IE 10+, Opera */
        z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        /*        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;*/
        /*-webkit-animation: spin 3s linear infinite;*/ /* Chrome, Opera 15+, Safari 5+ */
        /*animation: spin 3s linear infinite;*/ /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        /*        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;*/
        width: 70%;
        /*-webkit-animation: spin 1.5s linear infinite;*/ /* Chrome, Opera 15+, Safari 5+ */
        /*animation: spin 1.5s linear infinite;  Chrome, Firefox 16+, IE 10+, Opera */
    }

#loader img {
    width: 50%;
    /* margin: 0 auto; */
}



    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: black;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        /* background-color:  #030303; */
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
        transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
        transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;
        /* background-color: #030303; */
        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
        transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.3s 1s ease-out;
        transition: all 0.3s 1s ease-out;
    }

    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js
        h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 10px;
        /* padding-top: 390px; */
        width: 100%;
        max-width: 978px;
    }






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
        background-color: transparent;
        border: 0;
        overflow: hidden;
    /* IE 6/7 fallback */
    *
        text-indent: -9999px;
}

.ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
        display: none !important;
        visibility: hidden;
}
.no-focus {outline:0 !important;}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
        visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
        content: " "; /* 1 */
        display: table; /* 2 */
}

.clearfix:after {
        clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *
        zoom: 1;
}

    .back-link a {
        color: #4ca340;
        text-decoration: none;
        border-bottom: 1px #4ca340 solid;
    }
    .back-link a:hover,
    .back-link a:focus {
        color: #408536;
        text-decoration: none;
        border-bottom: 1px #408536 solid;
    }
    h1 {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
        margin: 0;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-size: 32px;
        margin-bottom: 3px;
    }
    .entry-header {
        text-align: left;
        margin: 0 auto 50px auto;
        width: 80%;
        max-width: 978px;
        position: relative;
        z-index: 10001;
    }
    #main-content {
        /* padding-top: 100px; */
    }
.gold-p{
    /* padding: 0 15%; */
    color: #ca7900 !important;
    margin-bottom: 30px;
}

a.gold-p-uline {
    text-decoration: underline;
}
.lmg-title {
    font-size: 2.2rem !important;
    color: white;
    font-weight: 400;
    letter-spacing: 3px;
    color: #d5995d !important;
}
.lmg-list {
    color: white;
}

.lmg-list li {
    color: #ca7900 !important;
    font-size: 1.5rem;
    /* margin-bottom: 11px; */
    font-weight: 300;
    /* text-align: left; */
    line-height: 1.4rem;
    width: 80%;
    margin: 15px auto;
}
.gold-header p{font-size: 1.2rem !important;color: #9e9e9e !important;/* width: 70%; */padding: 0 15%;}
.tut-img{
    width: 70%;
    margin: 0 15%;
    /* padding-left: 10%; */
}
.lmg-logo{
    width: 200px;
    margin: 0 auto;
}
.return-btn{
    padding: 50px 0 0px 0;
    padding: 0;
    margin: 0;
    color: #ca7800bf !important;
}
/* form tectarea - input styles */
textarea {color: #fb8c01  !important;text-shadow: 0px 0px 0px #fb8c01;-webkit-text-fill-color: transparent;}
textarea::placeholder {color: #9e9e9e;}
textarea::placeholder:active {color: #85C1E9 !important;}
textarea:focus {
    border-bottom: 1px solid #85C1E9 !important;
    -webkit-box-shadow: 0 1px 0 0 #85C1E9 !important;
    box-shadow: 0 1px 0 0 #85C1E9 !important;
}

input::placeholder {color: #9e9e9e;}

input[type="text"]:focus {
    border-bottom: 1px solid #85C1E9 !important;
    -webkit-box-shadow: 0 1px 0 0 #85C1E9 !important;
    box-shadow: 0 1px 0 0 #85C1E9 !important;
}

input[type="email"]:focus {
    border-bottom: 1px solid #85C1E9 !important;
    -webkit-box-shadow: 0 1px 0 0 #85C1E9 !important;
    box-shadow: 0 1px 0 0 #85C1E9 !important;
}

/*input[type="email"] {
    border-bottom: 1px solid #85C1E9 !important;
    -webkit-box-shadow: 0 1px 0 0 #85C1E9 !important;
    box-shadow: 0 1px 0 0 #85C1E9 !important;
}*/

input[type=text] {
    color: #fb8c01 !important;
    text-shadow: 0px 0px 0px #fb8c01;
    -webkit-text-fill-color: transparent;
}

input[type=email] {
    color: #fb8c01 !important;
    text-shadow: 0px 0px 0px #fb8c01;
    -webkit-text-fill-color: transparent;
}


input::-webkit-input-placeholder {text-shadow: none;-webkit-text-fill-color: initial;}
textarea::-webkit-input-placeholder {text-shadow: none;-webkit-text-fill-color: initial;}



.materialize-textarea.valid{

    border-bottom: 1px solid #fff !important;
    -webkit-box-shadow: 0 1px 0 0 #fff !important;
    box-shadow: 0 1px 0 0 #fff !important;
    color: #fff;
}

input lable.active {
    color: blue;
}
lable.active::after {
    color: blue;
}





/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (
        min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */;}

@media print,
       (
        -o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */;}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^=
        "javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.lmg-CTA {
    margin: 0 auto !important;
}


input.btn {
    margin: 12px auto 0;
    width: 100%;
}

@media only screen and (min-width: 320px){

    .flow-text {font-size: 0.9rem !important;line-height: 1.3rem !important;}

}


@media only screen and (min-width: 360px) {

    #loader {left: 14%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 390px) {

    #loader {left: 15%;top: 30%;width: 500px;height: 150px;}
}

@media only screen and (min-width: 420px) {

input.btn {margin: 0;width: 100px;}

#loader img {width: 70%;}

#loader {left: 7%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 450px) {

    #loader {left: 10%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 480px) {

    #loader {left: 12%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 510px) {

    #loader {left: 1212%;top: 30%;width: 500px;height: 150px;}


.lmg-logo {width: 300px;margin: 20px auto;}

#loader {left: 12%;top: 30%;width: 500px;height: 150px;}


.gold-p {padding: 0 15% !important;}

}

@media only screen and (min-width: 540px) {

    #loader {left: 12%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 570px) {

    #loader {left: 12%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 600px) {

    #loader {left: 12%;top: 30%;width: 500px;height: 150px;}


    .lmg-logo {width: 380px;margin: 20px auto;}
}

@media only screen and (min-width: 601px) {

    #loader {left: 12%;top: 30%;width: 500px;height: 150px;}

    .lmg-logo {width: 380px;margin: 20px auto;}

}

@media only screen and (min-width: 630px) {

    #loader {left: 12%;top: 30%;width: 500px;height: 150px;}

    .lmg-logo {width: 400px;margin: 20px auto;}

}

@media only screen and (min-width: 660px) {

    #loader {left: 12%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 690px) {

    #loader {left: 10%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 720px) {

    #loader {left: 9%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 750px) {

    #loader {left: 9%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 780px) {

    #loader {left: 8%;top: 30%;width: 500px;height: 150px;}

    .lmg-logo {width: 440px;margin: 20px auto;}

}

@media only screen and (min-width: 810px) {

    #loader {left: 7%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 840px) {

    #loader {left: 8%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 870px) {

    #loader {left: 15%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 900px) {

    #loader {left: 15%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 930px) {

    #loader {left: 7%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 993px) {

    #loader {left: 7%;top: 30%;width: 500px;height: 150px;}


}

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

    #loader {left: 5%;top: 30%;width: 500px;height: 150px;}

}



@media only screen and (min-width: 1300px) {

    #loader {left: 5%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 1400px) {

    #loader {left: 5%;top: 30%;width: 500px;height: 150px;}



}

@media only screen and (min-width: 1500px) {

    #loader {left: 4%;top: 30%;width: 500px;height: 150px;}

}

@media only screen and (min-width: 1600px) {



}


/*
	Ok so you have made it this far, that means you are very keen to on my code.
	Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
	Follow me @ihatetomatoes
*/
