

/* floating box style */
.floating-form {
    width: 325px;
    padding: 15px;
    font: 13px;
    background: #1e1e1e;
    border: 1px solid #ddd;
    top: 30px;
    right: 0px;
    position: fixed;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
	z-index:500;
}
.contact-opener {
    position: absolute;
    font-size: 13px;
	font-family:'rajdhanibold';
    left: -81px;
    transform: rotate(-90deg);
    top: 110px;
    padding: 9px 25px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#899018+0,8b8c1d+34,737706+100 */
    background: #65aad1; /* Old browsers */

    -moz-box-shadow: inset 0px 1px 0px 0px #899018;
    -webkit-box-shadow: inset 0px 1px 0px 0px #899018;
    box-shadow: inset 0px 1px 0px 0px #899018;

}
.floating-form-heading{
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    color: #FFF;
    border-bottom: 1px solid #000;
    padding: 10px 15px;
    background: #282828;
}
.floating-body {
    background: #282828;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
}
#contact_body {
	padding: 10px 25px;
	border-bottom: 0px #000 solid;
	font-family:'rajdhaniregular';
	font-size: 15px;
}
#contact_body label{
    display: block;
    margin: 0px 0px 15px 0px;
	font-family:'rajdhaniregular';
}

#contact_body label.radio{
    display: inline;
    margin: 0px 25px 15px 0px;
    font-family:'rajdhaniregular';
    color:#c7c7c7;
}
#contact_body label > span{
    display: block;
    font-weight: bold;
    color:#c7c7c7;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-right: 5px;
}
#contact_body span.required{
    color:red;
}
#contact_body input.input-field{
    width: 68%;
}
#contact_body input.input-field,
#contact_body .tel-number-field,
#contact_body .textarea-field,
#contact_body .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
    display: block;
    width: 100%;
	color:#555;
	font-family:'rajdhaniregular';
}
.tel-num {display:block;position:relative;padding-left: 50px;}
#contact_body .tel-number-field{
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;left: 0;
}
#contact_body  .long{
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
}
#contact_body .input-field:focus,
#contact_body .tel-number-field:focus,
#contact_body .textarea-field:focus,  
#contact_body .select-field:focus{
    border: 1px solid #ff0;
}
#contact_body .textarea-field{
    height:100px;
    width: 100%;
}
#contact_body input[type="button"],
#contact_body input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #fff;	
    padding: 8px 18px;
    text-decoration: none;
    font-size: 13px;
	font-family:'rajdhanibold';
}
#contact_body input[type="button"]:hover,
#contact_body input[type="submit"]:hover {
    background: #c70000;
}
#contact_body .success, #contact_results .success {
    background: #575757;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    color: #00f406!important;
    border-left: 3px solid #2E6800;
	
}
#contact_body .error {
    background: #FFE8E8;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 5px 0px;
    border: none;
    color: #FF0000;
    border-left: 3px solid #FF0000;
}

.btn-wrapper {text-align: center;margin-top: 20px;}
#submit_btn {
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    border: 1px #ccc solid;
    display: inline-block;
    padding: 8px 35px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#899018+0,8b8c1d+34,737706+100 */
    background: #ef120c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}

#submit_btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#899018+0,8b8c1d+34,737706+100 */
    background: #00f406; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #00f406 0%, #8b8c1d 34%, #91951d 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  #00f406 0%,#8b8c1d 34%,#91951d 100%); /* Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to bottom,  #00f406 0%,#8b8c1d 34%,#91951d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f406', endColorstr='#91951d',GradientType=0 ); /* IE6-9 */
}