@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%;
	color: #252525;
	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: #252525;
  opacity: 1;
  text-transform:uppercase;
}
.form-control:-ms-input-placeholder {
  color: #252525;
  text-transform:uppercase;
}
.form-control::-webkit-input-placeholder {
  color: #252525;
  text-transform:uppercase;
}
select.form-control {
	color: #252525;
	text-transform:uppercase;
}

.contactform-1 p {
	padding-left:5px;
	padding-right:5px;
}
.contactform-1 .form-group,
.contactform-2 .form-group {
	margin-bottom:15px;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #2c72a8;
  border: 1px solid #2c72a8;
  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: #fff;
	margin-left: 10px;
	margin-bottom: 2%;
}

/*--- Buttons ---*/
.btn-sub {
	width: 100%;
	/*padding: 10px 12px;*/
	/*line-height: 1.42857143;*/
	background-color: #2c72a8;
	background-image: none;
	border: 1px solid #2c72a8;
	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: all ease-in-out .15s;
	transition: all ease-in-out .15s;
	color: #fff;
	text-transform: uppercase;
	/*font-size: 12px;
	font-size: 1.2rem;*/
}
.btn-sub:hover,
.btn-sub:focus {
	background-color: #4b4b4b;
	border: 1px solid #4b4b4b;
	color: #fff;
}

.btn-gallery {
	position:absolute;
	top:40%;
	bottom:40%;
	left:15%;
	right:15%;
	padding: 15px 12px;
	/*line-height: 1.42857143;*/
	background-color: #111c25;
	background-image: none;
	border: 4px solid #fff;
	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: all ease-in-out .4s;
	transition: all ease-in-out .4s;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	z-index:50000;
}
.btn-gallery:hover,
.btn-gallery:focus {
	background-color: #fff;
	color: #111c25;
	border: 4px solid #111c25;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.btn-gallery {
	padding: 23px 12px;
	font-size: 20px;
	font-size: 2.0rem;
	left:25%;
	right:25%;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.btn-gallery {
	padding: 25px 12px;
	font-size: 22px;
	font-size: 2.2rem;
	left:30%;
	right:30%;
}
.btn-sub {
	width: auto;
	/*min-width: 125px;*/
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.btn-sub {
	/*width: auto;*/
	/*min-width: 125px;*/
}
.btn-gallery {
	padding: 30px 12px;
	font-size: 32px;
	font-size: 3.2rem;
}
}
/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
.btn-gallery {
	padding: 40px 12px;
	font-size: 32px;
	font-size: 3.2rem;
}
}