/* Change the Bootstrap NavBar Collapse Breakpoint */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}


body {
}

header {
	background-image: url("../images/background/header_bg.png");
	height: 101px;
    text-align: right;
}

/* Extras Menu (Store Locator, Contact Us) */
.menuextras {
    color: #fff;
	margin-top: 30px;
	margin-right: 0;	/* use negative to comply with Studio layout */
	float: right;
}
.menuextras a {
	color: #fff;
    font-weight: bold;
}
.menuextras ul {
	list-style-type: none;
	/* background-color: red; */
}
.menuextras li {
	font-size: x-large;
	font-weight: bold;
	float: left;
}
.menuextras .extras li {
	padding-left: 15px;
}
.menuextras .extras li a {
	font-size: x-large;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.menuextras .extras li a:hover {
	color: #fff;
	text-decoration: none;
}

.white, .white a {
  color: #fff;
}

.menu-section {
	background-color: #717275;
    background-image: url("../images/background/nav_bg.png");
	background-repeat: repeat-y;
}

#logo {
	/*margin-top: -35px;
	max-width: 370px;*/
	margin-top: -30px;
	margin-left: -520px;
	height: 78px;
}

@media screen 
  and (max-width: 1280px) {
	#logo {
		margin-top: -28px;
		margin-left: -490px;
		height: 75px;
	}
}

@media screen 
  and (max-width: 1024px) {
	#logo {
		margin-top: -25px;
		margin-left: -350px;
		height: 70px;
	}
}

@media screen 
  and (max-width: 1080px) {
	#logo {
		margin-top: -25px;
		margin-left: -370px;
		height: 70px;
	}
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media screen 
  and (min-width: 320px) 
  and (max-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	#logo {
		margin-left: -350px;
		height: 60px;
	}
    .menuextras {
	    font-size: small;
    }
}

/* Portrait */
@media screen 
  and (min-width: 320px) 
  and (max-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	#logo {
		margin-left: -350px;
		height: 60px;
	}
    .menuextras {
	    font-size: small;
    }
}

/* Landscape */
@media screen 
  and (min-width: 320px) 
  and (max-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	#logo {
		margin-left: -350px;
		height: 60px;
	}
    .menuextras {
	    font-size: small;
    }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media screen 
  and (min-width: 320px) 
  and (max-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	#logo {
		margin-left: -360px;
		height: 60px;
	}
    .menuextras {
        color: #fff;
	    margin-top: 30px;
	    margin-right: 0;	/* use negative to comply with Studio layout */
    }
    .menuextras a {
	    color: #fff;
        font-weight: normal;
    }
    .menuextras ul {
	    list-style-type: none;
    }
    .menuextras li {
	    font-size: small;
	    font-weight: normal;
	    float: left;
    }
    .menuextras .extras li {
	    padding-left: 15px;
    }
    .menuextras .extras li a {
	    font-size: small;
	    font-weight: normal;
    }
}

/* Portrait */
@media screen 
  and (min-width: 320px) 
  and (max-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	#logo {
		margin-left: -360px;
		height: 60px;
	}
    .menuextras {
        color: #fff;
	    margin-top: 30px;
	    margin-right: 0;	/* use negative to comply with Studio layout */
    }
    .menuextras a {
	    color: #fff;
        font-weight: normal;
    }
    .menuextras ul {
	    list-style-type: none;
    }
    .menuextras li {
	    font-size: small;
	    font-weight: normal;
	    float: left;
    }
    .menuextras .extras li {
	    padding-left: 15px;
    }
    .menuextras .extras li a {
	    font-size: small;
	    font-weight: normal;
    }
}

/* Landscape */
@media screen 
  and (min-width: 320px) 
  and (max-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	#logo {
		margin-left: -350px;
		height: 60px;
	}
    .menuextras {
        color: #fff;
	    margin-top: 30px;
	    margin-right: 0;	/* use negative to comply with Studio layout */
    }
    .menuextras a {
	    color: #fff;
        font-weight: normal;
    }
    .menuextras ul {
	    list-style-type: none;
    }
    .menuextras li {
	    font-size: x-small;
	    font-weight: normal;
	    float: left;
    }
    .menuextras .extras li {
	    padding-left: 15px;
    }
    .menuextras .extras li a {
	    font-size: x-small;
	    font-weight: normal;
    }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (min-width: 375px) 
  and (max-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	#logo {
		margin-top: -20px;
		margin-left: -260px;
		height: 50px;
	}
    .menuextras {
	    font-size: small;
    }
}

/* Portrait */
@media screen 
  and (min-width: 375px) 
  and (max-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	#logo {
		margin-top: -20px;
		margin-left: -260px;
		height: 50px;
	}
    .menuextras {
	    font-size: small;
    }
}

/* Landscape */
@media screen 
  and (min-width: 375px) 
  and (max-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	#logo {
		margin-left: -330px;
		height: 70px;
	}
    .menuextras {
	    font-size: small;
    }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	#logo {
		margin-left: -350px;
		height: 60px;
	}
    .menuextras {
	    font-size: large;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	#logo {
		margin-left: -420px;
		height: 60px;
	}
    .menuextras {
	    font-size: large;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	#logo {
		margin-left: -420px;
		height: 60px;
	}
    .menuextras {
	    font-size: large;
    }
}

.navbar {
	margin: 15px 0;
	font-weight: bold;
	background-color: transparent;
}
.navbar-inverse {
	color: #fff;
	border-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar .nav > li > a, 
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a {
    font-size: x-large;
}

.maincontent-section {
	background-image: url("../images/background/maincontent_bg.png");
	background-repeat: repeat-x;
	background-color: #000;
}

.containerbox {
	padding-top: 25px;
	border-left: 1px solid #ccc;
	box-shadow: 5px 0 5px -5px #333;
	background-color: #fff;
}

.content-body {
    min-height: 700px;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 14px;
	padding-left: 15px;
	padding-right: 7.5px;
}
.carousel-control,
.item {
    border-radius: 4px;
}

.img-responsive {
    width: 100%;
	padding: 0;
}

aside {
	padding-left: 7.5px;
	padding-right: 15px;
}

aside img {
	
}

.tiles {
    margin-bottom: 14px;
}

.sitemap {
	margin: 15px 0;
}

footer {
    margin: 15px 0;
}

h6 {
	font-weight: bold;
}
.list-unstyled {
	font-size: x-small;
}
.list-unstyled li a {
	color: #464646;
	text-decoration: none;
}
.list-unstyled li a:hover {
	color: #464646;
	text-decoration: none;
}

.no-gutter > [class*='col-'] {
    padding-right:0px;
    padding-left:0px;
}

.thumb-row {
	padding-left: 0px;
	padding-right: 7.5px;
}

.thumb-row  > [class*='col-'] {
	padding-left: 15px;
	padding-right: 0px;
	margin-bottom: 15px;
}
/*
.photo-wrapper {
    position: relative;
}
.photo-wrapper .photo {
    position: relative;
    margin: 0 auto;
    display: table;
}
.photo-wrapper .photo-label {
    position: absolute;
    bottom: 5px;
}
.photo-wrapper .photo-label {
    float: right;
}

#Subscriber {
	width: 230px;
}
@media screen and (max-width: 1200px) {
    #Subscriber {
		width: 190px;
	}
}
*/
img { -ms-interpolation-mode: bicubic; }

.hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

#StoreLocatorContainer {
    margin: 15px auto;
}

#StoreListPanel {
    margin-top: 15px;
}

#StoreSearchAlert {
    margin-top: 15px;
}
.alert {
    margin: 0;
}
/*
.float-right {
    float: right;
}*/
.add-top-margin {
    margin-top: 15px;
}
.add-right-margin {
    margin-right: 15px;
}
.borderless td, .borderless th {
    border: none;
}
.list-group {
    margin: 0;
}

.btn-inverse{
  color: #d9d9d9;
  background-color: #494747;
  border: hidden;
}
