/*Put basic structure stuff here*/

/*for sidebar nav color bar*/
#nav > li > a {
    border-left: 3px solid #000; 
}


/*nav > #nav > ul > ul > li > a { margin: 0; padding: 0; }*/

/*items*/
.item-single .item-details p, .item-single .item-details h5 { text-align: left; }

.item-single .item-image img { height: auto; }

/*.well { background: #000; color: #fff; }
.well legend, .well h5 { color: #fff; }*/

form#addtocart .form-group label { text-align: left; }


.well-reverse { background-color: #2ccd00; color: #fff; }
.well-reverse legend, .well-reverse p.help-block { color: #fff; }
.well-reverse a { color: #fff; text-decoration: underline;}
.well-reverse a:hover { color: #000; }


/* bootstap styles */

h1, h2, h3, h4, h5 { color: #666; margin: 0; }

h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif; }


h1 {
	font-size: 26px;
	line-height: 35px;
}

.mm-homepage h1 { line-height: 1.2em; }

h2 {
	font-size: 22px;
	line-height: 35px;
}

h3 {
	font-size: 18px;
	line-height: 30px;
}

h4 {
	font-size: 16px;
	fofont-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 28px;
}

h5 {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

@media (max-width:480px) {

}

/* Item */

.mm-products .row.items { margin: 0;}

.items > .col-sm-2:nth-child(7n+0) { margin-left: 0; }
.items > .col-sm-3:nth-child(4n+1) { margin-left: 0; }
.items > .col-sm-4:nth-child(3n+1) { margin-left: 0; }
.items > .col-sm-6:nth-child(odd) { margin-left: 0; }
.items > .col-sm-12:nth-child(2n+0) { margin-left: 0; }

.item, .item-gc, .item-single {
	min-height: 20px;
	/*max-height: 300px;*/
	/*max-width: 250px;*/
	margin: 10px auto;
	padding: 10px 10px;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0px 0px 1px #ddd;
	-webkit-transition:box-shadow 1s ease;
   	-moz-transition:box-shadow 1s ease;
   	-o-transition:box-shadow 1s ease;
   	transition:box-shadow 1s ease;
}

.item-gc { min-height: 20px; }

.item-single { max-width: 100%; min-height: 20px; }

.item:hover, .item-gc:hover, .item-single:hover {
	box-shadow: inset 0px 0px 5px #ccc;
	-webkit-transition:box-shadow 1s ease;
   	-moz-transition:box-shadow 1s ease;
   	-o-transition:box-shadow 1s ease;
   	transition:box-shadow 1s ease;	
}

.item .ico, .item-gc .ico, .item-single .ico{
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 20px;
	margin-left: 5px;
}

.item hr, .item-gc hr, .item-single hr{
	margin: 5px 0px;
}

.item .item-image, .item-single .item-image{
	max-height: 150px;
}

.megamenu-item-image {
	max-height: 100px;
}

.item .item-image {
	height: 140px;

}

.item .item-image img, .item-single .item-image img{
	padding: 5px 0px;
	width: auto;
	max-height: 140px;
	display: block;
	margin: 0 auto;
}

.item .item-details .item-name {
	background-color:#EEE9E4;
	padding: 2px;
   /* height: 90px;*/
}

.item .item-details h5, .item-gc .item-details h5, .item-single .item-details h5{
	text-align: center;
}

.item .item-details h5 a, .item-gc .item-details h5 a, .item-single .item-details h5 a{
	color: #666;
}

.item .item-details h5 a:hover, .item-gc .item-details h5 a:hover, .item-single .item-details h5 a:hover {
	text-decoration: none;
}

.item .item-details p, .item-single .item-details p {
	text-align: center;
}

.item .item-price, .item-single .item-price{
	display: inline-block;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	padding: 2px 5px !important;
	line-height: 20px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	background: #f3f3f3;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 1px #888;
	width: 100%;
	/*max-width: 48%;*/
}

.item .item-details a.btn { color: #fff; }


/*flexslider*/

/* Flex slider for image */

.flexslider ul{
	padding: 0px;
	margin: 0px;
}

.flexslider ul li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.flex-caption{
	display: none;
}


.flex-main .flex-caption{
	width: 33%;
	height: 100%;
	margin: 0;
	position: absolute;
	display: block;
	left: 67%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 30px;
	overflow:hidden;
}
	
.flex-main .flex-caption h3 {
	color: #fff;
	font-size: 40px;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 45px;
}

.flex-main .flex-caption h3 span{
   padding-bottom:3px;
}

.flex-main .flex-caption p {
	margin:0;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 5px;
}

.flex-main .flexslider{
	margin: 0px 0px 20px 0px;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #ddd;
	box-shadow:0px 0px 2px #888;
	border-radius: 0px;
	font-family: 'Open Sans', Arial, sans-serif !important;
}

.flex-main .flexslider .slides > li {
	position:relative;
}


.flex-main .flexslider:hover .flex-next {right: 15px;}
.flex-main .flexslider:hover .flex-prev {left: 15px;}
	.flex-direction-nav .flex-prev {left: 10px;}
  	.flex-direction-nav .flex-next {right: 10px;}
	.slider-features {
		padding-left: 20px;
		padding-right: 20px;
	}
	
li.flex-active-slide > p.text-center.caption {
	background: #000;
	color: #fff;
	padding: 4px;
}

p.text-center.caption { margin: 0px; }

/*.flex-control-thumbs { margin-top: 0px; }*/
	
#nav > li > ul { margin: 0; padding: 0; }



div.row.secondary > div.col-sm-3 > div.item, div.row.secondary > div.col-sm-3 > div.item:hover {
	border: 0;
	box-shadow: none;
}

/*custom styles*/
#superHeader {

	background-color:#407AA3; 
	color:#ffffff; 
	font-size:24px; 
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
#superHeader a {color:#FFF; text-decoration:none; display: block;}
#superHeader a:hover, #superHeader a:focus, #superHeader a:active {color:#601310; text-decoration:none; display: block;}
#superFooter {background-color:#4D6FAB; height:5px;}
.footercontent {margin-top:20px;}
.featureBoxImage {text-align:center;}
#logoImg {max-width:300px;}

@media only screen and (min-width: 769px), only screen and (min-device-width: 769px) {
 .buttonalignhack {
  text-align: right;
}
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
 .buttonalignhack {
  text-align: center;
}
}

@media only screen and (min-width: 769px), only screen and (min-device-width: 769px) {
 .textalignhack {
  text-align: right;
}
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
 .textalignhack {
  text-align: center;
}
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
 .logoalignhack {
  text-align: center;
}
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

.megamenu_columns {
	-webkit-column-count:2; /* Chrome, Safari, Opera */
	-moz-column-count:2; /* Firefox */
	column-count:2;
}

.megamenu_navlink { color: #666; padding:7px 7px; font-size:14px; display: block;} 

.specialsNavbar .megamenu_navlink { color: #666; padding:2px 5px; font-size:14px; display: block; margin: 0px 5px; white-space: nowrap; }

.megamenu_navlink:hover,
.megamenu_navlink:focus,
.megamenu_navlink > .active > a,
.megamenu_navlink > .active > a:hover,
.megamenu_navlink > .active > a:focus {
  background-color: #407AA3;
  color: #FFFFFF;
  text-decoration:none;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#407AA3), to(#407AA3));
  background-image: -webkit-linear-gradient(top, #407AA3, 0%, #407AA3, 100%);
  background-image: -moz-linear-gradient(top, #407AA3 0%, #407AA3 100%);
  background-image: linear-gradient(to bottom, #407AA3 0%, #407AA3 100%);
  background-repeat: repeat-x;
  /*-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#407AA3', endColorstr='#407AA3', GradientType=0);*/
}

.navbar-default .navbar-toggle { border: none; }
.navbar-toggle { float: none; margin-right: 0px; }
.navbar-toggle .glyphicons { color: #fff; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
button.navbar-toggle { margin-bottom: 0px; }
.toggle-text { color: #fff; text-transform: uppercase; margin: 0; margin-bottom: 5px; }
.toggle-text a { color: #fff; }
a.btn.navbar-toggle { color: #fff; margin-bottom: 0px; }

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color: #fff;
}

.menuCaret {
	top:-1px;
}

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

jqBlack {color: black;}
jqRed	{color: red;}
/* -- IE fixes (hopefully)  -- */

.navbar-default, .navbar-default .nav li.dropdown.open > .dropdown-toggle,
.navbar-default .nav li.dropdown.active > .dropdown-toggle,
.navbar-default .nav li.dropdown.open.active > .dropdown-toggle,
.navbar,
.navbar-default .navbar-inner {
    filter: none;
    background-image: none;
}

* { filter:none !important; }

.color {
	color:red;
	}
