/*================CONTACT START========================*/
.royalSlider > .rsUni{
	visibility:hidden;
}
.header{
	width:1184px;
	margin:0 auto;
	padding:0;
}
.body {
	width:1184px;
	height:auto;
	margin: 0 auto;
	padding:0;
	background-color:#e1e1e1;
	border-radius:4px;
}
#contact_block {
	width:1159px;
	height:auto;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	/*background-color:#e1e1e1;*/
	background-color:#f2f2f2;
	border-radius:4px;
}
.emailsent_block{
	height:163px;
	width:450px;
	border-style:solid;
	padding-top:112px;
	border-width:5px;
	border-color:#def9dc;
	background-color:#a6fc9e;
	border-bottom-right-radius:8px;
    border-bottom-left-radius: 8px;
	border-top-right-radius:8px;
    border-top-left-radius: 8px;
}
.emailsent_block h1{
	font-size: 35px;
	color: #fff;
	text-align:center;
	padding:0;
	margin:0;
}
.email_block{
	height:275px;
	width:450px;
	border-style:solid;
	border-width:1px;
	border-color:#575757;
	border-radius:4px;
}
.email_header{
	width:100%;
	height:51px;
	text-align:center;
	background-color:#575757;
	border-top-right-radius:4px;
	border-top-left-radius: 4px;
}
.email_header img{
	padding-top:10px;
	padding-bottom:10px;

}
.phone_block2{
	height:275px;
	width:450px;
	border-style:solid;
	border-width:1px;
	border-color:#575757;
	border-radius:4px;
}
.phone_header2{
	width:100%;
	height:51px;
	text-align:center;
	background-color:#575757;
	border-top-right-radius:4px;
	border-top-left-radius: 4px;
}

.phone_header2 img {
	padding-top:5px;
	padding-bottom:5px;
}

.phone_block2 h1{
	padding-top:25px;
	font-size: 55px;
	color: #575757;
}

.mid_block{
	width:225px;
	font-family: "myriad-pro-1","myriad-pro-2","Helvetica","Arial",sans-serif;
	font-size: 35px;
	color: #575757;
	line-height: 21px;
}

#contact_block form .spacer  {
	width:400px;
	height:10px;
}

#contact_block form {
	padding:10px;
}

#contact_block form table tr {
	font-family: "myriad-pro-1","myriad-pro-2","Helvetica","Arial",sans-serif;
	font-size: 14px;
	color: #575757;
	font-weight:200;
}

#contact_block form table tr td {
	text-align:left;
	padding-left:5px;
}
.halfbar{
	height:20px;
	width:190px;
	background-color:#a6fc9e;
	border-style:solid;
	border-color:#000;
	border-width:1px;
	margin:2px 0px 2px 5px; /*T R B L*/
}
.fullbar{
	height:20px;
	width:380px;
	background-color:#a6fc9e;
	border-style:solid;
	border-color:#000;
	border-width:1px;
	margin-left:5px;
}
/*
input[type=text] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
*/
/*
input:disabled {
	color: #3c763d;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}
*/
input[type=submit]:disabled,
input:disabled, 
input[readonly] {
    background-color: #a6fc9e !important;
    opacity: 1 !important;
}
input[type=submit]:disabled {
    background-color: #e9ecef !important;
    opacity: 1 !important;
	color: green !important;
}
input.input-validation-error {
	background: #ffb2b2!important;
	border: 2px solid #c36d6d;
	color: black!important;
}
/*
#SubmitButton {
    padding: 15px 30px;
    background-color: #619bbc!important;
    width: 250px !important;
    color: white!important;
    cursor: pointer;
    float: left !important;
    position: relative;
    top: 0;
}
*/
/*
input[type=submit]:disabled {
	background: #ffb2b2!important;
	border: 2px solid #c36d6d;
	color: black!important;
}
*/
span.required {
    color: red;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*================CONTACT END========================*/