@charset "utf-8";
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.form-control.requiredValue, 
.form-control.has-error {
	border-color: #ff1200;
	background: #fbc7c3 !important;
	border-width: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);/*border-radius: 0 !important;*/
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
select.form-control {
	color: #999;
}

.input-group {
	margin-bottom:15px;
}
.contactform-1 p {
	padding-left:5px;
	padding-right:15px;
}
.contactform-1 .form-group {
	margin-bottom:15px;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.valid-contact {
	padding-left: 10px;
	padding-right: 10px;
}
.errors {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	font-size: 1.5rem;
	color: #737373;
	margin-left: 10px;
	margin-bottom: 2%;
}

/*--- Buttons ---*/
.btn-sub {
	width: 100%;
	padding: 10px 12px;
	line-height: 1.42857143;
	background-color: #121a64;
	background-image: none;
	border: 1px solid #121a64;
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
}
.btn-round {
    width: 100%;
    padding: 8px 12px;
    background-color: #2f3aad;
    background-image: none;
    border: 1px solid #2f3aad;
    border-radius: 0;
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 700;
    height: auto;
    position: relative;
    bottom: 0;
    z-index: 5;
    margin-left: 0;
}
.btn-b {
    padding: 10px 15px;
    line-height: 1.42857143;
    background-color: #2f3aad;
    background-image: none;
    border: 1px solid #2f3aad;
    border-radius: 0;
    text-shadow: none;   
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.grey{
	background-color:#363636;
	color:#fff;
}	
.mail{
	padding-top:0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.btn-round {
	width: 80px;
	padding: 10px 12px;
	background-color: #2f3aad;
	background-image: none;
	border: 1px solid #2f3aad;
	border-radius: 50%;
	font-weight: 700;
	height: 80px;
	position: absolute;
	bottom: -30px;
	margin-left: 10px;
}
/*.mail{
	padding-top:16px;
}*/
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.btn-sub {
	width: auto;
}
}
/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
	
}