html, body{
	height: 100%;
	width: 100%;
}

.navbar{
	background-color: rgb(255, 255, 255);
	padding: 5px 0;
	font-size: 1em;
}

.navbar-brand{
	min-height: 55px;
	padding: 0 15px 5px;
}

.navbar-default .navbar-nav li a {
	color: rgb(0, 0, 0);
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:active {
	color: rgb(236, 156, 63);
}

#home{
	background: url(../img/banner3.jpg) no-repeat center center fixed;
	align-content: center;
	display: table;
	height: 350px;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top:50px;
}

#vanhome{
	background: url(../img/rentavan.jpg) no-repeat;
	align-content: center;
	height: 490px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	padding-top:50px;
}

#bin{
	background: url(../img/banner3.jpg) no-repeat center center fixed;
	align-content: center;
	display: table;
	height: 350px;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top:50px;
}

.landing-text{
	padding-left:40px;
	display: table-cell;
	text-align:left;
	vertical-align: middle;
	color: white;
	text-shadow: 3px 0px 6px #000000;
}

.landing-text h1{
	font-size: 400%;
	font-weight: 600;
	color: white;
}

#mid{
	background: url(../img/banner1.jpg) no-repeat center center fixed;
	display: table;
	height:60%;
	position: relative;
	width: 100%;
	background-size: cover;
}

.padding{
	padding:50px 0;
}

.padding img{
	width: 100%;
}

#fixed{
	background: url(../img/banner1.jpg) no-repeat center center fixed;
	display: table;
	height:60%;
	position: relative;
	width: 100%;
	background-size: cover;
}


footer{
	width:100%;
	background-color: #23415C;
	padding: 3% 3% 3% 3%;
	color: #FFF;
}

.fa{
	padding: 15px;
	font-size: 25px;
	color: #FFF;
}

.fa:hover{
	color: #D5D5D5;
	text-decoration: none;
}

.icon{
	max-width:200px;
}

.padRight
{
	padding-right:15px;
}

.mapouter {
	position: relative;
	text-align: right;
	height: 400px;
	width: auto;
}

.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 400px;
	width: auto;
}

.padding-sm
{
	padding:20px;
}

.padding-md
{
	padding:30px;
}

.modal-open {
	overflow: hidden;
  }
  
  .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
  }
  
  .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
  }
  
  .modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
  }
  
  @media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
	  -webkit-transition: none;
	  transition: none;
	}
  }
  
  .modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
  }
  
  .modal-dialog-scrollable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  .modal-dialog-scrollable .modal-body {
	overflow-y: auto;
  }
  
  .modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
  }
  
  .modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
  }
  
  .modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
  }
  
  .modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
  }
  
  .modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
  }
  
  .modal-backdrop.fade {
	opacity: 0;
  }
  
  .modal-backdrop.show {
	opacity: 0.5;
  }
  
  .modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #e3e6f0;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
  }
  
  .modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
	margin-bottom: 0;
	line-height: 1.5;
  }
  
  .modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
  }
  
  .modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e3e6f0;
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
  }
  
  .modal-footer > :not(:first-child) {
	margin-left: .25rem;
  }
  
  .modal-footer > :not(:last-child) {
	margin-right: .25rem;
  }
  
  .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
  }
  
  @media (min-width: 576px) {
	.modal-dialog {
	  max-width: 500px;
	  margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
	  max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
	  max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
	  min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
	  height: calc(100vh - 3.5rem);
	}
	.modal-sm {
	  max-width: 300px;
	}
  }
  
  @media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
	  max-width: 800px;
	}
  }
  
  @media (min-width: 1200px) {
	.modal-xl {
	  max-width: 1140px;
	}
  }

  .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
  }
  
  .close:hover {
	color: #000;
	text-decoration: none;
  }
  
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
  }
  
  button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  
  a.close.disabled {
	pointer-events: none;
  }





  @import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.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-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.missionBorder
{
	border:solid;
	border-width: 1px;
	border-radius: 6px;
	border-color: blue;
}

#bgImg{
	background: url(../img/cooperative.jpg) no-repeat center center fixed;
	align-content: center;
	display: table;
	height: 450px;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top:50px;
}

#bgImg2{
	background: url(../img/finwel.jpg) no-repeat center center fixed;
	align-content: center;
	display: table;
	height: 450px;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top:50px;
}

#bgImg3{
	background: url(../img/wealth.jpg) no-repeat center center fixed;
	align-content: center;
	display: table;
	height: 450px;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top:50px;
}

.gradient
{
	background: #ADA996;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.fsm{
	padding: 15px;
	font-size: 16px;
	color: #FFF;
}

.border-white {
	border-color: #fff !important;
	}
	
	.mb-3,
	.my-3 {
		margin-bottom: 1rem !important;
	}

	

form.user .form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}


.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.txtmargin
{
	margin-bottom: 10px;
}

#bgFull{
	background: url(../img/banner1.jpg) no-repeat center center fixed;
	align-content: center;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top:50px;
}


  
  