.hidden {display:none;}
/*************************** mail **********************/
.box {
	box-shadow: inset 0 1px #fff, 0 1px 2px #c8cfe6;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding:20px;
	margin:5px 5px 5px 0;
}
.form0 {min-height:60px;}
.form0 img {
	float:left;
	margin-right:20px;
}
.form0 p {
	padding-top:6px;
	float: left;
	font-size: 14px;
}
.box2 {
	box-shadow: inset 0 1px #fff, 0 1px 2px #c8cfe6;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding:30px 20px 20px 20px;
	float: right;
	width: 75%;
	margin-right: 15px;
	padding-left: 20px;
}

.fd_webcam_medium {
	max-width:472px;
}
.imgbox {height:681px;}

.margin-0  {margin-bottom: 0px; }
.margin-10  {margin-bottom: 10px; }
.margin-20  {margin-bottom: 20px; }
.margin-30  {margin-bottom: 30px; }
.margin-40  {margin-bottom: 40px; }
.margin-50  {margin-bottom: 50px; }
.margtop20  {margin-top: 20px; }
.margtop25  {margin-top: 25px; }
.margleft15 {margin-left:15px;}
.margtop30  {margin-top: 30px; }
.padleft10 {padding-left:10px !important;}
.padleft15 {padding-left:15px !important;}
.padleft20 {padding-left:20px !important;}
.padbot20 {padding-bottom:20px;}
.padbot30 {padding-bottom:30px;}
.padtop20 {padding-top:20px;}


.input-wrap, .select-wrap {
	position: relative;
	font-size: 14px;
}

.input-wrap i {
	position: absolute;
	top: 10px;	left: 11px;
	color: #c1c4c5;
}

.icon-wrap i {
	color: #c1c4c5;
}

.textarea-wrap i {
	position: absolute;
	top: 9px;	left: 11px;
	min-height:180px;
	color: #c1c4c5;
}

.input-wrap i + input, .textarea-wrap i + textarea {
	padding-left: 35px;
}

.input-wrap i.focused, .textarea-wrap i.focused {
	color: #333;
}


.input-wrap input,
.textarea-wrap textarea,
.select-wrap select {
	width: 90%;
	height: 36px;
	padding: 0 12px;
	background: #fafafa;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #d4d4d4;
	outline: none;
	border-radius: 2px;
	color: #65686d;
	line-height: 1.6;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
}

.footer .input-wrap input,
.footer .textarea-wrap textarea,
.footer .select-wrap select {
	background-color: #fff;
}

.input-wrap.m-full-width input,
.textarea-wrap.m-full-width textarea,
.select-wrap.m-full-width select {
	width: 100%;
}

.input-wrap input:focus, .textarea-wrap textarea:focus {
	background: #fff;
	border: 1px solid #3ebbc7;
	box-shadow: 0 0 5px rgba(62,187,199,0.35);
	color: #65686d;
}

.input-wrap i.focused, .textarea-wrap i.focused {color: #333;}

.input-wrap input:hover,
.textarea-wrap textarea:hover
 {
	cursor: default;
}


.textarea-wrap {
	position: relative;
	margin-bottom: 12px;
	font-size: 13px;
}

.textarea-wrap textarea {
	padding: 8px 12px 12px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #a1a3a5;
	font-style:italic;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #a1a3a5;
	font-style:italic;
}

.white_placeholder::-webkit-input-placeholder {
    color: #FFFFFF;
 }
.select-wrap select {
	display: inline;
	width: 240px;
	height: 35px;
	padding: 8px 8px 8px 12px;
}

.select-wrap:after {
	content: '';
	display: block;
	width: 240px;
	height: 1px;
	position: absolute;
	top: 0;
	z-index: 2;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}


.select-wrap option {
	padding: 2px 12px;
}

.btn-submit {
	height: 34px;
	padding-bottom: 1px;
	cursor: pointer;
}

.b-form {
	margin-bottom: 20px;
}

.b-form label {
	display: block;
	margin: 5px 0;
	font-weight:400;
	color: #313538;
}

/*--------------------------------------------------*/

.b-form.m-contact-form .input-wrap {
	display: inline-block;
	width: 328px;
	margin-left: 9px;
}

.b-form.m-contact-form .input-wrap input {
	width: 100%;
}

.b-form.m-contact-form .input-wrap:first-child {
	margin-left: 0;
}

.b-form.m-contact-form .input-wrap:nth-child(1) {
	float: left;
	margin-left: 0;
}

.b-form.m-contact-form .input-wrap:nth-child(3) {
	display: block;
	margin: 0 auto 10px;
}

.b-form.m-contact-form .input-wrap:nth-child(2) {
	float: right;
	margin-left: 0;
}

.b-form.m-contact-form .textarea-wrap {
	clear: both;
}

@media only screen and (max-width: 767px) {
	#contactHomeLeft {width:100% !important;}
	#contactHomeRight {width:100%; margin:0 0 0 10px;}
	.contactButtons {text-align:center;}
	.contactButtons a {float:none !important;}
	.imgbox {height:auto !important;}
	.col_ld_20 {width:100%;}
	.col_ld_22 {width:100%;}
	.col_ld_38 {width:100%;}
	.thumbnail {padding-bottom:0; min-height:0; height:auto !important;}
	.chr1, .chr2, .input-wrap input {width:100% !important}
	.col_ld_20 {width:100%;}
	.col_ld_22 {width:100%;}
	.col_ld_38 {width:100%;}
	.newline {display:block !important; margin:0 0 15px 0 !important;}
}

@media only screen and (max-width: 1119px) {
	.b-form.m-contact-form .input-wrap {
		width: 222px;
		margin-left: 7px;
	}
}

.message-success {
	background: #e2fccf;
	border-color: #c4f8a1;
	box-shadow: 0 1px 2px #999;
	border-radius: 4px;
	font-size:20px;
	font-weight:bold;
	color: #2c8d1d;
}

.message-error {
	background: #fff0f0;
	border-color: #ffd2cf;
	box-shadow: 0 1px 2px #999;
	border-radius: 4px;
	font-size:20px;
	font-weight:bold;
	color: #d24841;
}
