html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
body > * { flex-shrink: 0; }
@font-face {
	font-family: Sweden;
	src: url('/fonts/swedensans-webfont.woff') format('woff');

}
.type-sweden  { font-family: 'Sweden'; }
.type-hind    { font-family: 'Hind'; }

body {
	font-family: 'Hind', 'Helvetica', 'Arial', 'Sans-Serif';
	background-color: #fff;
	color: #212121;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0px;

}
.cover {
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	background: #fff;
	z-index:9999;
}
/* TRANSITIONS */
.trans-all-1 {
	-webkit-transition: all 0.1s ease;
	   -moz-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		 -o-transition: all 0.1s ease;
			transition: all 0.1s ease;
}
.trans-all-3 {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.slide {
	opacity: 1 !important;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease; }
/* ANIMATION DELAYS */
.anim-delay-1 {
	-webkit-animation-delay: .1s !important;
	   -moz-animation-delay: .1s !important;
		-ms-animation-delay: .1s !important;
		 -o-animation-delay: .1s !important;
			animation-delay: .1s !important;
}
.anim-delay-2 {
	-webkit-animation-delay: .2s !important;
	   -moz-animation-delay: .2s !important;
		-ms-animation-delay: .2s !important;
		 -o-animation-delay: .2s !important;
			animation-delay: .2s !important;
}
.anim-delay-3 {
	-webkit-animation-delay: .3s !important;
	   -moz-animation-delay: .3s !important;
		-ms-animation-delay: .3s !important;
		 -o-animation-delay: .3s !important;
			animation-delay: .3s !important;
}
.anim-delay-4 {
	-webkit-animation-delay: .4s !important;
	   -moz-animation-delay: .4s !important;
		-ms-animation-delay: .4s !important;
		 -o-animation-delay: .4s !important;
			animation-delay: .4s !important;
}
.anim-delay-5 {
	-webkit-animation-delay: .5s !important;
	   -moz-animation-delay: .5s !important;
		-ms-animation-delay: .5s !important;
		 -o-animation-delay: .5s !important;
			animation-delay: .5s !important;
}
.anim-delay-6 {
	-webkit-animation-delay: .6s !important;
	   -moz-animation-delay: .6s !important;
		-ms-animation-delay: .6s !important;
		 -o-animation-delay: .6s !important;
			animation-delay: .6s !important;
}
.anim-delay-7 {
	-webkit-animation-delay: .7s !important;
	   -moz-animation-delay: .7s !important;
		-ms-animation-delay: .7s !important;
		 -o-animation-delay: .7s !important;
			animation-delay: .7s !important;
}
.anim-delay-8 {
	-webkit-animation-delay: .8s !important;
	   -moz-animation-delay: .8s !important;
		-ms-animation-delay: .8s !important;
		 -o-animation-delay: .8s !important;
			animation-delay: .8s !important;
}
.anim-delay-9 {
	-webkit-animation-delay: .9s !important;
	   -moz-animation-delay: .9s !important;
		-ms-animation-delay: .9s !important;
		 -o-animation-delay: .9s !important;
			animation-delay: .9s !important;
}
.anim-delay-10 {
	-webkit-animation-delay: 1s !important;
	   -moz-animation-delay: 1s !important;
		-ms-animation-delay: 1s !important;
		 -o-animation-delay: 1s !important;
			animation-delay: 1s !important;
}
.anim-delay-11 {
	-webkit-animation-delay: 1.1s !important;
	   -moz-animation-delay: 1.1s !important;
		-ms-animation-delay: 1.1s !important;
		 -o-animation-delay: 1.1s !important;
			animation-delay: 1.1s !important;
}
.anim-delay-12 {
	-webkit-animation-delay: 1.2s !important;
	   -moz-animation-delay: 1.2s !important;
		-ms-animation-delay: 1.2s !important;
		 -o-animation-delay: 1.2s !important;
			animation-delay: 1.2s !important;
}
.anim-delay-13 {
	-webkit-animation-delay: 1.3s !important;
	   -moz-animation-delay: 1.3s !important;
		-ms-animation-delay: 1.3s !important;
		 -o-animation-delay: 1.3s !important;
			animation-delay: 1.3s !important;
}
.anim-delay-14 {
	-webkit-animation-delay: 1.4s !important;
	   -moz-animation-delay: 1.4s !important;
		-ms-animation-delay: 1.4s !important;
		 -o-animation-delay: 1.4s !important;
			animation-delay: 1.4s !important;
}
.anim-delay-15 {
	-webkit-animation-delay: 1.5s !important;
	   -moz-animation-delay: 1.5s !important;
		-ms-animation-delay: 1.5s !important;
		 -o-animation-delay: 1.5s !important;
			animation-delay: 1.5s !important;
}
.anim-delay-16 {
	-webkit-animation-delay: 1.6s !important;
	   -moz-animation-delay: 1.6s !important;
		-ms-animation-delay: 1.6s !important;
		 -o-animation-delay: 1.6s !important;
			animation-delay: 1.6s !important;
}
.anim-delay-17 {
	-webkit-animation-delay: 1.7s !important;
	   -moz-animation-delay: 1.7s !important;
		-ms-animation-delay: 1.7s !important;
		 -o-animation-delay: 1.7s !important;
			animation-delay: 1.7s !important;
}
.anim-delay-18 {
	-webkit-animation-delay: 1.8s !important;
	   -moz-animation-delay: 1.8s !important;
		-ms-animation-delay: 1.8s !important;
		 -o-animation-delay: 1.8s !important;
			animation-delay: 1.8s !important;
}
.anim-delay-19 {
	-webkit-animation-delay: 1.9s !important;
	   -moz-animation-delay: 1.9s !important;
		-ms-animation-delay: 1.9s !important;
		 -o-animation-delay: 1.9s !important;
			animation-delay: 1.9s !important;
}
.anim-delay-20 {
	-webkit-animation-delay: 2s !important;
	   -moz-animation-delay: 2s !important;
		-ms-animation-delay: 2s !important;
		 -o-animation-delay: 2s !important;
			animation-delay: 2s !important;
}
.anim-delay-21 {
	-webkit-animation-delay: 2.1s !important;
	   -moz-animation-delay: 2.1s !important;
		-ms-animation-delay: 2.1s !important;
		 -o-animation-delay: 2.1s !important;
			animation-delay: 2.1s !important;
}
.anim-delay-22 {
	-webkit-animation-delay: 2.2s !important;
	   -moz-animation-delay: 2.2s !important;
		-ms-animation-delay: 2.2s !important;
		 -o-animation-delay: 2.2s !important;
			animation-delay: 2.2s !important;
}
.anim-delay-23 {
	-webkit-animation-delay: 2.3s !important;
	   -moz-animation-delay: 2.3s !important;
		-ms-animation-delay: 2.3s !important;
		 -o-animation-delay: 2.3s !important;
			animation-delay: 2.3s !important;
}
.anim-delay-24 {
	-webkit-animation-delay: 2.4s !important;
	   -moz-animation-delay: 2.4s !important;
		-ms-animation-delay: 2.4s !important;
		 -o-animation-delay: 2.4s !important;
			animation-delay: 2.4s !important;
}

/* ANIMATIONS */

.anim-zoom-text {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-animation: anim-zoom-text 1s;
	   -moz-animation: anim-zoom-text 1s;
		-ms-animation: anim-zoom-text 1s;
		 -o-animation: anim-zoom-text 1s;
			animation: anim-zoom-text 1s;
	-webkit-transform: scale(1.6,1.6);
	   -moz-transform: scale(1.6,1.6);
		-ms-transform: scale(1.6,1.6);
		 -o-transform: scale(1.6,1.6);
			transform: scale(1.6,1.6);
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
		-ms-animation-fill-mode: forwards;
		 -o-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
}
@-webkit-keyframes anim-zoom-text {
	 30% { opacity: 0; -webkit-transform: scale(1.3,1.3); }
	100% { opacity: 1; -webkit-transform: scale(1,1); -webkit-transition: all 3s ease-in-out 3s; }
}
@-moz-keyframes anim-zoom-text {
	 30% { opacity: 0; -moz-transform: scale(1.3,1.3); }
	100% { opacity: 1; -moz-transform: scale(1,1); -moz-transition: all 3s ease-in-out 3s; }
}
@-ms-keyframes anim-zoom-text {
	 30% { opacity: 0; -ms-transform: scale(1.3,1.3); }
	100% { opacity: 1; -ms-transform: scale(1,1); -ms-transition: all 3s ease-in-out 3s; }
}
@-o-keyframes anim-zoom-text {
	 30% { opacity: 0; -o-transform: scale(1.3,1.3); }
	100% { opacity: 1; -o-transform: scale(1,1); -o-transition: all 3s ease-in-out 3s; }
}
@keyframes anim-zoom-text {
	 30% { opacity: 0; transform: scale(1.3,1.3); }
	100% { opacity: 1; transform: scale(1,1); transition: all 3s ease-in-out 3s; }
}

.anim-slide-up {
	opacity: 0;
	-webkit-animation: .8s anim-slide-up;
	   -moz-animation: .8s anim-slide-up;
		-ms-animation: .8s anim-slide-up;
		 -o-animation: .8s anim-slide-up;
			animation: .8s anim-slide-up;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
		-ms-animation-fill-mode: forwards;
		 -o-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
}
@-webkit-keyframes anim-slide-up {
	0% { opacity: 0; margin-top: 15%; }
	100% { margin-top: 0%; opacity: 1; }
}
@-moz-keyframes anim-slide-up {
	0% { opacity: 0; margin-top: 15%; }
	100% { margin-top: 0%; opacity: 1; }
}
@-ms-keyframes anim-slide-up {
	0% { opacity: 0; margin-top: 15%; }
	100% { margin-top: 0%; opacity: 1; }
}
@-o-keyframes anim-slide-up {
	0% { opacity: 0; margin-top: 15%; }
	100% { margin-top: 0%; opacity: 1; }
}
@keyframes anim-slide-up {
	0% { opacity: 0; margin-top: 15%; }
	100% { margin-top: 0%; opacity: 1; }
}



.type-10  { font-size: 10px; }
.type-12  { font-size: 12px; }
.type-13  { font-size: 13px; }
.type-14  { font-size: 14px; }
.type-16  { font-size: 16px; }
.type-19  { font-size: 19px; }
.type-20  { font-size: 20px; }
.type-24  { font-size: 24px; }
.type-28  { font-size: 28px; }
.type-34  { font-size: 34px; }
.type-40  { font-size: 40px; }
.type-50  { font-size: 50px; }
.type-115 { font-size: 115px; }
.type-135 { font-size: 135px; }

.type-banner-img-95 {
	font-size: 95px;
	letter-spacing: 0.13em;
	-webkit-text-stroke: 2px #fff;
}
.type-banner-img-80 { font-size: 115px; }
.type-banner-h2 {
	font-size: 21px;
	font-weight: 500;
}

.type-weight-3 { font-weight: 300; }
.type-weight-4 { font-weight: 400; }
.type-weight-5 { font-weight: 500; }
.type-weight-6 { font-weight: 600; }
.type-weight-7 { font-weight: 700; }

.type-space-07 { letter-spacing: -7px; }
.type-space-0  { letter-spacing: 0px; }
.type-space-1  { letter-spacing: 1px; }
.type-space-2  { letter-spacing: 2px; }
.type-space-4  { letter-spacing: 4px; }

/* NAVBAR LOGO */
.logo-pelican {
	width: 194px;
	height: 43px;
	background-image: url('/media/img/pelican-logo-white.png');
	background-size: 194px 43px;
}
.logo-alt-pelican {
	width: 194px;
	height: 43px;
	background-image: url('/media/img/pelican-logo-black.png');
	background-size: 194px 43px;
}
.logo-shrink-pelican {
	width: 140px;
	height: 31px;
	background-image: url('/media/img/pelican-logo-black.png');
	background-size: 140px 31px;
}
.logo-peli {
	width: 130px;
	height: 43px;
	background-image: url('/media/img/peli-logo-white.png');
	background-size: 130px 43px;
}
.logo-alt-peli {
	width: 130px;
	height: 43px;
	background-image: url('/media/img/peli-logo-black.png');
	background-size: 130px 43px;
}
.logo-shrink-peli {
	width: 94px;
	height: 31px;
	background-image: url('/media/img/peli-logo-black.png');
	background-size: 94px 31px;
}

.banner-button {
	color: #fff;
	border: 1px solid #fff;
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 35px;
	padding-right: 35px;
	border-radius: 25px;
	-webkit-transition: all ease-in-out 0.1s;
	   -moz-transition: all ease-in-out 0.1s;
		-ms-transition: all ease-in-out 0.1s;
		 -o-transition: all ease-in-out 0.1s;
			transition: all ease-in-out 0.1s;
}
.banner-button-play {
	font-size: 25px;
	border: 1px solid #fff;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 10px;
	border-radius: 25px;
	-webkit-transition: all ease-in-out 0.1s;
	   -moz-transition: all ease-in-out 0.1s;
		-ms-transition: all ease-in-out 0.1s;
		 -o-transition: all ease-in-out 0.1s;
			transition: all ease-in-out 0.1s;
}
.banner-button:hover {
	color: #fff;
	background-color: #00b1ef;
	border-color: #00b1ef;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.1s;
	   -moz-transition: all ease-in-out 0.1s;
		-ms-transition: all ease-in-out 0.1s;
		 -o-transition: all ease-in-out 0.1s;
			transition: all ease-in-out 0.1s;
}

.banner-img {
	width: 100%;
	min-height: 375px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.banner-img-900 {
	height: 80%;
	max-height: 900px;
}
.banner-img-600 {
	height: 60%;
	max-height: 600px;
}
.banner-img-400 {
	height: 40%;
	max-height: 300px;
}

/* HOMEPAGE TILES */
.home-tile {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
	border: 1px solid #fff;
}
.home-tile-pro {
	border: 10px solid #fff;
}
.home-tile:hover {
	background-size: 107% 107%;
}
.home-tile-lg { padding-top: 50%; }
.home-tile-sm { padding-top: 25%; }

.home-tile-lg-type {
	position: absolute;
	background: rgba(24, 24, 24, .8);
	top: 90.5%;
	margin-left: -15px;
	padding-left: 3%;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 28px;
}
.home-tile-sm-type {
	position: absolute;
	background: rgba(24, 24, 24, .8);
	top: 81%;
	margin-left: -15px;
	padding-left: 3%;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 28px;
}
.home-tile-sm-type-vid { margin-left: 0px; }
.home-tile-lg-type-vid {
	margin-left: 0px;
	padding-left: 2%;
}

.home-tile-lg-type p {
	font-size: 16px;
	padding-left: 5%;
	line-height: 2px;
}
.home-tile-lg-type h2 {
	font-family: Sweden;
	font-size: 26px;
	padding-left: 5%;
	line-height: 2px;
}
.home-tile-sm-type p {
	font-size: 16px;
	padding-left: 5%;
	line-height: 2px;
}
.home-tile-sm-type h2 {
	font-family: Sweden;
	font-size: 26px;
	padding-left: 5%;
	line-height: 2px;
}


.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	height: 100%;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: -9999; /* Sit on top */
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgb(0,0,0); /* Black fallback color */
	background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.7s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
	position: relative;
	top: 10%; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */


/* When you mouse over the navigation links, change their color */
.closebtn a:hover, .overlay a:focus {
	color: #f1f1f1 !important;
}
.close-btn a:link, .overlay a:visited {
	transition: 0.3s;
}
.close-btn a:hover, .overlay a:focus {
	color: #f1f1f1 !important;
	transition: 0.3s;
}

/* Position the close button (top right corner) */

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}
.overlay-fade-out {
	opacity: 0;
	transition: 0.7s;
	z-index: -9999;
}
.search-screen {
	border: 1px solid #505152;
	width: 90%;
	height: 148px;
	margin-left: 5%;
	margin-right: 5%;
}
.search-box {
	height: 40px;
	width: 240px;
	background-color: #222;
	padding-top: 5px;
	padding-left: 5px;
}
.search-box-button {
	font-size: 46px;
	color: #fff;
	background: transparent;
	border: 0;
	padding-right: 14px;
	padding-left: 0px;
	padding-top: 51px;
	outline: 0;
	width: 10%;
	float: right;
}
.search-box-input {
	color: #fff;
	border: 0;
	width: 90%;
	float: left;
	height: 148px;
	font-size: 46px;
	padding: 40px;
	background: transparent;
	border: none;
	padding-top: 37px;
	padding-bottom: 37px;
	outline: 0;
}
.search-box-input::-webkit-input-placeholder { color: #fff; /* WebKit, Blink, Edge */ }
.search-box-input:-moz-placeholder { color: #fff; opacity:  1; /* Mozilla Firefox 4 to 18 */ }
.search-box-input::-moz-placeholder { color: #fff; opacity: 1; /* Mozilla Firefox 19+ */ }
.search-box-input:-ms-input-placeholder { color: #fff;/* Internet Explorer 10-11 */ }
.search-box-input::-ms-input-placeholder { color: #fff; /* Microsoft Edge */ }




/* --- LINKS --- */
a {
	color: inherit;
	outline: none !important;
	box-shadow: none;
}
a:link, a:visited, .link a:link, .link a:visited { color: #00b1ef; text-decoration: none; cursor: pointer; }
a:hover, a:active, .link a:hover, .link a:active { color: #5bd4ff; text-decoration: none; }

.link-black > a:link,  .link-black > a:visited { color: #212121; text-decoration: none; }
.link-black > a:hover, .link-black > a:active  { color: #00b1ef !important; text-decoration: none; }
.link-dark  > a:link,  .link-dark  > a:visited { color: #555; text-decoration: none; }
.link-dark  > a:hover, .link-dark  > a:active  { color: #00b1ef; text-decoration: none; }
.link-white > a:link,  .link-white > a:visited { color: #fff; text-decoration: none; }
.link-white > a:hover, .link-white > a:active  { color: #00b1ef !important; text-decoration: none; }
.link-gray  > a:link,   .link-gray > a:visited { color: #b0b0b0; text-decoration: none; }
.link-gray  > a:hover,  .link-gray > a:active  { color: #00b1ef; text-decoration: none; }
.link-white-blank > a:link,  .link-white-blank > a:visited, .link-white-blank > a:hover, .link-white-blank > a:active { color: #fff; text-decoration: none; }
.link-black-blank > a:link,  .link-black-blank > a:visited, .link-black-blank > a:hover, .link-black-blank > a:active { color: #212121; text-decoration: none; }
.link-blue-blank  > a:link,  .link-blue-blank  > a:visited, .link-blue-blank  > a:hover, .link-blue-blank  > a:active, .link-blue-blank  > a { color: #00b1ef; text-decoration: none; }
.link-dark-blank  > a:link,  .link-dark-blank  > a:visited, .link-dark-blank  > a:hover, .link-dark-blank  > a:active { color: #555; text-decoration: none; }


.link-blue > a:link,  .link-blue > a:visited { color: #fff; text-decoration: none; }
.link-blue > a:hover, .link-blue > a:active, .link-blue > a:focus  { color: #00b1ef !important; text-decoration: none; }

/* --- TYPE --- */
.type-white { color: #fff; }
.type-gray  { color: #b0b0b0; }
.type-dark  { color: #5a5a5a; }
.type-black { color: #212121; }
.type-blue  { color: #00b1ef; }

.pointer { cursor: pointer; }
.square { border-radius: 0 !important; }
.overflow-none { overflow: hidden !important; }


/* --- PADDING --- */
.pad-5   { padding-top: 5px; }
.pad-10  { padding-top: 10px; }
.pad-15  { padding-top: 15px; }
.pad-20  { padding-top: 20px; }
.pad-25  { padding-top: 25px; }
.pad-30  { padding-top: 30px; }
.pad-40  { padding-top: 40px; }
.pad-60  { padding-top: 60px; }
.pad-80  { padding-top: 80px; }
.pad-bot-5 { padding-bottom: 5px; }
.pad-bot-10 { padding-bottom: 10px; }
.pad-bot-15 { padding-bottom: 15px; }
.pad-bot-20 { padding-bottom: 20px; }
.pad-none { padding: 0px; }
.pad-no-top { padding-top: 0px; }
.pad-sides-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.pad-sides-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.pad-sides-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.pad-sides-45 {
	padding-left: 45px;
	padding-right: 45px;
}
.pad-sides-60 {
	padding-left: 60px;
	padding-right: 60px;
}
.pad-sides-90 {
	padding-left: 90px;
	padding-right: 90px;
}
.pad-15-right { padding-right: 15px; }
.pad-15-left  { padding-left: 15px; }
.pad-30-right { padding-right: 30px; }
.pad-30-left  { padding-left: 30px; }

.pad-no-left  { padding-left: 0px !important; }
.pad-no-right { padding-right: 0px !important; }

/* --- MARGIN --------- */
.margin-top-090 {
	margin-top: -90px;
}

/* --- BORDERS --------- */
.border-top {
	border-top-style: solid;
	border-top-width: 1px;
}
.border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.border-bottom-double {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.border-left {
	border-left-style: solid;
	border-left-width: 1px;
}
.border-right {
	border-right-style: solid;
	border-right-width: 1px;
}
.border-all {
	border-style: solid;
	border-width: 1px;
}
.border-lighter { border-color: #f0f0f0; }
.border-light { border-color: #e4e4e4; }
.border-white { border-color: #fff; }
.border-med   { border-color: #cecece; }
.border-dark  { border-color: #5a5a5a; }
.border-black { border-color: #000; }
.border-blue { border-color: #00b1ef; }
.border-none { border: 0px; }

/* BUTTONS */
button {
	outline: none;
	box-shadow: none;
}
.button {
	border: 1px;
	border-style: solid;
	padding: 10px 25px;
	border-radius: 15px;
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	outline: none !important;
	box-shadow: none;
}
.button-small {
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 17px;
}
.btn-blue {
	background-color: #00b1ef;
	border-color: #00b1ef;
	color: #fff;
}
.btn-blue:hover {
	background-color: #73d4f6;
	border-color: #73d4f6;
}
.btn-white {
	background-color: #fff;
	border-color: #00b1ef;
	color: #00b1ef;
}
.btn-white:hover {
	border-color: #73d4f6;
	color: #73d4f6;
}
.btn-black {
	background-color: #fff;
	border-color: #212121;
	color: #212121;
}
.btn-black:hover{
	border-color: #73d4f6;
	color: #73d4f6;
}
.btn-clear {
	background-color: none;
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-clear:hover{
	border-color: #00b1ef;
	color: #00b1ef;
}
.btn-orange {
	background-color: #fd9b36;
	color: rgba(255,255,255,0.8);
	border: none;
}
.btn-orange:hover {
	background-color: #f6c272;
}
.btn-orange-outline {
	border: 1px solid #fd9b36;
	color: #fd9b36;
}
.btn-none {
	padding: none;
	background: none;
	border: none;
}
.btn-disabled {
	background: white;
	border: none;
	color: gray;
	cursor: default;
}
.button-video {
	border: 0px;
	background-color: rgba(230,33,23, 0.65);
	font-size: 24px;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-left: 23px;
	padding-right: 23px;
	-webkit-border-radius: 20px;
	 -khtml-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 12px;
}
.button-play-sm {
	font-size: 12px;
	border: 1px solid #00b1ef;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 6px;
	border-radius: 25px;
}

/* NAVBAR */
.navbar-default .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:visited, .navbar-right > .nav > li > a:link, .navbar-right > .nav > li > a:visited { color: #fff; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-right > .nav > li > a:hover, .navbar-right > .nav > li > a:active, .navbar-right > .nav > li > a:focus { background-color: transparent !important; }
.navbar-default .navbar-nav > li { padding-top: 13px; transition: all 0.3s ease; }
.navbar-brand { padding-top: 11px; }

.navbar, .navbar-default, .navbar-toggle {
	border: 0;
	background: none;
}
.navbar-toggle .icon-bar {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
	margin-top:9px;
	height: 4px;
	border-radius: 2px;
	background-color: #fff !important;
}
.navbar-toggle .icon-bar-alt { background-color: #222 !important; }
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar { background-color: #00b1ef !important; }
.navbar-toggle:hover, .navbar-toggle:focus { background-color: transparent !important; }
.navbar-default {
	height: 102px;
	color: #333;
	font-size: 14px;
	margin-bottom: 0px;
	border-bottom: 1px solid #cecece;
}
.navbar-ul-alt > li > a:link, .navbar-ul-alt > li > a:visited {
	color: #222 !important;
}

.navbar-shrink {
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255, 0.9);
	height: 50px !important;
}
.navbar-ul-shrink > li > a:link, .navbar-ul-shrink > li > a:visited { color: #222 !important; }
.navbar-ul-shrink > li > a:hover, .navbar-ul-shrink > li > a:active { color: #222 !important; }
.navbar-top {
	background-color:rgb(220,220,220);
	background-color:rgba(220,220,220, 0.4);
	height: 27px;
	padding-top: 3px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.navbar-top-shrink {
	height: 0px !important;
	padding-top: 0px !important;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

#navbar-tools { padding-top: 13px; }
.navbar-tools-shrink { padding-top: 3px !important; }

.navbar-tools-shrink > li > a:link, .navbar-tools-shrink > li > a:visited { color: #222 !important; }
.navbar-tools-shrink > li > a:hover, .navbar-tools-shrink > li > a:active { color: #222 !important; }


.navbar-ul-shrink > li { padding-top: 0px !important; }
.navbar-ul-shrink > .right-button-shrink { padding-bottom: 0px !important; }
.navbar-brand-shrink { padding-top: 8px; }

.navbar-shrink .navbar-toggle .icon-bar { background-color: #222 !important; }
.navbar-shrink .navbar-toggle:hover .icon-bar, .navbar-shrink .navbar-toggle:active .icon-bar { background-color: #00b1ef !important; }
.navbar-shrink .icon-bar {
	margin-top: -2px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .dropdown-menu {
	display: table;
	border-radius: 0px;
	padding-bottom: 0px !important;
	width: 100%;
	font-size:14px;
	text-align: center;
	line-height: 24px;
	left: 0;
	right: 0;
	background: rgba(24, 24, 24, .9);
	padding-top: 20px;
	z-index: 9999;
}
.nav-shop {
	margin-top: 11px !important;
	margin-left: 15px;
}
.nav-search {
	font-size: 17px;
	margin-top: 3px;
	padding-left: 13px;
}
.nav-flag {
	margin-top: 12px;
}
.nav-account {
	font-size: 17px;
	margin-top: 4px;
}
.whitenav { padding-top: 102px; }
.modal-body { padding-top: 0px; }
.modal-content  {
	background: rgba(24, 24, 24, 0.78);
	-webkit-border-radius: 0px !important;
	   -moz-border-radius: 0px !important;
		-ms-border-radius: 0px !important;
		 -o-border-radius: 0px !important;
			border-radius: 0px !important;
}



/* --- BACKGROUNDS ---------*/
.background-white    { background-color: #fff; }
.background-lighter  { background-color: #f0f0f0; }
.background-light    { background-color: #e4e4e4; }
.background-med-dark { background-color: #414141; }
.background-dark     { background-color: #2f2f2f; }
.background-darker   { background-color: #222; }
.background-black    { background-color: #000; }
.background-none     { background-color: none !important; }
.item-row {
	margin-left: -15px;
	margin-right: -30px;
}
.no-overflow { overflow: hidden; }

footer {
	background-color: #2f2f2f;
	line-height: 24px;
}
.footer {
	background-color: #222;
	flex-grow: 1;
}

.carousel-control.left, .carousel-control.right { background-image: none }
.carousel-indicators li {
	width: 11px;
	height: 11px;
	margin: 3px;
	border-radius: 50%;
	border: 1px solid #00b1ef;
	background: #fff;
	cursor: pointer;
}
.carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 3px;
	border-radius: 50%;
	background: #00b1ef;
}
.carousel-indicators {
	width: 100%;
	left: 30%;
	bottom: -25px;
}
.carousel-inner { margin-bottom: 25px; }
.carousel-inner > .item {
	-webkit-transition: -webkit-transform .3s ease-in-out !important;
	   -moz-transition: -moz-transform .3s ease-in-out !important;
		-ms-transition: -ms-transform .3s ease-in-out !important;
		 -o-transition: -o-transform .3s ease-in-out !important;
			transition: transform .3s ease-in-out !important;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 0; }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 0; }
.carousel-control.left, .carousel-control.right {
	color: #212121;
	opacity: .7;
	text-shadow: none;
}
.carousel-control.left:hover, .carousel-control.right:hover {
	color: #00b1ef;
	opacity: .7;
	text-shadow: none;
}

.color {
	width: 65px;
	height: 20px;
}
.color-primary {
	width: 45px;
	height: 20px;
}
.color-secondary {
	width: 20px;
	height: 20px;
}
.colors {
	border: 1px solid #fff;
	padding: 2px;
	margin: 6px -3px -2px -3px; /*prevents box from causing misalignment*/
}
.color-select {
	box-shadow: 0 0 0 1px #444;
}
.color-no-select {
	border: none !important;
}
/*
.color-line {
	position: relative;
	z-index: 1;
	top: -23px;
	left: 32px;
	width: 1px;
	height: 67px;
	background-color: #a3a4a5;
	transform: rotate(65deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(74deg);
}
*/
.modal.modal-wide .modal-dialog {
	width: 95%;
	max-width: 1599px;
}
.modal-white {
	background: #fff;
	text-align: left;
	padding: 20px 40px;
}

.modal-white a { color: #222; }


/* --- ANSIFL1 TABLE --- */
.ansifl1 {
	font-size: 20px;
	font-weight: 600;
	border: 2px solid black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	border-spacing: 0px;
	border-collapse: separate;
}
.ansifl1 th {
	font-size: 16px;
	color: #fff;
	background-color: #000;
	padding: 10px;
	text-align: center;
}
.ansifl1 td {
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid black;
	text-align: center;
}
.ansi-def {
	border: 2px solid black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-spacing: 0px;
	border-collapse: separate;
}
.ansi-def th {
	background-color: #000;
	padding: 10px;
}
.ansi-def td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid black;
}
.ansi-icon {
	width: 100px;
	height: 80px;
}

.product-tile {
	border-color: transparent;
}
.product-tile:hover {
	background-color: #fff;
	z-index: 998;
	box-shadow: 0px 0px 20px 2px #f5f5f5;
}
.product-tile .product-tile-extra {
	color: #212121;
	visibility: hidden;
}
.product-tile:hover .product-tile-extra {
	visibility: visible;
}
.product-tile-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, .00);
	width: 100%;
	height: 100%;
	margin-top: -15px;
	margin-left: -30px;
}
.product-sub-tile-overlay {
	margin-top: -20px;
	margin-left: -15px;
}
.product-tile-overlay:hover { background-color: transparent; background-color: rgba(0, 0, 0, .04); }
/*
.product-tile {
	border-color: transparent;
}
.product-tile:hover {
	background-color: #fff;
	z-index: 998;
	box-shadow: 0px 0px 20px 2px #f5f5f5;
	background-color: transparent;
	background-color: rgba(0, 0, 0, .04);
}
.product-tile .product-tile-extra {
	color: #212121;
	visibility: hidden;
}
.product-tile:hover .product-tile-extra {
	visibility: visible;
}
.product-tile-overlay {
	position: absolute;
	width: 100%;
	height: 90%;
	margin-top: -15px;
	margin-left: -30px;
	pointer-events:none;
}
.product-sub-tile-overlay {
	margin-top: -20px;
	margin-left: -15px;
}
.product-tile-overlay:hover {

	background-color: transparent;
	background-color: rgba(0, 0, 0, .04);

	background-image: url('/media/img/overlay.png');

}
*/
.product-tile-price { color: #617863; }
.product-tab {
	color: #00b1ef;
	padding-bottom: 5px;
	border-color: #00b1ef;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.product-tab > a:link, .product-tab > a:visited, .product-tab > a:hover, .product-tab > a:active, .product-tab > a { color: #00b1ef; text-decoration: none; }
.thumbswrap { padding-right: 55px; }
.thumbs { margin-top: 42px; }
.video-height { height: 658px; }
.nav-tabs > li > a { background-color: #e3e3e3; }

/* FEATURE CIRCLES */

.feature-circle {
	cursor: default;
	position: absolute;
	color: #fff;
	background-color: rgba(0, 177, 239, 0.7);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 997;
}
.feature-circle-hover {
	color: #00b1ef;
	background-color: rgba(255, 255, 255, 0.7);
	border-color: #00b1ef;
}
.feature-circle p {
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	padding-top: 9px;
}
.feature-circle-right { left: 30px; }
#feature-left-1:hover #feature-right-1 { border: 1px solid #000; }

.photo-stream {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: .2s ease-in-out;
	   -moz-transition: .2s ease-in-out;
		-ms-transition: .2s ease-in-out;
		 -o-transition: .2s ease-in-out;
			transition: .2s ease-in-out;
}
.photo-stream:hover {
	-webkit-filter: brightness(115%);
	   -moz-filter: brightness(115%);
		 -o-filter: brightness(115%);
		-ms-filter: brightness(115%);
			filter: brightness(115%);
	-webkit-transition: .2s ease-in-out;
	   -moz-transition: .2s ease-in-out;
		-ms-transition: .2s ease-in-out;
		 -o-transition: .2s ease-in-out;
			transition: .2s ease-in-out;
}
/* PHOTOSTREAM */
.photo-stream-lg { height: 735px; }
.photo-stream-md { height: 650px; }
.photo-stream-xm { height: 399px; }
.photo-stream-sm { height: 360px; }
.photo-stream-xs { height: 192px; }

.lifestyle-stream {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.lifestyle-stream-lg { height: 589px; }
.lifestyle-stream-md { height: 287px; }

.norow-dealers { height: 220px; }

/* FLEXSLIDER (ITEM PAGE IMAGES & THUMBNAILS) */
.flexslider {
	padding-top: 15px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 5px !important;
	margin-bottom: 0px !important;
}
.flexslider-thumb {
	max-height: 115px;
}
.flexslider-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height:100%;
	max-width: 100%;
}
.flexslider-img-container {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom:20px;
}
.flexslider-img-wrapper {
	position: absolute;
	width:100%;
	height:100%;
}
flexslider .flex-prev, .flexslider .flex-next {
	opacity: 1;
}

.flex-direction-nav {
	display: block !important;
	opacity: 1 !important;
}

.flex-direction-nav a {
	opacity: 0.6 !important;
	width: 33px !important;
	height: 90px !important;
	color: rgba(0,0,0,0) !important;
	text-shadow: none !important;
	-webkit-transition: none !important;
}

.flex-direction-nav a:active, .flex-direction-nav a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}

.flex-direction-nav .flex-disabled {
	opacity: 0.6 !important;
	filter: alpha(opacity=0.6);
	cursor: default;
}

.flex-next {
	right: -58px !important;
	background: url('/media/img/icons/carousel-right-arrow.png');
	background-size: 33px 90px;
}

.flex-prev {
	left: -58px !important;
	background: url('/media/img/icons/carousel-left-arrow.png');
background-size: 33px 90px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: -58px !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: -58px !important;
}

.flex-next:hover, .flex-prev:hover, .flex-disabled:hover {
	opacity: 1 !important;
}

.flex-direction-nav .flex-disabled {
	opacity: 0.6 !important;
}

#slider .flex-direction-nav {
	display: none !important;
}

#carousel {
	margin: 0 auto;
width: 82%;
}
#slide-up-container {
	bottom: 0px;
	display: none;
	left: 0px;
	position: fixed;
	width: 100%;
	background-color: rgb(51,51,51);
	background-color: rgba(51,51,51,0.9);
	border: 1px solid #666666;
	border-bottom-width: 0px;
	padding: 20px 0px 20px 20px;
	color: white;
	text-align: center;
	z-index: 9999;
}
#slide-up-compare {
	bottom: 0px;
	display: none;
	left: 0px;
	position: fixed;
	width: 100%;
	background-color: rgb(51,51,51);
	background-color: rgba(51,51,51,0.9);
	border: 1px solid #666666;
	border-bottom-width: 0px;
	padding: 20px 0px 20px 20px;
	color: white;
	text-align: center;
	z-index: 9999;
}
.spin-icon {
	height: 50px;
	width: 107px;
	display: block;
	background-size: 107px 100px;
	background-repeat: no-repeat;
	background-position: left 0px top 0px;
}
.spin-icon:hover {
	background-position: left 0 top -50px;
}
.no-outline {
	outline: none !important;
	box-shadow: none;
}
.inside {
	font-size: 12.5rem;
	font-weight: 300;
	margin-left: 10px;
	line-height: 50px;
	vertical-align: bottom;
}
.the {
	font-size: 7.4rem;
	line-height: 11px;
	-webkit-writing-mode: vertical-rl;
	   -moz-writing-mode: vertical-rl;
	   -moz-writing-mode: vertical-rl;
		 -o-writing-mode: vertical-rl;
			writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);;
}
.box {
	font-weight: 600;
	margin-top: -10px;
	font-size: 20.3rem;
}


/*-- FORM EDIT --*/

.form-group {
	display: block;
	margin-bottom: 15px;
}

.form-group textarea {
	display: block;
}
/*-- Text/Select Fields --*/
.input-custom {
	border: 1px solid #212121;
	border-radius: 4px !important;
	background-color: white;
	background-color: transparent;
	box-shadow: none;
	color: #555;
	display: block;
	font-size: 16px;
	outline: none;
	padding: 5px 8px;
	width: 100%;
}

.input-custom:focus {
	border-color: #00B1EF;
	box-shadow: none;
}

label.modified {
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 3px;
	margin: 0px 0px 0px 6px;
}

/*- Bootstrap Dropdown CSS -*/
.dropdown .btn-default {
	background-color: white;
	background-color: transparent;
	border: 1px solid #212121;
	box-shadow: none;
	color: #212121;
	height: 34px;
	width: 100%;
}

.dropdown .caret {
	background: url('/media/img/icons/select-down.png') no-repeat 100% 100%;
	background-size: 42px 64px;
	border-top: none;
	float: right;
	height: 32px;
	margin: -6px -16px -0px 0px;
	width: 46px;
}

.dropdown-custom2 .caret {
	background: url('/media/img/icons/select-up-down.png') no-repeat 100% 100%;
	background-size: 42px 64px;
	border-top: none;
	float: right;
	height: 32px;
	margin: -6px -16px -0px 0px;
	width: 46px;
}

.dropdown-custom .btn-default:active:focus,.btn-default:hover, .btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .open>.dropdown-toggle.btn-default,  .open>.dropdown-toggle.btn-default:focus {
	background-color: white;
	background-color: transparent;
	box-shadow: none;
	outline: 0;
}

.open>.dropdown-toggle.btn-default:focus{
	border-color: #00b1ef;
}

.open>.dropdown-toggle.btn-default:focus .caret {
	background-position: 100% 0%;
}

.dropdown-menu > li > a:hover {
	color: white;
	background: #00b1ef;
}

/*- Select Fields -*/
.select-custom select {
	background: url('/media/img/icons/select-up-down.png') no-repeat 100% 100%;
	background-size: 42px 64px;
	height: 34px;
	-webkit-appearance: none;
	   -moz-appearance: none;
		-ms-appearance: none;
		 -o-appearance: none;
			appearance: none;
}

.select-custom select:focus {
	background: url('/media/img/icons/select-up-down.png') no-repeat 100% 0%;
	background-size: 42px 64px;
	border: 1px solid #00B1EF;
}

.select-custom2 select {
	background: url('/media/img/icons/select-down.png') no-repeat 100% 100%;
	background-size: 42px 64px;
	height: 34px;
	-webkit-appearance: none;
	   -moz-appearance: none;
		-ms-appearance: none;
		 -o-appearance: none;
			appearance: none;
}

.select-custom2 select:focus {
	background: url('/media/img/icons/select-down.png') no-repeat 100% 0%;
	background-size: 42px 64px;
	border: 1px solid #00B1EF;
}

/*- Checkbox -*/
.checkbox-custom {
	cursor: pointer;
	display: block;
	margin-bottom: 12px;
	padding-left: 35px;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
		 -0-user-select: none;
			user-select: none;
}

.checkbox-custom label {
	font-size: 14px;
	font-weight: 300;
}

.checkbox-custom input {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}

.checkmark {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 24px;
	width: 24px;
	border: 1px solid #212121;
	border-radius: 4px;
}

.checkbox-custom input:checked ~ .checkmark {
	background-color: #00B1EF;
	border-color: #00B1EF;
}

.checkmark:after {
	content: "";
	display: none;
	position: absolute;
}

.checkbox-custom input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-custom .checkmark:after {
	border: solid white;
	border-width: 0 2px 2px 0;
	height: 15px;
	left: 8px;
	top: 1px;
	width: 7px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

/*- Radio Buttons -*/
.radio-item {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	position: relative;
	padding: 0 6px;
}

.radio-item input[type='radio'] {
	cursor: pointer !important;
	display: none;
}

/* - Radio Outer-Inner Circle -*/
.radio-item label:before {
	background: rgba(255,255,255);
	background: transparent;
	border: 1px solid #212121;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 24px;
	left: -5px;
	margin: 0 5px 0 0;
	position: relative;
	top: 8px;
	width: 24px;
}

.radio-item input[type=radio]:checked + label:after {
	background: #00B1EF;
	border: 1px solid #00B1EF !important;
	border-radius: 50%;
	content: " ";
	display: block;
	height: 18px;
	left: 4px;
	position: absolute;
	top: 3px;
	width: 18px;
	-webkit-appearance: none;
	   -moz-appearance: none;
		-ms-appearance: none;
		 -o-appearance: none;
			appearance: none;
}

.radio-item input[type=radio]:checked + label:before {
	border-color: #00B1EF;
}
.radio-item label {
	color: #555;
	cursor: pointer !important;
	margin-top: -8px;
	font-size: 14px;
	font-weight: normal;
}

/* social media icons */
.social {
	border-top: none;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	width: 32px;
	margin: 15px 15px -10px 0px;
}
.social-sm {
	border-top: none;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	width: 16px;
}
.social-facebook-circle {
	background: url('/media/img/icons/social-facebook.gif') no-repeat 100% 0%;
	background-size: 32px 64px;
}
.social-twitter-circle {
	background: url('/media/img/icons/social-twitter.gif') no-repeat 100% 0%;
	background-size: 32px 64px;
}
.social-instagram-circle {
	background: url('/media/img/icons/social-instagram.gif') no-repeat 100% 0%;
	background-size: 32px 64px;
}
.social-linkedin-circle {
	background: url('/media/img/icons/social-linkedin.gif') no-repeat 100% 0%;
	background-size: 32px 64px;
}
.social-pinterest-circle {
	background: url('/media/img/icons/social-pinterest.gif') no-repeat 100% 0%;
	background-size: 32px 64px;
}
.social-website-circle {
	background: url('/media/img/icons/social-web.gif') no-repeat 100% 0%;
	background-size: 32px 64px;
}
.social-youtube-circle {
	background: url('/media/img/icons/social-youtube.gif') no-repeat 100% 0%;
	background-size: 32px 64px;
}
.social-email-circle {
	background: url('/media/img/icons/social-email.gif') no-repeat 100% 0%;
	background-size: 32px 64px;
}
.social-blog-sm {
	background: url('/media/img/icons/social-blog-sm.gif') no-repeat 100% 0%;
	background-size: 16px 32px;
}
.social-facebook-sm {
	background: url('/media/img/icons/social-facebook-sm.gif') no-repeat 100% 0%;
	background-size: 16px 32px;
}
.social-instagram-sm {
	background: url('/media/img/icons/social-instagram-sm.gif') no-repeat 100% 0%;
	background-size: 16px 32px;
}
.social-linkedin-sm {
	background: url('/media/img/icons/social-linkedin-sm.gif') no-repeat 100% 0%;
	background-size: 16px 32px;
}
.social-pinterest-sm {
	background: url('/media/img/icons/social-pinterest-sm.gif') no-repeat 100% 0%;
	background-size: 16px 32px;
}
.social-twitter-sm {
	background: url('/media/img/icons/social-twitter-sm.gif') no-repeat 100% 0%;
	background-size: 16px 32px;
}
.social-youtube-sm {
	background: url('/media/img/icons/social-youtube-sm.gif') no-repeat 100% 0%;
	background-size: 16px 32px;
}
.social-facebook-circle:hover, .social-twitter-circle:hover, .social-instagram-circle:hover, .social-linkedin-circle:hover, .social-pinterest-circle:hover, .social-website-circle:hover, .social-youtube-circle:hover, .social-email-circle:hover, .social-blog-sm:hover, .social-facebook-sm:hover,  .social-instagram-sm:hover, .social-linkedin-sm:hover, .social-pinterest-sm:hover, .social-twitter-sm:hover, .social-youtube-sm:hover {
	background-position: 100% 100%;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.panel-contact {
	background: #f9fafb;
	border-color: #f9f9f9;
	border-radius: 0px;
	border-width: 1px 1px 0px 1px;
	box-shadow: 0px 5px 0px 0px #bcc8d5;
	margin-bottom: 20px;
	min-height: 150px;
	position: relative;
	text-align: left;
	width: 100%;
}

.panel-contact p {
	position: absolute;
	bottom: 45px;
	padding-left: 15px;
}

.panel-contact h5 {
	font-size: 20px;
	position: absolute;
	bottom: 15px;
	padding-left: 15px;
}
.dealer-map { opacity: .5; }
small {
	color: inherit !important;
	font-weight: inherit !important;
}

.sub-nav-arrow {
	font-size: 18px;
	background: url('/media/img/icons/shop-arrow.png') no-repeat 100% 0%;
	background-size: 25px 28px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}
.sub-nav-arrow:hover {
	background: url('/media/img/icons/shop-arrow.png') no-repeat 100% 100%;
	background-size: 25px 28px;
	background-repeat: no-repeat;
	display: inline-block;
}
.sub-nav-arrow:hover a { color: #00b1ef; }
.sub-nav-arrow a {
	color: #212121;
	text-decoration: none;
}
.sub-nav-arrow span { padding-right: 40px; }

.report-problem {
	background-color: #cfffaf;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.option {
	max-height: 0px;
	overflow-y: hidden;
	z-index: 999;
	width: 100%;
	position: absolute;
	margin-top: 42px;
}
.option-show {
	max-height: 1000px;
	-webkit-transition: max-height 1s ease-out;
	   -moz-transition: max-height 1s ease-out;
		-ms-transition: max-height 1s ease-out;
		 -o-transition: max-height 1s ease-out;
			transition: max-height 1s ease-out;
}

.type-red { color: red !important; }
.custom-alert { background-color: #ffcccb !important; }
.blue {
	color: #00b1ef !important;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.display-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.close-x {
	color: #00b1ef;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.close-x:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.footer-form input {
	font-family: 'Hind' !important;
	font-size: 14px !important;
	height: 37px !important;
	background-color: #2f2f2f !important;
	border: 1px solid #b0b0b0 !important;
	border-right: 0px !important;
	border-radius: 0px !important;
	margin-left: -4px !important;
}
.footer-form input::-webkit-input-placeholder { font-size: 14px !important; }
.footer-form input::-ms-input-placeholder { font-size: 14px !important; }
.footer-form input::-moz-placeholder { font-size: 14px !important; }
.footer-form input::-o-placeholder { font-size: 14px !important; }
.footer-form input::placeholder { font-size: 14px !important; }


.footer-form button {
	font-family: 'Hind' !important;
	background-color: #555 !important;
	border: 1px solid #b0b0b0 !important;
}
.footer-form button:hover {
	background-color: #777 !important;
}
.white-form input {
	background-color: #fff !important;
	border: 1px solid #b0b0b0 !important;
	border-right: 0px !important;
	border-radius: 0px !important;
	margin-left: -4px !important;
}
.blog-card {
	background-color: white;
	border: 1px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	min-height: 350px;
	transition: all .2s linear;
	overflow: hidden;
}
.blog-card:before {
	display: none;
	padding-left: 10px;
	content: "\201C";
	font-size: 60px;
	font-family: Georgia, serif;
	position: absolute;
	left: 15px;
	top: 35px;
	color: #edf1f4;
	text-shadow: 1px 1px 2px gray;
}
.blog-card h2 {
	margin-top: 40px;
	text-align: left;;
	font-size: 18px;
	font-weight: 500;
	color: #5a5a5a;
	min-height: 40px;
	padding: 0px 30px;
}
.blog-img {
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 300px;
	background-position: 50% 50%;
	box-shadow: 0 6px 12px rgba(0,0,0,0.19);
	transition: all .2s linear;
}
.blog-text {
	color: gray;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 10px 30px 0px 30px;
	height: 80px;
}
.blog-text a {
	text-decoration: none;
	pointer-events: none;
	color: gray;
}
.blog-card .button {
	margin-top: 30px;
}
.blog-date {
	margin-top: 30px;
	border-top: 1px solid #dcdcdc;
	padding: 15px 0px;
	background-color: #fcfcfc;
	text-align: center;
	transition: all .2s linear;
}

/* Hover */
.blog-card:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.19);
	background: #edf1f4;
	/* transform: translateY(-5px); */
}
.blog-card:hover .btn-white {
	background-color: #00b1ef;
	border-color: #00b1ef;
	color: white;
}
.blog-card:hover .btn-white:hover {
	background-color: #73d4f6;
	border-color: #73d4f6;
	color: white;
}
.blog-card:hover:before {
	top: 35px;
	left: 20px;
	display: none;
	z-index: 999;
}
.blog-card:hover .blog-date{
	border-top: 1px solid transparent;
	background: none;
}
.blog-card:hover .blog-img {
	box-shadow: none;
	transform: scale(1.05);
}

/* Blog Card - Large */
.blog-card-lg {
	padding: 0px 15px;
}
.blog-card-lg:hover {
	transform: none;
	background: #edf1f4;
}
.blog-card-lg:hover:before {
	display: none;
}
.blog-card-lg:hover .blog-img-lg {
	transform: scale(1.05);

}
.blog-card-lg h2 {
	font-size: 22px;
	padding: 0px 30px;
}
.blog-card-lg .blog-text {
	font-size: 18px;
	-webkit-line-clamp: 4;
	height: 105px;
}
.blog-card-lg:before {
	display: none;
}
.blog-img-lg {
	background-size: cover;
	margin: 0 auto;
	height: 100%;
	min-height: 450px;
	background-position: 50% 50%;
	max-width: 100%;
	box-shadow: none;
	transition: all .2s linear;
}

.blog-date-lg {
	background: none;
	border-top: 1px solid transparent;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.blog-nav-img {
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 100px;
	max-width: 200px;
	background-position: 50% 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.19);
	transition: all .2s linear;
	margin-bottom: 10px;
}

.collection {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.collection img {
	filter: contrast(0.8) brightness(0.65);
	transition: all .2s linear;
	outline: 1px solid #fff;
	outline-offset: -5px;
}
.collection:hover img {
	filter: contrast(0.9) brightness(0.8);
}
.collection span {
	margin: 0 auto;
	position: absolute;
	color: white;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	transition: all .2s linear;
}
.product-shadow {
	filter: drop-shadow(0 3px 0.75rem darkgray);
}
.inset-shadow {
	box-shadow: inset 0px 4px 7px rgba(0,0,11,0.2);
}
.img-shadow {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.promo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 6px 0px 3px 0px;
	font-size: 14px;
	text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	letter-spacing: 1px;
	font-weight: 700;
}
.promo-sale {
	color: #e42f30;
	border-left: 3px solid #e42f30;
}
.promo-new {
	color: #00b1ef;
	border-left: 3px solid #00b1ef;
}

@media only screen and (max-width: 1599px) { /* lg */
	.pad-sides-lg-10 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pad-sides-lg-30 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.pad-sides-lg-45 {
		padding-left: 45px;
		padding-right: 45px;
	}
	.pad-lg-10-right { padding-right: 10px; }
	.margin-top-lg-0 { margin-top: 0px; }
	.thumbswrap { padding-right: 38px; }
	.home-tile-lg-type { top: 87%; }
	.home-tile-sm-type { top: 74%; }
	.photo-stream-lg { height: 655px; }
	.photo-stream-md { height: 500px; }
	.photo-stream-xm { height: 399px; }
	.photo-stream-sm { height: 320px; }
	.photo-stream-xs { height: 192px; }
	.lifestyle-stream-lg { height: 439px; }
	.lifestyle-stream-md { height: 212px; }

	.text-lg-left { text-align: left; }
	.text-lg-right { text-align: right; }
	.text-lg-center { text-align: center; }

	.float-lg-left { float: left !important; }
	.float-lg-right { float: right !important; }
	.float-lg-none { float : none !important; }
}
@media only screen and (max-width: 1199px) { /* md */
	/* padding */
	.pad-md-10 { padding-top: 10px; }
	.pad-sides-md-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.type-md-40 { font-size: 40px; }
	.type-md-14 { font-size: 14px !important; }
	.type-md-16 { font-size: 15px !important; }
	.type-banner-img-95 { font-size: 85px; }
	.thumbswrap { padding-right: 29px; }
	.ansifl1 {
		font-size: 13px;
		font-weight: 400;
	}
	.ansifl1 th {
		font-size: 12px;
		font-weight: 300;
		padding: 5px;
	}
	.ansifl1 td {
		padding: 2px;
	}
	.video-height { height: 545px; }
	.photo-stream-lg { height: 455px; }
	.photo-stream-xm { height: 335px; }
	.photo-stream-sm { height: 220px; }
	.photo-stream-xs { height: 160px; }
	.lifestyle-stream-lg { height: 365px; }
	.lifestyle-stream-md { height: 175px; }
	.no-pull-md { float: none !important; clear: both; }
	.margin-top-md-015 { margin-top: -15px; }
	.inside { font-size: 10.7rem; }
	.the { font-size: 6.3rem; }
	.box { font-size: 17.6rem; }
	.border-top-md {
		border-top-style: solid;
		border-top-width: 1px;
	}

	.text-md-left { text-align: left; }
	.text-md-right { text-align: right; }
	.text-md-center { text-align: center; }

	.float-md-left { float: left !important; }
	.float-md-right { float: right !important; }
	.float-md-none { float : none !important; }
}
@media only screen and (max-width: 1115px) {
	.home-tile-lg-type { top: 85.5%; }
	.home-tile-sm-type { top: 71%; }
}
@media only screen and (max-width: 991px) { /* sm */
	.navbar-brand { padding-left: 0px; }
	.nav { margin-top: 11px; }
	.navbar-default-alt { height: 76px; }
	.navbar > .container {
		max-width: 100%;
		padding: 0;
		font-size: 14px;
		max-height: auto;
		overflow: hidden;
	}

	.collapsing, .in {
		text-align: right;
		border: 0;
		clear: both;
		float: right;
		background-color: rgba(24, 24, 24, .9);
		margin-top: 11px;
		padding-left: 0px;
		width: 120%;
		max-height: 9999px !important;
	}
	.navbar-mobile-shrink {
		margin-top: -3px;
	}
	.nav-search {
		font-size: 17px;
		padding-top: 0px !important;
		padding-bottom: 0px;
		float: right;
		margin-top: 2px;
		padding-right: 15px;
	}
	.nav-shop {
		margin-top: 1px !important;
		padding-bottom: 10px;
		padding-left: 15px !important;
		padding-right: 20px;
		float: right;
	}
	.nav-flag {
		padding-top: 0px !important;
		padding-bottom: 3px;
		float: right;
		margin-top: 0px;
	}
	.nav-account {
		padding-top: 0px !important;
		padding-bottom: 3px;
		float: right;
		margin-top: 0px;
	}
	.nav-search a span, .nav-account a span { color: #fff; }
	.type-sm-35 { font-size: 35px; }
	.type-sm-100 { font-size: 100px; }
	.type-space-sm-06 { letter-spacing: -6px; }
	.type-banner-img-95 {
		font-size: 70px;
	}
	.type-sm-center { text-align: center; }
	.line-height-sm-40 { line-height: 40px !important; }
	.pad-sm-5 { padding-top: 5px; }
	.pad-sm-10 { padding-top: 10px; }
	.pad-sm-15 { padding-top: 15px; }
	.pad-bot-sm-15 { padding-bottom: 15px; }
	.pad-sides-sm-0 { padding-left: 0px; padding-right: 0px; }
	.pad-sides-sm-15 { padding-left: 15px; padding-right: 15px; }
	.margin-top-sm-025 { margin-top: -25px; }
	.margin-top-sm-035 { margin-top: -35px; }
	.overflow-none-sm { overflow: hidden !important; }
	.border-top-sm {
		border-top-style: solid;
		border-top-width: 1px;
	}
	.border-bot-sm {
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	.border-none-sm { border: 0px; }
	.border-sm-left-0 { border-left: 0px; }
	.border-sm-right-0 { border-right: 0px; }
	.border-sm-sides-0 { border-left: 0px; border-right: 0px; }
	.display-none-sm { display: none; }
	.border-bot-sm {
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	.thumbswrap { padding-right: 34px; }
	.thumbs { margin-top: 51px; }
	.modal.modal-wide .modal-dialog { width: 100%; }
	.modal { margin-top: 0px; width: 100%; }
	.product-tab {
		padding-bottom: 0px;
		border: 0px;
	}
	.home-tile-lg-type { top: 90%; }
	.home-tile-sm-type { top: 81%; }
	.video-height { height: 422px; }
	.photo-stream-lg { height: 355px; }
	.photo-stream-xm { height: 255px; }
	.photo-stream-sm { height: 170px; }
	.photo-stream-xs { height: 120px; }
	.lifestyle-stream-lg { height: 281px; }
	.lifestyle-stream-md { height: 133px; }
	.home-tile-lg { padding-top: 100%; }
	.home-tile-sm { padding-top: 50%; }
	.no-pull-sm { float: none !important; clear: both; }
	.inside { font-size: 9.2rem; }
	.the { font-size: 5.4rem; }
	.box { font-size: 15rem; }
	.width-auto-sm { width: auto !important; max-width: 100% !important; }

	/* ECOM */
	.mini-cart-container { width: 40px !important; }
	.mini-cart-heading { float: right !important; }
	.report-problem { margin-top: 12px;	}
	.tooltip { display: none !important; }

	.no-flex-sm { display: block !important; }

	.text-sm-left { text-align: left; }
	.text-sm-right { text-align: right; }
	.text-sm-center { text-align: center; }

	.float-sm-left { float: left !important; }
	.float-sm-right { float: right !important; }
	.float-sm-none { float : none !important; }
}
@media only screen and (max-width: 767px) { /* xs */
	.type-xs-12 { font-size: 12px !important; }
	.type-xs-14 { font-size: 14px !important; }
	.type-xs-24 { font-size: 24px; }
	.type-xs-26 { font-size: 26px; }
	.type-xs-70 { font-size: 70px; }
	.type-space-xs-03 { letter-spacing: -3px; }
	.type-banner-img-95 { font-size: 60px; }
	.type-banner-h2 { font-size: 17px; }
	.type-xs-center { text-align: center; }
	.type-weight-xs-4 { font-weight: 400; }
	.line-height-xs-33 { line-height: 27px !important; }
	/* padding */
	.pad-xs-0 { padding-top: 0px !important; }
	.pad-xs-10 { padding-top: 10px; }
	.pad-xs-15 { padding-top: 15px; }
	.pad-xs-30 { padding-top: 30px; }
	.pad-sides-xs-0 { padding-left: 0px; padding-right: 0px; }
	.pad-left-xs-0 { padding-left: 0px !important; }
	.pad-sides-xs-5 { padding-left: 5px; padding-right: 5px; }
	.pad-sides-xs-15 { padding-left: 15px; padding-right: 15px;	}

	.margin-xs-0 { margin: 0px !important; }

	.no-anim-xs { animation: none; }

	.no-flex-xs { display: block !important; }

	.border-xs-sides-0 { border-left: 0px; border-right: 0px; }
	.border-xs-0 { border: 0px; }
	.border-xs-bot-0 { border-bottom: 0px; }
	.border-top-xs {
		border-top-style: solid;
		border-top-width: 1px;
	}
	.border-bot-xs {
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	.display-none-xs { display: none !important; }
	.navbar-default { height: 77px; }
	.navbar-default-alt { height: 50px; }
	.logo-pelican {
		width: 140px;
		height: 31px;
		background-size: 140px 31px;
	}
	.logo-peli {
		width: 94px;
		height: 31px;
		background-size: 94px 31px;
	}
	#navbar-tools { padding-top: 3px !important; }
	.navbar-brand { padding-top: 8px; }
	.navbar-collapse { margin-top: -3px;}
	.navbar .icon-bar { margin-top: -2px; }
	.whitenav { padding-top: 77px; }
	.search-screen { height: 98px; }
	.search-box {
		height: 10px;
		background-color: #222;
		padding-top: 5px;
		padding-left: 0px;
	}
	.search-box-button {
		font-size: 22px;
		padding-top: 34px;
		padding-right: 15px;
		width: auto;
	}
	.search-box-input {
		height: 98px;
		font-size: 22px;
		padding: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 0px;
		width: 85%;
	}
	.home-tile-sm { padding-top: 100%; }
	#modal_thumbs_wrap {
		overflow-x: auto;
		overflow-y: hidden !important;
		width: auto;
		white-space: nowrap;
	}
	.modal_thumbs {
		display: inline-block;
	}
	.home-tile-video { padding-top: 99.99%; }
	.home-tile-lg-type, .home-tile-sm-type { top: 87%; }
	.home-tile-lg-type p, .home-tile-sm-type p {
		font-size: 16px;
		padding-left: 5%;
		line-height: 2px;
	}
	.home-tile-lg-type h2, .home-tile-sm-type h2 {
		font-family: Sweden;
		font-size: 26px;
		padding-left: 5%;
		line-height: 2px;
	}
	.video-height { height: 315px; }
	.photo-stream-lg { height: auto; background-image: none !important; }
	.photo-stream-xm { height: auto; background-image: none !important; }
	.photo-stream-sm { height: auto; background-image: none !important; }
	.photo-stream-xs { height: auto; background-image: none !important; }
	.lifestyle-stream-lg { height: auto; background-image: none !important; }
	.lifestyle-stream-md { height: auto; background-image: none !important; }
	.display-xs-block { display: block !important; }
	.flexslider {
		padding-top: 5px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.no-pull-xs { float: none !important; clear: both; }
	.inside {
		font-size: 5.9rem;
		margin-left: 5px;
		line-height: 35px;
	}
	.the {
		font-size: 3.2rem;
		line-height: 0px;
	}
	.box { font-size: 9.5rem; }
	.product-tile-overlay { margin-left: -15px; }
	.nav-shop {
		margin-left: 0px;
	}
	.option {
		position: static;
		margin-top: 0px;
	}

	.text-xs-left { text-align: left; }
	.text-xs-right { text-align: right; }
	.text-xs-center { text-align: center; }

	.float-xs-left { float: left !important; }
	.float-xs-right { float: right !important; }
	.float-xs-none { float : none !important; }
}
@media only screen and (max-width: 640px) {
	.home-tile-lg-type, .home-tile-sm-type { top: 85%; }
}
@media only screen and (max-width: 600px) {
	.type-banner-img-95 {
		font-size: 50px;
	}
	.blog-card:before { display: block; }
	.blog-card h2 { padding-left: 20px; padding-right: 20px; }
	.blog-text { padding-left: 20px; padding-right: 20px; }
}
@media only screen and (max-width: 540px) { /* xxs */
	.type-xxs-12 { font-size: 12px; }
	.type-xxs-38 { font-size: 38px; }
	.type-space-xxs-02 { letter-spacing: -2px; }
	.home-tile-lg-type, .home-tile-sm-type { top: 84%; }
}
@media only screen and (max-width: 480px) {
	.type-banner-img-95 {
		font-size: 40px;
		-webkit-text-stroke: 1px #fff;
	}
	.home-tile-lg-type, .home-tile-sm-type { top: 79%; }
	.video-height { height: 245px; }
}
@media only screen and (max-width: 413px) {
	.ansifl1 {
		font-size: 12px;
		font-weight: 400;
	}
	.ansifl1 th {
		font-size: 11px;
		font-weight: 300;
		padding: 4px;
	}
	.ansifl1 td {
		padding: 2px;
	}

}
@media only screen and (max-width: 355px) {
	.logo-pelican, .logo-alt-pelican {
	width: 158px;
	height: 35px;
	background-size: 158px 35px;
}
@media only screen and (max-width: 380px) {
	.video-height { height: 200px; }
}
@media only screen and (max-width: 320px) {

}
