/*INCLUDE INDUSTRY FONT*/
@font-face {
	font-family: 'industrybook';
	src: url(../recursos/fuente/hold_fast_foundry_-_industry_book-webfont.eot);
	src: url(../recursos/fuente/hold_fast_foundry_-_industry_book-webfont.eot?#iefix) format('embedded-opentype'), url(../recursos/fuente/hold_fast_foundry_-_industry_book-webfont.woff2) format('woff2'), url(../recursos/fuente/hold_fast_foundry_-_industry_book-webfont.woff) format('woff'), url(../recursos/fuente/hold_fast_foundry_-_industry_book-webfont.ttf) format('truetype'), url(../recursos/fuente/hold_fast_foundry_-_industry_book-webfont.svg#industrybook) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'industrydemi';
	src: url(../recursos/fuente/hold_fast_foundry_-_industry_demi-webfont.eot);
	src: url(../recursos/fuente/hold_fast_foundry_-_industry_demi-webfont.eot?#iefix) format('embedded-opentype'), url(../recursos/fuente/hold_fast_foundry_-_industry_demi-webfont.woff2) format('woff2'), url(../recursos/fuente/hold_fast_foundry_-_industry_demi-webfont.woff) format('woff'), url(../recursos/fuente/hold_fast_foundry_-_industry_demi-webfont.ttf) format('truetype'), url(../recursos/fuente/hold_fast_foundry_-_industry_demi-webfont.svg#industrydemi) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'industrylight';
	src: url(../recursos/fuente/hold_fast_foundry_-_industry_light-webfont.eot);
	src: url(../recursos/fuente/hold_fast_foundry_-_industry_light-webfont.eot?#iefix) format('embedded-opentype'), url(../recursos/fuente/hold_fast_foundry_-_industry_light-webfont.woff2) format('woff2'), url(../recursos/fuente/hold_fast_foundry_-_industry_light-webfont.woff) format('woff'), url(../recursos/fuente/hold_fast_foundry_-_industry_light-webfont.ttf) format('truetype'), url(../recursos/fuente/hold_fast_foundry_-_industry_light-webfont.svg#industrylight) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'industrybook_italic';
	src: url(../recursos/fuente/hold_fast_foundry_-_industry_book_italic-webfont.eot);
	src: url(../recursos/fuente/hold_fast_foundry_-_industry_book_italic-webfont.eot?#iefix) format('embedded-opentype'), url(../recursos/fuente/hold_fast_foundry_-_industry_book_italic-webfont.woff2) format('woff2'), url(../recursos/fuente/hold_fast_foundry_-_industry_book_italic-webfont.woff) format('woff'), url(../recursos/fuente/hold_fast_foundry_-_industry_book_italic-webfont.ttf) format('truetype'), url(../recursos/fuente/hold_fast_foundry_-_industry_book_italic-webfont.svg#industrylight) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'industrylight_italic';
	src: url(../recursos/fuente/hold_fast_foundry_-_industry_light_italic-webfont.eot);
	src: url(../recursos/fuente/hold_fast_foundry_-_industry_light_italic-webfont.eot?#iefix) format('embedded-opentype'), url(../recursos/fuente/hold_fast_foundry_-_industry_light_italic-webfont.woff2) format('woff2'), url(../recursos/fuente/hold_fast_foundry_-_industry_light_italic-webfont.woff) format('woff'), url(../recursos/fuente/hold_fast_foundry_-_industry_light_italic-webfont.ttf) format('truetype'), url(../recursos/fuente/hold_fast_foundry_-_industry_light_italic-webfont.svg#industrylight) format('svg');
	font-weight: normal;
	font-style: normal;
}
/*INCLUDE INDUSTRY FONT*/
/*BANNER STYLES*/
#FLIRProductBannerYellow {
	background: url(topBannerYellow-XL.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 400px;
	position: relative;
}

@media (max-width: 850px) {
#FLIRProductBannerYellow {
	background: url(Products/topBannerYellow-L.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 320px;
}
}

@media (max-width: 768px) {
#FLIRProductBannerYellow {
	background: url(topBannerYellow-M.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 385px;
}
}

@media (max-width: 375px) {
#FLIRProductBannerYellow {
	background: url(topBannerYellow-SM.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 250px;
}
}
#FLIRProductBannerBlue {
	background: url(topBannerBlue-XL.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 400px;
	position: relative;
}

@media (max-width: 850px) {
#FLIRProductBannerBlue {
	background: url(topBannerBlue-L.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 320px;
}
}

@media (max-width: 768px) {
#FLIRProductBannerBlue {
	background: url(topBannerBlue-M.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 385px;
}
}

@media (max-width: 375px) {
#FLIRProductBannerBlue {
	background: url(topBannerBlue-SM.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 250px;
}
}
#FLIRProductBannerGrey {
	background: url(topBannerGrey-XL.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 400px;
	position: relative;
}

@media (max-width: 850px) {
#FLIRProductBannerGrey {
	background: url(topBannerGrey-L.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 320px;
}
}

@media (max-width: 768px) {
#FLIRProductBannerGrey {
	background: url(topBannerGrey-M.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 385px;
}
}

@media (max-width: 375px) {
#FLIRProductBannerGrey {
	background: url(topBannerGrey-SM.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 250px;
}
}
#FLIRProductBannerGreen {
	background: url(topBannerGreen-XL.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 400px;
	position: relative;
}

@media (max-width: 850px) {
#FLIRProductBannerGreen {
	background: url(topBannerGreen-L.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 320px;
}
}

@media (max-width: 768px) {
#FLIRProductBannerGreen {
	background: url(topBannerGreen-M.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 385px;
}
}

@media (max-width: 375px) {
#FLIRProductBannerGreen {
	background: url(topBannerGreen-SM.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 250px;
}
}
#FLIRProductBannerGrit {
	background: url(topBannerGrit-XL.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 400px;
	position: relative;
}

@media (max-width: 850px) {
#FLIRProductBannerGrit {
	background: url(topBannerGrit-L.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 320px;
}
}

@media (max-width: 768px) {
#FLIRProductBannerGrit {
	background: url(topBannerGrit-M.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 385px;
}
}

@media (max-width: 375px) {
#FLIRProductBannerGrit {
	background: url(topBannerGrit-SM.jpg);
	background-size: cover;
	background-position: 50% 0%;
	min-height: 250px;
}
}
/*BANNER STYLES*/
/*BANNER CONTENT STYLES*/
#FLIRProductBannerContent {
	padding-top: 100px;
}

@media (max-width: 850px) {
#FLIRProductBannerContent {
	padding-top: 150px;
}
}

@media (max-width: 768px) {
#FLIRProductBannerContent {
	padding-top: 70px;
}
}

@media (max-width: 375px) {
#FLIRProductBannerContent {
}
}
/*#FLIRProductBannerImg {position: relative;}
#FLIRProductBannerImg img {position:absolute; bottom: 0; right: 0;}*/
.bannerDescriptor {
	font-size: 60px;
	color: rgb(255, 255, 255) !important;
	font-family: 'industrylight_italic';
	line-height: 1.0;
	text-align: right;
	padding-right: 5%;
	margin-bottom: 20%;
	text-transform: uppercase;
}

@media (max-width: 850px) {
.bannerDescriptor {
	font-size: 44px;
}
}

@media (max-width: 768px) {
.bannerDescriptor {
	font-size: 38px;
}
}

@media (max-width: 375px) {
.bannerDescriptor {
}
}
h1.lockup {
	position: relative;
	line-height: 25px;
	text-align: right;
}

@media (max-width: 850px) {
h1.lockup {
}
}

@media (max-width: 768px) {
h1.lockup {
}
}

@media (max-width: 375px) {
h1.lockup {
}
}
h1.lockup span {
	position: relative;
}
.flirLockup {
	font-size: 36px;
	top: -35px;
	color: #fff;
	font-family: 'industrybook_italic';
}

@media (max-width: 850px) {
.flirLockup {
	font-size: 24px;
	top: -24px
}
}

@media (max-width: 768px) {
.flirLockup {
	font-size: 18px;
	top: -22px
}
}

@media (max-width: 375px) {
.flirLockup {
}
}
.familyLockup {
	font-size: 80px;
	color: #ffa300;
	left: -8px;
	font-family: 'industrybook_italic';
}

@media (max-width: 850px) {
.familyLockup {
	font-size: 60px;
}
}

@media (max-width: 768px) {
.familyLockup {
	font-size: 50px;
}
}

@media (max-width: 375px) {
.familyLockup {
}
}
.tmLockup {
	font-size: 15px;
	top: -45px;
	left: -5px;
	color: #fff;
	font-family: 'industrybook';
}

@media (max-width: 850px) {
.tmLockup {
	top: -29px;
	left: -15px
}
}

@media (max-width: 768px) {
.tmLockup {
	top: -24px;
	left: -15px
}
}

@media (max-width: 375px) {
.tmLockup {
}
}
/*BANNER CONTENT STYLES*/
/*STICKY MENU STYLES*/
#navbar-main {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 75px;
}
.distributorMenu {
	padding-bottom: 0!important;
}
p.distributorLink {
	font-size: 12px;
	margin: 5px 0 0 0!important;
	text-align: center;
}
#stickyPrice {
	padding-top: 5px;
}
.padded-break-small {
	margin-bottom: 5px;
}
#stickyAddToCart {
	margin-top: 8px;
}
.pricing, .cents {
	position: relative;
	font-size: 11px;
	top: -10px;
	color: #00539b;
}
.flirblue {
	font-weight: bold;
	font-size: 24px;
	padding-right: 0px;
	color: #00539b;
}
.pricing, .cents {
	position: relative;
	font-size: 11px;
	top: -10px;
	color: #00539b;
}
.main-buy-button, .main-buy-button:hover {
	background: #ffa300;
	border: none !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	width: auto;
}
.store-learn-button, .store-learn-button:hover {
	background: #ffa300;
	border: none !important;
	color: #fff;
	padding: 6px 10px;
	text-transform: uppercase;
}
.store-buy-button, .store-buy-button:hover {
	background: #ffa300;
	border: none !important;
	color: #fff;
	padding: 6px 10px;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px rgb(238, 238, 238);
}
.currentSection {
	color: #902147 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 17px !important;
	border-bottom: #902147 2px solid;
}
.has-sale-price {
	display: inline-block;
	padding-right: 5px;
	margin-top: 10px;
}
#navbar-secondary .has-sale-price > .pricing, .has-sale-price > .cents {
	position: relative;
	font-size: 9px;
}
#navbar-secondary .has-sale-price > .flirblue {
	font-weight: bold;
	font-size: 15px;
	padding-right: 0px;
	color: #555555 !important;
}
.has-sale-price > .pricing, .has-sale-price > .flirblue, .has-sale-price > .cents {
	color: #555555 !important;
	text-decoration: line-through;
}
.has-sale-price > .flirblue {
	font-size: 17px;
}
.reviewContainer {
	padding-top: 16px;
}
/*STICKY MENU STYLES*/
/*FLIR LOCKUP STYLES*/
h1.heading-lockup {
	position: relative;
	line-height: 0.3;
	text-align: right;
	margin-bottom: 15px !important;
}
h1.heading-lockup span {
	position: relative;
}
.heading-flirLockup {
	font-size: 36px;
	top: -30px;
	color: #00539b;
	font-family: 'industrybook_italic';
}

@media (max-width: 850px) {
.heading-flirLockup {
}
}

@media (max-width: 768px) {
.heading-flirLockup {
}
}

@media (max-width: 375px) {
.heading-flirLockup {
	font-size: 18px;
	top: -22px;
}
}
.heading-familyLockup {
	font-size: 80px;
	color: #ffa300;
	left: -8px;
	font-family: 'industrybook_italic';
	line-height: 65px;
}

@media (max-width: 850px) {
.heading-familyLockup {
}
}

@media (max-width: 768px) {
.heading-familyLockup {
}
}

@media (max-width: 375px) {
.heading-familyLockup {
	font-size: 50px
}
}
.heading-tmLockup {
	font-size: 15px;
	top: -45px;
	left: -5px;
	color: #ffa300;
	font-family: 'industrydemi';
}

@media (max-width: 850px) {
.heading-tmLockup {
}
}

@media (max-width: 768px) {
.heading-tmLockup {
}
}

@media (max-width: 375px) {
.heading-tmLockup {
	top: -24px;
}
}
.heading-descriptor {
	font-size: 28px;
	color: #00539b !important;
	font-family: 'industrybook_italic';
	line-height: 1.0;
	text-align: right;/*padding-right: 2%; border-bottom: 1px solid rgba(100, 100, 100, 0.5);*/
	padding-bottom: 10px;
	position: relative;
	right: 30px;
}

@media (max-width: 850px) {
.heading-descriptor {
	font-size: 24px;
}
}

@media (max-width: 768px) {
.heading-descriptor {
	font-size: 18px;
}
}

@media (max-width: 375px) {
.heading-descriptor {
	font-size: 16px;
	right: 0;
}
}
.store-heading-descriptor {
	font-size: 30px;
	color: #666 !important;
	font-family: 'industrybook';
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.0;
	text-align: center;/*padding-right: 2%;	border-bottom: 1px solid rgba(100, 100, 100, 0.5);*/
	padding-bottom: 10px;
}

@media (max-width: 850px) {
.store-heading-descriptor {
}
}

@media (max-width: 768px) {
.store-heading-descriptor {
}
}

@media (max-width: 375px) {
.store-heading-descriptor {
}
}/*FLIR LOCKUP STYLES*/
/*QUOTE PANEL STYLES*/
#quote-panel, .quote-panel {
	background: url(recursos/Thermal-Background.jpg) no-repeat;
	background-size: cover;
	padding: 20px;
}
#quote-panel .col-sm-4 p, #quote-panel .col-sm-6 p {
	font-style: italic;
	font-size: 14px;
	color: #fff !important;
}
.quote-box {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 20px 10px;
	margin-bottom: 15px;/*border-bottom: 1px solid rgba(225, 225, 225, 0.5);*/
}
.featurePanel {
	padding-top: 100px !important;
	padding-bottom: 150px !important;
}
/*QUOTE PANEL STYLES*/
/*CORE MESSAGE PANEL STYLES*/
#coreMessage1-leftText, #coreMessage2-leftText, #coreMessage3-leftText {
	min-height: 300px;
}

@media (max-width: 850px) {
#coreMessage1-leftText, #coreMessage2-leftText, #coreMessage3-leftText {
	min-height: 300px;
}
}

@media (max-width: 768px) {
#coreMessage1-leftText, #coreMessage2-leftText, #coreMessage3-leftText {
	min-height: 300px;
}
}

@media (max-width: 375px) {
#coreMessage1-leftText, #coreMessage2-leftText, #coreMessage3-leftText {
	min-height: 250px;
}
}
#coreMessage1-rightText, #coreMessage2-rightText, #coreMessage3-rightText {
	min-height: 300px;
}

@media (max-width: 850px) {
#coreMessage1-rightText, #coreMessage2-rightText, #coreMessage3-rightText {
	min-height: 300px;
}
}

@media (max-width: 768px) {
#coreMessage1-rightText, #coreMessage2-rightText, #coreMessage3-rightText {
	min-height: 300px;
}
}

@media (max-width: 375px) {
#coreMessage1-rightText, #coreMessage2-rightText, #coreMessage3-rightText {
	min-height: 250px;
}
}
#coreMessage1-mobile, #coreMessage2-mobile, #coreMessage3-mobile {
	min-height: 250px;
}
.whiteText {
	color: #fff;
}

@media (max-width: 768px) {
.whiteText {
	color: #555;
}
}
/*CORE MESSAGE PANEL STYLES*/
/*FEATURE PANEL STYLES*/
#fullfeatures {
	background: url(gray-45-transparent.png) no-repeat;
	background-size: cover;
}
/*FEATURE PANEL STYLES*/
/*AVAILABLE MODELS STYLES*/
.store-product-block, .store-feature-block {
	border: #d7d7d7 2px solid;
	margin-bottom: 15px;
	padding: 15px;
}
.product-block-image {
	min-height: 300px;
}
.top-divider {
	border-top: 5px solid #d7d7d7;
	padding-top: 10px;
}
/*AVAILABLE MODELS STYLES*/
/*SUPPORT PANEL STYLES*/
#store-top-panel {
	background: #faa21b url(gray-45-transparent.png);
	min-height: 85px;
	background-size: cover;
}
.store-top-pod {
	border: #fff 1px solid;
	background: rgba(225, 225, 225, 0.2);
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
}
.store-top-pod h5, .store-top-pod h5 a, .store-top-pod h5 a:hover, .store-top-pod h5 a:visited {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 18px;
}
.store-top-pod h5, .store-top-pod p, .store-top-pod a, .store-top-pod a:hover {
	color: #fff;
}
.store-top-pod p {
	font-size: 13px;
	line-height: 1.4;
}
/*SUPPORT PANEL STYLES*/
/*WHAT'S IN THE BOX STYLES*/
#inbox {
	background: #f3f3f3;
	padding-left: 0px !important;
	padding-right: 0px !important;
	background-size: cover;
	min-height: 450px;
}
/*WHAT'S IN THE BOX STYLES*/
/*GALLERY STYLES*/
#gallery {
	list-style-type: none;
	margin: 0;
	height: auto;
	overflow: hidden;
}
.videoWrapper {
	position: relative!important;
	padding-bottom: 17%!important;
	padding-top: 25px!important;
	height: 0!important;
}
.videoWrapper iframe {
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
}
/*GALLERY STYLES*/
/*USE CASE STYLES*/
.app-pod {
	min-height: 350px;
	padding-right: inherit!important;
	padding-left: inherit!important;
}
/*USE CASE STYLES*/
#app-notes {
	background: url(gray-45-transparent.png) no-repeat;
	background-size: cover;
}
#fullfeatures h3.heading-product {
	/*padding-bottom: 30px;*/
	text-align: center !important;
}
#inbox {
	background: #f3f3f3;
	padding-left: 0px !important;
	padding-right: 0px !important;
	background-size: cover;
	min-height: 450px;
}
#feature-video-product {
	position: relative;
	padding-bottom: 35%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#feature-video-product iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#distributor {
	background: #ddd;
	margin-top: 30px;
	padding: 40px 0;
}
.features {
	padding-left: 15px;
}
.app-pod {
	min-height: 350px;
	padding-right: 11%;
	padding-left: 30px;
}
#app-electrical, #app-hvac, #app-building {
	background: #555;
}
#app-building {
	background-size: cover;
}
#app-hvac {
	background-size: cover;
	border-right: #fff 1px solid;
}
#app-electrical {
	background-size: cover;
	border-right: #fff 1px solid;
}
.intro-text-block {
	/*border-left: 1px solid rgba(100, 100, 100, 0.5);*/
	padding-left: 0px;
}
#training-panel, #promo-panel {
	padding: 10px;
	background-color: rgb(0, 83, 155);
}
#promo-panel {
	background: #00539b;
	padding: 25px;
}
/*PANEL STYLES*/
/*CUSTOM STYLES*/
.padding10 {
	padding-top: 10px;
}
.paddingb10 {
	padding-bottom: 10px;
}
.padding25 {
	padding-top: 25px;
}
.padding50 {
	padding-top: 50px;
}
.padding75 {
	padding-top: 75px;
}
.padding100 {
	padding-top: 100px;
}
.padding150 {
	padding-top: 150px;
}
.padding175 {
	padding-top: 175px;
}
.padding200 {
	padding-top: 200px;
}
.paddingb25 {
	padding-bottom: 25px;
}
.paddingb50 {
	padding-bottom: 50px;
}
.paddingb100 {
	padding-bottom: 100px;
}
.paddingb150 {
	padding-bottom: 150px;
}
.paddingb200 {
	padding-bottom: 200px;
}
.featureblock .col-sm-3 {
	padding-right: 0px;
}
.featureblock .col-sm-9 {
	padding-left: 5px;
}
.featureIcon {
	padding-top: 25px;
}
.mobile-price-panel {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
/*CUSTOM STYLES*/
/*TEXT STYLES*/
.small-text {
	font-size: 18px;
}
h5 {
	font-weight: bold;
	font-size: 15px;
}
h1.heading-product, h2.heading-product, h3.heading-product, h4.heading-product {
	font-family: 'industrybook';
	text-transform: uppercase;
	/*display: inline-block;*/
	margin-bottom: 10px;
}
h1.heading-product {
	font-size: 38px;
}
h2.heading-product {
	font-size: 32px;
	line-height: 36px;
}
h3.heading-product {
	font-size: 28px;
	line-height: 1.2;
}
h4.heading-product {
	font-size: 20px;
	line-height: 25px;
}
#feature-panel1-product h3, #feature-panel1-product p, #feature-panel1-product h4, #feature-panel2-product h3, #feature-panel2-product h4, #feature-panel2-product p, #feature-panel3-product h3, #feature-panel3-product h4, #feature-panel3-product p, #promo-panel h2, #promo-panel h3, #promo-panel h4, #promo-panel p {
	color: #fff;
}
#feature-panel1-product h3.inverse, #feature-panel1-product h4.inverse, #feature-panel1-product p.inverse, #feature-panel2-product h4.inverse, #feature-panel2-product h3.inverse, #feature-panel2-product p.inverse, #feature-panel3-product h3.inverse, #feature-panel3-product h4.inverse, #feature-panel3-product p.inverse {
	color: #555;
}
.quote-author {
	font-style: normal !important;
	font-weight: bold;
}
.quote-source, .quote-source a, .quote-source a:hover, .quote-source a:focus, .quote-source a:visited {
	font-size: 9px !important;
	margin-top: 25px;
	color: #fff;
}
.quote-panel .col-sm-4 p, .quote-panel .col-sm-6 p {
	font-style: italic;
	font-size: 14px;
	color: #fff !important;
}
.quote-panel .col-sm-4 {
	margin-top: 25px;
	/*border-left: 1px solid rgba(225, 225, 225, 0.5);*/
	padding-left: 0px;
}
.app-pod h4, .app-pod p {
	padding-left: 20px;
	color: #fff;
	text-shadow: 1px 1px 5px #000;/*padding-right: 25%;*/
}
.app-pod h4 {
	font-size: 25px;
	/*font-weight: 700;*/
	font-family: 'industrydemi';
	text-transform: uppercase;
	font-style: italic;
	padding-top: 50%;
}
.price-highlight {
	color: #00539b !important;
}
.yellow-highlight {
	color: rgb(255, 163, 0) !important;
}
.revolution-ch1 {
	font-family: "industrybook", sans-serif;
}
/*TEXT STYLES*/

/* -- Banner Logo Lockup --  */


/*.descriptor {
	font-size: 60px;
	color: rgb(255, 255, 255) !important;
	font-family: 'industrybook';
	font-style: italic;
	line-height: 1.0;
	text-align: right;
	padding-right: 5%;
}*/
/* -- Product Heading Logo Lockup --  */

p.intro-text {
	font-size: 16px;
}
.success-story p, .success-story h2 {
	padding-left: 0px !important;
}
#promo-panel p {
	line-height: 1.2;
}
#promo-panel h4, #training-panel h4 {
	font-weight: bold;
	margin-bottom: 0px;
}
#training-panel h2, #training-panel h4, #training-panel p, #training-panel a, #training-panel a:hover {
	color: #fff;
	text-align: left;
}
#training-panel p {
	line-height: 1.2;
}
.featureblock .glyphicon {
	font-size: 47px;
	color: #666;
}
/*Links and Buttons*/
.app-pod a, .app-pod a:hover {
	color: #fff;
}
.store-menu .store-menu-items li a {
	color: #687074;
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
	border-bottom: solid 1px #d7d7d7;
	clear: both;
	display: block;
	white-space: nowrap;
}
.out-of-stock {
	color: #999999;
	padding: 6px 10px;
}
.currentSection {
	color: #00539b !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 17px !important;
	border-bottom: #00539b 2px solid;
}
.cart-button {
	color: #fff;
	text-transform: uppercase;
	border: 1px #fff solid;
	font-size: 12px;
	padding: 2px 5px;
}
/* Prevents buttons from wrapping in German */
#ProductOptions + .container .store-buy-button {
	display: inline-block;
	margin-top: 10px;
}
/*Images*/
.image {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.img-hover img {
	-webkit-transition: all .3s ease; /* Safari and Chrome */
	-moz-transition: all .3s ease; /* Firefox */
	-o-transition: all .3s ease; /* IE 9 */
	-ms-transition: all .3s ease; /* Opera */
	transition: all .3s ease;
}
.img-hover img:hover {
	position: relative;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.75); /* Safari and Chrome */
	-moz-transform: scale(1.75); /* Firefox */
	-ms-transform: scale(1.75); /* IE 9 */
	-o-transform: translatZ(0) scale(1.75); /* Opera */
	transform: translatZ(0) scale(1.75);
}
/*Secondary Nav*/
.tab-v3 .nav-pills li a {
	padding: 10px 40px;
	min-width: 226px;
	text-align: center;
}
#navbar-secondary {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 70px;
}
#navbar-secondary .navbar-nav li a {
	padding-bottom: 5px;
}
#navbar-secondary .nav > li > a {
	padding: 12px;
}

@media (max-width: 850px) {
#navbar-secondary .navbar-nav li a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px !important;
}
#navbar-secondary .pricing {
	position: relative;
	font-size: 12px;
	top: -8px;
	color: #00539b;
}
#navbar-secondary .cents {
	position: relative;
	font-size: 12px;
	top: -8px;
	color: #00539b;
}
#navbar-secondary .flirblue {
	font-weight: bold;
	font-size: 24px;
	padding-right: 0px;
	color: #00539b;
}
#navbar-secondary .main-buy-button {
	font-size: 14px;
	padding: 10px 16px;
}
.reviews {
	padding-top: 5px;
}
.store-product-block h3, .store-feature-block h3 {
	font-size: 16px;
	line-height: 20px;
}
.store-buy-button, .store-buy-button:hover {
	display: inline-block;
	font-size: 12px;
	width: auto;
	text-align: center;
}
.store-learn-button, .store-learn-button:hover {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	width: auto;
	text-align: center;
}
.out-of-stock {
	display: inline-block;
}
}

@media (min-width: 850px ) {
.col-md-2 {
	width: 16.666666666666664%;
}
}

@media (max-width: 850px) {
.padding50, padding150, .padding200 {
	padding-top: 30px;
}
.padding100 {
	padding-top: 50px;
}
#fullfeatures, #inbox, #specifications {
	padding-top: 50px;
}
#inbox {
	min-height: initial;
}
.featureblock .glyphicon {
	font-size: 36px;
	padding-right: 20px;
}
.featureIcon {
	padding-top: 10px;
}
}

@media (max-width: 768px) {
#navbar-secondary {
	height: 100%;
	display: none;
}
#topbanner h1 {
	text-align: center;
}
.featurePanel {
	padding-top: 15%;
	padding-bottom: 15%;
}
.quote-box {
	padding: 20px;
}
#fullfeatures {
	text-align: center;
	/*padding-top: 50px;*/
	
	padding-top: 0px;
	padding-bottom: 20px;
}
#fullfeatures h3.heading-product {
	padding-bottom: 0;
}
.featureblock {
	margin-bottom: 20px;
}
#specifications, #inbox {
	padding-top: 30px;
}
.featureblock .col-sm-3 {
	padding-left: 0;
}
.app-pod {
	padding-right: 30%;
}
.app-pod h4 {
	padding-top: 40%;
}
}