* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

#main{
	position:relative;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body {
    background: #ccc;
    color: #444;
    -webkit-font-smoothing: antialiased;
    font-family: 'SansationLight'; /*"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-weight: 400;
    height: auto !important;
    min-height: 100%;
    text-rendering: optimizeLegibility;
}

#panoramic {
	height: 350px;
	background-image: url("./img/Panoramic.jpg");
	background-size: 1500px auto;
	background-position: center bottom;
	/*border-bottom: 12px solid white;*/
}

#kickstarter {
	width: 250px;
	text-align: center;
	margin: auto;
	padding-top: 40px;
}
#kickstarterlink {
	display: block;
	text-decoration: none;
/*	
	background-color: rgba(255,255,255, .5);
	color: rgba(0,0,0,.8);
*/	
	background-color: rgba(0,255,0, .5);
	color: rgba(255,255,255,1);
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
	
	font-size: 24px;
	border-radius: 10px;
	padding-bottom: 6px;
}
#kickstarterlink:hover {
/*	
	background-color: rgba(0,255,0, .5);
	color: rgba(255,255,255,1);
*/
	background-color: rgba(0,0,0,.8);
	color: rgba(0,255,0, .5);
	
}

.imgHeadingText{
	position:relative;
	font-size:24px;
	left:10%;/*60px;*/
	bottom:8vh;
	z-index:100;
	display: none;
}
.imgSubText{
	position:relative;
	font-size:16px;
	left:10%;
	bottom:8vh;
	z-index:100;
	display: none;
}

#banner {
	background-color: white;
	font-size: 30px;
	text-align: center;
	padding: 15px;
}
#hsbannerlogo {
	height: 1em;
}


/*
#imgtop {
	width: 100%;
	vertical-align: top;
	border-bottom: 6px solid white;
}

#pictop {
	height: 600px;
	width: 100%;
	position: relative;
	background-image: url("./img/WSDevSmall.jpg");
	background-position: 51%;
	border-bottom: 6px solid white;
	background-size: auto 100%;
}

#pictop .picheading {
	margin: 0;
	padding: 290px 0 10px 0;
	width: 80%;
	text-align: center;
}
#pictop .picsubheading {
	width: 80%;
	text-align: center;
}
*/

.maincarousel {
	background-color: white;
}

#homsenselogo {
	width: 120px; /*100px;*/
}

.picpanel {
	width: 100%;
	height: 400px;
	border-bottom: 12px solid white;
}

.picpanelsbs	{
	width: 100%;
	height:800px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	flex-direction: column;
}

.picheading{
	position: relative;
	font-size: 28px;
    font-weight: 400;
	padding-top: 15%;
	padding-bottom: 30px;
	width: 80%;
	left: 10%;
	text-align: center;
}

.picsubheading {
	position: relative;
	font-size: 18px;
	padding-bottom: 10px;
	width: 80%;
	left: 10%;
	text-align: center;
}

 #learnlink, #learnlinkwander {
	text-decoration: none;
	display: block;
	color: lightblue;
}
#learnlinkplumber {
	text-decoration: none;
	display: block;
	color: darkblue;
}

.picsubheading2 {
	position: relative;
	font-size: 18px;
	width: 80%;
	left: 10%;
	text-align: center;
}

#waterleak .picheading{
	position: relative;
	font-size: 28px;
    font-weight: 400;
	padding-top: 2%;
	padding-bottom: 10px;
	width: 90%;
	left: 5%;
	text-align: center;
}

#waterleak .picsubheading {
	position: relative;
	font-size: 18px;
	padding-bottom: 10px;
	width: 90%;
	left: 5%;
	text-align: center;
}
#waterleak .picsubheading2 {
	position: relative;
	font-size: 18px;
	width: 90%;
	left: 5%;
	text-align: center;
}

.info {
	display: inline-block;
	font-size: 20px;
	background-color: white;
	text-align: center;
	padding: 20px
}
#tempinfo {
	color: #f38e1e; /*#608acd;*/ /*f38e1e*/
}
#waterinfo {
	color: #608acd; /*f38e1e*/
}

/*Info Panel Setup */
#InfoPanel{
	color: #777;
}
#InfoPanel img{
	width: 100%;
}	

h1{
	height: auto;
	font-size: 1.17em;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
}

#babymonitor {
	height: 300px;
	background: url("./img/BabyMonitor.jpg");
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color:  black;

	border-bottom: 0;
	/*
	border-bottom: 12px solid white;
	border-top: 12px solid lightgray;
	border-bottom: 12px solid lightgray;
	*/
	
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}

#babymonitortext {
	position: absolute;
	top:  0px;
	color: white;
	display: block;
}

#door{
	background: url("./img/kidopeningDoor.jpg");
	background-color: #eee;
	background-size: cover;
	background-position: 65% 50%;
	background-repeat: no-repeat;
	color:  white;
	
	border-top: 12px solid white;
	border-bottom: 12px solid white;

	/*
	border-top: 12px solid lightgray;
	border-bottom: 12px solid lightgray;
	*/
}

#panelcolorsecurity {
	background-color: #ddd;
}

#panelcolortemp {
	background-color: #ddd;
}

#panelcolorpowersave {
	background-color: #eee;
}

#garagedoor{
	background: url("./img/GarageMain.jpg") no-repeat;
	background-size: cover;
	color:  white;
	flex: 1;
	background-position: 40% 80%;
	border-bottom: 12px solid white;
	
	/*
	border-top: 12px solid gray;
	border-bottom: 12px solid gray;
	*/
}
#window{
	background: url("./img/WindowMain.jpg") no-repeat;
	background-size: cover;
	color:  white;
	flex: 1;
	background-position: 40% 50%;

	border-bottom: 12px solid white;
	/*
	border-top: 12px solid gray;
	border-bottom: 12px solid gray;
	*/
}
#stove{
	background: url("./img/StoveMain.jpg") no-repeat;
	background-size: cover;
	color:  white;
	flex: 1;

	border-bottom: 12px solid white;
	/*
	border-top: 12px solid lightgray;
	border-bottom: 12px solid lightgray;
	*/
}
#dryer{
	background: url("./img/DryerMain.jpg") no-repeat;
	background-size: cover;
	color:  white;
	flex: 1;

	border-bottom: 12px solid white;
	/*
	border-top: 12px solid lightgray;
	border-bottom: 12px solid lightgray;
	*/
}

#waterleak{
	background: url("./img/WaterLeak.jpg");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #eee;
	color: #333;

	/*border-bottom: 12px solid white;*/
	/*
	border-top: 12px solid gray;
	border-bottom: 12px solid gray;
	*/
}

#devandphone {
	background: url("./img/DeviceandPhone.jpg") no-repeat;
	background-size: cover;
	color:  white;
	flex: 1;
	background-position: 50% 50%;

	border-bottom: 12px solid white;
	/*
	border-top: 12px solid lightgray;
	border-bottom: 12px solid lightgray;
	*/
}

#save {
	background: url("./img/PiggyBank.png") no-repeat;
	background-size: contain;
	background-color: lightgray;
	color:  white;
	flex: 1;
	background-position: center center;

	border-bottom: 12px solid white;
	/*
	border-top: 12px solid lightgray;
	border-bottom: 12px solid lightgray;
	*/
}

#panelcolorinfovideo {
	background-color: #ddd;
}

img#homeSenseH1{
	width: 90px;
	position: relative;
	left: 6px;
	bottom: 3px;
}

#homesolution{
	background-color: #333;
	font-size: 14px;
	padding: 0 12px 15px 12px;
	text-align: center;
}

h2{
	font-size: 0.83em;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

	#Environment  {
		background-image: url("./img/familyAQ.jpg");
		background-color: white;
		background-size: cover;
		background-position: top center;

		height: 400px;
	}
	
	#Environment > div {
		height: 100%;
		border-bottom: 6px solid white;
	}

	#Environment > div > p {
		font-size: 16px;
		color: black;
		position: relative;
		height: auto;
		width: 100%;
		text-align: center;
		padding: 0 12px;
		top: 68%
	}	

	#Household  {
		background-image: url("./img/Household.jpg");
		background-color: white;
		background-size: cover;
		background-position: -200px;

		height: 400px;
	}
	#Household > div {
		height: 100%;
		border-bottom: 6px solid white;
	}
	#Household > div > p {
		position: absolute;
		height: auto;
		width: 55%;
		text-align: center;
		padding: 12% 12px;
	}	

	#Energy  {
		background-image: url("./img/Energy.jpg");
		background-color: white;
		background-size: cover;
		background-position: -130px;
		/*background-position: center;*/

		height: 400px;
	}
	#Energy > div {
		height: 100%;
		border-bottom: 6px solid white;
	}
	#Energy > div > p {
		position: absolute;
		height: auto;
		width: 66%;
		left: 33%;
		text-align: center;
		padding: 23% 12px;
	}	
	
	#Security  {
		background-image: url("./img/SecurityClosed.jpg");
		background-color: white;
		background-size: cover;
		background-position: 65%;

		width: 100%;
		height: 400px;
	}
	#Security > div {
		position: absolute:
		height: 100%;
	}
	#Security > div > p {
		height: auto;
		width: 50%;
		text-align: center;
		padding: 12% 12px;
		left: 6px;
	}	
	
	/*Softening top edge of Features section*/
	#Features  > p {
	  background: -webkit-linear-gradient(white, rgba(118,118,118, 46) 10%); /* For Safari 5.1 to 6.0 */
	  background: -o-linear-gradient(white, rgba(118,118,118,46) 10%); /* For Opera 11.1 to 12.0 */
	  background: -moz-linear-gradient(white, rgba(118,118,118,46) 10%); /* For Firefox 3.6 to 15 */
	  background: linear-gradient(white, rgba(118,118,118,46) 10%); /* Standard syntax */
	}

	#FeaturesExplained > p {
	  text-align: center;
	  font-size: 20px;
		margin:20px;
	}
	
	#footercolor {
		background-color: #292c2f;
	}
	#footer {
		margin-left: auto;
		margin-right: auto;
		max-width: 1025px;
	}
	
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
/*Handle iPhone Portait*/							
@media all and (min-width: 375px) {
	
	.picpanel {
		width: 100%;
		height: 400px;
		background-size: cover;
	}
	
	#door{
		background-size: cover;
	}
	#waterleak{
		background-size: cover;
	}
	
	.picheading {
		position: relative;
		font-size: 30px;
		padding-top: 15%;
		padding-bottom: 30px;
		width: 70%;
		left: 15%;
		text-align: center;
	}
	
	.picsubheading {
		position: relative;
		font-size: 23px;
		padding-bottom: 10px;
		width: 80%;
		left: 10%;
		text-align: center;
	}
	
	#babymonitortextinternal .picheading, #babymonitortextinternal .picsubheading {
		display: none;
	}
	
	#waterleak .picsubheading {
		position: relative;
		font-size: 18px;
		padding-bottom: 10px;
		width: 90%;
		left: 5%;
		text-align: center;
	}
	#waterleak .picsubheading2 {
		position: relative;
		font-size: 18px;
		width: 90%;
		left: 5%;
		text-align: center;
	}
	.picsubheading2 {
		position: relative;
		font-size: 23px;
		width: 80%;
		left: 10%;
		text-align: center;
	}
	
	.imgHeadingText{
		position:relative;
		font-size:24px;
		left:10%;/*60px;*/
		bottom:20vh;
		z-index:100;
		display: none;
	}
	.imgSubText{
		position:relative;
		font-size:16px;
		left:10%;
		bottom:20vh;
		z-index:100;
		display: none;
	}
	h1{
		font-size: 1.5em;
		height: auto;
		margin: 0;
		padding: 10px 0 0;
	}
	
	img#homeSenseH1{
		width: 115px;
		position: relative;
		left: 8px;
		bottom: 3px;
	}

	#homesolution{
		background-color: #333;
		font-size: 18px;
		padding: 0 12px 18px 12px;
		text-align: center;
	}
	
	h2{
		font-size: 1.17em;
	}
	/*Info Panel Setup */
	#InfoPanel{
		background-color: #333;
		color: #777;
	}
	.modes > ul > li  > div {
		font-size: 11px;
	}
	#Environment > div > p {
		font-size: 16px;
		color: black;
		position: relative;
		height: auto;
		width: 100%;
		text-align: center;
		padding: 0 12px;
		top: 75%
	}	

	#Household  {
		background-image: url("./img/Household.jpg");
		background-color: white;
		background-size: cover;
		background-position: -150px;

		height: 400px;
	}
	#Household > div {
		height: 100%;
		border-bottom: 6px solid white;
	}
	#Household > div > p {
		position: absolute;
		height: auto;
		width: 250px;
		text-align: center;
		padding: 12% 12px;
	}	
	
	#Energy  {
		background-image: url("./img/Energy.jpg");
		background-color: white;
		background-size: cover;
		height: 400px;
	}
	#Energy > div {
		height: 100%;
		border-bottom: 6px solid white;
	}
	#Energy > div > p {
		position: absolute;
		height: auto;
		width: 66%;
		text-align: center;
		padding: 24% 12px;
	}	
	
	#Security  {
		background-image: url("./img/SecurityClosed.jpg");
		background-color: white;
		background-size: cover;
		background-position: 55%;

		height: 400px;
	}
	#Security > div > p {
		position: absolute;
		height: auto;
		width: 50%;
		text-align: center;
		padding: 12% 12px;
	}	
	
}

@media all and (min-width: 500px) 
{
	#babymonitor {
		height: 400px;
		background: url("./img/BabyMonitor.jpg");
		background-color: #ddd;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		color:  black;

		border-bottom: 0;
		/*
		border-bottom: 12px solid white;
		border-top: 12px solid lightgray;
		border-bottom: 12px solid lightgray;
		*/
		
		-webkit-filter: brightness(100%);
		filter: brightness(100%);
	}

	#babymonitortext {
		position: absolute;
		top:  0px;
		right: 65%;
		max-width: 550px;
		color: black;
	}
	
	 #learnlink {
		color: darkblue;
	}
	
	#Energy > div > p {
		position: absolute;
		height: auto;
		width: 66%;
		text-align: center;
		padding: 14% 12px;
	}	
	.modes > ul > li > div {
		font-size: 12px;
	}
	
	#waterleak .picheading{
		position: relative;
		font-size: 30px;
		font-weight: 400;
		padding-top: 2%;
		padding-bottom: 20px;
		width: 90%;
		left: 5%;
		text-align: center;
	}
	#waterleak .picsubheading {
		position: relative;
		font-size: 20px;
		padding-bottom: 10px;
		width: 90%;
		left: 5%;
		text-align: center;
	}
	#waterleak .picsubheading2 {
		position: relative;
		font-size: 20px;
		width: 90%;
		left: 5%;
		text-align: center;
	}

	#devandphone {
		background-size: 180%;
	}
	
}
/* Medium screens */
@media all and (min-width: 715px) 
{
/*	
	#pictop {
		height: 330px;
		width: 100%;
		position: relative;
		background-image: url("./img/WSDevLarge.jpg");
		background-position: 60% 40%;
		background-size: auto 120%
	}
	#pictop .picheading {
		padding: 20px 0 10px 0;
		left: 70px;
		width: 50%;
		text-align: left;
	}
	#pictop .picsubheading {
		width: 49%;
		left: 70px;
		text-align: left;
	}
*/	

	#panoramic {
		height: 600px;
		background-image: url("./img/Panoramic.jpg");
		background-size: auto 100%;
		background-position: center;
		/*border-bottom: 12px solid white;*/
	}
	
	#kickstarter {
		width: 500px;
	}
	#kickstarterlink {
		font-size: 40px;
	}

	.picheading{
		position: relative;
		font-size: 43px;
		padding-top: 10%;
		padding-bottom: 30px;
		width: 80%;
		left: 10%;
		text-align: center;
	}
	
	#banner {
		padding: 20px 15px;
	}

	#babymonitortext .picheading {
		font-size: 40px;
	}
	
	#babymonitortextinternal .picheading, #babymonitortextinternal .picsubheading {
		display: none;
	}
	
	#waterleak .picheading{
		position: relative;
		font-size: 43px;
		padding-top: 2%;
		padding-bottom: 10px;
		width: 90%;
		left: 5%;
		text-align: center;
	}

	.picpanelsbs	{
		width: 100%;
		height:400px;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		flex-direction: row;
	}
	
	.picpanelsbs	.picheading {
		padding-top: 15%;
		font-size: 30px;
	}
	
	.picpanelsbs	.picsubheading {
		font-size: 22px;
	}

	.picpanelsbs	.picsubheading2 {
		font-size: 22px;
	}

	#garagedoor{
		background: url("./img/GarageMain.jpg") no-repeat;
		background-size: cover;
		flex: 1;
		border-right: 3px solid white;
	}
	
	#window{
		background: url("./img/WindowMain.jpg") no-repeat;
		background-size: cover;
		flex: 1;
		border-left: 3px solid white;
	}

	.info{
		font-size: 30px;
		background-color: white;
		text-align: center;
		color: #f38e1e; /*#608acd;*/ /*f38e1e*/
		padding: 20px
	}
	#tempinfo {
		color: #f38e1e; /*#608acd;*/ /*f38e1e*/
	}
	#waterinfo {
		color: #608acd; /*f38e1e*/
	}
	
	#stove{
		background: url("./img/StoveMain.jpg") no-repeat;
		background-size: cover;
		color:  white;
		flex: 1;
		border-right: 3px solid white;
	}
	#dryer{
		background: url("./img/DryerMain.jpg") no-repeat;
		background-size: cover;
		color:  white;
		flex: 1;
		border-left: 3px solid white;
	}
	
	#devandphone {
		background-size: 250%;
		background-position: center;
		border-right: 3px solid white;
	}

	#save {
		border-left: 3px solid white;
	}

	#devandphone .picheading, #devandphone .picsubheading {
		font-size: 26px;
		right: 50%;
		left: 0;
		width: 60%;
		padding: 5% 0 0 5%;
	}
	#devandphone .picsubheading {
		font-size: 19px;
		padding-top: 0;
	}
	
	/*Info Panel Setup */
	#InfoPanel{
		background-color: #333;
		color: #777;
	}
	.modes > ul > li > div {
		font-size: 18px;
	}
	
	h1{
		font-size: 2em;
		margin: 0;
		height: auto;
		padding: 10px 0 0;
	}

	img#homeSenseH1{
		width: 133px;
		position: relative;
		left: 12px;
		bottom: 3px;
	}

	#homesolution{
		background-color: #333;
		font-size: 20px;
		padding: 0 12px 20px 12px;
		text-align: center;
	}

	h2{
		font-size: 1.5em;
		height: auto;
	}
	
	.imgHeadingText{
		position:relative;
		font-size:24px;
		left:10%;/*60px;*/
		bottom:8vh;
		z-index:100;
		display: none;
	}
	.imgSubText{
		position:relative;
		font-size:16px;
		left:10%;
		bottom:8vh;
		z-index:100;
		display: none;
	}
	
	#Environment  {
		background-image: url("./img/familyAQ.jpg");
		background-color: white;
		background-size: cover;
		/*background-position: center top;*/
		background-position: 0% 16%;

		height: 450px;
	}
	#Environment > div {
		height: 100%;
		border-bottom: 6px solid white;
	}
	#Environment > div > p {
		font-size: 20px;
		color: rgba(0,0,0, .70);
		position: relative;
		height: auto;
		width: 100%;
		text-align: center;
		padding: 0 12px;
		top: 80%;
	}	

	#Household  {
		background-image: url("./img/Household.jpg");
		background-color: white;
		background-size: cover;
		background-position: left;

		height: 400px;
	}
	#Household > div {
		height: 100%;
		border-bottom: 6px solid white;
	}
	#Household> div > p {
		position: absolute;
		height: auto;
		width: 350px;
		left: 40px;
		text-align: center;
		padding: 12% 12px;
	}	
	
	#Energy  {
		background-image: url("./img/Energy.jpg");
		background-color: white;
		background-size: cover;
		background-position: left;

		height: 400px;
	}
	#Energy > div {
		height: 100%;
		border-bottom: 6px solid white;
	}
	#Energy > div > p {
		position: absolute;
		height: auto;
		width: 66%;
		left: 33%;
		text-align: center;
		padding: 10% 12px;
	}	
	
	#Security  {
		background-image: url("./img/SecurityClosed.jpg");
		background-color: white;
		background-size: cover;
		background-position: center;

		height: 400px;
	}
	#Security > div {
		height: 100%;
	}
	#Security > div > p {
		position: absolute;
		height: auto;
		width: 50%;
		text-align: center;
		padding: 12% 12px;
	}	
}

@media all and (min-width: 820px) 
{
	/*Info Panel Setup */
	#InfoPanel{
		width:100%;
		height:auto;
		background-color: #333;
		color: #777;
	}
	#Environment > div > p {
		font-size: 20px;
		color: rgba(0,0,0, .70);
		position: relative;
		height: auto;
		width: 100%;
		text-align: center;
		padding: 0 12px;
		top: 82%;
	}	
	
}	
@media all and (min-width: 920px) 
{
	h1{
		padding: 10px 0 0;
	}
	#Environment  {
		background-position: 0% 20%;
		height: 500px;
	}
	
}
@media(min-width: 1025px) {
	
	body {
		background: #ccc;
	}
	
/*	
	#main{
		max-width:1000px;
		border-right: 12px solid white;
		border-left: 12px solid white;
	}
*/
	#panoramic {
		border-bottom: 0px;
	}
	

	.picheading {
		padding-top: 160px;
	}
	
	#babymonitortext .picheading, #babymonitortext .picsubheading {
		display: none;
	}
	#babymonitortextinternal .picheading, #babymonitortextinternal .picsubheading {
		display: block;
	}
	
	#babymonitortextinternal  .picheading {
		position: absolute;
		left: 50%;
		margin-left: -500px;
		width: 400px;
	}
	#babymonitortextinternal  .picsubheading {
		position: absolute;
		left: 50%;
		margin-left: -500px;
		width: 400px;
		top: 270px;
	}
	
	#waterleak .picheading {
		padding-top: 80px;
	}

	.picpanelsbs .picheading {
		padding-top: 100px;
	}
	
	#door, #waterleak, #babymonitor {
		height: 500px;
		background-position: center;
		background-size: 1025px auto;
		border-top: 0px;
		border-bottom: 0px;
	}

	#door .picsubheading {
		position: relative;
		left: 50%;
		margin-left: -400px;
		width: 800px;
	}

	.info {
		max-width: 1025px;
		display: block;
		margin: auto;
	}

	#panelcolorinfovideo {
		height: 680px;
	}
	
	#InfoPanel  {
		background-color: #ddd;
		max-width: 1025px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 50px;
	}

	#tempinfo {
		max-width: 1025px;
		margin: auto;
	}
	.picpanelsbs {
		height: 500px;
		max-width: 1025px;
		margin: auto;
	}

	#garagedoor, #window, #stove, #dryer {
		background-size: 512px auto;
		background-position: center;
		border-bottom: 0px;
	}

	#garagedoor {
		border-right: 12px solid #ddd;
	}
	#window {
		border-left: 12px solid #ddd;
	}
	#stove {
		border-right: 12px solid #ddd;
	}
	#dryer {
		border-left: 12px solid #ddd;
	}
	
	#devandphone {
		border-bottom: 0px;
		border-right: 12px solid #eee;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	#save {
		
		background: url("./img/PiggyBank.jpg") no-repeat;
		background-size: 512px auto;
		background-position: center;
		
		background-color: #eee;
		border-left: 12px solid #eee;
		border-bottom: 0px;
	}
	
}

@media(min-width: 1835px) {
	#panoramic {
		height: 600px;
		background-image: url("./img/Panoramic.jpg");
		background-size: cover;
		background-position: center bottom;
	}
}
.carouselimg{
	margin: auto;
	width: 100%;
}
/*
ul.slick-dots{
	bottom: 0px;
}

.slick-slider {
	margin-bottom: 0;
}
*/