body{
  background-image: url(#);
  background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
height:auto;


}
.content-wrapper{
width:60%;
margin-bottom:50px;
display:inline-block;
}

.content-right{
float:right;  width:30%;
}

.image-wrapper{
margin-top:2%;
margin-bottom:2%;
padding:20px;
background-color: white;
border-radius:5px;
opacity:1;
}

.map-wrapper{
display: inline-block;
margin-top: 10px;
color: black;
text-align: center;
text-decoration: none;
border-radius: 3px;
font-weight: bold;
font-size: 20px;
width: 83%;
margin-left: 4%;
}
.maps{
  width:100%!important;
}

.image-tp{
display:inline-block;
width:32%;
margin-right:1%;
}
.contact-wrapper{
background-color:black;
padding:20px;
border-radius:5px;
color:white;
opacity:0.9;
}

.breadcr{
  display: block;
}

.breadcr ul {
    margin: 0 0 0 0;
    padding: 0px;
}

.breadcr ul li{
  display: inline-block;
}

.breadcr ul li:after{
  content: " / ";
}

.breadcr ul li:last-child:after{
  content: "  ";
}

#MainContent {
width: 100% !important;
}

a.acontact {
    display: inline-block;
    margin-top: 10px;
    margin-left:4%;
    background: white;
    color: black;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 20px;
    width:80%;
}

a.acontact:hover {
   background: #ffffffbd;
}
.cta-wrapper{
  margin-bottom:2%;
  margin-top:2%;
}

.MainUsp {
    background: #ffffffab;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
}

.MainUsp ul {
padding-left: 0px;
}

.MainUsp li {
    display: inline-block;
    width: 33%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.MenuIcon {
width: 43px;
}

@media screen and (max-width: 900px) {
  .MainUsp li {
display: block;
    width: 100%;
}
.image-tp {
      margin-right: 0%;

}
.content-wrapper{
  width:100%;
  float:none;
  margin-bottom:0px;
}
.content-right{
  width:100%;
  float:none;
}
.map-wrapper{
      width: 93%;

}


}

@media screen and (max-width: 600px) {
a.acontact {
width:95%!important;
margin:auto;
margin-bottom:20px;
}
ma
}

@media screen and (max-width: 320px) {

.image-tp{
width:100%;
margin-bottom:10px;
}
}


#contact {
  width: 100%;
}
.half {
	width: 50%;
}
.details-half {
  width: 45%;
  margin: 0 0 0 5%;
}
.full {
	width: 100%;
  display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.clear {
  clear: both;
}
.e-mail-url {
  position:absolute;
  left:-9999px;
  top: -9999px;
}
.foot-note {
  text-align: center;
}
#cptfix {
  width: 45%;
  float: left;
}
#cptfix-field {
  margin: 0 0 0 2%;
  width: 52%;
  float: right;
  min-height: 32px;
}
.box-field {
  margin: 0 0 2% 0;
  overflow: hidden;
}
#contact, #form1, #form {
  overflow: hidden;
}
textarea {
  resize:vertical;
  min-height: 188px;
}
textarea, input {
  padding: 5px 10px;
}
textarea, input, #cptfix {
  box-sizing: border-box;
}
.send-submit {
  color: #fff;
  background: #003688;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: 0;
  margin: 5px 0 0 0;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.send-submit:hover {
	background: #014FC5;
}
input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: 0;
}
label {
  margin: 0 0 2px 0;
}

.error {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #DE0000;
}
.error:focus {
  border: 1px solid #DE0000;
}
.valid {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #017301;
}
label.error {
  display: none!important;
}
@media screen and (max-width: 640px) {
    #cptfix-field {
        width: 100%;
        margin: 2% 0 0 0;
    }
    .half, .details-half {
      width: 100%;
      margin: 0;
    }
}
@media only screen and (min-width:480px) and (max-width: 640px) {
  #cptfix-field {
    width: 52%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #cptfix {
    width: 100%;
  }
}