.JR--bar--fixed {
    position: relative!important;
}
.form {
    position: relative;
    text-align: center;
    background: #FFF;
}
.sub-form > form {
	color: #FFF;
    width: 100%;
}
.sub-form > form > .half {
    -webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 20px;
}
.full {
    -webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 20px;
}
.sub-form > form > div > input {
    background-color: transparent;
    color: #000;
    font-size: 17px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
    width: 100%;
    padding: 12px 0;
}
.half > label, .full > label {
    color: #000;
    font-size: 17px;
    text-align: left;
    display: block;
    opacity: 0;
    -webkit-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
}
.erBytesFile {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(51,18,70,.95);
    color: #fff;
    z-index: 99999999;
    font-size: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#redirectToContact {
    font-size: 22px;
}
.erBytesFile > img {
    margin-bottom: -90px;
}
::-webkit-input-placeholder{
    color: #ffffff;
}
:-ms-input-placeholder{
    color: #ffffff;
}
::-ms-input-placeholder{
    color: #ffffff;
}
::-moz-placeholder{
    color: #ffffff;
}
::placeholder{
    color: #ffffff;
}
.form-wrapper {
    position: relative;
    max-width: 1280px;
    padding: 100px 30px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sub-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
}
.bx-map-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
div#mapHome1816 {
    height: 562px;
}
.submit {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 20px;
}
.captchaSend > div > div {
    margin: auto;
}
.captchaSend > button {
    background: #000;
    color: #FFF;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 80px;
    border: none;
    cursor: pointer;
}
.captchaSend > button:hover {
    background: #c8c3c3;
    opacity: 0.7;
    color: #133d95;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sub-form > form  > div {
        padding-bottom: 30px;
}
.sub-form > form  > .half > input {
    background-repeat: no-repeat;
    background-size: contain;
}
.sub-form > form > div > textarea {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.5);
    padding: 10px 0 0 10px;
    color: #000;
    font-size: 17px;
    font-family: inherit;
    width: 100%;
	resize: none;
}
.logmenucont.menu-bar-fixed {
    position: relative;
    top: initial;
    left: initial;
    z-index: initial;
}
.file-input {
    position: relative;
    text-align: left;
    background: #fff;
    padding: 16px;
    width: 100%;
    border-radius: 3px;
}
.file-input > label {
    color: #000000;
    font-size: 15px;
	font-weight: bold;
    margin-right: 25px;
}
.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #331246;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
}
.file-input:hover > .button {
  background: dodgerblue;
  color: white;
}
.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}
.file-input.-chosen > .label {
  opacity: 1;
}
.alternativeContact > span {
    display: block;
}
.alternativeContact {
    color: #000;
    font-weight: bold;
    text-align: left;
}
@media screen and ( max-width: 800px ){
    .sub-form , .bx-map-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
    }
    .sub-form > form > div {
        text-align: center;
    }
}
@media screen and ( max-width: 480px ){
    .sub-form > form > .half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .file-input > .button {
        margin-top: 10px;
    }
    .alternativeContact {
        font-size: 13px;
    }
}
@media screen and ( max-width: 320px ){
    .r-breadcrump > ul {
        font-size: 18px;
    }
    .form-wrapper {
        padding: 100px 0px;
    }
}