#page-contact{
	color:#333;
}
#page-contact .info{
	padding-left:20px;
}
.business-card{
	letter-spacing:1px;
}
#page-contact #send-email-container{
	margin-left:0px;
	margin-right:0px;
	margin-top:25px;
	padding-bottom:25px;
}

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

/*** Form ***/
#page-contact .form-control {
  border-radius: 0;
}
#page-contact textarea {
  resize: none;
}
#page-contact .btn{
	margin-top:60px;
	background-color:#cc0000;
}
#page-contact .btn:hover,
#page-contact .btn:focus{
	border: 1px solid #cc0000;
	background-color:#fff;
	color:#000;
}	

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

/*** Switcher - Slider ***/  
#page-contact label {
  cursor: default;
}
/*** The switch - the box around the slider ***/
#page-contact .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}
#page-contact .switch-text-top {
  display: block;
  margin-top: 10px;
}
#page-contact .switch-text-right {
  display: block;
  margin-left: 40px;
  margin-top: -2px;
  cursor: pointer;
  width: 140px;
}
#page-contact .switch-disabled {
  cursor: not-allowed !important;
}
/*** The slider ***/
#page-contact .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#page-contact .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#page-contact .human + .slider {
  background-color: #cc0000;
}
#page-contact .human ~ .switch-text-right {
  color: #333;
}

#page-contact .human + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
/*** Rounded Sliders ***/
#page-contact .slider.round {
  border-radius: 34px;
}
#page-contact .slider.round:before {
  border-radius: 50%;
}

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

/*** Alert Container ***/
#page-contact #alert-container{
  padding-left:10px !important;
  padding-right:10px !important;
}
#page-contact #alert-container .alert-danger{
  color:#fff;
  background:#d9534f;
  border:none;
}
#page-contact #alert-container .alert-success{
  color:#fff;
  background:#92b558;
  border:none;
}

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

/*** Map ***/
#google-map {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
} 