/* Contact */
/*--------------------
.karta-box{
float:right ;
	display:inline-block;
	width:50% ;
	margin-bottom:8px;
	position:absolute;
	height:100px;
	padding-left:200px ;
	padding-right:0px ;
}*/
.karta{
	float:left;
	display:inline;
	width:100%;
	margin-top:60px ;
	position:relative;
	height:400px;
	padding-left:0px;
	padding-right:0px;
	z-index:1;
	margin-left:0px;
	margin-bottom:20px;
	box-sizing:border-box;
	background-size:cover;
}
/*@media (max-width: 500px) {
    .karta
     {
        width:100%;
        position:relative;
        display:;
	height:100px;
	padding-left:0px ;
	padding-right:0px ;
    }
}*/
.detail1{
height:auto;
width:100%;
background-color: rgba(255, 255, 255, .15);  
backdrop-filter: blur(5px);
 z-index: 1;
position:relative;
display:inline-block;
padding:10px;
border-radius:10px;
border-color:white;
 border-style: solid;
 text-align: justify;
 font-size: 4.3vw;
 margin-top:0px;
 margin-bottom:50px;
 
 height:100%;
}
#contact{
	float: ;
	display:flex;
	padding: 40px 0px;
	width:100% ;
	position:relative;
	height:auto;
	margin-bottom: 150px;
	
}
.contact-form{
	float:left ;
	display: row;
	width: 100%;
	position:relative;
	height:500px;
	margin-bottom: 150px;
}
.contact-form > p {
  font-size: 17px;
  margin-bottom: 20px;
}
.contact-address {
  display: inline;
  float: left;
  width: 100%;
  padding: 0px 20px;
}
.contact-address>p{
	font-size: 17px;
	margin-bottom: 20px;
}
.contact-address>h3{
	margin-bottom: 0px;
	margin-top: 50px;
}
.contact-address .social-share {
  text-align: center;
  margin-top: 20px;
}
.contact-address .social-share ul{
	text-align: center;
	float: none;
}
.wp-form-control {
  border-radius: 0px;
  display: inline;
  font-size: 15px;	
  float: left;
  margin-bottom: 20px;
  padding: 10px 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;  
  width: 100%;  
  border: 1px solid #18ba60;
}
.wpcf7-text{
  height: 45px;
}
.wpcf7-email{
  height: 45px;
}
.wpcf7-textarea {
  height: 200px;
  padding: 15px;
}

.submit-button{
    float: left;
	font-family:times roman;
	width: 100px;
	height:50px;
	font-size: 20px;
	display: flex;
	margin-bottom: 4vw;
	margin-top: 0px;
	padding:0px ;
	border-color: white;
	border-radius: 2px;
	background: blue;
	color: white;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	

}
.submit-button:hover {

    border-color: green;
	border-radius: 15px;
	background: green;
	color: white;
}
.submit-button > span {
	vertical-align: middle;
}
@media(max-width:900px){
.submit-button{
font-size: 3vw;
font-family:raleway;
}
.submit-button:hover {

    border-color: green;
	border-radius: 15px;
	background: green;
	color: blue;
}

}

