
@import "http://fonts.googleapis.com/css?family=Raleway";


}
#abc {
    background-color: #313131;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.95;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}
img#close {
    cursor: pointer;
    position: absolute;
    right: -14px;
    top: -14px;
}
div#popupContact {
    font-family: "Raleway",sans-serif;
    top: 17%;
	margin-left:20%;
	margin-top:25px;
}
form {
    background-color: white;
    border: 2px solid gray;
    border-radius: 10px;
    font-family: raleway;
    max-width: 700px;
    min-width: 250px;
    padding: 10px 50px;
}
h2 {
    background-color: #feffed;
    border-radius: 10px 10px 0 0;
    margin: -10px -50px;
    padding: 20px 35px;
    text-align: center;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 10px -50px;
}
input[type="text"], input[type="email"] {
    border: 1px solid #ccc;
    font-family: raleway;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 10px 10px 17px;
    width: 32%;
}

.selectedbox{
	width:369px;
	border: 1px solid #ccc;
	font-family: raleway;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 10px 10px 17px;
	width: 32%;
}
#name {
    background-image: url("../images/name.jpg");
    background-position: 5px 7px;
    background-repeat: no-repeat;
}
#email {
    background-image: url("../images/email.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
}
textarea {
    background-position: 5px 7px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    font-family: raleway;
    font-size: 16px;
    height: 95px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px;
    resize: none;
    width: 97%;
}
#submit, #SubmitRqstBtn {
    background-color: #ffbc00;
    border: 1px solid #ffcb00;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
button {
    background-color: peru;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    height: 45px;
    width: 10%;
}
img#fugo {
    margin-left: 70%;
}

/*----start-responsive-design----*/
@media only screen and (max-width:320px) and (min-width:240px){
input[type="text"] {
    border: 1px solid #ccc;
    font-family: raleway;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 10px 10px 17px;
    width: 100%;
}

.selectedbox{
	width:369px;
	border: 1px solid #ccc;
	font-family: raleway;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 10px 10px 17px;
	width: 100%;
}	
}

@media only screen and (max-width:480px) and (min-width:320px){
	input[type="text"] {
    border: 1px solid #ccc;
    font-family: raleway;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 10px 10px 17px;
    width: 100%;
}
.selectedbox{
	width:369px;
	border: 1px solid #ccc;
	font-family: raleway;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 10px 10px 17px;
	width: 100%;
}
input[type="text"], input[type="email"] {
    width: 100%;
}

}

@media only screen and (max-width:640px) and (min-width:480px){
	input[type="text"] {
    border: 1px solid #ccc;
    font-family: raleway;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 10px 10px 17px;
    width: 100%;
}
	.selectedbox{
	width:369px;
	border: 1px solid #ccc;
	font-family: raleway;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 10px 10px 17px;
	width: 100%;
}
	
}
