@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/* 


-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
 	margin:0 auto; 
	/*background-color: #fff;*/
}

body { 
	line-height: 24px;
	font-size: 14px;
	color: #111;
	font-family: arial,helvetica,sans-serif;
	/* margin-bottom: 150px; */
	background: #FFF url("");
}

header { }

.page { 
	margin:0 auto; 
	height: 100%; 
	padding-bottom: 10px; 
	padding-top: 10px; 
	background: #fff;
}

#logo{     
	margin: 0 auto;
    padding: 15px 0px 5px;
    text-align: center;
    max-width: 960px;
	}

.logo {     
	width: 100%;
	}

.tagline {float: left; margin-left: 5%;}

.tagline>h1 { color: #fff; margin-top: 17px !important; }

.tagline>p, .tagline>p>a { color: #fff; font-size: .9em; margin-top: 10px; }

.tagline>p>a:hover { text-decoration: underline; }

.searchbox { float: right; margin-right: 5%; margin-top: 3px;}

.main-content { 
	padding-left: 50px; 
	padding-right: 50px; 
	padding-bottom: 15px;
	padding-top: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

.toolbar-wrapper {
   	/*border-bottom: 1px solid #8C2232;*/
    width: 100%;
	height: 40px;
	background: #113c66;
}

.btn.newsletter {
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    background: #B52340 none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 0px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Fonts */


a { color:#669acc; text-decoration: none; outline: none;}
a:hover { color:#59111f; }
a:active { outline: none; }

ul li { /*font-family: 'Lusitana', serif; color: #000000; font-size: 2.5vmin;*/ }

h1 { color: #222; font-weight:500; font-size:22px !important; line-height:26px; margin-bottom: 16px !important; }
h2 { color: #669acc; font-weight:700; font-size:24px; line-height:36px; }
h3 { color: #669acc; font-weight:700; font-size:18px !important; line-height:28px; text-align: center; }
h4 { 
	font-size: 16px;
	padding-bottom: 10px;
	color: #669acc;
	text-align: left;
}
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 18px; text-transform:uppercase; }

p { margin: 0 0 20px 0; }

h1#tool {
    color: #FFF !important;
    font-size: 18px !important;
    float: left;
    font-weight: 400;
    line-height: 1.5em;
    margin: 9px 0px 0px;
    padding: 0px 0px 10px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Navigation */

.navbar-nav>ul { text-align: center; max-width: 960px; }

.navbar-default .navbar-nav>li>a { color: #669acc; font-size: 14px; font-weight: 700; text-transform: none; /*border-right: 1px solid #614b3c;*/ padding: 0 5px 0; letter-spacing: .1em;}

.navbar-nav>ul>li>a.current { color: #2ea3f2; }

.navbar-default .navbar-nav>li>a:hover { color: #113c66; text-decoration: none; }

.navbar-nav>li:last-child>a { border-right: 0; }

.center { margin: 0 auto; }

.navbar {
	background-color: transparent !important;
    /*border-top: double #614b3c !important;
    border-bottom: double #614b3c !important;*/
    margin: 0 auto;
    min-height: 25px !important;
    border-radius: 0px !important;
    max-width: 960px;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	margin-right: 0;
    margin-left: 0;
}

.navbar-header {width: 100%;}

.navbar-form {
    padding: 0 15px;
    margin-top: 0 !important;
}

/* Custom page CSS
-------------------------------------------------- */

/* footer */

.footer {
/*	position: absolute;
	bottom: 0;
*/	width: 100%;
	/* Set the fixed height of the footer here */
	height: auto;
	background: #113c66;
	/*border-top: solid 1px #614b3c;*/
    font-size: 13px;
    line-height: 1.7em;
    color: #fff;
   /* padding: 15px 0 10px 0;*/
    text-align: center;
    margin-top: 1em;

}


.footer-nav /* RP */ {
	margin: 10px auto;
	clear: both;
	text-align: center;
	width: 100%;
	color: #fff;

}

.footer-nav ul { margin-left: -20px; }

.footer-nav li /* RP */ {

	display: inline-block;
	color: #fff;
	padding: 0 .5em;

}

.footer-nav li a /* RP */ {
	color: #fff;
}

.footer-nav li a:hover /* RP */ {
	color: #fff;
	text-decoration: underline;
}

.footer-left /* RP */ {
	float: left;
	width: 50%;
}

.footer-right /* RP */ {
	padding-top: 1em;
	float: left;
	width: 50%;
}

	
.info  { 
	margin-top: 40px;
	text-align:right;
	}

.address { font-family: 'Lusitana', serif; color: #4b4f54; font-size: 12px; }

.address a:link {color: #4b4f54;}
.address a:hover,
.address a:focus {color: #4b4f54;}

.CEZbranding { color: #4b4f54; font-family: 'Lusitana', serif; text-align: left; margin-right: 10px;}
.CEZbrandingIMG { width: 30px; margin-left: 5px; margin-right: 5px;	margin-bottom: 10px;}


.icon-social { float: left; display: block; width: 31px; height: 31px; overflow: hidden; text-indent: -9999px; margin-right: 10px; background: transparent url("/images/social-media-flat.png") no-repeat scroll 0% 0%;}
.icon-social.twitter { background-position: -65px 0; }
.icon-social.twitter:hover { background-position: -65px -33px; }
.icon-social.facebook { background-position: 0 0; }
.icon-social.facebook:hover { background-position: 0 -33px; }
.icon-social.google { background-position: -33px 0; }
.icon-social.google:hover { background-position: -33px -33px; }
.icon-social.pinterest { background-position: -33px 0; }
.icon-social.pinterest:hover { background-position: -33px -33px; }
.icon-facebook { float: left; margin-top: 1px; width: 40px; overflow: hidden; }
.icon-cart { float: left; display: block; width: 20px; height: 16px; margin: 21px 10px 0 0; opacity: 0.8; filter: alpha(opacity = 80); }


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code { font-size: 80%;}

/*#colorbox#cboxContent { background-color:#FFDD00 !important; }
*/
.cboxIframe { background-color:#ffffff !important; }

label { color: #000000; }

.details	{ max-width: 60px;}
.item	{ font-size: 12pt; }
.iteminput	{ }
.itemList { padding: 10px;}
.currentCat { font-size: 16px;}
.subCatSelect { font-size: 16px !important;}

#productsDisplay { margin:auto; }

.clearBoth { clear:both;}

#push {clear:both; height: 0px;}
.shows {margin:1%;width:47%;float:left}
.more {font-style:italic;font-size:80%;font-weight:bold}

#popupwrapper { background: #fff; }

#imgCell {padding: 10px;}

h3.firstTime {font-family:'Open Sans', sans-serif;font-size:18px; margin-bottom: .25em; }

h3.forgotPassword {font-family:'Open Sans', sans-serif;font-size:18px; margin-bottom: .25em;}

h3.updateAccount {font-family:'Open Sans', sans-serif;font-size:18px; margin-bottom: .25em;}

/*
	SHOW CATEGORY and OmegaNet
*/

tr.itemList:nth-child(even) { background-color: #ffffff;}

.cart {font-family:'Open Sans', sans-serif;font-size:20px; text-align:right; margin-top: 10px; margin-bottom: 10px;}

.catCell { padding: 40px;}

#topCat {height:300px}

.cat_item {
	position: relative;
	min-height: 400px;
	width: 100%;
	margin: 0 auto;
}

.cat_content_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

div.cat_item {
	border: 0 none;
	float: left;
	height: 450px;
	position: relative;
	width: 33%;
	margin: 0 auto;
}
div.cat_item div.cat_content_top {
    position: absolute;
    bottom: 0;
	vertical-align: top;
}
div.cat_item div.cat_content_bottom {
	bottom: 0;
	position: absolute;
	/*margin-left: 25px;
	vertical-align: bottom;*/
}

.alternate tr:nth-child(2n+1) {
	background-color: #d7d7d7;
	color: black;}

.CartOuter	{
	padding-top: 30px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}

.ViewCat	{ width: 100%; max-width: 1100px; margin: 0 auto;}

div#subCatLink a.category {display: block; margin: -1em auto .2em auto; } /* RP 7-8-16 */

#pageLoad { display: none; }

#viewCartContainer {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Cart td { padding: 10px;}
.bySku td { padding: 10px;}


img.AltImgThumb {
	max-height: 150px !important;
	max-width: 150px !important;
	padding-bottom: 10px;
}


@media (max-width: 1024px)  {
.address { display: none;}

.main-content { padding-left: 20px;  padding-right: 20px;}
/*.searchbox { display: none;}*/
/*.footer { height: 100%;}*/
/*.logo { width: 90%;}*/

h1#tool {  float: none; margin: 9px 0px 0px; text-align: center;}
H1 { font-size:14px; }
}



a.catName h3 { font-weight: normal; font-size: 15px !important; }

.show-cat-lg-4, .show-cat-md-4, .show-cat-sm-4, .show-cat-xs-12 {
    text-align: center;
}

.showingPage {
    text-align: center;
}

#pageNav {
    text-align: center;
	margin: 0 auto;
}

table.Cart img {
    max-height: 75px;
}


/*Center Bootstrap nav*/

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

/* Goddard Edits */
@media (max-width: 768px) {	
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:transparent !important;
	}
	.navbar-default .navbar-toggle {
	    border-color: transparent !important;
	}
	.nav-button {
	    display: block;
	    margin: 0 auto !important;
	    float: none;
	    width: 100%;
	    color: #614b3c ;
	}
	.navbar-default .navbar-collapse {
		border-color:transparent !important;
	}
	.navbar-nav {
		text-align: center;
	}
	.navbar-default .navbar-nav>li>a {
		border-right: transparent !important;
	}
	.nav > li {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.nav > li.hide-at-768 {
		display: none;
	}


.footer-left /* RP */ {
	float: left;
	width: 100%;
}

.footer-right /* RP */ {
	padding-top: 1em;
	float: left;
	width: 100%;
	}
}

@media (max-width: 767px) {

.searchbox form.navbar-form { margin-top: -11px !important; } /* RP */

}

/************************************************************************************
slideshow (see also extra_css/jquery.bxslider.css)
*************************************************************************************/

ul.bxSlider, ol.bxSlider {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.bxSlider li {
	margin: 0;
	padding: 0;
}


/******** BOOTSTRAP OVERRIDES ********/

.container {
	max-width: 960px !important;

}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

@media (min-width: 768px) {
.container {
    width: auto !important;
} }
