@media all and (min-width:480px) {
    div.title, .button, .btn, .box-headliner img, .box-headliner span, .design-item .overlay, a.featured-cat div.overlay {
    transition:250ms all;
    -ms-transition:250ms all;
    -o-transition:250ms all;
    -webkit-transition:250ms all;
    -moz-transition:250ms all;
}
}

html, body {
    min-height:98%;
}
a:hover, a:focus {
    color:#444;
}
a {
    color:#333;
}
body {
    font-weight:400;
    font-size:14pt;
    background-color:#fff;
    color:#696969;
}
h1,h2,h3 {
    font-weight:300;
}
h2,h3,h4,h5 {
    
}
.hero h1, .hero h2, .hero h3 {
    
}
h1.entry-title span.tiny {
    font-size:12pt;
    font-weight:300;
}
h2.entry-title {
    font-size:18pt;
}
p, ul {
    color:#696969;
    font-family: 'Open Sans', sans-serif;
}
ul.xoxo {
    list-style:none;
}

p.alt {
    color:#663300;
}
body.down .sticky-fix {
    height:75px;
    display:block;
}
body.down > header {
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
body > header {
    background-color:#fff;
    /*background:url(../img/header-bg.jpg);*/
}

.above-header {
    padding:5px 0 5px 0;
    background-color:#376b5f;
    color:#fff;
    letter-spacing:1px;
    font-weight:400;
    font-size:9pt;
}
.above-header.secondary {
    background-color:#444;
}
.above-header a {
    color:#fff;
}
.above-header a:hover, .above-header a:visited, .above-header a:active {
    color:#eee;
}
.above-header .divider {
    border-color:#eee;
}
.nopad {
    padding:0;
}
.nopadforce {
    padding:0 !important;
}
.bold, a.bold {
    font-weight:bold;
}
header {
    padding:10px 10px;
    overflow:hidden;
}

.navbar-default {
    border-color:transparent;
}
.navbar-brand>img {
    max-height:100%;
    max-width:100%;
    position:relative;
    top:50%;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.navbar-nav {
    width:100%;
}
.navbar-default .navbar-nav>li>a {
    color:#888;
    font-size:12pt;
}

.nav-tabs {
    margin-bottom:20px;
}
.hero .container {
    position:absolute;
    height:400px;
    top:0;
    left:50%;
        transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.hero.aux .container {
    height:140px !important;
}
.hero-container {
    position:relative;
    float:left;
   margin-left:-15px;
    margin-right:-15px;
    margin-top:0;
}
.hero-container div {
    padding-left:0;
    padding-right:0;
}
.hero-container img {
    max-width:100%;
    height:auto;
}
.hero .image {
        background-size: cover;
        background-position:center;
        
}
.hero .image img {
    max-width:100%;
    height:auto;
}


.outer-main-container {
    min-height:70%;
    clear:both;
    max-width:100%;
    overflow:hidden;    
}
.outer-main-container>.main {
    background-color:transparent; /** switch this for main container color... **/
}
.margin-x-fix {
    margin-left:-15px;
    margin-right:-15px;
}
.no-top-margin {
    margin-top:0px;
}
.no-bottom-margin {
    margin-bottom:0;
}
.main.container {
    position:relative;
    min-height:400px;
    padding-left:0;
    padding-right:0;
}



 .primary-nav li a {
        font-family: 'Open Sans', sans-serif;
        display:inline-block;
    }


.design-popover {
    display:none; 
    z-index:10;
}
.instant-quote-popover {
    display:none; 
}


.navbar-toggle {
    margin-top:17px;
}

span.divider {
    height: 10px;
    width: 1px;
    margin: 0px 10px;
    border: 1px solid rgba(255, 153, 0, 0.3);
    display: inline-block;
}
.text-white {
    color:#fff;
}
.shipping-info {
    width:100%;
    text-align:center;
    margin: 30px 0px 15px 0;
    font-size:12pt;
}
.shipping-info a {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
}
.shipping-info .ship {
    
}

.free-shipping {
    color:#007f27;
    font-weight:bold;
}
.delivery-time {
    font-size:18pt;
    font-weight:bold;
}

footer {
    background:#333;
    overflow:hidden;
}
footer ul {
    list-style:none;
    margin:0;
    padding:0;
}
footer ul.social {
    margin:0;
    text-align:center;
    margin:auto;
}
footer ul.social li {
    display:inline-block;
    list-style:none;
    padding-right:10px;
}
footer .main-footer {
    padding:20px 0px; 
    background-color:#333333;
    color:#fff;                    
}
.main-footer li {
    font-size:11pt;
}
footer .sub-footer {
    background-color:#222222;
    padding-bottom:20px;
}
footer a, footer a:visited {
    color:#fff;
}
footer a:hover, footer a:active {
       color: rgb(185, 185, 185);
    
}

.sub-footer ul {
    margin:8.5pt 0;
}
.sub-footer ul li {
    display:inline-block;
    padding:0 5px;
    letter-spacing:1px;
    font-weight:300;
    font-size:12pt;

}

footer .legal {
    font-size:10pt;
    font-weight:300;
    letter-spacing:1px;
}

.parallax-main {
    position:fixed;
    top:0px;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    overflow:hidden;
    background:#fff;
    opacity:0.2;
}
.parallax-main .left {
    float:left;
    position: absolute;
}
.parallax-main .right {
    float:right;
    position: absolute;
}
.parallax-main img {
    top:150px;
    position:relative;
}
.inner-container-full {
    padding:0px;
    margin-left:-15px;
    margin-right:-15px;   
}

.bg-orange {
    background-color:#ff9900;
}
.text-orange {
    color:#ff9900;
}
.carousel-inner .image {
    max-height:400px;
}
.carousel-inner img {
    max-width:100%;
    min-height:275px;
}
    body.home .carousel-caption {
      width: 100%;
    transform: translate(0,-50%);
    padding: 0;
    margin: 0;
    max-width: 95%;  
    left:0;
    right:0;
}
body.home .carousel-caption h1 {
    text-shadow:1px 1px 5px #000;
    font-size:42pt;
    font-family:Helvetica, Arial;
    font-weight:900;
    letter-spacing:1px;
    text-transform:initial;
    margin-bottom:10px;
}
body.home .carousel-caption h3 {
        font-family: Helvetica, Arial;
    font-weight: bold;
    text-shadow: 1px 1px 5px #000;
    letter-spacing:-1px;
    margin-top:0px;
}    
body.home .carousel-caption, body.home .carousel-caption p.features, body.home .carousel-caption h5.features {
    color:#fff;
}
body.home .carousel-caption {
    left:auto;
    width:100%;
    max-width:100%;
}


.carousel-caption {
    left: 0%;
    top: 50%;
    right: inherit;
    bottom: inherit;
    padding-bottom: 0;
    width: auto;
    max-width:60%;
    text-shadow:none;
    text-align:center;
    color:#000;
    padding:40px 20px;
    background:rgba(255,255,255,0.8);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    
}
.hero.new .carousel-caption {
   background:transparent;      
}

.carousel-caption p {
    max-width:85%;
    margin:auto;
    color:#000;
    margin-top:5px;
}
.carousel-caption h1 {
    font-size:20pt;
    margin-top:0;
    text-transform: uppercase;
    font-weight:700;
}
.carousel-caption p.features, .carousel-caption h5.features {
    font-family: Helvetica,Arial,"Trebuchet MS", sans-serif;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    font-size: 9pt;
    letter-spacing: 1px;
    max-width: 100%;
}
.aux-caption {
    width:100%;
    color:#fff;
}                                            
.aux-caption h1 {
    color:#fff;
    font-weight:700;
    letter-spacing:1px;
}
.hero.aux .image {
   height:140px;
   background-size:cover; 
}
.carousel-control.left, .carousel-control.right {
    background:transparent;
}
.carousel-inner {
    max-height: 450px;
}
#main-carousel .item a {
    font-variant: small-caps;
}
.carousel-inner .item a {
  position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;  
    box-shadow:2px 2px 2px #dedede;
    margin-bottom:2px;
}
.carousel-inner .item a div.title {
    opacity:1;
    bottom: 0;
    padding: 10px;
    font-size: 11pt;
    width: 100%;
    min-height:60px;
    text-align: center;
    background:#fff;
}
.carousel-inner .item a:hover div.title {
    opacity:1;
    
}
.proudly-canadian {
    background-image:url('../img/thatshirt-proudly-canadian.jpg');
    background-size: cover;
    position:relative;
}
.proudly-canadian p {
    margin-bottom:0;
    font-size:36pt;
    font-weight:bold;
    color:#fff;
    padding-top:110px;
    padding-bottom:110px;
}
.proudly-canadian .leaf {
      background-image: url(../img/thatshirt-canadian-flag-maple-leaf.png);
    width: 50px;
    height: 50px;
    display: block;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
}
.proudly-canadian .leaf.left {
       margin-left: -205px; 
}
.proudly-canadian .leaf.right {
        margin-left: 150px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.tiny {
    font-size:80%;
}

.alt-bg {
    background-color:#f5f5f5;
    color:#ff9900;
}
.alt-bg p {
    color:#676767;
}
.full-padding {
    padding-top:80px;
    padding-bottom:80px;
    padding-left:40px;
    padding-right:40px;
}
.carousel-control {
    bottom:inherit;
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.carousel-control span {
      position: absolute;
    background-color: #ff8400;
    border-radius: 39px;
    height: 50px;
    width: 50px;
    font-size: 26pt;
    line-height: 1.1em;
    text-shadow: none;
    display: block;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.carousel-control.left span {
    left:20px; 
}
.carousel-control.right span {
    right:20px; 
}
.breadcrumbs {
    margin-top:0px;
    margin-bottom:5px;
        font-size: 10pt;
    letter-spacing: 1px;
}
.breadcrumbs a {
    color: #333;
}
.breadcrumbs .current-item {
    font-weight: bold;
}
.products .right span {
    right:-20px;
}
.products .left span {
    left:-20px;
}

.product-item {
    border:1px solid transparent;
    overflow:hidden;
    margin:5px 0;
    position:relative;
    min-height:270px;
    background-color:#fff;
    box-shadow:0 0 10px #dedede;
}    
.product-item.small {
    min-height:225px;
}                           
.product-item:hover {
    border-color:#ccc;
}
.product-item:hover .title {
    color:#214099;
}
.product-item a {
    position: absolute;
    width: 100%;
    height: 70%;
    z-index: 11;
    opacity:0;
}
.single .product-item a {
    height:100%;
}
.post-type-archive-designs .product-item {
    margin:10px 0;
}
.products .image {
    text-align:center;
}
.product-item .image {
    position:relative;
    z-index:1;
    text-align:center;
    transition:all 250ms ease-in-out;
    min-height:225px;
}
.archive .product-item .image img {
    max-height:345px;
    min-height:225px;
}
.product-item img {
    max-width:100%;
    max-height:220px;
    height:auto;
    transition:all 250ms ease-in-out;
}
.product-item.lp img {
    max-height:450px;
}
.product-item.small img {
    max-height:165px;
}
.product-item:hover img {
    transform:scale(1.05);
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);

    transition:all 250ms ease-in-out;
}

.product p {
    font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
}
.product-item .title {
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    padding: 5px 0;
   
    overflow: hidden;
}
.product-item.lp .title {
    font-size: 14pt;
    padding: 20px 10px 25px;
    letter-spacing: 1px;
}

.btn.customize-now.shirt {
    margin-bottom:5px;
}
.btn.customize-now.hoodie {
    margin-top:5px;
}
.design-sticky {
    background:#fff;
    position: fixed;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 3px 1px #000;
    z-index: 15;
}
.design-sticky h4 {
    text-align:center;
    color:#000;
}
.design-item {
    border-bottom:3px solid transparent;
    overflow:hidden;
    margin:10px 0;
    position:relative;
    min-height:195px;
}    
.design-item.small {
    min-height:225px;
}                           
.design-item:hover {
    border-bottom-color:#ff8400;
}
.design-item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity:0;
}
.designs .image {
    text-align:center;
}
.design-item .image {
    position:relative;
    z-index:1;
    text-align:center;
    transition:all 250ms ease-in-out;
    max-height:250px;
}
.design-item .overlay {
      position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0; 
     display:none;
}

.design-item:hover .overlay, .design-item.hover .overlay {
    display:block;
    z-index:12;
}
.design-item .overlay a {
    position: relative;
    height: 50%;
    width: 100%;
    clear: both;
    display: block;
    vertical-align: middle;
    line-height: 5em;
    text-align: center;
    color: #fff;
    border: 1PX SOLID #FFF;
    background-color: rgba(243, 144, 0,0.7);
}
.design-item .overlay a:hover {
background-color: rgba(243, 144, 0,1);  
}
.archive .design-item .image img {
    max-height:189px;
}
.design-item img {
    max-width:100%;
    height:auto;
    transition:all 250ms ease-in-out;
}
.design-item.small img {
    max-height:165px;
}
.design-item:hover img {
    transform:scale(1.05);
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);

    transition:all 250ms ease-in-out;
}

.design-item .title {
    position: relative;
    z-index: 10;
    font-weight: 300;
    font-size: 13pt;
    text-align: center;
    padding: 5px 0;
    height: 60px;
    overflow: hidden;
}


.list-group-item {
    font-size:11pt;
    text-transform:uppercase;
    letter-spacing:1px;
}
.transition {
    transition:all 250ms ease-in-out;
    -ms-transition:all 250ms ease-in-out;
    -webkit-transition:all 250ms ease-in-out;
    -o-transition:all 250ms ease-in-out;
    -moz-transition:all 250ms ease-in-out;
}
.margin-top-10 {
    margin-top:10px;
}
.margin-top-20 {
    margin-top:20px;
}
.margin-top-35 {
    margin-top:35px;
}
.margin-top-50 {
    margin-top:50px;
}
/** product page **/
.product h1, h1.entry-title {
    font-size:21pt;
}
.product h1::after, h1.entry-title::after {
    position: relative;
    width: 100px;
    height: 4px;
    background-color: #ff8400;
    display: block;
    content: " ";
    margin-top: 5px;
}
.product .product-image {
min-height:350px;
      max-width: 100%;
    max-height: 500px; 
    box-shadow: 0px 0px 5px #acacac;
}
.product .product-thumbnail-container {
    display:block;
    text-align:center;
    margin:10px 5px;
}
.product .product-thumbnail-container img {
   max-width:120px;
   height:auto; 
   border:1px solid #eee;
}
.product .btn {
    border-radius: 0px;
    border: 0px;
    padding: 20px 20px;
    margin: 5px 0;
    font-size: 13pt;
    letter-spacing: 2px;
    font-family: Arial;
}


    
@media all and (max-width:480px) {
    .hidden-xss {
        display:none !important;
    }
    .col-xss-12 {
        width:100%;
    }
    .col-xss-6 {
        width:50%;
    }
    
.list-group-item {
    font-weight:300 !important;
    padding:5px 5px;
    
}

.carousel-caption > h1 {
    font-size: 16pt;
}
.carousel-caption > * {
    font-size:.7em;
}
    .panel.panel-default {
        margin-top:1px;
    display: inline-block;
    width:49%;    
}
}

@media all and (min-width:481px) and (max-width:767px) {
    .hero-container {
        margin-top:-77px;
    }
        .panel.panel-default {
        margin-top:1px;
    display: inline-block;
    width:32.5%;    
}
.panel > .list-group-item:first-child {
    font-weight:300 !important;
}
.list-group-item {
    padding:10px 5px;
}

}

@media all and (max-width:767px) {
    header {
        display:none;
    }
        body.home .carousel-caption h1 {
    font-size:30pt;
    }
    .xs-text-right {
        text-align:right;
    }   
    .xs-text-left {
        text-align:left;
    }
    .xs-text-center {
        text-align:center;
    }
    .navbar li {

        width:100%;
    }
    .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .navbar-header .navbar-brand {
    padding: 0px 0 0 7px;
    top: 5px;
    position: relative;
}    
    .navbar {
        margin-bottom:0;
        border-radius:0;
        z-index:10;
        background-color:#fff;
    }   

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color:#ff8400;
    }
    .navbar-default .navbar-toggle {
    border-color: #ff8400 !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color:#ff8400 !important;
    }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:#ff8400;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
 background-color:transparent;   
}
   .navbar-default .navbar-toggle:hover .icon-bar {
        background-color:#fff !important;
    }

.navbar ul, .page-content .nav-tabs {
    flex-wrap: wrap !important;
}
header {
    padding:10px;
}
header h3 {
    margin:0;
    font-size:12pt;
}
  #main-carousel .item a {
    width:320px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    min-width: 49%;
    text-align: center;
}
.hero .image {
    height:300px;
}
.hero .container {
    width:100%;
}    
.carousel-caption {
    left:45%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    width:100%;
    max-width:460px;
}
.hero .container {
    height:300px;
}
.shipping-info .ship {
    margin-bottom:20px;
}
    .carousel-inner img {
    min-height:inherit !important;
    max-height:185px;
}
.product-item img {
    max-height:185px;
}
.page-content .nav-tabs  {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap-reverse;
}

/** Product Listing Sidebar **/

.sidebar-container {
    position: absolute;
    z-index: 1000;
    width: 300px;
    left:-300px;
    transition: all 500ms;
    
}
.sidebar-container.open {
    left:-10px;
    transition: all 500ms;
}
}
@media all and (min-width:768px) and (max-width:991px) {
    .hero-container {
        margin-top:-79px;
    }
    header h3 {
        font-size:16pt;
    }
    .archive .product-item .image img {
        max-height:240px;
    }
    .product-item .title {
        height:80px;
    }
    .product-item {
        min-height:225px;
    }
    .carousel-inner img {
    min-height:inherit !important;
    max-height:185px;
}
}
@media all and (min-width:768px) {
    body.down .sticky-fix {
        height:77px;
    }
    .modal-dialog {
        top:10%;
    }
    #menu-toggle {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    }
    #menu-toggle > ul {
        position:absolute;
    }
    
    .navbar {
        box-shadow:0 2px 5px -1px #333;
        margin-bottom:0;
        border-radius:0;
        z-index:1000;
        background-color:#ff8400;
        border-top:0;
        border-bottom:0;
    }

    .navbar-nav>li>a {
        font-size:14pt;
        font-weight:300;
        padding-left:0;
        padding-right:0;

    }
    .navbar-header .navbar-brand {
        display:none;
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .current_page_item a  {
    background-color: transparent;
    border-bottom: 4px solid #fff;
    padding-bottom: 5px;  
    color:#ff8400; 
    }
        .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color:#fff !important;
    background-color:transparent !important;
}
    .navbar-nav>li {
    width:19.6%;
    display:inline-block;
    float:left;
    text-align:center;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 700;
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default  .navbar-nav>li>a:focus,  .current_page_item a {
    color:#fff !important;
}
    .nav>li:hover, .nav li.highlight:hover, .nav li.highlight.alt:hover {
        background-color:transparent;
    }  
    .no-horizontal-padding {
        padding-left:0;
        padding-right:0;
    }
    .design-popover, .instant-quote-popover {
        background: rgb(255, 255, 255);
        position: absolute;
        display:none;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 530px;
        min-height: 100%;
        border-bottom: 1px solid #ff9900;
    }
    .instant-quote-popover { 
        height:600px;
    }
    .design-popover img,  .instant-quote-popover img {
        max-width:100%;
    }

    .carousel-caption {
        left:-2%;
    }
    .carousel-caption p {
        margin-bottom:10px;
    }
    body.home .hero .image {
        height:600px;
    }
      body.home .hero .container {
      height:600px;
    }
    .hero .image {
    height: 400px;
    background-position: right;
    }
    .hero .container {
    height:400px;
}
.tabs-left {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-left>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}

ul.navbar-nav  {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap-reverse;
}
}
@media all and (min-width:992px) and (max-width:1200px) {
        .product-item .title {
        height:80px;
    }
    .product-item {
        min-height:225px;
    }
    .carousel-inner img {
    min-height:inherit !important;
    max-height:205px;
}
}
@media all and (min-width:992px) {
        .navbar-nav>li {
    width:16.6%;
        }
    body.down .sticky-fix {
        height:107px;
    }
 

    .collapse, .navbar-collapse {
        position:relative;
    }
     .navbar-nav>li {
         
     }
    .navbar-nav>li>a {
        padding:0;
        font-size: 16pt;
        font-weight: 300;
        color:#ff8400;

    }  
    .hero-container {
        margin-top:-108px;
    }
    .design-popover, .instant-quote-popover {
        top: 106px;
    }
    .carousel-caption {
        left: 6%;
        max-width: 50%;
    }
    .carousel-caption h1 {
        font-size:31pt;
    }
}

@media all and (min-width:1200px) {
    .carousel-caption {
        left: 5%;
        max-width: 700px;
        width:55%;
    }
    .carousel-caption.left-fix {
        left:8%;
    }


}



/** Animate Shit **/
@-webkit-keyframes pulsate {
    0% {
        opacity: 0.7; 
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.7;
    }
}


/** Bootstrap Carousel */
/* override position and transform in 3.3.x */

.carousel-control              { width:  4%; }
.carousel-control.left,.carousel-control.right {background-image:none;}

@media (max-width:480px) {
    .carousel-inner .active.left { left: -100%; }
    .carousel-inner .next        { left:  100%; }
    .carousel-inner .prev         { left: -100%; }
    .products .active > div { display:none; }
    .products .active > div:first-child { display:block; }

}

@media (min-width:481px) and (max-width: 767px) {
    .products .carousel-inner .active.left { left: -50%; }
    .products .carousel-inner .active.right { left: 50%; }
    .products .carousel-inner .next { left: 50%; }
    .products .carousel-inner .prev { left: -50%; }
    .products .active > div { display:none; }
    .products .active > div:first-child { display:block; }
    .products .active > div:first-child + div { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
    .products .carousel-inner .active.left { left: -33.3%; }
    .products .carousel-inner .active.right { left: 33.3%; }
    .products .carousel-inner .next { left: 33.3%; }
    .products .carousel-inner .prev { left: -33.3%; }
    .products .active > div { display:none; }
    .products .active > div:first-child { display:block; }
    .products .active > div:first-child + div { display:block; }
    .products .active > div:first-child + div + div { display:block; }
}
@media (min-width: 992px ) {        
 
    .products .carousel-inner .active.left { left: -25%; }
    .products .carousel-inner .active.right { left: 25%; }
    .products .carousel-inner .next { left: 25%; }
    .products .carousel-inner .prev { left: -25%; }
    .products .active > div { display:none; }
    .products .active > div:first-child { display:block; }
    .products .active > div:first-child + div { display:block; }
    .products .active > div:first-child + div + div { display:block; } 
    .products .active > div:first-child + div + div + div { display:block; }     
}     


@media all and (transform-3d), (-webkit-transform-3d) {
  .products .carousel-inner > .item {
    -webkit-transition: 350ms ease-in-out left;
    transition: 350ms ease-in-out left;
    -webkit-transition: 350ms ease-in-out all;
    transition: 350ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
}


   
/**
* icons?
*/
                                                                                                                                                   
.icon-checkmark {
    display:inline-block;
    width:32px;
    height:32px;
    background:url(../img/checkmark.png) no-repeat;
    overflow:hidden;
    position:relative;
    top:8px;    
}

ul.checkmark {
    list-style-type:none;
    padding:0;
    margin:20px;
}
ul.checkmark li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACQ0lEQVRIS7WVPYgTURDH/zOJbpAIogbBj0awEj0brZSLIJ6Bt0vKO+1E26ssLK6wvE4QGwuLAwshMWIma0TIIdeIhSdYWFodiEb8wCIH5r2RPbLHJlzudqNut7x5v9/MvH2zhP/8UJJfLpfzxWLxPIBDzDy0tlMezjll5i+e563UajUbx29CgiA4rKovAJzaCbbdurX2faFQuNJoND5FcZsC3/frqnqBiOastR8mkTDzSSJ6DKAjIrOjgh8A7ovIwiTweI/v+4vOuRthGB4cFawDuCMii1kElUrlaD6fXxeRr9E+Y8wCEd0WkeJfC4wxU6raYeaf/X5/ut1ur/0zQQJ+YFDxiohMpxYYY46oqheG4cfRlgVBcNpau8zMMbwPYFZEnqQSGGNOqOorAHsAXArD8G0sieBRWwBsHCKAvqrOtVqteuoz8H3/DYBzA8D3SCIiqzvBUwuMMb6q1pl5dywhonlVvTsu87jCVC2KgoMgCKy1tYQkeRRDbUkupBZsIxkLT92iZEYjlWwLn0iQqGSJiG7GX8u4256pRVlGRtpDjobdrUnAiWF3D8D1LWeRc67HzFcLhUKn2+26LKJSqcS9Xm+GiB455zgMw71Dw84Y81lVn+dyuTVVnQLAWQQAHBGtqupxIrrYbDaPjU7TBwCuRVdARJYzwjfCjTGXiegpgIciMj8kqFar+6y1LwGcBfDNOfc7i4SZdwHYD+A1Ec00m81fQ4LoZfDTrxLRGQD5LAIiihJ653nesy1/+llgWWL/AMoNdCjBHxftAAAAAElFTkSuQmCC) no-repeat left 1px;
    background-size: 24px;
    padding-left: 28px;
    line-height: 21pt;
}
.icon {
    display:inline-block;
    min-width:16px;
    min-height:16px;
}
.icon.search {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABzUlEQVQ4T6XVy6tNcRjG8c/BgCRCysDIQEoM3Mr9chAzE0RkTqL8AfwFLmMD5BIDU5fIfcKRMGJImThEBgyInnppnb3XPrvOWbXbrbXe3/d93+f3Pr81YOQ1CXuxD8swA1/xHJdxFb861oy4HWjcLcR1LKpnP/AZszClnr3GLrztBf0HDOxxLb6Pk3iC35iItTiB9RjGml7QANPmy6rsFI7jIA7gBs5WNYk9jSN4VZJ0tZ+gLLyAVDZYOu3AOVzCi0Z7iX+Addhf77s0vI2t2ID5OINVeNNDp024h1vY3hmTjBE+ok+rwLR/bJSdjETf6zenDRjhP2Je6fO0o8029gfMLf27Wm5WGHi/q2+F0WIbNpbg/YCbcRc3kc3rqjC7dREPC/pnFOKEisscxk1X2oBpIaOxuGbuKNqggWUmD9XcLq/Bb7XegnLGbDwqp+Q/g5uEcUickso+YTWW4D2eNYlNLwd6rQIT87NsliSTa1FGandZNDomYWb4P7QJzJpUs6f0WYqZ+IKhckUS7sR5TK0k37ClTiSdwH47nPcrEXdNbwTniAt0aCzAcFbgTgt0cKzAXtB34wEGmtFJpTnZcw2PFxhIPhX5PGQDD/8FLsphY9e4A9UAAAAASUVORK5CYII=);
    background-size:contain;
}

.icon.info {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPklEQVQ4T33TvSuGYRTH8c+ziLIYTAYZkEnPLCkpTP4I5aUMymJSMmBTXkOMymQwoLwtRpLByyB/gD8AC526b91x3c+13ff5ne+5zvldp+L/qWIc/WjNwm+4wBbuiymVwkcDVjGagOa/vrGNaXzEzxwQyaforZFcDF1jKCA5YLek8jF2sISuP/BoZzIA0fNtSeVBnGEO83800U41AEGKoaVODOww67k5IdgIwAvaSwAxsLj+PvoSmqcAfKIuEYzkRYSFRxhJaD5rAUI/gEu8o6kM8IyORPArS+qsMeTHuMEmJhKAG/RkA1xAY0KzFoBu3BUeVa5bxixacJB4ZGFjd/6QUlZeYS/zvy1RfR1TOaAeJyVWpRyOwQ6Hg8VlCsgKxhLtFJdpAzOZ/b/LVKwSMwlIrHN+9VecZ5v4UBT/AEotPjLe4H0lAAAAAElFTkSuQmCC);
    background-size:contain;
    background-repeat:no-repeat;
    left:5px;
    top:2px;
    position:relative;
}
.icon.username {
     background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMAnW5hXxT39Mnk1sCtpZWPfHpnTUE3+rW0hHRaKSYcBBi6p78AAACFSURBVCjPldBZDoMwDEXRTJAwQ4HOw9v/KmtVaaQYV6L3850fy2pHy6CttK8NUJntbvCp4fsdsYFBi29FDj6By6FMcNgJdYI1B4dYrVghwkPxLhVQtuzY+TqaW+cRjJsmm/AZkHWMv3x58GZFFT22LQQjhHqCTgJNoP+GswQnAqeFrPrZGwk6H8GDiPVzAAAAAElFTkSuQmCC');
     background-size:contain;
    background-repeat:no-repeat;
    position:relative;
}
.icon.password {
     background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMA0Y37rJXmdBWKXw3h3c2nnlDz7dnSw7qThSgb8qFqZz82MCIILB2NYgAAAKRJREFUKM+d0dkOgyAURVFqrYrzPHUe9v//YmNRA5WHpucFclYIlyB+SCGd8LWtI7+BeAi++8cJlcLsb0DVywS4GBCDnNYQOGq9D44Qs2QapJTLtsXTwOOsHdYmqxiW7dW4pCTO3U/yBsalvmcY2YUzyD1m+hkcBWkQuQoOJjyn8bagpqxtkE2PsAGRSOwQCM8OXY4JRYsRz1+/tUt2a+p0FH/lDYTNG+7f2nxSAAAAAElFTkSuQmCC');
    background-size:contain;
    background-repeat:no-repeat;
    position:relative;
}
.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #ff8400;
    color: #fff;
}

   .pager li>span.active {
    background-color: #ff8400;
    color: #fff;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ff8400;
    border-radius: 0px;
    margin: 5px;
}
.list-group-item {
    border:0px transparent;
}

.panel > .list-group-item:first-child {
    font-weight:bold;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color:#ff8400;
}

.color-swatches {
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
}
/*
.color-swatches span:hover::after {
content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdFRTgwRDhEREIyNjExRThBQzJDQUQwMkU2QTkyMUE5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdFRTgwRDhFREIyNjExRThBQzJDQUQwMkU2QTkyMUE5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0VFODBEOEJEQjI2MTFFOEFDMkNBRDAyRTZBOTIxQTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0VFODBEOENEQjI2MTFFOEFDMkNBRDAyRTZBOTIxQTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5gaQhtAAABTElEQVR42tyWP26DMBSHcZccITfo3KkrW4/A3CkXQOrEzITULQtDZ6YcIQdgyMABygVQj/Dqn2SjF+cZO7HVoU96EubP++wP26CKxCCiqPueij+KbCCl1LPOT50nnW/Ze2rU7XQe0WSJ9h7XY/XGgFocNk1DwzBQWZYrLBtIR2VHMc8zIZZl4bCXHCAoO6Ng3/dkA6MykO9cIzpaZTac0XzkAB1QDEWtMgSg7vtJAe11XlAQmgRlFz7jUkAhZQcO8YEq84LfQ8pQPKTMB2qFRZekTAKtEDxY17UEu1uZBPrhPZ2myYU9pCwIEmDkXsciNefPPmVBdRKs67r1PNYO60C1BdmcDByGGMfxqs2UtSGIb3p7YR5lu0dBm7B7lcXsDCKMK7Pfo1TQDQyTgSvLCZJ2CzLbVJEbhMDPxknnl85X91Mek+rf/df9CjAA0iwuKDFKnHIAAAAASUVORK5CYII=');
    z-index: 10;
}*/
.color-swatches .view-more {
    font-weight:bold;
    cursor:pointer;
}
.color-swatches .view-more:hover {
    text-decoration: underline;
}
.archive .color-swatches > span, .home .color-swatches > Span {
    width:24px;
    height:24px;
}
.archive .color-swatches > span > span { 
    width:10px;
    height:24px;
}
.color-swatches > span {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 2px 4px;
    position: relative;
    box-shadow: 0px 0px 1px #000;
    cursor: pointer;
    overflow: hidden;
}
.color-swatches > span > span {
    display: inline-block;
    border-top: 50px solid transparent;
}
.tooltip {
    font-size:12pt;
    letter-spacing:1px;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#ff8400;
}
.tooltip-inner {
    background-color:#ff8400;
}

.gform_button {
    background: #ff8400;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    box-shadow: 0px 0px 1px #000;
}
.gform_button:hover {
    background:rgb(255, 160, 36);
}
.gfield label {
    font-size:11pt !important;
}
.gfield span label {
    font-size:9pt !important;
}

#gform_wrapper_2 label {
    display:none;
}
.gform_wrapper div.validation_error, .gform_wrapper .validation_message {
    color:#ff8400 !important;
    border-top:0px !important;
    border-bottom:0px !important;
}
.gform_wrapper li.gfield.gfield_error {
    border-top:0px !important;
    border-bottom:0px !important;
}
.footer-logo {
    position: relative;
    display: inline-block;
    margin: 15px 0 10px 0;
}
footer ul {
    color:#fff;
}
footer h3 {
    font-weight: 700;
    font-size: 1.25em;
    margin: 16px 0 6px;
    color: #ff8400;
    box-shadow: none;
}
.max-width-100 {
    max-width:100%;
}
ul.sm {
    list-style:none;
    font-size:12pt;
}
ul.sm li {
    display: inline-block;
    width: 33%;
}

#embeddedDesigner iframe {
    min-width:100% !important;
}

.vertical-space-25 {
    display:block;
    height:25px;
}
.vertical-space-50 {
    display:block;
    height:50px;
}
.vertical-space-75 {
    display:block;
    height:75px;
}
.vertical-space-100 {
    display:block;
    height:100px;
}
.orange-divider {
    border-top: 1px solid #ff8400;
    margin-top: 35px;
    margin-bottom: 35px;
    display:block;
}
.page-content .nav-tabs>li>a:hover {
    border-color:transparent;
}
.page-content .nav>li>a:hover, .page-content .nav>li>a:focus {
   background-color:transparent; 
}
.page-content .nav-tabs>li.active,.page-content .nav-tabs>li.active {
      border-bottom: 2px solid #ff8400;  
}
.page-content .nav-tabs>li.active>a, .page-content .nav-tabs>li.active>a:hover, .page-content .nav-tabs>li.active>a:focus, .page-content .nav-tabs li:hover a {
    background: transparent;
    color: #666;
    border-color: transparent;

    letter-spacing: 1px;
    font-size: 12pt;
}
.page-content .nav-tabs a {
     background: transparent;
    color: #666;
    border-color: transparent;
    letter-spacing: 1px;
    font-size: 12pt;   
}
.page-content .carousel-inner img {
    max-width: 100%;
}
.menu-divider {
    padding-left: 10px !important;
    padding-right: 0px !important;
    position: relative;
    top: -1px;
}
.menu-divider:last-child {
    display: none;
}
div#gform_wrapper_1 label {
    display: none;
}
.navbar-header {
    position:relative;
    z-index:10;
}
.collapse {
    position:relative;
    z-index:1;
}


.auto-margin {
    margin:auto;
}

.box-headliner {
    position:relative;
    display:inline-block;
    text-align:center;
    margin-bottom:25px;
}
.box-headliner a {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    color:#fff;
    z-index:10;
}

.box-headliner .image {
    overflow:hidden;
}
.box-headliner .image img {
    
}
.box-headliner:hover .image img {
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.box-headliner .link-text {
        position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 10px;
    background: rgba(237,122,33,0.8);
    font-size:16pt;
    font-style:underline;
}
.box-headliner:hover .link-text {
    background:rgba(237,122,33,1);
}

.behold-the-power h2 {
    color:#c81a11; 
    font-weight:400;
    font-style:italic;
    font-size:30pt;
}
.behold-the-power {
    color:#545454;
    font-size:12pt;
    text-transform: capitalize;
    text-align:center;      
    font-weight:600;    
    border-top:1px solid #cecece;
    border-bottom:1px solid #cecece;
}
.behold-the-power  div.wpb_wrapper {
    max-width:750px;
    margin:auto;
}



.navbar-default .navbar-toggle {
    border-color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
}
a.term-parent {
    font-weight: 700;
    font-size: 18pt;
}

ul.list {
    margin:10px 0 10px 0;
    display:inline-block;
    position:relative;
    width:100%;
}
.list li {    
    list-style:none; 
}
.float-right {
    float:right;
}
.icon.colors {
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAACgUlEQVQ4T32T3UtTYRzHv+d4PNtOO5pvedzmwHctoZUrpRewllAXSrTUgi4KAkOI/oCuI4igC6+8qMveLxxJQWQalc4wdNrYfGmamyY08biz7ZxtuhPnDOdrPXB4Ds/v+3y+z/fh9xD4z+iprS1eI4h9lycmvP+SEXsVRutrKhI0NSUxrFpmRCEsR+PWYyOTkzv1uwAua1WVvoDxllaXA1EhpWdYTI97EIrEGqzO6eGtkG2Al3V12RY5wFfkagHIO8wIeJZj+BHPY9vc7vBGcRvAVV9u0q+F/KU5CmD38K1I+ENlFTcMzwT2BLxqvNZ4NLHSX2o4B0hDgOhM6U4wQDkN3wcebw8Yztx+6BzYDmh10zozay9Jyk/dEfOmNRcAOu8ChXPpNdunDKyCPftzlhzlb/TwagTmznyLTkc6RM6I536gWbk7BsA9ZVbitgMIozdC40lIi+BMFEKCPTlmcwyqgLxOjyxWVqsu2etA9yLQfBxA24ZxF/pFB7p4Xfokvm8iXBf7CEJnH6rPMuY6I2WVSG65+Ft2AU0mAhJkuOMT+L58P705Axnwj0qY9WdaCF3roNFgzgtoDlViLrQZ/0KTgNqDkrqwIn6Fn3+cLhopE8ZHluBdSHJqBMPNsd8t7Yc5xwywGkvpik0JXLHz6r9v+QHC8VQ360kWp7Sn8ejd6yXv1Y9FKoC9Pl5dxDEem60MnwPArxCwLgPKKYwlfao7CRKFFAcLfQQvht/DH0lYpi71utKNpEBYKtnPFug5idIiLEiQNMmBopqO/TkcacnX6yGLGiwEV5dimszzymbFfNdb0LV+MVNJkgFNB4Vn1qAasbs5H4DyRRc73sxv7dG/C13qTzTkxJwAAAAASUVORK5CYII=);
    height:16px;
    width:15px;
    margin:-2px 0px;
    display:inline-block;
    position:relative;
}
.icon.shirt {
    height:32px;
    width:32px;
    margin:0px 5px;
    display:inline-block;
    position:relative;
    top:10px;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC7UlEQVRYR+2XT2gTQRTGvzebaGtFQQu2SVpzkFKz8W/aTYsKguBBUBBEvPTSkyCCN6EeKkIpeNGDVxHEixTUi4jgwVM1TWqwTULFCpFutfinKFWb0ux7YrElqWlmkx7qoXPc733v/WbezOwuYY0HrXF9rAO4WoFAZ2ctzfARAW+2U/EH5drmD0XPgGTa+3PTYDb7PKdrcVmAZjN6mIEehhxTwAYw59mL8IeRxJtSiZvNaIjhjADKYHBOQT0lSN9EOh5fCWRFgCaz45SAHwJQhWYiecV5Oj45NvS18LmvJVKvFJ7BMPYVFWPOg3DKziSelIJYCUD5TOuNAnaVMjEwZRBusdAgEQmBD7HDF0mpHSVnKjRmZ2IhALJcLwnQFI52i8htXf8q0km67FT8nhYgaLY35EEpANsrKqALduRTvjYfnkomPxe1dJlPBXa3PYFSx3X5qtP5sZ1OnCxsRVEL/HusTmIMVpfcnYsgVuGp+GcPBMLWVQh6C9IlGQgpYKO7En+jGD8hznjhqRChnslMrL9cCxY0f9g6L4KbYMx6FB1idl5DKU8lAAzMeUkdmBd+AfAGQ4wLE5nYHe0mXAzwt1otorhOwTsDct5WUnwx1mFP0Otx6kXy3yZSw+8quQeWYn1mpFnBeF8NgAfSmE3Hp8p53bwLyGe2fVFQ2yqB+HNZfUgPNeo8bgAQCFuPITihS1akEz+yU4nTOo8rgCaz/YaALumSFet83U4nLus87gBCVp8QenTJinXqtdOxazqPO4D/YAXuC+GsbjZFutA9OxPr0nlcrUDAtJIA9uuSLdNjdnqoQ+fRAkQiEe/HnPFj4YuoksH4ZYd3bsHAgLOqe8C3u+OgUjxcSe2lWGXstUdfjK4KwB+OdpHI3WoAiOTcRCp+f1UAweDRmvm62SsC7lYgnysQh2141O2a3HT/+Pj43KoACs3B1o6g45EWFmkgwVYo1CzojJwQvhtEH1We3mbHXmZdgQLrf0brK4Df108NMJ4pCAsAAAAASUVORK5CYII=);
}

a.cart {
    float:right;
    margin:10px 5px 0 0;
    padding:10px;
}
.icon.cart {
    height:24px;
    width:24px;
    display:inline-block;
    position:relative;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABPElEQVRIS73VPyhFYRjH8c8tZJJSsimlzFKKVawWk4EUMVsZbVYMUmaLjHYlg8lgkMGfCEkphEhPHXW7Hefc6zreOtN53u/3/Z33PO9bUvAoFcz3L4IGLKKtLM0xVv4iXSTowBmaKoDtuKtX8v2JAtaSwGYxj0u81iGIxQ2l7cEwdusAl0/tThO04qFIQbBjk3v+QJKaILibmChSMIfVIgW9OCxS0IhHNNcp+XEPgruHwV8I7nGOI0xnnUXLScOVO95wkQACUvnEu6fyCVmCMWwlf9RaArvFZy2psgRT2MAClmqBVpvgFF24xnMNgg9MYj/mZCXYwQhu8FKFIFidySE5joM8QTRaNFycqv24ypGk1mcleEdcRjFmsJ4jSK3PEmxjNGm4PpzkCFLrswSx+oEEHBudN1LrC7/0vwD/7kMmmI/ZxQAAAABJRU5ErkJggg==);
}


#sidebar, .sidebar {
    background-color:#fff;
    /*box-shadow: 1px 1px 2px 1px #3e4e7075;*/
}
.sidebar a {
    position:relative;
}
.sidebar-container h4 {
    font-weight:bold;
    color:#3e4e70;
}



.subheader-bg {
    background-image:url(../img/auxillary-hero-custom-tshirts-thatshirt.jpg);
}

.markers {
    position: absolute;
    right: 0;
    bottom: 60px;
    color: white;  
}
.markers > span {
    padding:0 15px;
}
.markers.recommended {
   background-color: green; 
}

.product-item .info {
    text-align:center;
    font-size:10pt;
    z-index:11;
}
.product-item .info .price {
    font-weight:bold;
}

.category {
    border-bottom: 1px solid #3e4e70;
    padding: 5px 0;
    cursor:pointer;
}
.category:first-child {
    border-top:1px solid #3e4e70;
}
.category:last-child {
    border-bottom:0px;
}

.sort > span {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0px;
    border-radius: 10px;
    border: 1px solid #cecece;
    cursor:pointer;
}
.sort .black {
  background-color:#000;   
}   
.sort .blue {
  background-color:blue;
}
.sort .brown {
    background-color:saddlebrown;
}
.sort .grey {
    background-color:grey;
}
.sort .green {
 background-color:green;
}
.sort .yellow {
 background-color:yellow;
}
.sort .orange {
background-color:orange;
}
.sort .pink {
background-color:pink;
}
.sort .purple {
background-color:purple;
}
.sort .red {
background-color:red;
}
.sort .white {
background-color:white;
}
.sort .camo {
 background-image:url(../img/swatch-camo.gif);
}
.sort .heathered {
  background-image:url(../img/swatch-heathered.gif);  
}


.display-flex {
    display:flex;
    flex-wrap:wrap;
    clear:both;
}
.display-flex > div {
    margin-bottom:20px;
}
.display-flex .product-item {
    height:99%;
    margin:auto;
}

.sidebar .input-group-addon {
    width:75px;
    background-color:#333;
    color:#fff;
}
.sidebar a.item:hover {
    text-decoration:none;
}
.sidebar .remove {
    position:absolute;
    right:0;
    top:0;
    padding:2px 10px;
    color:#fff;
}
.sidebar .count {
    font-weight:bold;
}
.sort a.disabled, a.item.disabled {
    color:#ccc;
}

.sort span.active:after {
    content: " ";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAElBMVEUAAAAAAAAAAAD///8AAAADAwOte+UfAAAAA3RSTlMAlgIzY4huAAAAX0lEQVQY02MgGSggsUVCBOBsRmdjB4SEMZADlwBxEBImAkgSjugSIi4CDIzBEAmmYCAFlDAF63A2NhEE6ggEKwcyXEASUL0gEAg3FWIUXMoR4RKwBEwKJAGXAlpLCgAAmD4Qnt7Qe0AAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 5000;
    position: absolute;
    width: 27px;
    height: 27px;
}



    .sidebar {
        margin-bottom:5px;
    }
    .sidebar  .category > a,.sidebar  .category > .header > a {
        font-weight:bold;
    }
    .header:before {
        transform: rotate(-90deg);
        opacity: 1;   
    }
    .header.active:before {
        transform: rotate(0deg);
        opacity: 1;   
    }
    .header:after, .header:before {
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        right: 0px;
        width: 14px;
        height: 1px;
        margin-top: -2px;
        background-color: rgba(0,0,0,0.85);
        transform-origin: 50% 50%;
        transition: all 0.25s;  
    }

    .item {
        font-size:11pt;
        text-transform:uppercase;
        letter-spacing:1px;
        color:#555;
    }
    .sidebar  a {
        display:block;
        padding:2px 5px;
        font-size:12pt;
    }

    .sidebar  {
        padding:5px 10px;
    }
    a.active {          
        background:#444;
        color:#fff;
    }
    .sidebar h3 {
        margin-top:1rem;
    }
    .full-width {
        width:100%;
    }
    
.content-container.loading:before {
    content: "Loading...";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    padding-top: 125px;
}
.swatch a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity:0;
}
.filter-container {
    position: relative;
    float: right;
    clear: both;
    margin-bottom:20px;
}
.popover {
    min-width:320px;
}
ul.pricingInfo {
    margin-top:5px;
    margin-bottom:5px;
}
.category {
    position:relative;
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #d41014;
    border-color: #ed2029;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-info {
    border-color: #d41014;
}
.panel-body {
    padding: 15px;
}
#loginform .input-group-addon {
    background-color: #ed2125;
}
#loginform .input-group {
    margin-bottom:10px;
}
h3.centered {
    transform: translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    top: 50%;
    position: relative;
    margin-top: 0;
}
.gform_wrapper {
    margin-bottom:40px;
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none; }

.gform_wrapper li {
  margin-bottom: 15px; }

.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48; }

.ginput_container input, .ginput_container select, .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
  color: #999; }

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  color: #999; }

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
  color: #999; }

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
  color: #999; }

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee; }

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
  height: auto; }

.ginput_container textarea {
  height: auto; }
  
.gform_button {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #ff8400;
  box-shadow: 0px 0px 1px #000;
}

.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.gform_button:hover, .gform_button:focus {
  color: #333;
  text-decoration: none; }

.gform_button:active, .gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  background-image: none; }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd; }

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48; }

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48; }

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6); }

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.validation_error h4 {
  margin-top: 0;
  color: inherit; }

.validation_error .alert-link {
  font-weight: bold; }

.validation_error>p, .validation_error>ul {
  margin-bottom: 0; }

.validation_error>p+p {
  margin-top: 5px; }

.validation_error hr {
  border-top-color: #e6c1c7; }

.validation_error .alert-link {
  color: #953b39; }

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit; }

#gforms_confirmation_message .alert-link {
  font-weight: bold; }

#gforms_confirmation_message>p, #gforms_confirmation_message>ul {
  margin-bottom: 0; }

#gforms_confirmation_message>p+p {
  margin-top: 5px; }

.gallery-row {
  padding: 15px 0; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }
  
  .gfield_checkbox input {
    width: 34px;
    display: inline-block;
}
.gsection {
    border-bottom: 1px solid #CCC;
}
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

@media only screen and (min-width: 641px)  {
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
}
.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
    clear: both;
}
    
}

.global-special-offer {
    background-color: #376b5f;
    line-height:30pt;
    font-size:12pt;
    color:#fff;
}
.global-special-offer a,.global-special-offer a:visited,.global-special-offer a:active,.global-special-offer a:focus {
    color:#fff;
}
.global-special-offer a:hover {
    color:#eaeaea;
}


.login-container {
    padding: 30px 70px 50px 70px;
}
.form-group input[type=text],.form-group input[type=password], .form-group textarea {
    width: 100%;
    height: 28pt;
    padding: 6px 12px;
    background-color: #fff;
    border: 0;
    border-bottom:1px solid #ccc;
    font-size: 12pt;
    line-height: 1.42857143;
    color: #555;
    display: block;
}
.form-group input[type=submit] {
      width: 100%;
    height: 28pt;
    padding: 6px 12px;
    border: 0;
    border-bottom:1px solid #ccc;
    font-size: 12pt;
    line-height: 1.42857143;
    display: block;  
}
.view-pdf {
    border-radius: 0px;
    border: 0px;
    padding: 0 20px 10px 20px !important;
    margin: 5px 0;
    font-size: 16pt;
    letter-spacing: .5px;
}
article {
    font-family:"Open Sans";
    font-weight:400;
}
article h3 {
    font-family:"Roboto";
    font-size:18pt;
    letter-spacing:0px;
    margin:0;
}
.blog-title {
        border-bottom: 3px solid #f2f2f2;
}
.blog-title h2 {
    margin:0;
    display:inline-block;
    text-transform:uppercase;
    font-size:12pt;
    font-weight:bold;
    font-family:"Roboto";
    color:#ff8400;
}
.blog-title h2:before {
    content: '';
    height: 3px;
    width: 65px;
    background: #376b5f;
    top: 100%;
    position: absolute;
}

.blog-sidebar ul {
    list-style:none;
    padding:0;
}
.article-thumbnail-container {
    overflow:hidden;
    position:relative;
    max-width:100%;
    max-height:100%;
    text-align:center;
}
.article-thumbnail-container img {
    max-height:250px;
}
.blog article {
    margin-top:30px;
    padding-bottom:30px;
    border-bottom:3px solid #f2f2f2;
}
.tiniest {
    font-size:60%;
}
footer li {
    margin-bottom: 5px;
}
a.featured-cat {
    position:relative;
    height:100%;
    max-width:390px;
    margin:auto;
    display:block;
    overflow:hidden;
}
a.featured-cat img {
    max-width:100%;
}
a.featured-cat div.overlay {
    opacity:0;
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    
}
a.featured-cat:hover div.overlay {
    opacity:1;
}
a.featured-cat:hover div.caption {
    top: 40%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    color: #fff;
}
a.featured-cat span {
        position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 36pt;
    left:0px;
}

.btn-cta {
    background: #ff8400;
    border-color:transparent;
    color:#fff;
    padding:15px 40px;
    border-radius:0px;
}
.btn-cta:hover {
    background:#ff8d13;
}

.contact-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
 i.fas,
  i.fab, i.fal {
    color:#ff8400;
    background-color:#ff8400;
  }
  
  .btn-primary {
      background-color:#3e4e70;
  }
  .btn {

    font-size: 12px;
    font-weight: 700;
  }
  .btn-group-lg>.btn, .btn-lg {
    padding: 16px 30px;
    font-size: 14pt;
    line-height: 1.3333333;
    border-radius: 6px;
    font-weight: bold;
        box-shadow: 2px 2px #000;
    text-transform:uppercase;
}

.swa-txt {
    display: inline-block;
    padding-top: 3px;
    height: 56px;
    vertical-align: text-bottom;
    font-size: 15pt;
    font-weight: bolder;
    line-height: 15pt;
    margin:0 6px;
}
.swa-container {
    position: relative;
    height: 60px;
    display:inline-block;
    color:#3e4e70;
}
.swa-txt .small {
    font-size:8pt;
    display:block;
    padding-top:2px;
}
.vertical-divider {
        width: 2px;
    background-color: #000;
    display: inline-block;
    height: 45px;
    margin: 0px 20px 0 15px;
}
.btn-success {
    background-color: #376b5f;
    border-color: #4cae4c;
}
.btn-success:hover {
    background-color: #4a8577;
    border-color: #4cae4c;
}
.input-group-addon {
    border:0;
}
.pointer {
 cursor:pointer;   
}



@media (min-width: 769px) {
.dropdown-menu {
    background-color:#3e4e70 ;
    border:0px solid #378b9f;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 0;
width:100%;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.428571429;
  color: #fff;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #ccc;
  background-color: #47587d;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #fff;
  font-weight:bold;
  font-size: 18px;
}
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu-large.row li.col-sm-3 {
    padding-top: 20px;
}


.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}

.specials.fa-tshirt {
  font-size:8em;  
}
@media all and (min-width:768px) {
    .specials.fa-tshirt {
          color:#fff;
    }
    .padded-container-callout {
        padding:60px 0 25px 0;
        height: 360px;
        background: #376b5f;
    }
    .padded-container-callout ul {
        margin-top:25px;
    }
    .padded-container-callout li {
        color:#fff;
        list-style-type:none;
        font-weight:bold;
    }
}

.specials-container {
    border: 1px solid transparent;
    overflow: hidden;
    margin: 15px 0;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px #eeeeee;
    min-height:325px;
}
.specials-container .image, .specials-container h3 {
    text-align: center;
}
.specials-container td {
    padding:15px !important;
}