body {
    background-repeat: repeat;
    background-size: inherit;
    background-image: url('/theme/images/newUI/fabric.png');
}
.main-nav{
    position: absolute;
    background-color: transparent;
    height: 55px;
}

.mobile-menu{
    background-color: #232323;
}

.frontpressquote{
    max-width: 450px;
    margin: 0 auto;
    font-size: 1.5em!important;
    font-style: italic;
    margin-top: 20px;
}
.quoteauth{
    font-size: 17px;
    color: #ffffff;
}

#section0 h1{
    font-size: 30px;
    padding: 10px;
    color: #ffffff;
    text-shadow: 2px 2px 7px #000000;
    margin-bottom:0px;
}

#section0 .overlay{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4));
    background: -webkit-linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4));
}

#section0 .toplay{
    z-index: 4;
}

#section0 .toplayabsolute{
    position: absolute;
    z-index: 4;
}

#section0 .toplayrelative{
    position: absolute;
    z-index: 4;
}

#section0 .login-layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: -30px;
    top: 0;
    text-align: right;
    padding: 15px;
}
#section0 .logo-layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 15px;
    text-align: left;
    display: none;
}

#section0 {
    overflow: hidden;
    text-align:center;
}

#section0 .landing-element {
    position: absolute;
    width: 100%;
}

#section0 .layer {
    left: 0;
    top: 25%;
}	

#section0 .readmore {
    left: 0;
    bottom: 2%;
}
#signupbutton{
    background-color: #026c59;
    font-size: 16px;
    border:none;
    border-radius: 10px;
    padding: 25px 50px;
    color: #ffffff;
    letter-spacing: .2em;
    outline: none;
    border: none;
    cursor: pointer;
}

#loginbutton{
    background-color: #ffffff;
    font-size: 14px;
    border:none;
    border-radius: 10px;
    padding: 10px 15px;
    color: #026c59;
    letter-spacing: .2em;
    outline: none;
    border: none;
    max-width: 130px;
    width: 20%;
    min-width: 100px;
    cursor: pointer;
    display: none;
}

.featured_banner_box{
    max-width: 900px;
    max-height: 367px;
    width: 95%;
    text-align: center;
    margin: auto;
}

.featured_banner_pic{
    width: 100%;
}

.highlighted-text{
    width: 95%;
    max-width: 900px;
    margin: 30px auto;
}
.tabs .label{
    display: inline-block;
}        

/*---------------Show Grid-------------*/

.tabs .my_container{
    width: 90%;
    margin: 0 auto;
}


/* natrual box layout to all elements*/
.tabs .container  *,
.tabs .container  *:before,
.tabs .container  *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs .my_container ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
    max-width: none;
}
.tabs .my_container ul .block {
    width: 20%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 25% 0;
    transition: 0.8s ease;
    display: inherit;
    visibility: visible;
    opacity: 1;
}
.tabs .my_container ul .block:hover span {
    height: 50%;
}
@media screen and (max-width: 1024px) {
    .tabs .my_container ul .block {
        width: 25%;
        padding-bottom: 31.25%;
    }

    .tabs .my_container ul .im10,
    .tabs .my_container ul .im09 {
        display: none;
    }
}
@media screen and (max-width: 725px) {
    .tabs .my_container ul .block {
        width: 33.33%;
        padding-bottom: 41.25%;
    }

    .tabs .my_container ul .im08,
    .tabs .my_container ul .im07 {
        display: none;
    }

}
@media screen and (max-width: 500px), screen and (max-height: 550px)  {
    .tabs .my_container ul .block {
        width: 50%;
        padding-bottom: 62.5%;
    }

    .tabs .my_container ul .im06,
    .tabs .my_container ul .im05 {
        display: none;
    }

    .frontpressquote{
        max-width: 370px;
        width: 80%;
        margin: 0 auto;
        font-size: 1.2em!important;
        font-style: italic;
        margin-top: 20px;
    }
    .quoteauth{
        font-size: 14px;
        color: #ffffff;
    }

}

@media screen and (max-height: 550px){
    .frontpressquote{
        display:none;
    }
    .quoteauth{
        display: none;
    }
}


.tabs .my_container ul .block img {
    max-width: none;
    width: 95%;
    position: absolute;
    top: 0;
    left: 0;
}
.tabs .my_container ul .block span {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    position: absolute;
    bottom: 0;
    left: 10px ;
    padding: 0 1rem;
    font-size: 1.3rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.8s ease;
}

.tabs .my_container ul .block:hover {
    transform: scale(0.97);
    cursor: pointer;
}

.tabs .my_container ul .block:active {
    transform: scale(0.93);
    cursor: pointer;
}


/*---------------End Show Grid-------------*/


.ptable-outer {
    width: 325px;
    height: 100%;
    display: inline-block;
    padding: 0px 15px 40px 15px;
}

.ptable-top {
    width: 100%;
    height: 70px;
    background-color: #026c59;
}

.ptable-top h2 {
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 15px;
}

.ptable-mid {
    width: 100%;
    height: 337px;
    background-color: #ffffff;
}
.ptable-mid p {
    font-size: 13px!important;
    text-align: center;
    padding: 8px!important;
}
.ptable-mid h2 {
    color: #026c59;
    font-size: 33px;
    text-align: center;
    padding: 22px 22px 10px 22px;
    margin-bottom: 0px;
}
.ptable-mid .discounted_price{
    font-size: 30px;	
    text-decoration: line-through;
}

.ptable-mid .new_price{
    font-size: 38px;
    color: #e2b62d;
    padding: 0;
}
.ptable-bot {
    width: 100%;
    height: 50px;
    background-color: #026c59;
    transition: all .2s ease-in-out;
}
.ptable-bot:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.ptable-bot h2{
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 15px;
}

.big-green-button {
    background-color: #026c59;
    font-size: 16px;
    padding: 25px 50px;
    color: #ffffff;
}

.ptable-top, .ptable-bot{
    text-transform: uppercase;
}

.logsign{
    display: none;
}

#login-signup-verbage{
    display: none;
}

@media screen and (max-width: 1150px) {
    .ptable-outer {	
        width: 80%;
        padding: 0px 0px 40px 0px;
    }

    .ptable-mid {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
        background-color: #ffffff;
        border: #026c59 2px solid;
    }	

    .ptable-bot:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

    .ptable-mid h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 400px) and (max-height: 600px) {
    .ptable-outer {	
        width: 100%;
    }

    .ptable-top h2 {
        font-size: 16px;
    }

    .frontpressquote{
        width: 90%;
        line-height: 18px!important;
        margin: 0 auto;
        font-size: 1em!important;
        font-style: italic;
        margin-top: 20px;
    }
}
.highlighted-pic{
    width: 100%;
}


/*.aboutimg {
        float:left; 
        padding-right: 40px; 
        width:30%; 
        min-width: 280px;
}*/

/*.aboutpa {
        float: left; 
        width: 60%;
}*/

@media screen and (max-width: 940px) {
    #loginbutton{
        max-width: 100px; 
        width: 5%; 
        font-size: 11px;
        display: inherit;
    }
    #section0 .logo-layer {
        display: inherit
    }

}



#myVideo {
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
}

#mainblurb{
    height: 100%;
}

@media screen and (max-height: 450px) , screen and (max-width: 500px) {

    #section0 .layer {
        top: 25%;
    }

    #section0 .layer h1 {
        font-size: 20px; 
        padding: 10px 10px 5px 10px; 
        line-height: 25px;
    }

    #signupbutton {
        font-size: 13px;
        padding: 16px 30px;
        margin-top: -15px;
    }




    .big-green-button {
        background-color: #026c59;
        font-size: 13px;
        border: none;
        border-radius: 10px;
        padding: 16px 30px;
        color: #ffffff;
        letter-spacing: .2em;
        margin-top: -15px;
        outline: none;
        border: none;
        cursor: pointer;
    }

}




#scroll-down-cheveron {
    position: absolute;
    bottom: 40%;
    left: 50% ;
    width: 60px;
    height: 60px;
    display: block;
    margin-left:-30px;
    text-align: center;
    color:#ffffff;
    font:normal 45px 'Lato';
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
#scroll-down-cheveron:before {
    content: "\fe3e";
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}


/*---------------------------------------------PRELOADER STYLING ---------------------------------------------------------*/


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

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

/* ==========================================================================
Custom styles
   ========================================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 70px;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #026c59;


    -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-static {
    display: block;
    position: relative;
    top: 35%;
    width: 100%;
    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: #10473d;

    -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: #108f78;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ebebeb;
    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 {
    -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-static {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -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;
}







/* ==========================================================================
   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;
}

/*
 * 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;
}

/* ==========================================================================
   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;
    }
}

#slideshow { 
    position: relative; 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.header-notification-wrapper {
    margin: 0;
    position: absolute;
    top: 15%;
    left: calc(50% - 150px);
    width: 300px;
    z-index: 1;
}
.header_notification_container .fa-exclamation-triangle {
    display: block;
}
.header_notification_container {
    border-radius:5px;
    font-size: 17px;
    line-height: 23px;
} 
