
@import "http://fonts.googleapis.com/css?family=Raleway";
/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/
#abc {
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
background-color:#313131;
overflow:auto
}
img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}
div#popupContact {
position:absolute;
left:50%;
top:18%;
margin-left:-250px;
font-family:'Raleway',sans-serif
}
form {
max-width:550px;
min-width:250px;
padding:10px 50px;
border:2px solid gray;
border-radius:10px;
font-family:raleway;
background-color:#fff;
}
.p-pop {
margin-top:30px
}
.h2-pop {
/*background-color:#FEFFED;*/
/*padding:20px 35px;
margin:-10px -50px;*/
font-size:20px;
text-align:center;
border-radius:10px 10px 0 0
}
.hr-pop {
margin:10px -50px;
border:0;
border-top:1px solid #ccc
}
input[type=text] {
width:100%;
margin-top:10px;
border:1px solid #ccc;
padding-left:0px;
font-size:14px;
font-family:raleway;
padding: 6px 12px;
height: 34px;
}

input[type=email] {
width:100%;
margin-top:10px;
border:1px solid #ccc;
padding-left:0px;
font-size:14px;
font-family:raleway;
padding: 6px 12px;
height: 34px;
}

.select-pop {
width:100%;
margin-top:10px;
border:1px solid #ccc;
padding-left:0px;
font-size:14px;
font-family:raleway;
padding: 6px 12px;
height: 34px;
}

#name {
background-image:url(../images/name.html);
background-repeat:no-repeat;
background-position:5px 7px
}
#email {
background-image:url(../images/email.png);
background-repeat:no-repeat;
background-position:5px 7px
}
textarea {
background-image:url(../images/msg.html);
background-repeat:no-repeat;
background-position:5px 7px;
width:100%;
height: 54px;
resize:none;
margin-top:10px;
border:1px solid #ccc;
padding-left:0px;
padding: 6px 12px;
font-size:14px;
font-family:raleway;
/*margin-bottom:30px*/
}
#submit {
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#64bb3b;
color:#fff;
border:1px solid #64bb3b;
padding:5px 0;
font-size:17px;
cursor:pointer;
border-radius:5px;
margin-top: 10px;
}

#submit:hover{
background-color:#36574a;
border:1px solid #36574a;
}

.span-pop {
color:red;
font-weight:700
}
button {
width:auto;
height:auto;
/*border-radius:3px;*/
/*background-color:#cd853f;*/
color:#fff;
font-family:'Raleway',sans-serif;
font-size:18px;
cursor:pointer
}
