html, body{
    /*height: 100%;*/
    /*overflow:hidden;*/
    /*overflow-y:hidden;*/
    background-color: #F7F7F7 !important;
}

h5 {
    font-size: 20px !important;
}

/*clear classes*/
.clear { clear: both; width: 100%; height: 1px; }
.clearh_5 { clear: both; width: 100%; height: 5px; }
.clearh_10 {clear: both;  width: 100%; height: 10px; }
.clearh_20 { clear: both; width: 100%; height: 20px; }
.clearh_30 { clear: both; width: 100%; height: 30px; }
.clearh_40 { clear: both; width: 100%; height: 40px; }
.clearh_50 { clear: both; width: 100%; height: 50px; }
.clearh_60 { clear: both; width: 100%; height: 60px; }
.clearh_70 { clear: both; width: 100%; height: 70px; }
.clearh_80 { clear: both; width: 100%; height: 80px; }
.clearh_90 { clear: both; width: 100%; height: 90px; }
.clearh_95 { clear: both; width: 100%; height: 95px; }
.clearh_96 { clear: both; width: 100%; height: 96px; }
.clearh_97 { clear: both; width: 100%; height: 97px; }
.clearh_98 { clear: both; width: 100%; height: 98px; }
.clearh_99 { clear: both; width: 100%; height: 99px; }
.clearh_100 { clear: both; width: 100%; height: 100px; }

.highLightInput { background: #EFF5FF; color: black; outline:none; border: 1px solid #67AFCF;}
/*.inputHighlighted {font:normal 13px verdana,Arial; padding-top:2px; padding-left:4px; background-color: #EFF5FF; color: #000000; border: 1px solid #67AFCF;}*/
/*input, select, textarea{ font:normal 13px "Trebuchet MS", Tahoma, Verdana, Arial; border:1px solid #DFDFDF; background:#ffffff; padding:5px 10px; color: #4F4F4F; border-radius:0px; -moz-border-radius:0px; resize:none; outline:none;} */
#Verification-Code{text-align: left; padding-left: 15px !important;}
.captcha 		{ font:normal 22px "Trebuchet MS", Tahoma, Verdana, Arial !important; height: 40px; /*width:150px !important; */}
.readonly 		{ color:#545454; padding-bottom: 1px;	background-color:#FAF8EC; }
.disabled 		{ border: 1px solid #CFCFCF; color:#7F7F7F; background-color:#EFEFEF; font-size:1.0em; *font-size:1.1em; }
.passwordField  { border:#9F1E09 1px solid;	font-size: 10px; color:#000000;	background-color:#FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; }
.chkboxField 	{ margin-top:0; padding-top:5px; vertical-align:middle; margin-bottom:0; border:none; background:none; }
.radioField 	{ margin-top:0px; vertical-align:middle; border: 0px;}

/* Error Message */
/*.alert{width:auto;height:auto;min-height:30px;border:1px solid #CD0A0A;background: url(../images/icon-error.png) 7px 5px no-repeat #FEF8F6;font-size:12px;color:#CD0A0A;overflow:hidden} */
.alert p{padding:5px 7px 3px 30px;}
.success{border:1px solid #247F1F;background:url(../images/icon-success.gif) 7px 8px no-repeat #F0FFEF;font-size:12px;color:#247F1F;overflow:hidden;}
.success span{margin-left:5px;}
.error {color: #CD0A0A;}

.help-block {
  display: block;
  margin-top: -20px;
  margin-bottom: 2px;
  color: #c72928;
  font-size:13px;
}

.help-block a {
	color:#c72928;
}

.help-block a:hover {
	text-decoration:underline;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    display: inline-block;
    padding: 0px 29px 0 30px;
    height: 45px;
    line-height: 44px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: #004182;		/* color theme */
     /* color theme */
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: 600;
    font-family: 'PT Sans', sans-serif;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {		
    color: #FFFFFF;
    text-shadow: #666 0 1px 2px;
    background-color: #5ACDC7;	/* color theme hover */
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {	
	position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 45px;
    background-color: #fafafa;
    border-radius: 3px;   
    margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

input[type="search"] {
    width: 250px;  
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #0e5b93 !important;	/* color theme */
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	padding: 8px 15px;    
    height: 209px !important;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #555;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #555;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #555;
	opacity: 1;
}

/* bootstrap resetting elements */
textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}

#qinquiry{
	text-align: center;
	font-size: 30px;
	background-color: #004182;	/* color theme */
  	color:#fff;
  	padding-top: 9px;
  	padding-bottom: 9px;
}    

/* form css */
.input-group-addon {
	padding-left:8px;
	font-size: 14px;
	color: black;
	text-align: left;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
	border-radius:3px 0 0 3px;
	min-width:150px;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	
}
.input-group-addon  i {
	font-size:16px;
}
.textarea-container .input-group-addon {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	border-radius:3px 3px 0 0;
	padding:10.5px 12px 10.5px 7px;
	z-index:90;
}

.textarea-container .input-group-addon:first-child {
	border-right:1px solid #e4e2e2;
}
.textarea-container {
	position: relative;
	width:100%;
	overflow:hidden;
}
.textarea-container textarea {
	/*padding-top:55px;
	padding-left:15px;
	margin-top:5px;*/
	padding:8px 15px;
	margin-top:47px;
}

/*#contact-form .input-group-addon{
	min-width:100px;
}*/
.input-group input + .input-group-addon {
	text-align:right;
}

.input-group input + .input-group-addon .input-icon {
	margin-right:0;
	margin-left:5px;
}

.input-group .input-group-addon + input + .input-group-addon {
	min-width:0;
	border-radius:0 3px 3px 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 47px;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 3px 0 0 3px;
}

.input-group-lg > .input-group-addon {
	padding-left:8px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px 0 0 3px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
	margin-top:3px;
	margin-left:4px;
}

.input-group-lg .input-group-addon input[type=radio],
.input-group-lg .input-group-addon input[type=checkbox] {
	margin-top:6px;
	margin-left:7px;
}

.input-group-sm .input-group-addon input[type=radio],
.input-group-sm .input-group-addon input[type=checkbox] {
	margin-top:6px;
	margin-left:2px;
}
.input-group .form-control {
	border-radius:0;
}
.input-group {
	margin-bottom:25px;
}
.modal .input-group:last-child {
	margin-bottom: 0;
}

/* ============== Input icons ============== */

.input-text {
	vertical-align: middle;
}

.input-icon {
	display:inline-block;
	width:24px;
	height:24px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-image: url('../images/sprite.png');
	margin-right: 5px;
	vertical-align: middle;
}

.input-icon.input-icon-user {
	background-position: -90px -140px;
}

.input-icon.input-icon-email {
	background-position: -114px -140px;
}

.input-icon.input-icon-subject {
	background-position: -138px -140px;
}

.input-icon.input-icon-message {
	background-position: -162px -140px;
}

.input-icon.input-icon-phone {
	background-position: -186px -140px;
}

.input-icon.input-icon-fax {
	background-position: -210px -140px;
}

.input-icon.input-icon-password {
	background-position: -234px -140px;
}

.input-icon.input-icon-company {
	background-position: -258px -140px;
}

.input-icon.input-icon-address {
	background-position: -282px -140px;
}

.input-icon.input-icon-city {
	background-position: -306px -140px;
}

.input-icon.input-icon-postcode {
	background-position: -330px -140px;
}

.input-icon.input-icon-country {
	background-position: -354px -140px;
}

.input-icon.input-icon-region {
	background-position: -90px -164px;
}
.form-control {
	height:38px;
	padding:7px 12px;
}
.form-control {
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:2px;
	border-radius:3px;
	border-color:#dcdcdc;
}
.input-group .form-control {
	border-radius:0 3px 3px 0;
}

.form-control:focus {
	border-color: #e0e0e0;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-control {
	height: 35px;
	padding: 8px 15px;
	color: #222222;		/* textarea text color */
	font-size:13px;
	line-height:20px;
	background-color: transparent;
	border: 1px solid #e0e0e0;
	border-radius: 0 !important;
	-webkit-box-shadow:none;
		  box-shadow:none;
}

.form-control {
	height:auto;
	font-size:15px;
	background-color:#fafafa;
	border-radius: 3px;
	padding:5px;
	text-align:center;
}

.input-lg {
	height: 47px;
	padding: 12px 16px;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-lg {
	height: 47px;
	line-height: 47px;
}

.input-lg+.form-control-feedback {
	top:28px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
}


/* Form CSS Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1919px) {
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1366px) {
}

/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
	.form-submit {
		padding: 0;
	}
}

/* Smaller than standard 992 */
@media only screen and (max-width: 991px) {
	.form-submit .input-form input {
		width: 100%;
		margin-right: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
	#js-inquiry-btn {max-width: 132% !important;}
}

/* All Mobile Sizes */
@media only screen and (max-width: 768px) {	
	.form-submit .input-form {
		padding: 0;
	}
}

@media only screen and (max-width: 640px) {
	#qinquiry{
		font-size: 18px;
	}
}

@media only screen and (max-width: 575px) {
}


/* Mobile Portrait Size */
@media only screen and (max-width: 549px) {	
}

@media (max-width: 480px) {	
	/*.captcha{width: 167px !important;}*/
}
@media (max-width: 766px) {	
	.input-group { 
		/*border:1px solid red; */display: block !important;/* height: 75px;*/
	}
	.input-group textarea { 
		height: 182px !important;
	}
	.input-group-addon {
		min-width:50px;
	}
	.form-control { 
		margin-bottom: 15px !important;
	}
}
@media(min-width: 768px) and (max-width: 800px){
}

@media(min-width: 801px) and (max-width: 991px){
}

@media(min-width: 992px) and (max-width: 1048px){
}

@media(min-width: 320px) and (max-width: 359px){
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group {
    border-collapse: separate;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}


.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}