@charset "utf-8";

h2{
	font-size:1.5em!important;
	margin:0.5em!important;
}

.container{
	height:1000px;
}

.about{
	padding-top:0;
}

.caption{
	font-size:1.3em;
	color:#C03546;
	font-weight:bold!important;
}
#contact-form table{
	border-collapse:collapse;
	width:98%;
}
#contact-form th{
	text-align:left;
	vertical-align:top;
	padding-top:11px;
	width:6em;
}
#contact-form label{
	color:#777;
	font-size:1em;
	font-weight:bold!important;
	display:block;
	margin-bottom:5px;
}
#contact-form input[type="text"],
#contact-form input[type="email"]{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	width:95%;
	color:#555;
	font-size:1em!important;
	margin-bottom:1em;
	padding:10px!important;
	line-height:1em!important;
	background-color:#fdfdfd;
	border:solid 2px #dadada;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#contact-form input[type="date"]{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	width:10em;
	color:#555;
	font-size:1em!important;
	margin-bottom:1em;
	padding:10px!important;
	line-height:1em!important;
	background-color:#fdfdfd;
	border:solid 2px #dadada;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#contact-form input[type="text"]:focus, #contact-form input[type="email"]:focus, #contact-form textarea:focus{
	color:#333;
	background-color:#fff;
}
#contact-form textarea{
	color:#555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	width:95%;
	font-size:1em!important;
	margin-bottom:1em;
	padding:10px!important;
	line-height:1em!important;
	background-color:#fdfdfd;
	border:solid 2px #dadada;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#confirmBox .att{
	padding-left:1.5em;
}

#mask{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:400;
	background-color:#000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	width:100%;
	height:100%;
}

#confirmBox{
	position:fixed;
	display:none;
	z-index:9999;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -15%);
	width:80%;
	height:80%;
	overflow-y:auto;
	
	font-size:0.9em;
	padding:10px 15px;
	background:#fafafa;
	border-radius: 15px;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#confirmBox table{
	width: 95%;
	margin-bottom: 20px;
}
#confirmBox th{
	text-align:left!important;
	font-size: 1.1em;
	width: 140px;
	/*border-bottom: solid 1px #ccc;*/
	padding: 7px 10px;
	color: #555;
}
#confirmBox td{
	color: #C03546;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	font-size: 1.1em;
	padding: 7px 10px 7px 25px;
	line-height: 1.5em;
}

#btnContactUs{
	font-size: 1.2em;
	color: #fff;
	background-color: #e75545;
}
#btnContactUs:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#mailSendBtn{
	background: #55f;
	color: #fff;
	border: 2px solid #ccc;
	width:140px;
	font-size:1.1em;
	letter-spacing:10px;
	padding:12px 20px 12px 30px;
	margin-right:30px;
}
#mailSendBtn:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#closeCnfBtn{
	background: #777;
	color: #fff;
	border: 2px solid #ccc;
	width:140px;
	font-size:1.1em;
	letter-spacing:10px;
	padding:12px 20px 12px 30px;
}
#closeCnfBtn:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

#cnf_message{
	min-height: 2em;
	max-height: 7em;
	overflow: auto;
}
.validation{
	font-weight:bold;
	color:#f55;
	margin-top:0;
	padding-bottom:0.75em;
}
#sendmessage{
	display:none;
	font-weight:bold;
	color:#C03546;
	color: #457ea9;
	background-color: #cefefe;
	margin-top:1em;
	margin-bottom:1em;
	padding: 0.8em 1em!important;
}
#errormessage{
	display:none;
	font-weight:bold;
	color:#f55;
	background-color: #fff1f1;
	margin-top:1em;
	margin-bottom:1em;
	padding: 0.8em 1em!important;
}

#resbox{
	text-align:center;
}

.btn-special {
	background: #777;
	color: #fff;
	border: 2px solid #ccc;
	width:150px;
	font-size:1.1em;
	letter-spacing:10px;
	padding:12px 20px 12px 30px;
}
.btn-special:hover, .btn-special:focus, .btn-special:active {
	color: #fff;
	/*background: #55f;*/
	/*border-color: #aaf;*/
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.btn-special.btn-outline {
	color: #fff;
	border: 2px solid #00ffa3;
}
.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
	background: #fff;
	color: #000;
	border: 2px solid #00ffa3;
}
.bread{
	padding:1px;
	background-color:#fafafa;
	border-bottom:solid 1px #e1e1e1;
}
.bread, .bread a{
	color:#888;
}
.bread a:hover{
	color:#C03546;
}
.bread ol{
	padding:0 1em;
	margin:0.5em;
}
.bread ol li{
	font-size:0.8em;
	color:#555;
	font-weight:bold;
	display: inline;
	list-style-type: none;
	padding-left:0.5em;
}
.bread ol li:after{
	padding-left:0.5em;
	content:" > ";
}
.bread ol li:last-child:after {
	content:"";
}
#expBtn{
	width:auto;
	min-width:12em;
}

@media screen and (max-width: 768px) {
	#confirmBox{
		top: 15%!important;
		left: 50%!important;
		transform: translate(-50%, -15%)!important;
		width:85%!important;
		height:95%!important;
	}
	#cpname{
		display:none;
	}
	.btn{
		display: block;
		height: auto!important;
		width: 100%!important;
		margin-bottom:1em;
	}
}
