/*
Modal windows for Privacy Policy 
*/
#modal-content {
	width: 70%;
	height:70%;
	margin: 0;
	padding: 10px 20px;
	border: 2px solid #aaa;
	background: #000000;
	position: fixed;
	display: none;
	z-index: 1201;
}
#modal-content iframe{
	width:100%;
}
#modal-overlay {
	z-index:1200;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;	/* for smart phone */
	background-color:rgba(0,0,0,0.75);
}
.btn-block {
    display: block;
    width: 100%;
}

.contact-form-icon {position: relative;}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.contact-form-icon .fa {
    color: #000000;
    padding: 14px 12px;
    pointer-events: none;
    position: absolute;
}
.form-control {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 1.7em;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    letter-spacing: 1px;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
}

.btn, .form-control, .form-control:hover, .form-control:focus, .navbar-custom .dropdown-menu {box-shadow: none;}

.contact-form-section button.btn-contact {
	background: #ea5514;
	background: -moz-linear-gradient(top, #ea5514 0%, #ed9800 100%);
	background: -webkit-linear-gradient(top, #ea5514 0%,#ed9800 100%);
	background: linear-gradient(to top, #ea5514 0%,#ed9800 100%);
    height: 50px;
}
.contact-form-section button.btn-contact {
    border: 0;
    font-weight: 500;
    padding: 5px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 9px 25px 0px 50px;
    vertical-align: middle;
    cursor: pointer;
    color: #000000;
    line-height: 1em;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}
.checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 12px;
    height: 17px;
    border-right: 3px solid #000000;
    border-bottom: 3px solid #000000;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact-form-icon input, .contact-form-icon textarea {
    padding-left: 35px;
	width:100%;
	background-color:#ffffff;
}
input[type=checkbox] {display: none;}
.contact-form-icon {position: relative;}
.form-group {margin-bottom: 20px;}
input[type=checkbox]:checked + .checkbox:before, input[type=checkbox]:checked + span + .checkbox:before {
    opacity: 1;
}
.checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 26px;
    height: 26px;
    border: 2px solid #000000;
    border-radius: 6px;
    content: '';
}

#er_name, #er_email, #er_message, #er_privacy_check {
    text-align: left;
    margin: 5px 0px 0px;
    padding: 0px 0px 5px 17px;
    color: #ff6900;
    font-size: 12px;
    line-height: normal;
    display: none;
}


dl.confirmTbl{
	display:table;
	width:100%;
	padding: 7px 0px 5px;
    margin-bottom: 0px;
}
dl.confirmTbl dt,dl.confirmTbl dd{
	display:table-cell;
}
dl.confirmTbl dt{
	padding-right:10px;
}

dl.confirmTbl.name dt,
dl.confirmTbl.email dt,
dl.confirmTbl.textarea dt{
	width:30px;
}
dl.confirmTbl.document dt{
	width:110px;
}

#contactScr_2 .return button.btn-contact{
	background: #73909c;
	background: -moz-linear-gradient(top, #b0cad7 0%, #73909c 100%);
	background: -webkit-linear-gradient(top, #b0cad7 0%,#73909c 100%);
	background: linear-gradient(to top, #b0cad7 0%,#73909c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
#contactScr_2 .submit button.btn-contact{
	background-color:#D11769;
}
#contactScr_2 .btn-area{
	padding-top:20px;
}


iframe#pp {
	width:100%;
	height:200px;
}
#er_name,#er_email,#er_message,#er_privacy_check {
	text-align: left;
	margin: 5px 0px 0px;
	padding: 0px 0px 5px 17px;
	color: #ff6900;
	font-size: 12px;
	line-height: normal;
	display: none;
}

.contact-form-section button.btn-contact.gray-out {
	background-image: none;
	background-color: #cccccc;
	height:50px;
	
}
.contact-form-section button.btn-contact.gray-out:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);	/* Reset nomalize */
}




/* Medium Layout: 1280px. */
@media only screen and (min-width: 768px) { 
.floatRight {
	float: right;
}
.txtAlgnRight {
	text-align:right;
}

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 

}

/* Confirm table */

#contactScr_2 {
	color: #000000;
}

@media screen and (min-width: 768px) {
	#contactScr_2 .btn-area .return{
		width:30%;
		float:left;
	}
	#contactScr_2 .btn-area .submit{
		width:65%;
		float:right;
	}
	#contactScr_2 .return button.btn-contact{
		margin-left:17px;
	}
}

@media screen and (max-width: 767px) {
	#contactScr_2 .return{
		margin-bottom:10px;
	}
}

.confirmTbl {
	border-bottom: 1px solid #000000;

}
