/* --------------------------------------
=========================================
Probe - Bootstrap Multipurpose HTML5 Template
Version: 1.0
Designed By: UXLiner
=========================================

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	color: #656565;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	font-weight: 300;
}
h3 {
	font-size: 18px;
	color: #cacaca;
}
h2 {
	color: #dcdcdc;
	font-size: 30px;
	margin-top: 5px;
}
h2 strong {
	color: #fff;
	font-size: 40px;
}
h1 {
	color: #222222;
	font-size: 50px;
}
.container {
	padding-left: 0;
	padding-right: 0;
	width: 94%;
	margin: auto;
}
.header {
	background: url(../images/demo-screens.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	padding: 250px 0 100px 0;
}
/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/*---------------------------------------------------
	SECTIONS
------------------------------------------------------*/
.section-lg {
	width: 100%;
	padding: 50px 0 80px 0;
	background: #ebebeb;
	text-align: center;
}
.section-lg-one {
	width: 100%;
	padding: 40px 0 80px 0;
	background: #3e3e3e;
	text-align: center;
}
.default-demo {
	width: 600px;
	margin: auto auto 50px auto;
}
.m-bot40 {
	margin-bottom: 45px;
	color: #000;
	font-weight: bold;
}
.m-top40 {
	margin-top: 40px;
}
.footer {
	padding: 70px;
	text-align: center;
}
.footer.container {
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}
/* scroll up */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: #17a1ab url(../images/scroll-top-arrow.png) no-repeat 15px 14px;
	z-index: 999;
}
 @media only screen and (min-width: 1000px) and (max-width: 1169px) {
.header {
	padding: 130px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
.header {
	padding: 120px 0;
}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
.header {
	padding: 100px 0;
}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
.header {
	padding: 70px 0;
}
}
@media only screen and (max-width: 479px) {
.header {
	padding: 100px 0;
}
}
