@charset "utf-8";
/* CSS Document */

/*================= contact form =============================*/

#register{
	background-color: #fff;
	display: inline;
	float: left;
	/*padding-top: 20px;*/
	padding:0;
	width: 100%;
	position:relative;
	margin-top:20px;
}

#register p{
margin-top:20px;
margin-bottom:20px;
}

#register p a{
text-decoration:underline;
}

#register h5 {
	font-size:16px;
	text-transform:uppercase;
	color:#859499;
	font-weight:600;
}

/*#register h3 {
	color:#19beff;
}*/


.registerForm-info {
	text-align:justify;
	/*width:80%;*/	
	width:100%;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	line-height:20px;
	color:#999;
}


.registerForm-info h2 {
color:#333;
margin-bottom:10px;
margin-top:0;
}

.registerForm-info p {
margin-bottom: 20px;
clear:both;	
}

.registerForm-wrapper {
	margin-left:auto;
	margin-right:auto;
}

#registerForm {
	line-height:20px;
	margin-bottom: 0;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
}

#registerForm p {
	margin-bottom: 1px;	
}



#registerForm input,
#registerForm select {
	margin-top:5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    color: #333333;
    /*font-size: 14px;*/
	font-size: 1.6rem;
    padding-left: 15px;
    resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:40px;
	/*border:1px solid #333;*/
}



#registerForm input:focus,
#registerForm textarea:focus {
        outline: 0;
       	background-color:#fefefe;
		border: 1px solid #19beff;
    }
	

#registerForm textarea {
	padding-top:10px;
	width: 100%;
	border: 1px solid #DDDDDD;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.register-submit {
float:left;	
}

#registerForm .submit {
	margin-top:10px;
   display:inline-block;
	overflow: visible;
	position: relative;
	float: right;
	cursor: pointer;
	height: 40px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	font: inherit;
	color: #fff;
	text-transform: uppercase;
	background: #3290f5;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}


#registerForm .submit:hover {
    background: #2a7cd4;
    color: #FFFFFF;
}



/*-------------------------------*/

.btn {
	
  display: block;
 /* margin-top:10px;*/
 margin-top:10px;
  margin-bottom: 15px;
  /*margin-bottom:0;*/
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  /*border: 1px solid transparent;*/
  border:none;
  white-space: nowrap;
	padding-left:15px;
	padding-right:15px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
	/*position: relative;*/
	/*float: left;*/
	cursor: pointer;
	height: 40px;
	line-height:20px;
	font: inherit;
	color: #fff;
	background: #3290f5;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
			border-radius:0;
}



.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	 background: #2a7cd4;
    color: #FFFFFF;

}
.btn:hover,
.btn:focus,
.btn.focus {
	 background: #2a7cd4;
    color: #FFFFFF;

}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #3290f5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2a7cd4;

}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}


/*-------------------------------*/







/*================= end contact form =============================*/

.form-field-wrapper {
display:block;
margin-bottom:15px;
}

.form-group {
display:block;
}

.form-group-inline {
display:block;
}

.help-block {
	 font-family: "lato",sans-serif;
		
}

.clearer {
	clear:both;
}

.control-label {
	display:block;
	clear:both;
	text-align:left;
	font-weight:500;
}




	
