/*default stylesheet-skin*/

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

/*google font: Vollkorn:400,400italic,700,700italic; Merriweather:400,300,300italic,400italic,700,700italic; Lora:400,400italic,700,700italic */

html {  }

body { 
	font-family: 'Open Sans', serif;
	font-weight: 400;
}

@media (max-width:600px) {
	.mobilewrapper {
		position: absolute;
  	left: 0;
		overflow-y: scroll;
	}
}

a { color: #cc3433; }
a:hover { color: #6b6157; }


/* 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: 'Lora', serif;
	font-weight: 400;
}

h4, h5, h6, .h4, .h5, .h6 {
	font-weight: 700;
}

h3, h4 {
	color: #808080;
}

well.content h3, h4 {
	color: #DA6C00;
}

header .container { background-color: #fdfcfa; }


.logo { font-size: 40px;  font-weight: 400; margin-top: 50px; }
.logo a { color: #333; }

.logo img { max-width: 100%; }

.headerlinks { margin-top: 10px; margin-bottom: 30px; text-align: right; }

.headercta { text-align: right; margin-bottom: 20px; }
.headercta a { font-size: 20px; }

.tagline { margin-bottom: 30px;  }

.tagline-xs { font-size: .9em; text-align: center; }

 
.clearfix { clear: both; }

.container.cta {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cta h3 { margin-top: 10px; color: #fff; font-weight: 700; text-transform: uppercase; }
.cta a { color: #333; font-weight: 400;  }

footer .container {
	background-color: black;
	padding-top: 20px;
	padding-bottom: 10px;
}

footer h5 { margin-top: 0; font-size: 22px; font-weight: 400; }
footer h5 a { color: #333; }

@media (max-width:600px) {
	.logo { font-size: 24px; margin-top: 15px; }
	.logo, .tagline, .headerlinks { text-align: center; }
	.tagline { margin-bottom: 10px; }
	.headerlinks { margin-top: 0px; margin-bottom: 10px; }
	.cta h3 a { display: block; }
}

legend {
	border-bottom: none;
}

.glyphicons{
	color: white;
}

footer p a:hover {
	color: white;
}

footer .col-sm-3 p {
	color: white;
}

#carousel-thumbs2 .thumbs a {
    border: 0px solid #e5e5e5;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f8f0dd;
    border-radius: 4px;
}

.breadcrumb a {
    color: #045A98;
}

.col-sm-8 {
	padding-left: 1.5px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.col-sm-4 {
	padding-left: 3px;
	padding-right: 1.5px;
	padding-bottom: 3px;
}



.small, small {
    font-size: 85%;
    color: white;
}

.mrl{
    margin-right: 20px !important;
}

.col-xs-5.mheadleft.text-center .img-responsive.mrl{
	margin-left: 15px;
	padding-top: 5px;
}

.well h2 {
	color: #DA6C00;
}

.col-md-9{
	padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.col-sm-9 {
	padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.col-md-3 {
    padding-right: 0px;
    padding-left:2px;
}

.container.mm-columns {
	background: #fdfcfa url(../images/home-bkg.png)left bottom no-repeat;
}

.well.gallery {
	min-height: 20px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #fdfcfa;
    border: 1px solid #fdfcfa;
    border-radius: 4px;
    background-image: linear-gradient(to bottom,#fdfcfa 0,#fdfcfa 100%);
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: none;
}

.col-sm-12 {
	padding-bottom: 20px;
}

.well h3 a {
	color: #DA6C00;
}

footer .row {
	padding-left: 15px;
}

@media (min-width:768px) and (max-width:991px) {
    .container { width: 96%; }
}

#logo-sidebar {
	padding-bottom: 280px;
}
 

/* -- Bootstrap-specific styles are now mostly in the .less files -- */


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

/*sidebar nav*/
#nav { 
  display: block; 
  width: 100%; 
  background:transparent;
  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: #777;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
}

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

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


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




.mm-columns {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 0px;
}

.mm-columns.mm-homepage {
	padding-top: 10px;
	padding-bottom: 0px;
}

.item, .item-gc, .item-single {
	min-height: auto;
	/*max-height: 300px;*/
	max-width: auto;
	margin: auto;
	padding: 2px 2px;
	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: 100px;
	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: #241c19;
}

.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, .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: 'Open Sans', sans-serif;
	padding-top: 5px;
    padding-bottom: 5px;
	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%;*/
}

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

.mm-callouts { margin-bottom: 20px; }
.mm-callouts .item:hover { box-shadow: none; }
.mm-callouts .item-image { height: 225px; overflow: hidden; }
.mm-callouts .item { border: 0; box-shadow: none; padding: 0; }
.mm-callouts h5 { font-size: 24px; text-transform: uppercase; font-weight: 400; }
.mm-callouts .blurb { margin-bottom: 10px; }
.mm-callouts .item a.btn { float: none; text-align: center; }

#carousel-basic {
	width: 100%;
	height: 35%;
	overflow: hidden;
	margin-bottom: 0;
}


@media (min-width:481px) {
	#carousel-basic .carousel div.slide img {
    width: 100%;
	}
}

.caroufredsel_wrapper { width: auto !important; }

@media (max-width:480px) {
	/*#carousel-basic { height: 300px;  }
	#carousel-basic .carousel div.slide img {
    height: 300px;
		width: auto !important;
		overflow: hidden;
	}*/
	.carousel, .carousel .slide {
		height: 250px;
		width: 100%;
		overflow: hidden;
	}
	#carousel-basic { height: 250px; width: 100%; overflow: hidden; }
	/*#carousel-basic .carousel div.slide img {
    height: 300px;
		width: auto;
	}*/

}

.slide { position: relative; }

.slide > a {
  border: 0;
  width: 100%;
  margin: 0 auto;
}

.slide .slidecta {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 20px;
}
.slide h3 { margin-top: 8px; color: #fff; text-transform: uppercase; }
.slide .caption { color: #fff;  }

.slide a { margin-top: 0px; }


@media (min-width:768px) {
	.slide .slidecta {
	top: 0px;
	width: 33%;
	}
}

@media (max-width:767px) {
	.slide .slidecta {
	left: 0px;
	padding: 10px;
	width: 100%;
	}
	.slidecta h3 { float:left; max-width: 45%; }
	.slidecta a.btn { max-width: 45%; float: right;  }

}


.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;
}



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


/* -- 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 Styles/Theme */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #d5d4d3;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 5px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 0px;
}
.btn-default {
  color: #615f5c;
  background-color: #f3f2f2;
  border-color: #d5d4d3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #615f5c;
  background-color: #dbd7d7;
  border-color: #b7b5b4;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f3f2f2;
  border-color: #d5d4d3;
}
.btn-default .badge {
  color: #f3f2f2;
  background-color: #615f5c;
}
.btn-primary {
  color: #ffffff;
  background-color: #cc3433;
  border-color: #b82f2e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #a32a29;
  border-color: #872222;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #cc3433;
  border-color: #b82f2e;
}
.btn-primary .badge {
  color: #cc3433;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #85b843;
  border-color: #77a53c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #6a9335;
  border-color: #57782c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #85b843;
  border-color: #77a53c;
}
.btn-success .badge {
  color: #85b843;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #241c19;
  border-color: #15100f;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #060504;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #241c19;
  border-color: #15100f;
}
.btn-info .badge {
  color: #241c19;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #990000;
  border-color: #800000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #660000;
  border-color: #420000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #990000;
  border-color: #800000;
}
.btn-danger .badge {
  color: #990000;
  background-color: #ffffff;
}
.btn-link {
  color: #cc3433;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #615f5c;
  border: 1px solid d;
  border-radius: 0px;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.53;
  color: #615f5c;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #545250;
  background-color: #e4dbd8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #241c19;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d5d4d3;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.53;
  color: #d5d4d3;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.navbar {
  background-color: #241c19;
  position: relative;
  min-height: 22px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    display: none;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 0px 15px;
  font-size: 19px;
  line-height: 22px;
  height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0px -15px;
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.navbar-default {
  background-color: #000;
  border-color: #000;
  padding-left: 0;
  padding-right: 0;
}
.navbar-default .navbar-brand {
  color: #f3f2f2;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #dbd7d7;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #f3f2f2;
}
.navbar-default .navbar-nav > li > a {
  color: #f3f2f2;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: gray;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #100d0b;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #c9c7c6;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #100d0b;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #100d0b;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f3f2f2;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #100d0b;
  }
  .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: #100d0b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #c9c7c6;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #f3f2f2;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #f3f2f2;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #c9c7c6;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #d5d4d3;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d5d4d3;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d5d4d3;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d5d4d3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #d5d4d3;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #d5d4d3;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000000;
  border: 1px solid #994B00;
  margin: 4.3px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f3f2f2;
}
.nav > li.disabled > a {
  color: #d5d4d3;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d5d4d3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f3f2f2;
  border-color: #cc3433;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.53;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f3f2f2 #f3f2f2 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #959492;
  background-color: #6b6157;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #6b6157;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #241c19;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #6b6157;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.well {
	min-height: 580px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #ffd880;
    border: 1px solid #ffd880;
    border-radius: 1px;
    background-image:linear-gradient(to bottom,#ffd880 0,#ffd880 100%);
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: none;
}
.well.content {
	min-height: 580px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #ffd880;
    border: 1px solid #ffd880;
    border-radius: 1px;
    background-image: url(../images/gsn_pagecontent_bkg.jpg); linear-gradient(to bottom,#ffd880 0,#ffd880 100%);
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: none;
}

.well.secondary {
	min-height: 580px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #ffd880;
    border: 1px solid #ffd880;
    border-radius: 1px;
    background-image: url(../images/gsn_foundationfail_bkg.jpg); linear-gradient(to bottom,#ffd880 0,#ffd880 100%);
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: none;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.container {
  max-width: 992px;
}
.container.ecommerce1 {
  padding: 0;
}
.carousel .slide img {
  height: 100%;
}
.row.fullheight {
  height: 100%;
  margin: 0;
}
.ecommerce1-callout1 {
  background-color: #cc3433;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 28px;
  color: #ffffff;
}
.ecommerce1-callout1 a {
  color: #ffffff;
}
.ecommerce1-callout1 hr {
  width: 50%;
  margin: 20px auto;
}
.ecommerce1-callout2 {
  background-color: #241c19;
  padding: 15px 15px 10px 15px;
  text-align: center;
  color: #ffffff;
}
.ecommerce1-callout2 a {
  color: #ffffff;
}
@media (min-width: 992px) {
  .ecommerce1-callout1 {
    height: 60%;
  }
  .ecommerce1-callout2 {
    height: 36%;
  }
}
@media (max-width: 766px) {
  #carousel-basic {
    height: auto;
  }
  .ecommerce1-callout1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .ecommerce1-callout1 {
    height: 100%;
  }
  .ecommerce1-callout2 {
    height: 100%;
    padding-top: 10%;
  }
  .ecommerce1-callout1 h2,
  .ecommerce1-callout2 h2 {
    font-size: 26px;
  }
}
.navbar-toggle {
  padding: 3px 5px;
}
h1,
.h1 {
  font-size: 39px;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
h2,
.h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-size: 26px;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
body {
	background: url(../images/gsn_pagebkg.gif);
    background-repeat: repeat;
    background-position: 0% 0%;
    background-color: #045A98;
    margin: 0;
    padding: 0;
    border: 0;
  font-size: 15px;
  line-height: 22px;
}
footer a {
  color: #fff;
}

.navbar-nav {
  font-size: 13px;
}
#mobilenav .glyphicons {
  color: #ff7e00;
  font-size: 20px;
}

#mobilenav .glyphicons:active, #mobilenav .glyphicons:hover{
  color: #fff;
  font-size: 20px;
}
#mobilenav a.btn.navbar-toggle,
#mobilenav button.navbar-toggle {
  float: left;
  margin-left: 10px;
  margin-right: 5px;
  color: #ff7e00;
  font-size: 18px;
}
#mobilenav .toggle-text {
  float: left;
  padding-top: 12px;
  text-align: left;
}
#mobilenav .toggle-text a:hover {
  color: #fff;
}
header .container {
  background-color: #fdfcfa;
}
.mm-homepage h1 {
  text-transform: uppercase;
  text-align: center;
}
.logo a {
  color: #333;
}
.container.cta {
  background-color: #cc3433;
}
.cta h3 {
  color: #fff;
}
.cta a {
  color: #2c2a25;
}

footer h5 a {
  color: #da6c00;
}

footer h5 a:hover {
  color: gray;
  text-decoration: none;
}

footer li a:hover {
  color: #fff;
}

.mm-columns {
  background-color: #fff;
}
.item-details > h5 > a{
  color: #045A98;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.item-details{
  text-align: center;
  margin-bottom: 5px;
}

.item,
.item-gc,
.item-single {
  border: 1px solid black;
  box-shadow: inset 0px 0px 1px #ddd;
  width: 140px;
}
.item:hover,
.item-gc:hover,
.item-single:hover {
  box-shadow: inset 0px 0px 5px #d5d4d3;
}
.item .ico,
.item-gc .ico,
.item-single .ico {
  color: #fff;
}
.item .item-details h5 a,
.item-gc .item-details h5 a,
.item-single .item-details h5 a {
  color: #241c19;
}
.item .item-price,
.item-single .item-price {
  background: #f3f2f2;
  border: 1px solid #d5d4d3;
  box-shadow: inset 0px 0px 1px #959492;
}
.item .item-details a.btn {
  color: #fff;
}
.slide .slidecta {
  background-color: rgba(36, 28, 25, 0.75);
}
.slide h3 {
  color: #fff;
}
.slide .caption {
  color: #fff;
}
* {
  filter: none !important;
}

.col-xs-4.pull-right {
	padding-left: 25px;
	padding-top: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
ul.nav.navbar-nav {
	width: 75% !important;
    float: right; }
#tablet-logo {
	width: 150px; float: left; padding-top: 10px; }
}