/* FOOTER */
/* Message Box Form */
.footer-messageform {
	min-height: 55px;
	min-width: 100%;
	max-height: 200px;
	max-width: 500px;
}
.footer-textareaform {
min-height: 55px;
min-width: 100%;
max-height: 200px;
max-width: 250px;
}

/* Footer Images */
.footer-img {
	padding-top: 10%;
	width:75%;
}

/* Back to top button in footer */
.btn_rtntop {
	position: relative;
	top: -25px; 
	text-align:center;
	width: 50px;
	left: 5px;
}

@media only screen and (max-width: 991px) {
	.footer-form {
		padding-top: 10%;
	}
}


/* DOWNLOADS */
/* Base class for the iomytested logo on the downloads page */
.download_iomytested {
	height: 150px;
}
	
.download_heading {
	font-family: inherit;
	font-weight: bold;
}

@media only screen and (min-width:992px) {
	.download_iomytested {
		position: absolute; 
		top: 49px;
	}
	.download_heading {
	text-align: center;
	font-size: 30px;
	}
}

@media only screen and (min-width:768px) and (max-width: 991px) {
	.download_iomytested {
		position: absolute; 
		top: 49px;
	}
	.download_heading {
	text-align: center;
	font-size: 30px;
	}
}
	
@media only screen and (max-width: 767px) {
	.download_heading {
	text-align: center;
	font-size: 24px;
	}
	.download_iomytested {
		height: 130px;
	}
}


/* TEXT STYLES */
/* Text - Gray */
.Text_gray {
	color:	#404040;
}

/* Text - Darker Green */
.iomy_dgreen {
	color: #159126;
}

/* Text - White */
.white {
	color: white;
}

.lineheight1d1 {
	line-height: 1.1;
}

.lineheight2 {
	line-height: 2;
}

.lineheight1d6 {
	line-height: 1.6;
}

.lineheight1d8 {
	line-height: 1.8;
}

/* IMAGE ADJUSTMENTS */
/* Image Centerer */
img.center {
    display: block;
    margin: 0 auto;
}

/* PAGE LAYOUT / STYLING */
/* Centering 5 columns */
.col-half-offset{
	margin-left:4.166666667%
}
@media only screen and (max-width: 991px) {
	.col-half-offset{
		margin-left:0%
	}
}

/* Faded green background */
.fadegreenbg {
	background: rgba(140, 198, 63, 0.7);
}

/* Faded grey background */
.fadegreybg {
	background: rgba(100, 100, 100, 0.7);
}


/* FIXES */
/* Correcting the firefox padding issue on the index brochure */
@media only screen and (min-width: 992px) and (max-width:1199px) {
	.brochurefix {
		padding-left: 3px;
	}
}

/* Z-Index Priority to fix overlap issues */
.zindexpriority {
	z-index: 1000;
}


/* SMART BULBS */
/* Banner changing for Smart Bulbs */
.boxes div {
    display: none;
}




/* SUPPORTED THINGS */
/* Additions to Supported Things Ian CSS for Scaling Fixes */
@media only screen and (max-width: 768px) {
	.supportedgrid_img {
		max-width: 75%;
	}
	.supportedthing_text {
		 font-size: 14px;
	}
}
	
@media only screen and (min-width: 769px) and (max-width: 991px) {
	.supportedgrid_img {
		width: 180px;
	}
	.supportedthing_text {
		 font-size: 14px;
	}
}

.cursorpointer a {
	cursor: pointer;
}

/* Fix text pushing images on smaller sizes*/
@media only screen and (min-width: 500px) and (max-width: 600px) {
	.supportedthing_item {
		min-height: 186px;
	}
}

/* Supported Things / iOmy Tested Icon*/
.iomytestedicon {
	max-width: 120px;
}

.supportedtabs > .nav-tabs > li.active > a {
	color: #93c94f;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.supportedthings_howto {
	font-size: 18px;
	font-weight: bold;
}

/* Add some padding below buy now on smaller res */
@media only screen and (max-width: 991px) {
	.supportedthings_buy {
		padding-bottom: 20px;
	}
}

/* WHY IOMY - Index */
/* Why iOmy tiles styling */
.whyimg {
	width:7.5rem;
	margin:2rem;
}

.whytext {
	font-size: 20px;
	min-height: 60px;
	font-family: 'PoppinsRegular';
}

/* Why iOmy tiles correct firefox 'be entertained' alignment */
.whyiomy {
	line-height: 1.5;
}


/* VIDEO SECTIONS */
.how_to_vid {
	align: middle;
	width: 640;
	height: 385;
}
@media only screen and (max-width: 640px) {	
	.how_to_vid {
		width: 320;
	}	
}

.bulb-vids {
	text-align: right;
}

@media only screen and (max-width: 768px) {
	.bulb-vids {
		text-align: center;
	}
	.blurbimgs {
		padding-bottom: 3rem;
	}
}

/* Community.php css */
/* Center the community.php images */
.blog-image {
	margin-left: auto;
    margin-right: auto;
}

.latest-space {
		height: 73px;
}

@media only screen and (max-width: 1199px) {
	.social-text {
		font-size: 11px;
		text-align: center;
	}
}

@media only screen and (min-width: 1200px) {
	.social-text {
		font-size: 11px;
		text-align: left;
	}
}

@media only screen and (max-width: 1199px) {
	.social-link {
		text-align: center;
		display: block;
	}
}

@media only screen and (min-width: 1200px) {
	.social-link {
		text-align: right;
		float: right;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-caption {
		text-align: center;
	}
	.navfontsize {
		font-size: 10px;
		padding-left: 0px;
	}
	.naviconsize {
		max-width: 10%;
		max-height: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.smartbulb-text {
		line-height: 1.1;
		font-size: 40px;
		font-family: PoppinsRegular;
		text-align: Left;
		bottom: 15%;
	}
	.smartbulb-h1fix {
		font-size: 40px;
	}
	
	.seclight-text {
	font-size: 40px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	.smartbulb-text {		
		line-height: 1.1;
		font-size: 55px;
		font-family: PoppinsRegular;
		text-align: Left;
		bottom: 10%;
	}
	.smartbulb-h1fix {
		font-size: 55px;
	}
}
	
/* Industrial Page */
.industrial-banner-seamless {
	background-image: url("../images/banners/industrial.png");
	background-size: cover;
	height: 100%;
}


@media only screen and (max-width: 820px) {
	.motdet-text {
	font-size: 40px;
	}
}

/* CSS FOR COMMUNITY */
.bg_latest-posts {
	background-color: #F0F0F0;
	border-style: solid;
	border-color: #E0E0E0;
}


/* BUTTONS */
.btn_industrial_email {
	background-color: transparent;
}

.btn_industrial {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1;
	border-color: white;
	border-style: solid;
}

.btn_community_git {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1;
	border-color: white;
	border-style: solid;
}

.btn_community_scale {
	float: right;
}

@media only screen and (max-width: 767px) {
	.btn_community_scale {
		float: none;
		text-align: center;
	}
	
	.btn_community_git {
	padding-left: 10px;
	padding-right: 10px;
	}
}

/* PAGE SPACING */
/* Small pad top & bot */
.spacetopbot {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.morespace {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.morespacebot {
	padding-bottom: 6rem;
}

.spacebot {
	padding-bottom: 3rem;
}

.MarBot2Rem {
	margin-bottom: 2rem;
}

.width30rem {
	width: 30rem;
}


.height6rem {
	height: 6rem;
}


	
/* GetApp - Download icon size */
.getappdl {
	height: 11rem;
}

@media only screen and (max-width: 767px) {
	.getappdl {
		height: 10rem;
	}
}

/* Contact Form 'Your Home Your Way' fancyness */
.yourhomecontact {
	font-family: 'PoppinsRegular', Fallback, sans-serif;
}

/* Guide iFrame's */
.guideframe {
	width: 640px;
	height: 385px; 
	position: absolute;
	top: 0;
	left: 0;
}

.border0 {
	border: 0;
}
	
/* NEW BANNER CSS - OCT - MAKE ALL BANNERS EQUAL RALLY */
.banner {
	height: 515px;
	position: relative;
}

.bannerpad_text {
	padding-top: 300px;
}


.banner-s {
	height: 170px
}

@media only screen and (max-width: 767px) {
	.banner-s {
	height: 260px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-s_text {
		text-align: center;
	}
}

/* Adjust heading tags to only have keywords / title in the text */
.banner-text {
	margin: .67em 0;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 36px;
}

.inline {
	display: inline;
}

.poppinsb {
	font-family: 'PoppinsBold', Fallback, sans-serif;
}

.poppinsr {
	font-family: 'PoppinsRegular';
}

.head4style,
.head3style,
.head2style,
.head1style {
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}

.head4style {
	font-size: 18px;
}

.head3style {
	font-size: 24px;
}

.head2style {
	font-size: 30px;
}

.head1style {
	font-size: 36px;
}