/* 
    Created on  : 2017.05.12., 18:58:23
    Author      : Bencsik Matyas
    ToDo        : tiesmi
*/


#m-kapcsolat {
    width: 100.1%;
    background-color: #c0d0d9;
    z-index: 1400;
}

#m-kapcsolat h1 {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #063d5b;
    margin: 0;

}

#m-kapcsolat h2 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #817e26;
    margin: 0;
    font-weight: 400;
}

#m-kapcsolat img:first-child {
    margin: 0 15px 0 0;
}
#m-kapcsolat img {
    cursor: pointer;    
}

#m-kapcsolat h3.phone {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #0f6e90;
    margin: 0;
}
#m-kapcsolat div.kbox {
    background:  rgba(255, 255, 255, 0.9);
    
    position: absolute;
    display: none;
    z-index: 101;
    margin: 0 auto;
    text-align: center;
}

#onfucus-mk {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2000px;
    background-color: #000;
    opacity: 0;
    z-index: 1399;
}

div.mail-box  {
    background:  rgba(255, 255, 255, 0.8);
    
    position: absolute;
    display: none;
    z-index: 1400;
}

#m-kapcsolat ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ff0303;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
#m-kapcsolat ::-moz-placeholder { /* Firefox 19+ */
    color: #ff0303;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
#m-kapcsolat :-ms-input-placeholder { /* IE 10+ */
    color: #ff0303;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
#m-kapcsolat :-moz-placeholder { /* Firefox 18- */
    color: #ff0303;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

#m-kapcsolat .input-txt {
    border: solid #237ba3;
    opacity: 1!important;
    display: block;
}


#m-kapcsolat input.button{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background-color: #fff;
    border: solid #237ba3;
    color: #237ba3;
    text-transform: uppercase;
}

#m-kapcsolat input.button:hover{
    background-color: #237ba3;
    color: #fff;
    text-transform: uppercase;
}
#m-kapcsolat .kotelezo {
    display: block;
    color: #ff0303;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    float: left;
}

#sendmail {
    width: 100%;
}

#results {
    font-family: 'Source Sans Pro', sans-serif;
}