body {
	background: url(../img/body.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:14px;
	line-height:normal;
	font-weight:400;
	margin:0px;
	padding:0px;
}
.submit{ border:0px; font-size:0px; background:url(../img/submit.png) no-repeat; height:40px; width: 112px;}
.logo {
	margin-top:10px;
	margin-bottom:20px;
}
.logo a img {
	display:inline-block;
}
.cate1 {
	padding:0px;
}
.cate2 {
	padding:0 32px 0 0;
}
.category {
	width:100%;
}
.Copy {
	margin:20px 0 50px;
}
.Copy img {
	display:inline-block;
}

.modal.fade.in {
    top: 15%;
}
.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal {
    background-clip: padding-box;
    left: 21%;
    margin-left: 0;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 695px;
    z-index: 1050;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.modal-header {
    border: medium none;
    padding: 0px;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    background: #fff none repeat scroll 0 0 !important;
    color: #999999;
    float: right;
    font-size: 40px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    opacity: 1;
    width: 45px;
	margin-top:0px !important;
}
.modal-body_1 {
    background-image: url("../img/form_img1.jpg");
    border-radius: 0px;
    max-height: 425px;
    overflow-y: visible;
    padding: 0;
    position: relative;
	 background-repeat: no-repeat;
    background-size: 100% 100%;
}
.modal-body_2 {
    background-image: url("../img/form_img2.jpg");
    border-radius: 0px;
    max-height: 425px;
    overflow-y: visible;
    padding: 0;
    position: relative;
	 background-repeat: no-repeat;
    background-size: 100% 100%;
}
.modal-body_3 {
    background-image: url("../img/form_img3.jpg");
    border-radius: 0px;
    max-height: 425px;
    overflow-y: visible;
    padding: 0;
    position: relative;
}
.modal-body_4 {
    background-image: url("../img/form_img4.jpg");
    border-radius: 0px;
    max-height: 425px;
    overflow-y: visible;
    padding: 0;
    position: relative;
	 background-repeat: no-repeat;
    background-size: 100% 100%;
}
.modal-body_5 {
    background-image: url("../img/form_img5.jpg");
    border-radius: 0px;
    max-height: 425px;
    overflow-y: visible;
    padding: 0;
    position: relative;
	 background-repeat: no-repeat;
    background-size: 100% 100%;
}
.row-fluid {
    width: 100%;
}
.p-30 {
    padding: 30px 80px 30px 30px;
}
.form-heading {
    margin: 0 0 20px;
}
.input_1 { 
	float: left;
    width: 49%;
}
.input_2 {
	float: left;
    margin-left: 2%;
    width: 49%;
}
.text_1 {
	float: left;
    margin: 20px 0;
}
.form-control {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    color: #989898;
    height: 35px;
}
.form-group {
    margin-bottom: 20px;
}














@media screen and (max-width:767px){


.cate1 {
	padding:0px;
}
.cate2 {
	padding:0px;
}
.modal {
    background-clip: padding-box;
    left: 0%;
    margin-left: 0;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 100%;
    z-index: 1050;
}
.p-30 {
    padding: 20px;
}

}



