@charset "utf-8";
/* CSS Document */
/* Fonts */
@font-face {
	font-family: 'outageregular';
	src: url('../fonts/outage-webfont.eot');
	src: url('../fonts/outage-webfont.eot?#iefix') format('embedded-opentype'), 
			url('../fonts/outage-webfont.woff2') format('woff2'), 
			url('../fonts/outage-webfont.woff') format('woff'), 
			url('../fonts/outage-webfont.ttf') format('truetype'), 
			url('../fonts/outage-webfont.svg#outageregular') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'american_captainregular';
	src: url('/fonts/2EDEC9_4_0.eot');
	src: url('/fonts/2EDEC9_4_0.eot?#iefix') format('embedded-opentype'), url('/fonts/2EDEC9_4_0.woff2') format('woff2'), url('/fonts/2EDEC9_4_0.woff') format('woff'), url('/fonts/2EDEC9_4_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}
.outage {
  font-family: "outageregular", 'Open Sans', sans-serif;
}
.american-captain {
  font-family: "american_captainregular", 'Open Sans', sans-serif;
}
html:lang(cz) h2, html:lang(cz) .outage, html:lang(cz) .box h2, html:lang(cz) .box h3{
	font-family: 'Russo One';
}
.set_w.row{
	width:100% !important;
}
.container { 
	max-width:1170px;
	max-width: 73.125em;
	width:100%;
	margin:0 auto;
	position:relative;
}
body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight:400; 
	color:#333; 
}
a:hover{
	text-decoration:none;
}
.box-blue.hts{
	height:94%;
}
.pbte{
	padding-bottom:30px;
}
#topbar {
	background-color: #e0e0e0;
}
#topbar p {
	margin-bottom: 0;
	line-height: 28px;
	font-size: 13px;
}
.toggle-locations {
  color:#062E48;
  font-weight: bold;
  border-width: 0 2px 2px 2px;
  border-color: #062E48;
  border-style: solid;
  background-color: #97c0de;
  width:100%;
  cursor: pointer;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  display: block;
  text-align: center;
/*  margin-left:20px;*/
  position: absolute;
  line-height: 30px;
  transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
}
.b_st_1{
	margin-right:20px;
}
.toggle-locations .mg {
	font-size: 1.6em;
	vertical-align: text-bottom;
}
#logo img {
	margin-top: 32px;
	max-height: 137px;
	margin-left: 32px;
}
nav#mainnav{
	display:block;
}
.top-bar {
	overflow: visible;
	height: 2.8125rem;
	line-height: 2.8125rem;
	position: relative;
	background: none;
	margin-bottom: 0;
	margin-top: 35px;
}
.top-bar ul li > a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 12px 0 12px 0;
	padding-left: 0.9375rem;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size: 0.8125rem;
	font-weight: normal;
	text-transform: none;
}
.top-bar ul li > a {
	background: #fff;
	color: #062e48 !important;
	font-size: 16px;
	font-weight: bold;
}
.searchbar {
    background-color: #062e48;
    color: #fff;
    margin-top: 25px;
}
.toggle-categories {
	color: #062E48;
	font-weight: bold;
	background-color: #97c0de;
	width: 100%;
	cursor: pointer;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-webkit-transition: background 300ms ease-in-out;
	padding: 0 20px;
	font-size: 17px;
}
.toggle-categories:hover, .toggle-categories[aria-expanded="true"] {
	color: #fff;
	background-color: #062E48;
}
#searchbar p{
	margin:0 !important;
}
.toggle-categories:hover, .toggle-categories[aria-expanded="true"] {
	color: #fff;
	background-color: #062E48;
}
.toggle-categories i {
	vertical-align: text-top;
	margin-right: 8px;
	font-size: 24px;
}
.toggle-categories:hover{
	text-decoration:none;
	}
.searchbar .column-first, .searchbar .column-second, .searchbar .column-third {
	border-left: 1px solid #1D5E88;
	border-right: 1px solid #0A1B26;
	min-height: 50px;
}
.searchbar form.search button {
	background-color: #97C0DE;
	color: #062E48;
	padding: 0;
	width: 100%;
	height: 37px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.searchbar form.search button i {
	font-size: 1.2em;
	line-height: 37px;
}
.searchbar form.search button span {
	display: none;
}
.searchbar form.search {
	border: 3px solid #1D5E88;
	border-radius: 8px;
	margin: 3px auto 0;
	max-width: 95%;
}

.searchbar form.search select {
	border: 0;
	background-color: #E0E0E0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.searchbar p, .searchbar input, .searchbar select, .searchbar button {
	margin-bottom: 0;
}
.toggle-cart {
  color:#fff;
  font-weight: bold;
  cursor: pointer;
  display: block;
  line-height: 50px;
  height:50px;
  transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
  padding: 0 20px;
  font-size: 17px;
  margin-left:-15px;
  margin-right:-15px;
}
.toggle-cart i.fa-shopping-cart {
  margin-right:8px;
  font-size: 24px;
  vertical-align: text-top;
}
.toggle-cart i.fa-caret-down {
  margin-left:8px;
  vertical-align: middle;
}
.toggle-cart:hover, .toggle-cart[aria-expanded="true"] {
  color:#062E48;
  background-color: #97c0de;
}
.toggle-cart span {
  color:#97c0de;
}
.toggle-cart:hover span, .toggle-cart[aria-expanded="true"] span {
  color:#062E48;
}
.header-shadow {
	position: absolute;
	width: 100%;
	height: 6px;
	background: url('../images/header-shadow.png') repeat-x;
	z-index: 88;
}

.home .slideshow {
    max-height: 525px;
    max-width: 1600px;
    z-index: 80;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
	position: relative;
}
#carousel{
	
	position: relative;
}

.f-dropdown {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	outline: none;
	width: 100%;
	max-height: none;
	height: auto;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	z-index: 89;
	margin-top: 2px;
	max-width: 200px
}
.f-dropdown>*:first-child {
	margin-top: 0
}
.f-dropdown>*:last-child {
	margin-bottom: 0
}
.f-dropdown:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent #fff transparent;
	border-bottom-style: solid;
	position: absolute;
	top: -12px;
	left: 10px;
	z-index: 89
}
.f-dropdown:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: transparent transparent #ccc transparent;
	border-bottom-style: solid;
	position: absolute;
	top: -14px;
	left: 9px;
	z-index: 88
}
.f-dropdown.right:before {
	left: auto;
	right: 10px
}
.f-dropdown.right:after {
	left: auto;
	right: 9px
}
.f-dropdown.drop-right {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	outline: none;
	width: 100%;
	max-height: none;
	height: auto;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	z-index: 89;
	margin-top: 0;
	margin-left: 2px;
	max-width: 200px
}
.f-dropdown.drop-right>*:first-child {
	margin-top: 0
}
.f-dropdown.drop-right>*:last-child {
	margin-bottom: 0
}
.f-dropdown.drop-right:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent #fff transparent transparent;
	border-right-style: solid;
	position: absolute;
	top: 10px;
	left: -12px;
	z-index: 89
}
.f-dropdown.drop-right:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: transparent #ccc transparent transparent;
	border-right-style: solid;
	position: absolute;
	top: 9px;
	left: -14px;
	z-index: 88
}
.f-dropdown.drop-left {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	outline: none;
	width: 100%;
	max-height: none;
	height: auto;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	z-index: 89;
	margin-top: 0;
	margin-left: -2px;
	max-width: 200px
}
.f-dropdown.drop-left>*:first-child {
	margin-top: 0
}
.f-dropdown.drop-left>*:last-child {
	margin-bottom: 0
}
.f-dropdown.drop-left:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent transparent #fff;
	border-left-style: solid;
	position: absolute;
	top: 10px;
	right: -12px;
	left: auto;
	z-index: 89
}
.f-dropdown.drop-left:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: transparent transparent transparent #ccc;
	border-left-style: solid;
	position: absolute;
	top: 9px;
	right: -14px;
	left: auto;
	z-index: 88
}
.f-dropdown.drop-top {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	outline: none;
	width: 100%;
	max-height: none;
	height: auto;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	z-index: 89;
	margin-top: -2px;
	margin-left: 0;
	max-width: 200px
}
.f-dropdown.drop-top>*:first-child {
	margin-top: 0
}
.f-dropdown.drop-top>*:last-child {
	margin-bottom: 0
}
.f-dropdown.drop-top:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: #fff transparent transparent transparent;
	border-top-style: solid;
	position: absolute;
	top: auto;
	bottom: -12px;
	left: 10px;
	right: auto;
	z-index: 89
}
.f-dropdown.drop-top:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: #ccc transparent transparent transparent;
	border-top-style: solid;
	position: absolute;
	top: auto;
	bottom: -14px;
	left: 9px;
	right: auto;
	z-index: 88
}
.f-dropdown li {
	font-size: 0.875rem;
	cursor: pointer;
	line-height: 1.125rem;
	margin: 0
}
.f-dropdown li:hover, .f-dropdown li:focus {
	background: #eee
}
.f-dropdown li.radius {
	border-radius: 3px
}
.f-dropdown li a {
	display: block;
	padding: 0.5rem;
	color: #555
}
.f-dropdown.content {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	outline: none;
	padding: 1.25rem;
	width: 100%;
	height: auto;
	max-height: none;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	z-index: 89;
	max-width: 200px
}
.f-dropdown.content>*:first-child {
	margin-top: 0
}
.f-dropdown.content>*:last-child {
	margin-bottom: 0
}
.f-dropdown.tiny {
	max-width: 200px
}
.f-dropdown.small {
	max-width: 300px
}
.f-dropdown.medium {
	max-width: 500px
}
.f-dropdown.large {
	max-width: 800px
}
.f-dropdown.mega {
	width: 100% !important;
	max-width: 100% !important
}
.f-dropdown.mega.open {
	left: 0 !important
}
#header_categories {
	margin-top: 0;
	border: 0;
	max-width: 100%;
	z-index: 88;
	background: #DFDFDF;
	padding-top: 13px;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
}
#header_categories > li > a {
	border-top: 1px solid #B5B5B5;
	font-weight: bold;
	padding: 0 30px;
	line-height: 26px;
	margin-bottom: 0;
	color: #222;
	white-space: nowrap;
}
#header_categories:before, #header_categories:after{
	display:none !important;
}
.f-dropdown li a {
	display: block;
	padding: 0.5rem;
	color: #555;
}
#header_categories > li:first-child > a {
	border-top: 0;
}
#header_categories > li .sub-category-mega {
	max-width: 840px;
	width: 900px;
	margin-left: 6px;
	padding: 20px 25px;
	max-height: 640px;
	min-height: 600px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
	background-color: #fff;
	border: 1px solid #CCC;
	z-index: 89;
	transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
	opacity: 0.5;
	visibility: hidden;
	position: absolute;
	top: 14px;
	left: -9999px;
}
#header_categories > li .sub-category-mega {
  max-width: 840px;
  width: 900px;
  margin-left:6px;
  padding:20px 25px;
  max-height: 640px;
	min-height: 600px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);

  background-color: #fff;
  border:1px solid #CCC;
  z-index:89;
  transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  opacity: 0.5;
  visibility: hidden;
  position:absolute;
  top:14px;
  left:-9999px;
}
#header_categories .sub-category-mega::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 9px;
    border-style: inset solid inset inset;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: transparent #FFF transparent transparent;
    position: absolute;
    top: 2px;
    left: -18px;
    z-index: 89;
}
#header_categories .sub-category-mega::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 9px;
    border-style: inset solid inset inset;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: transparent #CCC transparent transparent;
    position: absolute;
    top: 2px;
    left: -18px;
    z-index: 88;
}

#header_categories .sub-category-mega h3 {
  font-size: 1rem;
}

/*#header_categories > li:hover .sub-category-mega, */
#header_categories > li:hover .sub-category-mega {
  left:293px;
  visibility: visible;
  top:14px;
  opacity: 1;
}
#header_categories > li .sub-category-mega-small {
  max-width: 450px;
  width: 800px;
}
#header_categories .f-dropdown.drop-right::after, #header_categories .f-dropdown.drop-right::before {
  left:-18px !important;
  border-width: 9px;
}
#header_categories > li ul li, #header_categories > li p {
  font-size: 12px;
}
#header_categories > li p a {
  display: inline-block;
  padding:0;
}
#header_categories .fa-folder-open {
  font-size: 7em;
  color: #ccc;
}
#header_categories .fa-folder-open:before {
  vertical-align: middle;
}

#header_categories .top-8:before, #header_categories .top-8:after { top:8px; }
#header_categories .top-40:before, #header_categories .top-40:after { top:40px; }
#header_categories .top-72:before, #header_categories .top-72:after { top:72px; }
#header_categories .top-104:before, #header_categories .top-104:after { top:104px; }
#header_categories .top-136:before, #header_categories .top-136:after { top:136px; }
#header_categories .top-168:before, #header_categories .top-168:after { top:168px; }
#header_categories .top-200:before, #header_categories .top-200:after { top:200px; }
#header_categories .top-232:before, #header_categories .top-232:after { top:232px; }
#header_categories .top-264:before, #header_categories .top-264:after { top:264px; }
#header_categories .top-296:before, #header_categories .top-296:after { top:296px; }
#header_categories .top-328:before, #header_categories .top-328:after { top:328px; }
#header_categories .top-360:before, #header_categories .top-360:after { top:360px; }
#header_categories .top-392:before, #header_categories .top-392:after { top:392px; }
#header_categories .top-424:before, #header_categories .top-424:after { top:424px; }
#header_categories .top-456:before, #header_categories .top-456:after { top:456px; }

#header_categories .top-2:before, #header_categories .top-2:after { top:2px; }
#header_categories .top-29:before, #header_categories .top-29:after { top:29px; }
#header_categories .top-56:before, #header_categories .top-56:after { top:56px; }
#header_categories .top-83:before, #header_categories .top-83:after { top:83px; }
#header_categories .top-110:before, #header_categories .top-110:after { top:110px; }
#header_categories .top-137:before, #header_categories .top-137:after { top:137px; }
#header_categories .top-164:before, #header_categories .top-164:after { top:164px; }
#header_categories .top-191:before, #header_categories .top-191:after { top:191px; }
#header_categories .top-218:before, #header_categories .top-218:after { top:218px; }
#header_categories .top-245:before, #header_categories .top-245:after { top:245px; }
#header_categories .top-272:before, #header_categories .top-272:after { top:272px; }
#header_categories .top-299:before, #header_categories .top-299:after { top:299px; }
#header_categories .top-326:before, #header_categories .top-326:after { top:326px; }
#header_categories .top-353:before, #header_categories .top-353:after { top:353px; }
#header_categories .top-380:before, #header_categories .top-380:after { top:380px; }
#header_categories .top-407:before, #header_categories .top-407:after { top:407px; }
#header_categories .top-434:before, #header_categories .top-434:after { top:434px; }
#header_categories .top-461:before, #header_categories .top-461:after { top:461px; }
#header_categories .top-488:before, #header_categories .top-488:after { top:488px; }

#header_categories .top-14px:before, #header_categories .top-14px:after { top:10px; }
#header_categories .top-45px:before, #header_categories .top-45px:after { top:41px; }
#header_categories .top-77px:before, #header_categories .top-77px:after { top:73px; }
#header_categories .top-109px:before, #header_categories .top-109px:after { top:105px; }
#header_categories .top-141px:before, #header_categories .top-141px:after { top:137px; }
#header_categories .top-172px:before, #header_categories .top-172px:after { top:168px; }
#header_categories .top-173px:before, #header_categories .top-173px:after { top:169px; }
#header_categories .top-205px:before, #header_categories .top-205px:after { top:201px; }
#header_categories .top-237px:before, #header_categories .top-237px:after { top:233px; }
#header_categories .top-269px:before, #header_categories .top-269px:after { top:265px; }
#header_categories .top-301px:before, #header_categories .top-301px:after { top:297px; }
#header_categories .top-333px:before, #header_categories .top-333px:after { top:329px; }
#header_categories .top-365px:before, #header_categories .top-365px:after { top:361px; }
#header_categories .top-397px:before, #header_categories .top-397px:after { top:393px; }
#header_categories .top-429px:before, #header_categories .top-429px:after { top:425px; }
#header_categories .top-461px:before, #header_categories .top-461px:after { top:457px; }

#header_categories .top-434,
#header_categories .top-461,
#header_categories .top-488
{
  min-height: 520px;
}


.home .carousel .carousel-item .d-block.img-fluid{
	min-height: 525px;
}
.home #header_categories {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.collapse-left {
	padding-left: 0;
}
.collapse-right {
	padding-right: 0;
}
.box {
	background-color: #062e48;
	color: #fff;
	overflow: hidden;
	margin-bottom: 1.875em;
	padding: 28px 32px;
}
.box-grey {
	background-color: #e0e0e0;
	color: #444;
}
.box-grey-bg {
	background-image: url('https://d3cnbe7pygy47m.cloudfront.net/wp-content/uploads/history-box-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 28px 180px 28px 32px;
}
.box-lightblue {
	background-color: #97c0de;
	color: #062e48;
}
.box-grey h2, .box-grey h3 {
	color: #062e48;
}

.box h2, .box h3 {
	color: #97c0de;
	font-family: "outageregular", 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}
h2 {
	font-size: 1.5875rem;
}
.box-lightblue h2, .box-lightblue h3 {
	color: #062e48;
}
.box-grey h2, .box-grey h3 {
	color: #062e48;
}
p, ol, ul, li {
	font-size: 14px;
}
[class*="block-grid-"] {
	display: block;
	width:100%;
	padding: 0;
	margin: 0 -0.625rem;
}
.box .locations-list li, .box .locations-list a {
	color: #fff;
}
.locations-list ul {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
}
.box .locations-list li, .box .locations-list a {
	color: #fff;
}
.locations-list ul li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	white-space: nowrap;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	color: #062E48;
}
.locations-list ul li a {
	color: #062E48;
	padding: 0;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 100%;
	text-decoration: none;
}
.locations-list ul li a.sub {
	padding-left: 2.8rem;
	white-space: normal;
	line-height: 1.1em;
}
.locations-list ul li a:hover {
	color: #0D659E;
}
.subcategories-list li a.title {
	display: inline-block;
	margin-top: 10px;
	color: #222;
}
#content a {
	font-weight: bold;
}
main ul a {
	text-decoration: underline;
}
.subcategories-list li {
	text-align: center;
}
#content {
	padding: 30px 0;
}
footer {
	background-color: #062e48;
	color: #fff;
	padding-bottom: 20px;
}
footer .promo-bar {
	background-color: #97c0de;
	color: #062e48;
	margin-bottom: 20px;
}
footer .promo-bar p {
	line-height: 50px;
	min-height: 50px;
	font-size: 18px;
}
.uppercase {
	text-transform: uppercase;
}
.textaligncenter {
	text-align: center;
}
#content .box .locations-list li.bold a {
	font-weight: bold;
}
.footer-nav > ul {
	margin: 0;
}
.footer-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav > ul > li > a {
	color: #97c0de;
	font-size: 13px;
}
.footer-nav ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
footer p, footer ol, footer ul, footer li {
	font-size: 12px;
}
.footer-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer a {
	color: #fff;
	text-decoration: none;
	line-height: inherit;
}
.footer-nav a {
	font-weight: bold;
}
footer h4 {
	color: #97c0de;
	font-size: 13px;
	font-weight: bold;
}
#menu {
	background: #273C49;
}
#menu .mm-panel{
	padding:0;
}
#menu .mm-panel li{
	font-size: 14px;
}
.mm-panels > .mm-panel > .mm-listview{
	margin:0;
}
#menu .mm-panel li a{
	color: rgba(255,255,255,0.7);
	font-weight:normal;
	font-size: 14px;
	border-bottom: 1px solid #1B2A34;
	padding: 0.46667rem 0.66667rem;
}
.mm-menu_offcanvas{
	width: 15.625rem;
}
.mm-menu_offcanvas.mm-menu_position-right{
	width: 18.625rem;
	background-color: #273C49;
}
.mm-menu_offcanvas.mm-menu_position-right {
	color: #e2e2e2;
	margin-bottom: 3px;
}
.mm-menu_offcanvas.mm-menu_position-right a{
	color: #fff;

}
.mm-menu_offcanvas.mm-menu_position-right p{
		line-height: 14px;
}
.mm-menu_offcanvas.mm-menu_position-right .product-cart-row{
	padding:10px;
}
.mm-menu_offcanvas.mm-menu_position-right a{
	white-space:normal !important;
}
.mm-menu_offcanvas.mm-menu_position-right a.button{
	background-color: #fff;
color: #072F49;
font-weight: bold;
width: 100%;
display: block;
}

.terms-list-view {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}

.tab-bar .toggle-mobile-cart span {
	position: absolute;
	top: 5%;
	right: 5%;
	line-height: 1.4em;
	color: #fff;
	background: rgba(6,48,73,1);
	border-radius: 1em;
	height: 1.4em;
	width: 1.4em;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(15.625rem,0);
	-ms-transform: translate(15.625rem,0);
	transform: translate(15.625rem,0);
	-webkit-transform: translate3d(15.625rem,0,0);
	transform: translate3d(15.625rem,0,0);
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(-18.625rem,0);
	-ms-transform: translate(-18.625rem,0);
	transform: translate(-18.625rem,0);
	-webkit-transform: translate3d(-18.625rem,0,0);
	transform: translate3d(-18.625rem,0,0);
}
.mm-menu_position-right {
	left: auto;
	right: 0;
}
#menu .mm-panel li label {
	display: block;
	padding: 0.3rem 0.9375rem;
	color: #999;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: bold;
	background-color: #355163;
	border-top: 1px solid #5e5e5e;
	border-bottom: none;
	margin: 0;
}
.mm-listitem > a {
	font-weight: bold;
	font-size: 16px;
	transition: padding 0.5s ease;
}
.mm-listitem > a:hover {
	padding-left: 40px;
}
.wrapper {
	max-width: 1170px;
	max-width: 73.125em;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.wrapper {
	max-width: 73.125em;
}
#content {
	padding: 30px 0;
}
p {
	font-family: inherit;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}
p, ol, ul, li {
	font-size: 14px;
}
.breadcrumbs {
	display: block;
	padding: 0.5625rem 0.875rem 0.5625rem;
	overflow: hidden;
	margin-left: 0;
	list-style: none;
	border-style: solid;
	border-width: 1px;
	background-color: #f5f5f5;
	border-color: #ddd;
	border-radius: 3px;
	width:100%;
}
.breadcrumbs {
	padding-left: 0;
	border-width: 0px;
	background-color: transparent;
}
.breadcrumbs > * {
	margin: 0;
	float: left;
	font-size: 0.6875rem;
	line-height: 0.6875rem;
	text-transform: uppercase;
	color: #2ba6cb;
}
.breadcrumbs > * {
	font-size: 0.7875rem;
	line-height: 0.7875rem;
	text-transform: none;
	color: #062e48;
}
.breadcrumbs > * a {
	color: #062e48;
	text-decoration: none;
}
h1, .h1, h2, h3, h4, h5, h6 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #062e48;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}
h1, .h1, h1 a, h1 a:hover, h1 a:visited {
	font-family: "american_captainregular", 'Open Sans', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}
h1, .h1 {
	font-size: 2.625rem;
}
a {
	color: #062e48;
	text-decoration: none;
	line-height: inherit;
}
main p a {
	text-decoration: underline;
}
#content a {
	font-weight: bold;
}
h3, h3 a, h3 a:hover, h3 a:visited {
	font-weight: bold;
}
h3 {
	font-size: 1.375rem;
}
.categories-heading {
	font-weight: 500;
}
.categories-heading span {
	font-weight: 800;
}
.subcategories-list li i.fa {
	min-height: 150px;
	font-size: 7rem;
	color: #ccc;
	transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
 
}
.home #content {
	padding-top: 0;
}
.row.no-gutters > .column, .row.no-gutters > .columns {
	padding-left: 0;
	padding-right: 0;
}
h3.hr {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 1.5rem;
}
h3.hr::before {
	border-top: 1px solid #E0E0E0;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
h3.hr span {
	background: #fff;
	padding: 0 15px;
}
footer .footer-logo img {
	/*max-width: 160px;*/
}
.gform_wrapper {
	margin: 16px 0;
	max-width: 100%;
}
.gform_wrapper *, .gform_wrapper ::after, .gform_wrapper ::before {
	box-sizing: border-box !important;
}
.gform_wrapper form {
	text-align: left;
	max-width: 100%;
	margin: 0 auto;
}
footer form.stay-connected .gform_body {
	display: inline-block;
	width: 80%;
	vertical-align: top;
	float: left;
}
.gform_wrapper ul.gform_fields {
	margin: 0 !important;
	list-style-type: none;
	display: block;
}
.gform_wrapper ul li::after, .gform_wrapper ul li::before, .gform_wrapper ul.gform_fields {
	padding: 0;
	margin: 0;
	overflow: visible;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0px;
	padding-top: 0;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px;
}
.gform_wrapper label.gfield_label {
	font-weight: 700;
	font-size: inherit;
}
footer form.stay-connected label {
	display: none !important;
}
.gform_wrapper .top_label .gfield_label {
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3;
	clear: both;
}

footer form.stay-connected .gform_body .ginput_container {
	margin-top: 0 !important;
	max-width: 100% !important;
}
footer form.stay-connected .gform_body input {
	width: 100% !important;
	padding: 0 0.5rem;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	font-size: inherit;
	font-weight:200;
	font-family: inherit;
	padding: 5px 4px;
	letter-spacing: normal;
}
.gform_wrapper .gform_footer {
	padding: 16px 0 10px;
	margin: 16px 0 0;
	clear: both;
	width: 100%;
}
footer form.stay-connected .gform_footer {
	display: inline-block;
	width: 15%;
	margin: 0;
	padding: 0;
	max-width: 45px;
	height: 37px;
}

footer hr {
	border: 0;
	height: 1px;
	border-top: 1px solid #97c0de;
	color: #0D659E;
	margin: 40px 0 10px 0;
}
.footer-copyright p {
	text-align: right;
	font-size: 11px;
}
#content .breadcrumbs > * a {
	font-weight: normal;
}
.single article h1, .single article h1 a {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin-top: 0;
	font-size: 2rem;
	letter-spacing: 0;
}
article.type-product .sku {
	color: #97C0DE;
	font-weight: bold;
	font-size: 1.1rem;
}
article.type-product .sku span {
/*	display: inline !important;*/
}
article.type-product h2 {
	font-size: 1.2rem;
	margin-bottom: 0;
	font-weight:bold;
}
button, .button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	background-color: #2ba6cb;
	border-color: #2285a2;
	color: #fff;
	transition: background-color 300ms ease-out;
}
button, .button {
	background-color: #062E48 ;
	border-color: #D35F00;
	color: white;
	transition: color 300ms ease-in-out, background-color 300ms ease-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-out;
}
button.button-lightblue, .button-lightblue, .gform_button {
	background-color: #97C0DE;
	color: #062E48;
}
button.button-lightblue:hover, button.button-lightblue:focus, .button-lightblue:hover, .button-lightblue:focus, .gform_button:hover, .gform_button:focus {
  background-color: #062E48;
  color: #97C0DE !important;
}
button.button-grey, .button-grey {
	background-color: #DFDFDF;
	color: #062E48;
}
button.button-grey:hover, button.button-grey:focus, .button-grey:hover, .button-grey:focus {
  background-color: #062E48;
  color: #97C0DE !important;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
	background-color: #ccc;
	border-color: #C78651;
	color: #999;
}
.button-arrow::after {
	content: "\f0da";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding-left: 8px;
}
main a.button-arrow {
	text-decoration: none;
}
ul.gallery-thumbnails{
	width:auto;
}
.actions span.sharebuttons {
	display: inline-block;
	visibility: hidden;
	position: absolute;
	left: auto;
	top: -5px;
	width: 300px;
	margin-left: 0;
	font-size: 0;
	z-index: 1;
	-webkit-transition: visibility 0s linear 0.4s;
	transition: visibility 0s linear 0.4s;
}
.actions span.sharebuttons.active {
	visibility: visible;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	position:relative;
}
.actions span.sharebuttons.active a {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.actions span.sharebuttons.active a {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.actions span.sharebuttons a.btn {
	width: 51px;
	height: 51px;
	display: inline-block;
	border-radius:0;
}
.actions span.sharebuttons a.btn.btn-linkedin {
	background-color: #007bb6;
}
.actions span.sharebuttons a.btn.btn-twitter {
	background-color: #00aced;
}
.actions span.sharebuttons a.btn.btn-email {
	background-color: #888888;
}
.actions span.sharebuttons a.btn span {
	display: inline-block;
	text-indent: -9999px;
}
.actions span.sharebuttons a.btn::after {
	content: '\f003';
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 26px;
	position: absolute;
	width: 51px;
	height: 51px;
	left: 0;
	top: 0;
	line-height: 51px;
	color: #fff;
	text-align: center;
}
.actions span.sharebuttons a.btn.btn-linkedin::after {
	content: '\f0e1';
}
.actions span.sharebuttons a.btn.btn-twitter::after {
	content: '\f099';
}
span.spacer {
	display: inline-block;
	width: 1.8em;
}
.row .row{
width:85%;
}
.industry .row .row{
	width:100%;	
}
.industry .box.box-grey{
	width:100%;
}

.row .row.auto_w, .row .row.product-cart-row{
	width:auto !important;
}
.row .row.product-cart-row{
	margin-left:0 !important;
	margin-right:0 !important;
}

.archive article.type-product, .search article.type-product {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}
.cat_img_holder{
	overflow:hidden;
	height:143px;
	background-size:cover;
}
.red {
	color: #B30000;
}

#header_cart {
	color: #444;
	max-width: 300px;
	width: 300px;
	padding: 10px;
	position:absolute;
	right:0;
	left:auto !important;
}
#header_cart.f-dropdown::before, #header_cart.f-dropdown::after{
	left:280px;
}
.row.product-cart-row {
	margin-bottom: 10px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#header_cart p {
	font-size: 12px;
	color: #222;
	margin-bottom: 0;
}
#header_cart .button {
	margin-bottom: 0;
}
#header_cart .button {
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
.side-nav {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0.875rem;
}

.side-nav li.current-menu-item > a:first-child:not(.button) {
	color: #999;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
	background: rgba(0,0,0,0.025);
	color: #67c3df;
}
.side-nav li a:not(.button) {
	color: #062E48;
	padding: 0.4375rem 1.275rem;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
	background-color: #E0E0E0;
}
.accordion .accordion-navigation > a, .accordion dd > a {
	background-color: #E0E0E0;
	outline: none;
	position: relative;
	height: 58px;
}
.accordion .accordion-navigation > a, .accordion dd > a {
	text-decoration: none;
}
.accordion .accordion-navigation > a span {
	position: absolute;
	top: 0;
	right: 0;
	height: 58px;
	width: 58px;
	background-color: #97C0DE;
	color: #062E48;
	display: block;
	text-align: center;
	line-height: 58px;
}
.accordion .accordion-navigation {
	margin-bottom: 1.375em !important;
}
.bios-grid li .name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}
ul.accordion {
	margin-left: 0;
}
.dropdown-menu{
	background:#e0e0e0;
}
.top-bar ul li.dropdown-item{
	padding: 0 1.5rem;
}
.top-bar ul li.dropdown-item > a{
	background:none;
	font-weight:normal;
	border-bottom:1px solid #fff;
}
.top-bar ul li.dropdown-item:last-child > a{
	border-bottom:none;
}


#mail-form .field-mailform-contact_email{
	padding-right:45px;
}
#gform_wrapper_4{
	position:relative;
}
#mail-form button {
	position:absolute;
	top:0;
	right:0;
	color: #062E48;
	background-color: #97C0DE;
	width: 45px;
	height: 37px;
	padding: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#mailform-contact_email{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cat_img_holder{
	width:100%;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
}
.cat_img_holder a.image{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#CB2E31;
	background-size:cover;
	background-position: 50% 50%;
}
h1.c_title1{
	display:block;
	width:100%;
}

div.locations{
	position:relative;
}
div.locations [class*="block-grid-"]{
	margin: 0 !important;
}
.locations > div > ul {
	width: 400px;
	margin: 0;
	padding: 10px 10px;
}
.locations .f-dropdown::before {
	right: 10px;
	left: auto;
	border-color: transparent transparent #e0e0e0;
}
.locations .f-dropdown::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: transparent transparent #ccc transparent;
	border-bottom-style: solid;
	position: absolute;
	top: -14px;
	right: 10px;
	left:auto !important;
	z-index: 88;
}
.locations .f-dropdown {
	background-color: #e0e0e0;
	border-color: #e0e0e0;
	top: 40px !important;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bold {
	font-weight: bold;
}
.locations-list ul li .spacer {
	width: 1.8em;
	display: inline-block;
	font-size: 2em;
}
.locations .f-dropdown li:hover, .locations .f-dropdown li:focus{
	background:none;
}
#content .box .locations-list li a {
	font-weight: normal;
}
.tab-bar {
	background: #fff;
	height: 4.8125rem;
}
.tab-bar .left-small, .tab-bar .right-small {
	border: 0;
}
.left-small {
	width: 2.8125rem;
	height: 2.8125rem;
	position: absolute;
	top: 0;
	border-right: solid 1px #1a1a1a;
	left: 0;
}
.tab-bar .menu-icon {
	text-indent: 2.1875rem;
	width: 2.8125rem;
	height: 2.8125rem;
	display: block;
	padding: 0;
	color: #fff;
	position: relative;
	transform: translate3d(0, 0, 0);
}
nav a {
	white-space: nowrap;
}
.tab-bar .menu-icon span::after {
	content: "";
	position: absolute;
	display: block;
	height: 0;
	top: 50%;
	margin-top: -0.5rem;
	left: 0.90625rem;
	box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
	width: 1rem;
}
.tab-bar .menu-icon span::after {
	box-shadow: 0 0 0 2px #062e48,0 7px 0 2px #062e48,0 14px 0 2px #062e48;
}
.tab-bar-section.middle {
	left: 2.8125rem;
	right: 2.8125rem;
}
.tab-bar-section {
	padding: 0 0.625rem;
	position: absolute;
	text-align: center;
	height: 2.8125rem;
	top: 0;
}
.tab-bar .fa-menu-icon {
	text-align: center;
	padding: 3px 0 0;
	display: block;
	cursor: pointer;
}
.tab-bar .fa-menu-icon i {
	font-size: 1.7em;
	color: #062e48;
}
.tab-bar img {
	max-width: 235px;
	margin-top: 1rem;
}

#searchbar_mobile {
	background-color: transparent;
	margin: 10px 0 15px;
}

.box-blue a {
	color: #97c0de;
}

.archive article.type-product, .search article.type-product {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
  margin:0 -15px;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row-eq-height .box{
	height:100%;
}
article.product .list-view h2, article.product .list-view p, article.type-product h2{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* =============================================================================
   Media Queries
   ========================================================================== */
   
/* Small screens */
@media (max-width: 991px) { 
	.container {
	max-width: 95%;
}

}
@media only screen { 
	.wrapper { max-width:95%; }  
} /* Define mobile styles */ 
@media only screen and (max-width: 40em) {
	.collapse-left{
		padding-right:0;
	}
	.collapse-right{
		padding-left:0;
	}
  .tab-bar img {
    max-width: 100%;
    max-height: 60px;
  }
  footer, footer h4, .footer-copyright p {
    text-align: center;
  }
  footer .inline-list {
    display: inline-block;
  }
  footer .inline-list li {
    margin-left: 1.075rem;
  }
  .box, .box-grey-bg {
    padding:20px 20px !important;
    background-image: none !important;
  }
  .archive .box-grey-bg h1 {
    margin:0;
  }
  .box h2, .box h3 {
    font-size: 1.1875rem;
  }
  .small-textalignleft {
    text-align:left;
  }

  article.type-product h2 {
    font-size: 0.875rem;
  }
  article.type-product .sku {
    font-size: 0.875rem;
  }
  article.type-product .expand i {
    font-size: 1.0rem;
  }
  article.type-product .icon-image {
    display: none;
  }

  article.type-product .list-view > .columns {
    padding-left:0;
  }

  .archive article.type-product, .search article.type-product {
    margin-top: 3px;
    padding-top: 3px;
  }
  


  h1 {
    line-height: 1.0em;
  }
  
  .side-nav.inline-list {
    border:0;
  }
  .side-nav.inline-list li {
    background: #e0e0e0;
    float:none;
  }
  .side-nav li.current-menu-item {
    background: #C3C3C3;
  }
  .side-nav li a:not(.button) { color: #062E48;}
  .side-nav li.current-menu-item>a:first-child:not(.button) {
    color:#fff;
  }

  .sell-your-equipment-form_wrapper .gf_step {
    width: 32% !important;
  }

  .sell-your-equipment-form_wrapper.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .sell-your-equipment-form_wrapper.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li {
    display: block;
    margin-bottom: 0;
    width: 95%;
  }
  
  iframe {
    max-width: 100%;
  }

  footer form.stay-connected .gform_footer {
    width:10%;
  }
  footer form.stay-connected .gform_body {
    width: 90%;
  }

  .sell-your-equipment-form_wrapper .top_label li.gfield {
    display: block !important;
    width: 100% !important;
    
  }

  .home .slideshow-specials {
      min-height: 435px;
  }
  .row .row.row-collapse{
	  width:auto !important;
	 }

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */ 

/* Medium screens */
@media only screen and (min-width: 40.063em) { 
	nav a { white-space:nowrap; }

  article.type-product .sku span {
    display: inline !important;
  }
} 
/* min-width 641px, medium screens */ 
@media only screen and (min-width: 641px) and (max-width: 768px) { 
	.collapse-left{
		padding-right:0;
	}
	.collapse-right{
		padding-left:0;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

	.box {
    padding:20px 20px;
  }
  article.type-product .icon-image {
    display: none;
  }
  article.type-product h2 {
    font-size: 1.1rem;
  }
  .spec_wrap{
	padding-right: 180px;
}
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */ 

/* Large screens */
@media only screen and (min-width: 64.063em) {
	.nav-item{
		padding-left: 15px;
	}
  .wrapper { max-width: 73.125em; } 
  #logo img {
	  margin-top: 32px;
	  max-height: 137px;
	  margin-left: 5px;
  }

  .home .slideshow {
    min-height:525px;
  }

  .home .slideshow .slide {
    width: 100%;
    min-height:525px;
  }

  .home .slideshow .slide a {
    width: 100%;
    min-height:525px;
  }

  #header_categories {
    /*max-height: 525px;*/
  }
} /* min-width 1025px, large screens */ 
@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */ 

/* XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */ 
@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */ 

/* XXLarge screens */
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xlarge screens */

a.active{
	background-color: #062E48;
	color: #97C0DE !important;
}
.row .row.location-title{
	margin-bottom: 10px;
}
.location-title{
	background-color: #f1f1f1;

}
.card-view{
	display: inline-flex;
	margin-bottom: 10px;
}
#gallery-2{margin:auto}#gallery-2 .gallery-item{float:left;margin-top:10px;text-align:center;width:33%}#gallery-2 img{border:2px solid #cfcfcf}#gallery-2 .gallery-caption{margin-left:0}

/* pager */
.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	overflow: hidden;
}
.cycle-pager span {
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	color: #D69746;
}
.cycle-pager > * {
	cursor: pointer;
}
.sell-equip-btn{
	background: none!important;
	color:#111!important;
}
.row .title{
	margin-left: 1.0625em;
}










