/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #343434;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #ffb8b8;
    text-shadow: none;
}

::selection {
    background: #ffb8b8;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family:Arial, Helvetica, sans-serif;
    margin:0; padding:0;
    background:#484848 url('/images/background.jpg') no-repeat fixed 50% 0;
    
}
.siteWidth {
    width:999px;
    margin:0 auto;
}
a {
    color:#000000;
    cursor:pointer;
}
a:hover {
    color:#ff0000;
}
blockquote {
    margin: 0 0.25em 0.5em 0.25em;
    padding: .5em 1em;
    quotes: "\201C" "\201D";
}
blockquote:before {
    color: #bababa;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
    content:"\201C";
}
blockquote :first-child {
    display: inline;
}
blockquote :last-child {
    margin-bottom: 0;
}
.serif1 {
    font-family:"Times New Roman", Times, serif;
}
.serif2 {
    font-family:Georgia, serif;
}
h1 {
    font-size:24px;
    font-weight:bold;
    margin-top:0;
}
h2 {
    font-size:18px;
    font-weight:bold;
}
h3 {
    font-size:14px;
    font-weight:bold;
}
a.inputSubmit {
    background: #f20000;
    background: linear-gradient(to bottom, #c70000 0%,#f20000 4%,#f20000 100%);
    color:#FFFFFF;
    font-weight:bold;
    cursor:pointer;
    height:23px;
    font-weight:bold;
    font-size:14px;
    padding:6px 7px 0px 8px;
    float:right;
    text-transform:uppercase;
    border-radius:3px;
    border:1px solid #a20000;
    box-shadow: 0px 1px 1px #414141;
}
a.inputSubmit span {
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    padding:0;
    margin:0;
}
a.inputSubmit:hover {
    background: #c70000;
    background: linear-gradient(to bottom, #b80000 0%,#c70000 4%,#c70000 100%);
}
#telephone {
    display:block;
    text-align:center;
    font-size:1.65em;
    color:#ff0000;
    position: relative;
	z-index: 999;
	top: .15em;
}
.facebookBtn{
	float: right;
	padding: 0 .25em 0 0;
	margin: -.1em 0 0 0;
}
#logo {
    float:left;
    position:relative;
    z-index:999;
}
header {
    position:relative;
    top:-1.25em;
}
header nav {
    position:absolute;
    left:135px;
    z-index:998;
    background: #313131;
    background: linear-gradient(to bottom, #000000 0%,#393939 30%,#212121 100%);
    margin-top: 1.65em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width:52em;
    padding-left:2em;    
}
header nav ul {
    margin:0;
    padding:0;
}
header nav ul li {
    float:left;
}
header nav ul li a {
    color:#fefefe;
    font-size:1em;
    text-decoration:none;
    padding:0.9em 0.9em;
    display:block;
    border-right:2px solid #181818;
}
header nav ul li a:hover {
    background: #000000;
    background: linear-gradient(to bottom, #000000 0%,#131313 30%,#111111 100%);
}
header nav ul li.cart div {
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #c1b5b5;
    padding: 2px 0 3px 6px;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 0.7em;
    margin-left: 0.5em;
}
header nav ul li.cart span {
    background: #FFFFFF url(/images/icon-shopping-cart.png) no-repeat left;
    padding-left: 14px;
}
header nav ul li.cart a {
    border-right:none;
    color: #555555;
    font-weight: bold;
    padding: 0 0.25em 0 0.65em;
    display:inline-block;
}
header nav ul li.cart em {
    font-style: normal;
    color: #FFFFFF;
    display: inline-block;
    background-color: #ff0000;
    border-radius: 2px;
    padding: 0 4px;
    margin-left: 8px;
}
header nav ul li.cart a:hover {
    background:none;
}
main {
    position: relative;
    top:-0.5em;
    z-index: 997;
    box-shadow: 0 0 15px 6px #212121;
    background-color: #FFFFFF;
    border-radius:5px;
}
main nav {
    float: left;
    width: 154px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0.5em 0;
    margin-bottom: 1em;
}
main nav hr {
    margin:0.5em;
}
main nav section {
    margin-bottom:0.5em;
}
main nav section form {
    padding:0.5em;
}
main nav ul li a.seocart_NavigationCurrent {
    font-weight:bold;
}
main nav ul li a:hover {
    background-color:#414141;
}
main nav ul li a.containsSubMenu:hover {
      background-image:url('/cirkuit/includes/js/jquery/plugins/dropmenu/1.0/images/gray_arrow.png');
}
main nav section form .inputText,
main nav section form select {
    width:124px;
    border-radius:3px;
    border:1px solid #d8d8d8;
    padding:0.5em;
    font-size:12px;
    font-style:italic;
    color:#999999;
}
main nav section form .inputSelect,
main nav section form select {
    width:138px;
    margin-top:0.25em;
    padding-left: 0.25em;
}
main nav section form .inputSubmit {
    float: left;
    margin-top: 0.25em;
    padding: 2px 3px 2px 3px;
    height: auto;
}
main nav section form a.advancedSearch {
    float:right;
    font-size:10px;
    color:#999999;
    text-decoration:none;
    margin-top:0.5em;
}
main nav section form a.advancedSearch:hover {
    text-decoration:underline;
}
main nav em {
    font-style: normal;
    color: #ff0000;
    font-weight: bold;
    font-size: 0.9em;
    padding: 0.25em 0 0.25em 0.5em;
}
main nav ul li em {
    display:block;
    padding-top:1em;
}
main nav ul {
    position:relative;
    padding:0;
    margin:0;
}
main nav ul li {
    position:relative;
}
main nav ul li a {
    text-transform:uppercase;
    display:block;
    font-size:0.8em;
    text-decoration:none;
    padding: 0.15em 1em 0.15em 0.5em;
    border-bottom: 1px dotted #CCCCCC;
    line-height: 1.35em;
}
main nav ul li:last-child a {
    border-bottom:none;
}
main nav ul ul {
    display:none;
    position: absolute;
    left: 100%;
    top: -0.5em;
    width: 100%;
    z-index: 101;
    background-color: #f4f4f4;
    padding: 0.5em 1em;
}
main nav .containsSubMenu {
    background-image:url('/cirkuit/includes/js/jquery/plugins/dropmenu/1.0/images/black_arrow.png');
    background-repeat:no-repeat;
    background-position:right center;
}
main nav.right {
    background-color:#FFFFFF;
}
main nav.right section h3 {
    margin:0;
    text-align:center;
    background-color:#515151;
    color:#FFFFFF;
    padding:0.25em 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size:0.75em;
}
main nav.right table#FeaturedProducts2 {
    background-color: #F4F4F4;
}
main nav.right section .cmsregion {
    padding-right: 0.5em;
}
main nav.right section .cms_FeaturedProducts_item {
    height:auto;
    padding:10px 0;
}
main nav.right section table#FeaturedProducts2 td img {
    border: 1px solid #CCCCCC;
}
main nav.right section table#FeaturedProducts2 td .cms_FeaturedProducts_imglink {
    height:auto;   
}
main nav.right section table#FeaturedProducts2 td {
    border-bottom: 1px dotted #CCCCCC;
    padding:5px 0;
}
main nav.right section table#FeaturedProducts2 td p.price {
    margin:0.25em 0;
}
main nav.right section.viewCart .viewCartRegion {
    padding-right: 0.5em;
    text-align:center;
    background-color:#f4f4f4;
    padding:0.25em 0.5em 0.2em 0;
}
main nav.right section.viewCart .viewCartRegion div {
    font-size:90%;
}
main nav.right section.viewCart .viewCartRegion a {
    color:#FF0000;
    font-size:75%;
}
main nav.right section.viewCart .viewCartRegion p {
    margin:0 0 0.5em 0;
    line-height:90%;
}
main nav.right section.viewCart .viewCartRegion p.small {
    font-size:75%;
}
main nav.right section.viewCart .viewCartRegion p.small a {
    color:#121212;
}
#contentMiddleAndRightWrapper {
    float: left;
    width: 845px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f4f4f4;
    padding-top: .5em;
}
#contentMiddleAndRightContainer {
    background: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#contentWrapper {
    float: left;
    width: 691px;
    padding-top:0;
    margin-top: 0;
}
#content {
    padding: 1em;
    background: #fff;
    border-top-left-radius: 5px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
footer {
    margin-bottom:0.5em;
    background-image:url('/images/transparent-pixel.png');
    background-repeat:repeat;
    position: relative;
    top: -0.5em;
}
footer.siteWidth{
	width:959px;
}
footer section {
    float:left;
    height:230px;
    border-top:2px solid #9D9D9D;
    border-bottom:2px solid #9D9D9D;
    padding:10px;
    font-size:11px;
    color:#efefef;
}
footer section a {
    color:#efefef;
}
footer section em {
    display:block;
    font-size:14px;
    font-style:normal;
    color:#000000;
    font-weight:bold;
}
footer section.first {
    width: 328px;
    border-right:2px solid #4D4D4D;
    border-radius:0;
}
footer section span {
    font-size:12px;
    display:block;
    margin-top:0.75em;
}
footer section.fifth em {
    background-image:url(/images/icon-mailing-list-signup.png?v=2);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:30px;
}
footer section.fifth form {
    margin-top:1em;
}
footer section.fifth .inputText {
    width:163px;
    border-radius:3px;
    border:1px solid #d8d8d8;
    padding:0.5em;
    font-size:14px;
    font-style:italic;
    color:#999999;
    margin-right:5px;
}
footer section.second {
    width: 100px;
    border-left:2px solid #9D9D9D;
    border-right:2px solid #4D4D4D;
}
footer section.third {
    width: 100px;
    border-left:2px solid #9D9D9D;
    border-right:2px solid #4D4D4D;
}
footer section.fourth {
    width: 95px;
    border-left:2px solid #9D9D9D;
    border-right:2px solid #4D4D4D;
}
footer section.fifth {
     width: 220px;;
    border-left:2px solid #9D9D9D;
    border-radius:0;
}
footer section ul {
    margin:0;
    padding:0.75em 0 0 1em;
}
footer section ul li {
    list-style-image:url(/images/footer-arrow.png);
}
footer section.fifth ul li {
    float:left;
    width:105px;
    padding-right:1em;
}
#footerBottom {
    margin-top:0.5em;
    margin-bottom:1.5em;
    font-size:11px;
    color:#999999;
}
#footerBottom.siteWidth{
	width:959px;
}
#footerBottom .left {
    float:left;
    padding-left:0.5em;
}
#footerBottom .right {
    float:right;
    padding-right:0.5em;
}
#footerBottom a {
    text-decoration:none;
    color:#999999;
}
/* homepage */
.cms_FeaturedProducts_item {
    height: 260px;
}
.cms_FeaturedProducts_imglink {
    height: 100px;
    display: block;
}
a.cms_FeaturedProducts_namelink {
    text-decoration: none;
    color: #707070;
    font-weight: bold;
}
a.cms_FeaturedProducts_namelink:hover {
    text-decoration:underline;
}
a.categoryLink {
    text-decoration: none;
    font-size: 0.75em;
}
.ContentType_ImageGallery_description .p_title,
.shopByRearEndContainer .p_title,
.cms_SocialMediaFeed .p_title {
    border: 1px solid #888;
    border-bottom: 1px solid #999;
    box-shadow: 0pt 0pt .25em #aaa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.shopByRearEndContainer ul {
    margin:0;
    padding:0;
}
.shopByRearEndContainer ul li {
    display:inline-block;
    width:32%;
    list-style-type:none;
    text-align:center;
    padding:0.75em 0;
}
.shopByRearEndImageWrapper {
}
.shopByRearEndImageWrapper img {
    display:inline-block;
    vertical-align:middle;
}
.shopByRearEndContainer ul li em {
    display:block;
    padding:0.25em 0;
}
body #ImageGallery1 div.navigation,
ul.shopByRearEnd {
    text-align:center;
    border:1px solid #888888;
    border-top:none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0pt 0pt .25em #aaa;
}
body #ImageGallery1 .thumbnails-adv ul.thumbs {
    display:inline-block;
    width:95%;
    text-align:center;
}
body #ImageGallery1 .thumbnails-adv ul.thumbs li {
    width: 100px;
    min-height: 90px;
    text-align: center;
    display: inline-block;
    float:none;
    margin:5px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
body #ImageGallery1 .thumbnails-adv ul.thumbs li img {
    margin:0 auto;
    display:inline-block;
    vertical-align:middle;
}
body .p_item{
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
}
body .p_item:hover{
	background: #f3f3f3;
}
body #FeaturedProducts1 .p_itemName {
    height: 48px;
	line-height: 1;
}
body #FeaturedProducts1 .p_itemName a {
    font-size:75%;
}
body .slick-slider a.slick-next {
    zoom: 1;
    width: 25px;
    height: 25px;
    zoom: 1;
    background: url(/cirkuit/includes/js/jquery/plugins/paginationBox/1.0/icon-next.gif) top left no-repeat;
    position: absolute;
    top: 50%;
    right: -20px;
    cursor: pointer;
}
body .slick-slider a.slick-prev {
    zoom: 1;
    width: 25px;
    height: 25px;
    zoom: 1;
    background: url(/cirkuit/includes/js/jquery/plugins/paginationBox/1.0/icon-prev.gif) top left no-repeat;
    position: absolute;
    top: 50%;
    left: -20px;
    cursor: pointer;
}
/* category */
.seocart_CategoryTable td {
    vertical-align:top;
}
.seocart_CategoryTable td.seocart_SubcategoryTable_Name {
    height: 50px;
    padding: 0.5em;
    vertical-align:middle;
}
/* contact us */
#MessageSection1 #MessageSection_MessageForm1 {
    background: #F5F5F5;
    border: 1px solid #EAEAEA;
    margin: 0;
    width: 520px;
    position: relative;
    border-radius: 11px;
    box-shadow: 0px 2px 5px #eaeaea;
    padding: 1.5em;
    margin-top: 0.5em;
}
div.cms_MessagingSection #MessageSection1 .inputItem {
    margin-top: 1em;
    width: 98%;
    text-align: left;
}
#MessageSection1 #MessageSection_MessageForm1 label {
    font-weight:bold;
}
div.cms_MessagingSection #MessageSection1 .inputItem {
    width: 60%;
    min-width: 0;
}
#MessageSection_MessageForm1 .formFieldRequiredMarker {
    font-size: 100%;
    float: none;
}
#MessageSection_MessageForm1 .inputText {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset,0 1px 0 rgba(255,255,255,0.75);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset,0 1px 0 rgba(255,255,255,0.75);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset,0 1px 0 rgba(255,255,255,0.75);
    background-color: white;
    border: none!important;
    padding: 5px 6px;
    width: 340px;
    outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

/* product pages */
.seocart_ProductTemplate1_PriceContainer td {
    padding:2em 1em;
    vertical-align:top;
}
.seocart_ProductTemplate1_PriceContainer td p {
    margin-top:0;
}
.seocart_ProductTemplate1_PriceContainer td .seocart_ProductQuantity {
    display:block;
}
#product-reviews .review h2{
    font-size: 85%;
    color: #000;
    background: none;
    margin: 1.33em 0;
    padding: .15em 1em;
}
.seocart_Product .relatedProductsContainer {
    margin-top:1em;
}
.seocart_Product .relatedProductsHeader {
    background-color:#F5F5F5;
}
.seocart_Product .relatedProduct {
    display: inline-block;
    width: 20%;
    vertical-align: bottom;
    text-align: center;
}

/* latest news */
.cms_SocialMedia_posts {
}
.cms_SocialMedia_posts .socialPost {
	padding:2em 0 0 0;
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}
.cms_SocialMedia_posts .socialPost:nth-child(odd){
	padding-right: 3em;
}
.cms_SocialMedia_posts .socialPost:nth-child(n+3){
	
}
.cms_SocialMedia_posts .socialPost a{
	text-decoration: none;
}
.cms_SocialMedia_posts .socialPost a:hover{
	color: #000;
}
.cms_SocialMedia_posts img.postImage {
	float: left;
	padding: 0 .5em 30% 0;
	box-sizing: border-box;
}
.cms_SocialMedia_posts {
	display:inline-block;
	width: 98%;
	vertical-align: top;
	box-sizing: border-box;
}
.socialPost img.postImage {
	max-width: 130px;
	height: auto !important;
}
.socialPost p {
	margin-top: 0;
	padding-top: 0;
}
.socialPost .postTimestamp {
	color:#959595;
	font-size: 85%;
	text-align: right;
}
.socialPost img[src=""] { display:none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after, .clearBoth {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after, .clearBoth {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}