@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Open Sans', sans-serif;
}
input#btnSearch1 {
    background-color: #c00;
    border: none;
    padding: 0;
}

input#btnSearch2 {
    background-color: #c00;
    border: none;
    padding: 0;
}

.navbar-logo h4 {
    color: #f2f2f2;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
    margin-bottom: 0;
}
span.smFont {
    font-size: 18px;
    font-weight: normal;
	line-height: 1.5;
	float: right;
}
span.lgFont {
    font-size: 28px;
    font-weight: bold;
}
span.glyphicon.glyphicon-search.map {
    color: #dddddd;
    font-size: 20px;
    float: right;
    margin-top: -45px;
    margin-right: 40px;
}
span.glyphicon.glyphicon-search.map:hover {
    color: #c00c00;
}

.pageheader {padding-top:15px;}

.pageheader .col-sm-12 {
    padding-left: 0px;
    padding-bottom: 10px;
}
.redline {
	background-color: #c00c00;
	width: 100%;
	height: 10px;
}
.logoHeader {
    display: flex;
    align-items: center;
}
.col-md-3 {
    text-align: right;
}
.navbar-logo .img-responsive {
    height: 100px;
    width: 104px;
    margin-left: 60px;
}
.img-responsive.header {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    width: 102px;
    height: 100px;
    margin-bottom: 10px;	
}
.img-responsive.mapHeader {
    float: right;
	max-height: 115px;
	margin-bottom: 10px;
	margin-top: -25px;
}
.form-control {
	border: 1px solid #dddddd;
	border-radius: 0px;
    box-shadow: none;	
}
.form-control:focus {
    border-color: #dddddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 0;
	height: 25px;
	padding: 0 10px;
}
#sizingaddon3 {
    background-color: #c00;
    border-color: #c00;
    color: #ffffff;
    font-weight: bold;
}


#sizingaddon4 {
    background-color: #c00;
    border-color: #c00;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 3px;
}

.input-group.input-group-sm {
    margin-left: -105px;
    margin-right: 105px;
	top: 5px;
}

.pagefooter #sizingaddon3 {
    top: 0;
}

.pagefooter #sizingaddon4 {
    top: 0;
}
.col-sm-10.topNav {
    margin-left: -130px;
}
.input-group-addon {
    color: #333333;
    background-color: #dddddd;
    border: 1px solid #dddddd;
}
#sizingaddon3:hover {
    color: #333333;
}

#sizingaddon4:hover {
    color: #333333;
}
a.level2 {
    color: #c00c00;
    font-weight: bold;
    font-size: 16px;
	text-transform: uppercase;
}
a.level3 {
    color: #333333;
}
.mainHeading {
	margin-top: 20px;
}

.container.pageheader {
    background-color: #333333;
    width: 100%;
}
.container.pageheader.black {
    background-color: #333333;
    width: 100%;
}
.navbar-logo {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    height: auto;
    margin-left: 0;
	margin-top: -17px;
    background-color: transparent;
	z-index: 1400;
}
.col-sm-2.navbar-map {
    margin-top: -33px;
}

.navbar {
    margin-bottom: 0;
}
.navbar-default {
	background-image: none;
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: #333333;
	border-top-color: #333333;
    border-left-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;	
}
.navbar-default.red {
	background-image: none;
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: #c00c00;
    border-color: #c00c00;	
}
.navbar-nav > li {
    text-align: right;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.nav { 
	margin-bottom: 0; 
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav.top > li > a {
    font-size: 12px;
	color: #ffffff;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
	font-size: 18px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #c00c00;
}
.navbar-default .navbar-nav.top > li > a:hover, .navbar-default .navbar-nav.top > li > a:focus {
    color: #c00c00;
}
.top li:not(:last-child) {
    border-right: 1px solid #ffffff;
}
ul.nav.navbar-nav.navbar-right.top {

}
.navbar-right ~ .navbar-right {
    margin-right: -20px;
}
ul.nav.navbar-nav.navbar-right.bottom {
    margin-top: 25px;
}
#grad1 {
    height: 100%;
    background: #808080; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#808080, #dddddd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#808080, #dddddd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#808080, #dddddd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#808080, #dddddd); /* Standard syntax (must be last) */
}

/*** Footer Styles ***/
footer {
    background-color: #666666;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 5px;
}
footer h4 {
    text-transform: uppercase;
	margin-bottom: 5px;
    margin-top: 20px;
}
.pagefooter .input-group.input-group-sm {
    margin-left: 0;
    margin-right: 0;
}
.storeLocations a {
    color: #ffffff;
}
.storeLocations h4 {
    font-size: 12px;
    margin-bottom: 5px;
	margin-top: 15px;	
}
.col-md-2.logoFooter {
    padding-left: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 650px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 650px;
}
.img-responsive.mapFooter {
    float: left;
    margin-right: 80px;
	max-height: 125px;
}
a.footerLink {
    color: #ffffff;
}
.copyright {
	text-align: center;
}

.social-profile {
    font-size: 18px;
    margin: 6px;
    color: #ffffff;
}
.blog .social-profile {
    font-size: 24px;
    margin: 6px;
    color: #333333;
}
.social-profile.facebook:hover {color: #3b5998;}
.social-profile.twitter:hover {color: #00aced ;}
.social-profile.google-plus:hover {color: #dd4b39;}
.social-profile.linkedin:hover {color: #007bb6;}
.social-profile.blogger:hover {color: #fb8f3d;}
.social-profile.instragram:hover {color: #517fa4;}
.social-profile.pinterest:hover {color: #bd081c;}


@media (min-width: 768px) {
	.top > li > a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

@media screen and (max-width: 767px) {
	.img-responsive.header {
		margin-right: 5px;
		margin-left: 5px;
		width: 83px;
		height: 80px;
	}
	.img-responsive.logoName {
		margin-bottom: 10px;
	}
	.logoHeader {
		display: block;
	}
	.navbar.center .navbar-collapse {
		text-align: center;
	}
	.navbar.center .navbar-collapse .nav {
		display: block;
	}
	.navbar-nav.top > li > a {
		font-size: 14px;
	}
	.navbar-brand, .navbar-nav > li > a {
		font-size: 14px;
	}	
	ul.nav.navbar-nav.navbar-right.bottom {
		margin-top: 0;
	}
	.navbar-nav.top > li > a {
		color: #ffffff;
	}	
	.navbar-default .navbar-nav.top > li > a:hover, .navbar-default .navbar-nav.top > li > a:focus {
		color: #c00c00;
	}	
	.navbar-logo {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: -18px;
	}
	.navbar-logo .img-responsive {
		height: 77px;
		width: 80px;
		margin-left: 0;
	}	
	nav.navbar.navbar-default {
		margin-bottom: 20px;
	}
	.col-sm-10.topNav {
		margin-left: 0;
	}	
	span.glyphicon.glyphicon-search.map {
		visibility: hidden;
		display: none;	
	}
	.navbar {
		min-height: 65px;
	}
	.navbar-header {
		min-height: 65px;
	}
	.copyright {
		margin-top: 20px;
	}
	.col-md-2.col-sm-4.col-xs-6.logoFooter {
		padding-left: 15px;
	}
	footer h4 {
		margin-top: 10px;
	}	
	/* Sticky footer styles
	-------------------------------------------------- */
	html {
	  position: relative;
	  min-height: 100%;
	}
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 325px;
	}
	#footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 325px;
	}	
}

@media (min-width: 1024px)and (max-width: 1200px){
	.navbar-logo .img-responsive {
		height: 120px;
		width: 125px;
		margin-left: 0;
	}
	.navbar-logo {
		padding-top: 10px;
	}	
	ul.nav.navbar-nav.navbar-right.bottom {
		margin-top: 25px;
	}
	/* Sticky footer styles
	-------------------------------------------------- */
	html {
	  position: relative;
	  min-height: 100%;
	}
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 700px;
	}
	#footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 700px;
	}		
}

@media (min-width: 768px) and (max-width: 1023px) {
	.navbar-brand, .navbar-nav > li > a {
		font-size: 14px;
	}
	.nav.bottomMobile > li > a {
		padding: 5px 5px;
	}
	.navbar-logo {
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;		
		margin-top: -20px;
		width: 105px;
	}
	.navbar-logo .img-responsive {
		height: 90px;
		width: 94px;
		margin-left: 0;
	}
	.col-sm-10.topNav {
		margin-left: 0;
	}
	.img-responsive.mapHeader {
		margin-top: 0;
	}	
	.bottom {
		visibility: hidden;
		display: none;	
	}
	.bottomMobile {	
		margin-top: 25px;
	}
	span.glyphicon.glyphicon-search.map {
		margin-top: -40px;
		margin-right: 10px;
	}
	.img-responsive.header {
		margin-right: 5px;
		margin-left: 0;
	}
	footer h4 {
		margin-top: 5px;
	}	
	/* Sticky footer styles
	-------------------------------------------------- */
	html {
	  position: relative;
	  min-height: 100%;
	}
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 840px;
	}
	#footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 840px;
	}	
}