html, body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    /*background-color:#16739c;*/
    /*background-image: url(/Images/mobile/Default.jpg);*/
    background-repeat: repeat-y;
}

html, body, p {
    margin: 0;
    padding: 0;
    color: black;
}

    html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6, p h1, p h2, p h3, p h4, p h5, p h6 {
        margin: 0;
        padding: 0;
    }

header {
    text-align: center;
    width: 100%;
}

a {
    color: #f16522;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearFix, .container:after, #cartDisp:after, .content:after, .searchForm:after, .productLink:after, .priceCnt:after, .confirmInputRow:after {
    content: '';
    display: block;
    clear: both;
}

.container {
    position: relative;
    display: block;
    /*min-height:60%;*/
    margin: 15px auto 0 auto;
}

    .container.minContent {
        min-height: 0;
        margin: 0 auto;
    }
.fadein {
  position: fixed;
  width: 100%;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -5;
}

.fadein img {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.fadein img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.fadein img:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.fadein img:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}#sliderCnt {
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    #sliderCnt > #leftArrow, #sliderCnt > #rightArrow {
        position: absolute;
        z-index: 5;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #fff;
        background-color: rgba(255,255,255,0.8);
        top: 100px;
    }

    #sliderCnt > #leftArrow {
        left: 15px;
    }

    #sliderCnt > #rightArrow {
        right: 15px;
    }

#slider {
    position: relative;
    width: 100%;
    height: 200px;
}

    #slider > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 75%;
        max-height: 200px;
        opacity: 0;
    }

footer {
    border-top: 2px medium #000066;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.seperator {
    position: relative;
    top: -21px;
    height: 0;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

    .seperator > img {
        display: block;
        max-width: 100%;
        height: 42px;
    }

.logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
}

    .logo img {
        width: 100%;
    margin-top: -10px;
    }


.content {
    width: 80%;
    height: 90%;
    padding: 5%;
    background-color: rgba(255,255,255,0.75);
        margin: 0 auto;
}

    .content > img {
        display: block;
        margin: 0 auto;
    }

    .content * {
    max-width: 100%;
    font-family: 'Raleway', sans-serif;
    }

    .content > h1, .content > h2, .content > h3, .content > h4, .content > h5 {
    color: #f16522;
    font-family: 'Raleway', sans-serif;
    }

.slide > img, .pageslide > img {
    width: 100%;
}

.imgGridFBAdditional {
    width: 100%;
}

.profileLink {
    display: block;
    margin: 12px 0;
    text-decoration: none;
}

    .profileLink:after {
        content: '';
        display: block;
        clear: both;
    }

    .profileLink > img {
        float: left;
        margin-right: 10px;
        max-width: 100px;
    }

.profileInfo > strong {
    color: #C00;
}

.profileInfo > div {
    margin: 8px 0;
    color: #333;
}

.profileInfo > i {
    color: #C00;
}

.profileContent > strong {
    color: #c00;
    padding: 8px 0;
}

.profileContent > a {
    padding: 8px 0;
    color: #c00;
    display: block;
}

.eventLink, .newsLink {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: #1fb6e8;
    text-decoration: none;
}

    .eventLink > h3, .newsLink > h3 {
        color: #000066;
    }

    .eventLink > p, .newsLink > p {
        margin: 10px 0 8px 0;
    }

    .eventLink > i, .newsLink > i {
        display: block;
        margin: 7px 0;
    }

.searchForm {
    border: 1px solid #ccc;
    padding: 0 8px 0 8px;
    font-size: 16px;
}

    .searchForm > * {
        margin: 8px 0;
    }

    .searchForm > label {
        line-height: 36px;
    }

    .searchForm > #query {
        float: right;
    }

    .searchForm > #category {
        float: left;
    }

    .searchForm > #ShopSearchBtn {
        float: right;
    }

.productLink {
    margin-top: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    background-color: #f6f6f6;
}

    .productLink > img, .productLink > div {
        float: left;
        width: 50%;
    }

        .productLink > div > h3 {
            padding-left: 10px;
            margin-top: 3px;
            color: #c00;
            font-size: 16px;
        }

        .productLink > div > i {
            padding-left: 10px;
        }

#qtyCnt {
    width: 109px;
    margin: 0 auto;
}

    #qtyCnt > input {
        width: 40px;
    }

.priceCnt {
    margin-top: 12px;
    padding: 8px;
    border: 1px solid #ccc;
}

    .priceCnt > p {
        float: left;
        line-height: 30px;
        margin: 0;
    }

    .priceCnt > img {
        float: right;
        max-width: 50%;
    }

h2 {
    font-size: 22px;
    font-weight: 200;
}

.Primaryimg {
    width: 60%;
    margin-left: 19%;
    margin-right: auto;
    margin-bottom: 10px;
}

.altimg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .altimg > img {
        width: 32%;
    }

.pdf img {
    width: 20px;
    margin-right: 10px;
}

.cartTable {
    margin-bottom: 5px;
}

    .cartTable td, .cartTable th {
        background-color: #fff;
    }

        .cartTable td:nth-of-type(2), .cartTable th:nth-of-type(2) {
            width: 100%;
        }

.PQtys {
    display: block;
    width: 40px;
    margin: 0 auto;
}

#Error {
    color: #f00;
    display: none;
    font-size: 17px;
    margin-bottom: 10px;
}

    #Error.error {
        display: block;
    }

#TOScheckboxTxt {
    font-size: 12px;
}

.checkoutPanel {
    width: 90%;
    padding: 3%;
    background-color: #d6d6d6;
    font-size: 14px;
}

#checkoutOR + .checkoutPanel {
    margin-bottom: 15px;
}

#paynow > ._cards {
    float: left;
    width: 80%;
}

#paynow > ._padlock {
    float: right;
    width: 16%;
}

#paynow > ._cardpay {
    clear: both;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

#checkoutOR {
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.checkoutInfoFieldSet {
    display: block;
    min-width: 0;
    width: 90%;
    padding: 4%;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.confirmInfoDisp {
    border: 1px solid #ccc;
    padding: 6px;
    margin-bottom: 5px;
}

.confirmInputRow {
    font-size: 13px;
    margin-bottom: 5px;
}

    .confirmInputRow > span {
        float: left;
        width: 65px;
        margin-right: 8px;
        padding-top: 3px;
    }

        .confirmInputRow > span.expirationLbl {
            padding-top: 15px;
        }

    .confirmInputRow > input, .confirmInputRow > select {
        float: left;
        width: 150px;
    }

        .confirmInputRow > input#expirationM, .confirmInputRow > select#expirationM {
            margin-right: 5px;
        }

    .confirmInputRow > #cscNote {
        float: none;
        clear: both;
        font-size: 10px;
    }

#CheckoutProcess {
    display: block;
    margin-top: 8px;
}

.shopLoginFrm {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #d6d6d6;
}

.login {
    padding: 4px 0 1px 0;
    display: block;
    text-align: center;
    background-color: #B3BED7;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

    .login a {
        color: #FFFFFF;
        text-decoration:none;
    }

@keyframes HPsliderFadeInOut {
    0% {
        opacity: 1;
    }

    16.67% {
        opacity: 1;
    }

    16.67% {
        opacity: 0;
    }

    99.96% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#HPslider {
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

    #HPslider img {
        width: 100%;
        position: absolute;
        animation-name: HPsliderFadeInOut;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 18s;
    }

        #HPslider img:nth-of-type(1) {
            -webkit-animation-delay: 15s;
            -moz-animation-delay: 15s;
            -o-animation-delay: 15s;
            animation-delay: 15s;
        }

        #HPslider img:nth-of-type(2) {
            -webkit-animation-delay: 12s;
            -moz-animation-delay: 12s;
            -o-animation-delay: 12s;
            animation-delay: 12s;
        }

        #HPslider img:nth-of-type(3) {
            -webkit-animation-delay: 9s;
            -moz-animation-delay: 9s;
            -o-animation-delay: 9s;
            animation-delay: 9s;
        }

        #HPslider img:nth-of-type(4) {
            -webkit-animation-delay: 6s;
            -moz-animation-delay: 6s;
            -o-animation-delay: 6s;
            animation-delay: 6s;
        }

        #HPslider img:nth-of-type(5) {
            -webkit-animation-delay: 3s;
            -moz-animation-delay: 3s;
            -o-animation-delay: 3s;
            animation-delay: 3s;
        }

        #HPslider img:nth-of-type(6) {
            -webkit-animation-delay: 0;
            -moz-animation-delay: 0;
            -o-animation-delay: 0;
            animation-delay: 0;
        }

.mobMENU : ORDER ONLINE {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

    .mobMENU : ORDER ONLINE img {
        width: 45%;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 10px;
    }

footer .container {
    border-top: groove;
    border-color: #000066;
    border-top-width: 1px;
    padding-top: 10px;
}

.email {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #006;
    font-size: 17px;
}

    .email p {
        margin-top: 5px;
        color: #006;
    }

.newslettersignup {
    display: block;
    width: 210px;
    padding: 3px 0 1px 0;
    margin: 0 auto 5px auto;
    background-color: #B3BED7;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-family: 'Raleway', sans-serif;
    margin-top: 5px;
}

.SMicons {
    background-color: #FFF;
}

.twitter {
    margin-left: 10px;
    margin-right: 10px;
}

.COMitemdiv {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 100;
}

.COMtitle {
    color: #FFF;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-decoration:none;
}

.COMtitledetailscont {
    width: 96%;
    padding: 2%;
    background-color: #006;
    background-color: rgba(0,0,102,0.4);
    text-decoration:none;
}
.COMitemdiv a {
    text-decoration:none;
}

.COMimg {
    width: 100%;
}

.plancontainer {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.defaultlogo {
    /*width: 80%;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.venues {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 24px;
    color: #B2C0DB;
    font-family: 'Raleway', sans-serif;
}

.defaultlogo img {
    width: 30%;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: black;
}

p {
    display: block;
    font-family: 'Raleway', sans-serif;
}

.detailscontainer {
    margin: 20px auto 0 auto;
    width: 80%;
    color: black;
}

.location {
    margin-bottom: 1em;
}

.pagecontainer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .pagecontainer h1 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1px;
        margin-top: 10px;
        font-size: 24px;
        color: #B2C0DB;
        font-family: 'Raleway', sans-serif;
    }

.cntTextCnt a {
    text-decoration: solid;
}
footer a {
    color: #006;
    text-decoration: none;
}
/*@import 'Style/Assets/_cursorPop.scss';*/
