@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600);

html,
body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	background-color: #FAFBF9;
}

#wrap {
	min-height: 100%;
	height: auto;
}

.navbar-inverse {
	background-color: #404040;
	border-bottom: 2px solid #BCCF02;
}

.navbar-inverse .navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight:400;
	color:#fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #BCCF02;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.container-narrow > hr {
  margin: 30px 0;
}

.container .jumbotron, .container-fluid .jumbotron {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

.text-muted {
    color: #9fb102;
}

hr { margin-top:10px; border: 0; height: 1px; background-image: linear-gradient(to right, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 102, 102, 0)); }

.features-divider {
	margin: 30px 0; 
}

.features-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

.lead {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
}

/****** LOGIN ******/
.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background: rgb(188,207,2);
	background: -moz-linear-gradient(top,  rgb(188,207,2) 0%, rgb(252,252,252) 100%);
	background: -webkit-linear-gradient(top,  rgb(188,207,2) 0%,rgb(252,252,252) 100%);
	background: linear-gradient(to bottom,  rgb(188,207,2) 0%,rgb(252,252,252) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccf02', endColorstr='#fcfcfc',GradientType=0 );
	margin: 0 auto;
	border-radius: 8px;
	border:1px solid #333;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  border-radius: 2px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-container a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.panel-title-login {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #333;
}

.leaf {
	border: 4px solid #fff;
	border-radius: 0px 100px 0px 100px;
	-webkit-border-radius: 0px 100px 0px 100px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(227,227,227,1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(227,227,227,1);
	box-shadow: 0px 0px 10px 5px rgba(227,227,227,1);
}

/* mobiili */
@media screen and (min-width: 768px) {
  .container {
    max-width: 1024px;
  }
  .header,
  .marketing  {
    padding-right: 0;
    padding-left: 0;
  }
  .header {
    margin-bottom: 30px;
  }
  .jumbotron {
    border-bottom: 0;
  }
   .features-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .features-heading {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
	.jumbotron h1.slogan {
	font-weight: 700;
	font-size: 2em;
	margin-top: -10px;
	}
	.se {
	padding-top: 15px;
	}
	.fi {
	padding-top: 1px;
	}

}

@media screen and (max-width: 1200px) {
	.navbar-inverse .navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #fff;

	}
}