@charset "UTF-8";

/* CSS Document */




@media only screen {
	
#clouds {margin-top:60px;background: /*#6293ca*/#87b7db url("../images/tastepilots/cloud.jpg") 60% 12% no-repeat; }
/*#tastepilots {margin-top:60px;background:  url("../images/tastepilots/cloud-cone-mobile.png") 0% 18% no-repeat; }*/
#mindshot {margin-top:60px;background:  url("../images/mindshot/mindshot_back.jpg") 37% 0% no-repeat;  background-size:auto}
	.lightning {height:30px; width:auto; padding: 0 8px}
	
	.img-implicit-chart{float:right; padding:15px; width:100%; height:auto; background:#001b39; margin:0px 0px 10px 10px}
	
	
	.clock-img {width:300px; height:auto; }
.footer-align {
	text-align: center
}
.carousel-indicators {
	bottom: 2px
}
.carousel .item {
	height: 200px;
	background-color: #777;
	margin-top: 50px
}
	section {
	padding: 50px 0;
}
	
	#contact-us {
	position: fixed;
	z-index: 1000;
	top: 150px;
	right: 0px;
	width:50px;
		height:50px;
	background:#e9540d;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	padding:8px 2px;
	border-radius: 5px;
}
	
}

@media (min-width:768px) {
	
#clouds {margin-top:90px;background: /*#6293ca*/#87b7db url("../images/tastepilots/cloud.jpg") 50% 0% no-repeat; background-size:auto}
/*#tastepilots { background: url("../images/tastepilots/cone.png") 60% 30% no-repeat;}*/
	
#mindshot {margin-top:90px;background:  url("../images/mindshot/mindshot_back.jpg") 50% -750px no-repeat;  background-size:auto}
	
	.lightning {height:30px; width:auto; padding: 0 8px}
	.img-implicit-chart{float:right; padding:15px; width:600px; height:auto; background:#001b39; margin:0px 0px 10px 10px}
	
	.clock-img {width:200px; height:auto; }
	
.footer-align {
	text-align: right
}
.carousel-indicators {
	bottom: 35px
}
.carousel .item {
	height: 400px;
	background-color: #777;
	margin-top: 0px
}
.navbar-default {
	background-color: rgba(255, 255, 255, 0.65);
	padding: 5px 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	border: 0
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}

section {
	padding: 70px 0;
}
	#contact-us {
	position: fixed;
	z-index: 1000;
	top: 150px;
	right: 10px;
	width:120px;
		height:auto;
	background:#e9540d;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	padding:8px 2px;
	border-radius: 5px
}
}