hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; } 
    
.btn{
  font-family: inherit;
  /*font-weight: 700;*/
  color: black;
  border: 1px solid black;
  font-size: 1em;
  background:none;
  padding: 0.3em 1em 0.4em;
  width: 13em;
  height: 3.2em;
  box-sizing: border-box;
  text-decoration: none;
    -webkit-transition: background-color .2s ease-out, color .2s ease-out;
    -moz-transition: background-color .2s ease-out, color .2s ease-out;
    -o-transition: background-color .2s ease-out, color .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out;

}

.btn:hover, .odeslatform:hover {
  background: black;
  text-decoration: none;
  color:white;
  cursor:pointer
}

 .btn-white {  border: 1px solid white; color:white}



.odeslatform {font-size:1.2em} 
.button-arrow {height:0.85em; margin-left: 0.7em;} 
 
  /*forms*/
 


.formular input[type=text] {
    -webkit-appearance: none;
    font-family: 'Roboto Condensed', 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0.0em;
    text-align: left;
    margin-bottom: 1.3em;
    margin-right: 2em;
    font-size: 18px;
    font-size: 1.1em;
    color: black;
    background: white;
    position: relative;
    bottom: 0;
    float: left;
    padding: 0.5em 0.8em;
    text-decoration: none;
    border: 0px solid grey;
    box-sizing: border-box;
    width: 13em;
}

.formular select { 
    font-family: 'Roboto Condensed', 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0.0em;
    text-align: left;
    margin-bottom: 0;
    margin-right: 0em;
    font-size: 18px;
    font-size: 1.1em;
    color: black;
    background: white;
    position: relative;
    bottom: 0;
    float: left;
    padding: 0.5em 0.8em;
    text-decoration: none;
    border: 0px solid grey;
    box-sizing: border-box;
    width: 8em;}
       
  



input[type=text]:focus::-webkit-input-placeholder { color:transparent; }
input[type=text]:focus:-moz-placeholder { color:transparent; }
input[type=text]:focus::-webkit-input-placeholder{ color: transparent!important;}
input[type=text]:focus::-moz-placeholder{color: transparent!important;}
input[type=text]:focus:-moz-placeholder{color: transparent!important;}
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-webkit-input-placeholder{ color: transparent!important;}
textarea:focus::-moz-placeholder{color: transparent!important;}
textarea:focus:-moz-placeholder{color: transparent!important;}

    .remove_from_input {
    position: relative;
    display: block;
    top: 30%;
    bottom:0;
    left: 0;
    width: 1.1em;
    float:left;
    border:0px solid grey;
    /*background-image:url("../images/x.png");
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center center;*/
    cursor:pointer;
    }
    
    .submit-btn {
    /*display:inline-block;*/
    -webkit-appearance: none;
    position: relative;
    top: 0.7em;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif; font-weight: normal; font-style: normal;
    letter-spacing: 0.07em;line-height: 1.7em; margin-bottom:0;  margin-left: 0.8em;
    font-size: 17px;
    font-size: 1.1vw;
    color: #65b200;
    background-color: white;
    color:white;
    width: 26% ;
    height: 2.8em;
    border: none;
    margin: -2% 0 0 0px;
    padding: 0px 0 3.4px 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    outline: none !important;
    cursor:pointer
    }
    @-moz-document url-prefix() {.submit-btn {top: 0.1em;}}
    
    .submit-btn:hover {background: #170101;} 
    
    .submit-btn img{width:100%}
    
    






     
     input[type=text]::-webkit-input-placeholder {color:#828282}
     input[type=text]:-moz-placeholder {color:#828282}
     input[type=text]::-moz-placeholder {color:#828282}
     input[type=text]:-ms-input-placeholder {color:#828282}
    

     




    
    /*MEDIA*/  
      
@media only screen and (max-width: 1024px) { 
      
    input[type=text] {}
   .inputdiv { width: 68%; height: 1.8em; }
   .remove_from_input {top: 8%;}
   input[type=text] {
    height:100%;
    font-size: 14px;
    padding-bottom: 5px;
    }

@media only screen and (max-width: 768px) {
.mailcont { width: 56%;} 
       input[type=text] { width: 71%;}
       .submit-btn {height:39px; font-size: 13px; top: 6px;}
       }  
 
 
@media only screen and (max-width: 667px) { 
.submit-btn {height: 33px;}
.buttext {bottom: 14%;}    
}      
@media only screen and (max-width: 414px) { 
     
  .mailcont {width: 90%;; margin:0 auto}
  .inputdiv {width: 88%;margin-left: 16px; display: block; margin-bottom: 13px;}
  .submit-btn {margin: 1em auto; display:block}

    
  
  
  }