/* Reset
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe, p, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, 
dl, dt, li, ol, ul, form, label, h1, h2, h3, h4, h5, h6, hr {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    font-family: inherit; }
a {
    text-decoration:none; }
:focus {
    outline: 0; }    
a img {
    border: 0; }
table {
    border-collapse: collapse;
    border-spacing: 0; }
caption, th, td {
    text-align: left; }
ol, ul {
    list-style: none; }
.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0; }
.hide {
    display:none; }
.show {
    display:block; }
.left {
    float:left; }
.right {
    float:right; }


/* General
----------------------------------------------------------*/
html {
    background:#f2f2f2;
    color:#5a5a5a;
    font-family: "Merriweather", sans-serif;
    font-size:12px;
    line-height:2em; }
body {
    font-size:1em; }
.wrapper {
    margin:0 auto;
    max-width:960px;
    position:relative;
    width:90%; }
p {
    margin:0 0 15px; }
::selection, ::-moz-selection {
    background: #646464;
    color:#F2F2F2; }
input, textarea {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.content {
    background:url(../img/content-bg.png) 68% 0 repeat-y;
    background-size: 2.5% auto;
    line-height:2em;
    padding:0;
    z-index:10; }
#home .content {
    background: none;
    padding:30px 0 0; }
.main .textElement p:last-child,    
.sidebar .textElement p:last-child {
    margin:0 !important; }


/* Main
----------------------------------------------------------*/
.main {
    float:left;
    padding:22px 6.25% 15px 0;
    width:62.5%;
    height:100%; }
#home .main {
    background:none;
    padding:0 0 15px;
    width:65.625%; }
#full-width .content {
    background:none;
    width:100% !important; }
.sidebar:empty {
    display:none; }
.main .element {
    margin:0 0 15px; }
.sidebar {
    float:right;
    padding:30px 0 0;
    width:28.125%;
    height:100%; }
#home .sidebar {
    padding:0;
    width:31.25%; }
.sidebar .element {
    margin:0 0 15px; }

    
/* Header
----------------------------------------------------------*/
.header {
    background:#1a1a1a;
    *background:#1a1a1a url("../img/header.png") repeat-x !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#1a1a1a));
    background: -webkit-linear-gradient(top, #333333 0%, #1a1a1a 100%);
    background:    -moz-linear-gradient(top, #333333 0%, #1a1a1a 100%);
    background:     -ms-linear-gradient(top, #333333 0%, #1a1a1a 100%);
    background:      -o-linear-gradient(top, #333333 0%, #1a1a1a 100%);
    background:         linear-gradient(top, #333333 0%, #1a1a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#333333", endColorstr="#1a1a1a",GradientType=0 ); }
.header-overlay {
    background:url("../img/header-overlay.png") bottom center no-repeat; }
.header .height {
    height:120px; }
.top {
    background:url("../img/top.png") bottom center repeat-x;
    height:10px; }
.social-media {
float: right;
    margin-top: 70px;
}

/* Logo
----------------------------------------------------------*/
.logo {
    padding:15px 0 0;
float: left;
width: 75%;}
.logo h1 {
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color:#fff;
    float:left;
    font-family:"Merriweather", sans-serif;
    font-size:36px;
    margin:20px 0 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
.logo h1:hover {
    color:#999; }


/* Search
----------------------------------------------------------*/
.search {
    background:url("../img/search.png") no-repeat;
    height:25px;
    padding:3px 24px;
    position:absolute;
    right:0;
    top:-1px;
    width:198px; }
.searchInput {
    background:none;
    border:none;
    color:#555;
    font-style:italic;
    width:150px; }
.searchButton {
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;
    background:url("../img/search-button.png") no-repeat;
    border:none;
    bottom:5px;
    *bottom:3px;
    color:transparent;
    cursor:pointer;
    filter:alpha(opacity=25);
    font-size:0em;
    height:19px;
    left:13px;
    -moz-opacity: 0.25;
    opacity: 0.25;
    position:relative;
    text-indent:-9999px;
    width:19px; }
.searchButton:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; }


/* Navigation
----------------------------------------------------------*/
.nav {
    background:#bfbfbf;
    *background:#333 url("../img/nav.png") repeat-x;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(2%,#666666), color-stop(98%,#333333));
    background:-webkit-linear-gradient(top, #999999 0%, #666666 2%, #333333 98%);
    background:   -moz-linear-gradient(top, #999999 0%, #666666 2%, #333333 98%);
    background:    -ms-linear-gradient(top, #999999 0%, #666666 2%, #333333 98%);
    background:     -o-linear-gradient(top, #999999 0%, #666666 2%, #333333 98%);
    background:        linear-gradient(top, #999999 0%, #666666 2%, #333333 98%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666", endColorstr="#333333",GradientType=0);
    font-family:"Oswald", sans-serif;
    font-size:16px;
    font-weight:400;
    position:relative;
    text-align:center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    text-transform:uppercase;
    z-inde:9999; }
.nav-overlay {
    background:url("../img/nav-overlay.png") top center no-repeat;
    padding:18px 0; }
.nav li {
    display:inline;
    margin:0 7.291666666667% 0 0;
    padding:0 0 20px 0;
    position:relative;
    z-index:9999; }
#home .nav li {    
    padding:0 0 20px; }
.nav li:last-child {
    margin:0; }
.nav li a {
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;
    color:#fff; }
.nav li a.selectedPage,
.nav li a.selectedPageRoot,
.nav li a:hover {
    color:#999; }
#shopping-cart .nav li a.selectedPage {
    color:#fff; }
.nav li a.selectedPage:hover,
.nav li a.selectedPageRoot:hover {
    color:#fff; }


    /* Navigation - Level 2
    ------------------------------------------------------*/
.nav li:hover .level2 {
    visibility:visible !important; }
.nav .level2 {
    background: #292929;
    background: -moz-linear-gradient(top,  #292929 0%, #333333 5%, #333333 50%, #1e1e1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(5%,#333333), color-stop(50%,#333333), color-stop(100%,#1e1e1e));
    background: -webkit-linear-gradient(top,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
    background: -o-linear-gradient(top,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
    background: -ms-linear-gradient(top,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
    background: linear-gradient(to bottom,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#292929", endColorstr="#1e1e1e",GradientType=0 );
    border-top:1px solid #202020;
    left:0;
    margin-top:18px;
    padding:15px;
    position:absolute;
    text-align:left !important;
    text-shadow:none !important;
    visibility:hidden;
    width:240px;
    z-index:9999; }
.nav .level2 li {
    display:block;
    font-size:14px;
    margin:0;
    padding:0 !important;
    text-transform:none;
    width:240px; }
.nav .level2 li.selectedPage,    
.nav .level2 li.hasChildren {
    background:none !important; }
.nav .level2 li a {
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -o-transition:none !important;
    background:rgba(0,0,0,0.2);
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
    border-top:1px solid rgba(255, 255, 255, 0.1);
    color:#808080;
    display:block;
    margin:0;
    padding:10px 15px;
    width:210px; }
.nav .level2 li a:hover {
    background:rgba(0,0,0,0.4);
    color:#fff !important; }
.nav .level2 li:first-child a {
    border-top:none !important; }
.nav .level2 li:last-child a {
    border-bottom:none !important; }
.nav .level2 li a.selectedPage:hover {    
    color:#808080; }
.nav .level3 {
    display:none !important; }


/* Subnavigation
----------------------------------------------------------*/
.sidebar .globalMenu {
    border-bottom:1px solid #fff;
    margin:-30px 0 30px -11.111%; }
.sidebar .globalMenu li {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease; }
.sidebar .globalMenu li a {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    border-bottom:1px solid #d9d9d9;
    border-top:1px solid #fff;
    color:#808080;
    display:block;
    font-family:"Oswald", sans-serif;
    font-size:20px;
    font-weight:400;
    line-height:32px;
    padding:5px 0 6px 10%; }
.sidebar ul.globalMenu > li.hasChildren > a.selectedPageParent,    
.sidebar ul.globalMenu > li.hasChildren > a.selectedPagePath { 
    color:#404040; }
.sidebar .globalMenu li:first-child a {
    border-top:none !important; }
.sidebar .globalMenu li a.selectedPage,
.sidebar .globalMenu li a:hover {
    *background: #fefefe;
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(255, 255, 255, 1.00)), to(rgba(254, 253, 253, 0.00)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1.00), rgba(254, 253, 253, 0.00));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 1.00), rgba(254, 253, 253, 0.00));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1.00), rgba(254, 253, 253, 0.00));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 1.00), rgba(254, 253, 253, 0.00));
    background-image: linear-gradient(left, rgba(255, 255, 255, 1.00), rgba(254, 253, 253, 0.00));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#ffffff", EndColorStr="#fefdfd");
    color:#404040; }
.sidebar .globalMenu  ul.level2 {
    background: #e5e5e5;
    background: -moz-linear-gradient(left,  #e5e5e5 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(left,  #e5e5e5 0%,#f2f2f2 100%);
    background: -o-linear-gradient(left,  #e5e5e5 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(left,  #e5e5e5 0%,#f2f2f2 100%);
    background: linear-gradient(to right,  #e5e5e5 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5e5e5", endColorstr="#f2f2f2",GradientType=1 );
    border-bottom:1px solid #d9d9d9;
    border-top:1px solid #fff; }
.sidebar .globalMenu ul.level2 li a {
    background:url("../img/bullet.png") 30px 19px no-repeat;
    border:none !important;
    font-weight:300;
    font-size:20px !important;
    padding:5px 0 5px 45px }
.sidebar .globalMenu  ul.level3 li a {
    background:url("../img/bullet.png") 45px 18px no-repeat;
    border:none !important;
    font-weight:300;
    font-size:16px !important;
    padding:5px 0 5px 60px }
.sidebar .globalMenu  ul.level4 li a {
    background:none;
    border:none !important;
    font-weight:300;
    font-size:16px !important;
    padding:5px 0 5px 75px }
.sidebar .globalMenu  ul.level5 li a {
    background:none;
    border:none !important;
    font-weight:300;
    font-size:16px !important;
    padding:5px 0 5px 90px }
.sidebar .globalMenu  ul.level2 li a:hover {
    background:#fff;
    background:url("../img/bullet.png") 30px 19px no-repeat, -moz-linear-gradient(left,  #ffffff 0%, #f2f2f2 100%);
    background:url("../img/bullet.png") 30px 19px no-repeat, -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background:url("../img/bullet.png") 30px 19px no-repeat, -webkit-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background:url("../img/bullet.png") 30px 19px no-repeat, -o-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background:url("../img/bullet.png") 30px 19px no-repeat, -ms-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background:url("../img/bullet.png") 30px 19px no-repeat, linear-gradient(to right,  #ffffff 0%,#f2f2f2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f2f2f2",GradientType=1 ); }
.sidebar .globalMenu  ul.level3 li a:hover {
    background:#fff;
    background:url("../img/bullet.png") 45px 18px no-repeat, -moz-linear-gradient(left,  #ffffff 0%, #f2f2f2 100%);
    background:url("../img/bullet.png") 45px 18px no-repeat, -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background:url("../img/bullet.png") 45px 18px no-repeat, -webkit-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background:url("../img/bullet.png") 45px 18px no-repeat, -o-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background:url("../img/bullet.png") 45px 18px no-repeat, -ms-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background:url("../img/bullet.png") 45px 18px no-repeat, linear-gradient(to right,  #ffffff 0%,#f2f2f2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f2f2f2",GradientType=1 ); }
.sidebar .globalMenu  ul.level4 li a:hover,
.sidebar .globalMenu  ul.level5 li a:hover {
    background:#fff;
    background: -moz-linear-gradient(left,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to right,  #ffffff 0%,#f2f2f2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f2f2f2",GradientType=1 ); }


/* Breadcrumbs
----------------------------------------------------------*/
.breadcrumbs {
    background: url("../img/breadcrumbs.png") repeat-x;
    color:#777;
    font-family:"Oswald", sans-serif;
    font-size:11px;
    font-weight:400;
    padding:3px 0; }
.breadcrumbs a {
    border-bottom:1px dotted transparent;
    transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -webkit-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    color:#555; }
.breadcrumbs a:hover {
    color:#262626;
    border-bottom:1px dotted #262626; }


/* Feature Image
----------------------------------------------------------*/
.feature {
    display:block;
    margin-bottom:30px;
    overflow:hidden; }
.feature-image {
    display:inline-block;
    float:left;
    width:65.625%; }
.SlideShow {
    background:#000; }
.sldw_navigation {    
    visibility:visible !important; }
.sldw_prev a,
.sldw_prev a:hover {
    background:url("../img/prev.png") no-repeat !important;
    height:24px !important;
    left:0 !important;
    top:47% !important;
    width:24px !important; }
.sldw_next a,
.sldw_next a:hover {
    background:url("../img/next.png") no-repeat !important;
    height:24px !important;
    right:0 !important;
    top:47% !important;
    width:24px !important; }
.sldw_caption {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin:15px; }
.sidebar .sldw_caption {
    width:240px; }
.feature-text .sldw_caption,
.misc .sldw_caption,
.misc1 .sldw_caption,
.misc2 .sldw_caption {
    width:270px; }
.sldw_caption h3 {
    font-family: "Merriweather", sans-serif !important;
    font-size: 12px !important;
    text-align:center; }
.captionContainer,
.SlideShow {
    width:100% !important; }
.feature-image img,
.feature-text img,
.misc img,
.misc1 img,
.misc2 img,
.main img,
.sidebar img {
    max-width:100% !important; }


/* Feature Text
----------------------------------------------------------*/
.feature-text {
    float:right;
    width:31.25%; }
.feature-text .blogList,
.feature-text .textElement ul,
.feature-text .eventsList ul {
    height:299px; }
#feature-items-container {
    background:#171717;
    background:-moz-linear-gradient(left,  #171717 0%, #333333 100%);
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,#171717), color-stop(100%,#333333));
    background:-webkit-linear-gradient(left,  #171717 0%,#333333 100%);
    background:-o-linear-gradient(left,  #171717 0%,#333333 100%);
    background:-ms-linear-gradient(left,  #171717 0%,#333333 100%);
    background:linear-gradient(to right,  #171717 0%,#333333 100%);
    border-bottom:1px solid #000;
    height:299px;
    overflow:hidden; }
#feature-items-inner {
    position:relative;
    top:0; }
#feature-controls {
    background:#0d0d0d;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d0d0d), color-stop(100%,#333333));
    background:-moz-linear-gradient(top,  #0d0d0d 0%, #333333 100%);
    background:-o-linear-gradient(top,  #0d0d0d 0%, #333333 100%);
    background:-ms-linear-gradient(top,  #0d0d0d 0%, #333333 100%);
    background:linear-gradient(to bottom,  #0d0d0d 0%, #333333 100%);
    border-top:1px solid #333;
    font-size:0;
    height:59px;
    margin: 0 0 0 0;
    overflow: hidden;
    text-align:center; }
#feature-controls a {
    display:inline-block;
    *float:left;
    height:59px;
    overflow:hidden;
    text-indent:-9999px;
    width:49%; }
#feature-controls #up {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background:url("../img/controls-up.png") center center no-repeat;
    border-left:1px solid #333;
    border-right:1px solid #000; }
#feature-controls #down {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background:url("../img/controls-down.png") center center no-repeat;
    border-right:1px solid #000; }
#feature-controls #up.disabled,
#feature-controls #up.disabled:hover,
#feature-controls #down.disabled,
#feature-controls #down.disabled:hover {
    opacity:0.3;
    cursor:default; }
#feature-controls #up:hover {
    background:#262626 url("../img/controls-up.png") center center no-repeat; }
#feature-controls #down:hover {
    background:#262626 url("../img/controls-down.png") center center no-repeat; }


/* Jcarousel
----------------------------------------------------------*/
.jcarousel-direction-rtl {
    direction: rtl; }
.jcarousel-container-vertical {
    width:100%;
    height:299px; }
 .jcarousel-clip {
    overflow: hidden; }
.jcarousel-clip-vertical {
    width:100%;
    height:299px; }
.jcarousel-item {
    width:80.6666666666667%; }
.jcarousel-next-vertical {
    visibility: hidden; }
.jcarousel-prev-vertical {
    visibility: hidden; }


/* Featured-Text List Styles
----------------------------------------------------------*/


    /* Blog Archive
    ------------------------------------------------------*/
.feature-text .blogsElement #feature-items-inner .archive {    
    background: #171717;
    background: -moz-linear-gradient(left,  #171717 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#171717), color-stop(100%,#333333));
    background: -webkit-linear-gradient(left,  #171717 0%,#333333 100%);
    background: -o-linear-gradient(left,  #171717 0%,#333333 100%);
    background: -ms-linear-gradient(left,  #171717 0%,#333333 100%);
    background: linear-gradient(to right,  #171717 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#171717", endColorstr="#333333",GradientType=1 ); }
.feature-text .blogsElement #feature-items-inner .archive ul {
    margin:0 !important; }
.feature-text .blogsElement #feature-items-inner .archive li {
    background:none !important;
    margin:0 !important; }
.feature-text .blogsElement #feature-items-inner .archive h2.postTitle a {
    background:none !important;
    color:#808080; }
.feature-text .blogsElement #feature-items-inner .archive .postArchiveGroup ul {
     border-top:none !important; }
.feature-text .blogsElement #feature-items-inner .archive .postArchiveGroup li {
    -khtml-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
    border-radius:0 !important;
    padding:0 !important; }
.feature-text .blogsElement #feature-items-inner .archive li:hover {
    background:#000 !important; }
.feature-text .blogsElement #feature-items-inner .archive li:hover .postArchiveGroup h2.postTitle a {
    color:#808080 !important; }
.feature-text .blogsElement #feature-items-inner .archive .postArchiveGroup h2.postTitle a {
    font-size:14px !important;
    text-transform:none !important; }
.feature-text .blogsElement #feature-items-inner .archive .postArchiveGroup .postInfo {
    padding:0 !important; }


    /* Blog Listing
    ------------------------------------------------------*/
.feature-text .blogsElement #feature-items-inner li {
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom:1px solid #000;
    border-top:1px solid #333;
    display:block;
    padding:26px 10%;
    width:80%; }
.feature-text .blogsElement #feature-items-inner li:hover {
    background:#000; }
.feature-text .blogsElement #feature-items-inner h2 {
    line-height:18px !important;
    margin:0 0 3px !important; }
.feature-text .blogsElement #feature-items-inner h2.postTitle a {
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color:#808080;
    font-size:16px;
    text-transform:uppercase; }
.feature-text .blogsElement #feature-items-inner li:hover h2.postTitle a {
    color:#fff; }
.feature-text .blogsElement #feature-items-inner .rss {
    display:none !important; }
.feature-text .blogsElement #feature-items-inner .postInfo {
    font-size:11px !important;
    font-weight:600;
    margin-bottom:0 !important; }
.feature-text .blogsElement #feature-items-inner .postInfo a {
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color:#666; }
.feature-text .blogsElement #feature-items-inner .pagination {
    display:none; }


    /* Blog Listing - Summary
    ------------------------------------------------------*/
.feature-text .blogList .postBody {
    display:none !important; }


    /* Blog Listing - Tag List
    ------------------------------------------------------*/
.feature-text #feature-items-inner .tagCloud li.tag,    
.feature-text #feature-items-inner .tagList li.tag {
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom:1px solid #000 !important;
    border-top:1px solid #333 !important;
    display:block !important;
    margin:0 !important;
    padding:26px 10% !important;
    width:80%; }
.feature-text #feature-items-inner li.tag:hover {
    background:#000; }
.feature-text #feature-items-inner .tagList,
.feature-text #feature-items-inner .tagCloud {
    line-height:18px !important;
    margin:0 0 3px !important; }
.feature-text #feature-items-inner li.tag a {
    background:none !important;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color:#808080;
    font-size:16px !important;
    text-transform:uppercase; }
.feature-text #feature-items-inner li.tag:hover a {
    color:#fff; }
.feature-text #feature-items-inner .tagList span.tagCount {
    display:none; }
.feature-text #feature-items-inner .rss {
    display:none !important; }


    /* Calendar - Grid
    ------------------------------------------------------*/
.feature-text .eventsCalendar {
    -khtml-border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    background: #171717;
    background: -moz-linear-gradient(left,  #171717 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#171717), color-stop(100%,#333333));
    background: -webkit-linear-gradient(left,  #171717 0%,#333333 100%);
    background: -o-linear-gradient(left,  #171717 0%,#333333 100%);
    background: -ms-linear-gradient(left,  #171717 0%,#333333 100%);
    background: linear-gradient(to right,  #171717 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#171717", endColorstr="#333333",GradientType=1 );
    border:none !important; }
.feature-text .eventsCalendar table.calendarTitle td,
.feature-text .eventsCalendar .calendarDay,
.feature-text .eventsCalendar .calendarWeekendDay,
.feature-text .eventsCalendar .calendarToday,
.feature-text .eventsCalendar .calendarDay,
.feature-text .eventsCalendar .calendarOtherMonthDay {
    background:transparent !important;
    border-bottom:1px solid #000 !important;
    border-top:1px solid #333 !important;
    height:40px !important;
    padding:4px !important; }
.feature-text .eventsCalendar .calendarDayHeader {
    background:#333 !important;
    color:#b3b3b3 !important;
    font-family:"Oswald", sans-serif !important;
     padding:1px 2px !important; }
.feature-text .eventsCalendar .calendarOtherMonthDay {
    color:#4d4d4d !important; }
.feature-text .eventsCalendar .calendarToday {
    background:#333 !important;
    color:#fff !important; }
.feature-text .eventsCalendar tr:first-child td {
    background:none !important;
    border-top:none !important; }
.feature-text .eventsCalendar tr:last-child td {
    border-bottom:none !important; }
.feature-text .eventsCalendar table.calendarTitle td {
    background:#171717 !important;
    color:#fff !important;
    font-size:14px !important;
    padding:0 !important;
    width:33% !important; }
.feature-text .eventsCalendar table.calendarTitle td a {
    color:#b3b3b3 !important;
    font-size:14px !important; }
.feature-text .eventsCalendar tr td.calendarWeekendDay a:hover,
.feature-text .eventsCalendar tr td.calendarDay a:hover,
.feature-text .eventsCalendar tr td.calendarToday a:hover,
.feature-text .eventsCalendar tr td.calendarOtherMonthDay a:hover {
    background:#fff !important;
    border:none !important;
    left:0 !important;
    padding:0 !important;
    text-indent:-9999px !important;
    top:0 !important;
    width:10px !important; }


    /* Calendar - List
    ------------------------------------------------------*/
.feature-text .eventsList {
    display:block;
    overflow:hidden; }
.feature-text .eventsList li {
    -khtml-border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    background:transparent !important;
    border-bottom:1px solid #000 !important;
    border-top:1px solid #333 !important;
    margin:0 !important;
    padding:26px 10% !important; }
.feature-text .eventsList li:hover {
    background:#000 !important;
    cursor:pointer; }
.feature-text .eventsList li a {
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color:#808080 !important;
    background:transparent !important;
    font-size:16px !important;
    margin:0 !important;
    text-transform:uppercase !important; }
.feature-text .eventsList li:hover a {
    color:#fff !important; }
.feature-text .eventsList .eventDate {
    color:#646464;
    font-size:11px !important;
    font-style:italic !important;
    font-weight:600;
    text-align:left !important; }
.feature-text .eventsList .eventDescription {
    display:none !important; }


/* Featured Boxes
----------------------------------------------------------*/
.misc-stack {
    display:block;
    margin:0 0 30px;
    overflow:hidden; }
.misc p:last-child,
.misc1 p:last-child,
.misc2 p:last-child {
    margin:0 !important;
    padding:0 !important; }
.misc,
.misc1,
.misc2 {
    float:left;
    width:31.25%; }
.misc,
.misc1 {
    margin-right:3.125%; }


/* Blog
----------------------------------------------------------*/

    /* Main Blog Listing
    ------------------------------------------------------*/

.main .blogList > ul,
.feature-image .blogList > ul {
    margin:0 !important; }
.main .blogList > ul > li,
.feature-image .blogList > ul > li {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background:#fff !important;
    margin:0 0 30px 0 !important;
    padding:15px 30px !important; }
.main .blogList li:hover,
.feature-image .blogList li:hover, {
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2); }
.main .blogList h2.postTitle,
.feature-image .blogList h2.postTitle {
    margin:0; }
.main .blogList h2.postTitle a,    
.feature-image .blogList h2.postTitle a {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    color:#404040;
    font-size:18px;
    font-style:normal !important; }
.main .blogList li h2.postTitle a:hover,
.feature-image .blogList li h2.postTitle a:hover {
    color:#808080; }
.main .blogList .postBody,
.feature-image .blogList .postBody {
    color:#666;
    font-size:12px;
    font-style:normal !important;
    padding:17px 0 0; }
.main .blogList .postInfo,
.feature-image .blogList .postInfo {
    color:#404040;
    font-size:11px;
    font-style:normal !important;
    font-weight:600;
    margin:0 !important;
    text-align:right; }
.main .blogList .postInfo a,
.feature-image .blogList .postInfo a {
    transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    border-bottom:1px dotted transparent;
    color:#009EC5; }
.main .blogList .postInfo a:hover,
.feature-image .blogList .postInfo a:hover {
    border-bottom:1px dotted #009EC5; }
.main .blogList .postInfo em,
.main .blogList .postDate,
.feature-image .blogList .postInfo em,
.feature-image .blogList .postDate {
    font-style:normal; }


    /* Sidebar Blog Listing
    ------------------------------------------------------*/

.sidebar .blogList ul,
.misc-stack .blogList ul {
    margin:0 !important; }
.sidebar .blogList li,    
.misc-stack .blogList li {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#fff !important;
    margin:0 0 30px 0 !important;
    padding:15px !important; }
.sidebar .blogList h2,
.misc-stack .blogList h2 {
    line-height:1em;
    margin:0 !important;
    text-align:center; }
.sidebar .blogList h2.postTitle a,
.misc-stack .blogList h2.postTitle a {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    color:#404040;
    display:block;
    font-size:14px;
    font-style:normal !important;
     margin:0 0 15px; }
.sidebar .blogList .postBody,    
.misc-stack .blogList .postBody {
    color:#666;
    font-size:12px;
    font-style:normal !important;
    padding:0 0 15px; }
.sidebar .blogList .postBody p,
.misc-stack .blogList .postBody p {
    margin:0 !important; }
.sidebar .blogList .postInfo,    
.misc-stack .blogList .postInfo {
    color:#404040;
    font-size:11px;
    font-style:normal !important;
    font-weight:600;
    margin:0 !important;
    text-align:center !important; }
.sidebar .blogList .postInfo a,    
.misc-stack .blogList .postInfo a {
    color:#404040; }
.sidebar .blogList .postInfo a:hover,    
.misc-stack .blogList .postInfo a:hover {
    text-decoration:underline; }
.sidebar .blogList .postInfo em,
.sidebar .blogList .postDate,
.misc-stack .blogList .postInfo em,
.misc-stack .blogList .postDate {
    font-style:normal; }


    /* Pagination
    ------------------------------------------------------*/
.pagination {
    display:block;
    float:none !important;
    overflow:hidden; }
.blogList .pagination ul {
    margin:0 0 30px !important;
    text-align:center; }
.blogList .pagination li {    
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    background:transparent !important;
    display:inline;
    float:none !important;
    font-family:"Oswald", sans-serif;
    font-style:normal !important;
    padding:0 10px !important;
    text-transform:uppercase; }
.pagination li a {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    color:#999; }
.pagination li.page.current {
    font-size:14px !important;
    font-weight:500 !important; }
.pagination li a:hover {
    color:#000; }
.sidebar .pagination li {
    background:none !important; }


    /* Tag List
    ------------------------------------------------------*/
ul.tagList {
    margin:0 !important; }
.tagList li.tag {
    -khtml-border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    background:none !important;
    display:block;
    overflow:hidden;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    float:left;
    *float:none !important;
    font-style:normal !important;
    margin:0 10px 10px 0 !important;
     *margin:0 6px 0 0 !important;
     padding:0 !important; }
.tagList li a {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background:#d9d9d9;
    color:#404040;
    display:block;
    float:left;
    font-family:"Oswald", sans-serif;
    font-size:16px;
    padding:2px 5px;
    text-transform:uppercase; }
.tagList li a:hover {
    background:#b3b3b3; }
.tagList li span.tagCount {
    float:left;
    font-size:0;
    visibility:hidden; }
.tagList li span.tagNum {
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;
    background:#fff;
    border:1px solid #d9d9d9;
    color:#979797;
    float:left;
    font-family:"Oswald", sans-serif;
    font-size:16px;
    margin:0;
    *margin:-18px 0 0 !important;
    padding:1px 7px;
    position:relative;
    text-transform:uppercase;
    *top:-6px;
    visibility:visible; }
.tagList li.tag a:hover + span.tagCount span.tagNum {
    border:1px solid #b3b3b3; }

    /* Tag Cloud
    ------------------------------------------------------*/
ul.tagCloud {
    font-size:0;
    margin:0 !important; }
.tagCloud li.tag {
    background:none !important;
    margin:0 !important;
    padding:0 !important; }
.tagCloud li.tag a {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background:#d9d9d9;
    color:#404040;
    display:inline-block;
    font-family:"Oswald", sans-serif;
    font-size:16px !important;
    margin:0 5px 5px 0;
    padding:5px 8px 5px 5px;
    text-transform:uppercase; }
.tagCloud li.tag a:hover {
    background:#b3b3b3; }

    /* Detail Page
    ------------------------------------------------------*/
.dynamic-blogdetail h1.page-title {
    display:none; }
.main .post.comments {
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
    background:#fff !important;
    padding:30px; }
.blogBack {
    display:none; }
.postViewInfo {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#f9f9f9;
    background:rgba(255, 255, 255, 0.5);
    border:none !important;
    font-size:11px !important;
    margin:30px 0 !important;
    padding:10px;
    text-align:center; }
.postViewInfo a {
    transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    border-bottom:1px dotted transparent;
    color:#009EC5 !important;
    font-size:11px !important;
    font-style:normal !important;
    text-decoration:none !important; }
.postViewInfo a:hover {
    border-bottom:1px dotted #009EC5; }
.postViewInfo ul {
    display:block !important;
    text-transform:capitalize; }
.element .postViewInfo ul.postViewTags {    
    margin:0 !important; }
span.ieOnly {
    margin-right:3px !important; }
ul.postViewTags li::before {
    content: ", "; }

    /* Comments
    ------------------------------------------------------*/
.comments {
    background:#fff;
    background:rgba(255, 255, 255, 0.9);
    display:block;
    overflow:hidden;
    padding:30px 30px 15px 30px;
    *padding:30px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    width:auto; }
.comments a {
    transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    border-bottom:1px dotted transparent; }
.comments a:hover {
    border-bottom:1px dotted #009EC5; }
.comments img {
    border:1px solid #d9d9d9;
    margin:2px 0 3px;
    *margin:1px 0 11px; }
h3.commentsHead {
    font-size:2em;
    border-bottom:1px solid #D9D9D9;
    padding-bottom:19px;
    margin:0 0 30px;
    padding-top:0;
    text-transform:uppercase; }
h3.addComment {
    display:none !important; }
.commentsForm:first-child p { 
    float: left !important;
    margin-right: 30px;
    clear: left; }
.commentsForm label,
.commentsForm span {
    color:#888 !important;
    font-size:11px !important;
    font-style:italic !important; }
.commentsForm .note {
    display:none !important; }
.commentsForm input {
    -khtml-border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #f2f2f2;
    border:1px solid #d9d9d9;
    padding:5px;
    width:188px !important; }
.commentsForm textarea {
    -khtml-border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #f2f2f2;
    border:1px solid #d9d9d9;
    height:150px !important;
    padding:5px;
    width:418px !important; }
.commentsForm input:focus,
.commentsForm textarea:focus {
    background:#fff !important;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
.comments .commentDate {
    margin:15px 0 0 !important;
    color:#888;
    font-size:11px;
    text-align:right; }
.comments dt.comment {
    border-bottom:none !important;
    -khtml-border-radius:5px 10px 0 0;
    -moz-border-radius:5px 10px 0 0;
    -webkit-border-radius:5px 10px 0 0;
    border-radius:5px 10px 0 0;
    background:#f2f2f2 !important;
    color:#262626;
    font-family:"Oswald", sans-serif;
    font-size:16px;
    padding:30px 0 0 30px !important;
    text-transform:uppercase; }
.comments dt.comment a {
    color:#262626; }
.comments .commentNumber {
    display:none !important; }
.comments dt.comment a:hover {
    border-bottom:none !important; }
.comments dd.comment {
    padding:15px 30px 30px 30px !important;
    background:#f2f2f2 !important;
    font-size:12px;
    margin:0 0 30px;
    -khtml-border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px; }
.lcms_edit_blogComments {
    left:30px !important;
    top:15px !important; }
.editBtn a {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease; }
.editBtn a:hover {
    border-bottom:none !important; 
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
    opacity: 0.5; }


    /* RSS Icon
    ------------------------------------------------------*/
.blogsElement .rss {
    margin:0; }
.blogsElement .rss a {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background:url("../img/rss.png") no-repeat;
    display:block;
    height:25px;
    width:25px; }
.blogsElement .rss a:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; }
.blogsElement .rss a img {
    display:none; }


    /* Archive
    ------------------------------------------------------*/
.blogsElement .archive ul {
    margin:15px 0 0 0 !important; }
.main .blogsElement .archive > ul li ul li {
    margin:0 !important; }
.blogsElement .archive li {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#fff !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    margin:0 0 15px !important; }
.blogsElement .archive h2.postTitle {
    display:block;
    margin:0 !important;
    overflow:hidden; }
.blogsElement .archive h2.postTitle a {
    background:#fff !important; }
.blogsElement .archive h2.postTitle a {
    background:#fff !important;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    font-size:18px; }
.blogsElement .archive .postInfo {
    display:none; }
.blogList .postArchiveGroup li {
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    margin:0 !important; }
.postArchiveGroup ul {
    border-top:1px solid #f2f2f2;
    padding:15px 0 0 0; }
.postArchiveGroup li {
    padding:0 !important; }
.postArchiveGroup .postInfo {
    color:#888 !important;
    display:block !important;
    font-size:11px !important;
    font-style:italic !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 15px 15px 15px !important;
    text-align:left !important; }
.main .postArchiveGroup .postInfo {
    padding:0 !important;
    text-align:left !important; }
.postArchiveGroup .postInfo span,
.postArchiveGroup .postInfo em {
    font-style:italic !important; }
.postArchiveGroup .postInfo a {
    transition: border-color 0.1s;
    -moz-transition: border-color 0.1s;
    -ms-transition: border-color 0.1s;
    -o-transition: border-color 0.1s;
    -webkit-transition: border-color 0.1s;
    border-bottom:1px dotted transparent;
    color:#888 !important;
    text-decoration:none !important; }
.postArchiveGroup .postInfo a:hover {
    border-bottom:1px dotted #888; }
.main .postArchiveGroup h2.postTitle a {
    background:#fff !important;
    font-size:14px !important;
    padding:0  !important;
    text-align:left !important; }
.sidebar .postArchiveGroup h2.postTitle a {
    background:#fff !important;
    display:inline !important;
    font-size:14px !important;
    padding:0 15px !important;
    text-align:left !important; }
.postArchiveGroup h2.postTitle a:hover {
    color:#888; }


/* Calendar
----------------------------------------------------------*/
.eventsCalendar {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:15px solid #fff !important; }
.eventsCalendar table {
    border:none !important;
     *border:1px solid #E5E5E5 !important; }
.eventsCalendar table.calendarTitle td {
    background:#fff;
    color:#404040 !important;
    float:none;
    font-family:"Oswald", sans-serif;
    font-size:18px !important;
    font-weight:normal !important;
    padding:0 0 15px 0;
    text-align: center !important;
    text-transform:uppercase; }
.sidebar .eventsCalendar table.calendarTitle td {
    font-size:14px !important;
    padding:0 0 15px 0; }
.calendarDayHeader {
    background:#f2f2f2;
    border-top:none;
    border-right:none;
    border-bottom:1px solid #e5e5e5;
    border-left:none;
    color:#404040 !important; }
.calendarDay,
.calendarWeekendDay {
    background:#fff;
    border-top:none;
    border-right:none;
    border-bottom:1px solid #e5e5e5;
    border-left:none;
    color:#b3b3b3;
    font-family:"Oswald", sans-serif; }
.calendarOtherMonthDay {    
    background:#f7f7f7;    
    border-top:none;
    border-right:none;
    border-bottom:1px solid #e5e5e5;
    border-left:none;
    color:#d9d9d9;
    font-family:"Oswald", sans-serif; }
.calendarToday {
    background:#e5f5f9;
    border-top:none;
    border-right:none;
    border-bottom:1px solid #e5e5e5;
    border-left:none;
    color:#404040;
    font-family:"Oswald", sans-serif; }
tr:last-child .calendarToday,    
tr:last-child .calendarDay,
tr:last-child .calendarWeekendDay,
tr:last-child .calendarOtherMonthDay {
    border-bottom:none !important; }
.eventsCalendar a {
    font-size:18px;
    font-weight:normal !important;
    color: #251B16; }
.sidebar .eventsCalendar a {
    font-size:14px; }
.eventsCalendar .calendarTitle tr {
    text-align: center !important }
.eventsCalendar table.calendarTitle td a {
    color:#404040 !important; }
.eventsCalendar .calendarDayHeader {
    color: #757575;
    font-weight: normal; }
.eventsCalendar .calendarDay,
.eventsCalendar .calendarWeekendDay,
.eventsCalendar .calendarToday,
.eventsCalendar .calendarDay,
.eventsCalendar .calendarOtherMonthDay {
    height:60px ;
    padding:10px;
    vertical-align:top; }
.sidebar .eventsCalendar .calendarDay,
.sidebar .eventsCalendar .calendarWeekendDay,
.sidebar .eventsCalendar .calendarToday,
.sidebar .eventsCalendar .calendarDay,
.sidebar .eventsCalendar .calendarOtherMonthDay,
.misc-stack .eventsCalendar .calendarDay,
.misc-stack .eventsCalendar .calendarWeekendDay,
.misc-stack .eventsCalendar .calendarToday,
.misc-stack .eventsCalendar .calendarDay,
.misc-stack .eventsCalendar .calendarOtherMonthDay {
    height:35px ;
    padding:5px; }
.eventsCalendar tr td {
    text-align: left !important; }
.eventsCalendar tr td.calendarWeekendDay a:before,
.eventsCalendar tr td.calendarDay a:before,
.eventsCalendar tr td.calendarToday a:before,
.eventsCalendar tr td.calendarOtherMonthDay a:before {
    content: " ";
    background: #009EC5;
    width: 10px;
    min-height: 10px;
    height: 10px;
    display:inline;
    margin: 0px 5px 0 0;
    position:absolute;
    display:inline;
    float:left; }
.eventsCalendar tr td.calendarWeekendDay a,
.eventsCalendar tr td.calendarDay a,
.eventsCalendar tr td.calendarToday a,
.eventsCalendar tr td.calendarOtherMonthDay a {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#009EC5;
    color:#646464;
    display: block;
    float: left;
    font-family:"Merriweather", sans-serif !important;
    font-size:11px !important;
    font-weight:600 !important;
    *font-weight:500 !important;
    height: 10px;
    margin:0 5px 5px 0;
    zoom: 1;
    text-indent: -9999px;
    width:10px; }
.sidebar .eventsCalendar tr td.calendarWeekendDay a,
.sidebar .eventsCalendar tr td.calendarDay a,
.sidebar .eventsCalendar tr td.calendarToday a,
.sidebar .eventsCalendar tr td.calendarOtherMonthDay a,
.misc-stack .eventsCalendar tr td.calendarWeekendDay a,
.misc-stack .eventsCalendar tr td.calendarDay a,
.misc-stack .eventsCalendar tr td.calendarToday a,
.misc-stack .eventsCalendar tr td.calendarOtherMonthDay a {
    height:8px;
    width:8px; }
.eventsCalendar tr td.calendarWeekendDay a:hover,
.eventsCalendar tr td.calendarDay a:hover,
.eventsCalendar tr td.calendarToday a:hover,
.eventsCalendar tr td.calendarOtherMonthDay a:hover {
    background: #e5e5e5;
    border:1px solid #d9d9d9;
    left:-3px;
    margin-bottom:-1em;
    margin-right:-10000px;
    padding:0 5px 15px 5px;
    position:relative;
    text-decoration:none;
    text-indent: 0;
    top:-9px;
    white-space:nowrap;
    width:auto !important;
    z-index:9999; }
.sidebar .eventsCalendar tr td.calendarWeekendDay a:hover,
.sidebar .eventsCalendar tr td.calendarDay a:hover,
.sidebar .eventsCalendar tr td.calendarToday a:hover,
.sidebar .eventsCalendar tr td.calendarOtherMonthDay a:hover {
    position:relative;
     top:-3px; }
.eventsCalendar tr td a:hover:before {
    background:none; }
.eventsCalendar tr td br {
    display:none; }
.eventsCalendar tr td br:first-child {
    display:block; }
.misc-stack .eventsCalendar {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border-left:1px solid #E5E5E5;
    border-right:1px solid #E5E5E5; }
.eventsCalendar .calendarTitle td.calendarNextPrevious:first-child a {
    background: url("../img/calendar-prev.png") center center no-repeat !important;
    color:transparent !important;
    display:block;
    font-size:0 !important;
    height:14px;
    margin:0 auto;
    overflow:hidden;
    text-indent:-9999px !important;
    width:14px; }
.eventsCalendar .calendarTitle td.calendarNextPrevious:last-child a {
    background: url("../img/calendar-next.png") center center no-repeat !important;
    color:transparent !important;
    display:block;
    font-size:0 !important;
    height:14px;
    margin:0 auto;
    overflow:hidden;
    text-indent:-9999px !important;
    width:14px; }


    /* Calendar List
    ------------------------------------------------------*/
.eventsList .eventDate {
    margin:0 !important; }
.eventsList ul {
    margin:0 !important; }
.eventsList li {
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background:none !important;
    *border:1px solid #ddd;
    margin:0 0 30px 0 !important;
    padding:0 !important; }
.eventsList li:last-child {
    margin:0 0 15px !important; }
.sidebar .eventsList li {
    padding:15px !important; }
.eventsList li a {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    color:#404040;
    display:block;
    font-family:"Oswald", sans-serif;
    font-size:14px;
    font-style:normal !important;
    line-height:1.5em;
    margin:0 0 5px; }
.eventsList li a:hover {
    color:#808080; }
.eventsList .eventDate {
    color:#949494;
    font-size:12px;
    font-weight:600; }
.eventDescription {
    font-style:normal;
    margin:15px 0 0; }
.eventsList .eventDescription li {
    -khtml-border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    background:url("../img/bullet.png") 0 8px no-repeat !important;
    margin:10px 0 !important;
    padding:0 0 0 18px !important; }
.eventDescription li a {
    color:#009EC5;
    display:inline;
    font-family:"Merriweather", serif;
    font-size:12px;
    font-weight:bold;
    line-height:2em;
    margin:0; }

    /* Calendar Detail
    ------------------------------------------------------*/
.event h2:first-child {
    display:none; }
.eventBack {
    display:none; }
.event .eventDate {
    background: #fff;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2f2f2", endColorstr="#ffffff",GradientType=0 );
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    color: #949494;
    float: right;
    font-size: 14px;
    font-style: italic;
    margin: -26px 0 0 30px;
    padding: 5px 10px;
    text-align: center; }

/* Form
----------------------------------------------------------*/
.main .form_container {
    margin:30px 0 0 !important;
    background:#fff;
    background:rgba(255, 255, 255, 0.9);
    padding:30px;
    -khtml-border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    width:auto; }
h2.formTitle:empty {
    display:none !important; }
.form_container .fieldItem input,
.form_container .fieldItem textarea {
    background: #f2f2f2;
    border:1px solid #d9d9d9;
    padding:5px;
    width:258px; }
input#main_txtUserName {
    background: #fff;
    border:1px solid #d9d9d9;
    margin:10px 10px 0 0;
    padding:10px;
    position:relative;
    top:-3px;
    width:200px; }
.form_container input:focus,
.form_container textarea:focus,
.form_container select:focus,
input#main_txtUserName:focus, {
    background:#fff !important;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
.sidebar .form_container .fieldItem input,
.sidebar .form_container .fieldItem textarea,
.misc-stack .form_container .fieldItem input,
.misc-stack .form_container .fieldItem textarea {
    background: #fff; }
.sidebar .form_container {
    margin:0 !important; }
.fieldBlock {
    padding:6px 6px 6px 0 !important; }
.fieldItemInner {
    padding:0 !important; }
.fieldItem {
    margin:0 0 15px; }
.sidebar .fieldItem {
    margin:0 0 5px !important; }
.fieldItem,
.fieldSelected {
    background:transparent !important;
    border:none !important; }
.fieldTitle {
    font-weight:400 !important;
    font-family:"Oswald", sans-serif !important;
    font-size:12px !important;
     text-transform:uppercase; }
.main .fieldTitle {
    float:left;
    text-align: right;
    width:180px; }
.formDescription {
    margin:0 0 30px !important; }
.formDescription:empty {
    display:none !important; }
.fieldName,
.fieldNote {
    color:#888 !important;
    font-size:11px !important;
    font-style:italic !important; }
.main .fieldContent {
    float:right;
    left:30px;
    margin-top:-10px;
    position:relative;
    width:360px !important; }
.sidebar .fieldContent {
    width:300px !important; }
.main .type-multiplechoice input,
.main .type-checkbox input,
.sidebar .type-multiplechoice input,
.sidebar .type-checkbox input {
    background:transparent !important;
    background-color:transparent !important;
    border:none !important;
    padding:none !important;
    width:auto !important; }
.type-multiplechoice label,
.type-checkbox label {
    font-size:11px !important;
    font-family:"Merriweather", sans-serif !important; }
.type-phone .fieldName,
.type-price label {
    display:none !important; }
.type-price .textField {
    margin:0 !important; }
.main .type-sectionbreak { }
.main .type-sectionbreak .fieldTitle {
    border-bottom:1px dotted #ddd !important;
    font-size:18px !important;
    margin:10px 0 20px !important;
    padding:15px !important;
    text-align:left !important;
    width:100% !important; }
.type-phone input,
.type-date input,
.type-time input,
.type-price input,
.type-number input {
    width:74px !important; }
.type-address input.city {
    width:258px !important; }
.sidebar .type-sectionbreak .fieldTitle {
    font-size:20px !important;
    margin:10px 0 0 !important;
    text-align:left !important;
    width:240px !important; }
.type-name input {
    width:120px !important; }s
.type-address select.states,
.type-address .zip {
    width:126px !important; }
.type-address select.states,
.type-time select,
.type-dropdown select {
    background:#fff;
    border:1px solid #ddd;
    font-size:11px;
    height:25px;
    margin-top:2px; }
.type-time select {
    width:86px !important; }
.type-dropdown select {
    width:270px !important; }
.type-price .fieldNote {
    margin:6px !important; }
.type-date .datePickerImage {
    padding:0 !important;
    position:relative;
    top:11px; }
.type-date label,
.type-date em {
    display:none !important; }
.type-captcha input {
    width:190px !important; }
.fieldItem .fieldTitle .req {
    color:#009EC5 !important; }
.errorSummary {
    margin-bottom:30px !important;
    padding:15px 30px !important;
    background:#E5F5F9 !important;
    border:none !important;
    text-align:center;
    font-family:"Oswald", sans-serif;
    font-size:18px;
    text-transform:uppercase; }
.errorSummary p {
    color:#000 !important; }
.fieldItemError .fieldTitle {
    color:#009EC5 !important; }
.type-fileupload input.textField {
    background:#f2f2f2;
    border:1px solid #d9d9d9; }


    /* Popup Confirmation
    ------------------------------------------------------*/
.confirmation-content {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0px 0px 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #d8d8d8 0%, #ffffff 50%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(50%,#ffffff)) !important;
    background: -webkit-linear-gradient(top,  #d8d8d8 0%,#ffffff 50%) !important;
    background: -o-linear-gradient(top,  #d8d8d8 0%,#ffffff 50%) !important;
    background: -ms-linear-gradient(top,  #d8d8d8 0%,#ffffff 50%) !important;
    background: linear-gradient(top,  #d8d8d8 0%,#ffffff 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d8d8d8", endColorstr="#ffffff",GradientType=0 ) !important; }
.confirmation-content-message {
    padding:120px 30px 0 30px !important;
    text-align: center; }
.confirmation-content-message strong {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: normal !important; }
.confirmation-content-message a {
    color:#009EC5; }
.confirmation-content-message a:hover {
    border-bottom:1px dotted #009EC5; }


/* Photo Gallery
----------------------------------------------------------*/
.photoGalleryElement .thumbnail {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin:0 2.5% 2.5% 0;
    width:23%; }
.photoGalleryElement .thumbnail:nth-child(4n+0) {
    margin:0 0 2.5% 0 !important; }
.sidebar .photoGalleryElement .thumbnail {
    width:125px; }
.photoGalleryElement .thumbnail img {
    margin:5% 0 !important;
    width:90% !important; }
.sidebar .photoGalleryElement .thumbnail img {
    width:107px; }
.photoGalleryElement .thumbnail .thumbContents {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #d9d9d9;
     min-height:auto !important; }
.photoGalleryElement .thumbnail:hover {
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
.photoGalleryElement .thumbShadow .thumbContents p,
.photoGalleryElement .thumbnail p {
    padding: 0 0 6px !important; }
.photoGalleryElement .thumbShadow {
    margin:0 2.5% 2.5% 0;
    padding:0 !important;
    width:23% !important; }
.photoGalleryElement .thumbShadow:nth-child(4n+0) {
    margin:0 0 2.5% 0 !important; }
.photoGalleryElement .thumbShadow a {
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    display:block;
    margin:0 0 10px; }
.photoGalleryElement .thumbShadow .thumbContents {
    background:none !important; }
.photoGalleryElement .thumbShadow img {
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:none !important;
    margin:0 !important;
    width:90%; }
.photoGalleryElement .thumbHover {
    margin:0 !important; }
.photoGalleryElement .thumbHover .thumbContents {
    min-height:150px !important; }
.sidebar .photoGalleryElement .thumbHover .thumbContents {
    min-height:135px !important; }
.photoGalleryElement .thumbHover a {
    display:block;
    height:150px !important;
    overflow:hidden; }
.sidebar .photoGalleryElement .thumbHover a {
    height:135px !important; }
.photoGalleryElement .thumbHover a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     width:150px; }
.sidebar .photoGalleryElement .thumbHover a img {
    width:135px; }
.photoGalleryElement .thumbTile {
    margin:0; }
.photoGalleryElement .thumbTile .thumbContents {
    height:150px !important;
    min-height:150px !important; }
.sidebar .photoGalleryElement .thumbTile .thumbContents {
    height:135px !important;
    min-height:135px !important; }
.photoGalleryElement .thumbTile a {
    display:block;
    height:150px;
    overflow:hidden; }
.photoGalleryElement .thumbTile img {
    width:150px; }
.sidebar .photoGalleryElement .thumbTile img {
    width:135px; }
.photoGalleryElement .thumbTight {
    margin:0 0 -1px; }
.sidebar .photoGalleryElement .thumbTight img {
    width:135px; }
.lcms_fancybox-nav {
    width:100% !important; }
#lcms_fancybox-overlay {
    filter:alpha(opacity:90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    background:#d9d9d9 !important; }
#lcms_fancybox-outer {
    -moz-box-shadow:0px 0px 50px #4d4d4d;
    -webkit-box-shadow:0px 0px 50px #4d4d4d;
    box-shadow:0px 0px 50px #4d4d4d; }
#lcms_fancybox-right-ico,
.lcms_fancybox-prev span {
    -moz-box-shadow:0px 0px 20px #333;
    -webkit-box-shadow:0px 0px 20px #333;
    box-shadow:0px 0px 20px #333;
    background:url("../img/prev.png") !important;
    height:24px !important;
    left:20px !important;
    width:24px !important; }
#lcms_fancybox-left-ico,
.lcms_fancybox-next span {
    -moz-box-shadow:0px 0px 20px #333;
    -webkit-box-shadow:0px 0px 20px #333;
    box-shadow:0px 0px 20px #333;
    background:url("../img/next.png") !important;
    height:24px !important;
    right:20px !important;
    width:24px !important; }
#lcms_fancybox-title-over,
.lcms_fancybox-title-over-wrap {
    background:#f2f2f2 !important;
    color:#646464 !important;
    font-family:"Merriweather", sans-serif !important;
    font-weight:600 !important;
    text-align:center !important; }
.lcms_fancybox-title span {    
    color:#646464 !important;
    font-weight:600 !important; }
#lcms_fancybox-left-ico,
#lcms_fancybox-right-ico,
#lcms_fancybox-title-over,
.lcms_fancybox-prev span,
.lcms_fancybox-next span {
    display:block !important;
     visibility:visible; }
a#lcms_fancybox-close,
.lcms_fancybox-close {
    display:none !important; }
a#lcms_fancybox-close strong {
    background:url("../img/close.png") no-repeat !important;
    color:transparent !important;
    font-size:0 !important;
    text-indent:-9999px !important; }
#lcms_fancybox-title-over,
a#lcms_fancybox-close strong,
#lcms_fancybox-title-over,
#lcms_fancybox-left-ico,
#lcms_fancybox-right-ico {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
#lcms_fancybox-outer:hover #lcms_fancybox-title-over,
#lcms_fancybox-outer:hover a#lcms_fancybox-close strong,
#lcms_fancybox-outer:hover #lcms_fancybox-title-over,
#lcms_fancybox-outer:hover #lcms_fancybox-left-ico,
#lcms_fancybox-outer:hover #lcms_fancybox-right-ico {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0; }
.photoGalleryElement .thumbTile img,
.photoGalleryElement .thumbTight img,
.photoGalleryElement .thumbHover img {
    margin:0 !important; }
.photoGalleryElement .thumbnail {
    margin:0 2.5% 2.5% 0 !important;
    width:23% !important; }
.photoGalleryElement .thumbnail:nth-child(4n+0) {
    margin:0 0 2.5% 0 !important; }
.photoGalleryElement .thumbContents {
    min-height:0 !important; }
.photoGalleryElement .thumbContents a {
    display:block;
    line-height:0;
    overflow:hidden; }
.photoGalleryElement .thumbnail img {
    margin:5% 0 !important;
    width:90% !important; }
.photoGalleryElement .thumbHover,
.photoGalleryElement .thumbTile,
.photoGalleryElement .thumbTight {
    width:25% !important; }
.photoGalleryElement .thumbHover .thumbContents {
    min-height:0 !important;
    width:100% !important; }
.photoGalleryElement .thumbHover a {
    height:auto !important; }
.photoGalleryElement .thumbTile .thumbContents {
    height:auto !important;
    min-height:0 !important; }
.photoGalleryElement .thumbTile a {
    height:auto !important; }
.photoGalleryElement .thumbTile img,
.photoGalleryElement .thumbTight img {
    width:100% !important; }


/* Product Listing
----------------------------------------------------------*/


    /* Cart Token
    ------------------------------------------------------*/
.dynamic-shoppingcart .content {
    background:none transparent; }
.dynamic-shoppingcart .main {
    width:100%; }
.dynamic-shoppingcart .sidebar {
    display:none; }
.cart {
    position:absolute;
    right:22px;
    top:49px;
    width:196px;
    text-align:center;
    font-family:"Oswald", sans-serif;
    color:#aaa;
    font-size:11px;
    text-transform:uppercase; }
.cart a {    
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    border-bottom:1px dotted transparent;
    color:#ddd; }
.cart a:hover {
    border-bottom:1px dotted #fff;
    color:#fff; }


    /* Product Listing
    ------------------------------------------------------*/
ul.productListing {
    margin:0 !important; }
ul.productListing li {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background:#fff !important;
    font-style:normal !important;
    margin: 0 0 30px 0 !important;
    padding:30px !important;
    position:relative;
    width:auto; }
.sidebar ul.productListing li {    
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px; }
.sidebar ul.productListing li {
    background:transparent;
    border-bottom:none !important;
    padding:15px !important; }
ul.productListing li span.productImageContainer {
    padding:0 30px 0 0; }
ul.productListing .productImageContainer img {
    width:150px; }
.sidebar ul.productListing .productImageContainer {
    margin:0 0 15px !important; }
.sidebar ul.productListing .productImageContainer img,
.sidebar ul.productListing .productImageContainer {
    padding:0 !important;
    width:100% !important; }
ul.productListing li h3.productTitle {
    margin:0 0 15px; }
.sidebar ul.productListing li h3.productTitle {
    margin:0 !important;
    text-align:center;
    width:100%; }
.sidebar ul.productListing li h3.productTitle a {
    margin:0 0 15px !important;
    padding:0; }
.sidebar .productPriceContainer {
    padding:0 !important; }
ul.productListing li h3.productTitle a {
    color:#404040;
    cursor:pointer;
    display: block;
    font-size: 18px;
    font-style: normal !important; }
ul.productListing li h4.productType,
ul.productListing li h4.productVendor {
    font-family: "Merriweather";
    font-size: 12px;
    font-style:italic !important;
    padding:0; }
.sidebar ul.productListing li h4.productType,
.sidebar ul.productListing li h4.productVendor {
    text-align:center;
     *text-align:left; }
ul.productListing li span.productDescription {
    clear:both;
    padding:25px 0 15px;
    *padding:10px 0 15px; }
.sidebar ul.productListing li span.productDescription {
    margin:0 !important;
    padding:10px 0 !important; }
.productListing .productPriceContainer .productPrice {
    bottom:30px;
    font-family:"Oswald", sans-serif;
    font-weight:normal !important;
    left:30px;
    padding:0 !important;
    position:absolute; }
.sidebar .productPriceContainer .productPrice {
    position:static;
    text-align:center; }
a.productSelectOptions,
input.productAddToCart {
    bottom:30px;
    position:absolute;
    right:30px; }
.sidebar input.productAddToCart,
.sidebar a.productSelectOptions {
    display:block;
    margin:0 !important;
    position:static !important; }
.sidebar span.productPriceContainer {
    display:block;
    margin:0 !important;
    text-align:center;
    width:100%;
    *width:230px !important; }
.sidebar span.productPriceContainer div {
    text-align:center; }


    /* Product Listing - Grid
    ------------------------------------------------------*/
ul.productListingGrid li {
    display:block !important;
    float:none !important;
    margin:0 0 15px !important;
    overflow:hidden;
    padding:15px !important;
     width:auto !important; }
.sidebar ul.productListingGrid li {
    margin: 0 0 15px 0 !important;
    padding:15px !important; }
ul.productListingGrid li h3.productTitle {
    display:block;
    margin:0 !important;
    overflow:hidden; }
ul.productListingGrid a.productSelectOptions,
ul.productListingGrid input.productAddToCart {
    bottom:15px !important;
    padding:5px 10px !important;
    position:absolute;
    right:15px; }
.sidebar ul.productListingGrid input.productAddToCart {
    width:100% !important; }
ul.productListingGrid .productPriceContainer {
    margin:0 !important; }    
ul.productListingGrid .productPriceContainer .productPrice {
    bottom:auto !important;
    display:block;
    font-size:14px !important;
    font-weight:normal !important;
    left:auto !important;
    margin:0 0 15px !important; }
.productFeaturedImage {
    line-height:0 !important; }
ul.productListingGrid h3.productTitle a {
    margin:0 !important; }


    
.misc-stack .productListing li.product {
    padding:15px !important; }
.misc-stack ul.productListingGrid li:last-child {
    margin:0 !important; }
.misc-stack .productListing .productImageContainer,
.misc-stack .productListing .productImageContainer img {
    padding:0 !important;
    width:100% !important; }
.misc-stack .productListing .productImageContainer {
    margin:0 0 15px !important; }
.misc-stack .productListingGrid a.productSelectOptions {
    display:block !important;
    margin:0 !important;
    padding:2.5% !important;
    position:static !important;
    width:auto !important; }
.misc-stack .productListingGrid input.productAddToCart {
    margin:0 !important;
    padding:2.5% !important;
    position:static !important;
    width:100% !important; }
.misc-stack .productListing li h3.productTitle {
    margin:0 0 15px !important;
    overflow:visible !important;
    text-align:center !important; }
.misc-stack .productListing li h3.productTitle a {
    font-size:1.5em; }
.misc-stack .productListing .productPriceContainer {
    display:block !important; }
.misc-stack .productListing .productPriceContainer .productPrice {
    display:block;
    position:static !important;
    text-align:center !important; }
.misc-stack .productListing.productListingGrid li span.productPriceContainer {
    width:100% !important; }


    /* Product Detail
    ------------------------------------------------------*/
.dynamic-productdetail .page-title {
    display:none; }
.dynamic-productdetail .content {
    background:none transparent; }
.dynamic-productdetail .main {
    width:100%; }
.dynamic-productdetail .sidebar {
    display:none; }
.productDetailElement {
    display:block;
    margin:0 0 15px 0;
    overflow:hidden;
    position:relative; }
.productDetailImageContainer {
    margin:0 3.125% 0 0;
    padding: 4px 0 0;
    width:31.25% !important; }
.productDetailImageList {
    width:100% !important; }
.productDetailImageList {
    margin:0 !important; }
li.productDetailImageThumb {
    background:none !important;
    margin:0 !important; }
.productDetailImage {
    background:none !important;
    margin:0 !important;
    padding:0 !important;
    width:100% !important; }
.productDetailImage img {
    max-width:100% !important; }
h2.productDetailTitle {    
    border-bottom:1px solid #D9D9D9;
    float:right;
    *float:left !important;
    font-size:24px;
    margin:0 0 15px;
    padding:0 31.25% 19px 0;
    text-align:left;
    text-transform:uppercase;
    width:34.375%; }
input.productDetailAddToCart {
    margin:0 !important;
    position:absolute;
    right:0;
    top:0; }
.productDetailPriceContainer {    
    font-family:"Oswald", sans-serif;
    margin:0 !important;
    position:absolute;
    right:0;
    top:62px; }
.productDetailPriceContainer .productDetailPrice {
    font-weight:normal !important; }
.productDetailDescriptionContainer,
.productDetailAddToCartContainer {
    float:right !important;
    width:65.625% !important; }
.productDetailQuantity {
    position:absolute;
    right:162px;
    top:0; }
.productDetailQuantity label {    
    color:#262626;
    font-family: "Oswald";
    font-size: 16px;
    padding:0 5px 0;
    text-transform:uppercase; }
input#productDetailCartQuantity {
    -khtml-border-radius:2px !important;
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius:2px !important;
    background:#fff;
    border:1px solid #D9D9D9 !important;
    font-family: "Oswald";
    font-size: 16px;
    margin: 0;
    padding: 5px 8px 4px 8px;
    text-align: center;
    width: 20px; }
input#productDetailCartQuantity:focus {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
h3.productDetailType,
h3.productDetailVendor {
    color:#888 !important;
    font-family:"Merriweather", sans-serif;
    font-size:11px !important;
    font-style:italic !important;
    text-transform:capitalize; }
h3.productDetailType {
    *position:absolute;
    *left:330px;
    *top:60px; }
h3.productDetailVendor {
    *position:absolute;
    *left:330px;
    *top:80px; }
#productDetailSelectList {
    background: #ffffff;
    border:1px solid #e5e5e5;
    height:20px;
    margin:15px 0 0 !important;
    max-width:80% !important;
    float:right; }
.productDetailRadioButton {
    display:block;
    overflow:hidden; }
.productDetailRadioButtonList {
    float:right;
    margin:15px 0 0 !important; }
.productDetailRadioButtonList label {
    float:right;
    text-align:right; }
.productDetailRadioButtonList input {
    float:right;
    margin:4px 2px 4px 15px !important; }
.productDetailSelectOptionWrap {
    float:right;
    margin:15px 0 0 30px !important; }
h3.productDetailVendor:before {
    content:"» "; }
h3.productDetailType {
    float:left;
    margin:0 5px 0 0; }
h4.productDetailDescriptionTitle {
    display:none; }
.productDetailDescriptionContent {
    padding:30px 0 0; }


    /* Shopping Cart
    ------------------------------------------------------*/
.shoppingCart {  }
.cartItems {
    position:relative; }
a.cartContinueShopping {
    display:none !important; }
a.cartContinueShopping span {
    background:none !important;
    font-size:16px !important;
    font-weight:normal !important;
    padding:0 !important; }
p.cartItemsCount,
.cartSubtotalLabel {
    display:none; }
.shoppingCart table {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#fff;
    width:100%; }
.shoppingCart table thead tr th {
    -khtml-border-radius:5px 5px 0 0 !important;
    -moz-border-radius:5px 5px 0 0 !important;
    -webkit-border-radius:5px 5px 0 0 !important;
    border-radius:5px 5px 0 0 !important;
    background:#fff !important; }
.shoppingCart table tbody tr td {
    border-bottom:none !important; }
.shoppingCart table tbody tr td.cartImage {
    padding:30px 0 30px 30px!important; }
span.cartCheckoutButton {    
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    background:none !important;
    border:none !important;
    height:auto !important;
    padding:0 !important;}
span.cartCheckoutButton input {
    height:35px !important; }
.cartItemTitle a {
    color:#262626;
    font-family:"Oswald", sans-serif;
    font-size:18px;
    font-weight:normal !important;
    word-spacing:0.1em; }
span.cartItemSKU,
.cartDiscount label,
.cartDiscount p {
    color:#888 !important;
    font-size:11px !important;
    font-style:italic !important;
    line-height:16px; }
th.cartDescription,
th.cartPrice,
th.cartQuantity,
th.cartTotal {
    -moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
    border-radius:0 !important;
    color:#262626 !important;
    font-family:"Oswald", sans-serif;
    font-size:18px;
    font-weight:normal !important;
    padding:15px !important; }
th.cartDescription,
td.cartTotal,
th.cartTotal {
    padding:15px 30px !important; }
.shoppingCart .cartDiscount {
    padding:15px 0 30px 30px !important; }
.cartDiscount p {
    width:200px;
    position:absolute;
    left:255px;
    bottom:28px;
    margin:0 !important; }
.shoppingCart .cartSubtotal {
    padding:15px 30px 30px 0 !important; }
.cartSubtotal p {
    bottom:33px;
    font-family:"Oswald", sans-serif;
    font-size:12px;
    font-weight:normal !important;
    position:absolute;
    right:187px;
    text-transform:uppercase;
    width:300px; }
.shoppingCartContainer .shoppingCart table tfoot tr td {
    vertical-align:bottom !important; }
.cartQuantity input,
.cartDiscount input {
    -khtml-border-radius:2px !important;
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius:2px !important;
    background:#f2f2f2;
    border:1px solid #D9D9D9 !important;
    position:relative;
    top:-2px; }
.cartQuatity input {
    padding:0 2px !important; }
.cartDiscount input {    
    padding:5px !important;
    width:90px !important; }
.cartQuantity input:focus,
.cartDiscount input:focus {
    background:#fff !important;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
.cartItemTotalPrice {
    font-weight:600 !important; }
.cartSubtotalPrice {
    font-weight:normal !important; }
span.cartCheckoutButton {
    margin:0 !important; }
.cartSubtotal p a.cartUpdate,
.cartSubtotal p span {
    font-weight:normal !important;
    text-transform:uppercase !important; }
.cartQuantity a {
    color:#009EC5;
    font-weight:normal !important;
    position:relative;
    text-transform:capitalize;
    top:-2px; }


/* Evite
----------------------------------------------------------*/
.main .EviteElement {
    background:#fff;
    background:rgba(255, 255, 255, 0.9);
    padding: 30px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    width: auto; }
.EviteElement p {
    margin:0 !important; }
.EviteElement h4 {
    font-size:18px !important;
    margin:0 0 12px !important;
    text-transform:uppercase; }
.EviteElement em {
    color:#888 !important;
    font-size:11px !important;
    font-style:italic !important;}
.EviteElement label,
.EviteElement span {
    font-weight:400 !important;
    font-family:"Oswald", sans-serif !important;
    text-transform:uppercase;
    font-size:12px !important; }
.main .EviteElement input,
.main .EviteElement textarea {
    margin:5px 0 15px;
    background:#f2f2f2;
    border:1px solid #d9d9d9;
    padding:5px;
    width:80%; }
.EviteElement input:focus,
.EviteElement textarea:focus {
    background:#fff !important;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
input.EviteButton {
    display:block; }
.sidebar input.EviteButton {
    margin:0 0 15px !important; }
#ibox_overlay {
    background:#000;
    filter:alpha(opacity=50) !important;
    -moz-opacity:0.5 !important;
    opacity:0.5 !important; }
#ibox_wrapper {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px; }
#ibox_wrapper,
#ibox_content {
    background:#fff !important;
    border:none !important; }
#ibox_footer {
    font-weight:bold !important;
    font-size:12px !important; }
#ibox_footer_wrapper,
#ibox_footer_wrapper a {
    background:transparent !important;
    color:#646464 !important; }
#ibox_wrapper hr {
    background:#646464;
    border:none;
    height:1px;
    margin:10px 0; }
#ibox_content p {
    font-size:11px;
    line-height:18px;
    text-align:justify; }


    /* Sidebar Evite
    ------------------------------------------------------*/
.sidebar .EviteElement input,
.sidebar .EviteElement textarea {
    background: #fff;
    border:1px solid #d9d9d9;
    padding:2%;
    width:94%; }


/* Footer
----------------------------------------------------------*/
.footer-divider {
    border-top:1px solid #d9d9d9;
    border-top:1px solid rgba(0, 0, 0, 0.1); }
.footer {
    display:block;
    font-size:11px !important;
    overflow:hidden;
    padding:10px 0; }
.footer .left {
    width:50%; }
.footer .right {
    text-align:right;
    width:45%; }
.footer ul li {
    display:inline;
    margin-right:15px; }
.footer a {
    border-bottom:1px dotted transparent;
    transition: border-color 0.1s;
    -moz-transition: border-color 0.1s;
    -ms-transition: border-color 0.1s;
    -o-transition: border-color 0.1s;
    -webkit-transition: border-color 0.1s;
    -webkit-transition:all 0.1s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    color:#666; }
.footer a:hover {
    border-bottom:1px dotted #009EC5;
    color:#009EC5; }


/* CMS Styling
----------------------------------------------------------*/


    /* 404
    ------------------------------------------------------*/
.dynamic-404 .content {
    background:none; }
.dynamic-404 .main {
    width:100%; }
.dynamic-404 .sidebar {
    display:none; }
.dynamic-404 .main p {
    background:url("../img/404.png") top center no-repeat;
    background-size:100%;
    margin:30px auto;
    max-width:422px;
     padding-top:90px; }

    /* Blockquote
    ------------------------------------------------------*/
blockquote {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#fff;
    border-left:30px solid #D9D9D9 !important;
    color:#666;
    font-size:14px;
    margin:30px 0 !important;
    line-height:30px;
    padding:30px !important; }
.blogList blockquote {
    background:#f2f2f2 !important; }
blockquote p:last-child {
    margin:0 !important; }
.sidebar blockquote {
    border-left:15px solid #d9d9d9 !important;
    padding:15px !important; }


    /* Buttons
    ------------------------------------------------------*/
a.applyCode,
a.productSelectOptions,
a#main_btnSubmitUsername,
.commentsForm input.submitComment,
.donationElement p a,
.EviteElement input.EviteButton,
input.productAddToCart,
input.productDetailAddToCart,
input.submitButton,
.loginElement input.button,
span.cartCheckoutButton input {
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2) !important;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2) !important;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background: #525252 !important;
    background: -moz-linear-gradient(top,  #525252 0%, #1d1d1d 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#1d1d1d)) !important;
    background: -webkit-linear-gradient(top,  #525252 0%,#1d1d1d 100%) !important;
    background: -o-linear-gradient(top,  #525252 0%,#1d1d1d 100%) !important;
    background: -ms-linear-gradient(top,  #525252 0%,#1d1d1d 100%) !important;
    background: linear-gradient(top,  #525252 0%,#1d1d1d 100%) !important;
    border-radius:3px !important;
    border-top:1px solid #808080 !important;
    border-right:none !important;
    border-bottom:none !important;
    border-left:none !important;
    color:#f2f2f2 !important;
    cursor:pointer;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#525252", endColorstr="#1d1d1d",GradientType=0 ) !important;
    font-family:"Oswald", sans-serif !important;
    font-size:16px !important;
    font-weight:normal !important;
    margin:10px 0 0;
    padding:5px 30px !important;
    *padding:5px 0 !important;
    text-transform:uppercase;
    width:auto !important; }
a.applyCode:hover,
a.productSelectOptions:hover,
a#main_btnSubmitUsername:hover,
.commentsForm input.submitComment:hover,
.donationElement p a:hover,
.EviteElement input.EviteButton:hover,
input.productAddToCart:hover,
input.productDetailAddToCart:hover,
input.submitButton:hover,
.loginElement input.button:hover,
span.cartCheckoutButton input:hover {
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5) !important;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5) !important; }
a.applyCode:active,
a.productSelectOptions:active,
a#main_btnSubmitUsername:active,
.commentsForm input.submitComment:active,
.donationElement p a:active,
.EviteElement input.EviteButton:active,
input.submitButton:active,
.loginElement input.button:active,
span.cartCheckoutButton input:active {
    position:relative;
    top:1px; }
input.productAddToCart:active {
    bottom:29px !important; }
input.productDetailAddToCart:active {
    top:1px !important; }
.submitButtonContainer {
    padding:0 !important; }
.main .submitButtonContainer {
    margin:0 0 0 39%; }
.donationElement p a {
    *padding:5px 10px !important; }
a#main_hlCancelUsername {
    display:none; }


    /* Headings
    ------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color:#262626;
    font-family:"Oswald", sans-serif;
    font-weight:normal !important;
    line-height:1.5em;
    word-spacing: 0.2em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color:#009EC5;
    font-weight:normal !important; }
h1 {
    font-size:24px;
    margin:30px 0 15px; }
h2 {
    font-size:21px;
    margin:30px 0 15px; }
h3 {
    font-size:18px;
    margin:30px 0 15px; }
h4 {
    font-size:15px;
    margin:30px 0 15px; }
h5 {
    font-size:12px;
    margin:30px 0 15px; }
h6 {
    font-size:12px;
    margin:30px 0 15px; }
h1.title,
h1.page-title,
h2.formTitle,
.dynamic-sitemap .main h1,
.dynamic-blogdetail .post h2:first-child {
    border-bottom:1px solid #e5e5e5;
    border-bottom:1px solid rgba(0,0,0,0.1);
    font-size: 24px;
    padding-bottom: 25px;
    text-transform:uppercase;
    margin:0 0 25px; }
h1.title,
h1.section-title
h2.formTitle {
    display:block; }
h1.section-title {
    margin:0 !important;
    text-transform:uppercase; }


    /* Horizontal Rule
    ------------------------------------------------------*/
hr {
    border-bottom:1px solid #fff;
    border-left:none;
    border-right:none;
    border-top:1px solid rgba(0, 0, 0, 0.1);
    *border-top:1px solid #d9d9d9;
    height:0;
    *height:2px;
    margin:0 0 15px 0; }


    /* Image Element
    ------------------------------------------------------*/
.imageElement {
    line-height:0; }


    /* Links
    ------------------------------------------------------*/
.eventBody a,
.linksModule a,
.main p a,
.main .globalMenu a,
.postBody a,
.sidebar p a,
.textElement a {
    border-bottom:1px dotted transparent;
    transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    color:#009EC5;
    font-weight:bold; }
.eventBody a:hover,
.linksModule a:hover,
.main p a:hover,
.main .globalMenu a:hover,
.postBody a:hover,
.sidebar p a:hover,
.textElement a:hover {
    border-bottom:1px dotted #009EC5; }


    /* Ordered List
    ------------------------------------------------------*/
.main .element ol {
    margin:30px 0 30px 48px; }
.sidebar .element ol {
    margin:15px 0 0 17px; }
.main .element ol li,
.sidebar .element ol li {
    list-style:decimal;
    margin:10px 0; }


    /* Unordered List
    ------------------------------------------------------*/
.main .element ul {
    margin:30px 0 30px 30px; }
.sidebar .element ul,
.misc-stack .element ul {
    margin:15px 0; }
.feature .textElement ul li,
.main .element ul li,
.main .element ul li,
.sidebar .element ul li,
.misc-stack .element ul li {
    background:url("../img/bullet.png") 0 8px no-repeat;
    *background:url("../img/bullet.png") 0 10px no-repeat;
    margin:10px 0;
    padding:0 0 0 18px; }


    /* Table
    ------------------------------------------------------*/
.postBody table, 
#inside .textElement table {
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#fff;
    margin:15px 0 30px 0;
    table-layout:fixed;
    width:100%; }
.blogList .postBody table {
    background:#f2f2f2 !important; }
.postBody table tbody,
#inside .textElement table tbody {
    display:block;
    overflow:hidden;
    padding:15px;
    width:auto; }
.postBody table tr,
#inside .textElement table tr {
    border-bottom:1px solid #f2f2f2; }
.postBody table tr:last-child,
#inside .textElement table tr:last-child {
    border-bottom:none !important; }
.postBody table td,
#inside .textElement table td {
    padding:10px !important;
    vertical-align:top !important;
    width:1%;
    word-wrap:break-word; }
.postBody table tr:last-child,
#inside table .textElement tr:last-child {
    border-bottom:none !important; }
.postBody table p,
#inside .textElement table p {
    margin:0 !important; }


/* Site Map
----------------------------------------------------------*/
.dynamic-sitemap .content {
    background:none; }
.dynamic-sitemap .main {
    width:100%; }
.dynamic-sitemap .sidebar {
    display:none; }
.dynamic-sitemap h1.page-title {
    display:none; }
.dynamic-sitemap .main ul.globalMenu ul {
    margin:0 0 0 15px; }
.dynamic-sitemap .main ul.globalMenu li {    
    background:url("../img/bullet.png") 0 7px no-repeat;
    margin:5px 0;
    padding:0 0 0 15px; }
.dynamic-sitemap .main ul.globalMenu li a {
    transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom:1px dotted transparent;
     font-weight:normal !important; }
.dynamic-sitemap .main ul.globalMenu li a:hover {
    border-bottom:1px dotted #009EC5 !important; }
.dynamic-sitemap .breadcrumbs {
    display:none; }


/* Search Results
----------------------------------------------------------*/
.dynamic-searchresults .main .element p {
    border-bottom:1px solid rgba(0,0,0,0.1);
    color: #262626;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: normal !important;
    line-height: 1.5em;
    margin:0 0 25px;
    padding-bottom: 25px;
    text-transform:uppercase;
    word-spacing: 0.2em; }
.dynamic-searchresults .main .element p b {
    background:#fff6cc;
    border-bottom:1px solid #FFE000;
    font-weight:400 !important;
    padding:0 5px; }
.dynamic-searchresults .main h1.page-title {
    display:none; }
.dynamic-searchresults .content {
    background:none; }    
.dynamic-searchresults .main {
    width:100%; }
.dynamic-searchresults .sidebar {
    display:none; }
.dynamic-searchresults .main h1 {
    display:none; }
ul.searchResults a {
    border-bottom:1px dotted transparent;
    transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    color:#009EC5;
    font-family:"Oswald", sans-serif;
    font-size:16px;
    font-style:normal; }
ul.searchResults a:hover {
    border-bottom:1px dotted #009EC5; }
ul.searchResults a .searchTerm {
    font-weight:normal !important; }
ul.searchResults li {
    background:url("../img/bullet.png") 0 8px no-repeat !important; }
.searchTerm {
    background:#fff6cc !important;
    border-bottom:1px solid #FFE000;
    padding:3px 3px 1px 3px; }
.searchResults em {
    color:#b5b5b5;
    display:block;
    text-shadow:1px 1px #fff; }


/* Text Editor Styles
----------------------------------------------------------*/
/* <textEditor> */

.float-left {
    float:left;
    margin:0 30px 30px 0; }
.float-right {
    float:right;
    margin:0 0 30px 30px; }
.gray-button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2) !important;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2) !important;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background: #525252 !important;
    background: -moz-linear-gradient(top,  #525252 0%, #1d1d1d 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#1d1d1d)) !important;
    background: -webkit-linear-gradient(top,  #525252 0%,#1d1d1d 100%) !important;
    background: -o-linear-gradient(top,  #525252 0%,#1d1d1d 100%) !important;
    background: -ms-linear-gradient(top,  #525252 0%,#1d1d1d 100%) !important;
    background: linear-gradient(top,  #525252 0%,#1d1d1d 100%) !important;
    border-radius:3px !important;
    border-top:1px solid #808080 !important;
    border-right:none !important;
    border-bottom:none !important;
    border-left:none !important;
    color:#f2f2f2 !important;
    cursor:pointer;
    display:inline-block;
    *display:inline;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#525252", endColorstr="#1d1d1d",GradientType=0 ) !important;
    font-family:"Oswald", sans-serif !important;
    font-size:16px !important;
    font-weight:normal !important;
    margin:15px 0 30px;
    padding:5px 30px !important;
    text-align:center;
    text-transform:uppercase;
     *width:auto !important; }
a.gray-button,
.gray-button a {
    border-bottom:none !important;
    color:#f2f2f2 !important;
    font-weight:normal !important; }
.gray-button:hover {
    border-bottom:none;
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5) !important;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5) !important; }
.gray-button:active {
    position:relative;
    top:1px; }

/* </textEditor> */


/* Print
----------------------------------------------------------*/
@media print {

    .breadcrumbs,
    .comments,
    .footer,
    .header,
    .nav,
    .sidebar {
        display:none !important; }
    h1.title,
    h1.page-title,
    h2.formTitle {
        background:none !important;
        margin:0 !important;
        padding:0 !important; }
    blockquote {
        background:#e5e5e5 !important; }
    .main {
        width:100% !important; }
    table {
        background:#e5e5e5 !important; }

}

/* Media Queries
----------------------------------------------------------*/
.cart-mobile,
.nav-mobile,
.search-mobile,
.sidebar .sectionMenu {
    color:#fff;
    display:none; }
.nav-mobile li {
    cursor:pointer;
    padding:0 !important; }
.nav-mobile li:hover {
    color:#999; }


    /* 768
    ------------------------------------------------------*/

    @media screen and (max-width: 768px) {


    /* Blog
    --------------------------------------------------*/
    .rss {
        margin:0 !important; }
    .blogList h2.postTitle,
    .blogList .postInfo {
        text-align:center !important; }
    .postViewInfo {
        font-size:1em; }
    .comments,
    .main .blogList > ul > li,
    .feature-image .blogList > ul > li {
        padding:2.5% !important; }
    .commentsForm p {
        display:block;
        float:none;
        margin:0;
        width:100%; }
    .commentsForm input,
    .commentsForm textarea {
        font-size:1.5em;
        margin:0 0 5%;
        padding:2.5% !important;
        width:95% !important; }
    .comments img {
        height:auto;
        width:100%; }
    .commentsForm input.submitComment {
        margin:0 !important; }
    .commentsForm span:empty {
        display:none; }


    /* Header
    --------------------------------------------------*/
    .logo h1 {
        float:none;
        margin-top:30px;
        padding:0;
        text-align:center; }
    .cart {
        top:4px;
        left:0;
        text-align:left; }

    /* Homepage Elements
    --------------------------------------------------*/
    .content {
        background: none;
        padding:5% 0 0; }
    .feature-image,
    .feature-text {
        display:block;
        width:100%; }
    .feature,
    .feature-image .element {
        margin:0 0 5% !important; }
    .feature-image img {
        max-width:100%;
         width:100%; }
    .captionContainer {
        height:auto !important; }
    .feature-text li {
        text-align:center; }


    /* General
    --------------------------------------------------*/
    .main {
        background:none !important;
        padding:0 !important;
        width:100% !important; }
    .sidebar {
        background:none !important;
        padding:0 !important;
        width:100% !important; }
    .sidebar:empty {
        display:block !important; }
    .main .element,
    .sidebar .element {
        margin:0 0 5% 0 !important; }
    .sidebar .globalMenu {
        margin:-5% -5.555% 0 -11.111% !important; }
    .sidebar .container {
        padding:0; }
    h1.title, h1.page-title, h2.formTitle {
        padding-bottom:10px !important;
        margin: 0 0 10px !important; }
    .gray-button,
    a.applyCode,
    a.productSelectOptions,
    a#main_btnSubmitUsername,
    .input.submitButton,
    .donationElement p a,
    .EviteElement input.EviteButton,
    input.productAddToCart,
    input.productDetailAddToCart,
    .loginElement input.button,
    span.cartCheckoutButton input {
        display:block !important;
        font-size:2em !important;
        padding:2.5% 5% !important;
        text-align:center;
        width:90% !important; }
    .commentsForm input.submitComment {
        display:block !important;
        font-size:2em !important;
        padding:2.5% 5% !important;
        text-align:center;
        width:100% !important; }
    .main .element ol {
        margin:5% 0 5% 18px !important; }
    .main .element ul {
        margin:5% 0 !important; }
    .eventDate {
        display:block !important;
        float:none !important;
        margin:5% 0 !important; }
    .form_container {
        background:none !important;
        padding:0 !important; }
    .main .fieldTitle {
        float:none !important;
        text-align:left !important;
        width:auto important; }
    .main .fieldContent {
        float:none !important;
        left:0 !important; }
    .form_container .fieldItem input,
    .form_container .fieldItem textarea {
        background:#fff; }
    .wrapper.content {
        display:block;
        overflow:hidden; }
    .main .submitButtonContainer,
    .main .element .linksModule ul {
        margin:0 !important; }
    .main ul li:last-child,
    .side ul li:last-child {
        margin:10px 0 0 !important; }


    /* Footer
    --------------------------------------------------*/
    .footer .left,
    .footer .right {
        display:block;
        float:none;
        text-align:center;
        width:100%; }


    /* Photo Gallery
    --------------------------------------------------*/
    #lcms_fancybox-wrap {
        left:5% !important;
        width:90% !important; }
    #lcms_fancybox-img,
    #lcms_fancybox-inner {
        height:auto !important;
        width:100% !important; }
    #lcms_fancybox-left,
    #lcms_fancybox-right {
        display:none !important; }
    #lcms_fancybox-title {
        display:block !important; }
    .photoGalleryElement .thumbHover a img {
        filter: alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
        width:100% !important; }


    /* Product Detail
    --------------------------------------------------*/
    input.productDetailAddToCart {
        width:100% !important; }
    .productDetailImageContainer {
        margin:70px 3.125% 0 0 !important; }
    h2.productDetailTitle {
        margin: 90px 0 2.5%;
        padding: 0 0 2.5%;
        width: 64%; }
    .productDetailPriceContainer {
        position:static !important; }
    .productDetailRadioButtonList {
        float:left; }
    .productDetailRadioButtonList input {
        float:left;
        margin:4px 4px 4px !important; }
    .productDetailRadioButtonList label {
        float:left;
        text-align:left; }


    /* Product Listing
    --------------------------------------------------*/
    .productListing li.product {
        padding:15px !important; }
    .main ul.productListingGrid li,
    .sidebar ul.productListingGrid li {
        float:left !important;
        margin:0 5% 5% 0 !important;
        padding:2.5% !important;
        width:42.5% !important; }
    ul.productListingGrid li:nth-child(2n+0) {
        margin:0 0 5% !important; }
    ul.productListingGrid li:last-child,
    .main ul.productListingGrid li:last-child,
    .sidebar ul.productListingGrid li:last-child {
        margin:0 !important; }
    .productListing .productImageContainer,
    .productListing .productImageContainer img {
        padding:0 !important;
        width:100% !important; }
    .productListing .productImageContainer {
        margin:0 0 15px !important; }
    .productListingGrid a.productSelectOptions {
        display:block !important;
        margin:0 !important;
        padding:2.5% !important;
        position:static !important;
        width:auto !important; }
    .productListingGrid input.productAddToCart {
        margin:0 !important;
        padding:2.5% !important;
        position:static !important;
        width:100% !important; }
    .productListing li h3.productTitle {
        margin:0 0 15px !important;
        overflow:visible !important;
        text-align:center !important; }
    .productListing li h3.productTitle a {
        font-size:1.5em; }
    .productListing .productPriceContainer {
        display:block !important; }
    .productListing .productPriceContainer .productPrice {
        display:block;
        position:static !important;
        text-align:center !important; }
    .productListing.productListingGrid li span.productPriceContainer {
        width:100% !important; }
    h4.productType,
    h4.productVendor {
        margin:0 0 15px !important; }
    .sidebar ul.productListing li span.productDescription {
        margin:0 0 15px !important;
        padding:0 !important; }
    span.productDescription {
        padding:0 !important; }
    .productPriceContainer {
        margin:0 !important; }
    .productPriceContainer span.productPrice {
        margin:0 0 15px !important; }
    .productPriceContainer a.productSelectOptions,
    .productPriceContainer input.productAddToCart {
        position:static; }
    .productPriceContainer input.productAddToCart {
        width:100% !important; }


    /* Shopping Cart
    --------------------------------------------------*/
    .shoppingCart .cartItems {
        display:block;
        overflow:hidden;
        padding:5% !important;
        width:90% !important; }
    .shoppingCart .cartItems tr.odd {
        border-bottom:1px dashed #808080;
        color:#808080;
        margin:0 0 15px; }
    .shoppingCart .cartImage {
        display:none !important; }
    .shoppingCart table tbody tr td {
        padding:0 !important; }
    .shoppingCart .cartPrice,    
    .shoppingCart .cartQuantity,
    .shoppingCart .cartTotal {
        margin:0 0 15px !important; }
    .shoppingCart .cartQuantity {
        position:relative;
        top:-9px; }
    .shoppingCart .cartQuantity input {
        position:relative;
        top:8px; }
    .shoppingCart .cartQuantity a {
        position:relative;
        top:8px; }
    .shoppingCart .cartQuantity input {
        width:16px !important; }
    .shoppingCart .cartDiscount {
        display:block;
        margin:0 0 15px !important;
        overflow:hidden;
        padding:0 !important; }
    .shoppingCart .cartDiscount label {
        color: #404040 !important;
        font-family: "Oswald", sans-serif;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: normal !important;
        line-height:24px !important;
        margin:0 0 15px !important;
        text-align: left;
        text-transform: capitalize;
        word-spacing: 0.1em; }
    .shoppingCart .cartDiscount input {
        float:left;
        margin:0 !important;
        padding:2.5% !important;
        width:42.5% !important; }
    .shoppingCart .cartDiscount a.applyCode {
        float:right;
        margin:0 !important;
        padding:2.5% !important;
        position:relative;
        top:-2px;
        width:42.5% !important; }
    .shoppingCart .cartSubtotal {
        padding:0 !important; }
    .shoppingCart .cartSubtotal p {
        margin:0 0 15px !important;
        position:static !important;
        text-align:center !important;
        width:100% !important; }
    .shoppingCart .cartSubtotalLabel {
        display:inline-block !important; }
    .shoppingCart .cartCheckoutButton {
        display:block !important;
        width:100% !important; }
    .shoppingCart .cartCheckoutButton input {
        height:auto !important;
        padding:5% 2.5% !important;
        width:100% !important; }


    /* Subnavigation
    --------------------------------------------------*/
    .sidebar .globalMenu {
        display:none; }
    .sidebar .sectionMenu {
        -khtml-border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        border:10px solid #fff;
        background:#f2f2f2;
        display:block !important;
        font-family:"Oswald", sans-serif;
        font-size:1.5em;
        margin:0 0 5%;
        padding:0;
        text-align:center;
        text-transform:uppercase; }
    .sidebar .sectionMenu li a {
        border-bottom:1px solid #e5e5e5;
        color:#262626;
        display:block;
        padding:10px 5%;}
    .sidebar .sectionMenu li:last-child a {
        border-bottom:none !important; }
    .sidebar .sectionMenu li a:hover {    
        background:#e5e5e5; }
        


}


    /* 640
    ------------------------------------------------------*/
    @media screen and (max-width: 640px) {


    /* Homepage Elements
    --------------------------------------------------*/
    .misc,
    .misc1,
    .misc2 {
        display:block !important;
        float:none !important;
        margin:0 0 5% !important;
        text-align:center;
        width:100% !important; }
    .misc-stack {
        margin:0 !important; }
    .misc-stack .productListing li.product,    
    ul.productListing li.product {
        float:left !important;
        margin:0 5% 5% 0 !important;
        padding:2.5% !important;
        width:42.5% !important; }
    ul.productListing li.product:nth-child(2n+0) {
        margin:0 0 5% !important; }
}


    /* 480
    ------------------------------------------------------*/
    @media screen and (max-width: 480px) {


    /* Header
    --------------------------------------------------*/
    .cart,
    .header .search,
    .top {
        display:none !important; }
    .header {
        display:block;
        overflow:hidden; }
    .header .height {
        height:auto; }
    .nav .wrapper {
        width:100%; }
    .logo {
        padding:0; }
    .logo h1 {
        display:inline-block;
        float:none;
        font-size:24px !important;
        font-weight:700 !important;
        margin:12px 10% 12px 5%;
        padding:0;
        text-align:left; }
    .logo a {
        display:block;
        height:60px;
        overflow:hidden; }
    .logo a img {
        height:50px;
        max-width:85%;
        padding:5px 0 0 10px; }
    .header-overlay {
        background-size:cover; }
    .header .wrapper {
        float:left !important;
        width:95% !important; }
    .nav-overlay {
        padding:10px 0; }


    /* Nav
    --------------------------------------------------*/
    .nav {
        font-size:1.5em;
        position:relative;
        width:100%; }
    .nav-overlay {
        padding:0 !important; }
    .nav-mobile {
        display:inline-block;
        height:60px;
         float:left; }
    .nav-mobile-bg {
        background:rgba(0,0,0,0.5);
        display:inline-block; }
    .shoppingCartStatus .nav-mobile-bg {
        height:60px;
        position:absolute;
        right:-5%;
        top:0;
        width:60px; }
    .mobile-nav {
        background:url("../img/mobile-nav.png") center center no-repeat;
        border-bottom:1px solid rgba(255,255,255,0.2);
        border-right:1px solid rgba(255,255,255,0.2);
        cursor:pointer;
        float:left;
        height:60px;
        margin:0 !important;
        width:60px; }
    .svg .mobile-nav {
        background:url("../img/mobile-nav.svg") center center no-repeat !important;
        background-size:75% !important; }
    .mobile-cart {
        background:url("../img/mobile-cart.png") center center no-repeat;
        border-bottom:1px solid rgba(255,255,255,0.2);
        border-left:1px solid rgba(255,255,255,0.2);
        float:right;
        height:60px;
        margin:0 !important;
        position:absolute;
        width:60px; }
    .svg .mobile-cart {
        background:url("../img/mobile-cart.svg") center center no-repeat !important;
        background-size:75% !important; }
    .nav-mobile .shoppingCartStatus {
        height:0; }
    .nav-mobile li.mobile-cart {
        background:url("../img/mobile-cart.svg") center center no-repeat;
        background-size:70%;
        height:41px;
        margin:0 15% 0 0 !important;
        width:41px; }
    .nav ul.globalMenu {
        display:none; }
    .nav ul.globalMenu,
    .cart-mobile {
        background: #292929;
        background: -moz-linear-gradient(top,  #292929 0%, #333333 5%, #333333 50%, #1e1e1e 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(5%,#333333), color-stop(50%,#333333), color-stop(100%,#1e1e1e));
        background: -webkit-linear-gradient(top,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
        background: -o-linear-gradient(top,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
        background: -ms-linear-gradient(top,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
        background: linear-gradient(to bottom,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#292929", endColorstr="#1e1e1e",GradientType=0 );
        border-top:1px solid rgba(256,256,256,0.1);
        left:0;
        padding:5%;
        text-shadow:none !important;
        top:54px;
        width:90%;
        z-index:9999; }
    .nav ul.globalMenu li,
    .cart-mobile li {
        display:block;
        font-size:1em;
        margin:0;
        padding:0 !important;
        text-transform:none;
        width:100%; }
    .nav ul.globalMenu li a,
    .cart-mobile li a {
        -webkit-transition:none !important;
        -moz-transition:none !important;
        -o-transition:none !important;
        background:rgba(0,0,0,0.2);
        border-bottom:1px solid rgba(0, 0, 0, 0.2);
        border-top:1px solid rgba(255, 255, 255, 0.1);
        color:#bfbfbf;
        display:block;
        margin:0;
        padding:10px 5%; }
    .nav ul.globalMenu li a:hover,
     .cart-mobile li a:hover {
        background:rgba(0,0,0,0.4);
        color:#fff !important; }
    .nav ul.globalMenu li:first-child a,
    .cart-mobile li:first-child a {
        border-top:none !important; }
    .nav ul.globalMenu li:last-child a,
    .cart-mobile li:last-child a {
        border-bottom:none !important; }
    .nav ul.globalMenu li a.selectedPage:hover {    
        color:#808080; }
    .nav .level2 {
        display:none; }


    /* Subnavigation
    --------------------------------------------------*/
    .sidebar .globalMenu {
        display:none; }
    .sidebar .sectionMenu {
        -khtml-border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        border:10px solid #fff;
        background:#f2f2f2;
        display:block !important;
        font-family:"Oswald", sans-serif;
        font-size:1.5em;
        margin:0 0 5%;
        padding:0;
        text-align:center;
        text-transform:uppercase; }
    .sidebar .sectionMenu li a {
        border-bottom:1px solid #e5e5e5;
        color:#262626;
        display:block;
        padding:10px 5%;}
    .sidebar .sectionMenu li:last-child a {
        border-bottom:none !important; }
    .sidebar .sectionMenu li a:hover {    
        background:#e5e5e5; }


    /* Search
    --------------------------------------------------*/
    .search-mobile {
        background: #292929;
        background: -moz-linear-gradient(top,  #292929 0%, #333333 5%, #333333 50%, #1e1e1e 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(5%,#333333), color-stop(50%,#333333), color-stop(100%,#1e1e1e));
        background: -webkit-linear-gradient(top,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
        background: -o-linear-gradient(top,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
        background: -ms-linear-gradient(top,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
        background: linear-gradient(to bottom,  #292929 0%,#333333 5%,#333333 50%,#1e1e1e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#292929", endColorstr="#1e1e1e",GradientType=0 );
        -moz-box-shadow:0px 15px 15px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow:0px 15px 15px rgba(0, 0, 0, 0.5);
        box-shadow:0px 15px 15px rgba(0, 0, 0, 0.5);
        border-top:1px solid #202020;
        left:0;
        padding:5%;
        position:absolute;
        text-shadow:none !important;
        top:54px;
        width:90%;
        z-index:9999; }
    .search-mobile .search {
        background:rgba(0,0,0,0.2);
        display:block;
        height:auto;
        overflow:hidden;
        padding:2.5%;
        position:static;
        width:95%; }
    .search-mobile .searchInput {
        color:#bfbfbf;
        float:left;
        font-family:"Oswald", sans-serif;
        font-size:1em;
        font-style:normal;
        margin:0;
        padding:0;
        width:83%; }
    .search-mobile .searchButton {
        background:url("../img/search-button.png") center center no-repeat;
        display:block;
        float:right;
        height:19px;
        overflow:hidden;
        position:static;
        width:19px; }


    /* Homepage Elements
    --------------------------------------------------*/
    .content {
        background: none;
        padding:5% 0 0; }
    .feature-image,
    .feature-text {
        display:block;
        width:100%; }
    .feature,
    .feature-image .element {
        margin:0 0 5% !important; }
    .feature-image img {
        max-width:100%;
        width:100%; }
    .misc,
    .misc1,
    .misc2 {
        display:block !important;
        float:none !important;
        margin:0 0 5% !important;
        text-align:center;
        width:100% !important; }
    .misc-stack {
        margin:0 !important; }
    .captionContainer {
        height:auto !important; }
    .feature-text li {
        text-align:center; }


    /* General
    --------------------------------------------------*/
    .main {
        background:none !important;
        padding:0 !important;
        width:100% !important; }
    .sidebar {
        background:none !important;
        padding:0 !important;
        width:100% !important; }
    .sidebar:empty {
        display:block !important; }
    .main .element,
    .sidebar .element {
        margin:0 0 5% 0 !important; }
    .sidebar .globalMenu {
        margin:-5% -5.555% 0 -11.111% !important; }
    .sidebar .container {
        padding:0; }
    h1.title, h1.page-title, h2.formTitle {
        padding-bottom:10px !important;
        margin: 0 0 10px !important; }
    .gray-button,
    a.applyCode,
    a.productSelectOptions,
    a#main_btnSubmitUsername,
    .input.submitButton,
    .donationElement p a,
    .EviteElement input.EviteButton,
    input.productAddToCart,
    input.productDetailAddToCart,
    .loginElement input.button,
    span.cartCheckoutButton input {
        display:block !important;
        font-size:1.5em !important;
        padding:2.5% 5% !important;
        text-align:center;
        width:90% !important; }
    .commentsForm input.submitComment {
        display:block !important;
        font-size:2em !important;
        padding:2.5% 5% !important;
        text-align:center;
        width:100% !important; }
    .main .element ol {
        margin:5% 0 5% 18px !important; }
    .main .element ul {
        margin:5% 0 !important; }
    .eventDate {
        display:block !important;
        float:none !important;
        margin:5% 0 !important; }
    .form_container .fieldItem input,
    .form_container .fieldItem textarea {
        background:#fff; }
    .wrapper.content {
        display:block;
        overflow:hidden; }
    .main .submitButtonContainer,
    .main .element .linksModule ul {
        margin:0 !important; }
    .main ul li:last-child,
    .side ul li:last-child {
        margin:10px 0 0 !important; }


    /* Photo Gallery
    --------------------------------------------------*/
    #lcms_fancybox-wrap {
        left:5% !important;
        width:90% !important; }
    #lcms_fancybox-img,
    #lcms_fancybox-inner {
        height:auto !important;
        width:100% !important; }
    #lcms_fancybox-left,
    #lcms_fancybox-right {
        display:none !important; }
    #lcms_fancybox-title {
        display:block !important; }
    .photoGalleryElement .thumbHover a img {
        filter: alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
        width:100% !important; }


    /* Product Detail
    --------------------------------------------------*/
    input.productDetailAddToCart {
        width:100% !important; }
    .productDetailImageContainer {
        margin:70px 0 0 !important;
        padding:0 !important;
        width:100% !important; }
    .main .element ul.productDetailImageList {
        margin:0 0 5% !important; }
    h2.productDetailTitle {
        margin:0 0 2.5% !important;
        width:100% !important; }
    .productDetailAddToCartContainer,
    .productDetailDescriptionContainer {
        width:100% !important; }
    .productDetailDescriptionContent {
        padding:5% 0 0 !important; }


    /* Product Listing
    --------------------------------------------------*/
    ul.productListingGrid li,
    .main ul.productListingGrid li,
    .sidebar ul.productListingGrid li {
        float:none !important;
        margin:0 0 5% 0 !important;
        padding:5% !important;
        width:90% !important; }
    ul.productListingGrid li:last-child,
    .main ul.productListingGrid li:last-child,
    .sidebar ul.productListingGrid li:last-child {
        margin:0 !important; }
    ul.productListingGrid a.productSelectOptions {
        margin:0 !important;
        padding:2.5% !important;
        position:static !important;
        width:95% !important; }
    ul.productListingGrid input.productAddToCart {
        margin:0 !important;
        padding:2.5% !important;
        position:static !important;
        width:100% !important; }
    ul.productListing li h3.productTitle a {
        font-size:1.5em; }


    /* Forms
    --------------------------------------------------*/
    .form_container {
        background:none !important;
        padding:0 !important; }
    .fieldTitle {
           float:none !important;
        margin:0;
        padding:0;
           text-align:left !important;
        width:100% !important; }
    .main .fieldContent,    
    .sidebar .fieldContent,
    .fieldContent {
        display:block;
        margin:0;
        overflow:hidden;
         width:100% !important; }
    .fieldRow {
        display:block;
        overflow:hidden; }
    .fieldBlock {
        padding:0 !important;
        width:100%; }
    .fieldInstructions:empty {
        display:none !important; }
    .form_container .type-text input,
    .form_container .type-name input,
    .form_container .type-address input,
    .form_container .type-phone input,
    .form_container .type-email input,
    .form_container .type-website input,
    .form_container .type-date input,
    .form_container .type-time input,
    .form_container .type-price input,
    .form_container .type-number input,
    .form_container .type-captcha input,
    .form_container .type-fileupload input,
    .form_container .type-paragraph textarea {
        margin:5px 0;
        padding:10px 2.5%;
        width:94% !important; }
    .form_container .type-name .fieldBlock {
        margin:0 5% 0 0;
        padding:0 !important;
        width:47.5% !important; }
    .form_container .type-name .fieldBlock:last-child {
        margin:0 !important; }
    .form_container .type-address select,    
    .form_container .type-time select,    
    .form_container .type-dropdown select {
        height:35px;
        margin:5px 0;
        width:100% !important; }
    .form_container .type-phone .fieldBlock    ,
    .form_container .type-date .fieldBlock,
    .form_container .type-time .fieldBlock {
        margin:0 5% 0 0;
        width:30% !important; }
    .form_container .type-phone .fieldBlock:last-child,
    .form_container .type-date .fieldBlock:nth-child(3),
    .form_container .type-time .fieldBlock:last-child {
        margin:0 !important; }
    .type-multiplechoice label,    
    .type-checkbox label {
        line-height:2em; }
    .type-sectionbreak .fieldTitle {
        padding:10px 0 !important; }
    .type-captcha img {
        height:auto;
        width:100%; }
    input.submitButton {
        width:100% !important; }


    /* Forms
    --------------------------------------------------*/
    .main .EviteElement input,
    .main .EviteElement textarea {
        padding:10px 2.5%;
        width:95% !important; }
    .EviteElement img {
        height:auto;
        width:100%; }
    .EviteElement input.EviteButton {
        width:100% !important; }

}


/* Login Page
----------------------------------------------------------*/
html {
    height: 100%!important; }
body.login {
    background: #333333; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #1a1a1a 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#1a1a1a));
    background: -webkit-radial-gradient(center, ellipse cover,  #333333 0%,#1a1a1a 100%);
    background: -o-radial-gradient(center, ellipse cover,  #333333 0%,#1a1a1a 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #333333 0%,#1a1a1a 100%);
    background: radial-gradient(ellipse at center,  #333333 0%,#1a1a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#333333", endColorstr="#1a1a1a",GradientType=1 );
    color:#262626;
    font-family: "Merriweather", sans-serif;
    font-size:13px !important;
    height:100%;
    line-height:1.5em;
    margin:0;
    padding:0; }
.login a { color:#f2f2f2; }
.login p { line-height:20px !important; }
.login h1.title {
    background:none !important;
    color:#404040;
    font-size:36px !important;
    margin:0;
    padding:8px 0 10px;
    text-align: center;
    text-shadow:1px 1px #858585;
    text-transform:uppercase; }
.login #wrapper {
    background:#4d4d4d;
    background:-moz-linear-gradient(top,  #999999 0%, #666666 20%, #333333 80%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(20%,#666666), color-stop(80%,#333333));
    background:-webkit-linear-gradient(top,  #999999 0%,#666666 20%,#333333 80%);
    background:-o-linear-gradient(top,  #999999 0%,#666666 20%,#333333 98%);
    background:-ms-linear-gradient(top,  #999999 0%,#666666 20%,#333333 98%);
    background:linear-gradient(to bottom,  #999999 0%,#666666 20%,#333333 98%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#999999", endColorstr="#33333",GradientType=0 );
    box-shadow:0 0 20px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
    display:block;
    min-height:362px;
    left:50%;
    margin:-181px 0 0 -155px;
    overflow:hidden;
    position:absolute;
    top:50%;
    width:310px; }
.login #content {
    padding:12px 30px 11px; }
.login .remember {
    display: block;
    overflow: hidden;}
.login .remember input {
    margin: 0 5px 0 0!important;}
.login .login p {
    padding: 2px 0;}
.login .loginElement input.username,
.login .loginElement input.password {
    background:#1a1a1a;
    background:-moz-linear-gradient(top,  #1a1a1a 3%, #333333 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(3%,#1a1a1a), color-stop(100%,#333333));
    background:-webkit-linear-gradient(top,  #1a1a1a 3%,#333333 100%);
    background:-o-linear-gradient(top,  #1a1a1a 3%,#333333 100%);
    background:-ms-linear-gradient(top,  #1a1a1a 3%,#333333 100%);
    background:linear-gradient(to bottom,  #1a1a1a 3%,#333333 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#1a1a1a", endColorstr="#333333",GradientType=0 );
    border-bottom:1px solid rgba(256,256,256,0.25);
    border-left:none;
    border-right:1px solid rgba(256,256,256,0.25);
    border-top:none;
    color:#828282;
    font-family:"Merriweather", sans-serif;
    font-size:13px;
    font-weight:bold;
    margin:0 0 15px !important;
    padding:10px 10px 8px 10px;
    width:230px; }
.login .loginElement input.username {
    border-bottom:1px solid rgba(256,256,256,0.4) !important;
    border-right:1px solid rgba(256,256,256,0.4) !important; }
.loginElement input.password:focus,
.loginElement input.username:focus {  }
.loginElement label {
    color:#aaa;
    font-family:"Oswald", sans-serif;
    font-size:12px;
    text-shadow:-1px -1px rgba(0,0,0,0.3); }
.login .loginElement input.button {
    margin:15px 0 0 !important;
    width:100% !important; }
.login .forgot {
    padding:13px 0 0 !important;
    text-align:center;
    text-transform:capitalize; }
.login .forgot a {
    color:#1f1f1f !important;
    font-family:"Oswald", sans-serif;
    text-decoration: none; }
.login span.error {
    background:#808080;
    color:#d9d9d9;
    display:block;
    font-size:11px !important;
    padding:5px;
    text-align:center; }


/* Admin View Fix
----------------------------------------------------------*/
.lcms_AdminView h3.productTitle a:first-child {
    float:left;
    padding:15px 10px 0 0 !important; }
.lcms_AdminView .main .blogList .postArchiveGroup h2.postTitle a:first-child {
    float:left;
    padding:1px 5px 0 15px !important;
    width:auto !important; }
.lcms_AdminView .sidebar .blogList .postArchiveGroup h2.postTitle a:first-child {
    float:left;
    padding:4px 0 0 15px !important;
    width:auto !important; }
.lcms_AdminView .feature-text .linksModule img {
    background:none !important;
    padding:5px !important; }    
.lcms_AdminView .feature-text .linksModule li a:first-child {
    float:left;
    padding:0 !important; }
.lcms_AdminView .feature-text .linksModule li a {
    display:inline !important;
    padding:5px 0 !important; }