/*default stylesheet-skin*/

/* -- Universal Styles - basic html -- */

html { font-family: 'Montserrat', sans-serif; }

body { 
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5em;
	/*background: #000000 url(../images/map-bkg.png) fixed center 100px no-repeat;*/
	/*background-color:#333333;*/
	background-color:#101010;
	color:#D0D2D3;
	/*font-weight:300;Set especially for Lato*/
}


a { color:#9FCB96 }
a:hover {color:#FFA901;}

.jumbotron_wrapper .container {
	padding-left:0px;
	padding-right:0px;
}

@media (min-width:992px) {
	.container {
		width:980px;
	}
}

header .container {
	background-color: #333333;
	border-top: 2px solid #909090;
	padding-bottom:10px;
}

#content .container{
	background-color:#333333;
	border-top: 2px solid #909090;
	border-bottom: 2px solid #292826;
	padding-top: 5px;
}

#content .container.mm-homepage {
	padding-top: 0px;
}

/* 
header .container, .navbar .container, #content .container.mm-columns, .callouts .container, footer .container {
	box-shadow: -25px 0px 25px 0px rgba(0,0,0,0.9);
	background-blend-mode:multiply;
	position:relative;
}

header .container:before, .navbar .container:before, #content .container.mm-columns:before, .callouts .container:before, footer .container:before {
	box-shadow: -25px 0 25px -25px black inset;
	content: " ";
    left: -25px;
    position: absolute;
    top: 0;
    bottom:0;
    width: 25px;
    display:inline-block;
	background-blend-mode:multiply;
}

header .container:after, .navbar .container:after, #content .container.mm-columns:after, .callouts .container:after, footer .container:after {
	box-shadow: 25px 0 25px -25px black inset;
	content: " ";
    position: absolute;
    top: 0;
    bottom:0;
    right: -25px;
    width: 25px;
    display:block;
	background-blend-mode:multiply;
}
 */


#content .jumbotron_wrapper .container {
	border-top:0px solid;
	border-bottom:0px solid;
}

#content .mm-homepage, #content .callouts .container {
	background-color: transparent;
	border:0px solid;
}

/* This style MUST be declared - no Helvetica due to IE conflict! */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.light { font-weight: 400;}
.semibold { font-weight: 600;}
.extrabold {font-weight: 800;}
.regular {font-style: 400;}

.mm-products h1, .mm-products .h1 {
	color:#9FCB96;
	margin-top:7px;
}

.mm-products h1.item-swap, .mm-products .h1.item-swap {
	font-size:20px;
	color:#D0D2D3;
}

.mm-products h2, .mm-products .h2 {
	font-size:20px;
	font-weight:400;
	color:#9FCB96;
}

header .container { padding-top: 10px; padding-bottom: 0px; }

#logo p img { max-width: 100%; }

@media (max-width:767px) {
	#logo p { text-align:center; }
}

.headerlinks, .cartinfo { text-align: right; }

.tagline { font-size: 1.25em; padding-top: 50px; }

 
.clearfix { clear: both; }

footer {
	background-color:transparent;
	border-top:0px;
}

footer .container {
	border-top: 2px solid #909090;
	border-bottom: 2px solid #292826;
	background-color: #333333;
	margin-top:-10px;
	padding-top:20px
}

footer a {
	color:#888888;
}

footer p img {
	max-width:100%;
	height:auto;
}

@media (max-width:600px) {
}



/* -- Bootstrap-specific styles -- */

/*navigation*/

/*the main navbar style*/

nav { 
	background-color: #282828;
}

.navbar .container {
	background-color: #333333;
	border-bottom: 2px solid #292826;
}

.navbar {
	border-radius: 0; 
	margin-bottom: 0;	
}

@media (min-width:768px) {
	.navbar { min-height:43px; }	
}

.navbar-header { float: none; }
.navbar-default {
	/*background-color: #000000;*/
	/*background-color:#333333;*/
	background-color:#101010;
	border: 0px solid #808080;
	box-shadow:none;
}

.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff;
}
.navbar-default .navbar-text {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	color: #9FCB96;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFA901;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li:hover {
	color: #FFA901;
	background-color: #000000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #FFA901;
	background-color: #000000;
}
.navbar-default .navbar-toggle {
	border-color: #9FCB96;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #282828;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ffffff;
}
.navbar-default .navbar-link {
	color: #ffffff;
}
.navbar-default .navbar-link:hover {
	color: #ffffff;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ffffff;
		background-color: #808080;
	}
}


.dropdown-menu {
	background-color: #282828;
}

.dropdown-menu > li > a { color: #9FCB96; border-radius:3px; border: 1px solid rgba(0,0,0,0); border-bottom: 1px dotted #535353;}
.dropdown-menu > li:last-child > a { border-bottom: 0px dotted #535353;}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #393939; 
  border: 1px solid #999;
	color: #FFA901;
	background-image: none;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	filter:none !important; 
}

.navbar-default .navbar-toggle { border: none; }
.navbar-toggle { float: none; margin-right: 0px; }
.navbar-toggle .glyphicons { color: #9FCB96; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
button.navbar-toggle { margin-bottom: 0px; }
.toggle-text { color: #9FCB96; text-transform: uppercase; font-size: 13px; line-height: 1.1em; margin: 0; margin-bottom: 5px; }
.toggle-text a { color: #9FCB96; }
a.btn.navbar-toggle { color: #9FCB96; margin-bottom: 0px; }

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #9FCB96;
    border-bottom-color: #9FCB96;
}

/*this is to prevent the nav from being indented*/
@media (min-width:768px) {
	.toggle-text { display: none; }
	.navbar-header { float: none; }
	.navbar-toggle { padding-bottom:2px; margin-top:0px;} /*This is styling the search button at desktop size*/
	.navbar-collapse {padding-left:0px; padding-right:0px;}
	
}

.navbar-collapse ul .navbar-toggle, .navbar-collapse ul .toggle-text {
    display: initial;
}

/*this sets the link color in drop-down menu with hamburger and removes the border, shadow and margins at the top and bottom of drop-down menu*/
@media (max-width:767px) {
		.navbar-collapse.top-nav-collapse, .navbar-collapse.top-nav-collapse.in { border: 0; box-shadow: none; }
	.navbar-default .navbar-nav { background-color: #282828; }
	ul.nav.navbar-nav { margin-bottom: 0; }
	ul.nav.navbar-nav > li > a { color: #9FCB96; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #9FCB96; }
}

@media (max-width:600px) {
.caret { border-top-color: #9FCB96; border-bottom-color: #9FCB96; }
.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret, .navbar-default .navbar-nav>.dropdown>a .caret {
border-top-color: #9FCB96;
border-bottom-color: #9FCB96;
}

}



/*sidebar nav*/
#nav { 
  display: block; 
  width: 100%; 
  background:#575757;
  margin: 10px auto; 
}

#nav{
margin: 0px;
padding: 0px;
}

#nav li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#nav > li > a { 
  display: block; 
  padding: 10px 10px;
  color: #9FCB96;
  text-decoration: none;
  border-bottom: 1px solid #D0D2D3;
  background-color: #575757;
}

#nav > li > a:hover, #nav > li > a.open { 
  color: #FFA901;
  background-color: #575757;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

#nav li ul { display: none; background: #fff; margin: 0px;}


#nav li ul li a { 
  display: block; 
  background: #D0D2D3;
  padding: 10px 0px;
  padding-left: 15px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  color: #000000;
}
#nav li ul li a:hover {
  background: #f3f3f3;
}



/*buttons*/

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
	background-color: #e8e8e8;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  border-color: #e0e0e0;
  border-color: #ccc;
}

.btn-default:focus, .btn-default:hover, .btn-default:active,
.btn-default.active {
  background-color: #e8e8e8;
  border-color: #e0e0e0;
}

.btn-primary {
	/*background-color: #FFA901;*/
	background-color: #9c9c9c;
	color:#333;
  background-image: none;
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.15), inset 0 10px 15px rgba(255,255,255,0.5), inset 1px 1px rgba(255,255,255,0.5), inset -1px -1px rgba(255,255,255,0.5);*/
  box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 10px 15px rgba(255,255,255,0.25), inset 1px 1px rgba(255,255,255,0.25), inset -1px -1px rgba(255,255,255,0.5);
  background-repeat: repeat-x;
  border: 1px solid rgba(0,0,0,0.4)
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active,
.btn-primary.active {
  background-color: #9c9c9c;
  border-color: #6699BB;
}

.pagination > li > a, .pagination > li > span {
  background-color: #9c9c9c;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 10px 15px rgba(255,255,255,0.25), inset 1px 1px rgba(255,255,255,0.25), inset -1px -1px rgba(255,255,255,0.5);
  background-repeat: repeat-x;
  border: 1px solid rgba(0,0,0,0.4);
  color:#333;
}

.pagination > li > a:hover, .pagination > li > span:hover {
background-color: #AADDFF;
border-color: #6699BB;
color: #333;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #6d6c6c;
  background-color: #9c9c9c;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 10px 15px rgba(255,255,255,0.25), inset 1px 1px rgba(255,255,255,0.25), inset -1px -1px rgba(255,255,255,0.5);
  background-repeat: repeat-x;
  border: 1px solid rgba(0,0,0,0.4);
}

.btn-success {
	background-color: #449d44;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  border-color: #419641;
}

.btn-success:focus, .btn-success:hover, .btn-success:active,
.btn-success.active {
  background-color: #449d44;
  border-color: #419641;
}

.btn-warning {
	background-color: #ec971f;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  border-color: #eb9316;
}

.btn-warningt:focus, .btn-warning:hover, .btn-warning:active,
.btn-warning.active {
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-danger {
	background-color: #c9302c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger:hover, .btn-danger:active,
.btn-danger.active {
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-info {
	background-color: #AAA;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15), inset 0 10px 15px rgba(255,255,255,0.5), inset 1px 1px rgba(255,255,255,0.5), inset -1px -1px rgba(255,255,255,0.5);
  background-image: none;
  background-repeat: repeat-x;
  border-color:#AAA;
  border: 1px solid rgba(0,0,0,0.4)
  text-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 -1px 0 rgba(0,0,0,0.2);
  color:#000000;
}

.btn-info:focus, .btn-info:hover, .btn-info:active,
.btn-info.active {
  background-color: #AADDFF;
  border-color: #6699BB;
  color:#333;
}

.btn-link, .text-success, .text-info {
	color:#9FCB96;
}

.btn-link:focus {
	color:#9FCB96;
	text-decoration:none;
	outline:none;
}

.btn-link:hover, .text-success, .text-info {
	color:#faa901;
	text-decoration:underline;
}

button.close {
	color:#9FCB96;
	opacity:1;
	text-shadow: 0 1px 0 #2d2e2e;
}

button.close:hover {
	color:#ffa901;
	opacity:1;
}

.well { 
	background-image: none;
  background-repeat: repeat-x;
  border-color: #C9C9C9;
  color: white;
  background-color: #575757;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.well legend {
	color:white;
}

.modal-content {
	background-color: #5C5E5D;
}

.breadcrumb {
	background-color:#575757;
	color:white;
}

.mm-products .addform .form-control {
	background:#575757;
	color:#ffffff;
	border:1px solid #000000;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
}

/*.mm-products .addform select option:hover, .mm-products .addform select option:checked {
	background-color:#9FCB96;
	box-shadow: 0 0 10px 50px #9FCB96;
}*/

.breadcrumb {
background-color:#575757;
color:white;
display:none;
}

/*-- MightyMerchant styles, including shared plug-ins -- */

.mm-columns {
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
}

.item, .item-gc, .item-single {
	min-height: 20px;
	/*max-height: 300px;*/
	/*max-width: 250px;*/
	margin: 10px auto;
	padding: 10px 10px;
	border: 1px solid #f3f3f3;
	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{
	/*height: 150px;*/
}

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

.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: #9FCB96;
}

.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{
	margin: 3px 0px;
	display: inline-block;
	font-family: 'Montserrat', 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;
	/*max-width: 48%;*/
}

.mm-quickorder_3up .item, .mm-search .item.quickorder_3up { text-align: center; }
.mm-quickorder_3up .item .item-price, .mm-search .item.quickorder_3up .item-price {
	float: none;
	margin-bottom: 10px;
}

.item .item-details a.btn { color: #000000; }
.item.catitem .item-details { text-align: center; }
.item.catitem .item-details a.btn { float: none; }
.mm-products .items .item .item-price, #carousel-multiitems .multiitem-price {
	display:none;
}

/* Home page slider - adjust heights for your specific needs */

#carousel-basic {
	padding: 0;
	border: 0;
	width: 100%;
	 height: 36%; /* to determine this height, think of the images in terms of a ratio*/
	overflow: hidden;
}

@media (min-width:992px) {
    #carousel-basic img { width: 100%; height: 350px; } /* This is your image height at large size; adjust for your ratio*/
}

@media (max-width:991px) {
    #carousel-basic img { width: 100%; height: auto; } /* This is your height at small size*/
}

#carousel-basic #pager {
	text-align:right;
	height:20px;
	margin-top:7px;
}

#carousel-basic #pager a {
	background-image:none;
	background-color:#9FCB96;
	border-radius:8px;
	margin-top:3px;
}

#carousel-basic #pager a.selected {
	background-image:none;
	background-color:#6d9565;
	border-radius:8px;
}

.media-list.alternating .media:nth-child(even) .media-object {
	width: 33%;
	float: left;
	margin-right: 20px;
}

.media-list.alternating .media:nth-child(odd) .media-object {
	width: 33%;
	float: right;
	margin-left: 20px;
}

#carousel-vthumbs {
	margin-bottom:10px;
	margin-top:0px !important;
}

/*To Affix Mini Cart*/
.minicart-btn{
	border: 1px solid #DDD;
	border-radius: 0px;
	padding: 10px;
	text-align: center;
}

.minicart-toggle {
	display:inline-block;
	border-left: 1px solid #808080;
	padding-left: 8px;
	margin-left: 2px;
}

.affix {
	position: fixed;
	top: 0;
	max-width:263px;
}

.affix-bottom {
	position:absolute;
	max-width:263px;
}
 

.socialicons2 img:hover {
	opacity: 0.8;
}

img.socialimg {
	max-height:30px;
}

table.tcart tbody tr {
	color:black;
}

.mm-products .table-responsive {
	border:0px;
}

#carousel-zoom .item, #carousel-multiitems .item {
	border:0px;
	box-shadow:none;
}

.mm-cart table.tcart tbody tr, .mm-cart legend {
	color:#9FCB96;
}

.mm-cart table.tcart tbody tr.mmEven, .mm-cart table.tcart tbody tr.mmOdd {
	color:#000000;
}

.mm-products #imgWrapper {
	margin-top:13px;
}

@media (max-width:767px) {
	.mm-products .blurb.catblurb img:last-child {
		display:none;
	}
}


/*Site-specific styles - these were created specifically for this site*/

.graybox, .grayboxhome {
	background-color:#333333;
	border-top: 2px solid #909090;
	border-bottom: 2px solid #292826;
	padding-left:15px;
	padding-right:15px;
}

.grayboxhome a img {
	border:1px solid grey;
}

.newmap-bkg {
	position:relative;
	background-color:#77787C;
	overflow:hidden;
}

.newmap-bkg p img {
	position:absolute;
	bottom:0px;
	right:0px;
}

@media (max-width:767px) {
	.newmap-bkg p img {
		display:none;
	}
	.newmap-bkg {
		background-color:transparent;
	}
}

.newmap-bkg img {
	box-shadow: 5px 5px 3px rgba(0, 0, 0, .6);
}

.callouts .container {
	padding-right:0px;
	padding-left:0px;
}

@media (max-width:767px) {
	.callouts .container .grayboxhome {
	margin-bottom:5px;
	}
}

.imuslist ul.mmlist {
	list-style:none;
}

.imuslist ul.mmlist li {
	padding-bottom:30px;
}

.imuslist ul.mmlist li a {
	font-size:24px;
}

.cart-art item-image img {
	box-shadow: 3px 3px 3px #000000 !important;
}

/*Styling for Zoomify Container*/

.zoomWrapper {
	max-height:325px;
	height:325px;
	max-width:460px;
}

.zoomWrapperjumbo {
	max-height:400px;
	height:400px;
	max-width:1140px;
}

@media (min-width:981px) and (max-width:1200px) {
	.zoomWrapper {
		max-width:375px;
	}
	.zoomWrapperjumbo {
		max-width:940px;
	}

}

@media (min-width:768px) and (max-width:980px) {
	.zoomWrapper {
		max-width:285px;
	}
	.zoomWrapperjumbo {
		max-width:720px;
	}
}

@media (min-width:481px) and (max-width:767px) {
	.zoomWrapper, .zoomWrapperjumbo {
		max-height:535px;
	}
}

@media (max-width:480px) {
	.zoomWrapper, .zoomWrapperjumbo {
		max-height:280px;
	}
}

#myContainer {
	max-width:100%;
	height:100%;
}

/*Styles for Masonry Grid Product List Page Setup*/
#masonry-grid {
  /* Prevent vertical gaps */
  line-height: 0;   
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
  display:none; /*Hides grid until loaded*/
}

#masonry-grid .item-image {
	position:relative;
	margin:2px 3px;
}

#masonry-grid .item-image:first-child {
	margin-top:0px;
}

#masonry-grid img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (min-width: 980px) {
  #masonry-grid {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (min-width: 768px) and (max-width:979px) {
  #masonry-grid {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 767px) {
  #masonry-grid {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

.masonry-item .item-details {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	background-color:rgba(0,0,0,.6);
	text-align:center;
	display:none;
}

.masonry-item .item-details .item-name {
	width:100%;
	padding:10px;
	position:relative;
	top:40%;
}

.masonry-subpage h1, .masonry-subpage .controls, .masonry-subpage .blurb {
	display:none;
}

.masonry-subpage #masonry-grid {
	position:relative;
    z-index:1;
}

.masonry-subpage .subpage-mask {
	background-color:rgba(0,0,0,.6);
	position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1000;
}

#slidernav {
	margin-top:4px;
}

#slidernav .glyphicon {
	font-size:17px;
	line-height:0px;
}

#slidernav .glyphicon.active {
	color:#6d9565;
}

.mm-products.itemswap select#dynamic_select {
	max-width:275px;
}

@media (max-width:767px) {
	.mm-products.itemswap select.form-control {
	font-size:14px;
	}
}

.shadowwrapper {
	margin:0 auto;
	position:relative;
	background-color:#000000;
}

@media (min-width:992px) {
	.shadowwrapper {
		width: 980px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.shadowwrapper {
		width: 750px;
	}
}	

.shadowwrapper:before {
	box-shadow: -25px 0 25px -25px black inset;
	content: " ";
    left: -25px;
    position: absolute;
    top: 0;
    bottom:0;
    width: 25px;
    display:block;
	background-blend-mode:multiply;
}

.shadowwrapper:after {
	box-shadow: 25px 0 25px -25px black inset;
	content: " ";
    position: absolute;
    top: 0;
    bottom:0;
    right: -25px;
    width: 25px;
    display:block;
	background-blend-mode:multiply;
}

/*On cart art pages, sets a different enlargement width for vertically and horizontally oriented images, determined by a product flag*/
@media (min-width:768px) and (max-width:991px) {
	.modal-dialog.verticalenlargeY {
		/*width:632px;*/
		width:569px;
	}

	.modal-dialog.verticalenlargeN {
		width:750px;
	}
}
@media (min-width:992px) {
	.modal-dialog.verticalenlargeY {
		/*width:800px;*/
		width:605px;
	}

	.modal-dialog.verticalenlargeN {
		/*width:950px;*/
		width:797px;
	}
}

@media (min-width:768px) {
	.callouts.usmapcallouts .col-sm-8 {
		padding-right:5px;
	}
	.callouts.usmapcallouts .col-sm-4 {
		padding-left:5px;
	}
}


/*.mm-accounts #recent-carousel .item-image, .item-details {
	display:none;
}*/

.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
    font-size:24px;
    color: #9FCB96;
}


@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

#productsjumbotron_wrapper > .container {
	display:none;
}

/* -- 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; }


