/*
	Multi-state, responsive CSS Bootstrap Theme
	Developer	: Brian McCleary
	Version		: 4.5
*/
a:hover{
     color: #00081A; 
}
div {
    border: 0px solid #f00;
}
/*buttons*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    padding: 4px 5px;
    margin: 0px 0px 4px 4px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    background-color: #0055FF;
    border: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        color: #cfcfcf;
    }

input, select {
    vertical-align: top;
}



/* Extra Small Devices, Phones */

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 533px) {
}

@media screen and (min-width: 640px) {
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .contact .form {
        padding: 0px 15% 0px 0px;
    }

    .contact .mail {
        text-align: left;
    }

    .contact .care {
        text-align: right;
        padding-top: 35px;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}



/* New Content */

.poph3 {
}

.popcontent .popitembox {
    padding: 2px;
    border-bottom: 1px dotted #cfcfcf;
}

.popcontent .popitembox-last {
    padding: 2px;
}

.popcontent .header {
    color: #000;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 6px;
}

    .popcontent .header:hover, .popcontent .description:hover {
        color: #666;
    }

.popcontent .description {
    color: #686868;
    padding-left: 10px;
    margin-bottom: 5px;
}

.popcontent .price-left {
    color: #6E6E6E;
    padding-left: 15px; /*text-decoration: line-through;*/
    border: 0px solid #f00;
    font-weight: 700;
}

.popcontent .price-right {
    color: #000;
    padding: 0px 0px 0px 0px;
    float: right;
}

    .popcontent .price-right:hover {
        color: #666;
    }

.popcontent .price-right-col1 {
    float: left;
    display: block;
    text-decoration: underline;
    color: #7D7B7C;
}

.popcontent .price-right-col2 {
    float: left;
    padding-top: 2px;
    display: block;
    color: #616466;
}

.popcontent .popimage {
    border: 1px solid #cfcfcf;
    margin: 0px 10px 10px 0px;
    float: left;
    line-height: 0;
    display: block;
}

.catcontent {
    border: 1px solid #cfcfcf;
    padding: 0px;
    margin: 0;
}

    .catcontent .header {
        color: #0055FF;
        text-align: left;
        padding: 15px 15px 3px 10px;
    }

    .catcontent .description {
        padding: 5px 5px;
        font-weight: bold;
    }

        .catcontent .description a {
            color: #000;
        }

    .catcontent .description-specs {
        padding: 5px 5px;
    }

    .catcontent .photo {
        text-align: center;
        border: 1px solid #cfcfcf;
        margin: 0px 5px 0px 5px;
        padding: 0px 15px;
    }

    .catcontent .itembox {
        background-image: url('../img/catdivider.jpg');
        background-position: top;
        background-repeat: repeat-x;
    }

    .catcontent .price {
        padding-left: 10px;
        background-color: #fff;
        color: #7D7B7C;
        border: 0px solid #0f0;
        font-weight: 700;
    }

    .catcontent .details {
        padding: 0px 10px 0px 0px;
        text-align: right;
    }

    .catcontent .btn-details {
        padding: 0px 0px 6px 15px;
        border: 0px solid #0f0;
        width: 100%;
        padding-left: 0px;
    }

    .catcontent .price-right-col1 {
        float: right;
        display: block;
        text-decoration: underline;
        color: #7D7B7C;
    }

    .catcontent .price-right-col2 {
        float: right;
        padding-top: 2px;
        display: block;
        color: #616466;
    }

    .catcontent .btn-details:hover {
        color: #cfcfcf;
    }

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input .button {
    margin: 0 0 0 0;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 2px 8px 2px 10px;
    border: solid 0px #fff;
    border-radius: 0px;
}

    #custom-search-input .button:hover {
        box-shadow: none;
        border-left: solid 0px #ccc;
    }

.form-control {
    display: block;
    padding: 5px 6px;
    font-size: 1.2em;
    margin: 0px 0px 4px 4px;
    font-weight: normal;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    width: 98%;
}

.form-search {
    border-radius: 0px;
    margin-left: 10px;
    width: 100%;
    display: block;
    padding: 5px 6px;
    font-size: 1.2em;
    font-weight: normal;
    color: #555;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

    .form-search:focus {
        margin-left: -1px;
        padding-left: 15px;
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }
/*Categories Styling*/

.itembox {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
    display: block;
    background-position: center;
    background-color: #fff;
    padding: 0px;
    background-position: bottom center;
    background-repeat: repeat-x;
}

    .itembox a {
        color: #000;
    }

        .itembox a:hover, .itembox a:link .itembox a:focus, .itembox a:active, .itembox a:visited {
            color: #000;
        }

.col_cat, .col_cat2, .col_popular {
    text-align: center;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    display: block;
    background-position: bottom center;
    background-repeat: repeat-x;
    border-bottom: 1px solid #cfcfcf;
}

.col_cat { /*width:25%;*/
}

.col_popular { /*width:16.666666667%;*/
}

.col_cat2 { /*width:16.66666666666667%;*/
}

.col_catbox {
    border-top: 0;
    margin-right: 1px;
    margin-left: 1px;
    background-color: #fff;
    padding-bottom: 15px;
    text-align: left;
}

.catheader {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}




@media screen and (min-width: 320px) {
    .popcontent .popitembox {
        margin: 5px;
        height: 125px;
    }

    .popcontent .popitembox-last {
        margin: 5px;
        height: 115px;
    }

    .popcontent .header {
        font-size: .8em;
        height: 35px;
    }

    .popcontent .description {
        font-size: .8em;
        line-height: 1.2em;
        height: 40px;
    }

    .popcontent .price-left {
        font-size: .85em;
    }

    .popcontent .price-right, .catcontent .btn-detail {
        font-size: .85em;
        margin-top: 3px;
    }

    .popcontent .popimage {
    }

    .catcontent .header {
        font-size: 1.2em;
    }

    .catcontent .description {
        font-size: .8em;
        line-height: 1.2em;
        height: 45px;
    }

    .catcontent .description-specs {
        font-size: .7em;
        height: 100px;
    }

    .catcontent .photo {
        line-height: 0;
    }

    .catcontent .itembox {
        height: 380px;
    }

    .catcontent .price, .catcontent .price-right-col1 {
        font-size: .7em;
    }
}
/* Extra Small Devices, Phones */

@media screen and (min-width: 480px) {
    .popcontent .popitembox {
        margin: 5px;
        height: 165px;
    }

    .popcontent .popitembox-last {
        margin: 5px;
        height: 165px;
    }

    .popcontent .header {
        font-size: .9em;
        height: 35px;
    }

    .popcontent .description {
        font-size: .9em;
        line-height: 1.2em;
        height: 85px;
        padding-left: 15px;
    }

    .popcontent .price-left {
        font-size: .85em;
    }

    .popcontent .price-right, .catcontent .btn-detail {
        font-size: .85em;
    }

    .popcontent .popimage {
    }

    .catcontent .header {
        font-size: 1.5em;
    }

    .catcontent .description {
        font-size: 1em;
        height: 55px;
    }

    .catcontent .description-specs {
        font-size: .8em;
        height: 95px;
    }

    .catcontent .photo {
        line-height: 0;
    }

    .catcontent .itembox {
        height: 425px;
    }

    .catcontent .price, .catcontent .price-right-col1 {
        font-size: .95em;
    }
}

@media screen and (min-width: 533px) {
    .popcontent .popitembox {
        margin: 5px;
        height: 190px;
    }

    .popcontent .popitembox-last {
        margin: 5px;
        height: 155px;
    }

    .popcontent .header {
        font-size: 1.5em;
        height: 60px;
    }

    .popcontent .description {
        font-size: 1.2em;
        line-height: 1.5em;
        height: 80px;
    }

    .popcontent .price-left {
        font-size: .85em;
    }

    .popcontent .price-right, .catcontent .btn-detail {
        font-size: .85em;
    }

    .popcontent .popimage {
    }

    .catcontent .header {
        font-size: 1.5em;
    }

    .catcontent .description {
        font-size: 1em;
        height: 50px;
    }

    .catcontent .description-specs {
        font-size: .85em;
        height: 95px;
    }

    .catcontent .photo {
        line-height: 0;
    }

    .catcontent .itembox {
        height: 475px;
    }

    .catcontent .price, .catcontent .price-right-col1 {
        font-size: 1em;
    }
}

@media screen and (min-width: 640px) {
    .popcontent .popitembox {
        margin: 5px;
        height: 230px;
    }

    .popcontent .popitembox-last {
        margin: 5px;
        height: 230px;
    }

    .popcontent .header {
        font-size: 1.5em;
        padding-left: 15px;
        height: 65px;
    }

    .popcontent .description {
        font-size: 1.2em;
        padding-left: 15px;
        height: 120px;
    }

    .popcontent .price-left {
        font-size: 1.2em;
    }

    .popcontent .price-right, .catcontent .btn-details {
        font-size: 1.2em;
    }

    .popcontent .popimage {
    }

    .catcontent .header {
        font-size: 1.5em;
    }

    .catcontent .description {
        font-size: 1.2em;
        height: 65px;
    }

    .catcontent .description-specs {
        font-size: .85em;
        height: 95px;
    }

    .catcontent .photo {
        line-height: 0;
    }

    .catcontent .itembox {
        height: 535px;
    }

    .catcontent .price, .catcontent .price-right-col1 {
        font-size: 1em;
    }
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .popcontent .popitembox {
        margin: 5px;
        height: 145px;
    }

    .popcontent .popitembox-last {
        margin: 5px;
        height: 145px;
    }

    .popcontent .header {
        font-size: .7em;
        line-height: 1.5em;
        height: 45px;
    }

    .popcontent .description {
        font-size: .7em;
        line-height: 1.3em;
        height: 65px;
    }

    .popcontent .price-left {
        ;
        font-size: .7em;
    }

    .popcontent .price-right {
        font-size: .7em;
    }

    .popcontent .popimage {
    }

    .catcontent .header {
        font-size: 1.1em;
    }

    .catcontent .description {
        font-size: .8em;
        line-height: 1.1em;
        height: 45px;
    }

    .catcontent .description-specs {
        font-size: .8em;
        line-height: 1.2em;
        height: 100px;
    }

    .catcontent .photo {
        line-height: 0;
    }

    .catcontent .itembox {
        height: 345px;
    }

    .catcontent .btn-details {
        font-size: .7em;
    }

    .catcontent .price {
        font-size: .7em;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .popcontent .popitembox {
        margin: 5px;
        height: 195px;
    }

    .popcontent .popitembox-last {
        margin: 5px;
        height: 195px;
    }

    .popcontent .header {
        font-size: 1em;
        line-height: 1.2;
        height: 50px;
    }

    .popcontent .description {
        font-size: 1em;
        line-height: 1.2em;
        height: 100px;
    }

    .popcontent .price-left {
        font-size: 1em;
    }

    .popcontent .price-right, .catcontent .btn-details {
        font-size: .85em;
    }

    .popcontent .popimage {
    }

    .catcontent .header {
        font-size: 1.2em;
    }

    .catcontent .description {
        font-size: .8em;
        line-height: 1.1em;
        height: 45px;
    }

    .catcontent .description-specs {
        font-size: .85em;
        line-height: 1.2em;
        height: 100px;
    }

    .catcontent .photo {
        line-height: 0;
    }

    .catcontent .itembox {
        height: 425px;
    }

    .catcontent .price {
        font-size: .85em;
    }

    .catcontent .details {
    }

    h3 {
        font-size: 1.2em;
        font-weight: 400;
        margin: 25px 0px 5px 0px;
    }

    .poph3 {
        font-size: 1.2em;
        font-weight: 400;
        margin: 25px 0px 8px 0px;
    }

    .shoph3 {
        font-size: 1.2em;
        font-weight: 400;
        margin: 0px 0px 8px 0px;
    }
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .popcontent .popitembox {
        margin: 5px;
        height: 115px;
    }

    .popcontent .popitembox-last {
        margin: 5px;
        height: 115px;
    }

    .popcontent .header {
        font-size: .7em;
        line-height: 1.2em;
        height: 35px;
    }

    .popcontent .description {
        font-size: .7em;
        line-height: 1.2em;
        height: 45px;
        padding: 2px 0px 2px 15px;
    }

    .popcontent .price-left {
        font-size: .9em;
    }

    .popcontent .price-right, .catcontent .btn-details {
        font-size: .85em;
    }

    .popcontent .popimage {
    }

    .catcontent .header {
        font-size: 1.2em;
    }

    .catcontent .description {
        font-size: .8em;
        line-height: 1.2em;
        height: 45px;
    }

    .catcontent .description-specs {
        font-size: .8em;
        line-height: 1.2em;
        height: 100px;
    }

    .catcontent .photo {
        line-height: 0;
    }

    .catcontent .itembox {
        height: 375px;
    }

    .catcontent .price {
        font-size: .85em;
    }

    h3 {
        font-size: 1.3em;
        font-weight: 400;
        margin: 25px 0px 5px 0px;
    }

    .poph3 {
        font-size: 1.3em;
        font-weight: 400;
        margin: -5px 0px 8px 0px;
    }

    .shoph3 {
        font-size: 1.3em;
        font-weight: 400;
        margin: -5px 0px 8px 0px;
    }
}
/* Bookstrap Resets */

.footer-sub .fa {
    position: relative;
    width: 45px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
}







    .footer-sub .fa:before {
        content: "" !important;
        position: absolute;
        max-width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

.fa-facebook-f:before, .fa-facebook:before {
    background: url(https://shop.jdrf.org/img/facebook.png);
    width: 16px;
    height: 28px;
}

.fa-twitter:before {
    background: url(https://shop.jdrf.org/img/Twitter.png);
    width: 26px;
    height: 28px;
}

.fa-youtube:before {
    background: url(https://shop.jdrf.org/img/Youtube.png);
    width: 24px;
    height: 28px;
}

.fa-linkedin:before {
    background: url(https://shop.jdrf.org/img/Instagram.png);
    width: 24px;
    height: 28px;
}

/*body { font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal; }*/
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    width: 100%;
    height: auto;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/*img:hover */

.options img:hover,
.product_thumb img:hover,
.itembox img:hover,
.rollover img:hover,
.popitem img:hover,
.searchphoto img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.row {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

.row2 {
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.row3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
    height: 25px;
}

.white {
    background-color: #fff;
}

hr {
}

h1, h2, h3, h4 {
    color: #616365;
}

a:visited {
    color: #337ab7;
    text-decoration: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.nopadding {
    padding: 0;
}

.bottompadding {
    height: 20px;
}

.border {
    border: 1px solid #000;
}

.question {
    cursor: help;
}
/*--Event Area---*/
/* Extra Extra Small */

@media screen and (min-width: 320px) {
    .ride {
        padding: 0px 6px 2px 0px;
    }

    .team {
        padding: 0px 0px 2px 6px;
    }

    .shop {
        padding: 0px 6px 2px 0px;
    }

    .walk {
        padding: 0px 0px 2px 6px;
    }
}
/* Extra Small Devices, Phones */

@media screen and (min-width: 480px) {
    .ride {
        padding: 0px 6px 2px 0px;
    }

    .team {
        padding: 0px 0px 2px 6px;
    }

    .shop {
        padding: 0px 6px 2px 0px;
    }

    .walk {
        padding: 0px 0px 2px 6px;
    }
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .ride {
        padding: 0px 6px 2px 0px;
    }

    .team {
        padding: 0px 0px 2px 6px;
    }

    .shop {
        padding: 0px 6px 2px 0px;
    }

    .walk {
        padding: 0px 0px 2px 6px;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .ride {
        padding: 0px 7px 0px 0px;
    }

    .team {
        padding: 0px 6px 0px 2px;
    }

    .shop {
        padding: 0px 3px 0px 6px;
    }

    .walk {
        padding: 0px 2px 0px 7px;
    }
}
/*---Boostrap Menu Reset----*/
/*--Nav Bar NEW--*/

.navbar {
    border-radius: 0px;
    border-right: 0px;
    border-left: 0px;
    margin-bottom: 10px;
}

.navbar-toggle {
    color: #003066;
    padding: 9px 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: 0px solid transparent;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
}

.navbar-inverse .navbar-toggle {
    border-color: none;
}

    .navbar-inverse .navbar-toggle:hover {
        background-color: #F6F6F6;
    }

    .navbar-inverse .navbar-toggle:focus {
        background-color: #F6F6F6;
    }

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-inverse {
    background-color: #F6F6F6;
}

    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #F6F6F6;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #F6F6F6;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #0055FF;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #51B5E0;
            background-color: transparent;
        }

.dropdown-toggle {
    text-align: center;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    color: #0055FF;
    padding: 12px;
}

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #51B5E0;
        background-color: #FFFFFF;
    }

.navbar-inverse {
    background-image: none;
}

.navbar-inverse {
    border-color: #CFCFCF;
}

    .navbar-inverse .navbar-brand {
        color: #0055FF;
    }

        .navbar-inverse .navbar-brand:hover {
            color: #0055FF;
        }

    .navbar-inverse .navbar-nav > li > a {
        color: #0055FF;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #51B5E0;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > ul > li a {
        color: #0055FF;
    }

        .navbar-inverse .navbar-nav > li > ul > li a:hover, .navbar-inverse .navbar-nav > li > ul > li a:focus {
            color: #51B5E0;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #51B5E0;
    }

        .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
            color: #f00;
        }

    .navbar-inverse .navbar-nav > li > ul.dropdown-menu {
        color: #51b5e0;
        background-color: #fff;
        border-top: 4px solid #51b5e0;
        padding: 15px 0px 0px 0px;
        border-radius: 0px;
        width: 100%;
    }

    .navbar-inverse .navbar-nav > li > ul > li {
        border-bottom: 1px solid #eee;
        padding-left: 10px;
    }

        .navbar-inverse .navbar-nav > li > ul > li a {
        }
    /*--Menu arrow---*/

    .navbar-inverse .navbar-collapse .navbar-nav .dropdown a .glyphicon-rollover:before {
        padding: 0px 0px 6px 8px;
        color: #ccc;
        content: "\e114";
        font-size: .7em;
    }

    .navbar-inverse .navbar-collapse .navbar-nav .dropdown a:hover .glyphicon-rollover:before {
        color: #51b5e0;
        content: "\e014";
    }

    .navbar-inverse .navbar-collapse .navbar-nav .dropdown a:focus .glyphicon-rollover:before {
        color: #51b5e0;
        content: "\e014";
    }

@media screen and (min-width: 320px) {
    .navbar-inverse .navbar-nav > li {
        border-bottom: 1px solid #fff;
    }

    .navbar-inverse .navbar-collapse .navbar-nav .dropdown a {
        font-size: 1.7em;
    }

    .navbar-inverse .navbar-collapse .navbar-nav .dropdown ul li a {
        font-size: 1.5em;
        white-space: pre-wrap;
        text-indent: -1em;
    }
}
/* Extra Small Devices, Phones */

@media screen and (min-width: 480px) {
    .navbar-inverse .navbar-collapse .navbar-nav .dropdown a {
        font-size: 2em;
    }

    .navbar-inverse .navbar-collapse .navbar-nav .dropdown ul li a {
        font-size: 1.7em;
        white-space: pre-wrap;
        text-indent: -1em;
    }
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .navbar-nav {
        width: 100%;
    }

    .dropdown {
        width: 20%;
        border: 0px;
    }

    .navbar-inverse .navbar-collapse .navbar-nav .dropdown a {
        font-size: .95em;
        border-top: 0;
    }

    .navbar-inverse .navbar-collapse .navbar-nav .dropdown ul li a {
        font-size: .8em;
        white-space: pre-wrap;
        text-indent: -1em;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .navbar-inverse .navbar-collapse .navbar-nav .dropdown a {
        font-size: 1.1em;
        border-top: 0;
    }

    .navbar-inverse .navbar-collapse .navbar-nav .dropdown ul li a {
        font-size: .9em;
        white-space: pre-wrap;
        text-indent: -1em;
    }
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .navbar-inverse .navbar-collapse .navbar-nav .dropdown a {
        font-size: 1.1em;
        border-top: 0;
    }

    .navbar-inverse .navbar-collapse .navbar-nav .dropdown ul li a {
        font-size: 1em;
        white-space: pre-wrap;
        text-indent: -1em;
    }
}
/* End of New Nav*/
/*--Toggle Menu--*/

.navbar-toggle {
    position: relative;
    float: none;
    padding: 9px 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: 0px solid transparent;
    font-size: 1.2em;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        color: #003066;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.icon-bar {
    background-color: #003066 !important;
}

.menu-bar {
    color: #003066;
}


/*---bootstrap modal box--- */

.modal-dialog {
    width: 75%;
    margin: 30px auto;
}

.modal-content {
    font-weight: normal;
}

.modal-backdrop {
    background-color: #1f84d5;
}

    .modal-backdrop.in {
        filter: alpha(opacity=88);
        opacity: .88;
    }

.modal-content {
    border-radius: 0;
    text-align: left;
}

.modal-title {
    color: #0055FF;
    text-align: center;
    font-weight: lighter;
}

.modal-header,
.modal-footer {
    border: 0;
}

.modalleft {
    padding: 30px 0;
}

.modalright {
    padding: 30px 0 30px 15px;
    border-left: 1px dotted #000;
}


.login-input {
    border: 1px solid #c0c0c0;
    border-radius: 0;
    -webkit-appearance: none;
    margin: 5px 0px 5px 0px;
    padding: 15px;
    background-color: #e1e1e1;
    color: #444340;
    width: 100%;
}

.input-xs {
    width: 100%;
}

.label {
    font-size: 12pt;
    line-height: 16pt;
    font-weight: bold;
}

.modal-content .forgot a {
    color: #1f84d5;
}

.modal-content .forgot {
    margin-left: 25%;
    padding-bottom: 15px;
}

.modal-body .color_chip {
    border: 1px solid #cfcfcf;
    margin-bottom: 5px;
}

.color_chip img {
    height: 45px;
}

.pms_name {
    font-size: .75em;
    text-align: center;
    line-height: .9em;
}

.pms_number {
    font-size: .9em;
    text-align: center;
    padding-bottom: 5px;
}

@media (max-width: 320px) {
    .modal-dialog {
        width: 75%;
    }
}

@media (min-width: 430px) {
    .modal-dialog {
        width: 75%;
    }
}

@media (max-width: 430px) {
    .modal-dialog {
        width: 75%;
    }
}

@media handheld, only screen and (max-width: 670px) {
    .modal-dialog {
        width: 75%;
    }
}

@media handheld, only screen and (max-width: 768px) {
    .modal-title {
        font-size: 1.75em;
    }

    .modal-dialog {
        width: 75%;
    }
}

@media (max-width: 800px) {
}

@media (min-width: 992px) {
    .modal-title {
        font-size: 2em;
    }

    .modal-dialog {
        width: 800px;
    }
}

@media (min-width: 1024px) {
    .modal-title {
        font-size: 2em;
    }
}

@media (min-width: 1200px) {
    .modal-title {
        font-size: 2em;
    }
}
/* 
	Auto clearfix for all rows. 
	==== ROW TRANSITIONS ====
*/

.row:before, .row:after, .row2:before, .row2:after, .row3:before, .row3:after {
    content: "";
    display: table;
}

    .row:after, .row2:after .row3:after {
        clear: both;
    }

.row, .row2, .row3 {
    *zoom: 1;
}

.col-xs-12, .col-xs-6 { /*margin-bottom: 15px;*/
}

a:hover {
    text-decoration: none;
}

/*Header*/
.title {
    text-align: center;
    color: #616365;
    padding-top: 15px;
}

.home, .home2 {
    padding-top: 15px;
}

    .home a, .home2 a {
        color: #0055FF;
    }

        .home a:hover,
        .home2 a:hover {
            color: #51b5e0;
        }

.web {
    padding-top: 15px;
}

    .web a {
        color: #636464;
    }

        .web a:hover {
            color: #51b5e0;
        }

.home, .home2 {
    padding-top: 15px;
}

    .home a, .home2 a {
        color: #0055FF;
    }

        .home a:hover, .home2 a:hover {
            color: #51b5e0;
        }

.home2 {
    padding-top: 15px;
    text-align: right;
}

    .home2 a .logout {
        color: #636464;
    }

    .home2 a:hover .logout {
        color: #cfcfcf;
    }

.login2 {
    text-align: right;
    padding-top: 15px;
}

    .login2 a:hover {
        color: #51b5e0;
    }

.login-icon {
    background-image: url(../img/login-dkblue.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 25px;
}

    .login-icon:hover {
        background-image: url(../img/login-ltblue.png);
    }

.web-icon {
    background-image: url(../img/web-ltgrey.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 18px;
    color: #f00;
}

    .web-icon:hover {
        background-image: url(../img/web-ltblue.png);
    }
/*Rainbow bar at top of Pages*/

.headerbar {
    height:;
    background-color: #FFFFFF;
}

.headerbar2 {
    height:;
}

.darkblue, .mediumblue, .lightblue, .green, .yellow, .purple {
    width: 16.66666667%;
    height: 5px /*15px*/;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.darkblue {
    background-color: #003066;
}

.mediumblue {
    background-color: #0055FF;
}

.lightblue {
    background-color: #51b5e0;
}

.green {
    background-color: #8cd600;
}

.yellow {
    background-color: #fcd116;
}

.purple {
    background-color: #aa72bf;
}

.blue {
    color: #0089d8;
}

.logo {
    width: 180px;
    text-align: left;
}
/*Mini Nav*/

.welcome, .login, .cart, .checkout, .cart2, .checkout, .login-button {
    padding: 12px 0px;
    font-weight: bold;
    font-size: 1.2em;
}

.checkout2 {
    padding: 15px 0px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    background-color: #0055FF;
}

.login-button {
    padding: 15px 0px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    background-color: #8cd600;
}

.register {
    padding: 15px 0px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    background-color: #0055FF;
    width: 75%;
    margin: 0px auto;
}

.welcome a, .login a {
    color: #000000;
}

.welcome {
    text-align: right;
}

.login {
    text-align: center;
}

.cart, .checkout {
    text-align: center;
    background-color: #0055FF;
}

.cart2 {
    text-align: center;
}

.cart3 {
    text-align: center;
    background-color: #0055FF;
    padding: 12px 0px;
    font-weight: bold;
    font-size: 1.2em;
}

    .cart3 a, .cart a, .checkout a, .checkout2 a, .register a, .login-button a, .cart3 {
        color: #fff;
    }

        .cart3 a:hover, a:hover, .welcome a:hover, .login a:hover, .cart a:hover, .checkout a:hover, .cart2 a:hover, .checkout2 a:hover, .register a:hover {
            color: #cfcfcf;
        }

        .login-button a:hover {
            color: #aa72bf;
        }

.ipad-logo {
    margin-bottom: 3px;
    height: 65px;
}

/*Ipad Portrait fix*/
@media (max-width: 991px) {
    .ipad-logo {
        width: 75%;
    }

    .ipad-cart {
        width: 25%;
    }

    .ipad-search {
        width: 100%;
    }
}

/*Search Bar*/
.searchlist {
    border-left: 1px dotted #999;
    border-radius: 0px;
}

.col_searchbox {
    width: 100%;
    float: left;
}

@media (max-width: 320px) {
    #custom-search-input2 {
        border: solid 1px #E4E4E4;
        border-radius: 0px;
        background-color: none;
        margin: 0;
        width: 100%;
    }

    .header {
        padding-bottom: 15px;
    }
}

@media (min-width: 430px) {
    #custom-search-input2 {
        border: solid 1px #E4E4E4;
        border-radius: 0px;
        background-color: none;
        margin: 0;
        width: 100%;
    }

    #SubmitBtn {
        background-color: #fff;
        color: #cfcfcf;
        border-radius: 0px;
    }

        #SubmitBtn:hover {
            background-color: #fff;
            color: #666;
        }
}

@media (max-width: 430px) {
    #custom-search-input2 {
        border: solid 1px #E4E4E4;
        border-radius: 0px;
        background-color: none;
        margin: 0;
        width: 100%;
    }

    #SubmitBtn {
        background-color: #fff;
        color: #cfcfcf;
    }

        #SubmitBtn:hover {
            background-color: #fff;
            color: #666;
        }

    .col_searchbox {
        width: 50%;
    }
}

@media handheld, only screen and (min-width: 768px) {
    #custom-search-input2 {
        border: solid 1px #E4E4E4;
        border-radius: 0px;
        background-color: none;
        margin: 0;
        width: 100%;
    }

    #SubmitBtn {
        background-color: #fff;
        color: #cfcfcf;
    }

        #SubmitBtn:hover {
            background-color: #fff;
            color: #666;
        }
}
/*Ipad Portrait fix*/

@media (min-width: 800px) {
    #custom-search-input2 {
        border: solid 1px #E4E4E4;
        border-radius: 0px;
        background-color: none;
        margin: 0;
        width: 100%;
        margin-top: 15px;
    }

    .col_searchbox {
        width: 25%;
    }
}

@media (min-width: 992px) {
    #custom-search-input2 {
        border: solid 1px #E4E4E4;
        border-radius: 0px;
        background-color: none;
        margin: 0px auto;
        width: 85%;
    }

    #SubmitBtn {
        background-color: #0055FF;
        color: #fff;
    }

        #SubmitBtn:hover {
            background-color: #51b5e0;
            color: #cfcfcf;
        }
}

@media (min-width: 1024px) {
    #custom-search-input2 {
        border: solid 1px #E4E4E4;
        border-radius: 0px;
        background-color: none;
        margin: 0px auto;
        width: 85%;
    }
}

@media (min-width: 1200px) {
    #custom-search-input2 {
        border: solid 1px #E4E4E4;
        border-radius: 0px;
        background-color: none;
        margin: 0px auto;
        width: 100%;
    }
}


/*-Form styling-*/
.formheader {
    background-color: #eeeeee;
    padding: 5px 0px 5px 15px;
}

.formlabel {
    text-align: right;
}

.forminput {
    width: 100%;
}

.catphoto {
    text-align: center;
    border: 1px solid #cfcfcf;
    margin: 10px;
    padding: 0;
    line-height: 0;
}

.catitem {
    padding-top: 5px;
}

.catdescription,
.popdescription {
    font-size: .85em;
    line-height: 1.1em;
    color: #7a7979;
}
/*Popular Styling*/

.col_pop {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    float: left;
    display: block;
}

.col_popbox {
    border-top: 0;
    margin-right: 1px;
    margin-left: 1px;
    background-color: #fff;
    padding: 12px;
    text-align: left;
    clear: both;
}

.popitem {
    border-bottom: 1px dotted #cfcfcf;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 15px;
}

    .popitem a h4 {
        color: #000;
    }

    .popitem a:hover h4 {
        color: #0055FF;
    }

.popcontent {
    border: 1px solid #cfcfcf;
}

.popbutton {
    text-align: right;
    margin-bottom: 8px;
    margin-top: 5px;
}

.footer {
    background-color:;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-sub {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    background-color: #f6f6f6;
    padding: 25px 0px 0px 0px;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    line-height: 1.75em;
    margin-left:;
}

    .footer ul li {
        float: left;
    }

.footer a {
    color: /*#fff*/;
}

    .footer a:hover {
        color: #cfcfcf;
    }

@media (min-width: 320px) {
    .footermenu {
        border-bottom: 2px solid #eee;
    }

    .footer-button-right,
    .footer-button-left,
    .footer-button-left-end {
        border-top: 1px solid #eee;
    }

    .footer-button-right {
        padding: 15px 0px;
        border-left: 0px;
        border-right: 1px solid #eee;
        width: 33%;
        text-align: center;
    }

    .footer-button-left {
        padding: 15px 0px;
        border-left: 0px;
        border-left: 1px solid #eee;
        width: 33%;
        text-align: center;
    }

    .footer-button-left-end {
        padding: 15px 0px;
        border-left: 1px solid #eee;
        width: 33%;
        text-align: center;
    }

    .social {
        border: 1px solid #ccc;
        padding: 5px;
        width: 45px;
        margin-right: 5%;
        font-size: 1.2em;
        line-height: 1.5em;
        border-radius: 5px;
    }
}

@media (min-width: 430px) {
}

@media handheld, only screen and (min-width: 670px) {
}

@media handheld, only screen and (min-width: 768px) {
}

@media (min-width: 992px) {
    .footermenu {
        border-bottom: 0px;
        margin-top: 4px;
    }

    .footer-button-right,
    .footer-button-left {
        border-top: 0px;
        border-bottom: 0px;
    }

    .footer-button-right {
        padding: 0px 15px;
        border-left: 0px;
        border-right: 1px solid #cfcfcf;
        width: auto;
        text-align: center;
    }

    .footer-button-left {
        padding: 0px 15px;
        border-left: 0px;
        border-left: 0px solid #eee;
        width: auto;
        border-right: 1px solid #cfcfcf;
        text-align: center;
    }

    .footer-button-left-end {
        padding: 0px 15px;
        border: 0px solid #eee;
        width: auto;
        border-right: 0;
        text-align: center;
    }

    .social {
        border: 1px solid #ccc;
        padding: 5px;
        width: 45px;
        margin-right: 5%;
        font-size: 1.2em;
        line-height: 1.5em;
        border-radius: 5px;
    }

    .footer-sub {
        padding-bottom: 15px;
    }
}

@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
}

.product {
}

    .product h1 {
        font-size: 1.75em;
    }

    .product h2 {
        font-size: 1.1em;
        font-weight: 300;
    }

    .product th, .product td {
        text-align: left;
    }

    .product .price {
        font-weight: bold;
    }

    .product .decoration {
        padding: 3px 0 5px 0;
        color: #002855;
    }

    .product .product_photo {
        margin-bottom: 15px;
    }

    .product .product_thumb {
        margin-bottom: 0;
    }

        .product .product_thumb h1 {
            font-size: .9em;
            margin-top: 0;
        }

    .product .logo {
        max-height: 45px;
        width: auto;
    }

.options {
    background-color: #f8f8f8;
    padding-bottom: 15px;
}

    .options h1 {
        font-size: 1.75em;
    }

    .options hr {
        border: 1px dotted #cfcfcf;
        margin: 3px 0px 5px 0px;
    }

.searchphoto {
    text-align: center;
    border: 1px solid #cfcfcf;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    margin-bottom: 5px;
}

.searchprice {
    font-weight: bold;
    text-align: center;
}

.search h1 {
    font-size: 1.75em;
}

.filter {
    text-align: right;
}

    .filter a:hover {
        color: #cfcfcf;
    }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: #fff;
        cursor: inherit;
        display: block;
    }

.size thead {
    background-color: #ffffdd;
}

.warningB {
    color: Red;
    font-weight: bold;
    font-size: 14px;
}

.awards {
    width: 500px;
}
/* Portrait phones and smaller */

@media (max-width: 320px) {
    .pcatURL {
        font-size: .7em;
        color: #000;
    }

    .searchitem {
        height: 60px;
        font-size: .8em;
        line-height: 1.1em;
    }

    .title {
        font-size: 1em;
    }

    .popitem h4 {
        height: 70px;
    }
}

@media (min-width: 430px) {
    .nav-disappear {
        display: block !important;
    }

    .pcatURL {
        font-size: .7em;
    }

    .title {
        font-size: 1em;
    }

    .popitem h4 {
        height: 70px;
    }
}

@media (max-width: 430px) {
    .tab-disappear {
        display: block !important;
    }

    .pcatURL {
        font-size: .7em;
    }

    .searchitem {
        height: 50px;
        font-size: .9em;
        line-height: 1em;
    }

    .title {
        font-size: 1em;
    }

    .popitem h4 {
        height: 70px;
    }
}

@media handheld, only screen and (max-width: 670px) {
    .col_cat, .col_cat2,
    .col_popular { /*width:50%;*/
    }

    .login {
        text-align: center;
    }

    .cart, .checkout, .welcome,
    .login {
        font-size: 1.25em;
        padding: 15px 0px 15px 0px;
        font-size: .6em;
    }

    .product .product_thumb {
        margin-bottom: 10px;
    }

    .searchitem {
        height: 60px;
        font-size: .8em;
        line-height: 1.1em;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-8pad {
        width: 100%;
    }

    .searchitem {
        height: 60px;
        font-size: .8em;
        line-height: 1.1em;
    }

    .catheader {
        font-size: 1em;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

@media only screen and (min-width: 768px) {
    .col-xs-15, .col-md-15, .col-lg-15 {
        width: 50%;
        float: left;
    }

    .col_searchbox {
        padding: 10px;
    }

    .searchitem {
        height: 60px;
        font-size: .8em;
        line-height: 1.1em;
    }

    .popitem h4 {
        height: 70px;
    }
}

@media handheld, only screen and (max-width: 768px) {
    .logo {
        margin-bottom: 15px;
    }

    .cart, .checkout, .welcome, .login {
        font-size: 1.5em;
        padding: 10px 0px 10px 0px;
    }

    .welcome, .login {
        margin-bottom: 25px;
    }

    .cart {
        padding-left: 25px;
    }

    .checkout {
        padding-left: 25px;
    }

    .modal-sm {
        width: 85%;
    }

    .active {
        display: block;
    }

    .searchitem {
        height: 60px;
        font-size: .8em;
        line-height: 1.1em;
    }

    .title {
        font-size: 1em;
        padding-bottom: 0;
    }

    .pcatURL {
        font-size: .9em;
    }
}
/*Ipad Portrait fix*/

@media (max-width: 800px) {
    .ipad {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .ipad-half {
        width: 50%;
        font-size: 1.4em;
    }

    .cart2 {
        background-color: #f6f6f6;
    }

    .cart, .checkout, .welcome, .login {
        font-size: 1em;
        padding: 15px 15px 15px 15px;
    }

    .searchitem {
        height: 60px;
        font-size: .8em;
        line-height: 1.1em;
    }

    .catheader {
        font-size: 1em;
        padding-top: 15px;
        padding-bottom: 3px;
    }

    .home a {
        padding-top: 0;
    }

    .pcatURL {
        font-size: .9em;
    }

    .popitem h4 {
        height: 55px;
    }
}

@media (min-width: 992px) {
    .col_cat {
        width: 25%;
    }

    .pcatURL {
        font-size: 1em;
    }

    .searchitem {
        height: 60px;
        font-size: .8em;
        line-height: 1.1em;
    }

    .col_searchbox {
        padding: 15px;
    }

    .catheader {
        font-size: 1.5em;
        line-height: 1.7em;
    }

    .title {
        font-size: 1.1em;
    }

    .popitem h4 {
        height: 25px;
    }
}

@media (min-width: 1024px) {
    .col_cat {
        width: 25%;
    }

    .pcatURL {
        font-size: 1em;
    }

    .col_searchbox {
        padding: 10px;
    }

    .searchitem {
        height: 60px;
        font-size: .9em;
        line-height: 1.1em;
    }

    .catheader {
        font-size: 1.7em;
        line-height: 2em;
    }

    .title {
        font-size: 1.1em;
    }

    .popitem h4 {
        height: 75px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }

    .container-padding {
        padding: 0px 55px;
    }

    .pcatURL {
        font-size: 1em;
    }

    .searchitem {
        height: 60px;
    }

    .title {
        font-size: 1.1em;
    }

    .popitem h4 {
        height: 25px;
        font-size: 1.2em;
    }
}
/* New Content 6.26.15 Contact form Updates*/

.contact hr {
    margin: 0px 0px 15px 0px;
}

.contact .mail hr {
    margin: 15px 0px;
}

.contact select {
    font-size: .9em;
}

.contact .small {
    color: #999;
    margin-top: 5px;
    font-size: .8em;
}

.contact .mail {
    border: 1px solid #cfcfcf;
    padding: 15px;
    margin-top: 15px;
}

.submit-button {
    margin-top: 15px;
    padding: 12px 0px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    background-color: #666;
    font-style: italic;
}

a .submit-button {
    color: #fff;
}

a:hover .submit-button {
    color: #cfcfcf;
}

@media screen and (min-width: 320px) {
    .contact .form {
        padding: 0px;
    }

    .contact .mail {
        text-align: left;
    }

    .contact .care {
        text-align: left;
        padding-top: 0px;
    }
}

@media screen and (min-width: 768px) {
    .contact .form {
        padding-right: 10%;
    }

    .contact .mail {
        text-align: left;
    }

    .contact .care {
        text-align: left;
        padding-top: 0px;
    }
}


/*Products listing modified my Darwin*/
.col_searchbox {
    float: left;
    padding: 20px;
}
/*screen from 1px to 480px */
@media(max-width: 480px) {
    .col_searchbox {
        width: 100%;
        padding: 20px;
    }
}
/*screen from 480px to 699px */
@media(min-width: 480px) {
    .col_searchbox {
        width: 50%;
        padding: 20px;
    }
}
/*screen from 700px to 799px */
@media(min-width: 700px) {
    .col_searchbox {
        width: 33%;
        padding: 20px;
    }
}
/*screen from 800px to max*/
@media(min-width: 800px) {
    .col_searchbox {
        width: 25%;
        padding: 20px;
    }
}


/* Added By Devendra */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
    z-index: auto;
}

    .tooltip .tooltiptext {
        background-color: #0055FF;
        border-radius: 6px;
        color: #fff;
        padding: 5px 3px;
        position: absolute;
        text-align: left;
        visibility: hidden;
        width: 220px;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


/**************************************************/
.sm-acc-form {
    margin-top: 25px;
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
    width: 300px;
    border-radius: 4px;
}

#ct_award_divAccountCode {
    margin-bottom: 10px;
}

    #ct_award_divAccountCode label {
        display: block;
    }

    #ct_award_divAccountCode select {
        height: 34px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 4px;
    }

#ct_award_divAwardEvnetCode {
    margin-bottom: 10px;
}

.RecipientsList {
    position: relative;
    z-index: 1001;
}

/**14-11-2019 **/
a{
    transition:all .3s ease-in-out;
}
a:visited{
    color: #05f;
}
input::-webkit-input-placeholder {
  color: #575859
}
input::-moz-placeholder {
  color: #575859
}
input:-ms-input-placeholder {
  color: #575859
}
input:-moz-placeholder {
  color: #575859
}
.spiritCard{
    box-shadow: 0 2px 4px 0 rgba(0,8,26, .16), 0 0 4px 0 rgba(0,8,26, .08);
    display: inline-block;
    margin: 5px;
    padding:5px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
}
.spiritCard:hover{
    box-shadow: 0 8px 16px 0 rgba(0,8,26, .16), 0 0 4px 0 rgba(0,8,26, .08);
}
.popcontent .popimage{
    box-shadow: 0 1px 2px 0 rgba(0,8,26, .16), 0 0 4px 0 rgba(0,8,26, .08);
    border-radius: 3px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
}
.popcontent .popimage:hover{
    box-shadow: 0 4px 8px 0 rgba(0,8,26, .16), 0 0 4px 0 rgba(0,8,26, .08);
}
.catcontent .photo{
    border-radius:3px;
    border:none;
}
.catcontent .header {
    color: #05f;
    padding: 15px 15px 0 5px;
    font-weight: 700;
}
.popcontent .price-right-col1,.popcontent .price-right-col2,.catcontent .price-right-col1,.catcontent .price-right-col2 {
    color: #05f;
}
.catcontent,.popcontent{
    padding: 0 10px;
    border-radius: 5px;
}
.popcontent{
    padding: 5px;
}
.shoph3 {
    font-weight: 700;
    color: #000;
    margin: 20px 0px 8px 0px;
}
.poph3 {
    font-weight: 700;
    margin: 20px 0px 8px 0px;
    color: #000;
}
.col_catbox {
    margin-right: 0;
    margin-left: 0;
}
/*.rollover.ride>a{
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    box-shadow: 0 2px 4px 0 rgba(0,8,26, .16), 0 0 4px 0 rgba(0,8,26, .08);
}
.rollover.ride>a:hover{
    box-shadow: 0 8px 16px 0 rgba(0,8,26, .16), 0 0 4px 0 rgba(0,8,26, .08);
}*/
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #00081A;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #00081A;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: #00081A;
}
.navbar-inverse .navbar-collapse .navbar-nav .dropdown a .glyphicon-rollover:before{
    color:#05f!important;
}
.navbar-inverse .navbar-collapse .navbar-nav .dropdown a:hover .glyphicon-rollover:before,.navbar-inverse .navbar-collapse .navbar-nav .dropdown a:focus .glyphicon-rollover:before {
    color: #00081A!important;
}
#SubmitBtn {
    margin: 0;
    box-shadow: none;
}
#SubmitBtn:hover {
    background-color: #CFCFCF;
    color: #00081A;
}
.form-search{
    color: #575859;
}
.form-search::-webkit-input-placeholder {
  color: #575859
}
.form-search::-moz-placeholder {
  color: #575859
}
.form-search:-ms-input-placeholder {
  color: #575859
}
.form-search:-moz-placeholder {
  color: #575859
}
.cart3 {
    padding: 0!important;
}
.cart3 a, .cart a, .checkout a, .checkout2 a, .login-button a, .cart3{
    height: 100%;
    padding: 12px 0;
    display:block;
    color: #fff;
}
.footer a:hover{
    color:#00081A;
}
.web a {
    color: #05f;
}
.web a:hover{
    color:#00081A;
}
.login2 a:hover{
    color:#00081A;
}
.cart3 a{
    text-decoration: none!important;
}
.cart3 a:hover {
    background-color: #CFCFCF;
    color: #00081A;
}
h1, h2, h3, h4 {
    font-weight: 700;
    color: #000;
}
h3 {
    margin: 20px 0px 8px 0px;
}
.title {
    color: #00081A;
}
.login-button {
    background-color: #0055FF;
    color: #fff;
}
.login-button:hover{
    background-color: #CFCFCF;
    color: #00081A;
}
.register {
    padding: 0!important;
}
.register a{
    display: block;
    padding: 15px 0px;
    color: #fff;
}
.register a:hover{
    background-color: #CFCFCF;
    color: #00081A;
}
.login-input {
    background-color: #fff;
}
.login-button{
    transition:all .3s ease-in-out;
}
input[type="submit"] {
    padding: 12px 0;
    margin: 20px 0;
    color:#fff !important;
    transition:all .3s ease-in-out;
}
input[type="submit"]:hover{
    background-color: #CFCFCF;
    color: #00081A!important;
}
.TitleBar {
    background-color: #CFCFCF;
    color: #00081A;
    padding: 0 12px;
}
#ct_acccount1_registerAndUpdatePN .col-xs-12.col-sm-12.col-md-6.col-lg-6{
    padding-left: 0!important;
}
.breadcrumb a:hover{
    color: #00081A;
}
.searchitem a:hover{
   color: #00081A; 
}
.searchphoto{
    box-shadow: 0 2px 4px 0 rgba(0,8,26, .16), 0 0 4px 0 rgba(0,8,26, .08);
    border-radius: 3px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    overflow: hidden;
}
.searchphoto:hover{
    box-shadow: 0 8px 16px 0 rgba(0,8,26, .16), 0 0 4px 0 rgba(0,8,26, .08);
}
.home2 a .logout{
    color:#0055FF;
}
.home2 a .logout:hover{
     color: #00081A; 
}
