body {
}
hr {
  border-top: 1px solid #808080;
}
.navbar-brand {
	padding-top: 4px;
	padding-right: 20px;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.modalActivityLabel {
	text-align: left;
	color: red;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #ccc;
	background-color: #d8d8d8;
}
.navbar-inverse .navbar-nav > .active > a:focus {
	outline: 0;
	color: #ccc;
	background-color: #d8d8d8;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #ccc;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus {
	outline: 0;
	color: #ccc;
	background-color: transparent;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-inverse .navbar-toggle {
	border-color: #9d9d9d;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #9d9d9d;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #545454;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #9d9d9d;
}
.phoneOnMobile {
	padding-top: 26px;
	padding-bottom: 18px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	line-height: 20px;
}
.phoneOnMobile > a ,
.phoneOnMobile > a:visited {
	color: #9d9d9d;
	text-decoration: none
}

.phoneOnMobile > a:hover {
	color: #ccc;
	text-decoration: none
}

#carousel1 {
	background:url("../../images/landing/carousel1.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#carousel2 {
	background:url("../../images/landing/carousel2.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#carousel3 {
	background:url("../../images/landing/carousel3.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#menuFeatures, #menuContact, #menuDemo {
	display: block;
}

.btnFloatR {
    float: right;
    margin-right: 10px;
}

.spinHidden {
    display: none;
}

.spinAuto {
    margin: 60px auto;
    display: block;
}

.spinAuto60 {
    margin: 60px auto;
    display: block;
}

.spinFloatR {
    float: right;
    margin-right: 10px;
}

.monitor {
	position: absolute;
	top: 430px;
	left: 50%;
}

.monitor .inside {
	position: relative;
	left: -50%;
}

.video-desktop {
	position: absolute;
	top: 462px;
	left: 50%;
}

.video-desktop .inside {
	position: relative;
	left: -50%;
}

.after-monitor {
	height: 150px;
}

.mobilevideo {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.mobilevideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back-to-top {
    position: fixed;
    bottom: 3em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

.bullet {
	width: 24px;
	height: 24px;
	margin-top: -5px;
}

.lead2 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.1;
}

@media only screen and (max-width: 1285px)  {
	#demoButton {
		display: none;
	}
}

@media only screen and (min-width:1367px)  {
	#carousel1, #carousel2, #carousel3 {
		background-size: 100%;
	}
}

@media only screen and (min-width:768px) and (max-width: 999px)  {
	#menuFeatures, #menuContact, #menuDemo {
		display: block;
	}
}

@media only screen and (min-width:1000px) and (max-width: 1099px)  {
	#menuFeatures, #menuContact, #menuDemo {
		display: block;
	}
}

@media only screen and (min-width:1100px) and (max-width: 1199px)  {
	#menuFeatures, #menuContact, #menuDemo {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.no-mobile {
		display: block;
	}
	.show-mobile {
		display: none;
	}
	.navbar {
		min-height: 58px;
		height: 58px;
	}
	.navbar-brand-img {
		width: 182px;
		height: 48px;
	}
	.navbar-nav > li > a {
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.logo-auto {
		margin-top: -10px;
		margin-left: -10px;
		width: 40px;
		height: 40px;
	}
	.lead2 {
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.carousel-caption p {
		font-size: 18px;
	}
	.no-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}
	.container {
		padding-right: 1px;
		padding-left: 1px;
	}
	.navbar {
		min-height: 55px; 
	}
	.navbar-brand-img {
		width: 175px;
		height: 46px;
	}
	.carousel-inner {
		margin-top: 55px;
	}
	#phoneOnDesktop {
		display: none;
	}
	.logo-auto {
		width: 40px;
		height: 40px;
	}
	#carousel1 {
		background:url("../../images/landing/carousel1m.jpg");
	}

	#carousel2 {
		background:url("../../images/landing/carousel2m.jpg");
	}

	#carousel3 {
		background:url("../../images/landing/carousel3m.jpg");
	}
	.nav {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 28px !important;
		line-height: 1.42857143;
		color: #333333;
	}
	body {
		font-size: 20px !important;
	}
	.lead2 {
		font-size: 22px !important;
	}
	.lead {
		font-size: 22px !important;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 25px;
		line-height: 20px;
	}
}
