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

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

body { 
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	padding-top: 60px;
}

a { color: #869725; }
a:hover { color: #6d6f68; }

header {
	background: #3c3f36 url(../images/bg_header.png) top left repeat-x;
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border-bottom: 1px solid #6d6f68;
}

.tagline, .tagline-xs { color: #78849a; }

/* 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: 'Open Sans', sans-serif;
}

header .container { position: relative; }

.logo { 
	width: 184px;
	height: 154px;
	position: absolute;
	top: 0px;
	left: 15px;
}

@media (min-width:768px) and (max-width:991px) {
	.logo { width: 150px; height: 125px; left: -80px; }
	.logo img { width: 150px; height: 125px; }
	
}


 
.clearfix { clear: both; }

footer { background-color: #3c3f36; color: #fff; }

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

.copyright {
	text-align: left;
	font-size: 12px;
	padding-top: 15px;
}
.copyright p { margin-bottom: 0px; }

#carousel-basic {
	height: 700px;
	margin-bottom: 0;
	width: 100%;
}

#carousel-basic .carousel div.slide img {
	height: 700px;
	overflow-x: hidden;
	margin: 0 auto;
}

@media (min-width:768px) and (max-width:1199px) {
	#carousel-basic, #carousel-basic .carousel div.slide img { height: 467px; }
}

@media (max-width:767px) {
	/*header { background: none; }*/
	body { padding-top: 0px; }
	#carousel-basic, #carousel-basic .carousel div.slide img { height: 300px; }
	.mheadleft { background-color: #3c3f36; height: 70px; }
	.mheadright { background-color: #9fb03e; height: 70px;  }
	.mheadright p a { color: #fff; font-size: 18px; }
	header { position: relative; height: 70px; }
		

}

.slide { position: relative; }

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

.slide .slidecta {
	position: absolute;
	padding: 10px;
	background-color: rgba(0,0,0,.7);
}
.slide h3 { margin-top: 0px; color: #fff;  }
.slide .caption { color: #fff;  }

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


@media (min-width:1200px) {
	.slide .slidecta {
	bottom: 30px;
	width: 900px;
	right: 25%;
	left: 25%;
	margin: 0 auto;
	
	
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.slide .slidecta {
	bottom: 30px;
	width: 700px;
	right: 25%;
	left: 25%;
	margin: 0 auto;
	
	
	}
}

@media (min-width:768px) and (max-width:991px) {
	.slide .slidecta {
	bottom: 30px;
	width: 500px;
	right: 25%;
	left: 25%;
	margin: 0 auto;
	
	
	}
}

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

}


.graybar {
	height: 25px;
	background-color: #3c3f36;
	border-top: 1px solid #6d6f68;
}

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

.cta-text h3 {
	font-weight: 700;
	font-size: 20px;
}

ul.withcircle li { background: url(../images/circle.png) top left no-repeat; min-height: 60px; font-size: 16px; padding-top: 5px; }

ul.withcircle li .circle { float: left; width: 34px; margin-right: 10px; height: 60px; text-align: center; font-size: 20px; }

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



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

/*navigation*/

/*the main navbar style*/

nav { 
	background-color: transparent;
}





.navbar {
	border-radius: 0; 
	/*margin-bottom: 0;*/
	height: 35px;
	min-height: 35px;
	
}
.navbar-header { float: right; }
.navbar-default {
	background-color: transparent;
	border: 0;
	font-weight: 600;
	
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff;
}
.navbar-default .navbar-text {
	color: #3c3f36;
}
.navbar-default .navbar-nav { float: right; margin-right: 0; padding-right: 0; }
.navbar-default .navbar-nav > li > a {
	color: #3c3f36;
	padding: 7px 10px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #222;
}
.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: #fff;
	background-color: #869725;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #869725;
}
.navbar-default .navbar-toggle {
	border-color: #808080;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #869725;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #3c3f36;
}
.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: #cecfcd;
}

.dropdown-menu > li > a { color: #3c3f36; }

.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: #6d6f68;
	color: #fff;
	background-image: none;
}

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

.navbar-toggle {
    position: relative;
    float: right;
    padding: 2px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
}

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

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

/*this is to prevent the nav from being indented*/
@media (min-width:768px) {
	.toggle-text { display: none; }
	.navbar-header { float: right; }
	
}
/*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*/
/*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-collapse.top-nav-search.in { background-color: #333; padding: 10px; }
	.navbar-default .navbar-nav { background-color: #cecfcd; width: 100%; }
	ul.nav.navbar-nav { margin-bottom: 0; }
	ul.nav.navbar-nav > li > a { color: #333; font-size: 16px; }
	.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: #fff; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #cecfcd; }
}

@media (max-width:600px) {
.caret { border-top-color: #808080; border-bottom-color: #808080; }
.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: #808080;
border-bottom-color: #808080;
}

}

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



/*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 {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  border-color: #e0e0e0;
  border-color: #ccc;
}

.btn-default:active,
.btn-default.active {
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-primary {
	background-color: #78849a;
  border-color: #5f6b81;
}

.btn-primary:active,
.btn-primary.active, .btn-primary:hover, .btn-primary.hover {
  background-color: #2d394f;
  border-color: #5f6b81;
}



.btn-info {
	background: #aebb75;
  border-color: #95a25c;
}

.btn-info:active,
.btn-info.active, .btn-info:hover, .btn-info.hover {
  background-color: #63702a;
  border-color: #95a25c;
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
}

.well { 
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -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);
}




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

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

.mm-columns.mm-homepage {
	padding-top: 20px;
}

@media (max-width: 767px) {
	.mm-columns { padding-top: 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: #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: left;
}

.item .item-price, .item-single .item-price{
	margin: 7px 0px;
	display: inline-block;
	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;
	/*max-width: 48%;*/
}

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



.container#cta { background-color: #fff; }

.well.cta {
	background: #aebb75;
  border-color: #dcdcdc;
  -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.cta h2 { margin-top: 5px; text-align: right; }

@media (max-width:480px) { 
	.well.cta h2 { margin-top: 0px; text-align: center; font-size: 20px; }
	.well.cta .cta-button { text-align: center; }
}



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

@media (max-width:767px) {

.table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
}