.col-centered {
	margin:0 auto!important;
	float:none!important;
}
.styled-elem {
	text-align: center;
}
.styled-elem .col-sm-6 {
	padding: 0;
	margin: 0;
}
.styled-elem h1 {
	color: orange;
}
.styled-elem h1 span {
	color: #C1C1C1;
}
@media only screen and (min-width:992px) {
.styled-elem-img {
	margin-top: -55px!important;
}
}
@media only screen and (min-width:768px) {
.styled-elem-img {
	margin-top: -65px;
}
}
@media only screen and (max-width:767px) {
.styled-elem-img {
	margin-top: -10px;
}
}
.img-responsive {
	max-width:100%;
	height:auto;
}
.center-it {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.button-img {
	border:none;
    outline:none;
}
.button-img:focus {
    outline-style: none;
}
input[type="image"]:focus{
    outline: none;   
}
.p2 {
	padding-right: 5px;
}
.legal-text p {
	font-size:11px!important;
	margin-top: 10px;
}
.mail-icon {
  position: relative;
}
.mail-icon:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f0e0";
  position: absolute;
  right: 22px;
  bottom: 13px;
  color:#555;
}
.person-icon {
  position: relative;
}
.person-icon:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f007";
  position: absolute;
  right: 26px;
  bottom: 13px;
  color:#555;
}
.phone-icon {
  position: relative;
}
.phone-icon:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f10b";
  position: absolute;
  right: 26px;
  bottom: 13px;
  color:#555;
}